.bg-color{
	background: #fff;
}
.head {
	height: 80px;	
	background-color: #f6fcff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.head .logo{
	float: left;
	line-height: 80px;
	max-width:410px;
	overflow: hidden;
}
.head .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}

.nav-bar{
	width: 890px;
	height: 80px;
	float: left;
	margin-left: 100px;
}
.nav-bar ul{
	overflow: hidden;
}
.nav-bar ul li{
	float: left;
	width: 14%;
	display:inline;
	text-align: center;
}
.nav-bar ul li a{
	display: inline-block;
	font-size: 18px;
	color: #000;
	line-height: 80px;
	text-align: left;
	position: relative;
}

.nav-bar li a::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #0a87f1;
	transition: all 0.5s ease-in-out;
}

.nav-bar li a:hover,
.nav-bar li.active a{
	color: #0a87f1;
	transition: all 0.5s ease-in-out;
}

.nav-bar li a:hover::before,
.nav-bar li.active a::before{
	width: 100%;
}

.head .qt_lan{
	width: 100px;
	line-height: 80px;
	float: right;
}

.head .qt_lan img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.head .qt_lan span{
	position: relative;
	top: 5px;
}

.head.nav-move{-webkit-transform: translateY(-100%);transform: translateY(-100%);box-shadow: none !important;}
.head.nav-hide{box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);height: 80px;/* background-color: rgba(255, 255, 255, 1); */z-index: 105;}
.head.nav-hide .logo{height: 80px;line-height: 80px;}
.head.nav-hide .logo img{height: 50px;}
.head.nav-hide .list ul li{line-height: 80px;}

.banner{
	width: 100%;
	margin: 80px auto 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}
.banner a{
	display: block;
}
.banner img{
	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;
	background-color: #ca4040;
}

#main{
	overflow: hidden;
}

/** 公共头部 **/
.com-title{
	text-align: center;
}
.com-title p{
	color: #666;
	font-size: 24px;
	margin: 20px 0px 60px 0px;
}
.win {
    margin: auto;
    position: relative;
    display: inline-block;
}
.win .title {
	padding: 0px 35px;
    border: 1px solid rgb(255, 245, 232);
	font-size: 40px;
}

.win-no .title {
	border: none;
}

.border_corner{
    z-index: 2500;
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(0,0,0,0);
    border: 2px solid #fea01a;
}
.border_corner_left_top{
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;   
}
.border_corner_right_top{
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;    
}
.border_corner_left_bottom{
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;    
}
.border_corner_right_bottom{
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;    
}

/** 业务线路 **/
#main .xianlu-main{
    background: url(../images/xl-bg.jpg) center center no-repeat;
    /* height: 238px; */
    padding: 70px 0 90px;
}

#main .xianlu-main .hd ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 100px;
}

#main .xianlu-main .hd ul li .bgimg{
	width: 104px;
	height: 112px;
	background: url(../images/icon-xlmc-bg.png) center center no-repeat;;
}

#main .xianlu-main .hd ul li .bgimg .img{
	height: 112px;
	line-height: 112px;
	text-align: center;
}

#main .xianlu-main .hd ul li .bgimg .img img{
	vertical-align: middle;
	display: inline-block;
}

#main .xianlu-main .hd ul li.on .bgimg{
	background: url(../images/icon-xlmc-bg2.png) center center no-repeat;
}

#main .xianlu-main .hd ul li.on .bgimg .img img{
	-webkit-filter: brightness(0) invert(1);	
	filter: brightness(0) invert(1);
}

#main .xianlu-main .hd ul li p{
	text-align: center;
	font-size: 18px;
	position: relative;
	top: -10px;
}

#main .xianlu-main .bd ul dl{
	width: 49.5%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 1%;
	box-shadow: #e7f1fc 0px 0px 20px;
	background: #fff;
}
#main .xianlu-main .bd ul dl:nth-child(2n){
	margin-right: 0px;
}

#main .xianlu-main .bd ul dl dt{
	width: 100%;
	height: 110px;
	line-height: 110px;
	font-size: 30px;
	color: #fff;
	/* padding: 0px 20px;
	box-sizing: border-box; */
	position: relative;
	z-index: 1;
}

#main .xianlu-main .bd ul dl dt .img{
	width: 100%;
	height: 110px;
	font-size: 0;
}

#main .xianlu-main .bd ul dl dt .img img{
	
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	z-index: 1;
	line-height: 1;
}

