@charset "utf-8";

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	font-display: swap;
	src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot'); /* IE9*/
	src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
	url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'), /* chrome、firefox */
	url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}

@media screen and (min-width: 320px) {
	html {
		font-size: 10px;
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 11.25px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 11.7px;
	}
}

/*ipone6*/
@media screen and (min-width: 400px) {
	html {
		font-size: 12.5px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 12.94px;
	}
}

/*ipone6P*/
@media screen and (min-width: 440px) {
	html {
		font-size: 13.75px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 15px;
	}
}

@media screen and (min-width: 520px) {
	html {
		font-size: 16.25px;
	}
}

@media screen and (min-width: 560px) {
	html {
		font-size: 17.5px;
	}
}

@media screen and (min-width: 600px) {
	html {
		font-size: 18.75px;
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 20px;
	}
}

@media screen and (min-width: 680px) {
	html {
		font-size: 21.5px;
	}
}

@media screen and (min-width: 720px) {
	html {
		font-size: 22.5px;
	}
}

@media screen and (min-width: 760px) {
	html {
		font-size: 23.75px;
	}
}

@media screen and (min-width: 800px) {
	html {
		font-size: 25px;
	}
}

@media screen and (min-width: 840px) {
	html {
		font-size: 26.25px;
	}
}

@media screen and (min-width: 880px) {
	html {
		font-size: 27.5px;
	}
}

@media screen and (min-width: 920px) {
	html {
		font-size: 28.75px;
	}
}

@media screen and (min-width: 960px) {
	html {
		font-size: 30px;
	}
}

@media screen and (min-width: 1000px) {
	html {
		font-size: 31.25px;
	}
}

@media screen and (min-width: 1040px) {
	html {
		font-size: 32.5px;
	}
}

@media screen and (min-width: 1080px) {
	html {
		font-size: 33.75px;
	}
}

.nodata {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.2rem;
	color: #999;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	border-radius: unset;
}

textarea,
select {
	-webkit-appearance: none;
}

input[disabled],
button[disabled] {
	border: 1px solid #DDD !important;
	background-color: #F5F5F5 !important;
	color: #ACA899 !important;
}

.content {
	padding-left: 1.28rem;
	padding-right: 1.28rem;
}

.container {
	width: 100%;
	margin: 0 auto;
	min-width: 320px;
	overflow: hidden;
	position: relative;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1rem;
	padding-top: 5rem;
	background: #ffffff;
	color: #333333;
	font-family: SourceHanSansCN-Regular,Helvetica Neue,PingFang SC,arial,sans-serif;
}

*, *:after, *::before {
	box-sizing: border-box;
}

li,
ol {
	list-style: none;
}

