.bg-color{
	background: #fff;
}
.tophead{background:#409be1; color:#fff; line-height:40px; font-size:14px;}
.tophead .left{float: left;}
.morenav{ color:#fff;  font-size:14px;float: right;}
.morenav span{padding-left:20px;display:inline-block;background: url(../images/weixin.png) left center no-repeat;position: relative; }
.morenav i { position:relative; top:1px; margin-right:5px;}
.gurkimore{position: absolute;top:40px;right: 0;  display:none; padding:10px;z-index:1000; box-shadow: 0 0 10px rgba(0, 0, 0, .3);background: #fff;border-bottom:4px solid #409be1;}
.gurkimore .sanjiao{width:0;position: absolute; height:0;border: 8px solid;border-color:transparent transparent #fff transparent;top:-16px; left:100px;}
.gurkimore .more1{display:flex;}
.gurkimore .more1 p{ color:#333; line-height:1.7em; margin-left:10px;float: left;font-size: 12px;text-align: center;}

.head {
	height: 148px;
	background: #fff;
}
.head .logo {
	float: left;
	line-height: 148px;
	width: 284px;
}
.head .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.head .txt {
	float: left;
	height: 55px;
	margin-top: 47px;
	padding-left: 24px;
	color: #409be1;
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	margin-left: 26px;
	border-left: 1px solid #cccccc;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.head .txt span {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.head .head-group {
	overflow: hidden;
	float: right;
	height: 148px;
	padding-left: 80px;
	color: #222222;
	font-size: 18px;
	line-height: 36px;
	background: url(../images/tel.png) left center no-repeat;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.head .head-group span {
	display: block;
	color: #222222;
	font-size: 36px;
	font-weight: bold;
}
.nav-bar {
	background: #409be1;
	height: 61px;
	font-size:0;
}
.nav-bar ul {
	display: inline-block;
}
.nav-bar ul li {
	float: left;
	line-height: 61px;
	position: relative;
}
.nav-bar ul li a {
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
	width: 185px;
	text-align: center;
	transition: all 0.55s;
}
.nav-bar ul li a:hover,
.nav-bar ul li.active a {
	background-color: #308dd4;
}
.nav-bar ul li .nav-erji{
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
	background-color: #409be1;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	z-index: 999;
	border-top: 2px solid #e1bb6b;
}
.nav-bar ul li .nav-erji .line{
	width: 0;
	position: absolute;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent #e1bb6b transparent;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.nav-bar ul li .nav-erji a{
	padding: 0;
	margin: 0;
	color: #fff;
	line-height:50px;
	font-size: 16px;
	border-bottom: 1px solid #cfcfcf;
}
.nav-bar ul li .nav-erji a:last-child{
	border-bottom: none;
}
.nav-bar ul li .nav-erji a:hover{
	background-color: #e1bb6b;
	color: #fff;
	border-color: #e1bb6b;
}
.nav-bar ul li .nav-erji a::after{
	display: none;
}
.banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner img{
	display: block;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.banner .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	border-radius: 20px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 59px;
	height: 59px;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.banner .swiper-button-prev{
	background: url(../images/banner-left.png) center center no-repeat;
	left: 5%;
	right: auto;
}
.banner .swiper-button-next{
	background: url(../images/banner-right.png) center center no-repeat;
	right: 5%;
}
.banner .swiper-button-prev:hover{
	background: url(../images/banner-left-active.png) center center no-repeat;
}
.banner .swiper-button-next:hover{
	background: url(../images/banner-right-active.png) center center no-repeat;
}
#main{
	overflow: hidden;
}
/* 热门搜索 */
#main .search-main{
	height: 58px;
	background-color: #f9f9f9;
}
#main .search-main .search-text{
	float: left;
	line-height: 58px;
}
#main .search-main .search-text ul li{
	display: inline-block;
	color: #000;
	font-size: 15px;
}
#main .search-main .search-text ul li a{
	color: #000;
}
#main .search-main .search-text ul li a:hover{
	color: #308dd4;
	text-decoration: underline;
}
#main .search-main .search-text ul li:last-child span{
	display: none;
}
#main .search-main .search-con{
	float: right;
	width: 300px;
	height: 39px;
	background-color: #fff;
	margin-top: 10px;
	border-radius: 5px;
	overflow: hidden;
}
#main .search-main .search-con .words{
	float: left;
	width: 200px;
	height: 39px;
	line-height: 39px;
	padding: 0 20px;
	background: none;
	color: #a1a1a1;
	font-size: 14px;
	border-radius: 0;
}
#main .search-main .search-con .words::-webkit-input-placeholder {
	color: #a1a1a1;
}
#main .search-main .search-con .words:-moz-placeholder {
	color: #a1a1a1;
}
#main .search-main .search-con .words::-moz-placeholder {
	color: #a1a1a1;
}
#main .search-main .search-con .words:-ms-input-placeholder {
	color: #a1a1a1;
}
#main .search-main .search-con .search{
	float: right;
	width: 60px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	cursor: pointer;
	background: url(../images/search.png) center center no-repeat #308dd4;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .search-main .search-con .search:hover{
	background-color: #e1bb6b;
}
/* 公共头部 */
.common {
	text-align: center;
	margin-bottom: 40px;
}
.common h4 {
	color: #e1bb6b;
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}
.common p {
	color: #999;
	font-size: 18px;
	line-height: 30px;
	color: #3e3e3e;
}
.common ul {
	list-style: none;
	text-align: center
}
.common li {
	height: 5px;
	width: 40px;
	background: #308dd4;
	margin: 0 2px;
	display: inline-block;
	border-radius: 2px;
}
.com-color {
	color: #fff;
}
.com-color p {
	color: #fff !important;
}
.com-color li {
	background: #fff;
}
.news-color p {
	color: #3e3e3e !important;
}
/* 首页荣誉 */
#main .product-main {
	background-color: #fff;
	padding: 50px 0;
}
.rongyu {
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
	text-align: center;
}
.rongyu dl {
	display: inline-block;
	width: 24%;
	margin: 0 auto;
}
.rongyu dl dt{
	width: 180px;
	height: 180px;
	background: #1875bb;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
	transition: all 0.55s;
	cursor: pointer;
}
.rongyu dl dt:hover{
	background-color: #e1bb6b;
}
.rongyu dl dd {
	font-size: 24px;
	margin-bottom: 5px;
}
.rongyu dl dd.a {
	color: #1875bb;
	font-weight: bold;
}
/* 首页产品 */
#main .appli-main {
	background-color: #f9f9f9;
	padding: 50px 0;
}
.appli-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.appli-list a {
	display: block;
	color: #2c2c2c;
}
.appli {
	width: 360px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 110px;
}
.appli:nth-child(3n) {
	margin-right: 0px;
}
.appli-img{
	width: 100%;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background-color: #fff;
	overflow: hidden;
}
.appli-img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.55s;
}
.appli p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 0;
	color: #2c2c2c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.appli-list a:hover .appli-img img{
	transform: scale(1.1);
}
.appli-list a:hover p{
	color: #1875bb;
}