#main .xianlu-main .bd ul dl dt .title{
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 3;
}

#main .xianlu-main .bd ul dl dt .bg{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 110px;
	top: 0;
	left: 0;
	background-color: rgba(6,51,102,0.4);
	background: linear-gradient(-60deg,rgba(5,51,102,0.2) 0, rgba(5,51,102,1) 100%);
}


/* #main .xianlu-main .bd ul dl dt:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 110px;
	top: 0;
	left:0;
	background-color: rgba(6,51,102,0.4);
	background: linear-gradient(-60deg,rgba(5,51,102,0.8) 0, rgba(5,51,102,0.5) 100%);
	z-index: 2;
} */

#main .xianlu-main .bd ul dl dd.a{
	width: 100%;
	height: 485px;
	padding: 40px 20px;
	box-sizing: border-box;
	overflow-y: hidden;
}

#main .xianlu-main .bd ul dl dd.a .xl{
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}

#main .xianlu-main .bd ul dl dd.a .xl i{
	display: inline-block;
	background: url(../images/icon-xl.png) center left no-repeat;
	padding-left: 30px;
	float: left;
}

#main .xianlu-main .bd ul dl dd.a .xl span{
	display: block;
    overflow: hidden;
}

#main .xianlu-main .bd ul dl dd.a .sx{
	margin-bottom: 0px;
}

#main .xianlu-main .bd ul dl dd.a .sx i{
	background: url(../images/icon-sx.png) center left no-repeat;
}

#main .xianlu-main .bd ul .nr{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
}

#main .xianlu-main .bd ul .nr img{
	display: inline-block;
}

#main .xianlu-main .bd ul .nr p{
	line-height: 30px;
}

#main .xianlu-main .bd ul .nr p strong{
	display: inline-block;
	margin-top: 20px;
}


/** 服务优势 **/
#main .youshi-main{
    background: #fff;
    /* height: 238px; */
    padding: 70px 0 90px;
}

#main .youshi-main .yslist{
	width: 100%;
	height: auto;
	margin-top: 60px;
}

#main .youshi-main .yslist dl{
	width: 310px;
	height: 400px;
	float: left;
	margin-right: 20px;
	position: relative;
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
}

#main .youshi-main .yslist dl:hover{
	-webkit-transform: translate3d(0,-10px,0);
	-moz-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
}

#main .youshi-main .yslist dl:nth-child(4n){
	margin-right: 0px;
}

#main .youshi-main .yslist dl dt{
	width: 310px;
	height: 400px;
}

#main .youshi-main .yslist dl dd{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 20px;
	padding-top: 30px;
	box-sizing: border-box;
	color: #fff;
}

#main .youshi-main .yslist dl dd h3{
	font-size: 22px;
	margin-bottom: 10px;
}

#main .youshi-main .yslist dl dd p{
	line-height: 30px;
	font-size: 16px;
}

/**数字动态 start**/
/* .main{ padding:60px 0; margin: 0 auto; max-width: 1000px;} */
.numCount{ margin: 0px auto;width: 80%;margin-top: 80px;}
.numCount li{ float: left; width: 25%; text-align: center;border-right: 1px solid #fff;box-sizing: border-box;}
.numCount li:nth-child(4n){border-right: none;}
.numCount li .item{ margin: 0 10px;}
.numCount li .item .img{width: 100%;height: 50px;overflow: hidden;text-align: center;}
.numCount li .item .img img{display: inline-block;line-height: 1;width: 40px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:45px; color:#fff;font-weight: bold;}
.numCount li .numU .unitC{font-size:100%; line-height: 1.3; margin-left: 0.3em;color: #fff;font-weight: bold;}
.numCount li .numU sup{vertical-align: top;}
.numCount li .numU sub{vertical-align:baseline;}
.numCount li .indc{font-size: 16px;color: #fff;text-align: center;}
/* .numCount li:nth-child(1) .indc{padding-left: 45px;}
.numCount li:nth-child(2) .indc{padding-left: 53px;}
.numCount li:nth-child(3) .indc{padding-left: 38px;}
.numCount li:nth-child(4) .indc{padding-left: 20px;}
.numCount li:nth-child(5) .indc{padding-left: 2px;} */
@media (max-width:800px){
	.numCount li .numCX{ font-size:36px; }
}
@media (max-width:640px){
	.numCount li .numCX{ font-size:7vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}
/**数字动态 end**/

/** 优势1 **/
#main .gsys-main{
    background: url(../images/icon-gsys1.jpg) center center no-repeat;
    /* height: 238px; */
    padding: 100px 0 230px;
	/* background-size: cover; */
}

#main .gsys-main .com-title .win .title{
	color: #fff;
}


/** 定制服务 **/
#main .dzfw-main{
    background: url(../images/icon-gsys2.jpg) center center no-repeat;
    /* height: 238px; */
    padding: 70px 0 70px;
	/* background-size: cover; */
}

#main .dzfw-main .dznr{
	width: 100%;
}

#main .dzfw-main .dznr img{
	width: 100%;
}

