/* 浮动 */
.clear:after {
    display: block;
    content: "";
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.fr {
    float: right;
}
.fl {
    float: left;
}
visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none!important;
}
@media (max-width: 767px){
  .visible-xs {
    display: block!important;
  }	
}
@media (max-width: 767px){
tr.visible-xs {
    display: table-row!important;
  }
}

.daoying {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent) , to(rgba(250, 250, 250, 0.2)));
}
.img-hover {
    transition: 0.8s 1s all ease-out;
    -moz-transition: 0.8s 1s all ease-out;
    -webkit-transition: 0.8s 1s all ease-out;
}
.trans-1 {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: 0.3s;
}

.colorPurple {
    color: #46194a;
}

.mainYellow {
    color: #f4c901;
}

a:hover {
    
}
* {
    /*color: #333;*/
}

/*
 * header
 *
 */
.header {}

.header .headerTop {height: 36px;line-height: 36px;color: #666;font-size: 12px;background-color: #f3f3f3;}
.wxLink, .wbLink, .scLink {display: inline-block;width: 91px;height: 20px;position: relative;top: 5px;}
.wxLink {background: url('../images/common/icon-2.png') no-repeat center;}
.wbLink {background: url('../images/common/icon-3.png') no-repeat center;}
.scLink {background: url('../images/common/icon-4.png') no-repeat center;}
.mapLink {display: inline-block;margin-left: 5px;}
.erweimaImg {
    width: 100px;
    height: 100px;
    background: url(../images/common/erweima.jpg) no-repeat center;
    background-size: 100%;
    border-radius: 8px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px 2px #333;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -45px;
    z-index: 6;
    display: none;
}
.erweimaImg:before {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.wxLink:hover .erweimaImg {
    display: block;
}

.header .headerMain {width: 100%;height: 145px;background: #08a795;}
.logoWarp {margin-top: 36px;}
.logoWarp img {display: block;height: 76px;}

.logoInfoWarp {border-left: 1px solid #fff;padding: 13px 20px;margin-left: 20px;margin-top: 30px;}
.logoInfoWarp h2 {font-size: 24px;color: #d6f501;border-bottom: 1px solid #fff;padding-bottom: 7px; letter-spacing: 0px; text-align: center; font-weight:bolder; letter-spacing: 3px;}
.logoInfoWarp p {margin-top: 7px; font-size:17px; text-align:center; color:#fff;}
.logoInfoWarp p a {font-size: 13px;color: #fff;margin-left: 7px;position: relative;}
.logoInfoWarp p a:before {content: '';width: 1px;height: 12px;background-color: #fff;position: absolute;top: 2px;left: -6px;}
.logoInfoWarp p a:first-child {margin-left: 0;}
.logoInfoWarp p a:first-child:before {width: 0}
.logoInfoWarp p a:hover {color: #d6f501;}

.callWarp {font-size: 24px;color: #d6f501;padding-left: 50px;background: url('../images/common/icon-1.png') no-repeat left center;margin-top: 44px;}
.callWarp span {font-size: 24px;color: #fff;}
.callWarp b {display: inline-block;vertical-align: middle;font-size: 26px;line-height: 29px;}

.header .navWarp {background: #08a795; box-shadow: 0px 2px 3px #999; border-top:2px solid #fff;}
.navbar {}
.navbar li {float: left;position: relative;}
.navbar li:before {content: '';width: 1px;height: 20px;background-color: #fff;position: absolute;top: 50%;left: 0;margin-top: -10px;}
.navbar li:first-child:before,
.navbar li.active:before,
.navbar li.active+li:before {width: 0;}
.navbar li:hover .navbar-child-warp {display: block;}
.navbar li a {display: block;width: 132px;height: 60px;line-height: 60px;text-align: center;color: #fff;font-size: 17px;}
.navbar li:hover>a,
.navbar li.active a {background: rgba(0, 0, 0, 0.5);}
.navbar-child-warp {width: 100%;padding-top: 5px;position: absolute;left: 0;top: 60px;z-index: 3;display: none;}
.navbar-child-warp .navbar-child-item {border-top: 1px solid #fff;}
.navbar-child-warp .navbar-child-item:hover,
.navbar-child-warp .navbar-child-item:first-child {border-top-color: transparent;}
.navbar-child-warp .navbar-child-item a {height: 28px;line-height: 28px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.6);}
.navbar-child-warp .navbar-child-item a:hover {background: #e71218;}


/*
 * banner
 *
 */
.banner {

}
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}
.swiper-pagination {
    min-width: 1200px;
}
.swiper-pagination .swiper-pagination-bullet {width: 40px;border-radius: 20px;}
.swiper-pagination .swiper-pagination-bullet-active {background: #08a795;}



/*
 * container
 *
 */
.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
	.wrapper {
		padding-bottom: 50px;
	}
}
.layout2 {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position:relative;
}
@media screen and (max-width: 1200px) {
	.layout2 {
		padding: 0px 20px;
	}
}
@media screen and (max-width: 767px) {
	.layout2 {
		padding: 0px 10px;
	}
}

.wechat-fade {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 13;
    display: none;
    width: 150px;
    height: 150px;
    margin-top: -60px;
    margin-left: -60px;
    background: rgba(0,0,0,.5);
    line-height: 150px;
    text-align: center;
}
.wechat-fade img {
    width: 120px;
}

/* 面包屑 */
.breadcrumbs {height: 60px;line-height: 65px;font-size: 16px;color: #4e4e4e;border-bottom: 1px dashed #ddd;background: url('../images/news/icon1.png') no-repeat left center;background-size: 23px 22px;padding-left: 30px;margin-bottom: 40px;}
.breadcrumbs b {font-size: 16px;color: #4e4e4e;}
.breadcrumbs a {font-size: 16px;color: #4e4e4e;}
.breadcrumbs a:hover {color: #e5b42e;}

/* -- 内页banner -- */
.topadcs{width:100%; overflow:hidden; text-align:center; margin:0 auto; position:relative;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs a.fullad{ height:450px;}
.nbanner-tit {
	position: absolute;
	top: 42%;
	left: 0px;
	right: 0px;
	margin-top: -38px;
	background: rgba(255,255,255,.5);
	text-align: center;
}
.nbanner-tit h3 {
	margin: 0px;
	line-height: 48px;
	font-size: 30px;
	color: #333;
	letter-spacing: 2px;
}
.nbanner-tit h6 {
	margin: 0px;
	line-height: 30px;
	font-size: 22px;
	color: #616161;
	font-family: "Arial";
	text-transform: uppercase;
	letter-spacing: 1px;
}
.banner-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 56px;
	background: rgba(0,0,0,.7);
}

.hot-keywords {
	display: inline-block;
	max-width: 460px;
	height: 56px;
	overflow: hidden;
	line-height: 56px;
}
.hot-keywords span {
	font-size: 14px;
	color: #b8b7b7;
	display:inline-block;
}
.hot-keywords a {
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
	display:inline-block;
}
.hot-keywords a:hover {
	color: #b8b7b7;
}

.banner-search {
	position: relative;
	float: right;
	width: 400px;
	height: 35px;
	margin-top: 11px;
}
.banner-search input {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0px 40px 0px 10px;
	border: 1px solid #fff;
	border-radius: 16px;
	outline: none;
	background: transparent;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	transition: .3s;
}
.banner-search input:focus {box-shadow: 0px 0px 10px #bfbfbf}
.banner-search button {
	position: absolute;
	top: 4px;
	right: 10px;
	width: 26px;
	height: 26px;
	border: none;
	background: url(../images/common/icon_1.png) no-repeat center;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.nbanner {
		height: 390px;
	}
	.banner-search {
		width: 300px;
	}
	.nbanner-tit {
		margin-top: -34px;
	}
	.nbanner-tit h3 {
		line-height: 40px;
		font-size: 26px;
	}
	.nbanner-tit h6 {
		line-height: 28px;
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.banner-search {
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	.nbanner-tit {
		margin-top: -60px;
	}
	.nbanner-tit h3 {
		line-height: 30px;
		font-size: 20px;
	}
	.nbanner-tit h6 {
		line-height: 24px;
		font-size: 16px;
	}
	.banner-bottom {
		position: static;
		height: 93px;
		background: #1b1b1b;
	}
	.hot-keywords {
		display: block;
		max-width: 100%;
		text-align: center;
	}
	.banner-search {
		float: none;
		width: 80%;
		/*min-width: 280px;*/
		margin: auto;
	}
}

/*==location==*/
.location {
    border-bottom: 1px solid #e5e5e5;
    line-height: 48px;
	margin-bottom:10px;
}
.goback {
	display: inline-block;
	font-size: 14px;
	color: #706f6f;
	position:absolute;
	right:10px;
	top:6px;
}
.goback i {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 16.5px;
	margin-right: 5px;
	background: url(../images/common/goback.png) no-repeat;
	transition: .3s;
}
.goback:hover {
	color: #e71218;
}
.goback:hover i {
	background: url(../images/common/gobackh.png) no-repeat;
}
.crumbs {
	float: right;
	font-size: 14px;
	color: #706f6f;
}
.crumbs a,
.crumbs span {
	margin: 0px 5px;
}
.crumbs a:hover {color: #e76f30}

@media screen and (max-width: 767px) {
	.location {
		line-height: 40px;
	}
	.goback {display: none}
	.crumbs {
		float: none;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.plc, .plc2 {
    background: url(../images/logo_03.png) no-repeat 0 18px;
    height: 20px;
    line-height: 24px;
    padding: 20px 8px 8px 28px;
    position: relative;
    color: #666;
    overflow: hidden;
    font-size: 14px;
    padding-bottom: 8px;
    font-family: "Microsoft Yahei","微软雅黑";
	width:45%;
}
.plc i, .plc2 i, .plc a {
    font-style: normal;
    font-size: 14px;
    color: #666;
	margin:0px 3px;
}
.plc .red_x {
    color: #333;
    font-weight: bolder;
    font-size: 14px;
	display: inline;
    font-family: "Microsoft Yahei";
}


/*
 * footer
 *
 */
.footer {background-color: #08a795;}

.footer .footerMain {padding-top: 35px;padding-bottom: 20px;border-bottom: 1px solid #e7e7e7;}
.footerMain .footerNav { margin: 0px auto 30px; text-align:center;}
.footerMain .footerNav a {display: inline-block;font-size: 18px;color: #efefef;margin: 0px 17px;}
.footerMain .footerNav a:hover,
.footerMain .footerNav a.on {color: #efefef;}

.footer .footerMain .footerLogo {display: block;width: 197px;height: 134px;margin-top: 0px;}
.footer .footerMain .footerMainWarp {margin-left: 35px;}
.footerMainWarp h3 {font-size: 16px;color: #fff;margin-bottom: 15px;}
.footerMainWarp p {font-size: 15px;color: #efefef;margin-bottom: 5px;}

.footer .footerMain .footerEwm {margin-top: 0px;}
.footer .footerMain .footerEwm img {display: block;width: 129px;height: 129px;}
.footer .footerMain .footerEwm p {font-size: 14px;color: #e5e5e5; line-height:30px; text-align:center;}

.footer .footerBottom {font-size: 14px;color: #efefef;padding: 15px 0;}
.footer .footerBottom a {font-size: 14px;color: #efefef;margin-right: 30px;}
.footer .footerBottom a:hover {color: #e71218;}
.footer .footerBottom p {text-align: center;font-size: 14px;color: #efefef; margin-top: 20px;}


/*------列表页分页样式-----*/
.search-pagination {
    margin: 20px 0px 0px;
    height: 34px;
    width: 100%;
    padding-bottom: 20px;
}
.pagination{ display: table; height:34px;margin: 0px auto;}
.pagination li{ 
float:left; 
height:32px;
line-height: 32px;
border: 1px solid #ccc;
margin: 0px 2px;
padding:0px 4px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
}
.pagination .pageinfo{ 
float:left; 
height:32px;
line-height: 32px;
margin: 0px 2px;
padding:0px 4px;
}
.pagination li a{
padding-right: 11px;
padding-left: 11px;
line-height: 32px;
height: 32px;
color: #333;
display: inline-block;
text-decoration:none;
}
.pagination .page-active{
background: #08a795;
color: #fff;
border: 1px solid #08a795;
}
.pagination .page-active a{color: #fff; font-weight:bolder;}
.pagination li:hover{background: #08a795;}
.pagination li a:hover{color: #fff;}



/*极速光标*/
/*----------公用调用-------------*/
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.flex-c{display:flex; justify-content: center; align-items: center; flex-direction: row;}
.flex-hc{display:flex; justify-content: center; align-items: center; flex-direction:column;}
.flex-hl{display:flex; justify-content: center; align-items: left; flex-direction:column;}

/*---网站地图---*/
.map_main { overflow:hidden; border:solid 5px #08a795 ; margin:10px 0; padding-bottom:10px; }
.sitemap_con { width:1100px; margin:0 auto; color:#666;}
.sitemap_con .map_top { border-bottom:solid 1px #ccc; }
.sitemap_con .map_top img { float:left;}
.site_r_link { width:135px; margin-top:45px;/*上边界根据需要进行调整*/ border:1px solid #cdcdcd; background:#F8F8F8; padding:5px 10px; float:right; } /*网站地图，显示方式样式，上边界根据需要进行调整*/
.site_plc { background:url(img/ico27.gif) no-repeat 0 8px; padding:5px 0; text-indent:10px;}
.sitemap_con h4 {
    line-height: 30px;
    font-weight: bolder;
    font-size: 15px;
    display: block;
    width: 100%;
    margin: 5px auto;
}
.sitemap_con h4 a{ color:#484848;}
.b4 { border:solid 1px #E0E0E0;}
.b4 ul { padding:0 11px;}
.b4 li { float:left ; line-height:25px; width:153px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.b4 li a { color:#666;}
.b4 li a:hover { color:#01a54f;}