.pro-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-list a {
	display: block;
	color: #2c2c2c;
}
.pro-list a .pro-img{
	width: 100%;
	height: 375px;
	overflow: hidden;
}
.pro-list a .pro-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.55s;
}
.pro-list a p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	color: #2c2c2c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-list a:hover .pro-img img{
	transform: scale(1.1);
}
.pro-list a:hover p{
	color: #1875bb;
}
/* 企业优势 */
.youshi,
.ys-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ys-list {
	margin-bottom: 60px;
}
.ys-float {
	width: 650px;
	height: auto;
	overflow: hidden;
	float: left;
}
.ys-float img {
	width: 100%;
}
.ys {
	width: 635px;
	margin-right: 15px;
}
.rs {
	margin-left: 15px;
	margin-right: 0px;
}
.ys dl {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
}
.ys dl dt {
	width: 66px;
	height: 80px;
	background: url(../images/ys-icon.png) center no-repeat;
	float: left;
	text-align: center;
	line-height: 80px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
}
.ys dl dd {
	width: 545px;
	height: auto;
	overflow: hidden;
	float: right;
	font-size: 18px;
	color: #2e2e2e;
}
.ys dl dd.a {
	font-size: 30px;
	color: #4796d7;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}
/* 客户案例 */
#main .appli-anli {
	background-color: #fff;
	padding: 50px 0;
}
#main .appli-anli .pro-list .pro {
	width: 412px;
	margin-right: 32px;
}
#main .appli-anli .pro-list .pro:nth-child(3n) {
	margin-right: 0px;
}
#main .appli-anli .pro-list .pro .pro-img {
	width: 412px;
	height: 335px;
}
/* 公司简介 */
#main .company-main {
	background: url(../images/gsjj.jpg) center center no-repeat;
	padding: 68px 0;
}
#main .company-main .common {
	color: #fff;
	margin-bottom: 45px;
}
#main .company-main .common p::before,
#main .company-main .common p::after {
	background-color: #fff;
}
#main .company-main .company-left {
	float: left;
	width: 636px;
	height: 476px;
	background: rgba(255, 255, 255, 0.2);
}
#main .company-main .company-left .img {
	padding: 0px;
}
#main .company-main .company-left .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .company-main .company-right {
	float: right;
	width: 610px;
}
#main .company-main .company-right h4 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
#main .company-main .company-right .text {
	color: #fff;
	font-size: 18px;
	line-height: 38px;
	text-indent: 2em;
	min-height: 360px;
}
#main .company-main .company-right a.company-more {
	display: block;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #1d1d1d;
	font-size: 16px;
	background-color: #ffd200;
	border: 2px solid #ffd200;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