/* 公司简介 */
#main .company-main{
	background: #fff;
	padding: 70px 0 90px;
}

#main .company-main .jjnr{
	width: 100%;
	margin-top: 60px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	line-height: 28px;
}

#main .company-main .ditu .hd ul{
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 30px 0px 0px 0px;
	border-bottom: 1px solid #dcdcdc;
}

#main .company-main .ditu .hd ul li{
	margin-right: 60px;
	font-size: 18px;
	padding-bottom: 15px;
	position: relative;
}

#main .company-main .ditu .hd ul li.on:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: -1px;
	background: #0b87f1;
}

#main .company-main .ditu .hd ul li.on{
	color: #0b87f1;
}


#main .company-main .ditu .bd ul{
	height: auto;
	overflow: hidden;
	position: relative;
}

#main .company-main .ditu .bd ul .dtmap{
	width: 90%;
	height: 450px;
	margin-top: 30px;
}

#main .company-main .ditu .bd ul .dtinfo{
	position: absolute;
	width: 500px;
	height: 300px;
	right: 0px;
	top: 80px;
	background: #0b87f1;
	color: #fff;
	border-radius: 10px;
	padding: 35px;
	box-sizing: border-box;
}

#main .company-main .ditu .bd ul .dtinfo h3{
	font-size: 36px;
}

