@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0
}

ul,
li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}

a:hover {
	text-decoration: none;
}

a {}

i {
	font-style: normal;
}

input,
textarea,
select {
	outline: none;
	color: #333;
	color: #333;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	object-fit: cover;
}

.container {
	margin: 0 auto;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.pt35 {
	padding-top: 35px;
}

.ml20 {
	margin-left: 20px;
}

.pr {
	position: relative;
}

.block {
	display: block;
}

.hide {
	display: hide;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.clearFix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}


/*头部*/
.header {
	width: 100%;
	height: auto;
	background: #fff;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0 0 12px 0 #ddd;
}

.header .head-wrap {
	height: 100px;
	margin: 0 auto;
}

.header .head-wrap .logo {
	float: left;
}

.header .head-wrap .logo a {
	display: block;
	height: 70px;
	width: 271px;
	margin: 15px 0;
	background: url(../images/logo.png);
	background-size: 100%;
}

.nav .nav-li {
	float: left;
	padding-right: 12px;
	line-height: 98px;
}

.nav .nav-li .nav-a {
	float: left;
	font-size: 16px;
	color: #333;
	margin: 0 5px;
}

.nav .nav-li:hover .nav-a {
	font-weight: bold;
	border-bottom: 2px #0079ca solid;
	color: #0079ca;
}

.nav .nav-li .nav-a.on {
	font-weight: bold;
	border-bottom: 2px #0079ca solid;
	color: #0079ca;
}

.subnav {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	background: rgba(0, 0, 0, .4);
	padding: 7px 20px;
	box-sizing: border-box;
	z-index: 99;
}

.subnav ul {
	width: 1200px;
	margin: 0 auto;
}

.subnav ul .subnav-li {
	float: left;
	margin: 0 20px;
	font-size: 15px;
	line-height: 36px;
}

.subnav ul li .subnav-a {
	padding: 0;
	color: #fff;
}


.subnav ul li .subnav-a:hover {
	font-weight: bold;
}

.subul01 {
	padding-left: 20%;
}

.subul02 {
	padding-left: 28%;
}

.subul03 {
	padding-left: 38%;
}

.subul04 {
	padding-left: 40%;
}

.subul05 {
	padding-left: 41%;
}

.subul06 {
	padding-left: 38%;
}

.subul07 {
	padding-left: 42%;
}

.icon_search {
	width: 20px;
	height: 20px;
	margin: 40px 0;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 25px;
}

.icon_search a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/search_w.png) center no-repeat;
}


.searchBox {
	position: fixed !important;
	width: 100%;
	height: 100px;
	top: 0;
	background: #FFF;
	left: 0;
	z-index: 100;
	display: none;
}

.searchBox .w1200 {
	position: relative;
}

.searchBox .searchclose {
	width: 100px;
	height: 100px;
	cursor: pointer;
	background: url(../images/search-close.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px #ddd solid;
}

.searchBox input {
	width: 100%;
	padding: 0 120px;
	margin: 20px auto;
	border: none;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}

.searchBox .searchbtn {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
}

.searchBox .searchbtn a {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/search_w.png) right center no-repeat;
}

/* 手机端头部 */
.mobile-header {
	display: none;
	height: 1rem;
	background: #fff;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	box-shadow: 0 0 12px 0 #ddd;
}

.mobile-header .m-logo {
	height: 0.7rem;
	margin: 0.15rem 0.2rem;
}

.mobile-header .m-logo img {
	height: 0.7rem
}

.m-menu .icon-menu {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../images/m-menu.png) center no-repeat;
	background-size: 0.44rem 0.44rem;
}

.m-search .icon-searchbtn {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../images/m-search.png) center no-repeat #2f5ba6;
	background-size: 0.44rem 0.44rem;
}

.moblie-nav {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	z-index: 999;
	padding: 0.2rem 0;
	padding-top: 1rem;
	font-size: 0.30rem;
	display: none;
	position: relative;
	overflow: auto !important
}

.moblie-nav .m-main-nav li {
	padding: 0 0.15rem;
	text-align: center;
	line-height: 0.88rem;
	position: relative
}

.moblie-nav .m-main-nav li a {
	display: block;
}

.moblie-nav .m-main-nav li a .open {
	display: block;
	position: absolute;
	right: 0.15rem;
	top: 0;
	height: 0.88rem;
	line-height: 0.88rem;
	width: 0.88rem;
	font-size: 0.30rem;
}

.moblie-nav .m-main-nav li .m-sub-nav {
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 0.15rem 0;
	font-size: 0.24rem;
	display: none;
}

.moblie-nav .m-main-nav li .m-sub-nav li {
	line-height: 0.6rem;
}

.moblie-nav .m-main-nav li a.on {
	color: #2f5ba6
}

.moblie-nav .m-main-nav li .m-sub-nav li a:hover {
	color: #2f5ba6
}

.moblie-nav .m-close {
	position: absolute;
	right: 0.15rem;
	top: 0.28rem;
	width: 0.44rem;
	height: 0.44rem;
}

.moblie-nav .m-close img {
	display: block;
	width: 0.44rem;
}

.mobile-search {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 1rem;
	background: #fff;
	z-index: 999;
	display: none;
}

.mobile-search .mobile-searchclose {
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	background: url(../images/search-close.png) center no-repeat;
	background-size: 0.44rem 0.44rem;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px #ddd solid;
}