#main .company-main .company-right a.company-more:hover {
	background: none;
	color: #ffd200;
}
/* 新闻中心 */
#main .news-main {
	background-color: #fff;
	padding: 58px 0;
}
#main .news-main .news-txt {
	float: left;
	width: 635px;
}
#main .news-main .news-txt .img{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
#main .news-main .news-txt .img .Img{
	width: 100%;
	height: 308px;
}
#main .news-main .news-txt .img .Img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .news-main .news-txt .img h3{
	font-size: 18px;
	color: #121212;
	font-weight: bold;
	line-height: 50px;
}
#main .news-main .news-txt .img p{
	color: #424242!important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;/**显示行数**/
	-webkit-box-orient: vertical;
	text-indent:30px;
	margin-bottom: 10px;
}
#main .news-main .news-txt .img span{
	color: #424242;
}
#main .news-main .news-txt .img a:hover h3{
	color: #4796d7;
} 
#main .news-main .news-txt ul li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
}
#main .news-main .news-txt ul li h4{
	display: block;
	float: left;
	width: 80%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #424242;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .news-main .news-txt ul li span{
	display: block;
	float: right;
	width: 20%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: right;
	color: #424242;
	font-size: 16px;
}
#main .news-main .news-txt ul li:hover h4,
#main .news-main .news-txt ul li:hover span{
	color: #4796d7;
}
#main .news-main .news-txt-right {
	float: right;
	width: 610px;
	margin-right: 20px;
}
#main .news-main .news-txt-right h4{
	font-size: 35px;
	color: #e1bb6b;
	margin-bottom: 20px;
}
#main .news-main .news-txt-right ul li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px dashed #dcdcdc;
}
#main .news-main .news-txt-right ul li h4{
	display: block;
	float: left;
	width: 75%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #424242;
	font-size: 16px;
	padding-left: 5%;
	background: url(../images/news-li.png) left center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .news-main .news-txt-right ul li span{
	display: block;
	float: right;
	width: 20%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: right;
	color: #424242;
	font-size: 16px;
}
#main .news-main .news-txt-right ul li:hover h4,
#main .news-main .news-txt-right ul li:hover span{
	color: #4796d7;
}
/* 网站底部 */
.footer {
	background: #308dd4;
	padding: 30px 0;
}
.footer .footer-info{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.footer .footer-info .footer-list{
	width: 432.5px;
	height: auto;
	overflow: hidden;
	float: left;
	border-right: 1px solid #4b9cda;
}
.footer .footer-info .footer-list:nth-child(3n){
	border-right: 0px;
}
.footer .footer-info .footer-list .footer-list-nav{
	width: 216px;
	float: left;
}
.footer .footer-info .footer-list .footer-list-nav dl dt{
	width: 100%;
	float: left;
	color: #fff;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}
.footer .footer-info .footer-list .footer-list-nav dl dd.xian{
	width: 27px;
	height: 2px;
	background: #d1d1d1;
	margin-right: 150px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer .footer-info .footer-list .footer-list-nav dl dd{
	width: 88px;
	height: 30px;
	float: left;
	color: #fff;
}
.footer .footer-info .footer-list .footer-list-nav dl dd a{
	color: #fff;
}
.footer .footer-info .footer-list .footer-list-nav dl dd a:hover{
	text-decoration: underline;
	color: #066af3;
}
.footer .footer-info .footer-list .pro{
	margin-right: 0px;
	float: right;
	width: 180px;
}
.footer .footer-info .footer-list .pro dl dd{
	width: 180px;
}
.footer .footer-info .footer-list .rwinfo dl dd{
	width: 100%;	
}
.footer .footer-info .footer-list .rwinfo{
	margin-right: 0px;
	float: right;
	width: 370px;
}
.footer .footer-info .footer-list .rwinfo dl dd{
	width: 100%;
	line-height: 27px;
	margin-bottom: 5px;
}
.footer .footer-info .footer-list .rwinfo dl dd span{
	display: block;
	float: left;
	width: 27px;
	height: 27px;	
	border-radius: 50%;
	margin-right: 15px;
}
.footer .footer-info .footer-list .rwinfo dl dd span.add{
	background: url(../images/footer-add.png) #34a7ff center no-repeat;
}
.footer .footer-info .footer-list .rwinfo dl dd span.email{
	background: url(../images/footer-email.png) #34a7ff center no-repeat;
}
.footer .footer-info .footer-list .rwinfo dl dd span.tel{
	background: url(../images/footer-tel.png) #34a7ff center no-repeat;
}
.footer .footer-info .footer-list .rwinfo dl dd span.about{
	background: url(../images/footer-about.png) #34a7ff center no-repeat;
}
.footer .footer-info .footer-list .ewm{
	margin-right: 0px;
	float: right;
	width: 370px;
}
.footer .footer-info .footer-list .ewm dl dd{
	width: 140px;
	height: 130px;
	background: #fff;
	margin-right: 20px;
}
.footer .footer-info .footer-list .ewm dl dd img{
	width: 140px;
	height: 130px;
}
.footer .footer-info .footer-list .ewm dl dd.xian{
	margin-right: 200px;
}
.footer2 {
	background-color: #308dd4;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #4b9cda;
}
.footer2 .text {
	text-align: center;
	color: #a7c8e9;
	font-size: 16px;
}
.footer2 .text a {
	color: #a7c8e9;
}
.footer2 .text a img {
	display: inline-block;
}

.pro-sider{
	float: left;
	width: 256px;
}
.pro-sider .in-title{
	background: #409be1;
    color: #fff;
    height: 115px;
    text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.pro-sider .in-title h4{
	font-size: 30px;
	line-height: 40px;
}
.pro-sider .in-title p{
	font-size: 18px;
	text-transform: uppercase;
	line-height: 24px;
}
.pro-sider .pro-sider-ul {
	padding: 11px;
    border: 1px solid #ecedef;
}
.pro-sider .pro-sider-ul .ul-li {
	height: 50px;
	margin-bottom: 5px;
}
.pro-sider .pro-sider-ul .ul-li a{
    display: block;
    box-sizing: border-box;
    padding: 0px 16px 0 24px;
    line-height: 50px;
    background: #409be1;
	transition: all 0.55s;
}
.pro-sider .pro-sider-ul .ul-li a h2{
	float: left;
	width: 170px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon{
	float: right;
	width: 20px;
	height: 50px;
	transition: all 0.55s;
	background: url(../images/pro-siderH.png) center center no-repeat;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li a.active{
	background-color: #e1bb6b;
}
.pro-sider .pro-sider-ul .ul-li:hover a h2,
.pro-sider .pro-sider-ul .ul-li a.active h2{
	color: #fff;
}
.pro-sider .contact-box{
	box-sizing: border-box;
	padding: 20px 0;
}
.pro-sider .contact-box .img{
	width: 39px;
	height: 39px;
	background: url(../images/pro-tel.png) center center no-repeat;
	margin: 0 auto;
}
.pro-sider .contact-box span{
	display: block;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 34px;
	background: url(../images/pro-line.png) center center no-repeat;
}
.pro-sider .contact-box p{
	text-align: center;
	color: #565757;
	font-size: 24px;
	line-height: 32px;
}




.m-column-t {

  position: relative;

  text-align: center;

  font-size: 0;

}

.m-column-t .center {

  display: inline-block;

  font-size: 0;

}

.m-column-t .center h3 {

  color: #333;

  font-size: 30px;

}

.m-column-t .center p {

  color: #d2d2d2;

  font-size: 30px;

}

.m-column-t span {

  position: absolute;

  width: 415px;

  top: 50%;

  margin-top: -5px;

  height: 5px;

  border-bottom: 1px solid #d2d2d2;

  z-index: 1;

}

.m-column-t span.mcl {

  left: 0;

}

.m-column-t span.mcl em {

  float: right;

}

.m-column-t span.mcr {

  right: 0;

}

.m-column-t span em {

  display: block;

  height: 11px;

  border-left: 1px solid #d2d2d2;

}

.textLine {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}

.textLine3 {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

}

.textHidden {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}

.domHidden {

  overflow: hidden;

}

.about-main {

  padding: 20px 0 70px;

  min-height: 170px;

}

.about-main .ab-content {

  float: right;

  width: 925px;

}

.about-main .ab-content .title {

  line-height: 50px;

}

.about-main .ab-content .title a {

  color: #333;

  padding: 0 5px;

}

.about-main .ab-content .title span.icon-home {

  color: #535353;

}

.about-main .ab-content .title em {

  color: #999;

}

.about-main .ab-content .ab-conBox {

  overflow: hidden;

  background: #fff;

  min-height: 55px;

  padding: 30px 45px 40px;

}

.about-main .ab-content .ab-conBox .de-title {

  text-align: center;

  font-size: 20px;

  color: #333;

  line-height: 25px;

  margin-bottom: 8px;

}

.about-main .ab-content .ab-conBox .sub-co {

  font-size: 14px;

  color: #999;

  text-align: center;

  line-height: 18px;

}

.about-main .ab-content .ab-conBox .ab-detail {

  overflow: hidden;

  margin-top: 30px;

  font-size: 14px;

  color: #777373;

  line-height: 25px;

}

.ab-sild {

  float: left;

  width: 260px;

}

.ab-sild .title {

  position: relative;

  height: 50px;

  text-align: center;

  background: #f3c04b;

  font-size: 16px;

  line-height: 50px;

  color: #fff;

  border-bottom: 1px solid #fff;

}

.ab-sild .title span {

  position: absolute;

  height: 3px;

  width: 30px;

  top: 50%;

  margin-top: -3px;

  border-bottom: 1px solid #fff;

}

.ab-sild .title span em {

  display: block;

  height: 7px;

  border-left: 1px solid #fff;

}

.ab-sild .title span.stl {

  left: 35px;

}

.ab-sild .title span.stl em {

  float: right;

}

.ab-sild .title span.str {

  right: 35px;

}

.ab-sild .sild-cate {

  background: #fff;

  margin-bottom: 20px;

}

.ab-sild .sild-cate .list {

  overflow: hidden;

}

.ab-sild .sild-cate .list li {

  position: relative;

  border-bottom: 1px solid #eee;

  height: 60px;

  line-height: 60px;

}

.ab-sild .sild-cate .list li a {

  display: block;

  padding-right: 35px;

  font-size: 14px;

  color: #333;

  padding-left: 20px;

}

.ab-sild .sild-cate .list li:last-child {

  border-bottom: none;

}

.ab-sild .sild-cate .list li:hover {

  border-color: #f3c04b;

  background: #f3c04b;

}

.ab-sild .sild-cate .list li:hover a {

  color: #fff;

}

.ab-sild .sild-cate .list li:hover:after {

  color: #fff;

}

.ab-sild .sild-cate .list li:after {

  font-weight: bold;

  right: 20px;

  top: 0;

  color: #999;

  position: absolute;

  content: "\e904";

  font-family: 'icomoon' !important;

}

.ab-sild .sild-cont {

  background: #fff;

}

.ab-sild .sild-cont .cont-list {

  padding: 20px;

}

.ab-sild .sild-cont .cont-list ul li {

  color: #333;

  padding: 5px 0;

  padding-left: 60px;

  font-size: 14px;

}

.ab-sild .sild-cont .cont-list ul li span {

  width: 60px;

  margin-left: -60px;

  display: block;

  height: 20px;

  line-height: 20px;

  float: left;

  color: #666;

}

.pro-center {

  background: #fff;

  padding-bottom: 25px;

}

.pro-center .pro-list {

  overflow: hidden;

  padding: 25px 18px 10px;

}

.pro-center .pro-list ul li {

  float: left;

  width: 200px;

  margin: 0 10px 20px;

  border: 1px solid #fff;

}

.pro-center .pro-list ul li:hover {

  border-color: #f3c04b;

}

.pro-center .pro-list ul li .img {

  overflow: hidden;

  width: 200px;

  height: 200px;

  line-height: 200px;

  text-align: center;

  font-size: 0;

  background: #eee;

}

.pro-center .pro-list ul li .img img {

  display: inline-block;

  vertical-align: middle;

  max-width: 100%;

  max-height: 100%;

}

.pro-center .pro-list ul li .title {

  background: #f7f8fc;

  height: 40px;

  line-height: 40px;

  padding: 0 5px;

  text-align: center;

  font-size: 14px;

  font-weight: bold;

  color: #333;

}

.pro-center .pro-list ul li .title:hover {

  color: #f3c04b;

}

.page {

  font-size: 0;

  text-align: center;

}

.page .center {

  display: inline-block;

  overflow: hidden;

}

.page .center .page-span {

  float: left;

  font-size: 14px;

  color: #c3c3c3;

  line-height: 32px;

  margin-right: 30px;

}

.page .center .page-list {

  float: left;

  overflow: hidden;

}

.page .center .page-list ul li {

  float: left;

  width: auto;

  min-width: 30px;

  height: 32px;

  text-align: center;

  line-height: 30px;

  font-size: 14px;

  margin: 0 4px;

  padding: 0;

  border: none;

  background: transparent;

}

.page .center .page-list ul li a {

  min-width: 20px;

  padding: 0 5px;

  border: 1px solid #eee;

  display: block;

  color: #333;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  overflow: hidden;

  background: #fff;

}

.page .center .page-list ul li:hover a {

  color: #f3c04b;

}

.page .center .page-list ul li.active a {

  background: #f3c04b;

  color: #fff;

}

.news-center {

  background: #fff;

  padding-bottom: 25px;

}

.news-center .new-list {

  padding: 45px 45px 0px;

}

.news-center .new-list ul li {

  margin-bottom: 35px;

  border-bottom: 1px solid #eee;

}

.news-center .new-list ul li a {

  overflow: hidden;

  display: block;

  height: 90px;

  padding-bottom: 30px;

}

.news-center .new-list ul li a .img {

  float: left;

  width: 130px;

  height: 90px;

  background: #eee;

  line-height: 90px;

  font-size: 0;

  text-align: center;

}

.news-center .new-list ul li a .img img {

  display: inline-block;

  vertical-align: middle;

  max-width: 100%;

  max-height: 100%;

}

.news-center .new-list ul li a .info {

  float: right;

  width: 690px;

}

.news-center .new-list ul li a .info h3 {

  font-size: 14px;

  font-weight: bold;

  line-height: 24px;

  color: #333;

}

.news-center .new-list ul li a .info em {

  display: block;

  font-size: 12px;

  color: #999;

  line-height: 16px;

  margin-bottom: 10px;

}

.news-center .new-list ul li a .info p {

  font-size: 14px;

  line-height: 22px;

  color: #999;

  max-height: 44px;

  overflow: hidden;

}

.news-center .new-list ul li a:hover h3 {

  color: #f3c04b;

}

.message-c {

  background: #fff;

  padding: 40px 50px;

  overflow: hidden;

}

.message-c .p {

  font-size: 16px;

  line-height: 30px;

  color: #666;

  margin-bottom: 35px;

}

.message-c .from input {

  display: block;

  height: 38px;

  line-height: 38px;

  padding: 0 5px;

  border: 1px solid #d2d2d2;

  margin-bottom: 10px;

  font-size: 14px;

  color: #333;

}

.message-c .from input[name=user],

.message-c .from input[name=phone] {

  width: 348px;

}

.message-c .from textarea {

  font-size: 14px;

  color: #333;

  line-height: 20px;

  display: block;

  width: 728px;

  height: 130px;

  border: 1px solid #d2d2d2;

  padding: 5px;

  margin-bottom: 10px;

}

.message-c .from .code {

  overflow: hidden;

}

.message-c .from .code input[name=code] {

  width: 258px;

  float: left;

}

.message-c .from .code a {

  display: block;

  float: left;

  width: 80px;

  height: 38px;

  padding: 1px 0;

  margin-left: 10px;

}

.message-c .from .code a img {

  width: 80px;

  height: 38px;

}

.message-c .from .btn {

  padding-top: 25px;

}

.message-c .from .btn a {

  display: block;

  width: 362px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  color: #fff;

  font-size: 16px;

  background: #8fa4de;

}

.message-c .from .btn a:hover {

  background: #8397d0;

}

.contact-o {

  background: #fff;

  overflow: hidden;

  padding: 40px 0;

  text-align: center;

}

.contact-o iframe {

  width: 830px;

  height: 500px;

  margin: 0 auto;

}



/* 翻译插件 */

.goog{padding-left: 0 !important;position: relative;}
#google_translate_element{position: absolute;top: 0;left: 0;width: 100%;}
.goog-te-banner-frame{display: none !important;}
.goog-te-gadget-simple{background: none !important;border: none !important;padding: 0 !important;}
.goog-te-gadget-simple .goog-te-menu-value{color: #464746 !important;}
.goog-te-gadget-simple .goog-te-menu-value span{border: none !important;color: #464746 !important;}
.goog-te-gadget img{display: none !important;}
.goog-te-gadget-simple{background: url(../images/google_logo.png) left center no-repeat !important;padding-left: 20px !important;}