.bg-color{
	background-color: #fff;
	max-width: 100%;
	min-width: 1300px;
	margin: 0 auto;
}

/**导航**/
.head {
	height: 100px;	
	position: relative;
	z-index: 9;
}
#sy{
	position: fixed;
	width:100%;
	top: 0;
	left: 0;
	z-index: 99;
}
.head .logo{
	float: left;
	line-height: 80px;
	height: 80px;
	max-width:410px;
	overflow: hidden;
	margin-top: 10px;
}
.head .logo img {
	vertical-align: middle;
	max-width:100%;
	max-height:100%;
}

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

.nav-bar li.active a::before{
	content: '';
	position: absolute;
	bottom: 47px;
	left: -10px;
	width: 5px;
	height: 5px;
	background: #92c41d;
	transition: all 0.5s ease-in-out;
}

.nav-bar li.active a:after{
	content: '';
	position: absolute;
	bottom: 47px;
	right: -10px;
	width: 5px;
	height: 5px;
	background: #92c41d;
	transition: all 0.5s ease-in-out;
}

.nav-bar li a:hover,
.nav-bar li.active a{
	color: #92c41d;
}

.nav-bar li a:hover::after{
	content: '';
	position: absolute;
	bottom: 47px;
	right: -10px;
	width: 5px;
	height: 5px;
	background: #92c41d;
	transition: all 0.5s ease-in-out;	
}

.nav-bar li a:hover::before{
	content: '';
	position: absolute;
	bottom: 47px;
	left: -10px;
	width: 5px;
	height: 5px;
	background: #92c41d;
	transition: all 0.5s ease-in-out;	
}

.nav-bar .head-nav li .nav-erji{
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	width: 180px;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	border-top: 2px solid #92c41d;
	padding-bottom: 10px;
}
.nav-bar .head-nav li .nav-erji a{
	display: block;
	font-size: 15px;
	color: #000;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	transition: all 0.5s ease-in-out;
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px dashed #000;
}
.nav-bar .head-nav li .nav-erji a::after{
	display: none;
}
.nav-bar .head-nav li .nav-erji a::before{
	display: none;
}

.nav-bar .head-nav li:hover{
	background: none;
}

.nav-bar .head-nav li .nav-erji a:hover{
	color: #fff;
	background-color: #92c41d;
}

/**banner**/
#main .banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#main .banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


#main{
	overflow: hidden;
	height: 100%;
}
#main .fadeInUp{
	opacity: 0;
	transition: all .8s ease .6s;
	transform: translateY(70px);
}
#main  .swiper-slide-active .fadeInUp{
	transition-delay: .6s;
	opacity: 1;
	transform: translateY(0);
}

