@charset "utf-8";
.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 10px;
}
.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 1;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #168cd2;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 10px;
}
/*首页产品*/
.pro-c a{
	float: left;
	width: 280px;
	margin-right: 26.66px;
}
.pro-c a:last-child{
	margin-right: 0;
}
.pro-c a i{
	display: block;
	width: 100%;
	height: 310px;
	overflow: hidden;
}
.pro-c a i img{
	width: 100%;
	height: 100%;
}
.pro-c a  h4{
	text-align: center;
	line-height: 50px;
	background-color: #efefef;
	font-size: 16px;
	color: #666;
}
/*首页优势*/
.cont2{
	margin-top: 90px;
}
.cont2-box li div{
	float: left;
	padding-left: 100px;
	width: 420px;
	position: relative;
}
.cont2-box li div i{
	display: block;
	width: 74px;
	height: 74px;
	text-align: center;
	line-height: 74px;
	background: url(../img/ys-t.png) center center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.cont2-box li div h4{
	font-size: 20px;
	color: #888;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 20px;
}
.cont2-box li div h4 em{
	font-weight: bold;
	color: #1d7fd8;
	margin-right: 10px;
}
.cont2-box li div p{
	padding-left: 20px;
	font-size: 13px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
	background: url(../img/dd.jpg) no-repeat left 6px;
}
.cont2-box li:nth-child(1){
	height: 310px;
	background: url(../img/y1.jpg) no-repeat right center;
}
.cont2-box li:nth-child(1) div{
	margin-top: 40px;
}
.cont2-box li:nth-child(2){
	height: 320px;
	background: url(../img/y2.jpg) no-repeat left center;
}
.cont2-box li:nth-child(2) div{
	margin-top: 30px;
}
.cont2-box li:nth-child(3){
	height: 340px;
	background: url(../img/y3.jpg) no-repeat right center;
}
.cont2-box li:nth-child(3) div{
	margin-top: 50px;
}
.cont2-box li:nth-child(4){
	height: 340px;
	background: url(../img/y4.jpg) no-repeat left center;
}
.cont2-box li:nth-child(4) div{
	margin-top: 50px;
}
.cont2-box li:nth-child(2n) div{
	float: right;
}
/*首页公司简介*/
.cont3{
	padding: 20px 0 30px;
	background-color: #e6faff;
}
.cont3-l{
	float: left;
	width: 570px;
}
.cont3-l img{
	width: 100%;
	height: auto;
}
.cont3-r{
	float: right;
	width: 600px;
}
.cont3-r h2{
	font-size: 26px;
	font-weight: 100;
	color: #289bbd;
	font-weight: bold;
	margin-top: 35px;
	margin-bottom: 15px;
}
.cont3-r div{
	height: 230px;
    overflow: hidden;
}
.cont3-r div p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.cont3-r a{
	display: block;
	width: 98px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border: 1px solid #ddd;
	margin-top: 15px;
}
/*首页新闻*/
.cont4{
	margin-top: 60px;
}
.cont4-l{
	float: left;
	width: 660px;
}
.cont4-r{
	float: right;
	width: 490px;
}
.cont4-tit{
	border-bottom: 1px solid #289bbd;
	margin-bottom: 20px;
}
.cont4-tit h4{
	float: left;
	font-size: 18px;
	line-height: 36px;
	margin-right: 15px;
}
.cont4-tit h4 a{
	color: #333;
	font-weight: bold;
}
.cont4-tit h4.active a,.cont4-tit h4:hover a{
	color: #289bbd;
}
.cont4-tit>a{
	float: right;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
.cont4-l-c div{
	float: left;
	width: 300px;
}
.cont4-l-c img{
	width: 100%;
	height: auto;
}
.cont4-l-c ul{
	float: right;
	width: 340px;
}
.cont4-l-c ul li{
	line-height: 36px;
}
.cont4-l-c ul a{
	display: block;
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont4-r li{
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.cont4-r li a{
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont4-r li p{
	font-size: 12px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*首页案例展示*/
.cont5{
	padding: 20px 0 80px;
	background-color: #e6faff;
	margin-top: 60px;
}
.cont5-box{
	position: relative;
}

.cont5-box .swiper-button-next,.cont5-box .swiper-container-rtl .swiper-button-prev{
	right: -40px;
}
.cont5-box .swiper-button-prev,.cont5-box .swiper-container-rtl .swiper-button-next{
	left: -40px;
}
.cont5-box a{
	display: block;
	position: relative;
	width: 380px;
	height: 330px;
	overflow: hidden;
}
.cont5-box a img{
	width: 100%;
	height: 100%;
}
.cont5-box a span{
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	line-height: 50px;
	text-align: center;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #fff;
}
/*about*/
.about h2{
	font-size: 36px;
	color: #333;
	text-align: center;
	margin: 50px auto 30px;
}
.about-jj{
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
}
.about-jj img{
	width: 80%;
	margin: 50px auto 0;
}
.about-jj p{
	text-indent: 2em;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	margin-bottom: 5px;
}
/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	text-indent: 2em;
	margin-bottom: 20px;
}
.news-xq ul li a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 100%;
	margin: 0 auto;
}
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}
/*新闻中心*/
.news li .times{
	float: left;
	width: 120px;
}
.news li .news-c{
	float: left;
	width: 1000px;
}
.news li .times em{
	display: block;
	text-align: center;
	font-size: 40px;
	color: #333;
	font-weight: bold;
	line-height: 46px;
	margin-top: 8px;
}
.news li .times span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.news li .news-c h2 a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news li .news-c p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
}
.news li{
	border: 1px solid #d2d2d2;
	padding: 20px 0;
	margin-bottom: 30px;
}
.news li:hover{
	background-color: #eee;
	border-color: #eee;
}
.mains{
	width: 1200px;
	margin: 60px auto 50px;
	min-height: 500px;
}
/*产品中心*/
.products a{
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 45px;
}
.products a:nth-child(4n){
	margin-right: 0;
}
.products a i{
	display: block;
	width: 285px;
	height: 310px;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #d2d2d2;
}
.products a i 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;
}
.products a:hover i 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);
}
/*.group a i{
	height: 250px;
} */
.products a span{
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.products a:hover span{
	background-color: #289bbd;
	color: #FFFFFF;
	border-color: #289bbd;
}
.products a span{
	border: none;
	background-color: #efefef;
	color: #333;
	box-sizing: border-box;
	padding: 0 10px;
}
/*联系我们*/
.contact-dt{
	width: 80%;
	margin: 0 auto;
	min-width: 1200px;
	margin-bottom: 100px;
}
.contact-dt>img{
	width: 100%;
	height: auto;
	margin: 60px 0;
}
.map{
	float: left;
	width: 65%;
}
.map img{
	width: 100%;
	height: auto;
}
.contact-c-r{
	float: right;
	width: 30%;
}
.contact-c-r h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-c-r p{
	font-size: 14px;
	color: #333;
	line-height: 36px;
}
.contact-c-r i{
	display: block;
	width: 30%;
	margin-top: 10px;
}
.contact-c-r i img{
	width: 100%;
	height: auto;
}
.contact-c-r i span{
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
/*售后预约*/
.ly-box{
	padding: 50px;
	background-color: #ededed;
}
.ly-box li{
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: inline-block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #289bbd;
	margin-left: 22px;
	margin-top: 10px;
}
.ly-box .site{
	border: none;
}
.ly-box .site input{
	width: 234px;
	border: 1px solid #ddd;
}
.ly-box .site span{
	margin: 0 10px;
}
.contact-t h2{
	font-size: 36px;
    color: #333;
}

.contact-t span{
	display: block;
	font-size: 16px;
    color: #666;
    margin-bottom: 50px;
}

.zzry{
	width: 1170px;
	margin: 0 auto;
}

.zzry li{
	float: left;
	width: 250px;
	margin-bottom: 20px;
	margin: 0 21.25px 20px;
}
.zzry li i{
	display: block;
	width: 100%;
	height: 340px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 4px;
}

.zzry li i img{
	width: 100%;
	height: 100%;
}

.zzry li span{
	display: block;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
