﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/* index banner */
.banner {
	position: relative;
	width: 100%;
}
.swiper-pagination {
	display: inline-block;
	left: 50% !important;
	bottom: 0.1rem !important;
	width: auto !important;
	padding: 0.02rem 0.1rem;
	text-align: center !important;
	font-size: 0;
	-webkit-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
border-radius:.1rem;
}
.swiper-pagination-bullet {
	width: 0.12rem !important;
	height: 0.12rem !important;
	opacity: 1 !important;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0) !important;
	border: 0.02rem solid #1c7ac4;
}
.swiper-pagination-bullet-active {
	background: #1c7ac4 !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 0.05rem !important;
}
/* -------------------------自定义部分开始 --------------------------*/
@font-face {
	font-family: "iconfont_s";
	src: url('../font/iconfont_s.woff') format('woff'), url('../font/iconfont_s.ttf') format('truetype');
}
.iconfont_s {
	font-family: "iconfont_s" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.clear-fix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
}
input {
	outline: none;
}
body {
	background: #FFF !important;
}
.allpage {
	background: #ffffff !important;
}
/*head*/
.logo {
	display: block;
	width: 70.3125% !important;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.logo img {
	margin: 0 auto!important;
}
.search {
	background-color: #1c7ac4 !important;
}
.nav-btn {
	height: 80%;
	top: 10% !important;
	color: #fff !important;
	line-height: 0.5528rem !important;
}
.search_hl {
	height: 80% !important;
	top: 10% !important;
	color: #fff !important;
	line-height: 0.5528rem !important;
}
.home-btn {
	color: #fff !important;
}
.class-btn {
	color: #fff !important;
}
.top-title {
	color: #fff !important;
}
/*content*/
.content {
	padding-bottom: 0.7rem !important;
}
/*iwrap*/
.iwrap {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}
/*beian*/
.beian {
	width: 100%;
	height: 0.65rem;
	font-size: 0.21rem;
	line-height: 0.65rem;
	color: #2e3842;
	text-align: center;
}
.beian a {
	color: #2e3842;
}
/*common_title*/
.common_title {
	margin: 2% 0;
	background-color: #e0e0e0;
}
.common_title a {
	float: right;
	font-size: 0.21rem;
	color: #312931;
	display: block;
	padding: 0 3.125%;
	line-height: 0.40rem;
}
.common_title h2 {
	font-size: 0.24rem;
	line-height: 0.4rem;
	margin-left: 0;
	background-color: #0073c3;
	width: 24%;
	text-align: center;
	color: #fff;
	font-weight: normal;
}
/*list_nav_index_c*/
.list_nav_index_c {
	width: 96%;
	margin: 0 auto 0 auto;
}
.list_nav_index_c ul li {
	float: left;
	width: 31.3%;
	background-color: #0073c3;
	margin: 0 1%;
	padding: 1% 0;
	text-align: center;
	margin-top: 3%;
}
.list_nav_index_c ul li a {
	display: block;
	color: #fff;
	font-size: 0.21rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*hnav2*/
.hnav {
	margin: 0 auto 3% auto;
	background: #0073c3;
}
.hnav .son {
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.22rem;
	line-height: 0.5rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-right: 1px solid #228adb;
	border-bottom: 1px solid #228adb;
}
.hnav .son:nth-of-type(4n) {
	border-right: 0;
}
.hnav .son:nth-of-type(n+5) {
	border-bottom: 0;
	background: #005a99;
}
/*nav_new2*/
.nav_new2 {
	width: 93.75%;
	padding: 0;
	margin: 2.5% auto 0 auto;
	background-color: #eeeeee;
}
.son2 {
	float: left;
	display: block;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	border-right: 1px solid #c3c3c3;
}
.nav_new2 .son2 .iconfont_s {
	display: block;
	text-align: center;
	color: #1c7ac4;
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 auto;
	font-size: 0.4rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 0.4rem;
}
.nav_new2 .son2 .imgFont {
	display: block;
	color: #000;
	font-size: 0.21rem;
	line-height: 0.4rem;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.nav_new2 .son2:nth-of-type(4n) {
	border-right: none;
}
/*goTop*/
.cbtn-top {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 10%;
	border-radius: 50%;
	width: 3.25em;
	height: 3.25em;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
}
.cbtn-top a {
	width: 0.45rem;
	height: 0.45rem;
	font-size: 0.35rem;
	color: #181818;
	background-color: #eff62c;
}
/*item_A*/
.item_A {
	width: 93.75%;
	margin: 3% auto 0 auto;
}
.item_A li {
	width: 48.5%;
	margin: 0 3% 2% 0;
	float: left;
	position: relative;
}
.item_A li.honor {
	margin-bottom: 0;
}
.item_A li h5 {
	font-size: 0.22rem;
	margin: 0;
	line-height: 0.4rem;
	height: 0.4rem;
	color: #2f2f2f;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fff;
}
.item_A li img {
	width: 100%;
}
.item_A li:nth-of-type(2n) {
	margin-right: 0;
}
.item_A li:nth-of-type(n+3) {
	margin-bottom: 0;
}
/*item_B*/
.item_B {
	width: 93.75%;
	margin: 2% auto 1% auto;
	font-size: 0.21rem;
	line-height: 0.35rem;
	color: #2f2f2f;
}
/*hotline*/
.hotline {
	background-color: #1c7ac4;
	margin: 1% 3.125% 3% 3.125%;
	text-align: center;
}
.hotline a {
	color: #fff;
}
.hotline a span {
	font-size: 0.22rem;
	line-height: 0.45rem;
}
/*jiameng_tel*/
.jiameng_tel {
	text-align: center;
	background-color: #006db2;
	margin-bottom: 2.5%;
}
.jiameng_tel h2 a {
	color: #fff;
}
.jiameng_tel h2 {
	display: inline-block;
	width: 92%;
	font-size: 0.26rem;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	margin: 2% 4%;
	padding: 0.5% 0;/*   background-color: #e70012; *//*   border-radius: 25px; */
}
.jiameng_tel span {
	display: inline-block;
	font-size: 0.26rem;
	margin-right: 1%;
	margin-top: -2%;
}
/*item_C*/
.item_C dl {
	width: 100%;
	padding: 3% 0 3% 0;
	border-bottom: 1px dashed #8b8b8b;
}
.item_C dt {
	float: left;
	width: 41.875%;
	margin-right: 2%;
	margin-left: 3.125%;
}
.item_C dt img {
	width: 100%;
}
.item_C dd {
	float: right;
	width: 48.875%;
	margin-right: 3.125%;
}
.item_C dd h3 {
	font-weight: normal;
	font-size: 0.23rem;
	color: #383838;
	line-height: 0.37rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item_C dd p {
	font-weight: normal;
	font-size: 0.21rem;
	margin-bottom: 0.08rem;
	color: #898989;
	overflow: hidden;
	line-height: 0.3rem;
	height: 0.9rem;
}
.item_C dd a {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 0 5%;
	font-size: 0.21rem;
	line-height: 0.32rem;
	background: #0073c3;
	float: right;
}
/*item_D*/
.item_D {
	width: 100%;
	margin: 2% 0 1% 0;
}
.item_D li a {
	display: block;
	width: 93.75%;
	margin: 0 auto;
	color: #2f2f2f;
	line-height: 0.42rem;
	overflow: hidden;
	height: 0.42rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.item_D li span {
	font-style: normal;
	font-size: 0.21rem;
}
/*hotline2*/
.hotline2 {
	background: #1c7ac4;
	width: 87.75%;
	margin: 3% auto 0 auto;
	padding: 1% 3%;
	text-align: left;
	color: #fff;
	line-height: 0.4rem;
}
.hotline2 dl {
	border-bottom: 1px solid #3594de;
}
.hotline2 dl:last-of-type {
	border-bottom: 0;
}
.hotline2 a {
	color: #fff;
}
.hotline2 dt {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 0.28rem;
}
.hotline2 dd {
	float: left;
	width: 88%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cbtn-top {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 10%;
	border-radius: 50%;
	width: 2.25em;
	height: 2.25em;
	padding: 0.3125em;
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
	background: #1d1d1d;
	color: #FFF;
	opacity: .8;
}
