.bg-color{
	background: #fff;
}
.head {
	/* height: 130px; */
	background: #f5f5f5;
}

#notice{
	height: 30px;
	line-height: 30px;
	margin:0 auto;
	margin-top: 5px;
	padding: 0px 5px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #eee;
	-webkit-box-shadow: #ccc 0px 0px 10px;
	-moz-box-shadow: #ccc 0px 0px 10px;
	box-shadow: #ccc 0px 0px 10px;
}

#notice .no-left{
	width: auto;
	float: left;	
}

#notice .no-right{
	width: auto;
	height: 30px;
	float: right;
	display: flex;
	position: relative;
	
}

#notice .no-right li{
	list-style: none;
	width: auto;
	display: flex;
	justify-content: center;
	margin-right: 10px;	
}

#notice .no-right li .img{
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
}

#notice .no-right li .img img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#notice .no-right li#weixin .top_weixin{
	position: absolute;
	display: none;
	top: 35px;
	border: 1px solid #dcdcdc;
}

#notice .no-right li#weixin .top_weixin img{
	max-width: 150px;
	max-height: 150px;
}

#notice .no-right li select{
	background: #f7f7f7;
}


.head .logo{
	float: left;
	line-height: 130px;
	max-width:570px;
	overflow: hidden;
}
.head .logo img {
	display: inline-block;
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}
.head .txt{
	color: #4cb0b9;
	font-size: 14px;
	line-height: 35px;
	float: right;
	margin-top: 48px;
	width: 170px;
	height: 33px;
	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	margin-right: 60px;
}

.head .txt input {
    border-radius: 20px;
    height: 33px;
    /* background: url(../images/search.png) no-repeat 150px #f0f0f0; */
    padding-left: 15px;
    display: inline-block;
    box-sizing: border-box;
    width: 140px;
    float: left;
    background: none;
}

.head .txt .sou {
    width: 30px;
    height: 33px;
    line-height: 33px;
    float: left;
    padding-top: 9px;
    box-sizing: border-box;
    cursor: pointer;
}

.head .head-group{
	overflow: hidden;
	float: right;
	height: 130px;
	padding-left: 30px;
	color: #2a287c;
	font-size: 24px;
	line-height: 15px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: url(../images/icon-top-tel.png) left center no-repeat;
}

.nav-bar{
	height: 40px;
	/* background-color: #174c95;
	background: linear-gradient(90deg, #174c95 0, #077ce0 100%); */
	background: #fff; /* 对于那些不支持渐变的浏览器 */
	background: -webkit-linear-gradient(#fff, #e6e6e6); /* Safari 5.1 到 6.0 */
	background: -o-linear-gradient(#fff, #e6e6e6); /* Opera 11.1 到 12.0 */
	background: -moz-linear-gradient(#fff, #e6e6e6); /* Firefox 3.6 到 15 */
	background: linear-gradient(#fff, #e6e6e6); /* 标准语法 (必须是最后一个) */
	border-bottom: 1px solid #2a287c;
	box-sizing: border-box;
}
.nav-bar ul{
	overflow: hidden;
	border-radius: 5px;
}
.nav-bar ul li{
	float: left;
	width: 170px;
	
}
.nav-bar ul li a{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}
.nav-bar ul li:hover a,
.nav-bar ul li.active a{
	background: url(../images/icon-li-bg.png) no-repeat center;
	color: #fff;	
}
.banner{
	width: 100%;
	margin: 0 auto;
	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: #fff;
}
#main{
	overflow: hidden;
}

/**start**/
/* 广告 */
#main .ad-main{	
	padding: 15px 0px;
	background: #fdfdfd; /* 对于那些不支持渐变的浏览器 */
	background: -webkit-linear-gradient(#fdfdfd, #dededc); /* Safari 5.1 到 6.0 */
	background: -o-linear-gradient(#fdfdfd, #dededc); /* Opera 11.1 到 12.0 */
	background: -moz-linear-gradient(#fdfdfd, #dededc); /* Firefox 3.6 到 15 */
	background: linear-gradient(#fdfdfd, #dededc); /* 标准语法 (必须是最后一个) */
}

#main .ad-main dl{
	width: 33%;
	height: auto;
	overflow: hidden;
	line-height: 1;
}	

#main .ad-main dl dt{
	width: auto;
	float: left;
	margin-right: 10px;
}

#main .ad-main dl dd{
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	display: block;
	overflow: hidden;
}

#main .ad-main dl dd.a{
	font-size: 20px;
	color: #333333;
	line-height: 24px;
}

#main .ad-main .ad-list{
	width: 100%;
	display: flex;
	justify-content: center;
} 	

#main .m-all{
	width: 100%;
	height: auto;
	background: #f5f5f5;
	overflow: hidden;
	padding-top: 40px;
}
/* left */
#main .m-left{	
	width: 830px;
	height: auto;
	overflow: hidden;
	float: left;
}
#main .fwfw{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
}
#main .fwfw .com-title{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #333333;
	font-size: 20px;
	background: url(../images/icon-t-bg.png) repeat-x;
}	
#main .fwfw .com-title img{
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 15px;
}

