@charset "utf-8";

/*~~~~框架布局~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}

 

/*==版心定义↓==*/

.container{width:1440px;}

a:hover{color:#0094dc}







.bga{background: #f6f8fa;}



/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}

@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff2?t=1680575630073') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.woff?t=1680575630073') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_nn8v0afdj3l.ttf?t=1680575630073') format('truetype');
}



/*==顶部↓==*/

.fixed-top.header{ position: fixed;width:100%;z-index:99;height:80px;box-shadow: 0 0 10px #ddd;  }

.fixed-top.header:before{opacity:1; height:100%;}

.fixed-top.header .logo img{ }

.fixed-top.header .sub{top:80px}

/*--*/

.header{position: relative; z-index:99;height:100px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .container{height:100%;}
.header .logo{float:left;height:100%;padding: 20px 0; }
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .search{position: relative;float: right;display: flex;height: 100%;margin-left: 50px;align-items: center;}
.header .search a{color:#0094dc;font-size: 28px;}
.header .search a:hover{color:#666}
.header .tel{position: relative;float: right;display: flex;margin-left: 40px;height: 100%;font-weight: bold;font-size: 22px;color: #0094dc;align-items: center;}
.header .tel:before{content: "\e618";margin-right: 10px;font-weight: 400;color: #0094dc;font-size: 26px;}
.header .nav{display:flex;float: right;margin-left:80px;height: 100%;align-items: center;}
.header .nav > li{/* flex: 1; *//* float: left; */margin-left: 1px;height: 100%;width:100px;}
.header .nav > li > a{position: relative;z-index: 1;display: flex;color:#666666;font-size:16px;text-align: center;height: 100%;padding: 0 1px;align-items: center;justify-content: center;}
.header .nav > li > a:after{opacity:0;content:"";position: absolute;left:0;top: 0;z-index: -1;width:100%;height: 80%;background:#0094dc;transition: all .4s ease-in-out;}
.header .nav > li:hover > a,.header .nav > li.active > a{color: #fff;}
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{opacity:1;height:100%;}
/*--*/
.header .sub{display:none;left:0;right:0;top: 100px;position:absolute;z-index: 999;border-top: 1px #ddd solid;border-bottom:1px #ddd solid; background: #fefefe;}
.header .sub:before{content: "";position: absolute;left:0;right:0;top:0;z-index: -1;height:20px;background:-webkit-linear-gradient(top, #f1f1f1, #fff);}
.header .sub .long{display: flex;justify-content: center;} 
/*--*/
.header .sub-1{padding:20px 0}
.header .sub-1 a{display: flex;color: #5e5e5e;font-size: 16px;margin: 8px 20px;align-items: center;}
.header .sub-1 a::before{content:"";width:5px;height:5px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-1 a:hover{color:#0094dc; }
.header .sub-1 a:hover:before{background:#0094dc}
/*--*/
.header .sub-2{padding: 50px 0;}
.header .sub-2 .vig{/* flex: 1; */display: flex;margin-left: -50px;}
.header .sub-2 .vig li{margin-left: 80px;padding-left:30px;border-left:1px #eee solid}
.header .sub-2 .vig .title{color:#333;font-size: 18px;margin-bottom: 15px;}
.header .sub-2 .vig .title:hover{color:#0094dc}
.header .sub-2 .vig a{display: flex;color: #6a6a6a;font-size: 16px;margin-bottom: 10px;}
.header .sub-2 .vig a:hover{color:#0094dc;transform:translateX(-2px)}
.header .sub-2 .vig a:hover h4:before{background:#0097dc}
.header .sub-2 .vig h4{display:flex;align-items: center;}
.header .sub-2 .vig h4::before{content:"";width:5px;height:5px;margin-right: 10px;display: block;border-radius: 50%;background: #9a9a9a;}
.header .sub-2 .vig img{flex-shrink: 0;width:70px;margin-right:10px;}
.header .sub-2 .pic{flex-shrink:0;margin-left: 80px;}
.header .sub-2 .pic .more{display: block;color:#999;font-size:14px;margin-top:10px;}
.header .sub-2 .pic .more:hover{color:#0094dc}




/*==弹出背景↓==*/
.offer-bg{ display:none; position: fixed;left:0;top:0;z-index:1; width:100%;height:100%; background:rgba(0,0,0,0.5)  }


/*==弹出搜索↓==*/
.search-top{display: none; position:fixed;left:0;top:0px;right:0;z-index: 2;padding:120px 50px 50px 50px;border: 1px #ddd solid;background: #fff;}
.trol-top .search-top{padding-top:100px;}
.search-top .long{position:relative; padding:30px 0;display: flex;width: max-content;margin: auto;flex-direction: column;}
.search-top .top{position:relative;display: flex;width: max-content;flex-direction: row-reverse;align-items: center;}
.search-top .close{display: flex;margin-left: 30px;width: 40px;height: 40px;text-align: center;color: #666;font-size: 22px;background: #fafafa;justify-content: center;align-items: center;cursor: pointer;}
.search-top .close::before{content:"\e731";}
.search-top .close:hover{color:#fff;background: #999;}
.search-top .close:hover:before{color:#fff}
.search-top .trol form{position: relative;display: flex;margin: auto;width: max-content;border: 1px #ddd solid;border-radius: 5px;overflow: hidden;}
.search-top .trol i{position: absolute;left: 15px;top:0;bottom:0;margin:auto;height:fit-content;color:#999;font-size: 22px;}
.search-top .trol input{float: left;width:500px;color:#666;font-size: 15px;padding:0 20px 0 50px;}
.search-top .trol button{float:right;color:#fff;font-size:13px;padding: 0px 40px;background: #666;border: none;/* border-radius: 50%; */cursor: pointer;}
.search-top .trol input,.searchBox .trol button{line-height:50px;height:50px;border:none;}
.search-top .trol button:hover{ background:#000002}
.search-top .link{display:flex;font-size: 15px;margin-top: 20px;text-align: center;flex-wrap: wrap;justify-content: flex-start;}
.search-top .link h4{color: #5a5a5a;font-weight:bold;margin-right:20px;}
.search-top .link a{margin:0 10px 10px 0}





/*==次级导航↓==*/

.menu{width:100%;margin-top:60px;margin-bottom:-10px;}

.menu ul{display:table; text-align: center;/*! background:#f2f3f4; *//*! width: 100%; */margin: auto;}

.menu li{/*! flex: 1; */ display: inline-block;}

.menu li a{position:relative;z-index:2;display: block;margin:0 10px 10px 10px;color:#191919;font-size:18px;border: 1px #e9e9e9 solid;overflow: hidden;padding: 10px 40px;border-radius: 6px; background: #f7f7f7;}

.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #0094dc;transition:transform .5s;transform: scale(0,1);transform-origin:right;}

.menu li:hover a,.menu li.active a{ color:#fff;border-color:#0094dc }

.menu li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}



/*==次级导航2↓==*/
.column{padding: 20px 0;width:100%;display:table;text-align: center;border-bottom: 1px #eee solid;border-top: 1px #eee solid;overflow:hidden;background: #f9f9f9;}
.column .nav{float: left;}
.column li{/*! flex: 1; */display: inline-block;margin-right: 60px;}
.column li a{position:relative;z-index:2;display: block;color:#333333;font-size:17px; /* background: #f7f7f7; */}
.column li a:after{content: "";position: absolute;left:0;bottom: -20px;z-index:-1;width:100%;height:2px;background: #27a0ce;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.column li:hover a,.column li.active a{ color:#27a0ce;}
.column li:hover a:after,.column li.active a:after{transform: scale(1);transform-origin:left;}
/*--*/
.column .site{float:right;}
.column .site{color:#888;font-size:14px;}
.column .site .home i{margin-right:10px;color:#333;font-weight:bold}
.column .site a{color:#888;font-size:14px;}
.column .site a:hover{color:#27a0ce;}





/*==面包屑↓==*/

.site{}

.site .container{padding: 20px 0;border-bottom:1px #ddd solid;}

.site .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}

.site a{color:#666;font-size:12px;}

.site a:hover{color:#0094dc}

.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}

.site .more:hover{color:#fff; background: #0094dc;}





/*==标题↓==*/

.titleAx{color:#000123;font-size:44px;}  

.titleAx span{margin-top:5px;display: block;color:#999;font-size:16px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#0094dc}

.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #0094dc;}

.titleAx.cen{text-align: center;margin-bottom:50px;}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

.titleAx.white hr{background:#fff}

/*--*/

.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx span{display: block; margin:10px auto 0;color:#bdbdbd;font-size:14px;font-weight:400}

.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #0094dc;}

.titleBx font{color:#0094dc}

.titleBx.cen{text-align: center;}

.titleBx.white,.titleBx.white span{color:#fff}

.titleBx.tTop{margin:50px 0 -20px 0;}





/*==边距↓==*/

.ptm60{padding:60px 0}

.ptm80{padding:80px 0}

.ptm100{padding:100px 0}

.pt60{padding-top:60px}

.pt80{padding-top:80px}

.pt100{padding-top:100px}

.pm60{padding-bottom:60px}

.pm80{padding-bottom:80px}

.pm100{padding-bottom:100px}

/*--*/

.mtm60{margin:60px 0}

.mtm80{margin:80px 0}

.mtm100{margin:100px 0}

.mt60{margin-top:60px}

.mt80{margin-top:80px}

.mt100{margin-top:100px}

.mm60{margin-bottom:60px}

.mm80{margin-bottom:80px}

.mm100{margin-bottom:100px}



/*句段限制*/

.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}





/*===内页框↓==*/

.rack{float:left;width:100%;padding:70px 0 80px 0;}

.rackWor{}





/*==左右布局↓==*/
.main-orso{display: flex;}
.main-orso .lefter{flex-shrink: 0;width:280px;}
.main-orso .lefter .shell{margin-bottom:30px;background: #fff;}
.main-orso .righter{flex: 1;margin-left:40px;padding:30px;background: #fff;}
.main-orso .righter.airs{min-width:50%;padding:20px;background: #f6f8fa;}
.main-orso .righter.airs .titleTop{color:#fff;font-size:28px;    margin: -20px -20px 50px -20px;padding:10px 30px;background: #161823;}
.main-orso .righter.airs .explain{color:#161823;font-size:16px;margin-bottom:50px;line-height: 30px;}




/*==右侧顶部↓==*/
.rig-top{display: flex;margin-bottom:30px;padding-bottom: 10px;border-bottom:1px #ddd solid;align-items: center;justify-content: space-between;}
.rig-top .title{color:#0094dc;font-size:20px;}
.rig-top .trol{color: #666;font-size: 14px;}
.rig-top .trol a{/* color:#666; *//* font-size:12px; */}
.rig-top .trol a:hover{color:#0094dc}

 

 

/*==右侧分局↓==*/ 

.main-up{display: flex;margin-bottom:40px; justify-content: space-between;}

.main-up .pic{width:320px;margin-right:50px}

.main-up .info{flex:1;margin-top:20px}

.main-up h4{color:#3a3a3a;font-size:22px;}

.main-up p{margin-top:10px;color:#6a6a6a;font-size:15px;line-height: 28px;}




/*==左侧导航↓==*/
.leftNav{}
.leftNav .title {position:relative;color:#fff;font-size:28px;padding: 50px 20px;text-align:center;background: #0094dc;}
.leftNav .title:after{content:"";position:absolute;top: 0;left: -15px;right: -15px;bottom:0;display:block;/* width: 50%; */margin: auto;height: 1px;transform: rotateZ(20deg);background: #fff;}
.leftNav .title.b1{background: #161823;}
.leftNav .title.b1 font{background: #161823;}
.leftNav .title font{position: relative;z-index: 2;padding:10px;background: #0094dc;}
.leftNav .title span {display:block;color:#fff;font-size: 14px;font-weight:400;margin-top: 10px;}
.leftNav .title em {display:none;position:absolute;top:20px;right:20px;float:right;font-size:16px;}
.leftNav .title em i {margin-left:5px}
.leftNav .title em:hover {color:#0094dc}
.leftNav .tit{color:#fff;font-size:26px;padding:15px 20px; text-align: center;  background:#161823;}
/*--*/
.leftNav .fare {border: 1px #ddd solid;overflow:hidden;/*background: #f6f8fa;*/}
.leftNav .fare > li {/* margin-top: 20px; *//* margin: 0; *//* border-bottom: 1px #ddd solid; */}
.leftNav .fare > li:last-child{border-bottom:0px}
.leftNav .fare > li > a {position:relative;z-index:2;display: block;color: #212121;font-size: 16px;padding: 18px 20px;border-bottom: 1px #ddd solid;border-top: 1px #ddd solid;}
.leftNav .fare > li > a:before {content:"\e65b";position:absolute;right: 20px;top: 0;bottom: 0;margin: auto;height: fit-content;display:block;color: #666;font-size: 28px;}
.leftNav .fare > li > a:after {opacity:0;content:"";position:absolute;top: 0;left: -50px;right: -50px;bottom: 0;z-index: -1;background: #e3f6ff;}
.leftNav .fare > li:hover > a,.leftNav .fare > li.active > a {/* color:#fff; */}
.leftNav .fare > li:hover > a i,.leftNav .fare > li.active > a i {color:#fff}
.leftNav .fare > li:hover > a:before{color:#0097dc; transform:translateX(5px)}
.leftNav .fare > li.active > a:before{color:#0097dc; transform: rotate(90deg);}
.leftNav .fare > li:hover > a:after,.leftNav .fare > li.active > a:after{opacity:1;}
.leftNav .order {margin: 0 20px;}
.leftNav .order > li {border-bottom: 1px #e8e8e8 solid;}
.leftNav .order > li:last-child{border:none}
.leftNav .order > li > a {display:flex;color:#777;font-size:16px;padding: 15px 30px 15px 0px;align-items: center;}
.leftNav .order > li > a::before{content: "";display: block;width:6px;height:6px;margin-right:10px;border-radius: 50%; background: #999;}
.leftNav .order > li:hover > a,.leftNav .order > li.active > a {color:#0094dc;transform:translateX(5px);}
.leftNav .order > li:hover > a::before,.leftNav .order > li.active > a:before{background: #0094dc;}
/*--*/
.leftNav .list{padding:30px 20px;background:#f6f8fa;}
.leftNav .list li{margin-bottom: 20px;}
.leftNav .list a{display: block;background: #fff;}
.leftNav .list h4{padding:10px 10px;color:#212121;font-size:16px;text-align: center;}
.leftNav .list h4 font{display: block; width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.leftNav .list a:hover h4{color:#0094dc;}







/*==更多按钮↓==*/

.more-1{display: flex;margin-top: 50px;width: fit-content;color:#fff;font-size: 16px;padding: 10px 40px;border:1px solid #0094dc;border-radius:5px;background: #0094dc;align-items: center;}
.more-1:after{content:"\e65b";font-size:20px;margin-left: 10px;color: #fff;}  
.more-1:hover{color:#0094dc;border-color:#0094dc; background:none;}
.more-1:hover:after{color:#0094dc;transform:translateX(3px)}
.more-1.cen{margin: auto;margin-top: 50px;}

/*--*/

.more-2{display: flex;width: max-content;margin:auto;margin-top: 40px;color:#ee924a;font-size:14px;padding: 12px 50px;border-radius: 30px;border:1px #ee924a solid;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;}

.more-2:before{content:"\e61f";font-size: 24px;margin-left: 20px;color:#ee924a}

.more-2:hover{color:#fff; background:#ee924a;}

.more-2:hover:before{color:#fff;transform:translateX(5px)}





/*==切换效果↓==*/

.cut-item .btn {position:absolute;top:50%;left:-75px;display:block;width: 50px;line-height: 50px;text-align:center;color: #fff;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #fff solid;border-radius: 50%;/*background:#fff;*/}

.cut-item .btn.sNext {left:auto;right:-75px;}

.cut-item .btn:hover {color:#0094dc;border-color: #0094dc;}

.cut-item .btn:hover:before {color:#0094dc}

.cut-item .sPrev:before {content:"\e662";}

.cut-item .sNext:before {content:"\eb9b";}

/*-切换点1-*/

.spot-dot {}

.spot-dot {position:initial;margin:40px auto 0;text-align:center;}

.spot-dot span {opacity:1;width:15px;height:15px;margin:0 10px;border:1px #ddd solid;background:#fff;}

.spot-dot span.swiper-pagination-bullet-active {background:#0094dc;}

/*-切换点2-*/

.spot-forte{position:initial;margin:40px auto 0;text-align:center;}

.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;background:#fff;}

.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#0094dc;}





/*==左侧联系↓==*/
.connection2 { overflow:hidden;/* background:#eee;*/}
.connection2 .title {/* float:left;*/color:#fff;font-size:24px;padding:50px 20px;text-align: center;background: url(../images/contantBg01.jpg) no-repeat center;background-size: cover;}
.connection2 .box{padding: 20px;color:#666666;font-size:14px;line-height:30px;}
.connection2 .tit{color:#333333;font-size:18px;margin-bottom: 10px;}
.connection2 .ewm{margin-top:20px;text-align: center;}

.connection2 .ewm h5{}





/*==左侧联系↓==*/
.connection {margin-top:30px;padding:20px;border:1px #ddd solid;overflow:hidden;/* background:#eee;*/}
.connection .tit {/* float:left;*/color:#333;font-size:18px;font-weight:bold;padding-bottom:20px;margin-bottom:20px;border-bottom:1px #ddd solid;}
.connection .tit .more {float:right;display:block;color:#666;font-size:13px;margin-top:5px;}
.connection .tit .more:hover {color:#0094dc}
.connection .tel {position:relative;display:block;font-size:12px;color:#858585;padding-left:50px;margin-bottom:20px;word-wrap:break-word;word-break:normal;}
.connection .tel font {display:block;color:#0094dc;font-size:24px;margin-top:5px;line-height:25px;font-weight:bold;}
.connection .tel:before {content:"\e611";font-family:"iconfont";position:absolute;top:6px;left:0;margin-right:10px;font-weight:400;color:#333;font-size:36px;}
.connection .wx {color:#666;font-size:14px;line-height:24px}
.connection .ewm {display:table;margin-top:20px;}
.connection .ewm img {max-width:100px;}
.connection .ewm font {vertical-align:middle;color:#666;font-size:14px;padding-left:30px;}
.connection .ewm font hr {float:left;width:30px;height:1px;margin:10px 10px 0 0;border:none;background:#aaa;}
.connection .ewm img,.connection .ewm font {display:table-cell;}
 





/*==标题+tab↓==*/
.title-tip{display: flex;position: relative;margin-bottom:50px;justify-content: space-between;align-items: center;}
.title-tip.line{padding-bottom: 30px;border-bottom: 2px #ddd solid;/*height: 90px;*/}
.title-tip .tit{float:left;text-align: left;margin: 0px;}
.title-tip .tone .more{position: relative;z-index:2;font-size: 40px;padding: 0;height: -webkit-fill-available;margin-left: 30px;transition: all .4s ease-in-out;align-items: stretch;}
.title-tip .tone .more:after{display:none;}
.title-tip .tone .more:hover{color:#0094dc;transform:translateX(5px)}
.title-tip .tone_1{}
.title-tip .tone_1 li{display:inline-block;cursor: pointer;margin-left: 20px;}
.title-tip .tone_1 a{position: relative;z-index: 1;display: block;color: #000123;font-size: 16px;padding: 12px 40px;overflow:hidden;border:1px solid #fdfdfd;background: #fff;}
.title-tip .tone_1 a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height: 100%;background: #0094dc;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.title-tip .tone_1 .me{margin-left:20px;display: inline-block;color:#999;font-size: 35px;padding-bottom: 25px;}
.title-tip .tone_1 .me:hover{color:#0094dc;transform:translateX(5px)}
.title-tip .tone_1 .active a,.tone-item li:hover a{color: #fff;}
.title-tip .tone_1 .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}
/*--*/ 
.title-tip .tone_2{display: flex;margin-bottom: -91px;flex-wrap: wrap;}
.title-tip .tone_2 li{ float: left;margin-left: 50px;position: relative;}
.title-tip .tone_2 a{position: relative;display: block;color:#242424;font-size:20px;text-align: center;padding-bottom: 35px;}
.title-tip .tone_2 a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height: 2px;background:#0094dc;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.title-tip .tone_2 li.active a{color:#0094dc; }
.title-tip .tone_2 li.active a:after{transform: scale(1);transform-origin:left;}




/*===产品列表↓==*/
.product-list.edge{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }
.product-list.edge a{/* box-shadow: 5px 5px 20px #eee; */}
.product-list.lx3 li{width:calc(33.3% - 20px);}
/*--*/
.product-list li{}
.product-list a{position: relative;display: block;border: 1px #ddd solid;background: #fff;}
.product-list .pic{padding-top:80%; }
.product-list h4{display: flex;color:#000000;font-size: 18px;padding: 20px 0px;margin: 0 30px;border-top: 1px #ddd solid;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;align-items: center;justify-content: space-between;}
.product-list h4:after{content:"\e84f";font-size: 30px;}
.product-list li:hover a{border-color:#0094dc}
.product-list li:hover h4{color:#0094dc;border-color:#0094dc}
.product-list li:hover h4:after{color:#0094dc;transform:translateX(-3px)}




/*==首页代理品牌↓==*/ 

.agentHome{background: url(../images/bgk01.jpg) no-repeat center; background-size:cover;}

.agentHome .more{display: none;}





/*==代理品牌-列表↓==*/

.agent-list{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.agent-list li{display: inline-block;width:calc(25% - 20px);margin:0 0 20px 20px; }
.agent-list a{display:block;height:100%;background:#fff}
.agent-list .box{padding:20px; text-align:center}
.agent-list h4{color:#000000;font-size:20px;}
.agent-list p{-webkit-line-clamp: 3;margin-top:10px;color:#666;font-size:15px;}
.agent-list .pic{height:100px;overflow:hidden;text-align: center;}
.agent-list .pic img{max-height: 100%;filter: drop-shadow(0px 100px #fff);}
.agent-list li:hover a{background:#0094dc}
.agent-list li:hover *{color:#fff} 
.agent-list li:hover .pic img{transform: translateY(-100%); }





/*==首页产品↓==*/

.productHome{}





/*==代理优势↓==*/

.advantageHome{background: url(../images/bgk02.jpg) no-repeat center; background-size:cover;}





/*==优势列表↓==*/
.advan-arr{display: flex;flex-flow: row wrap;align-content: flex-start;}
.advan-arr li{flex:1;padding: 20px 50px;text-align: center;border-right: 1px #ddd solid;}
.advan-arr li:last-child{border-right:none}

.advan-arr a{display: block;}
.advan-arr em{display: flex;margin: auto;width: 80px;height: 80px;color:#fff;font-size:30px;justify-content: center;align-items: center;overflow: hidden;}
.advan-arr h4{color: #0094dc;font-size: 28px;margin-top: 15px;}
.advan-arr h4 span{display: block;font-size: 18px;color: #000;margin-top: 5px;}
.advan-arr h4:after{content:"";display:block;width: 35px;height:2px;margin: auto;margin-top: 15px;background: #0094dc;}
.advan-arr p{color: #666;font-size: 16px;line-height: 28px;margin-top: 20px;}
.advan-arr li:hover a{transform:translateY(-5px);} 

.advan-arr li:hover h4:after{width:45px}

.advan-arr li:hover h4 span{color:#0094dc}





/*==首页解决方案↓==*/ 
.solutionHome{position:relative}
.solutionHome .titleAx{position:absolute;left: 0;right: 0;top: 60px;z-index: 2;}
 
 



/*==解决方案切换↓==*/
 .srll-solution{position: relative;z-index: 1;}
 .srll-solution .chart{position: absolute;left:0;top:0;right:0;bottom: 0;z-index: -1;}
 .srll-solution .chart:after{content:"";opacity:0.5;position:absolute;left:0;top:0;right:0;bottom:0;z-index: 1;background: #000;}
 .srll-solution .chart a{display: block;width: 100%;height:100%;}
 .srll-solution .chart img{display: block; width:100%;height: 100%;object-fit: cover;}
 .srll-solution .list{}
 .srll-solution .list li{height: 800px;text-align: center;cursor:pointer;border-right:1px solid rgba(255,255,255,0.4)}
 .srll-solution .list li{position: relative;z-index:1;/* display: block;width: 100%;height:100%;*/}
 .srll-solution .list li:before{content:""; opacity:0;  position:absolute;left:0;top:0;right:0;bottom:0;z-index:-1;transform: translateY(-10%);background: #0094dc;}
 .srll-solution .list .box{position: absolute;left:0;top: 0;right: 0;bottom:0;height: fit-content;margin: auto;padding:20px 40px;}
 .srll-solution .list em{display: flex;margin: auto;margin-bottom:20px;justify-content: center;align-items: center;}
 .srll-solution .list h4{color:#fff;font-size:24px;margin-bottom: 0px;}
 .srll-solution .list span{display: block;color:#fff;font-size:14px;margin-top: 8px;text-transform: uppercase;}
 .srll-solution .list p{opacity:0;width: 200px;-webkit-line-clamp: 2;margin: auto;margin-top: 20px;color:#fff;font-size:15px;}
 .srll-solution .list .more{opacity:0; display:inline-block; margin-top:30px;color:#0094dc;font-size:14px;padding:10px 30px;border-radius:5px;background: #fff;}
 .srll-solution .list .more:hover{transform: translateY(-5px);}
 .srll-solution .list .swiper-slide-thumb-active .box{/* top:150px; */bottom: 80px;}
 .srll-solution .list .swiper-slide-thumb-active:before{opacity: 0.2;transform: translateY(0px);}
 .srll-solution .list .swiper-slide-thumb-active:after{opacity: 1;right:0}
 .srll-solution .list .swiper-slide-thumb-active p{opacity:1;}
 .srll-solution .list .swiper-slide-thumb-active .more{opacity:1; }
 .srll-solution .spot{display: none;position: absolute;left:0;bottom: 0px;right:0;}
 .srll-solution .spot li{}
 

 





/*==公司简介↓==*/
.about-item{ background:#fdfdfd url(../images/aboutBg01.jpg) no-repeat center; background-size:cover;}
.about-item .wx{color:#000123;font-size:16px;line-height: 28px;padding:0 100px; text-align:center}
.about-item .more{display: table;margin:auto; margin-top:40px;color:#0094dc;font-size:16px;}

.about-item .more:hover{text-decoration:underline}
.about-item .list{display: flex;flex-wrap: wrap;margin:60px 0 -20px -20px;}
.about-item .list li{width: calc(25% - 20px);margin:0 0 20px 20px;border-radius:5px; overflow: hidden;}
.about-item .list .pic{}
.about-item .list h4{opacity: 0; position: absolute;left:0;right:0;bottom:0;color:#fff;font-size:20px;}
.about-item .list li:hover h4{opacity: 1;}
 

 


/*===首页新闻↓==*/
.newsHome{ background: url(../images/bgk03.jpg) no-repeat center; background-size:cover;}
.newsHome .down{}
.newsHome .list_1{display: flex; margin:0 0 -20px -20px;}
.newsHome .list_1 li{width:calc(33.3% - 20px); margin:0 0 20px 20px;}
.newsHome .list_1 a{display:block}
.newsHome .list_1 .pic{height:277px;}
.newsHome .list_1 .pic:before{opacity:0;content:"";position: absolute;z-index: 1;left:0%;top:0;width:100%;height: 100%;background:#000;}
.newsHome .list_1 .pic img{width:100%;height: 100%;object-fit: cover;} 
.newsHome .list_1 .box{padding:30px 20px;}
.newsHome .list_1 h4{color:#000;font-size: 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsHome .list_1 h4:before{content:"";float: left;display:none;margin: 12px 10px 0 0;width:10px;height:2px;background: #0094dc;}
.newsHome .list_1 p{-webkit-line-clamp: 1;margin-top: 10px;color:#666666;font-size: 16px;line-height: 22px;}
.newsHome .list_1 .more{position: absolute;right: 0;bottom: 0;padding: 8px 20px;color: #fff;font-size: 16px;/* display:  none; */background: #0b3861;}
.newsHome .list_1 .act{display: flex;padding: 20px 20px;margin-top: 10px;background: #fff;justify-content: space-between;align-items: center;}
.newsHome .list_1 .act .time{color:#999;font-size:14px;}
.newsHome .list_1 .act:after{content: "\e61d";display: flex;width:35px;height: 35px;color:#0094dc;font-size: 18px;font-weight: bold;border:1px #0094dc solid;border-radius: 50%;transform: rotateZ(-40deg);justify-content: center;align-items: center;}
.newsHome .list_1 li:hover .more{color:#fff;background:#0094dc}
.newsHome .list_1 li:hover h4{color:#0094dc}
.newsHome .list_1 li:hover a{color:#0094dc;background: #fff;}
.newsHome .list_1 li:hover .act:after{color:#fff;background: #0094dc;transform: rotateZ(0deg);}
.newsHome .list_2{display: flex;margin: 50px 0 -15px -20px;flex-wrap: wrap;}
.newsHome .list_2 li{width:calc(33.3% - 20px);margin: 0 0 15px 20px;}
.newsHome .list_2 a{position:relative; display:block;padding-right:80px;}
.newsHome .list_2 h4{display: block;position: relative;color:#5b5b5b;font-size: 15px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsHome .list_2 .time{position: absolute;top:0;right:0; color:#afafaf;font-size:12px;}
.newsHome .list_2 li:hover{transform:translateX(5px)}
.newsHome .list_2 li:hover h4{color:#0094dc}
 

 

 /*==产品列表-1↓==*/

.pro-list_1{border:1px #ddd solid}

.pro-list_1 div{padding:15px 20px}

.pro-list_1 li{border-bottom:1px #ddd solid;}

.pro-list_1 li:last-child{border-bototm:none}

.pro-list_1 a{display: flex;position:relative;}

.pro-list_1 a::before{opacity: 0; content: "";position:absolute;left:0;bottom:-1px;right:0;z-index:2;width:50%;height:2px;background: #0094dc;}

.pro-list_1 .pic{flex-shrink: 1;width:300px;border-right:1px #ddd solid;}

.pro-list_1 .txt{flex: 1;color:#6a6a6a;font-size:15px;line-height: 28px;}

.pro-list_1 .top{ }

.pro-list_1 .top div{color:#0094dc;font-size:20px;text-align: center;}

.pro-list_1 .top a::before{display: none;}

.pro-list_1 li:hover .txt{}

.pro-list_1 li:hover a::before{opacity: 1;width:100%;}





 /*==产品列表-2↓==*/

.pro-list_2{border: 1px #eee solid;}
.pro-list_2 span{flex: 1;display: inline-block;padding:15px 20px;color:#6a6a6a;font-size:14px;text-align: center;border-right: 1px #eee solid;}
.pro-list_2 span:last-child{border:none}
.pro-list_2 li{display: flex; position:relative;border-bottom: 1px #eee solid;}
.pro-list_2 li:last-child{border-bottom:none}
.pro-list_2 li::before{opacity: 0; content: "";position:absolute;left:0;bottom:-1px;right:0;z-index:1;width:50%;height:1px;background: #0094dc;}
.pro-list_2 .top{background: #f6f8fa;}
.pro-list_2 .top span{font-size: 16px;color:#0094dc;}
.pro-list_2 .top::before{display: none;}
.pro-list_2 .title{color:#0094dc} 
.pro-list_2 li:hover::before{opacity: 1;width:100%;}

.pro-list_2 li:hover{background: #e3f6ff;}

.pro-list_2 li:hover span{}



 

/*==行业应用↓==*/
.SolutionIn{}
.solution-list{ overflow: hidden;}
.solution-list li{position: relative;width:100%;margin-bottom: 50px;padding-bottom: 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;z-index: 2;}
.solution-list li:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:none;}
.solution-list a{position: relative;display: flex;width: 100%;height: 100%;overflow: hidden;justify-content: flex-end;}
.solution-list .box{position:relative;z-index:1;padding:50px;width: 45%;margin: 80px 80px;border: 1px #fff solid;border-radius: 5px;background:#fff;}
.solution-list li:nth-child(2n) a{justify-content: flex-start;}
.solution-list h4{position:relative; color:#191919;font-size:28px;margin-bottom:30px;}
.solution-list h4:after{content:"";display: block;margin-top: 15px;width: 40px;height:2px; border:none;background: #0094dc;}
.solution-list h4 span{ display: block; color:#999;font-size:14px;}
.solution-list p{    -webkit-line-clamp: 3;color: #6a6a6a;font-size: 16px;line-height: 28px;}
.solution-list .bg{position: absolute;left:0;top:0;width: 100%;height:100%;z-index: -1;}
.solution-list .bg img{width:100%;height: 100%;object-fit: cover;}
.solution-list .more{position: relative;z-index: 2;margin-top:30px;display:table;color:#fff;font-size:14px;padding:10px 40px;background:#0094dc}
.solution-list li:hover .box{border-color:#0094dc;transform: translateY(-5px);}
.solution-list li:hover h4:after{width:50px;}
.solution-list li:hover .more{background:#333}


/*==详情页框架2↓==*/
.ss-main{display: flex;}
.ss-lefter{flex: 1;min-width:50%}
.ss-lefter .shell{margin-top: -1px;border:1px #ddd solid;}
.ss-lefter .title{padding:50px 50px;color:#0094dc;font-size:30px;text-align: center;border-bottom:1px #0094dc solid;background: url(../images/titleBg.jpg) no-repeat center;}
.ss-lefter .wx{color:#666;font-size:15px;line-height:28px;}
/*--*/
.ss-lefter .frame{position:relative;padding:50px;/* margin-bottom:30px; */}
.ss-lefter .frame:before{content:"";position:absolute;left:50px;right:50px;bottom:0;width:auto;height:1px;background:#eee}
.ss-lefter .frame:last-child:before{display:none}
.ss-lefter .frame .tit{position:relative;margin-bottom:20px;padding-left:15px;color:#333;font-size:20px}
.ss-lefter .frame .tit:before {content:"";position:absolute;left:0;top:25%;width:3px;height:50%;background:#0094dc;}
/*--*/
.ss-lefter .intro{display: flex;flex-direction: row-reverse;}
.ss-lefter .intro .pic{flex-shrink: 0;width: 45%;margin-left: 50px;}
.ss-lefter .intro .pic img{width:100%;height: 100%;object-fit: cover;}
.ss-lefter .intro .box{position: relative;flex: 1;}
.ss-lefter .intro h3{color: #666;font-size: 28px;margin-bottom:40px;}
.ss-lefter .intro span{ display: block; color:#999;font-size:14px;}
.ss-lefter .intro hr{display: block;margin:10px 0 0 0; width:20px;height:2px; border:none;background: #0094dc;}
.ss-lefter .intro p{-webkit-line-clamp: 3;color: #666;font-size:16px;line-height:30px;}
.ss-lefter .intro .more{position: relative;z-index: 2;margin-top: 40px;display:table;color: #fff;font-size:14px;padding:10px 40px;/* border: 1px #999 solid; */background:#0094dc;}
.ss-lefter .intro .more:hover{color:#fff;background:#ff8525;}
.ss-lefter .intro li:hover .more{color:#fff;border-color:#0094dc;background:#0094dc}
/*--*/
.ss-lefter .tone{padding: 30px 50px;border-bottom: 1px #ddd solid;clear: both;overflow: hidden;background: #f5f5f5;}
.ss-lefter .tone li{position:relative;float: left;color:#333;font-size:22px;}
.ss-lefter .tone li:after{content:"";position: absolute;left:0;bottom: -30px;width:100%;height:2px;background:#0094dc;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.ss-lefter .tone li.active{color:#0094dc; }
.ss-lefter .tone li:hover:after,.ss-lefter .tone li.active:after{transform: scale(1);transform-origin:left;}
/*--*/
.ss-lefter .pagIng{position: relative;padding: 30px 50px;overflow: hidden;background: #f5f5f5;}
.ss-lefter .pagIng .return{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto; width: fit-content;height: min-content;text-align: center;}
.ss-lefter .pagIng .return:before{content:"\e7bf";float:left;margin: 3px 5px 0 0;font-size: 16px;color:#666;}
.ss-lefter .pagIng span{color:#666;font-size:14px;max-width: 40%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ss-lefter .pagIng .prev{float:left}
.ss-lefter .pagIng .next{float:right;}
.ss-lefter .pagIng a{color:#333;font-size:14px;}
.ss-lefter .pagIng a:hover,.ss-lefter .pagIng .return:hover:before{color:#0094dc}
/*--*/
.ss-righter{flex-shrink: 0;width:24%;margin-left:30px;}
.ss-righter .shell{margin-bottom:50px}
.ss-righter .bga{border:1px #ddd solid;margin-top:-31px;padding: 25px 40px;background: #f5f5f5;}
.ss-righter .title{color:#333;font-size: 26px;margin-bottom:30px;padding:25px;border:1px #ddd solid;background: #f5f5f5;}
.ss-righter .title span{display: block;color:#999;font-size:14px;}
/*--*/
.ss-righter .list_1{}
.ss-righter .list_1 li{margin-bottom:10px;}
.ss-righter .list_1 a{display: block;border:1px #eee solid}
.ss-righter .list_1 h4{color:#666;font-size:16px;text-align: center;padding:15px}
.ss-righter .list_1 li:hover h4{color:#fff;background: #0094dc;}
/*--*/
.ss-righter .nav{}
.ss-righter .nav ul{}
.ss-righter .nav li{border-bottom:1px #ddd solid}
.ss-righter .nav li:last-child{border-bottom:none;}
.ss-righter .nav a{display: block;color:#666;font-size: 16px;padding: 10px 0;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ss-righter .nav a:hover{color:#0094dc;transform:translateX(-5px)}


/*==新闻列表↓==*/
.news-list {margin:0px 0 -10px 0;}
.news-list li {clear:both;width:100%;margin-bottom:30px;padding-bottom:30px;border-bottom:1px #ddd solid;overflow:hidden;}
.news-list a {display:block;}
.news-list .pic {float:left;width:360px;height:220px;margin-right:30px;background:#eee;}
.news-list .pic img {width:100%;height:100%;object-fit:cover;}
.news-list .title {color:#333333;font-size:22px;margin-bottom:15px;/* margin-top:10px;*/max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-list .part {position:relative;margin-bottom:20px;display:table;}
.news-list .part:before {content:"";float:left;display:block;margin:8px 10px 0 0;width:50px;height:1px;background:#aaa;}
.news-list .part span {display:block;float:left;margin-right:40px;color:#999999;font-size:12px;line-height:1;}
.news-list .part span:before {display:none;content:"";float:left;margin-right:5px;font-size:14px;}
.news-list .part .time:before {content:"\e8b8";}
.news-list .part .source:before {content:"\e647";}
.news-list .part .read:before {content:"\e8c7";}
.news-list .txt {-webkit-line-clamp:3;color:#666666;font-size:14px;line-height:24px;}
.news-list .more {margin-top:30px;display:table;color:#666;font-size:13px;padding:8px 20px;border:1px #aaa solid;}
.news-list li:hover .title {color:#0094dc}
.news-list li:hover .more {color:#fff;border-color:#0094dc;background:#0094dc}


/*==新闻详情框↓==*/
.EssayCont .lefter {float:left;width:70%;}
.EssayCont .righter {float:right;width:25%;}
.EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
.EssayCont .righter .shell:last-child {margin-bottom:0px;}
.EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
.EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#0094dc;}
.EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
.EssayCont .righter .shell .tit .more:hover{color:#0094dc}
/*--*/
.EssayCont .bgb {margin-bottom:30px;background:#fff;}
.EssayCont .bgb:last-child {margin-bottom:0px;}
.EssayCont .bgb.p3 {padding:30px 30px 40px 30px;}
.EssayCont .bgb.p4 {padding:40px 40px 40px 40px;}
/*--*/
.EssayCont .news {}
.EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
.EssayCont .news li:last-child{margin-bottom:0px;}
.EssayCont .news .one {position:relative;}
.EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
.EssayCont .news .one:hover h4 {background:#0094dc}
.EssayCont .news .two{}
.EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
.EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
.EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.EssayCont .news .two:hover a {color:#0094dc;}
.EssayCont .news .two:hover a:before {background:#0094dc;}
/*--*/
.EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
.EssayCont .content .title{color:#333333;font-size:28px;}
.EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
.EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
.EssayCont .content .msg span{margin:0 5px;}
.EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#0094dc}
.EssayCont .content .msg .active{font-weight:bold;}
.EssayCont .content .wor{min-height:300px;font-size:16px;}
/*--*/
.EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
.EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
.EssayCont .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
.EssayCont .pagIng a:hover{color:#fff; background: #0094dc;}
.EssayCont .pagIng .prev{float:left}
.EssayCont .pagIng .next{float:right}






/*==联系我们↓==*/

.contactIn{}
.cot-mode .up{display: flex;justify-content: space-between;align-items: flex-start;}
.cot-mode .up .title{color: #3a3a3a;font-size: 38px;margin-bottom:40px;}

.cot-mode .up .title::after{content:""; display: block;margin-top:10px;width:50px;height:2px;background: #0094dc;}

.cot-mode .up .wx{ font-size:16px;color:#3a3a3a}
.cot-mode .up .tie{margin-top:20px;display: flex;align-items: center;}
.cot-mode .up .tie .tel{color: #666;font-size:18px;text-align: right;}
.cot-mode .up .tie .tel font{margin-top: 0px;display: block;color: #3a3a3a;font-size: 30px;font-weight: bold;}
.cot-mode .up .tie .ewm{margin-left: 30px;padding: 5px;width: 180px;border: 1px #ddd solid;background: #fff;}
.cot-mode .way{display: flex;margin-top: 40px;padding-top: 40px;border-top:1px #ddd solid}
.cot-mode .way li{flex: 1;display: flex;padding:0 20px;border-right:1px #ddd solid;justify-content: center;align-items: center;}
.cot-mode .way li:last-child{border-right:0px;}
.cot-mode .way em{flex-shrink:0; margin-right:20px;display: flex;color: #333;font-size: 40px;width: 80px;height: 80px;border: 2px #333 solid;border-radius: 50%;align-items: center;justify-content: center;}
.cot-mode .way span{color:#666;font-size:18px;}
.cot-mode .way span font{display: block;color:#333;font-size: 18px;font-weight: bold;margin-bottom: 2px;}
.cot-mode .way li:hover em{color:#fff;border-color:#0094dc; background:#0094dc}
.cot-mode .way li:hover span{color:#0094dc}





/*==地图+留言模块↓==*/
.message-item{ background: #f8f8f8;}
.message-item .long{display: flex;}
.message-item .map{width:50%;}
.message-item .right{margin-left:20px;width:50%;}
.message-item #dituContent{height:500px}
.message-item #dituContent img{max-width:initial;}



/*===留言反馈模块↓==*/
.feedback-item{}
.feedback-item .long{display: flex;justify-content: space-between;}
.feedback-item .left{flex-shrink: 1;/* flex: 1; */}
.feedback-item .tel{display: block;margin-top:100px;color:#fff;font-size:18px}
.feedback-item .tel h5{display:flex;align-items: center;}
.feedback-item .tel h5:before{content: "\e6a6";margin-right:10px;font-size: 22px;}
.feedback-item .tel font{display: block;margin-top: 5px;color:#0094dc;font-size:32px;line-height: 40px;}
.feedback-item .right{/* flex: 1; */width: 60%;}
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #eee solid;padding: 10px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w100{width:100%}
.feedback-item form .ml{margin-left:20px;}
.feedback-item form .shell.vt{    align-items: flex-start;}
.feedback-item form h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #999999;font-size: 16px;}
.feedback-item form .fill{ flex: 1;/* width: 100%; */line-height: 30px;color:#666;font-size: 15px;border: none;background: none;}
.feedback-item form textarea{height:180px}
.feedback-item form .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #0094dc;}
.feedback-item form .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form .submit:hover:after{opacity:0.2}
/*--*/
.feedback-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item .code input{ flex: 1;}
.feedback-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item .yzm input{width: 150px;padding: 18px 20px;border: none;}
.feedback-item .explain{margin-top:20px;color:#6a6a6a;font-size:16px;}
.feedback-item .explain i{color:red}
.feedback-item .explain font{color:#0094dc;font-weight:bold;}







/*==留言通用↓==*/

.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover;}

.MessageCon .long{padding:80px; background: #fff;}

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}

.MessageCon .block:nth-child(2n+1){margin-left:1%;}

.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}

.MessageCon textarea{width:100%;height:120px;}

.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}

.MessageCon button:hover{background:#0094dc}

.MessageCon .x1{background-image: url(../images/ico201.png);}

.MessageCon .x2{background-image: url(../images/ico202.png);}

.MessageCon .x3{background-image: url(../images/ico203.png);}

.MessageCon .x4{background-image: url(../images/ico204.png);}

.MessageCon .x5{background-image: url(../images/ico205.png);}





/*==关于↓==*/

.AboutInner{padding:0px !important}

.ab-intro{background: url(../images/bgk04.jpg) no-repeat center;background-size:cover;}

.ab-intro .long{display: flex;background: #fff;}

.ab-intro .right{flex: 1; position: relative;/* width:50%; */}

.ab-intro .right img{max-width:100%;width:100%;}

.ab-intro .left{/* width:45%; */flex: 1;padding: 50px;}

.ab-intro .left .title{color:#333333;font-size:26px;margin-bottom:30px;}

.ab-intro .left .title:after{content:"";display: block;margin-top:10px;width:50px;height:2px;background: #0094dc;} 

.ab-intro .left .wx{color:#666666;font-size:15px;line-height: 28px;}

.ab-intro .left{}





/*==企业文化↓==*/

.ab-culture{background: url(../images/bgk05.jpg) no-repeat center; background-size:cover ;}
.ab-culture .list{display: flex;}
.ab-culture .list li{position: relative;width: 33.3%;display: inline-block;height: 500px;border-left: 1px #fff solid;}
.ab-culture .list li:before{content: "";position: absolute;left: 0;right: 0;top:0;bottom:0;z-index: 1;background:-webkit-linear-gradient(top, rgba(0,0,0,0.2), rgba(0,0,0,0.8));}
.ab-culture .list .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;height: 100%;width: 100%;display: block;object-fit: cover;}
.ab-culture .list .info{position: absolute;left:0;right:0;bottom: 0;z-index:2;margin: auto;height: fit-content;padding: 40px 40px;/* text-align: center; */transition: all .4s ease-in-out;}
.ab-culture .list h4{color:#fff;font-size: 22px;margin-bottom: 10px;}
.ab-culture .list p{color:#fff;font-size: 16px;}
.ab-culture .list span{display: block;margin-top:10px; color:#fff;font-size:24px;}
.ab-culture .list li:hover .info{transform:translateY(-5px)}
.ab-culture .list li:hover .bg{/*transform:scale(1.1);*/}
.ab-culture .list li:hover a:before{opacity:0.8;}



/*==环境切换↓==*/
.srll-ambient #certify{position:relative;padding:10px 0}
.srll-ambient #certify .list li {width: 650px;box-shadow: 0 0 10px #ddd;border-radius: 10px;overflow: hidden;box-shadow: 0 0 10px #ddd; background:#fff;}
.srll-ambient #certify .list img{width:100%;}
.srll-ambient #certify .list h4{padding:20px; color:#333333;font-size:20px;text-align: center;}
.srll-ambient .spot{}





/*===数字滚动↓==*/ 

.number-item {margin-left:-70px;border-top:1px #ddd solid;padding-top:40px;margin-top:50px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.number-item li {line-height:1;float:left;width:calc(25% - 70px);padding:30px 30px;margin-left:70px;text-align:center;border:1px #ddd solid;border-radius:5px;  background-color:#fff;background-image:url(../images/bg101.png); background-position:right bottom ; background-repeat:no-repeat ;}

.number-item li h5 {color:#000123;font-size:20px; margin-bottom:10px;}

.number-item li b{font-size:54px;color:#0094dc;}

.number-item li span {display: block; margin-top:10px;color:#999;font-size:14px;text-transform: uppercase;}

.number-item li:hover{border-color:#0094dc;transform:translateY(-5px); background-color: #0094dc;}

.number-item li:hover *{color:#fff}

 





/*==list-box 图片列表↓==*/

.list-box{margin:0 0 -20px -20px}

.list-box li{display:inline-block; width: calc(25% - 20px);margin: 0 0 20px 20px; }

.list-box li img{max-width:100%;width:100%;}

.list-box li a{display:block; }

.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}

.list-box li:hover .pic{border: 1px #0094dc solid;}

.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}

.list-box li:hover h4{color:#0094dc;}

.list-box.lx5 li{width: calc(20% - 15px);}





/*==底部===*/
.footer {position:relative;z-index:5; background:#2f3437;}
.footer .up {padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:15px;}
/*.footer .tit:before {content:"";position:absolute;top:0;left:-12px;bottom:0;margin:auto;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #fff;}*/
.footer .nav {position:relative;float:left;width:40%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color:#aaa;font-size:13px;padding:5px 0;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .ewm {float:right;margin-left:5%;color:#aaa;font-size:14px;text-align:center;}
.footer .ewm span{float: left;margin-left:30px;}
.footer .ewm img {display:block;width:130px;margin-bottom:10px;}
.footer .right {float:right;color:#aaa;font-size:12px;}
.footer .right .tel {display:block;color:#fff;font-size:22px;font-weight:bold;margin-bottom:20px;}
.footer .right .wx {display:block;color:#aaa;font-size:14px;line-height:32px;}
.footer .right .wx i{display: inline-block;width:20px;text-align: center;font-size:25px;font-size:15px; color:#007ec5;margin-right:10px;}
.footer .right .share {margin-top:20px}
.footer .right .share a {display:inline-block;margin-right:18px;width:35px;line-height:35px;text-align:center;color:#fff;font-size:20px;border-radius:50%;background:#3d99ff;}
.footer .right .share a:hover {background:#005ad2;}
.footer .down {position:relative;margin-top:60px;padding:20px 0;color:#aaa;font-size:13px;border-top:1px solid rgba(255,255,255,0.1)}
.footer .down a {color:#aaa;font-size:13px;}
.footer .down a:hover {color:#eee;}
.footer .link {margin-top:20px;}
.footer .link h3 {color:#ddd;font-size:14px;float:left;}
.footer .link a {color:#858585;font-size:12px;display:inline-block;padding:0 15px;font-size:12px;line-height:9px;border-right:1px #999 dotted;}
.footer .link a:last-child {border:none;}






