@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; line-height:1.75; font-size: 16px; color: #333; line-height: 1.75;}
input,button,textarea{ font-family:-apple-system,BlinkMacSystemFont,Microsoft YaHei,sans-serif; }
a,a:hover,a:active,a:visited,a:focus{color:#333; text-decoration: none;}
.bgcolor{ background-color: #ce0000;} /*主-背景色*/
/*返回顶部*/
#rollTop { position:fixed; z-index:9999; right:50px; bottom:10px; width:40px; height: 40px;}
#rollTop a{ display: inline-block; width: 100%; height: 100%; background: url(../images/rollTop.png) no-repeat center; background-size: 50%;}

.imgcut{ position: relative; padding-bottom: 75%;}
.imgcut img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: contain;}
.flex{display: flex; display: -webkit-flex;  -webkit-justify-content: space-between; justify-content: space-between;  -webkit-align-items: center;align-items: center;}
/*主体*/
.container{ width: 100%; max-width: 1600px; padding: 0 30px;}
.header{width:100%; position:fixed;z-index:9999;display:flex;margin:auto;background:none;transition:all .5s;justify-content:space-between;align-items:center;padding:15px 50px;}
.header.maxwidth{ background: #fff; padding: 0 50px; box-shadow: 0 0 5px rgba(0,0,0,.3); }
.header .txt{padding-left:15px;min-width:200px;line-height:30px}
.header .txt h3{font-weight:400;font-size:20px}
.header .txt h3 span{color:#da0000;font-size:25px;font-family:impact}
.header .txt p{font-size:18px}
.logo{display:flex;box-sizing:border-box;padding:0 30px;height:100%;align-items:center}
.logo img{max-height:80px}
.header .box{width:100%}
.nav{height:50px;line-height:50px}
.nav ul{display:flex;padding:0 50px;justify-content:flex-start;align-items:center}
.nav ul li{position:relative;padding:0; margin-right: 40px; max-width:220px;text-align:center}
.nav ul>li>a{position:relative;z-index:1;display:block;overflow:hidden;width:100%;color: #fff; text-decoration:none;text-overflow:ellipsis;white-space:nowrap;font-size:16px}
.nav ul>li:after{height:0}
.nav ul>li.active:after,.nav ul>li:after{position:absolute;bottom:0;left:0;z-index:0;display:block; width:0; height: 4px; background:#3a88de;content:"";transition:all .5s}
.nav ul>li.active:after{width: 100%;}
.nav ul>li:hover:after{width:100%}
.header.maxwidth .nav ul>li>a{ color: #333;}
.nav ul li:nth-child(4) .submenu{ min-width:200px}
.language{display:flex; justify-content: end; box-sizing:border-box;padding-left:0;width:100%;height:80px;align-items:center}
.language .contact{ padding: 0 20px; min-width: 230px; background: #3a88de; border-radius: 50px; }
.language span{font-size:14px}
.language .tel a{display:inline-block;padding-left:15px;color:#fff;font-size:20px;line-height:45px}
@media screen and (max-width: 1440px) {
	.nav ul{ padding:0 20px; }
	.language .contact{ min-width: 195px}
	.language .tel a{font-size: 16px}
}
.company h3{font-size:24px;line-height:30px}
.company p{font-size:16px;line-height:18px}
.nav ul li .submenu{position:absolute;top:100%;left:0;overflow:hidden;width:100%;max-height:0;min-width:150px;background:#fff; box-shadow: 0 0 5px rgba(0,0,0,.3);}
.nav ul li .submenu a{float:left;display:block;box-sizing:border-box;padding:5px;width:100%;color:#333;text-align:center;font-size:14px;line-height:30px}
.nav ul li .submenu a:hover{color:#3a88de}
.nav ul li:hover .submenu{max-height:800px}
.menu-handler{position:absolute;top:0;right:0;z-index:1012;overflow:hidden;width:60px;height:60px;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.445,.145,.355,1);-moz-transition:all .3s cubic-bezier(.445,.145,.355,1);transition:all .3s cubic-bezier(.445,.145,.355,1)}
.menu-handler .burger{position:absolute;top:18px;left:50%;z-index:5;display:block;margin:0 0 0 -16px;width:32px;height:4px;background:#003cc5;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:28px}
.menu-handler .burger-3{top:38px}
.menu-handler.active .burger-1{top:30px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{left:-100%;opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{right:0;bottom:0;left:0;z-index:999;background:rgba(0,0,0,.5)}
.menuBlack,.menuBox{position:fixed;top:0;display:none}
.menuBox{right:-100%;z-index:1003;overflow:hidden;overflow-y:auto;width:100%;height:100%;background:#fff;-webkit-overflow-scrolling:touch}
.navMobile{margin-top:80px;margin-bottom:60px}
.navMobile dd a{display:block;color:#333;text-align:center;font-weight:400;font-size:14px;line-height:24px}
.navMobile dd p a{padding:15px 45px;text-align:center;font-size:18px}
.navMobile dd p a.act{background:#0d65cd;color:#fff}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{display:none}
.mtnav,.mtools{background:#eee}
.mtools{position:fixed;right:-100%;bottom:0;overflow:hidden;width:100%}
.mtools a{float:left;display:block;overflow:hidden;width:50%;height:50px;background:#3a88de;color:#fff;text-align:center;line-height:50px}
.mtools span{display:inline-block;padding-left:30px;vertical-align:middle}
.mtools .weixin{background:#0d65cd}
.mtools .sina span{background:url(../images/kf.png) no-repeat 0}
.mtools .weixin span{background:url(../images/phone.png) no-repeat 0}
.home{width:100%;height:auto;overflow:hidden;position:relative}
.home .swiper-container{width:100%;height:100%}
.home .swiper-slide{position:relative;background:#fff;overflow:hidden}
.home .swiper-slide .vbox{position:absolute;left:0;top:0;width:100%;height:100%}
.home .swiper-slide .vbg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);}
.home .swiper-slide .vidbg{position:relative;z-index:9}
.home .swiper-slide p{font-size:20px;letter-spacing:2px;font-weight:700;line-height:2}
.home .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
.home .swiper-slide-active img,.home .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
.home .swiper-pagination{bottom:30px!important;left:0!important;text-align:center}
.home .swiper-pagination-bullet{width:40px;height:40px;line-height:36px;opacity:1;background:0;border:2px solid rgba(255,255,255,.5);color:#fff;transition:all .5s}
.home .swiper-pagination-bullet-active{background:#3a88de;border:2px solid #3a88de}
.home .swiper-button-next,.home .swiper-button-prev{background:rgba(0,0,0,.1);text-align:center;color:#fff;line-height:60px;width:60px;height:60px;font-weight:700;font-size:14px}
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{background:rgba(0,0,0,.5)}
 /*首页*/
.wrapper{ width: 100%; height: auto; overflow: hidden;}
.s01,.about,.case,.new,.s06{ width: 100%; height: auto; overflow: hidden; float: left;}
/*=========================================================*/
/*板块标题*/
.tit{ text-align: center; padding:30px 0;}
.tit h3{font-size: 40px; line-height: 50px; color: #3a88de; position: relative; background: url(../images/tit.png) no-repeat center}
.tit p{ line-height: 40px; font-size: 16px; color: #333; overflow: hidden; position: relative; text-transform: uppercase;}
.tit.white h3,.tit.white p{ color: #fff }
@media screen and (max-width: 1023px) {
	.tit h3{font-size: 30px; line-height: 60px;}
}
@media screen and (max-width: 767px) {
	.tit{ padding: 0 }
	.tit h3{font-size: 24px; background-size: 100%}
	.tit p{ line-height: 20px;margin-top: 5px; margin-bottom: 10px;}
}
@media screen and (max-width: 480px) {
	.tit h3{ line-height: 30px }
	.tit p{ font-size: 10px}
}
/*=========================================================*/
/*更多按钮*/
.wrapper a.more{ display: block; width: 300px; height: 60px; line-height: 60px; border-radius: 60px; border: 1px solid #ddd; text-align: center; font-size: 20px; margin: 30px auto;}
.wrapper a.more:hover{ color: #fff; border: none; background: #3a88de;}
@media screen and (max-width: 480px) {
	.wrapper a.more{ font-size: 16px;}
}
/*=========================================================*/

.pt20{ padding-top: 20px; }
.s01{ background:url(../images/bg1.jpg) no-repeat #fff; background-size: cover; background-position: 50%; padding: 30px 0}
.s01 .swiper-slide a{ display: block; position: relative; border: 1px solid #ddd; overflow: hidden;}
.s01 .swiper-slide .img{ position: relative; z-index: 1; overflow: hidden;}
.s01 .swiper-slide a img{ transition: all 0.5s;}
.s01 .swiper-slide a:hover{ border-color: #3a88de;}
.s01 .swiper-slide a:hover img{ transform: scale(1.1);}
.s01 .swiper-container{ padding-bottom: 80px;}
.s01 .swiper-pagination .swiper-pagination-bullet{ width: 12px; height: 12px;}
.s01 .swiper-pagination .swiper-pagination-bullet-active{ background: #da0000;}

.s01-sidebar{ width: 240px; height: auto; float: left; margin-left: -100%; box-sizing: border-box; }
.s01-sidebar .subtit{ position: relative; width: 100%; height: auto; float: left; padding: 20px; box-sizing: border-box; text-align: left; background: url(../images/titbg.jpg) no-repeat #3a88de; background-size: cover; background-position: 50%;}

.s01-sidebar .subtit h1{color: #fff; font-size: 25px; line-height: 30px;}
.s01-sidebar .subtit p{ color: #fff; font-size: 14px;text-transform:uppercase; }
.s01-sidebar .sub_contact{ width: 100%; float: left; background: #3a88de; padding:30px 15px; margin-top: 10px; color: #fff; font-size: 24px; line-height: 40px;}
.s01-sidebar .sub_contact span{ display: block; font-size: 12px; line-height: 20px; padding-top: 30px; background: url(../images/zj.png) no-repeat center top;}
.s01-sidebar .menu{ float: left; width: 100%; background: #fff;}
.s01-sidebar .menu .side_nav h3{ position: relative; line-height: 60px; width: 100%; box-sizing: border-box; padding: 0 10px;}
.s01-sidebar .menu .side_nav h3 a{ position:relative; display: inline-block; box-sizing: border-box; width: 100%; font-weight:normal; font-size:18px; color:#333;padding-left:25px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.s01-sidebar .menu .side_nav h3 a::before{ content: ""; display:block; width:10px;height:10px; border-radius: 50%; background:#fff; border:1px solid #aaa; position:absolute; left:5px;top:25px;}
.s01-sidebar .menu .side_nav h3 a:hover::before{background:#3a88de;border-color: #3a88de}
.s01-sidebar .menu .side_nav h3 span{ display: block; text-align: center; font-weight: normal; width: 60px; height: 60px; cursor: pointer; position: absolute; right: 0; top: 0;background: url(../images/hui.png) no-repeat center;}

.s01-sidebar .menu .side_nav h3 a:hover{ color: #3a88de;}
.s01-sidebar .menu .side_nav ul{ width: 100%; height: 0; overflow: hidden;}
.s01-sidebar .menu .side_nav ul.on{ height: auto;}
.s01-sidebar .menu .side_nav ul.on li:last-child{ border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.s01-sidebar .menu .side_nav ul.on li:first-child{margin-top: 15px;}
.s01-sidebar .menu .side_nav ul li{ line-height: 30px; box-sizing: border-box; padding-left: 35px;}
.s01-sidebar .menu .side_nav ul li a{ display: inline-block; width: 100%; font-size: 15px; color: #666;}
.s01-sidebar .menu .side_nav ul li:hover a{ color: #3a88de}
.s01-sidebar .txt{ float: left;color: #333; padding:30px 15px; box-sizing: border-box; width: 100%;font-size: 12px;}
.s01 .box{ height: auto; overflow: hidden; }
.s01-main{ width: 100%; float: left; padding-left: 260px; box-sizing: border-box;}
.s01-content{ width: 100%;height: auto;}
.s01-content .menu{ width: 100%; height: auto; text-align: left;}
.s01-content .menu a{ display: inline-block; padding: 6px 25px; background: #3a88de; color: #fff; border-radius: 30px; margin-right: 15px;}
.s01-content .menu a:hover{ background: #ffa700; color: #fff;}
.s01-content ul.imgbox{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.s01-content ul.imgbox li{ width: 24%; margin-bottom: 20px;}
.s01-content ul.imgbox li .img{ padding: 10px; border:1px solid #ddd;}
.s01-content ul.imgbox li p{ padding: 10px 15px; line-height: 20px; overflow: hidden; text-align:center;}
.s01-content ul.imgbox li:hover p{ background: #3a88de; color: #fff}
.s01-content ul.imgbox li:hover .img{ border-color:#3a88de}

.trade_list{ padding: 30px; background: #f5f5f5; }
.trade_list ul{ display: flex; justify-content: space-between; align-items: center;}
.trade_list ul li{ width: 13%; height: 150px; cursor: pointer; transition: all 0.5s}
.trade_list ul li.t01{ background: url(../images/t01.png) no-repeat top; }
.trade_list ul li.t02{ background: url(../images/t02.png) no-repeat top; }
.trade_list ul li.t03{ background: url(../images/t03.png) no-repeat top; }
.trade_list ul li.t04{ background: url(../images/t04.png) no-repeat top; }
.trade_list ul li.t05{ background: url(../images/t05.png) no-repeat top; }
.trade_list ul li.t06{ background: url(../images/t06.png) no-repeat top; }
.trade_list ul li.t07{ background: url(../images/t07.png) no-repeat top; }
.trade_list ul li:hover{ background-position:center -150px;}

/*=========================================================*/
/*产品四大特点开始*/
.advantage{ width: 100%; height: auto; padding: 50px 0;overflow: hidden; background: url(../images/bg2.jpg) no-repeat; background-size: cover; background-position: 50%; }
.advantage .box{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;-webkit-align-items: center; align-items: center; }
.advantage .box .item-left,
.advantage .box .item-right{ width: 35%; }
.advantage .box .item-center{ width: 30%; padding: 30px;}
.advantage .box .item-center img{ margin:auto; }
.advantage .box .item{margin: 10px 0;}
.advantage .box .item-left .item{ padding-right: 90px;}
.advantage .box .item-right .item{ padding-left: 90px;}
.advantage .box .item-left .item:nth-child(2) .item-bg,
.advantage .box .item-right .item:nth-child(1) .item-bg{ background: #3a88de;}
.advantage .box .item-left .item:nth-child(2) p,
.advantage .box .item-right .item:nth-child(1) p,
.advantage .box .item-left .item:nth-child(2) h3,
.advantage .box .item-right .item:nth-child(1) h3{ color: #fff}
.advantage .box .item .item-bg{background: #fff; padding: 30px; min-height: 180px;}
.advantage .box h3{ position: relative; font-size: 24px;padding: 10px; line-height: 40px; padding-left: 50px;}
.advantage .box h3::before{ content: ""; position: absolute; left: 0; top: 14px; display: block; width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 50%; background: #fff; color: #333; font-size: 18px; font-weight: normal; }
.advantage .box p{ font-size: 16px; line-height: 24px; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.advantage .box .item-left .item:nth-child(1){ background: url(../images/b01.png) no-repeat right;}
.advantage .box .item-left .item:nth-child(2){ background: url(../images/b03.png) no-repeat right;}
.advantage .box .item-right .item:nth-child(1){ background: url(../images/b02.png) no-repeat left;}
.advantage .box .item-right .item:nth-child(2){ background: url(../images/b04.png) no-repeat left;}
.advantage .box .item-left .item:nth-child(1) h3::before{ content: "01"; color: #fff; background: #3a88de;}
.advantage .box .item-left .item:nth-child(2) h3::before{ content: "03" }
.advantage .box .item-right .item:nth-child(1) h3::before{ content: "02" }
.advantage .box .item-right .item:nth-child(2) h3::before{ content: "04"; color: #fff; background: #3a88de;}
@media screen and (max-width: 1279px) {
	.advantage{ padding: 30px 0 }
	.advantage .box .item-center{ display: none; }
	.advantage .box{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
	.advantage .box .item-left .item,
	.advantage .box .item-right .item{ padding:0; width:50%;}
	.advantage .box .item-left,
	.advantage .box .item-right{ width: 100%; display: -webkit-flex;  display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
	.advantage .box .item .item-bg{ min-height: auto;height: 100%;}
}
@media screen and (max-width: 767px){
	.advantage{ background-size: cover; background-position: 50% }
	.advantage .box{ padding-bottom: 30px }
	.advantage .box h3{ font-size:20px;}
	.advantage .box .item-left,
	.advantage .box .item-right{ width: 100%; display: block; }
	.advantage .box .item-left .item,
	.advantage .box .item-right .item{ width:100%;}
	.advantage .box .item .item-bg{ padding: 15px}
}
/*产品四大特点结束*/
/*=========================================================*/
/*优势开始*/
.youshi{ width: 100%; padding:50px 0; height: auto; overflow: hidden; background:url(../images/bg3.jpg) no-repeat #fff; background-size: cover; background-position: top 50% }
.youshi .tit h3{background: url(../images/tit1.png) no-repeat center; color: #fff}
.youshi .tit p{ color: #fff }
.youshi ul{ margin: 50px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.youshi ul li{ text-align: center;}
.youshi ul li:nth-child(2){ margin-top: 30px; }
.youshi ul li:nth-child(3){ margin-top: 20px; }
.youshi ul li:nth-child(4){ margin-top: 10px; }
.youshi ul li:nth-child(5){ margin-top: 50px; }
.youshi ul li .img{ border-radius: 50%; box-shadow: 0 0 15px rgba(0,0,0,0.2); background:#fff; padding: 30px;}
.youshi ul li .img img{ max-width: 70px }
.youshi ul li p{ line-height: 50px; font-size: 18px; }
.youshi .ys_img img{ margin:auto;}
@media screen and (max-width: 1560px){
	.youshi ul{ margin:30px 0; }
	.youshi ul li:nth-child(1n){ margin-top: 0; }
}
@media screen and (max-width: 1079px){
	.youshi{ padding: 30px 0 }
	.youshi ul li .img img{ max-width: 50px}
}
@media screen and (max-width: 767px){
 	.youshi ul{ flex-wrap: wrap; }
 	.youshi ul li{ width: 33% }
 	.youshi ul li .img{ max-width: 110px; margin:auto;}
 	.youshi .tit h3{ background-size: 120% }
}
/*优势结束*/
/*=========================================================*/
/*设备展示*/
.device{ width: 100%; padding:50px 0; height: auto; overflow: hidden;}
.device .list_img .img{ padding: 5px; border:1px solid #ddd; }
.device .list_img p{ text-align: center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
@media screen and (max-width: 767px){
	.device{ padding: 30px 0; }
}
/*=========================================================*/
/*关于我们*/
.about{ float: left; padding:50px;width:100%;height:auto;background:url(../images/bg5.jpg) no-repeat top}
.about .numCount{padding:50px 0;background:0 0}
.about .numCount ul li{position:relative;float:left;box-sizing:border-box;padding:0 30px;width:25%;border-right:1px solid hsla(0,0%,100%,.2);text-align:center}
.about .numCount ul li:last-child{border-right:0}
.about .numCount .item{position:relative;z-index:1}
.about .numCount li .numU{line-height:1}
.about .numCount li .numCX{background:#fff;color:transparent;font-family:impact;font-size:80px;-webkit-background-clip:text}
.about .numCount li sub{ color: #fff; bottom: 50px; font-size: 100%; }
.about .numCount li .indc{padding:10px 0;color:#fff;font-size:18px}
.about .lbox {width: 50%}
.about .rbox{width:50%}
.about .lbox{box-sizing:border-box}
.about .box{display:flex;box-sizing:border-box;margin:auto; padding: 50px; background:#fff; box-shadow: 0 0 30px rgba(0,0,0,0.2); justify-content:space-between;align-items:center}
.about .rbox{box-sizing:border-box;padding-right:50px}
.about .rbox .txt_tit h3{font-size:30px;line-height:50px;color: #222;}
.about .rbox .txt_tit h3 span{ font-weight: normal; color: #333;}
.about .rbox .txt_box{padding:20px 0}
.about .rbox .txt_box p{text-align:justify;font-size:15px;line-height:28px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 10;-webkit-box-orient: vertical}
.about .rbox a.more{display:inline-block;padding:0 50px;background:#3a88de;color:#fff}
.about .rbox a:hover{background:#3a88de}

.video{ width: 100%; height: auto; overflow: hidden; }
.videolist { position:relative; width:100%; height:400px; margin: auto; }
.videolist img{ opacity: 0.2;}
.videolist img.videoed{ opacity: 1;}
.videolist span{ font-size: 20px; display: inline-block; position: absolute; top: 50%; left: 50%;margin-top: 30px; margin-left: -60px; color: #fff;}
.videolist:hover{ cursor: pointer; }
.videos{ display:none; position:fixed; left:50%; top:50%; margin-left:-500px; margin-top:-280px; z-index:100; width: 100%; max-width:1000px; height:auto; }
.vclose { position:absolute;right:0; top:0; border-radius:100%; cursor: pointer; }
@media screen and (max-width: 767px) {
	.about .numCount li sub{ bottom: 30px; font-size: 12px; }
	.about .numCount ul li:nth-child(2){ border-right: 0 }
	.about .numCount ul li{ padding: 0 10px; margin-bottom: 15px }
	.about .numCount li .indc{ font-size: 14px; }
	.about .numCount li .numCX{ font-size: 40px;}
}
/*=========================================================*/
/*应用案例结束*/
.index_case{width:100%;height:auto;padding:50px 0; overflow: hidden;}
.index_case .box{display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_case .lbox,
.index_case .rbox{ width: 48%;}
.index_case ul{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.index_case ul li{ width: 48%;}
.index_case ul li .txt{ width: 100%; height: 50px; line-height: 50px; background: #eee; text-align: center; font-size: 16px;}
.index_case .lbox ul li .txt{height: 45px; line-height: 45px;}
.index_case .rbox ul li:nth-child(1),
.index_case .rbox ul li:nth-child(2){ margin-bottom: 30px;}
.index_case .lbox ul li .img{ position: relative; padding-top: 157%; background-size: cover; background-position: 50%; background-repeat: no-repeat;}
@media screen and (max-width: 1023px){
	.index_case .box {-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	.index_case .lbox, .index_case .rbox{ width: 100%;}
}
@media screen and (max-width: 767px) {
	.index_case{ padding:30px 0; }
 	.index_case .lbox{ margin-bottom: 20px;}
    .index_case .rbox ul li:nth-child(1),.index_case .rbox ul li:nth-child(2){ margin-bottom: 15px;}
}
/*=========================================================*/
/*定制流程开始*/
.solution{width: 100%; height: auto; overflow: hidden; float: left; background:url(../images/bg4.jpg) no-repeat #f5f5f5; background-size: cover; background-position: 50%; padding:50px 0;}
.solution .box{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin-bottom:30px;}
.solution .box .item{ position: relative; padding: 30px 15px; background: #3a88de; width: 10%; cursor: pointer; text-align: center; color: #fff;}
.solution .box .item:nth-child(2n){ background:#555; }
.solution .box .item .img{ position: relative; width: 40px; height: 40px; overflow: hidden; margin: auto;}
.solution .box .item img{ display: block; margin: auto;}
.solution .box .item p{ line-height: 40px;}
.triangle{ position: absolute; top: 50%; margin-top: -10px; right: -10px; width: 0;height: 0; border-left: 10px solid #3a88de;border-top: 10px solid transparent; border-bottom: 10px solid transparent;}
.solution .box .item:nth-child(2n) .triangle{ border-left: 10px solid #555;}
@media screen and (max-width: 1023px) {
	.solution .box{ -webkit-flex-wrap: wrap; flex-wrap: wrap; margin:0;}
	.solution .box .item{ width: 30%; padding: 15px 0; margin-bottom: 15px;}
}
@media screen and (max-width: 767px) {
	.solution{ padding:30px 0;}
}
/*=========================================================*/
/*工厂展示*/
.factory{padding:30px 0;background:#fff; width: 100%; height: auto; overflow: hidden; float: left;}
.factory .bbox a{ display: block; padding: 10px; border: 1px solid #ddd }
.factory .bbox .swiper-slide:hover h3{color:#3a88de}
.factory .bbox .swiper-slide:hover a{ border:1px solid #3a88de}

/*=========================================================*/
/*新闻中心*/
.index_new{ padding-top: 60px;width: 100%; height: auto; overflow: hidden; float: left; }
.index_new .index_new_box{ background: #f5f5f5; padding: 5rem 0;}
.index_new .box{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_new .lbox{ width: 64%;}
.index_new .lbox ul{ display: flex; justify-content: space-between;}
.index_new .lbox ul li{ width: 47%;}
.index_new ul li .txt{ padding: 15px; background: #fff;}
.index_new ul li h3{ font-size: 24px; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.index_new ul li p{ font-size: 14px; margin: 10px 0; color: #888; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.index_new ul li span{ font-size: 12px; color: #aaa;}
.index_new .rbox{ width: 32%; background: #fff;}
.index_new .rbox ul{ padding: 30px;}
.index_new .rbox ul li{ margin-bottom: 20px;}
.index_new .rbox ul li h3{ font-size: 18px;font-weight: normal; }
.index_new ul li:hover h3{ color: #3a88de;}
.index_new ul li:hover p{ color: #333;}
@media screen and (max-width: 1023px){
	.index_new .box{-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	.index_new .lbox{ margin-bottom:30px; }
	.index_new .rbox, .index_new .lbox{ width: 100%;}
}
@media screen and (max-width: 767px) {
	.index_new{ padding-top: 30px; }
	.index_new .index_new_box{ padding: 15px 0; }
 	.index_new .lbox{ margin-bottom: 10px;}
    .index_new .lbox ul li{ width: 49%;}
}
/*=========================================================*/
/*联系我们*/
.index_contact{width: 100%; height: auto; padding:50px 0; overflow: hidden; background:url(../images/bg7.jpg) no-repeat; background-size: cover; background-position: 50% }
.index_contact .contact_box{ padding: 30px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between;}
.index_contact .contact_box{ -webkit-align-items: center; align-items: center;}
.index_contact .contact_txt,.index_contact .message{ width: 48%;}
#map{ width: 100%; border:1px solid #ddd;}
#map .anchorBL{display:none}
#map #allmap{height:350px}
.message h3{ padding: 30px 0; font-size: 20px; text-align: center; }
.message input{ height: 60px; line-height: 60px; font-size: 18px; border: 1px solid #ddd; border-radius: 0;}
.message textarea{ font-size: 18px border: 1px solid #ddd; border-radius: 0;}
.message button{ width: 100%;height: 60px; background: #3a88de; color: #fff; border: 0;}
.message .btn-default:hover{ background: #3a88de; color: #fff;}
@media screen and (max-width: 1023px){
	.index_contact .contact_box {-webkit-flex-wrap: wrap;flex-wrap: wrap;}
	.index_contact .contact_txt, .index_contact .message{ width: 100%;}
}
@media screen and (max-width: 767px) {
	.index_contact{ padding:30px 0; }
	.index_contact .contact_box{ padding:0; }
	.message h3{ font-size: 18px;padding-bottom: 0}
    .message input{ margin-top: 20px;}
}
/*=========================================================*/
/*底部板块*/
.footer{position:relative;float:left;overflow:hidden;width:100%;background:url(../images/bg6.jpg) no-repeat #3a88de; background-size: cover; background-position: 50%}
.flink{ height: 60px; line-height: 60px; width: 100%; overflow: hidden;border-bottom: 1px solid rgba(255,255,255,0.2); padding:0; }
.flink-box{width: 100%; max-width: 1560px; margin: auto; display: flex; justify-content: start; align-items: center; }
.flink-box h3{ padding-right: 50px; line-height: 60px; color: #fff; font-size: 24px; font-weight: normal; }
.flink-box h3 small{ font-size: 14px;color: #fff; }
.flink-box p{ line-height: 60px; }
.flink-box p a{ color: #fff; font-size: 16px; display: inline-block; padding-right: 15px; }
.fcenter{ width: 100%; height: auto; overflow: hidden; padding: 50px 0; border-bottom:1px solid rgba(255,255,255,.2)}
.fbox{display:flex;display:-webkit-flex;margin:auto; width: 100%; max-width:1560px;justify-content:space-between}
.fbox .cbox,.fbox .lbox,.fbox .rbox{padding:0;width:100%}
.fbox .cbox,.fbox .rbox{padding-left:50px}
.fbox .lbox{ display: flex; justify-content: flex-start; align-items: flex-start; max-width: 600px;}
.fbox .lbox img{ display: block; float:left;padding-right:30px;max-width:200px}
.fbox .lbox p{width: 100%; float: left; font-size:14px;line-height:24px; color: #fff}
.fbox .lbox p span{ display: block; font-size: 20px; padding-bottom: 10px;}
.fbox .rbox{ display: flex; justify-content: flex-start; flex-direction: column; }
.fbox .rbox h3{ font-size: 20px; font-weight: normal; padding: 5px; color: #fff}
.fbox .rbox h3 small{ font-size: 12px; color: #fff}
.fbox .rbox .navall{ padding:0; display: flex; justify-content: flex-start;}
.fbox .rbox .navall a{ width: 16%; text-align: center; display: inline-block; margin: 5px; padding: 5px 10px; color: #333; background: #fff;}
.fbox .rbox p{ font-size: 16px; padding: 5px; color: #fff}
.fbox .rbox p span{ font-size: 20px; }
.fbot{margin:auto;padding:20px 0;width:100%;text-align:center;font-size:14px;}
.fbot,.fbot a{color:#fff}
/*移动端底部拨号按钮*/
.kf_bottom{ position: fixed; z-index: 9999; bottom: 0; left: 0; width: 100%; padding: 5px; }
.kf_bottom .box{box-sizing: border-box; display: flex; justify-content: center; }
.kf_bottom a{ display: flex; justify-content: center; align-items: center; width: 50%; margin: 1%; background: #3a88de; color: #fff; padding:5px 10px; line-height: 30px;border: 1px solid #fff;}
.kf_bottom i{ font-size: 30px; padding:0; padding-right: 15px}
 /*=========================================================*/
 /*侧边在线客服样式*/
.floating_ck{position:fixed;right:20px;top:65%;z-index:9999;display:block;}
.floating_ck dl dd{position:relative;width:60px;height:60px;margin-bottom: 1px; background-color: #3a88de;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color: #666666;}
.floating_ck dl dd:hover{background-color:#3a88de;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/qq.png);}
.words{background-image:url(../images/kficon.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color: #fff;display:block;padding-top:40px;font-size:10px}
.floating_left{position:absolute;left:-120px;top:0px;width: 120px;height:60px;background-color: #3a88de;border: solid 1px #3a88de;display:none;}
.floating_left a{color: #fff;line-height:60px;}
.floating_ewm{height:160px;top:-80px;}
.floating_ewm i{ background-size: 100%; display:block;width:100px;height:100px;margin:auto;margin-top:10px;}
.floating_ewm p{color: #fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:8px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:12px;}
/*=========================================================*/


@media screen and (max-width: 1600px) 
{
    .company h3{ font-size: 16px; font-weight: normal; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical; }
    .header .txt{display:none}
	.logo img{max-height:60px}
}

/*Ipad样式*/
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .logo{ width: 50%;}
    .container{ padding: 0 30px;}
   
}
/*移动端样式*/
@media screen and (max-width: 1080px) {
    .header{ height: 60px;}
    .fnav{ padding: 0;}
    .fbox .lbox img{ max-width: 100%; margin: 0 auto; display: block; padding: 0; }
    .tel{ margin-right: 80px;}
    .logo{ min-width: 200px;}
    .logo{ width: 100%; padding: 15px 0;}
    .logo img{max-height:50px}
    #rollTop{ right: 0; bottom: 60px;}
    .container{ padding: 0 10px;}
    .navbox{ position: fixed; top:0; right: 0; width: 60px; height: 60px; z-index: 999}
    .s01 .swiper-container{ padding-bottom: 50px;}
    .s01-main{ padding: 0;}
    .s01-content .menu a{ padding: 5px 15px; font-size: 12px; margin: 5px;}
    .s01-content ul.imgbox li{ width: 48%;}
    .about{padding: 15px 0; }
    .about .rbox a.more{ width: 100%;text-align: center; }
    .about .numCount ul li{ width: 50%;}
    .about .numCount{ padding: 15px 0;}
    .numCount li .numCX{ font-size: 24px;}
    .numCount li .indc{ font-size: 12px;}
    .about .box{ padding: 30px 15px; display: block;}
    .about .lbox, .about .rbox{ width: 100%; padding: 0;}
    .case .submenu{ padding: 0 }
	.nav ul>li>a{font-size:14px}
	.language .tel a{font-size:18px;padding: 0;}
	.header,.header.maxwidth{height:60px}
	.nav{height:40px;line-height:40px}
	.case .submenu a{ width: 48%; }
	.fbox .lbox img{ float: none }
	.fbox .lbox .text-left{ line-height: 0; padding-bottom: 30px; text-align: center; }
	.footer{padding:30px 0}
}

@media screen and (max-width: 768px){
	.header,.header.maxwidth{ padding: 0; background:#fff;}
	.home{ padding-top: 60px;}
	.logo{ padding:0; min-width: 60px }
	.logo img{ max-height: 35px }
	.m-tel{ padding-right:70px; }
	.floating_ck{display:none;}
	.s01-content ul.imgbox li .img{ padding: 0; }
	.s01-content ul.imgbox li p span:last-child{ display: none }
	.s01-content ul.imgbox li p{ font-size: 12px; padding: 5px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical; }
	.fbox .lbox img{ display: block; max-width: 180px; }
	.fbot{ font-size: 10px;}
	.home .swiper-pagination{ display: none;}
	.s04 .rbox{ text-align: center;}
	#banner{ padding-top: 0;}
	.fcenter{ padding: 15px;}
	.fbox .lbox{ display: block;}
	.fbox .lbox img{ padding-bottom: 15px;}
	.mtel{min-width: 220px; padding-right: 60px }
	.mtel a{ font-size: 22px; color: #fe9500 }
	.head{ border-bottom: 1px solid #ddd }
	.videolist{ width: 100%; height: auto;}
    .videos{ z-index: 9999; left: 0; top: 100px; margin: 0;}
    
}