#main .fwfw .com-title a.more{
	display: block;
	width: 50px;
	height: 20px;
	background: -webkit-linear-gradient(#7d7be1, #2d2b7f); /* Safari 5.1 到 6.0 */
	background: -o-linear-gradient(#7d7be1, #2d2b7f); /* Opera 11.1 到 12.0 */
	background: -moz-linear-gradient(#7d7be1, #2d2b7f); /* Firefox 3.6 到 15 */
	background: linear-gradient(#7d7be1, #2d2b7f); /* 标准语法 (必须是最后一个) */
	float: right;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	margin-top: 12px;
	margin-right: 20px;
}
/**服务范围**/
#main .fwfw{	
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}

#main .fwfw .fwfw-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
}

#main .fwfw .fwfw-list dl{
	width: 49%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 2%;
}

#main .fwfw .fwfw-list dl:nth-child(2n){
	margin-right: 0px;
}

#main .fwfw .fwfw-list dl dt{
	width: 100%;
	height: 220px;
	float: left;
	overflow: hidden;
}

#main .fwfw .fwfw-list dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;	
	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 .fwfw .fwfw-list dl dt:hover img{
	transform: scale(1.1);		
	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 .fwfw .fwfw-list dl dd{
	width: 100%;
	float: left;	
}

#main .fwfw .fwfw-list dl dd.a{
	padding: 10px 0px 10px 0px;
}

#main .fwfw .fwfw-list dl dd.a .title{
	width: 70%;
	float: left;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

#main .fwfw .fwfw-list dl dd.a a.more{
	display: block;
	width: 50px;
	height: 20px;
	background: -webkit-linear-gradient(#7d7be1, #2d2b7f); /* Safari 5.1 到 6.0 */
	background: -o-linear-gradient(#7d7be1, #2d2b7f); /* Opera 11.1 到 12.0 */
	background: -moz-linear-gradient(#7d7be1, #2d2b7f); /* Firefox 3.6 到 15 */
	background: linear-gradient(#7d7be1, #2d2b7f); /* 标准语法 (必须是最后一个) */
	float: right;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	margin-top: 5px;
}

#main .fwfw .fwfw-list dl dd.b{
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;/**显示行数**/
	-webkit-box-orient: vertical;

}

/**新闻中心**/
#main .news .fwfw-list{
	padding-top: 25px;
	padding-bottom: 30px;
}
#main .news .fwfw-list .img{
	width: 30%;
	height: 165px;
	float: left;
	margin-right: 2%;
	overflow: hidden;
}

#main .news .fwfw-list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	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 .news .fwfw-list .img:hover img{
	transform: scale(1.1);		
	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 .news .fwfw-list .list{
	width: 68%;
	height: 165px;
	float: left;
}

#main .news .fwfw-list .list li{
	width: 100%;
	line-height: 27px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#main .news .fwfw-list .list li a{
	color: #333333;
	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 .news .fwfw-list .list li:hover a{
	color: red;
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;	
}

/* right */
#main .m-right{	
	width: 350px;
	height: auto;
	overflow: hidden;
	float: right;
}

#main .m-right .ywwd .fwfw-list .img{
	width: 58%;
	height: 220px;
	float: left;
	position: relative;
	z-index: 1;
}	

