﻿@charset "utf-8";
*{ 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:#2054A0;}
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;}
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;}
/*顶部*/
.header{line-height: 30px; background-color: #2B1D1E; color:#fff;}
/*导航*/
.nav{ height:90px; width:100%; left:0; top: 0; z-index: 999; background:#f5f5f5; position: relative;} /*position: fixed; box-shadow:0 0 10px 0 #eee;*/
.nav .logo{ height:90px;}
.nav .logo a{ display:block;}
.nav .logo a img{height:70px;margin-top:10px;}
.nav ul{float:right; height:90px;} 
.nav ul li{height:90px; float:left; line-height:90px; position: relative; width:120px;}
.nav ul li a{display:block;height:100%; text-align:center; color:#555; font-size: 18px; width:100%; overflow: hidden; font-weight: bold; position: absolute; z-index:2;}
.nav ul li span{width:120px; height:2px; background: url(../images/ico3.png) no-repeat bottom center; position: absolute; bottom: 25px; left:-20px; transition: .3s; z-index: 1; opacity: 0; filter: alpha(opacity=0);}
.nav ul li.on span{ opacity: 1; filter: alpha(opacity=100); left:0px;}
.nav ul li:hover span{ opacity: 1; filter: alpha(opacity=100); left:0px;}
.menu{width:30px;height:90px; float: right;text-align: center; display: none;}
.menu .nav_icon{display:inline-block; position:relative;width:30px;height:3px;margin-top: 44px;background-color:#666666;transition: .3s;}
.menu .nav_icon:before{content:'';display:block;width:30px;height:3px;position:absolute;background:#666666;transition: .3s;margin-top:-10px}
.menu .nav_icon:after{content:'';display:block;width:30px;height:3px;position:absolute;background:#666666; 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: #FFFFFF;}
.train_banner .banner_index li.current{transition: all 0.3s;background-color:#2054A0;width: 40px;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:42px; height:50px; line-height: 50px; color:#333; background: url(../images/all_title.png) no-repeat center center; text-align: center;}
.all_title .d{font-size:18px; line-height: 30px; color:#666; text-align: center; margin-top: 5px;}
.all_title.b .t{background: url(../images/all_title_b.png) no-repeat center center; color:#fff;}
.all_title.b .d{color:#fff;}
.index_pad{padding:100px 0;}
.pro_ul li{border-radius:40px 0 0 40px; width:32%; float: left; transition: .3s; overflow: hidden; margin-right:2%;box-shadow: 0 0 10px #dedede; margin-top: 30px; overflow: hidden;}
.pro_ul li:nth-child(2n){border-radius:0 0 0 0;}
.pro_ul li:nth-child(3n){border-radius:0 40px 40px 0; margin-right:0;}
.pro_ul li a{display:block;}
.pro_ul li:nth-child(3n){margin-right:0;}
.pro_ul li .img{overflow:hidden; background:#000;}
.pro_ul li img{display:block; width:100%; transition: .3s; opacity: .7;filter: alpha(opacity=70);}
.pro_ul li .font{padding:20px;}
.pro_ul li .t{height:30px; line-height: 30px; overflow: hidden; font-size: 20px; color: #555; text-align: center; font-weight: bold; transition: .3s;}
.pro_ul li .d{height:60px; line-height: 30px; overflow: hidden; font-size: 16px; color: #777; text-align: center; }
.pro_ul li:hover .t{color:#2054A0;}
.pro_ul li:hover img{transform:scale(1.1,1.1); opacity: .5;filter: alpha(opacity=50);}
.pro_ul li:active .t{color:#2054A0;}
/*首页关于我们*/
.about{background:#f5f5f5; position: relative;}
.about .left{width:50%; float: left; height:621px;}
.about .left img{display:block; width:100%; height:100%; object-fit: cover;}
.about .right{width:100%; position: absolute; top:100px;}
.about .right .content{width:1400px; margin: 0 auto; padding-left:750px;}
.about .right .title{ height:50px; line-height: 50px; font-size: 42px; font-weight: bold;color:#016293;}
.about .right .d{font-size:14px; line-height: 40px;color:#666; overflow: hidden; height:280px; margin-top: 20px; font-size: 18px;}
.about .right a{display:block; width:160px; height:40px; display: block; background:#2054A0; color:#fff; font-size: 16px; transition: .3s; text-align: center; line-height: 40px; margin: 30px auto 0 auto;}
.about .right a:hover{background:#D80014; color:#fff;}
.about .right a:active{background:#D80014; color:#fff;}
/*首页解决方案*/
.case{ width:100%; overflow: hidden;}
.case_ul li{width:23.5%; margin: 30px 2% 0 0; float: left;overflow: hidden; border:1px solid #dedede;}
.case_ul li:nth-child(4n){margin-right:0;}
.case_ul li a{display:block; background:#fff;}
.case_ul li a .img{ width:100%; position:relative; background:black; overflow:hidden; text-align:center; }
.case_ul li a .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 a:hover .img img{ opacity:0.5;transform: scale(1.09,1.09);	-ms-transform: scale(1.09,1.09);-webkit-transform: scale(1.09,1.09);	 -o-transform: scale(1.09,1.09);  -moz-transform: scale(1.09,1.09);}
.case_ul li a .font{padding:20px;}
.case_ul li a .a{font-size:20px; color: #333; height:30px; line-height: 30px;white-space: nowrap;text-overflow: ellipsis; overflow: hidden;padding: 0 5px;font-weight: bold; transition: .5s; text-align: center;}
.case_ul li a .b{font-size:16px; color: #666; height:60px; line-height: 30px;overflow: hidden; text-align: center;}
.case_ul li a:hover .a{color:#2054A0;}
.case_ul li a:active .a{color:#2054A0;}
/*首页新闻*/
.news{position:relative; width:100%; overflow: hidden; background:#2054A0;}
.news_ul{margin-top:30px;}
.news_ul li{ width:49%; margin-right:2%;  float: left; transition: .5s; position: relative;}
.news_ul li a{padding-bottom:20px; padding:20px; border-radius: 20px; overflow: hidden; background: #f5f5f5; display: block; transition: .3s; margin-top: 30px;}
.news_ul li:nth-child(2n){margin-right:0;}
.news_ul li .t{font-size: 20px; color:#333333; font-weight: bold; line-height: 40px; overflow: hidden; height:40px; transition: .5s;}
.news_ul li .d{font-size:16px; color:#666666; height:60px; line-height: 30px; overflow: hidden;}
.news_ul li .time{font-size:16px; color:#999999; height:30px; line-height: 30px; overflow: hidden; transition: .5s;}
.news_ul li:hover a{transform: translateY(-5px);}
.news_ul li:hover .t{color:#2054A0;}
.news_ul li:active .t{color:#2054A0;}
/*联系我们*/
.contact_us{width: 100%;}
.contact_us .content{margin:30px auto 0 auto;}
.contact_us .content .right{width:40%; float:right;}
.contact_us .content .right ul li{font-size:16px; color:#333; line-height:30px; margin-top: 10px;}
.contact_us .content .right ul li a{color:#333;}
.contact_us .content .right ul li a:hover{color:#2054A0;}
.contact_us .content .right ul li a:active{color:#2054A0;}
.contact_us .left{width:50%; float: left; padding:30px; background: #f5f5f5;}
.contact_us form{font-size:16px;}
.contact_us form .t{ width:100%; padding:0 10px; outline: none; border-radius: 0; -webkit-appearance: none; height:40px; line-height: 40px;margin-bottom: 20px; background:#ffffff; border:none; font-size:16px;}
.contact_us form .t::-webkit-input-placeholder{color:#666;}
.contact_us form .t::-moz-placeholder{color:#666;}
.contact_us form .t:-moz-placeholder{color:#666;}
.contact_us form .t:-ms-input-placeholder{color:#666;}
.contact_us form textarea{ width:100%; padding:10px; outline: none; border-radius: 0; -webkit-appearance: none;line-height: 30px;background:#ffffff; border:none; margin-bottom: 10px; font-size:16px;}
.contact_us form .t:hover{border-color:#2054A0;}
.contact_us form .t:focus{border-color:#2054A0;}
.contact_us form textarea::-webkit-input-placeholder{color:#666;}
.contact_us form textarea::-moz-placeholder{color:#666;}
.contact_us form textarea:-moz-placeholder{color:#666;}
.contact_us form textarea:-ms-input-placeholder{color:#666;}
.contact_us form textarea:hover{border-color:#2054A0;}
.contact_us form textarea:focus{border-color:#2054A0;}
.contact_us form .btn{ width: 120px;  height: 40px;  line-height: 40px; color: #333;font-size: 16px;display: block; border: 1px solid #dedede; background: #fff;}
.contact_us form .btn:hover{cursor:pointer;}
.copy{padding:10px 0; text-align: center; line-height: 30px; color:#ffffff; font-size:16px; background:#2054A0; }
.copy a{margin:0 10px; color: #ffffff;}
.contact_us.b{margin-top:100px;}
/*内页关于我们*/
.list_banner img{display:block; width:100%;}
.box{background-color: #dedede; padding:50px 0;}
.box .content{box-shadow: 0 1px 10px #eee; background:#fff;padding:20px;}
.all_list{height:40px; line-height: 40px; background: url(../images/all_list.png) no-repeat left center; color:#333; padding-left:40px; font-size: 16px;border-bottom: 1px dashed #e5e5e5;}
.all_list a{color:#333;}
.all_list a:hover{color:#2054A0;}
.all_list a:active{color:#2054A0;}
.list_title{font-size: 36px;  color: #2054A0;  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;}
.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:50px; line-height: 50px;color:#2054A0; font-size:24px; font-weight: bold; margin-top: 30px;background-color: #f5f5f5; padding-left:10px; border-left:5px solid #2054A0;}
/*分页*/
.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: #2054A0;	border: 1px solid #2054A0;}
.page .page_current{display: inline-block;height: 25px;line-height: 25px;padding: 0 10px;margin: 0 2px;	color: #fff;background-color: #2054A0;	border: 1px solid #2054A0;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:#2054A0;}
.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;}
.all_tel{width: 60%; display: block; height: 40px; line-height: 40px; font-size: 20px; color: #fff;  background: #2054A0;  margin: 0 auto 20px auto; text-align: center;}
.all_tel span{ padding-left: 30px; background: url(../images/tel2.png) no-repeat left center; height:40px; line-height: 40px; color: #fff;}

/*自适应*/
@media (max-width:1500px){	
	.all_w{width:1100px;}
	.about .right .content{padding-left:600px;width:1100px;}
	.nav ul li{width: 100px;}
}
@media (max-width:1200px){	
	.all_w{width:940px;}
	.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;}
	.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%; height:100%;color: #666; padding: 0; background:#f7f7f7;border:none; border-radius: 0;}
	.index_pad{padding:50px 0;}
	.about .right .content{padding-left:520px;width:940px;}
	.nav ul li a:hover{color:#2054A0;}
}
@media (max-width:990px){
	.all_w{width:740px;}
	.about .left{display:none;}
	.about .right{position:relative; top:0;}
	.about .right .content{width:740px; padding-left:0;}
	.about{padding:50px 0;}
	
}
@media (max-width:768px){
	.all_w{width:94%;}
	.case_ul li{width:100%; float:none; margin-right:0;}
	.contact_us .content ul{float:none; width:100%;}
	.contact_us form{float:none; width:100%; margin-top:20px;}	
	.contact_us .left{width:100%; float:none;}
	.contact_us .content .right{width:100%; float:none;}
	.pro_ul li{width:100%; float:none; margin-right:0;}
	.news_ul li{width:100%; margin-right:0;}
	.pro_con_ul li{width:48%; margin-right: 2%;}
	.pro_con_ul li:nth-child(2n){margin-right:0;}
	.wenben .img{width:100%;}
	.contact .left{width:100%; float:none;}
	.contact .right{width:100%; float:none;}
	.about .left{height:521px;}
	.about .right{padding:50px;}
	.about .right .content{width:94%;}
	.news_ul li:nth-child(2) a{margin-top:30px}
}
@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;}
	.nav .logo a img{height:40px; margin-top:25px;}
}
.ser_ul li{width:32%; float: left; margin-right: 2%; margin-top: 30px; background:#fff; padding:20px;}
.ser_ul li:nth-child(3n){margin-right:0;}
.ser_ul li img{display:block; width:100%;}
.ser_ul li .tit{height:40px; line-height: 40px; font-weight: 700; font-size: 18px; color:#666; overflow: hidden; text-align: center;}
.ser_ul li .font{line-height: 30px;font-size: 16px; color:#999; overflow: hidden;}
.ser_ul li{background:#f5f5f5;}
@media (max-width:768px){
	.ser_ul li{width:100%; float: none;}
}