#main .screen_hezuo {
    /* display: block;
	height: auto; */
}
/* 首页分类 */
#main .swiper-container{
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}
#main .index-type{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#main .index-type .imgs,
#main .index-type .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .index-type .imgs{
	overflow: hidden;
	-webkit-animation: zoom_animation 10s linear infinite;
	animation: zoom_animation 10s linear infinite;
}
#main .index-type .imgs img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .index-type .box{
	display: flex;
	align-items: center;
	text-align: right;
}
#main .swiper-slide:nth-child(2n) .index-type .box{
	text-align: left;
}
#main .index-type .box .tags{
	color: #fff;
	font-size: 72px;
	line-height: 1.1;
	text-transform: uppercase;
}
#main .index-type .box .tags p{
	font-family: "Timesnewroman";
	text-shadow: rgba(38,42,54,0.75) 0 3px 10px;
}
#main .index-type .box .tit{
	color: #fff;
	font-size: 48px;
	line-height: 1;
	padding: 4% 0 5% 0;
	font-family: "宋体";
	font-weight: 700;
	text-shadow: rgba(38,42,54,0.75) 0 3px 10px;
}
#main .index-type .type-icon{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	cursor: pointer;
}
#main .index-type .type-icon .wrap{
	width: 75px;
	height: 75px;
	position: relative;
}
#main .index-type .type-icon .wrap:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	z-index: -1;
	animation: consult linear 2s infinite;
}
#main .index-type .type-icon .wrap .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width:22px;
	height:40px;
	margin-top: -20px;
	margin-left: -11px;
}
#main .index-type .type-icon .wrap .icon span{
	display:block;
	width:22px;
	height:40px;
	position:relative;
}
#main .index-type .type-icon .wrap .icon span:before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:1px #fff solid;
	border-radius:20px;
	box-sizing: border-box;
}
#main .index-type .type-icon .wrap .icon span:after{
	content:"";
	display:block;
	position:absolute;
	width:3px;
	height:20%;
	background:#fff;
	left: 50%;
	border-radius:2px;
	top:25%;
	transform: translateX(-50%);
	animation: moveDownSpot 1s infinite;
}
@keyframes moveDownSpot {
    from {
        opacity: 1;
        top: 25%;
    }
    to {
        opacity: 0;
        top: 50%;
	}
}
/* 首页侧边 */
#main .type-page{
	position: fixed;
	top: 50%;
	right: 30px;
	width: 70px;
	transform: translateY(-50%);
	z-index: 9;
}
#main .type-page .swiper-pagination{
	position: initial;
	bottom: auto;
	right: auto;
	top: auto;
	transform: translate3d(0, 0, 0);
}
#main .type-page .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	opacity: 1;
	display: block;
	margin: 15px 26px;
	overflow: hidden;
	position: relative;
	background: none;
	transition: all 0.5s ease-in-out;
}
#main .type-page .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 50%;
}
#main .type-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: 1px solid #fff;
}
#main .type-page .line{
	width: 1px;
	height: 70px;
	background-color: #fff;
	margin: 45px 34px;
}
#main .type-page .pagination{
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}
#main .type-page .pagination .cur{
	color: #92c41d;
	font-size: 24px;
	font-weight: 700;
}

/**产品展示**/
#main .pro{
	width: 100%;
	height: 100%;
	z-index: 100;
	position: relative;
	transform: translateY(20%);
}

#main .pro .proxh{
	margin-top: 40px;
	position: relative;
}

#main .pro .proxh .img{
	width: 100%;
	height: 40vh;
	background: #fff;
	line-height: 40vh;
	overflow: hidden;
	text-align: center;
}

#main .pro .proxh .img img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#main .pro .proxh .title {
	width: 100%;
    padding: 0 7%;
    line-height: 60px;
    position: relative;
    z-index: 1;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
}
#main .pro .proxh .ad1-left{
	top: 35%;
	left: 0px;
	width: 40px;
	height: 100px;
	background: rgb(0,0,0,0.3);
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: center;
}
#main .pro .proxh .ad1-left:after,
#main .pro .proxh .ad1-right:after
{
	display: none;
}

#main .pro .proxh .ad1-right{
	top: 35%;
	right: 0px;
	width: 40px;
	height: 100px;
	background: rgb(0,0,0,0.3);
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center;
}



/**公共部分**/
#main .fl-title{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#main .fl-title h4{
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#main .fl-title p{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#main .fl-title span{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0px 70px;
	line-height: 44px;
	background: #f5f5f5;
	color: #333333;
	font-size: 16px;
}

#main .common-gd{
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 35px;
}

#main .common-gd a{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
}

#main .common-gd a:after{
	content: '';
	position: absolute;
	bottom: 1px;
	width: 200px;
	height: 5px;
	background: #92c41d;
	left: 50%;
	margin-left: -100px;
	z-index: -1;
}

#main .common-title h4 span{
	font-size: 18px;
	text-transform: uppercase;
	text-indent:5px;
}

/* 公司简介 */
#main .company-main{
	background-image: url(../images/companybg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#main .company{
	width: 100%;
	height: auto;
	overflow: hidden;
	overflow: hidden;
	margin-top: 28px;
}

#main .company .company-left{
	width: 545px;
	height: 420px;
	float: right;	
}

#main .company .company-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

#main .company .company-right{
	width: 600px;
	height: auto;
	float: left;
	overflow: hidden;	
	box-sizing: border-box;
	position: relative;
}

#main .company .company-right h4{
	font-size: 24px;
	color: #92c41d;
	font-weight: bold;
	margin-bottom: 25px;
}