ins {
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

a {
	font-size: 1.12rem;
	text-decoration: none;
	color: #333;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	zoom: 1;
	font-size: 0px;
	content: '.';
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

img {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

input,
textarea {
	border: none;
	font-size: 0.93rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 1rem;
}

/*排版通用*/
.f-mm {
	margin-left: auto;
	margin-right: auto;
}

/*居中对齐*/
.f-fl {
	float: left;
}

/*左浮动*/
.f-fr {
	float: right;
}
.text-left{text-align: left;}
/*右浮动*/
.f-tr {
	text-align: right;
}
.text-right{text-align: right;}
/*右对齐*/
.f-tl {
	text-align: left;
}

/*左对齐*/
.f-tc {
	text-align: center;
}

/*中间对齐*/
.f-pr {
	position: relative;
}

/*定位*/
.f-di {
	display: inline;
}

.fcc {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fbc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*显示2行标题 */
.cols2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cols3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*杂项*/
.u-co-bt {
	border-radius: 4px;
	/*css3圆角*/
	width: 80px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 1px;
}

/*提交按钮样式*/
.u-co-bt.z-spe {
	width: 100%;
}

.u-lico {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	/*css3圆角*/
	background: #000;
	padding: 10px;
	opacity: 0.8;
	position: relative;
	left: 50%;
	margin: 10px 0 10px -14px;
	box-shadow: 0 0 3px #2d2d2d;
}

/*等待载入*/
.fs15 {
	font-size: 1.25rem;
}

/*15号字体*/
.fs12 {
	font-size: 1rem;
}

/*12号字体*/
.red {
	color: #f00;
}

/*字体颜色红色*/
.emptyData {
	background: #f9f9f9;
	display: block;
	text-align: center;
	line-height: 4rem;
	font-size: 1.5rem;
	color: #999 !important;
	letter-spacing: 0.2rem;
}

@-webkit-keyframes fade {
	from {
		opacity: 1;
		display: block;

	}

	to {
		opacity: 0;
		display: none;
		height: 0;

	}
}

@keyframes fade {
	from {
		opacity: 1;
		display: block;
	}

	to {
		display: none;
		opacity: 0;
		height: 0;
	}
}

.fade {
	-webkit-animation-name: fade;
	animation-name: fade;
}

/* -- 页面整体布局 -- */
.wrap {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

/*内页面包屑导航样式 开始*/
.m-btit {
	line-height: 3rem;
	padding-left: 0.916rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-shadow: 0 1px #fff;
	position: relative;
	border-bottom: 1px solid #DCDCDC;
	margin-left: 1.28rem;
	margin-right: 1.28rem;
}

.m-btit .first-addr:before{
	width: 0.2rem;
	height: 0.8rem;
	position: absolute;
	left: 0;
	top: 1.1rem;
	border-left: 0.4rem solid #1364A3;
	z-index: 9;
	content: '';
}

/*内页面包屑导航背景上面的线条*/
.m-btit span {
	padding: 0 8px;
	position: relative;
	height: 100%;
	display: inline-block;
}

.m-btit span:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 2px;
	top: 3px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	/*角度45度，针对火狐浏览器写的兼容*/
	-o-transform: rotate(45deg);
	/*角度45度，针对欧朋浏览器写的兼容*/
	-webkit-transform: rotate(45deg);
	/*角度45度，针对苹果浏览器写的兼容*/
	transform: rotate(45deg);
}

.m-btit span:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 1px;
	top: 3px;
	z-index: 11;
}

body,
html {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

.g-hd img,
.g-ft img {
	width: 100%;
	display: block;
}

/*分享图标*/
.pageShare img {
	display: block;
	width: 0px;
	height: 0px;
}

/*内页底部浮动导航*/
.pro-nav {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 5rem;
	left: 0;
	z-index: 100;
	opacity: 0.8;
}

.pro-nav .more {
	display: block;
	height: 4rem;
	line-height: 4rem;
	background: #222;
	background-size: contain;
	font-size: 1.4rem;
	color: #fff;
}

.pro-nav-list {
	position: absolute;
	width: 100%;
	bottom: 100%;
	left: -100%;
	background: #222;
	background-size: contain;
	-webkit-transition: left .3s linear;
	transition: left .3s linear;
}

.pro-nav-list a {
	display: block;
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	border-bottom: 1px solid #999;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}

.pro-nav-list a.cur {
	color: #ff6239;
	font-weight: bold;
}

.pro-nav-list a:first-child {
	border-top: 0;
}

.pro-nav-list.open {
	left: 0;
}

.pro_menu a {
	width: 50%;
	display: inline-block;
	float: left;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: white;
}
header .head {
	height: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .head .head-l {
	display: flex;
	align-items: center;
}
header .head .head-l-l {
	width: 4.66rem;
}
header .head .head-l-l img {
	width: 100%;
}
header .head .head-l-m {
	width: 0.04rem;
	height: 2.39rem;
	background: #434343;
	margin-left: 1.3rem;
	margin-right: 1.67rem;
}
header .head .head-l-r h1 {
	margin-bottom: 0.8rem;
	font-size: 1.28rem;
	font-weight: bold;
	color: #000000;
	line-height: 1.28rem;
}
header .head .head-l-r h2 {
	font-size: 1.03rem;
	color: #666666;
	line-height: 1.03rem;
}
header .head .head-r {
	width: 1.92rem;
}
header .head .head-r img {
	width: 100%;
}

#menu {
	display: none;
	position: fixed;
	width: 100%;
	background-color: black;
	/*opacity: 0.5;*/
	z-index: 100;
	text-align: center;
	padding-bottom: 2rem;
}

#menu p {
	width: 90%;
	margin: 3rem auto 0;
}

#menu p a {
	margin:1.5rem auto 0;
	display: block;
	width:11rem;
	height: 2.5rem;
	line-height:2.5rem;
	font-size: 1.2rem;
	color: #dfdfdf;
	border-radius: 2.5rem;
	border: 0.1rem solid #cccccc;
}

#menu p a.cur {
	color: #fff;
	font-weight: bold;
}

#menu em {
	width: 11rem;
	margin: 0 auto;
	display: block;
	line-height: 2.5rem;
	text-align: center;
	background: #cccccc;
	border-radius:2.5rem;
	font-size: 1.2rem;
}

#menu em a {
	display: block;
	margin-top: 2rem;
}

#menu em img {
	width: 1.8rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

#menu em span {
	color: black;
	display: inline-block;
	vertical-align: middle;
}

/*底部*/
.foot {
	background:rgba(187,4,0,1);
}

.foot .foot-logo {
	padding-top: 2.56rem;
	margin-bottom: 1.28rem;
	text-align: center;
}

.foot .foot-logo img {
	width: 11.62rem;
	height: auto;
}

.foot .foot-connect {
	text-align: center;
	font-size: 1.03rem;
	color: white;
	margin-bottom: 1.03rem;
}