#main .m-right .ywwd .fwfw-list .img img{
	max-width: 100%;
	max-height: 100%;
	/* object-fit: cover; */
}

#main .m-right .ywwd .fwfw-list .list{
	width: 40%;
	height: auto;
	float: right;
	position: relative;
	z-index: 2;
}
/* #main .m-right .ywwd .fwfw-list .list {width:65px; float:left; height:209px; position:absolute; top:0; right:0;} */
#main .m-right .ywwd .fwfw-list .list dl{width: 100%;margin-right: 0px;padding-left: 10px;box-sizing: border-box;}
#main .m-right .ywwd .fwfw-list .list dl dd{height:auto; overflow:hidden;}
#main .m-right .ywwd .fwfw-list .list dl dd span{display:block;line-height:35px;width: 100%;box-sizing: border-box;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
#main .m-right .ywwd .fwfw-list .list dl dd a{padding-left:25px; background:url(../images/sy_ywwd_ico01.png) no-repeat left; font-size:16px; color:#000;}
#main .m-right .ywwd .fwfw-list .list dl dd a:hover{color:#00c2ff; background:url(../images/sy_ywwd_ico02.png) no-repeat left;}

#main .m-right .ywwd .fwfw-list .list .left_hover{
	width:190px; height:auto; overflow:hidden; position:absolute; top:55px; right:115px; display:none; padding:15px; border-radius:3px; box-shadow:1px 1px 5px #000;
	background: rgba(255, 255, 255, 0.8);line-height: 22px;
}
#main .m-right .ywwd .fwfw-list .list .left_hover p{font-size:14px; color:#000; line-height:25px;}

#main .m-right .gsimg{
	width: 100%;
	height: 123px;
	overflow: hidden;
	float: left;
	margin-bottom: 15px;
}

#main .m-right .gsimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.55s;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	display: inline-block;
}

#main .m-right .gsimg img:hover{
	transform: scale(1.1);
	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 .m-right .qyhj .fwfw-list{
	position: relative;
}
#main .m-right .qyhj .fwfw-list a{
	display: block;
	overflow: hidden;
	height: 200px;
}
#main .m-right .qyhj .fwfw-list a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .m-right .qyhj .fwfw-list  .swiper-pagination{
	text-align: right;
	right: 20px;
	bottom: 15px;
}

#main .m-right .qyhj .fwfw-list .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	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;
}

#main .m-right .qyhj .fwfw-list .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: -webkit-linear-gradient(#7d7be1, #2d2b7f); /* Safari 5.1 到 6.0 */
	background: -o-linear-gradient(#7d7be1, #2d2b7f); /* Opera 11.1 到 12.0 */
	background: -moz-linear-gradient(#7d7be1, #2d2b7f); /* Firefox 3.6 到 15 */
	background: linear-gradient(#7d7be1, #2d2b7f); /* 标准语法 (必须是最后一个) */
	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;
}

/* #main .m-right .qyhj .fwfw-list .hjfy .swiper-pagination-bullet-active {
	width: 30px;
	opacity: 1;
	border-radius: 20px;
	background-color: #fff;
} */
/**end**/

/* 网站底部 */
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;	
	border-top: 1px solid #c7cfd0;
	background: -webkit-linear-gradient(#fdfdfc, #dfdfdd); /* Safari 5.1 到 6.0 */
	background: -o-linear-gradient(#fdfdfc, #dfdfdd); /* Opera 11.1 到 12.0 */
	background: -moz-linear-gradient(#fdfdfc, #dfdfdd); /* Firefox 3.6 到 15 */
	background: linear-gradient(#fdfdfc, #dfdfdd); /* 标准语法 (必须是最后一个) */
}
.footer2{
	
	padding: 20px 0px;
	color: #333;
	text-align: center;
	line-height: 25px;
}
.footer2 .banquan{

}
.footer2 .text{

}
.footer2 .text a{
	color: #333;
}
.footer2 .text a img{
	display: inline-block;
}

.pro-sider{

	float: left;

	width: 240px;

}

.pro-sider .in-title{

	background: #2a287c;

    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: #2a287c;

}

.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: #2a287c;
}


.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: #2a287c;

}





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