#main .company .company-right .content{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-indent: 1em;
}

/* 五大优势 */
#main .youshi-main{
	background-image: url(../images/youshi-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#main .youshi{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 28px;
}

#main .youshi-main .bd{float: left;width: 1085px;}
#main .youshi-main .bd ul{width: 100%;height: auto;position: relative;}
#main .youshi-main .bd ul .ys-left{width: 540px;height: auto;float: left;color: #fff;}
#main .youshi-main .bd ul .ys-left .title{
	width: 100%;
	height: auto;
	float: left;
	line-height: 1.2;
	box-sizing: border-box;
}
#main .youshi-main .bd ul .ys-left .title img{
	float: left;
	padding-right: 20px;
}
#main .youshi-main .bd ul .ys-left .title p.a{
	font-size: 24px;
	color: #92c41d;
}
#main .youshi-main .bd ul .ys-left .title p.b{
	font-size: 14px;
	color: #92c41d;
}
#main .youshi-main .bd ul .ys-left .content{
	width: 100%;
	height: auto;
	float: left;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	font-size: 16px;
	margin-top: 30px;
	text-indent: 1em;
}

#main .youshi-main .bd ul .ys-right{width: 485px;height: 500px;float: right;}
#main .youshi-main .bd ul .ys-right img{width: 100%;height: 100%;object-fit: cover;}

#main .youshi-main .hd{float: right;width: 115px;}
#main .youshi-main .hd li{height: 100px;position: relative;cursor: pointer;}
#main .youshi-main .hd li .img{width: 100%;height: 100px;overflow: hidden;line-height: 100px;text-align: center;background: #92c41d;}
#main .youshi-main .hd li .img img{max-width: 100%;max-height: 100%;vertical-align: middle;display: inline-block;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
#main .youshi-main .hd li.on .img{background: #fff;}
#main .youshi-main .hd li.on .img img{-webkit-filter: brightness(1) invert(0);filter: brightness(1) invert(0);}


/* 首页MORE */
#main .index-more{
	display: inline-block;
	width: 175px;
	height: 50px;
	padding: 4px;
	border: 1px solid #fff;
	position: relative;
}
#main .index-more span{
	display: block;
	text-align: center;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 50px;
	background-color: #fff;
}
#main .index-more span i{
	font-size: 32px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 36px;
}
#main .index-more:hover{
	background-color: #fff;
}
#main .index-more:hover span i{
	padding-left: 46px;
}

/* 新闻资讯 */
#main .news-main{
	background-image: url(../images/news-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#main .news-main .newslist{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 35px;
}

#main .news-main .newslist dl{
	width: 380px;
	height: 200px;
	float: left;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	padding: 0px 15px;
	box-sizing: border-box;
}

#main .news-main .newslist dl:nth-child(3n){
	margin-right: 0px;
}

#main .news-main .newslist dl a{
	color: #333;
}

#main .news-main .newslist dl dt{
	position: relative;
	top: -15px;
	display: inline-block;
	padding: 10px 5px;	
	background: #999999;
}

#main .news-main .newslist dl dt.av{
	background: #92c41d;
}

#main .news-main .newslist dl:hover dt{
	background: #92c41d;
	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-main .newslist dl dt p{
	color: #fff;
	line-height: 1.3;
}

#main .news-main .newslist dl dt p.a{
	font-size: 18px;
}

#main .news-main .newslist dl dt p.b{
	font-size: 14px;
	text-align: right;
}

#main .news-main .newslist dl dd.title{
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

#main .news-main .newslist dl dd.ms{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
}

