
*{ padding:0px; margin:0px;box-sizing: 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
li{list-style:none;}
img{border:none;border:0;}
a{text-decoration:none;color:#333;-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }
a:hover{color:#4092f4;}
a:focus {outline:0; } 
body{font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;background:#fff; font-size: 14px; max-width:1920px;}
input,input:focus{outline:none;}
h1{ font-size:20px}
h2{ font-size:18px}
h3{ font-size:16px}
h4{ font-size:14px}
/*通用调用*/
.fl{float:left;}
.fr{float:right;}
.border_box{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.clearfix::before,.clearfix::after{content: "";display: block; height: 0;clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}
.all_w{width:1400px; margin: 0 auto;}
.all_a{display:block;position: absolute; top:0; left:0; opacity: 0; width:100%; height:100%; z-index: 9;}
.index_pad{padding:100px 0;}
table {width: 100%;font-size: 16px; border-collapse: collapse; border-spacing: 0px 0px; margin: 10px auto;}
table td {text-align: center; padding:10px 5px;  border: 1px solid #dedede;}
table tr:nth-child(1){background:#f1f1f1; color:#333;}
/*导航*/
.nav{ height:90px; width:100%; z-index: 999; position: relative; background-color: #ffffff;} 
.nav .logo a{ display:block;}
.nav .logo a img{height:50px;margin-top:20px;}
.nav ul{float:right; margin-top:20px;} 
.nav ul li{height:50px; float:left; line-height:50px; position: relative; overflow: hidden; margin-left:40px;}
.nav ul li a{display:block;height:100%; transition:.3s; color:#555; border-bottom: 2px solid #ffffff; font-size: 18px; font-weight: bold;}
.nav ul li a:hover{color:#4092f4; border-bottom: 2px solid #4092f4;}
.nav ul li a:active{color:#4092f4; border-bottom: 2px solid #4092f4;}
.nav ul li.on a{color:#4092f4; border-bottom: 2px solid #4092f4;}
.menu{width:30px;height:70px; float: right;text-align: center; display: none;}
.menu .nav_icon{display:inline-block; position:relative;width:30px;height:3px;margin-top: 44px;background-color:#333;transition: .3s;}
.menu .nav_icon:before{content:'';display:block;width:30px;height:3px;position:absolute;background:#333;transition: .3s;margin-top:-10px}
.menu .nav_icon:after{content:'';display:block;width:30px;height:3px;position:absolute;background:#333; transition: .3s;margin-top:10px}
.menu.active .nav_icon{background:transparent;}
.menu.active .nav_icon::before{margin-top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.menu.active .nav_icon::after{margin-top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
/*轮播图*/
.train_banner{width:100%;overflow:hidden;position:relative;}
.train_banner .banner_images{width:1000%;}
.train_banner .banner_images li{float:left;width:10%}
.train_banner .banner_images li a{display:block;width:100%}
.train_banner .banner_images li a img{display:block;width:100%;object-fit: cover;}
.train_banner .banner_index{position:absolute;bottom:20px;width: 100%;text-align: center}
.banner_index-frame{display: inline-block;} 
.train_banner .banner_index li{transition: all 0.3s;margin-right:15px ;float:left;width:10px;height:10px;border-radius:50%;background: #dedede;}
.train_banner .banner_index li.current{transition: all 0.3s;background-color:#4092f4;border-radius: 5px;}
.train_banner .banner_index li:hover{transform: scale(1.5);}
.train_banner .banner_index li.current:hover{transform: scale(1);}
.train_banner_left{cursor: pointer;transition: all 0.5s;position:absolute;left: 0;top:50%;height:50px;width: 50px;text-align: center;z-index: 5;opacity: 0.5; margin-top: -25px}
.train_banner_right{cursor: pointer;transition: all 0.5s;position:absolute;right: 0;top:50%;height:50px;width: 50px;text-align: center;z-index: 5;opacity: 0.5; margin-top: -25px;}
.train_banner_left:hover,.train_banner_right:hover{display: block;opacity: 1;}
.train_banner_li{position: absolute;width: 100%;text-align: center;}
/*首页产品*/
.all_title .t{font-size:32px; line-height:40px; color:#4092f4; text-align:center; height: 40px; overflow: hidden;}
.all_title.b .t{color:#fff;}
.all_title .d{font-size:16px; line-height:30px; color:#666; text-align:center; margin-top:10px;}
.all_title.b .d{color:#fff;}
.all_title img{display: block; margin:15px auto 0 auto;}
.product{background: #ffffff; width: 100%; overflow: hidden;}
.pro_ul li{width:23.5%; float: left; transition: .3s; padding:20px; margin-right:2%; margin-top: 30px; position: relative; background: #f5f5f5;}
.pro_ul li:nth-child(4n){margin-right:0;}
.pro_ul.b li{background:#fff;}
.pro_ul li .img{overflow:hidden;box-shadow: 0px 0px 10px 3px #dedede; background:#000;}
.pro_ul li img{display:block; width:100%; transition: .3s; }
.pro_ul li .font{margin-top:20px;}
.pro_ul li .t{height:30px; line-height: 30px; overflow: hidden; font-size: 20px; color: #333; text-align: center; transition: .3s;}
.pro_ul li .d{height:60px; line-height: 30px; overflow: hidden; font-size: 16px; color: #999; text-align: center; margin-top:5px; transition: .3s;}
.pro_ul li:hover .font .t{color:#4092f4;}
.pro_ul li:active .font .t{color:#4092f4;}
.pro_ul li:hover img{opacity:0.5;filter: alpha(opacity=50);transform: scale(1.1,1.1);	-ms-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);	 -o-transform: scale(1.09,1.09);  -moz-transform: scale(1.09,1.09);}
/*关于我们*/
.about{width: 100%; overflow: hidden; background:#e5eef9;}
.about .font{font-size: 16px; color: #666; line-height: 200%; margin-top:30px;}
/*首页解决方案*/
.case{background: #ffffff; width: 100%; overflow: hidden;}
.case_ul li{ position: relative; width:23.5%; box-shadow: 0px 0px 10px 0px inset #BEDFFA; margin: 30px 2% 0 0; padding:20px 20px 0 20px; background: #e5eef9; float: left;overflow: hidden;}
.case_ul li:nth-child(4n){margin-right:0;}
.case_ul li .img{ width:100%; position:relative; background:black; overflow:hidden; text-align:center; }
.case_ul li .img img{display:block;width:100%; transition: all .5s linear;	-moz-transition: all .5s linear; -webkit-transition: all .5s linear;-o-transition: width all .5s linear;}
.case_ul li:hover .img img{ opacity:0.5;filter: alpha(opacity=50);transform: scale(1.1,1.1);	-ms-transform: scale(1.1,1.1);-webkit-transform: scale(1.1,1.1);	 -o-transform: scale(1.09,1.09);  -moz-transform: scale(1.09,1.09);}
.case_ul li .font{font-size:20px; color: #333; height:50px; line-height: 50px;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;transition: .5s; text-align: center;}
.case_ul li:hover .font{color:#4092f4;}
.case_ul li:active .font{color:#4092f4;}
/*首页新闻*/
/*.news{background:url(../images/news_back.jpg) no-repeat center center; background-size:cover; }*/
.news{background:#4092f4;}
.news_ul{margin-top:30px;}
.news_ul li{ width:49%; margin-right:2%;  float: left; transition: .5s; position: relative;}
.news_ul.b li .con{background:#fff;}
.news_ul li .con{padding:20px; background:#f5f5f5; margin-left: 41px; display: block; transition: .3s; margin-top: 30px; position: relative;}
.news_ul li:nth-child(1) .con{margin-top:0;}
.news_ul li:nth-child(2) .con{margin-top:0;}
.news_ul li:nth-child(2n){margin-right:0;}
.news_ul li .t{font-size:20px; color:#333; line-height: 40px; overflow: hidden; height:40px; transition: .5s;}
.news_ul li .d{font-size:16px; color:#999; height:60px; line-height: 30px; overflow: hidden;}
.news_ul li .time{font-size:16px; color:#999; height:30px; line-height: 30px; overflow: hidden; transition: .5s;}
.news_ul li:hover{border-color:#4092f4;}
.news_ul li:active{border-color:#4092f4;}
.news_ul li:hover .t{color:#4092f4;}
.news_ul li:active .t{color:#4092f4;}
.news_ul li .line{position:absolute; width:1px; height:100%; top:0; left:20px; background:#ffffff;}
.news_ul.b li .line{background:#4092f4;}
.news_ul li .dian{position:absolute; width:17px; height:17px; top:62px; left:12px; background: url(../image/ico3.png) no-repeat center center; transition: .3s;}
.news_ul.b li .dian{background: url(../image/ico4.png) no-repeat center center;}
.news_ul li:nth-child(1) .dian{top:32px;}
.news_ul li:nth-child(2) .dian{top:32px;}
.news_ul li:hover .con{transform: translateY(-5px);}
.news_ul li:hover .dian{transform: translateY(-5px);}
/*联系我们*/
.index_line{height:5px; width:100%; overflow: hidden; background:#F6F7FB; }
.message form{margin:30px auto 0 auto;}
.message .form_t .left{width:49%; float: left; position: relative; padding-left:100px;}
.message .form_t .right{width:49%; float: right; position: relative; padding-left:100px;}
.message .form_t .xm{width:100px; height:40px; text-align: center; line-height: 40px; font-size: 16px; position: absolute; top:0; left: 0;background:url(../image/xm_bg.jpg) no-repeat center center; color: #fff;}
.message .form_t input{ width:100%; padding:0 10px;  border-radius: 0; -webkit-appearance: none; height:40px; line-height: 40px;margin-bottom: 20px; background:#f5f5f5;font-size:16px; border:1px solid #B3F4F6;}
.message textarea{font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; width:100%; padding:10px; outline: none; border-radius: 0; -webkit-appearance: none;line-height: 30px;background:#f5f5f5; border:1px solid #B3F4F6;; margin-bottom: 20px; font-size:16px;}
.message form .btn{ width: 100px;  height: 40px;  line-height: 40px; color: #fff;font-size: 16px;display: block;background:url(../image/xm_bg.jpg) no-repeat center center; margin: 0 auto; border: none;}
.message form .btn:hover{cursor:pointer;}
.message ul{margin: 30px auto 0 auto;}
.message ul li{ text-align:center; float: left; width:33.3%;}
.message ul li img{display: block; height:50px; margin: 0 auto;}
.message ul li .a{line-height: 30px; font-size: 16px; color: #666; }
.message ul li .a a{color: #666;}
.message ul li .a a:hover{color: #27ccff;}
.copy{padding:10px 0; text-align: center; line-height: 30px; color:#fff; font-size:16px; width: 100%; overflow: hidden; background:#4092f4;}
.copy a{margin:0 10px; color: #fff;}
.copy a:hover{color:#27ccff;}
/*内页关于我们*/
.box{padding-bottom:50px; background:#f5f5f5;}
.list_banner img{display:block; width:100%;}
.all_list{line-height: 40px; background: url(../image/all_list.png) no-repeat left 0; color:#333; padding-left:30px; font-size: 16px;border-bottom: 1px dashed #e5e5e5;}
.all_list a{color:#333;}
.all_list a:hover{color:#4092f4;}
.all_list a:active{color:#4092f4;}
.list_title{font-size: 36px;  color: #333;  font-weight: bold;  text-align: center;    height: 50px;  line-height: 50px; overflow: hidden; margin-top: 30px;}
.wenben{height: auto;  overflow: hidden;  font-size: 16px;  color: #666;  line-height: 200%;}
.wenben .img{display: block; width:60%; margin: 20px auto;}
.wenben video{display: block; width:60%; margin: 20px auto;}
.all_tel{width: 60%; display: block; height: 40px; line-height: 40px; font-size: 20px; color: #fff;  background: #4092f4;  margin: 0 auto 20px auto; text-align: center;}
.all_tel span{ padding-left: 30px; background: url(../image/tel2.png) no-repeat left center; height:40px; line-height: 40px; color: #fff;}
.pro_con_ul{ margin: 20px auto;}
.pro_con_ul li{width:22%; margin-right: 4%; float: left; margin-bottom: 20px;}
.pro_con_ul li:nth-child(4n){margin-right:0;}
.pro_con_ul li img{display:block; width:100%;}
.pro_con_ul li .font{line-height:30px; font-size:16px; color:#666; max-height:30px; overflow: hidden; text-overflow: ellipsis; flex-wrap: nowrap; text-align: center; }
.box_tit{height:40px; line-height: 40px;color:#fff; padding-left:10px; font-size:20px; font-weight: bold; margin-top: 30px;background: url(../image/box_tit.png) no-repeat left bottom;}
/*分页*/
.page{padding: 15px 20px;color: #ccc;text-align:center; margin: 30px auto;}
.page span{	display: inline-block;	color: #ddd;	height: 25px;line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;vertical-align: middle;}
.page a{display: inline-block;color: #666;	height: 25px;	line-height: 25px;	padding: 0 10px;border: 1px solid #ddd;	margin: 0 2px;vertical-align: middle;}
.page a:hover{text-decoration: none;color: #fff;background-color: #4092f4;	border: 1px solid #4092f4;}
.page .page_current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #fff;background-color: #4092f4;	border: 1px solid #4092f4;vertical-align: middle;}
/*联系我们*/
.contact{margin-top: 30px;}
.contact .left{font-size:16px; color:#333; line-height:40px; float: left; width:48%;}
.contact .left .title{font-size:20px; font-weight: 700;}
.contact .left a{color:#4092f4;}
.contact .right{float:right; width:50%; display: block; height:auto;}
/*产品详情*/
.pic_ul li{width:32%; margin-right: 2%; float: left;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08); transition: .3s;margin-top:20px;}
.pic_ul li:nth-child(3n){margin-right:0;}
.pic_ul li img{display:block; width:100%; height: auto;}
/*内页导航*/
.page_nav{text-align:center; margin-top:20px;}
.page_nav li{display:inline-block;height:30px;line-height:30px; margin: 5px;border-radius: 5px; overflow: hidden;}
.page_nav li a{padding-left: 15px;  padding-right: 15px;  display: inline-block;  font-size: 16px;  color: #666;  transition: .3s;  background: #dedede;  }
.page_nav li:hover a{background: #4092f4; color: #fff;}
.page_nav li.on a{background: #4092f4; color: #fff;}
.page_nav li:active a{ background: #4092f4; color: #fff;}
/*自适应*/
@media (max-width:1500px){	
	.all_w{width:1100px;}
}
@media (max-width:1200px){	
	.all_w{width:940px;}
	.index_pad{padding:50px 0;}
	.menu{display:block;}
	.nav .all_w{position:relative;}
	.nav ul{width:auto; position: absolute; z-index: 0; right:0; opacity: 0; display:none; transition: .3s; top: 90px; margin-top:0;}
	.nav ul.active{right:0; opacity: 1;z-index: 333; display:block;}
	.nav ul li{width:100px; height: 50px;font-size: 14px; line-height: 50px;border-bottom:1px solid #eaeaea; text-align: center; float: none; margin: 0 0 0 0;}
	.nav ul li a{display: block; width:100%; border-bottom:none; height:100%;color: #666; padding: 0; background:#f7f7f7;border:none; border-radius: 0;}
	.nav ul li a:hover{background:#4092f4; border-bottom:none; color: #fff;}
	.nav ul li a:active{background:#4092f4; border-bottom:none; color: #fff;}
	.nav ul li.on a{background:#4092f4; border-bottom:none; color: #fff;}
}
@media (max-width:990px){
	.all_w{width:740px;}
	.pro_ul li{width:49%;}
	.pro_ul li:nth-child(3n){margin-right:2%;}
	.pro_ul li:nth-child(2n){margin-right:0;}
	.case_ul li{width:49%;}
	.case_ul li:nth-child(2n){margin-right:0;}	
}
@media (max-width:768px){
	.all_w{width:94%;}
	.pro_con_ul li{width:48%; margin-right: 2%;}
	.pro_con_ul li:nth-child(2n){margin-right:0;}
	.wenben .img{width:100%;}
	.wenben video{width:100%;}
	.all_tel{width:100%;}
	.train_banner .banner_index{margin-bottom:0;}
	.news_ul li{width:100%; margin-right:0;}
	.news_ul li:nth-child(2) .con{margin-top:30px;}
	.message ul li{width: 100%;}
	.message .form_t .left{width:100%; float: none;}
	.message .form_t .right{width:100%; float: none;}


}
@media (max-width:480px){
	.pro_con_ul li{width:100%; margin-right: 0; float: none;}
	.pic_ul li{width:100%; float: none; margin-right: 0;}
	.about .left{width:94%; height:auto; margin: 0 auto; float: none;}
	.about .right{width:94%; height:auto; margin: 0 auto; float: none; padding:50px 0;}
	.about .right a{margin:30px auto 0 auto;}
	.pro_ul li{width:100%; float:none; margin-right:0;}
	.case_ul li{width:100%; float:none; margin-right:0;}
	.nav{height:70px;}
	.nav .logo a img{height:30px;}
	.menu .nav_icon{margin-top:34px;}
	.list_title{height: 30px; line-height: 30px; font-size: 20px; margin-top:0px;}
}