
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 20px;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	height: 8px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #ef6001;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 20px;
}

/*首页产品*/
.menu2{
	float: left;
	width: 240px;
	min-height: 790px;
	background: #ef6001;
}
.menu2 h2{
	text-align: center;
	font-size: 30px;
	color: #fff;
	background-color: #000;
	line-height: 100px;
}
.menu2 ul{
	background-color: #ef6001;
	padding: 0 5px;
	padding-bottom: 0;
}
.menu2 ul li{
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #b94a00;
	border-top: 1px solid #ff7e29;
	padding-left: 40px;
	padding-right: 20px;
	background: url(../image/menu.png) no-repeat 10px center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu2 ul li a{
	color: #fff;
	font-size: 16px;
}
.menu2 ul li:first-child{
	border-top: 0;
}
.cont1-l{
	width: 940px;
	float: right;
}
.cont1-l a{
	float: left;
	position: relative;
	width: 300px;
	height: 250px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.cont1-l a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-l a:hover img{
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
}
.cont1-l a:nth-child(3n){
	margin-right: 0;
}
.cont1-l a span{
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*首页保障*/
.cont2{
	height: 343px;
	width: 100%;
	min-width: 1200px;
	background: url(../image/bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: 20px;
}
.cont2 h2{
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-top: 30px;
}
.cont2 p{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.cont2 ul{
	overflow: hidden;
	margin-top: 40px;
	width: 800px;
	margin: 40px auto 0 auto;
}
.cont2 li{
	float: left;
	width: 120px;
	margin: 0 40px;
}
.cont2 li i{
	display: block;
	width: 120px;
	height: 120px;
}
.cont2 li i img{
	width: 100%;
	height: 100%;
}
.cont2 li span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

/*首页优势*/
.cont3-box li{
	overflow: hidden;
}
.cont3-box li div{
	width: 600px;
	float: left;
	margin-bottom: 40px;
}
.cont3-box li .cont3-txt{
	position: relative;
	box-sizing: border-box;
	padding-left: 70px;
}
.cont3-box li .cont3-txt h4{
	font-size: 20px;
	font-weight: bold;
	color: #ef6001;
	margin-top: 15px;
}
.cont3-box li .cont3-txt p{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	line-height: 24px;
}
.cont3-box li .cont3-txt i{
	display: block;
	width: 50px;
	line-height: 44px;
	text-align: center;
	font-size: 40px;
	border-bottom: 3px solid #ef6001;
	font-weight: bold;
	font-style: italic;
	color: #ef6001;
	position: absolute;
	left:0;
	top: 0;
}
.cont3-box li .cont3-img img{
	margin: 0 auto;
}
.cont3-box li:nth-child(2n) .cont3-txt{
	float: right;
}

/*首页流程*/
.cont4{
	height: 582px;
	background: url(../image/lc_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
}
.cont4-tit{
	margin-top: 50px;
}
.cont4-tit img{
	margin: 0 auto;
}
.cont4-c{
	margin-top: 50px;
}
.cont4-c img{
	margin: 0 auto;
}

/*案例展示*/
.cont5-c a{
	float: left;
	width: 290px;
	margin-right: 13.33px;
	margin-bottom: 20px;
}
.cont5-c a:nth-child(4n){
	margin-right: 0;
}
.cont5-c a i{
	display: block;
	width: 290px;
	height: 220px;
	overflow: hidden;
}
.cont5-c a i img{
	width: 100%;
	height: 100%;
}
.cont5-c a span{
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	background-color: #eee;
	color: #666;
	text-align: center;
	transition: all ease-out .2s;
	-webkit-transition: all ease-out .2s;
	-moz-transition: all ease-out .2s;
	-ms-transition: all ease-out .2s;
}
.cont5-c a:hover span{
	color: #fff;
	background-color: #ef6001;
}

/*首页公司简介*/
.cont6-l{
	float: left;
	width: 560px;
}
.cont6-l img{
	width: 100%;
	height: auto;
}
.cont6-r{
	width: 600px;
	float: right;
}
.cont6-r h2{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.cont6-r i{
	display: block;
	width: 100px;
	height: 3px;
	background-color: #ef6001;
}
.cont6-r div{
	margin-top: 20px;
}
.cont6-r div p{
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	line-height: 26px;
}
.cont6-box{
	margin-top: 40px;
}
.cont6-r a{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ef6001;
	text-align: center;
	margin-top: 40px;
}
/*首页环境*/
.cont7{
	margin: 80px 0;
}
.cont7-c img{
	width: 230px;
	height: 190px;
}
/*首页新闻*/
.cont8 .title{
	margin-bottom: 50px;
}
.news-in-c{
	float: left;
	width: 380px;
	margin-right: 30px;
}
.news-in-c:last-child{
	margin-right: 0;
}
.news-in-c i{
	display: block;
	width: 100%;
	height: auto;
}
.news-in-tit{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.news-in-tit h4{
	float: left;
	font-size: 20px;
	color: #ef6001;
	line-height: 40px;
	height: 40px;
}
.news-in-tit h4 em{
	font-size: 12px;
	color: #999;
}
.news-in-tit a{
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 40px;
}
.news-in-c li{
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
.news-in-c li a{
	float: left;
	display: block;
	line-height: 50px;
	height: 50px;
	padding-left: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	width: 260px;
	background: url(../image/ne_bg.png) no-repeat 10px center;
}
.news-in-c li span{
	float: right;
	font-size: 12px;
	color: #666;
	line-height: 50px;
	height: 50px;
}
.news-in-c li:hover a{
	color: #ef6001;
	text-decoration: underline;
}
.links{
	margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid #ddd;
}
.links-box h4{
	float: left;
	line-height: 22px;
	border-left: 3px solid #999;
	padding-left: 10px;
	font-size: 16px;
	color: #ef6001;
}
.links-box ul{
	float: left;
}
.links-box ul li{
	float: left;
	line-height: 22px;
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.links-box ul li a{
	color: #666;
}
.content {
    margin-top: 30px;
    margin-bottom: 100px;
    min-height: 500px;
}
.content-r{
	width:970px;
	float: right;
}
/*关于我们*/
.about p {
    font-size: 14px;
    color: #333;
    /*text-indent: 2em;*/
    line-height: 26px;
    margin-bottom: 12px;
}
/*联系我们*/
.contact-map ul li{
	float: left;
}
.contact-map ul li:last-child{
	float: right;
}
.contact-map ul li:nth-child(1) p{
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.contact-map ul li:nth-child(1) img{
	margin: 0 auto;
}
.contact-map ul li:nth-child(2) div{
	float: left;
	margin: 0 20px;
}
.contact-map ul li:nth-child(2) span{
	display: block;
	font-size: 12px;
	text-align: center;
}
.contact-map ul li:nth-child(2) img{
	width: 100px;
	height: 100px;
}
.contact-map ul li:nth-child(2){
	margin-left: 130px;
}
.contact-map ul li:last-child p{
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}
.map{
	margin-top: 30px;
}
/*新闻详情*/
.xq-tit h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.xq-tit p span{
	margin: 0 10px;
}
.xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
}
.news-xq-box{
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}
.news-xq-box p{
	font-size: 14px;
	color: #333;
	line-height: 26px;
	text-align: justify;
}
.news-xq-box img{
	max-width: 100%;
	margin-top: 15px;
	display: inline;
}
.news-fh{
	padding-top: 25px;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
}
.news-fh>a{
	display: block;
	width: 138px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	background: url(http://15866641171/templates/img/fh.png) no-repeat 20px center;
	margin-bottom: 20px;
}
.news-fh ul li{
	font-size: 12px;
	line-height: 30px;
}
.news-fh ul li span{
	color: #666;
}
.news-fh ul li a{
	color: #787878;
}
/*新闻中心*/
.news li div{
	float: left;
	width: 550px;
}
.news li>a{
	display: block;
	float: right;
	width: 266px;
	height: 132px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news li>a img{
	width: 100%;
	height: 100%;
}
.news li div a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}
.news li:hover div a{
	text-decoration: underline;
	color: #ed1b2c;
}
.news li:hover>a{
	margin-right: 30px;
}
.news li div p{
	font-size: 12px;
	color: #808080;
	line-height: 24px;
	/*height: 24px;*/
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.news li div span{
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.news li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

/*产品中心*/
.product a{
	float: left;
	position: relative;
	width: 310px;
	height: 256px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.product a img{
	width: 100%;
	height: 100%;
}
.product a:nth-child(3n){
	margin-right: 0;
}
.product a h4{
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*产品中心*/
.product-case a{
	float: left;
	width: 230px;
	margin-right: 16.66px;
	margin-bottom: 20px;
}
.product-case a:nth-child(4n){
	margin-right: 0;
}
.product-case a i{
	display: block;
	width: 230px;
	height: 170px;
	overflow: hidden;
}
.product-case a i img{
	width: 100%;
	height: 100%;
}
.product-case a span{
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	background-color: #eee;
	color: #666;
	text-align: center;
}
.product-case a:hover span{
	color: #fff;
	background-color: #ef6001;
}