/* 网站底部 */
#main .index-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;	
}
.footer{
	/* background-color: #3b474f; */
	background: url(../images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 0 0 0;
	border-top: 5px solid #92c41d;
}
.footer .footer-nav{
	float: left;
	margin-top: 30px;
}

.footer .footer-nav .logo{
	width: 100%;
	height: 62px;
	line-height: 62px;
}
.footer .footer-nav .logo img{
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}
.footer .footer-nav .txt{
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
	color: #fff;
	font-size: 18px;
	background-color: #ca4040;
	border-radius: 5px;
	margin-left: 50px;
}

.footer .footer-nav .list{
	width: 270px;
	float: left;
	padding-right: 50px;
} 

.footer .footer-nav .list li{
	float: left;
	width: 50%;
	line-height: 35px;
}
.footer .footer-nav .list li a{
	color: #fff;
	font-size: 18px;
}
.footer .footer-nav .list li a:hover{
	color: #92c41d;
}
.footer .footer-contact{
	float: left;
	width: 535px;	
	margin-bottom: 30px;
}
.footer .tit{
	color: #fff;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 24px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: bt-lr;
	writing-mode: vertical-lr;
	text-align: center;
	width: 30px;
	height: 165px;
	float: left;
	position: relative;
}

.footer .tit:after{
	content: '';
	position: absolute;
	width: 25px;
	height: 4px;
	background: #dab967;
	top: 0px;
	left: 2px;
}

.footer .footer-contact .txt{
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	width: 100%;
}

.footer .footer-contact .txt h4{
	font-size: 26px;
}

.footer .footer-contact .txt p{
	line-height: 1;
	margin-bottom: 30px;
	font-size: 12px;
}

.footer .footer-ewm{
	float: right;
	/* width: 132px; */
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer .footer-ewm .tit{
	margin: 0px 50px 0px 80px;
}

.footer .footer-ewm .img{
	float: left;
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.footer .footer-ewm img{
	width: 100%;
	height: 100%;
}
.footer .footer-ewm p{
	color: #000;
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
	text-align: center;
}
.footer2{
	border-top: 1px solid #515353;
	color: #fff;
	line-height: 70px;
}
.footer2 .banquan{
	float: left;
}

.footer2 a{
	color: #fff;
}

.footer2 .text{
	float: left;
}
.footer2 .text a{
	color: #fff;
}
.footer2 .text a img{
	display: inline-block;
}

.pro-sider{
	float: left;
	width: 240px;
}
.pro-sider .in-title{
	background: #fed804;
    color: #000;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    margin-bottom: 2px;
}
.pro-sider .pro-sider-ul{
    margin-bottom: 25px;
}
.pro-sider .pro-sider-ul .ul-li a{
    display: block;
    box-sizing: border-box;
    padding: 0px 20px;
    line-height: 55px;
    margin-bottom: 2px;
    background: #ececeb;
	position: relative;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.pro-sider .pro-sider-ul .ul-li a::before,
.pro-sider .pro-sider-ul .ul-li a::after{
	content: '';
	display: block;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}
.pro-sider .pro-sider-ul .ul-li a::before{
	width: 2px;
	height: 12px;
	right: 29px;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.pro-sider .pro-sider-ul .ul-li a::after{
	width: 12px;
	height: 2px;
	right: 24px;
}
.pro-sider .pro-sider-ul .ul-li a h2{
	width: 200px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li a.active{
	background-color: #fed804;
}
.pro-sider .pro-sider-ul .ul-li:hover a::before,
.pro-sider .pro-sider-ul .ul-li a.active::before{
	opacity: 0;
}
.pro-sider .pro-sider-ul .ul-li:hover a::after,
.pro-sider .pro-sider-ul .ul-li a.active::after{
	background-color: #000;
}
.pro-sider .pro-sider-ul .ul-li:hover a h2,
.pro-sider .pro-sider-ul .ul-li a.active h2{
	color: #000;
}
.pro-sider .pro-sider-ul .ul-li .erji{
	display: none;
	overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li .erji a{
	display: block;
	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;
	background-color: #fff;
	margin-bottom: 0;
}
.pro-sider .pro-sider-ul .ul-li .erji a::before,
.pro-sider .pro-sider-ul .ul-li .erji a::after{
	display: none;
}
.pro-sider .pro-sider-ul .ul-li .erji a p{
	float: left;
	font-size: 14px;
	width: 158px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li .erji a span{
	float: right;
	width: 15px;
	font-size: 20px;
	text-align: right;
}
.pro-sider .pro-sider-ul .ul-li .erji a:hover,
.pro-sider .pro-sider-ul .ul-li .erji a.active{
	color: #fed804;
}
.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;
}





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

}