.foot .foot-beian {
	text-align: center;
	font-size: 1.03rem;
	color: #999999;
	margin-bottom: 1.03rem;
}

.foot .foot-beian a {
	text-align: center;
	font-size: 1.03rem;
	color: #999999;
	margin-bottom: 1.03rem;
}

.foot .foot-qrcode {
	display: flex;
	justify-content: center;
	margin: 1rem 0;
}

.foot .foot-qrcode div {
	margin: 0 1.28rem;
}

.foot .foot-qrcode div img {
	width: 5.13rem;
	height: 5.13rem;
}

.foot .foot-qrcode div p {
	text-align: center;
	margin-top: 0.3rem;
	font-size: 1.03rem;
	color: #CCCCCC;
}

.foot .foot-bottom {
	display: flex;
	justify-content: space-around;
	background-color: black;
	height: 2.56rem;
	line-height: 2.56rem;
	margin-bottom: 4.8rem;
}

.foot .foot-bottom p {
	color: #999999;
	font-size: 1.03rem;
}

.foot .foot-bottom p a {
	color: #999999;
	font-size: 1.03rem;
}

.foot-b {
	height: 5.1rem;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: #1364A3;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-b .item {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	height: 100%;
	border-right: 1px solid #E8E8E8;
}

.foot-b .item:last-child {
	border-right: 0;
}

.foot-b .item img {
	display: block;
	margin-bottom: 0.6rem;
	width: auto;
	height: 1.8rem;
}

.foot-b .item p {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.1rem;
}
footer {
	padding-top: 1rem;
	width:100%;
	background:rgba(247,247,247,1);
	text-align: center;
	vertical-align: middle;
	padding-bottom: 6rem;
}
footer img {
	width: 8.2rem;
	margin-top: 2.18rem;
	margin-bottom: 0.3rem;
}
footer p {
	margin-top: 0.98rem;
	font-size:1.03rem;
	color:rgba(153,153,153,1);
	line-height:1.03rem;
}
footer p a {
	margin-top: 0.98rem;
	font-size:1.03rem;
	color:rgba(153,153,153,1);
	line-height:1.03rem;
}

.sitenav-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999990;
	background-color: rgba(0, 0, 0, 0.7);
	transition: all .3s ease-in-out;
	opacity: 1;
	visibility: visible;
}

.sitenav {
	display: none;
	position: fixed;
	top: 0;
	right: 40%;
	bottom: 0;
	width: 60%;
	overflow: scroll;
	z-index: 999991;
	font-size: 1.2rem;
	background-color: #fff;
	transition: all .3s ease-in-out;
	float: left;
	line-height: 2.5rem;
}

.column_ct {
	border: 1px solid #f1f1f1;
}

.column_ct h3 {
	position: relative;
	background: #f9f9f9;
	margin-bottom: 1px;
	border-bottom: 1px solid #eee;
}

.column_ct h3 a {
	display: block;
	line-height: 3.3rem;
	height: 3.3rem;
	text-indent: 5.3rem;
	font-weight: normal;
	font-size: 1.3rem;
	background: url(../img/jt_init.png) no-repeat 3.5rem center;
	position: relative;
}

.column_ct h3 a:hover,
.column_ct h3.cur a {
	background: url(../img/jt_init.png) no-repeat 3.5rem center #f1f1f1;
}

.column_ct h3 a:hover::before,
.column_ct h3.cur a::before {
	width: 1rem;
	height: 1.3rem;
	position: absolute;
	left: 3.5rem;
	top: 1rem;
	border-radius: 2px;
	z-index: 9;
	content: '';
	background: url(../img/jt.png) no-repeat center 1px #ee9630;
}

.column_ct ul {
	display: none;
	border-top: none;
	border-bottom: none;
}

.column_ct ul .cur a {
	color: #ee9630;
}

.column_ct ul a {
	display: block;
	line-height: 3.3rem;
	text-indent: 6rem;
	border-bottom: 1px solid #f1f1f1;
	background: url(../img/case_dot3.png) no-repeat 5rem center;
}

/*内页顶部banner*/
.topadcs .fullad {
	display: block;
	margin: 0 auto;
}

.topadcs .fullad img {
	width: 100%;
	display: block;
}

/*分页*/
.pagination {
	padding: 10px 0;
	text-align: center;
}

.pagination li {
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	display: inline-block;
	margin: 0 2px;
}

.pagination .active {
	background: #1364A3;
	color: #FFF;
	border-color: #1364A3;
	margin: 0 2px;
}

.pagination .disabled {
	color: #aaa;
}

.pagination a {
	border-radius: 3px;
	display: inline-block;
	padding: 5px 12px;
}

.pagination span {
	border-radius: 3px;
	display: inline-block;
	padding: 5px 12px;
}