.mobile-search input {
	width: 100%;
	padding: 0 1.2rem;
	margin: 0.2rem auto;
	border: none;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.32rem;
}

.mobile-search .mobile-searchbtn {
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 0;
	top: 0;
}

.mobile-search .mobile-searchbtn a {
	display: block;
	width: 1rem;
	height: 1rem;
	background: url(../images/m-search.png) center no-repeat #2f5ba6;
	background-size: 0.44rem 0.44rem;
}

.mobile-header {
	height: 2.2rem
}

.mobile-header ul {
	border-top: 1px #eee solid;
	padding: 0.05rem 0;
}

.mobile-header ul li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 0.55rem;
	font-size: 0.24rem;
}

.mobile-header ul li a {
	display: block;
}


/*底部*/
.footer {
	background: #323238;
	color: #999;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #e9e9e9;
}

.foot {
	padding: 40px 0;
	line-height: 36px;
}

.foot .f-tel {
	margin-right: 12%
}

.foot h6 {
	font-size: 15px;
	color: #e9e9e9;
	font-weight: normal;
}

.codeBox li {
	float: left;
	text-align: center;
	margin-left: 30px;
}

.codeBox li img {
	width: 110px;
	height: 110px;
}

.select-content {
	display: inline-block;
	_display: inline;
	*display: inline;
	*zoom: 1;
	width: 210px;
	height: 30px;
	margin-top: 25px;
	position: relative;
	border: 1px solid #65656a;
	background: url(../images/select-icon.png) 180px center no-repeat;
}

.select-content p {
	width: 180px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	position: relative;
	text-indent: 20px;
}

.select-content p::after {
	content: "";
	width: 1px;
	height: 13px;
	/*background: #cfd1d2;*/
	position: absolute;
	top: 7px;
	right: 11px;
}

.select-content select {
	width: 100%;
	height: 26px;
	border: none;
	outline: none;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
}

.copyright {
	border-top: 1px #65656a solid;
	min-height: 60px;
	overflow: hidden;
	line-height: 30px;
}

/*分页*/
.paginationbox {
	text-align: center;
	margin: 50px auto 0;
}

/*.paginationbox a {
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px #ddd solid;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	line-height: 32px;
	color: #999;
	vertical-align: middle;
}


.paginationbox a.firstpage,
.paginationbox a.lastpage,
.paginationbox a.prevpage,
.paginationbox a.nextpage {
	background: url(../images/page.png) no-repeat #fff;
}

.paginationbox a.curr {
	background: #2f5ba6;
	color: #fff;
	border: 1px #2f5ba6 solid;
}

.paginationbox a:hover {
	border: 1px #2f5ba6 solid;
	background: #2f5ba6;
	color: #fff;
}

.paginationbox a.firstpage:hover,
.paginationbox a.lastpage:hover,
.paginationbox a.prevpage:hover,
.paginationbox a.nextpage:hover {
	background: url(../images/page_w.png) no-repeat #2f5ba6;
}

.paginationbox a.firstpage {
	background-position: 0 0 !important;
}

.paginationbox a.lastpage {
	background-position: -90px 0 !important;
}

.paginationbox a.prevpage {
	background-position: -30px 0 !important;
}

.paginationbox a.nextpage {
	background-position: -60px 0 !important;
}

.paginationbox a.disabled {
	background: #ddd;
}

.paginationbox a.disabled:hover {
	border: 1px #ddd solid;
	color: #999;
}
*/


@media only screen and (max-width: 1200px) {
	.foot .f-tel {
		margin-right: 3%;
	}

	.w1200 {
		width: 970px;
		margin: 0 auto;
	}

	.header .head-wrap .logo a {
		height: 50px;
		width: 194px;
		margin: 25px 0;
	}
}

/** iPad **/
@media only screen and (max-width:996px) {
	.w1200 {
		width: 750px;
		margin: 0 auto;
	}

	.header {
		display: none;
	}

	.mobile-header {
		display: block;
	}

	.foot {
		padding: 20px 0;
	}

	.f-code,
	.f-tel {
		display: none;
	}

	.copyright {
		line-height: 30px;
		padding: 20px 0;
	}

	.copyright .fl,
	.copyright .fr {
		float: none;
	}

	.copyright {
		height: auto;
	}
}


/** iPhone **/
@media only screen and (max-width: 750px) {
	body {
		font-size: 0.28rem
	}

	.mt10 {
		margin-top: 0.1rem;
	}

	.mt15 {
		margin-top: 0.15rem;
	}

	.mt20 {
		margin-top: 0.2rem;
	}

	.mt25 {
		margin-top: 0.25rem;
	}

	.mt30 {
		margin-top: 0.3rem;
	}

	.mt35 {
		margin-top: 0.35rem;
	}

	.mt40 {
		margin-top: 0.4rem;
	}

	.mt50 {
		margin-top: 0.5rem;
	}

	.w1200 {
		width: 96%;
		padding: 0;
	}


	/* 底部 */

	.foot {
		padding: 0.2rem 0 !important;
		line-height: 0.5rem;
		font-size: 0.24rem;
	}

	.foot h6 {
		font-size: 0.3rem;
	}

	.copyright {
		border-top: 1px #65656a solid;
		padding: 0.2rem 0;
		line-height: 0.5rem;
		font-size: 0.24rem;
	}
}
}