/* 网站底部 */
.footer{
	/* background: #323232; */
	background: url(../images/foot-bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 70px;
}

.footer .footer-logo{
	line-height: 95px;
	width:350px;
	height: auto;
	float: left;
}

.footer .footer-logo .logo{
	float: left;
	line-height: 1;
	position: relative;
	top: -10px;
}
.footer .footer-logo .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.footer .footer-logo .time{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 28px;
	box-sizing: border-box;
	margin-top: 20px;
}

.footer .footer-logo .time p{
	color: #fff;
	font-size: 14px;
}

.footer .footer-logo .time span{
	color: #fff;
	font-size: 14px;
}

.footer .footer-nav{
	width: 630px;
	height: auto;
	overflow: inherit;
	float: left;	
}

.footer .footer-nav dl{
	width: 160px;
	height: auto;
	overflow: inherit;
	float: left;
	text-align: left;
}

.footer .footer-nav dl dt{
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.footer .footer-nav dl dt a{
	font-size: 18px;
	color: #fff;
}


.footer .footer-nav dl dd{
	width: 100%;
	float: left;
	line-height: 30px;
}


.footer .footer-nav dl dd a{
	font-size: 14px;
	color: #fff;
}

.footer .footer-nav dl:first-child{
	margin-left: 20px;
}

.footer .footer-nav dl.lx{
	width: 280px;
}

.footer .footer-nav dl.lx dd{
	color: #fff;
}

.footer .footer-nav dl.lx dd i{
	display: inline-block;
	float: left;
}

.footer .footer-nav dl.lx dd span{
	display: block;
	overflow: hidden;
}

.footer .footer-ewm{
	float: right;
	width: 255px;
}

.footer .footer-ewm .img{
	width: 103px;
	height: 103px;
	float: left;
	margin-left: 40px;
}

.footer .footer-ewm .img:first-child{
	margin-left: 0px;
}

.footer .footer-ewm img{
	width: 100%;
}
.footer .footer-ewm p{
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.footer2{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
	color: #fff;
	line-height: 75px;
}
.footer2 .banquan{
	margin: 0 auto;
	text-align: center;
}

.footer2 .banquan a{
	color: #fff;
}

.pro-sider{

	float: left;

	width: 240px;

}

.pro-sider .in-title{

	background: #0a87f1;

    color: #fff;

    line-height: 80px;

    text-align: center;

    font-size: 24px;

    margin-bottom: 2px;

}

.pro-sider .pro-sider-ul{

    margin-bottom: 12px;

}
.pro-sider .pro-sider-ul .ul-li{
	overflow: hidden;
	max-height: 55px;
    transition: all 0.8s;
    margin-bottom: 2px;
} 
.pro-sider .pro-sider-ul .ul-li:hover{max-height: calc(200 * 8px);}
.pro-sider .pro-sider-ul .ul-li .type{

    display: block;

    box-sizing: border-box;

    padding: 0px 20px;

    line-height: 55px;

    background: #ececeb;

	position: relative;

}

.pro-sider .pro-sider-ul .ul-li .type::after,

.pro-sider .pro-sider-ul .ul-li .type::before{

	content: '';

	display: block;

	background: #fff;

	top:0;

	bottom: 0;

	margin:auto;

	position: absolute;

}

.pro-sider .pro-sider-ul .ul-li .type::before{

	width: 2px;

	height: 12px;

	right: 29px;

}

.pro-sider .pro-sider-ul .ul-li .type::after{

	width: 12px;

	height: 2px;

	right: 24px;

}

.pro-sider .pro-sider-ul .ul-li .type h2{

	width: 180px;

	font-size: 16px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li:hover .type,

.pro-sider .pro-sider-ul .ul-li .type.active{

	background-color: #0a87f1;

}

.pro-sider .pro-sider-ul .ul-li:hover .type h2,

.pro-sider .pro-sider-ul .ul-li .type.active h2{

	color: #fff;

}

.pro-sider .pro-sider-ul .ul-li:hover .type:before,

.pro-sider .pro-sider-ul .ul-li .type.active:before{
	opacity: 0;
}

.pro-sider .pro-sider-ul .ul-li .erji{

	display: block;

	width: 240px;

	height: 54px;

	border-bottom: 1px solid #ececeb;

	border-left: 1px solid #ececeb;

	border-right: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 0px 25px 0px 40px;

	color: #666;

	line-height: 54px;

}

.pro-sider .pro-sider-ul .ul-li .erji p{

	float: left;

	width: 160px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li .erji span{

	display: inline-block;

	float: right;

	line-height: 54px;

	font-size: 20px;

}

.pro-sider .pro-sider-ul .ul-li .erji:hover,
.pro-sider .pro-sider-ul .ul-li .erji.active{
	color: #0a87f1;
}


.pro-sider .contact-box{

	border: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 10px;

}

.pro-sider .contact-box img{

	margin-bottom: 10px;

	width: 100%;

}

.pro-sider .contact-box p{

	color: #333;

	font-size: 14px;

	line-height: 26px;

	padding: 5px 0;

}

.pro-sider .contact-box p span{

	display: block;

	font-size: 26px;

	line-height: 36px;

	color: #0a87f1;

}





.mMmenuLay{
	height: 100%;
}
.mMmenuLay dt{
	position: relative;
	background-color: #ececeb;
	margin-bottom: 2px;
	padding: 0 20px;
}
.mMenu_a1{
	float: left;
	width: 180px;
	font-size: 16px;
	color: #333;
	display: block;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mMenu_a1.active,
.mMenu_a1:hover{
	color: #e4393c;
}
.mToggle{
	float: right;
	width: 20px;
	height: 55px;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.mToggle::after,
.mToggle::before{
	content: '';
	display: block;
	background: #fff;
	top:0;
	left: 50%;
	bottom: 0;
	margin:auto;
	transform: translateX(-50%);
	position: absolute;
}
.mToggle::before{
	width: 2px;
	height: 12px;
}
.mToggle::after{
	width: 12px;
	height: 2px;
}
.mMmenuLay dl.on .mToggle::before,
.mToggle2:before{
	opacity: 0;
}
.mMmenuLay dd{
	transition: all 0.5s ease-in-out;
	height: 0;
	overflow: hidden;
}
.mMmenuLay dl.on dd{
	height: 54px;
}
.mMenu_a2{
	border-bottom: 1px solid #ececeb;
	border-left: 1px solid #ececeb;
	border-right: 1px solid #ececeb;
	box-sizing: border-box;
	padding: 0px 25px 0px 40px;
	color: #666;
	line-height: 53px;
	display: block;
}
.mMenu_a2 p{
	float: left;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mMenu_a2 span{
	display: inline-block;
	float: right;
	line-height: 53px;
	font-size: 20px;
}
.mMenu_a2.active,
.mMenu_a2:hover{
	color: #e4393c;
}




.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;}