@charset "utf-8";
/*~~~~框架布局  v3.1~~~*/

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


/*==版心定义↓==*/
.container{width:1600px;}
.container2{width:1400px;min-width: 320px;margin: auto;}
a:hover{color:#0f3e97}


/*==字符串↓==*/
*: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_bretxeu3d8c.woff2?t=1694600113751') format('woff2'),
       url('//at.alicdn.com/t/c/font_1963410_bretxeu3d8c.woff?t=1694600113751') format('woff'),
       url('//at.alicdn.com/t/c/font_1963410_bretxeu3d8c.ttf?t=1694600113751') 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 .sub{top:80px} 
/*--*/
.header{position: relative;z-index:99;border-bottom:1px #eee solid; 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;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .logo .txt{color:#0f3e97;font-size:22px;font-weight:bold;text-align: center;margin-left: 20px;}
.header .tel{position: relative;float: right;display: flex;font-size: 24px; color: #0f3e97;height: 100%;align-items: center;margin-left: 50px;}
.header .tel:before{content: "\e6b5";margin-right: 10px;font-weight: 400;color: #0f3e97;}
.header .bar{float:right;display: flex;margin-left: 30px;height: 100%;color:#333;font-size:16px;align-items: center;}
.header .bar i{color:#0f3e97;font-size:29px;margin-right:6px;}
.header .bar:hover{color:#0f3e97}
.header .tb{}
.header .tb i{color:#fff;margin: 0px;font-size: 18px;}
.header .tb font{display: flex;color:#fff;width: 30px;height: 30px;padding: 8px 10px;border-radius: 50%;background: #ff6713;align-items: center;justify-content: center;}
.header .lang{position:absolute;right:0;top:0;bottom:0;margin: auto;display: flex;padding: 10px 20px;background: #f3f3f3;align-items: center;justify-content: center;}
.header .lang:before{content: "\e668";font-size: 24px;margin-right: 10px;}
.header .lang a{display: block;font-size:16px;color: #666;}
.header .lang a:hover{color:#0f3e97}
.header .lang .tip{display:none;position: absolute;top: 100%;/* left: 0; */right: 20px;z-index: 2;width: max-content;padding: 10px 20px;color:#666;border-radius: 5px;box-shadow: 1px 1px 10px #ddd;background: #fff;}
.header .lang .tip:before{content:"";position:absolute;/* left:0; */top: -20px;right: 30px;display: table;margin: auto;border: 10px solid white;border-color: transparent transparent #fff transparent;}
.header .lang:hover .tip{display:block}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{ float: left;position:relative; height: 100%;margin-left: 50px;}
.header .nav > li > a{position: relative;display: flex;color: #000123;font-size: 17px;height: 100%;text-align: center;/* padding-bottom: 39px; */align-items: center;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#0f3e97;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#0f3e97; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: 200%;left:-50%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 10px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}
.header .nav .sub a:hover{color:#fff; background: #0f3e97;}
/*.header .nav li:last-child .sub{display: none !important;}*/


/*==次级导航↓==*/
.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: 30px; background: #f7f7f7;}
.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; background: #0f3e97;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu li:hover a,.menu li.active a{ color:#fff;border-color:#0f3e97 }
.menu li:hover a:after,.menu li.active a:after{transform: scale(1);transform-origin:left;}


/*==面包屑↓==*/
.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:16px;}
.site a:hover{color:#2e3093}
.site .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.site .more:hover{color:#fff; background: #0f3e97;}


/*==标题↓==*/
.titleAx{margin-bottom:40px;color:#000123;font-size:40px;font-weight: bold;}
.titleAx b{font-weight: bold;}  
.titleAx span{margin-top:15px;display: block;color:#6b6b6b;font-size:16px;font-weight: 400;text-transform: Uppercase;}
.titleAx font{color:#0f3e97}
.titleAx hr{display: block;margin:0px;margin-top: 12px;width: 50px;height: 3px;border:none;background: #0f3e97;}
.titleAx.cen{text-align: center; }
.titleAx.cen{}
.titleAx.cen hr{margin:0px auto;margin-top: 10px;}
.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}
.titleAx.white hr{background:#fff}
.titleAx.m30{margin-bottom:30px}
.titleAx.m40{margin-bottom:40px}
/*--*/
.titleBx{color:#000123;font-size:40px;font-weight:bold;margin-bottom:50px; text-align: center;}
.titleBx b{}
.titleBx span{display: block; margin:auto;margin-top:15px;color:#9a9b9c;font-size:15px;font-weight:400;text-transform: Uppercase;}
.titleBx hr{display: block;margin:0 auto;margin-top:15px;width: 40px;height: 2px;border:none;background: #0f3e97;}
.titleBx.lef{text-align: left;}
.titleBx.lef hr{margin:0px;margin-top:15px;}
.titleBx.lef span{margin:0px;margin-top:15px;}
.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}
.ptm120{padding:120px 0}
.ptm150{padding:150px 0}
.ptm200{padding:200px 0}
.pt60{padding-top:60px}
.pt80{padding-top:80px}
.pt100{padding-top:100px}
.pt120{padding-top:120px}
.pt150{padding-top:150px}
.pt200{padding-top:200px}
.pm60{padding-bottom:60px}
.pm80{padding-bottom:80px}
.pm100{padding-bottom:100px}
.pm120{padding-bottom:120px}
.pm150{padding-bottom:150px}
.pm200{padding-bottom:200px}
/*--*/
.mtm60{margin:60px 0}
.mtm80{margin:80px 0}
.mtm100{margin:100px 0}
.mtm120{margin:120px 0}
.mtm150{margin:150px 0}
.mtm200{margin:200px 0}
.mt60{margin-top:60px}
.mt80{margin-top:80px}
.mt100{margin-top:100px}
.mt120{margin-top:120px}
.mt150{margin-top:150px}
.mt200{margin-top:200px}
.mm60{margin-bottom:60px}
.mm80{margin-bottom:80px}
.mm100{margin-bottom:100px}
.mm120{margin-bottom:120px}
.mm150{margin-bottom:150px}
.mm200{margin-bottom:200px}


/*句段限制*/
.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;}


/*==更多按钮↓==*/
.more-1{display: table;margin-top:30px;color:#3a3b3c;font-size:16px;padding: 10px 40px;border:1px solid #3a3b3c; border-radius: 5px;transition: all .4s ease-in-out;a}
.more-1:hover{color:#fff;border-color:#0f3e97;background:#0f3e97}
.more-1.cen{margin:auto; margin-top:40px}
/*--*/
.more-2{display: flex;width: max-content;margin-top: 40px;color: #fff;font-size: 18px;padding: 10px 50px;border-radius: 5px;  align-items: center;justify-content: center;flex-direction: row-reverse;background: #0f3e97;transition: all .4s ease-in-out;a}
.more-2:hover{color:#fff; background:#3a3a3a;}
.more-2.cen{margin:auto;margin-top:40px;}
/*--*/
.more-3{display: flex;width: fit-content;margin-top: 30px;padding: 8px 30px;color: #0f3e97;font-size: 16px;border: 1px #0f3e97 solid;align-items: center;}
.more-3:after{content:"\e61d";color: #0f3e97;margin-left: 5px;}
.more-3:hover{color:#fff;background: #0f3e97;}
.more-3:hover:after{color:#fff;transform: translateX(-5px);}


/*==切换效果↓==*/
.cut-item .btn {position:absolute;top:50%;left:-75px;display:flex;width: 50px;height: 50px;text-align:center;color: #ddd;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #ddd solid;border-radius: 50%;/*background:#fff;*/transition: all .4s ease-in-out;align-items: center;justify-content: center;}
.cut-item .btn.sNext {left:auto;right:-75px;}
.cut-item .btn:hover {color:#0f3e97;border-color: #0f3e97;}
.cut-item .btn:hover:before {color:#0f3e97}
.cut-item .sPrev:before {content:"\e662";}
.cut-item .sNext:before {content:"\eb9b";}
.cut-item .btn.cor{color:#aaa;border-color:#aaa;}
.cut-item .btn.cor:hover{color:#0f3e97;border-color:#0f3e97;}
.cut-item .btn.cor:hover::before{color:#0f3e97}


/*==左右按钮控制↓==*/
.trol-btn{margin-top:40px;display: flex;justify-content: center;}
.trol-btn .btn{position: inherit;margin: 0 10px;transform: translateY(0%);}


/*-切换点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:2px #ddd solid;background:none;}
.spot-dot span.swiper-pagination-bullet-active {border-color:#0f3e97;}
/*-切换点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:#eee;}
.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#0f3e97;}


/*===内页框↓==*/
.rack{width:100%;padding:70px 0 80px 0;}


/*==左侧联系↓==*/
.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:#0f3e97}
.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:#0f3e97;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;}


/*==切换按钮↓==*/
.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -50px;align-items: stretch;justify-content: center;}
.tone-item li{display:inline-block;cursor: pointer;margin-left: 50px;}
.tone-item a{position: relative;z-index: 1;display: block;height:100%;color: #333;font-size: 16px;padding: 12px 40px;border-radius: 8px;overflow:hidden;background: #f5f6f7;}
.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #0f3e97;transition:transform .5s;transform:scale(0,1);transform-origin:right;}
.tone-item .more a{color:#3a3b3c; background: #dddddd;}
.tone-item .active a,.tone-item li:hover a{color:#fff; }
.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}


/*==标题+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:#0f3e97;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 25px;box-shadow: 0 5px 10px #eee; overflow:hidden;border-radius:30px; box-shadow: 0 0 10px #eee;}
.title-tip .tone_1 a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height: 100%;background: #0f3e97;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:#0f3e97;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: -20px;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:#6a6a6a;font-size:18px;text-align: center;padding-bottom: 10px;}
.title-tip .tone_2 a:after{content:"";position: absolute;left:0;bottom:0;width:100%;height: 2px;background:#0f3e97;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.title-tip .tone_2 li.active a{color:#0f3e97; }
.title-tip .tone_2 li.active a:after{transform: scale(1);transform-origin:left;}


/*===产品列表↓==*/
.product-list.edge{margin:0 0 -30px -30px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{position:relative; display: inline-block;width:calc(25% - 30px);margin:0 0 30px 30px;}
.product-list li{position: relative;padding-bottom:30px;border-bottom:2px #ddd solid; }
.product-list li::after{content: "";display: block;position:relative;left:0;right:0;bottom: -32px;z-index:1;width:100%;height:2px;background:#0f3e97;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.product-list a{display: block;}
.product-list .pic{padding-top:100%;border:1px #ddd solid;}
.product-list .pic img{}
.product-list .box{height:120px;}
.product-list h4{display:flex;margin-top:25px;color:#000123;font-size: 20px;justify-content: space-between;align-items: center;}
.product-list h4::after{content: "\e62a";color: #aaa;font-size: 20px;}
.product-list span{display: block;margin-top:8px;font-size:15px;color:#666;}
.product-list p{margin-top:10px;color: #000123;font-size: 15px;line-height:28px;}
.product-list .more{display: flex;width: fit-content;margin-top:40px;color:#777777;font-size:14px;align-items: center;}
.product-list .more:after{content:"\e65b";color: #777;margin-left: 2px;font-size: 18px;}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover::after{transform: scale(1);transform-origin:left;}
.product-list li:hover .pic{border-color:#0f3e97}
.product-list li:hover h4{color:#0f3e97}
.product-list li:hover h4:after{color:#0f3e97;transform: translateX(-5px);}
.product-list li:hover .more{color:#0f3e97;transform: translateX(5px);}
.product-list li:hover .more:after{color:#0f3e97}
.product-list.edge.lx3 li{width:calc(33.3% - 30px);}

/*==首页优势四5↓==*/
.advantHome{background:url(../images/advant-bg.jpg) no-repeat center; background-size:cover;}
.advant-row{display: flex;position:relative;z-index:1;flex-wrap: wrap;}
.advant-row li{width: 33.3%;display: flex;padding:50px 30px 50px 30px;border-right: 1px #eee solid;border-bottom: 1px #eee solid;text-align: center; justify-content: center;align-items: center;flex-direction: column;}
.advant-row em{flex-shrink:0;display: flex;width: 80px;height: 80px;border-radius: 50%;align-items: center;justify-content: center;background: #0f3e97;}
.advant-row h4{display: block;color:#080404;font-size: 24px;margin-top: 15px;}
.advant-row span{margin-top: 10px;color: #666666;font-size: 16px;line-height:28px;}
.advant-row li:nth-child(3n){border-right:none}
.advant-row li:hover em{ background:#f60}


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


/*==解决方案切换↓==*/
.srll-field{}
.srll-field .list{display: flex;}
.srll-field .list li{display:inline-block;width:21.7%;transition: all .4s ease-in-out;}
.srll-field .list a{position: relative; height:560px;display:block;position: relative;margin-left: 1px;}
.srll-field .list a:after{opacity:0.6;content: "";position: absolute;left:0;top:0;right:0;bottom:0;z-index:1;background: #000;}
.srll-field .list .pic{height:100%;}
.srll-field .list .pic img{width: 100%;height: 100%;object-fit: cover;}
.srll-field .list .box{position: absolute;left:0;right:0;bottom:0;z-index:2;display: flex;padding: 40px 40px 80px 40px;transition: all .4s ease-in-out;flex-direction: column;align-items: center;}
.srll-field .list .box:after{content:"\e612";display: flex;margin: auto;margin-top: 20px;width:30px;height:30px;color:#fff;font-size: 22px;border-radius: 50%;justify-content: center;align-items: center;}
.srll-field .list em{display:block;margin-bottom: 20px;}
.srll-field .list h4{color:#fff;font-size:22px;}
.srll-field .list span{color:#fff;font-size: 14px;}
.srll-field .list p{opacity: 0;-webkit-line-clamp: 3;color:#fff;font-size:16px;margin-top: 10px;}
.srll-field .list li.cur{width:35%;}
.srll-field .list li.cur a:after{opacity:0.6; background:#0f3e97}
.srll-field .list li.cur .box{transform: translateY(-10px);}
.srll-field .list li.cur .box:after{color: #fff;background: #0f3e97;}
.srll-field .list li.cur p{opacity: 1;}
.srll-field .spot{display: none;}


/*==首页关于↓==*/
.aboutHome{background:url(../images/about-bg.png) no-repeat center; background-size:cover;}
.aboutHome .wx{padding:0 100px;color:#000123;font-size:16px;line-height:28px; text-align: center;}
.aboutHome .more{display: table;margin:auto;margin-top:20px;color:#0f3e97;font-size:16px;}
.aboutHome .more:hover{color:#f60}
.aboutHome .list{margin-top:60px !important;}
.aboutHome .list .pic{padding-top:70%;border-radius:5px;}
/*==数字滚动↓==*/
.number-intro{display: flex;margin-top:80px;margin-left:-50px}
.number-intro li{flex: 1;margin:0 0 0 50px;line-height: 1;}
.number-intro span{color:#0f3e97;font-size: 68px;}
.number-intro font{margin-left:5px;color:#0f3e97;font-size: 16px;}
.number-intro h4{margin-top:20px;padding-top:20px;color:#000000;font-size: 16px;border-top:1px #ddd solid;}


/*==合作伙伴↓==*/
.partner-item{background:url(../images/partner-bg.jpg) no-repeat center; background-size:cover}


/*==合作伙伴列表↓==*/
/*--*/
.partner-list.edge{display: flex;margin:0 0 -20px -20px;flex-wrap: wrap;}
.partner-list.edge li{width:calc(16.6% - 20px);margin:0 0 20px 20px}
.partner-list li{cursor: pointer;background:#fff}
.partner-list a{position: relative;display:block;width: 100%;height:100%;overflow: hidden;  }
.partner-list a:after{opacity:0; content:""; position:absolute;left:0;top:0;right:0;bottom:0;transform: translateY(-10px);background:#0f3e97;}
.partner-list .pic{position:relative;width:100%;padding-top:60%;}
.partner-list .pic img{position: absolute;left:0;top:0; display:block;width:100%;height:100%;}
.partner-list h4{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index: 1;margin: auto;height: fit-content;text-align: center;padding:10px;color:#fff;font-size: 18px;transform: translateY(10px);}
.partner-list li:hover h4{opacity:1;transform: translateY(0px);}
.partner-list li:hover a:after{opacity:0.8;transform: translateY(0px);}


/*==案例列表↓==*/
.case-list{display:flex;flex-wrap: wrap;margin:0 0 -20px -20px}
.case-list li{width: calc(33.3% - 20px);margin:0 0 20px 20px}
.case-list a{display: block;border:2px #eee solid;}
.case-list .pic{padding-top:50%;}
.case-list h4{display: flex;color:#232323;font-size:18px;padding:15px 20px;align-items: center;justify-content: space-between;}
.case-list h4 font{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case-list h4::after{content: "\e84f";font-size: 30px;}
.case-list li:hover a{border-color:#0f3e97 }
.case-list li:hover h4{color:#fff; background: #0f3e97;}
.case-list li:hover h4::after{color:#fff;transform: translateX(5px);}


/*==首页新闻↓==*/
.newsHome{}
.newsHome .tone{display: flex;margin-bottom:50px;justify-content: center;}
.newsHome .tone li{display: inline-block;margin:0 20px}
.newsHome .tone a{display: block;color:#000123;font-size:20px;}
.newsHome .tone li.active a{color:#0f3e97}


/*===首页新闻↓==*/
.news-grid {margin:0 0 0px -15px;}
.news-grid li{float:left;width: calc(33.3% - 15px);margin: 0 0 0px 15px;}
.news-grid a {display:block;position:relative; background:#f6f8fa;}
.news-grid .box{position: relative;z-index: 1;padding:20px; }
.news-grid .pic img {display:block;width:100%;height:100%;object-fit:cover;}
.news-grid h4 {position:relative;color: #000123;font-size:18px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.news-grid p {-webkit-line-clamp:2;margin-top: 8px;color:#878787;font-size:14px;line-height: 24px;}
.news-grid li:hover h4 {color:#0f3e97;transform:translateX(5px)}
.news-grid li:hover .more{color:#0f3e97}
.news-grid .one .pic {/*height: 360px;*/padding-top:70%;}
.news-grid .one .low{margin-top: 30px;display: flex;color:#9a9a9a;font-size:14px;justify-content: space-between;align-items: center;}
.news-grid .two{position:relative}
.news-grid .two:after{content:"";position:absolute;left:0;bottom:0;right:0;margin:0 30px;height:1px;background:#ddd}
.news-grid .two:last-child:after{display:none}
.news-grid .two a{padding: 25px 30px; }
.news-grid .two h4{align-items: center;}
.news-grid .two h4:before{content:"";display: inline-block;width: 8px;height: 8px;margin: 0px 10px 0 0;border-radius: 50%;background: #ddd;}
.news-grid .two p{-webkit-line-clamp: 2;}
.news-grid .two:hover a{}
.news-grid .two:hover h4{color:#0f3e97;transform:translateX(5px)}
.news-grid .two:hover h4:before{background:#0f3e97} 


/*==解决方案↓==*/
.solve-list li {position:relative;margin-bottom:60px;padding: px;clear:both;overflow:hidden;z-index:2;}
.solve-list li a {position:relative;z-index:2;height: 600px;display:flex;clear:both;overflow:hidden;justify-content: space-between;align-items: stretch;}
.solve-list li:last-child {margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.solve-list .pic {/* flex-shrink:0; */width: 70%;height: 100%;}
.solve-list .pic img {width:100%;height:100%;object-fit:cover;}
.solve-list .info {position:relative;z-index:1;/* flex:1; */padding:50px 60px;margin: 80px -15% 80px 20px;width: 40%;/* height: 100%; */box-shadow: 0 0 10px #ddd;background: #fff;}
.solve-list h4 {color:#666;font-size: 32px;margin-bottom: 30px;}
.solve-list span {display:block;color:#999;font-size:14px;}
.solve-list hr {display:block;margin: 15px 0 0 0;width:40px;height:2px;border:none;background:#0f3e97;}
.solve-list p{-webkit-line-clamp: 6;color:#666;font-size:16px;line-height:30px;}
.solve-list .more {position:relative;z-index:2;margin-top:40px;display:table;color:#666;font-size:14px;padding:10px 40px;border:1px #999 solid;/* background:#0f3e97;*/}
.solve-list .more:hover {color:#fff;background:#333;}
.solve-list li:hover a {border-color:#0f3e97}
.solve-list li:hover h4{color:#0f3e97;}
.solve-list li:hover h4 hr{width:50px;}
.solve-list li:hover .more {color:#fff;border-color:#0f3e97;background:#0f3e97}
.solve-list li:nth-child(2n) a {flex-direction:row-reverse;}
.solve-list li:nth-child(2n) .info{margin: 80px 20px 80px -15%;}


/*==详情页框架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:#0f3e97;font-size:30px;text-align: center;border-bottom:1px #0f3e97 solid;background: url(../images/titleBg.jpg) no-repeat center; font-weight: bold}
.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:#0f3e97;}
/*--*/
.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: #0f3e97;}
.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:#0f3e97;}
.ss-lefter .intro .more:hover{color:#fff;background:#ff8525;}
.ss-lefter .intro li:hover .more{color:#fff;border-color:#0f3e97;background:#0f3e97}
/*--*/
.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:#0f3e97;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.ss-lefter .tone li.active{color:#0f3e97; font-weight: bold;}
.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:#0f3e97}
/*--*/
.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;}
.ss-righter .list_1 h4{color:#666;font-size:16px;text-align: center;padding:15px;background: #f5f5f5;}
.ss-righter .list_1 li:hover h4{color:#fff;background: #0f3e97;}
/*--*/
.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:#0f3e97;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:#0f3e97}
.news-list li:hover .more {color:#fff;border-color:#0f3e97;background:#0f3e97}


/*==新闻详情框↓==*/
.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; font-weight: bold;}
.EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#0f3e97;}
.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:#0f3e97}
/*--*/
.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:#0f3e97}
.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:#0f3e97;}
.EssayCont .news .two:hover a:before {background:#0f3e97;}
/*--*/
.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:#0f3e97}
.EssayCont .content .msg .active{font-weight:bold;}
.EssayCont .content .wor{min-height:300px;font-size:16px; line-height: 30px;}
/*--*/
.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: #0f3e97;}
.EssayCont .pagIng .prev{float:left}
.EssayCont .pagIng .next{float:right} 


/*==关于↓==*/
.aboutIn{padding:0px !important}


/*==关于-公司介绍↓==*/
.ab-intro{ background:url(../images/about-bg-02.jpg) no-repeat center; background-size:cover;}
.ab-intro .long{display: flex;}
.ab-intro .set{margin-right:150px;}
.ab-intro .set h3{color:#010101;font-size:36px;font-weight: bold;}
.ab-intro .set span{display: block;margin-top:10px;font-size:80px;font-weight: bold;color: #ddd;letter-spacing: -5px;line-height: 1;}
.ab-intro .info{flex:1}
.ab-intro .info h3{color:#1a1a1a;font-size:26px;margin-bottom: 20px;}
.ab-intro .info h3 font{color:#0f3e97}
.ab-intro .info .wx{color:#333333;font-size:16px;line-height: 30px;}


/*==关于-文化↓==*/
.ab-culture{ }
.ab-culture .titleBx{position: absolute;text-align:left;margin-top: 5%;}
.ab-culture .titleBx span{display: block;}
.ab-culture .titleBx hr{margin:10px 0 0 0}
.ab-culture ul{position: relative; display:flex;flex-wrap: wrap;}
.ab-culture ul li{display: flex;justify-content:center;width:50%;overflow:hidden;    flex-direction: row;}
.ab-culture ul .pic{width:50%;height:100%;flex-shrink: 0;overflow: hidden;}
.ab-culture ul .pic img{object-fit: cover;width: 100%;height: 100%;transition:all .4s ease-in-out;}
.ab-culture ul .box{position: relative;z-index:1;flex:1;width:50%;padding: 40px;background: #f5f6f7;}
.ab-culture ul .box:after{opacity:0;content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;background:#0f3e97;transform: translateY(-10%);}
.ab-culture ul .title{position: relative;color:#000123;font-size:24px;line-height: 1;}
.ab-culture ul .title span{display: block;color: #e5e5e5;font-size:30px;margin-bottom: 10px;text-transform: uppercase;}
.ab-culture ul .title em{position: absolute;right: 0;top: 0;bottom: 0;margin: auto;display: block;font-size: 40px;color: #0f3e97;overflow: hidden;}
.ab-culture ul p{position: absolute;bottom: 0;left: 0;right: 0;margin: 40px;color:#000123;font-size: 17px;line-height: 28px;}
.ab-culture ul li:nth-child(n+3){flex-direction: row-reverse;}
/*.ab-culture ul li:nth-child(n+3) .box{background:#0f3e97}
.ab-culture ul li:nth-child(n+3) .box *{color:#fff}*/
.ab-culture ul li:hover .box *{color:#fff}
.ab-culture ul li:hover .box:after{opacity:1;transform: translateY(0px);}
.ab-culture ul li:hover .title{transform: translateY(-5px);}
.ab-culture ul li:hover .title em{transform: translateY(10px);} 


/*==发展历程↓==*/
.ab-history{position:relative;overflow: hidden; background: url('../images/history-bg.jpg') no-repeat center;background-attachment: fixed;background-size:cover;}
.srll-history::after,.srll-history:before{content:"";position: absolute;left: -97%;top: 0;bottom: 0;margin: auto;width:100%;height:2px;/* margin-right: 20px; */z-index: 2;background:#dedede;}
.srll-history::after{left:auto;right: -97%;}
.srll-history{position:relative;z-index: 1;margin:150px 0 100px 0;}
.srll-history .list li{display: flex;position: relative;width:33.3%;height: 300px;padding: 0 8%;line-height: 1;flex-direction: column;justify-content: center;align-items: center;}
.srll-history .list li:before,.srll-history .list li:after{opacity:0;content:"";position: absolute;left: -50%;top: 0;bottom: 0;margin: auto;width: 50%;height:2px;/* margin-right: 20px; */z-index: 2;background:#dedede;}
.srll-history .list li:after{left:auto;right:-50%;}
.srll-history .list h4{font-size:30px;color:#808080;transition:all .4s;}
.srll-history .list h4:first-letter,.srll-history .list h4:first-word{color:red}
.srll-history .list .box{opacity:0;display: none;margin-top: 20px;text-align: center;}
.srll-history .list h5{font-size:24px;color:#044065;}
.srll-history .list .wx{    -webkit-line-clamp: 2;margin-top:10px;color:#191919;font-size:16px;line-height: 32px;transition:all .5s;}
.srll-history .list li.swiper-slide-active{padding: 0 20px;}
.srll-history .list li.swiper-slide-active:before,.srll-history .list li.swiper-slide-active:after{opacity:1}
.srll-history .list li.swiper-slide-active h4{color:#0f3e97;font-size:150px;font-weight: bold;}
.srll-history .list li.swiper-slide-active .box{opacity:1;display:block}
.srll-history .list .swiper-slide-prev{align-items: flex-start;}
.srll-history .list .swiper-slide-next{display:flex;align-items: flex-end;}
.srll-history .btn {position:absolute;top:50%;left: 4%;z-index: 3;display: flex;width: 40px;height: 40px;text-align:center;color: #9a9a9a;font-size: 18px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #9a9a9a solid;border-radius: 50%;align-items: center;justify-content: center;}
.srll-history .btn:before{content:"\e662";}
.srll-history .btn.sNext {left:auto;right: 4%;}
.srll-history .sPrev:before{content:"\e662";}
.srll-history .sNext:before{transform: rotateY(-180deg);}
.srll-history .btn:hover {color:#fff;border-color:#0f3e97;background:#0f3e97}
.srll-history .btn:hover:before {color:#fff}


/*==荣誉资质切换↓==*/
.ab-honor{}
.ab-honor .frame{display: none;}
.ab-honor .frame.on{display: block;}
/*--*/
.srll-honor{position: relative;background: rgba(255,255,255,0.8);}
.srll-honor .list li{}
.srll-honor .list a{display: block;padding: 15px;background: #f0f2f7;}
.srll-honor .list li .pic{height: 190px;/* padding: 20px !important; */margin: 0 30px;}
.srll-honor .list li h4{color:#0b3861;font-size:16px;margin-top:20px;padding-top:20px;border-top:1px #ddd solid; text-align: center;}
.srll-honor .list li:hover h4{color:#0f3e97}
.srll-honor .control{position:relative; display: flex;margin-top:40px;padding-bottom:20px;border-bottom:2px #eee solid;justify-content: space-between;align-items: center;}
.srll-honor .control:before{content:"";position:absolute;left:0;bottom:-2px; width:100px;height:2px;background:#0f3e97}
.srll-honor .strike{display: flex;align-items: center;}
.srll-honor .strike  .btn {position: relative;z-index: 2; display:block;margin-left: 20px;padding: 5px 15px;text-align:center;color:#0b3861;font-size: 16px;border:1px #ddd solid;font-weight:bold;cursor:pointer;transition: all .4s ease-in-out;}
.srll-honor .strike  .btn.sNext {}
.srll-honor .strike  .btn:before {content:"\eb9a";}
.srll-honor .strike  .btn:hover{background: #0f3e97;}
.srll-honor .strike  .btn:hover:before {color:#fff;border-color:#0f3e97}
.srll-honor .strike  .sNext{transform:rotate(180deg);}
.srll-honor .control .number{display: table;width: auto;color: #818181;font-size:16px;}
.srll-honor .control .number .swiper-pagination-current{color: #0f3e97;font-size: 24px;}


/*==公司环境切换↓==*/
.srll-ambient{}
.srll-ambient .list h4{opacity: 0; position: absolute;left:0;right:0;bottom:0;padding:20px;color:#fff;font-size:16px;background: rgba(0,0,0,0.2);}
.srll-ambient .list li:hover h4{opacity: 1;}


/*==关于-公司规模↓==*/
.ab-scale{background:-webkit-linear-gradient(left, #f4f9ff, #c5d5e8); }
.ab-scale .long{display: flex;justify-content: space-between;    align-items: flex-start;}
.ab-scale .info{flex-shrink: 0;width:30%;padding:40px;margin-right: 40px;border-radius:10px;background: #fff;}
.ab-scale .set{}
/*--*/
.srll-scale .title{color:#000;font-size: 28px;margin-bottom:20px}
.srll-scale p{color:#4b4e51;font-size: 16px;margin-bottom:20px;line-height: 28px;}
.srll-scale .pic{margin-top:30px;}


/*==产品详情↓==*/
.ProductShow { }
.DetailCont .top {/* background:#fff; */}
/*--*/
.DetailCont .pst-left {float:left;width: 55%;}
.DetailCont .pst-right {float:right;width: 45%;height:600px;padding: 70px 50px;background: #fff;}
/*--*/
.pst-right .title {position: relative;color: #0f3e97;font-size: 32px;font-weight:bold;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.pst-right .title::after{display:none; content:"";position:absolute;left:0;bottom: -1px;width: 100px;height:2px;background: #0f3e97;}
.pst-right .wx {color:#333;font-size:17px;line-height:32px;overflow:hidden;}
.pst-right .wx img{padding-top: 20px;}
.pst-right .wx p{position: relative;display: block;margin-bottom: 10px;}
.pst-right .wx p:before{content: "";position: absolute;left: 3px;top: 10px;width: 8px;height: 8px;margin-right:10px;border-radius:50%; }
.pst-right .online {margin-top:40px;overflow:hidden;}
.pst-right .online a {float:left;margin:0 20px 10px 0;color:#fff;font-size: 15px;padding:10px 50px;line-height: 30px;border:1px #0f3e97 solid; border-radius:5px;background: #0f3e97;}
.pst-right .online a i{margin-right:10px}
.pst-right .online a.tel{/* color:#0f3e97; */font-size: 22px;/* background:none; */}
.pst-right .online a.cor {color:#fff;border-color:#000123;background:#000123;}
.pst-right .online a:hover {color:#fff;border-color:#3a3a3a; background:#3a3a3a;}
.pst-right .trait li:nth-child(3):before {content:"\e703";}
/*--*/
.psc-content {margin-top:50px;margin-bottom:60px;}
.psc-content .wx {}
.psc-content .wor {color:#666;line-height:30px;font-size:16px;}
.psc-content .long {position:relative;display:flex;}
.psc-content .psd-left {flex:1;min-width:50%}
.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}
.psc-content .titleTop{color:#fff;font-size: 22px;background: #0f3e97;}
.psc-content .titleTop font{display: table;padding: 15px 50px;border-bottom:2px #0f3e97 solid;}
.psc-content .long{padding:40px 50px;background: #fff;}
.psc-content .frame {display: flex;margin-bottom:30px;padding-bottom:30px;border-bottom:1px #eee solid;flex-direction: column;text-align: center;}
.psc-content .frame:last-child{margin-bottom:0px !important;padding-bottom:0px !important;border-bottom:0px !important}
.psc-content .theme {flex-shrink: 0;position:relative;margin-right:60px;color: #0f3e97;font-weight: bold;font-size: 28px;margin-bottom:30px;padding-left:20px}
.psc-content .theme:before {content:"";position:absolute;left:0;top: 0;bottom: 0;margin: auto;width:3px;height: 70%;}
.psc-content .info{flex: 1;}
.psc-content .wx{ color:#484848;font-size: 16px;line-height: 30px;} 
/*--*/
.srll-recom {position:relative;}
.srll-recom .swiper-container {padding:6px;}
.srll-recom .list a{display:block;background: #fff;}
.srll-recom .list .pic{padding-top: 65%;}
.srll-recom .list h4{padding: 15px 20px;color:#3a3a3a;font-size: 16px;text-align: center;}
.srll-recom .list li:hover h4{color:#0f3e97}
/*--*/
.psd-right {}
.is-affixed .info {margin-top:50px}


/*==案例详情↓==*/
.CaseDetail{}
.CaseDetail .title{ color:#000;font-size:30px;/*text-align:*/center; margin-bottom:40px;}
.CaseDetail .tit{color:#353535;font-size:25px;margin-bottom:20px}
.CaseDetail .details{margin-top:60px}
.CaseDetail .details .wx{padding:30px;color:#666;font-size:14px;line-height:26px; background: #f4f4f4;}
.CaseDetail .relevant{margin-top:80px;}
.CaseDetail .relevant .list .pic{}
.CaseDetail .top{padding: 60px 30px 40px 30px;background: #f5f5f5;}
.CaseDetail .top .left{width:55%;}
.CaseDetail .top .right{width:40%}
.CaseDetail .top .right .title{color:#191919;font-size:30px;padding-bottom:20px;margin-bottom:30px;border-bottom:1px #ddd solid;}
.CaseDetail .top .right .wx{padding:20px;color:#666666;font-size:14px;min-height:100px;margin-bottom:80px;line-height: 24px;-webkit-line-clamp: 7;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden; background: #f2f2f2;}
.CaseDetail .top .right .tel{display: block;color:#191919;font-size:22px;margin-bottom:50px;padding: 20px 0 20px 0px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}
.CaseDetail .top .right .tel i{float:left;color:#666;font-size: 25px;margin-right: 15px;}
.CaseDetail .top .right .btn{float:left;padding:8px 40px;color:#fff;font-size:18px;margin-right:20px;border-radius:40px; background-color: #0f3e97;}
.CaseDetail .top .right .btn i{float:left;margin: 3px 10px 0 0px;color:#fff;font-size:20px;}
.CaseDetail .top .right .online{/* padding-left:70px; */}
.CaseDetail .top .right .download{color:#4c4c4c;background: #fff;}
.CaseDetail .top .right .btn:hover{color:#fff;background-color: #333;}


/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.contactIn{}
.contactIn .mode{}
.contactIn .mode ul{display: flex;margin-bottom:50px;padding: 15px 0;border-top:2px #d6dde9 solid;border-bottom:2px #d6dde9 solid;justify-content: space-between;}
.contactIn .mode ul li{display: flex;align-items: center;}
.contactIn .mode ul em{flex-shrink: 0; display: flex;margin-right: 20px;width: 45px;height: 45px;color:#fff;font-size: 22px;border-radius:50%;justify-content: center;align-items: center;background: #0f3e97;}
.contactIn .mode ul span{display: block;color:#000;font-size:18px;}
.contactIn #dituContent {height:500px;}
.contactIn #dituContent img{max-width: initial;}
/*--*/
.cta-plot{background:-webkit-linear-gradient(left, #f4f9ff, #c5d5e8); }
.cta-plot .long{display: flex;}
.cta-plot .long .info{width:45%;margin-right:60px;}
.cta-plot .long .set{width:55%;}
.cta-plot ul{}
.cta-plot ul li{padding:20px 0;border-top: 1px #999 solid;}
.cta-plot ul h4{color:#010101;font-size:18px; }
.cta-plot ul p{margin-top:10px;color:#4b4e51;font-size:14px;line-height: 28px;}


/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 10px);margin-bottom:20px;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w33{width:calc(33.3% - 14px);}
.feedback-item form .shell.w50{width:calc(50% - 20px);}
.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 button{position: relative;flex: 1;display: table;margin-left: 20px;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 20px 20px;border:none;cursor: pointer;border-radius: 5px;background: #0f3e97;}
.feedback-item form button.cor{color:#333;background:#dadde3}
.feedback-item form button:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form button:hover{color:#fff;background:#0f3e97}
.feedback-item form button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item form .code input{ flex: 1;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item form .yzm input{width: 150px;padding: 18px 20px;border: none;}
.feedback-item form .explain{flex-shrink:0;width: 100%;margin-top: 0px;color:#333333;font-size:16px;}
.feedback-item form .explain i{color:red}
.feedback-item form .explain font{color:#0f3e97;font-weight:bold;}
.feedback-item form .but{display: flex;width: 100%;margin: 40px 0 0 -20px;align-items: center;}


/*==招聘列表↓==*/
.JobCon{border-top:1px #ddd solid}
.join-item .batten{padding: 0 40px 30px 40px;}
.join-item .batten *{color: #333;font-weight: bold;}
.join-item .row{margin-left: -10px;display: flex;flex-flow: row wrap;align-content: flex-start;width: 100%;}
.join-item .row *{min-width: 11%;flex-shrink: 0;margin-left: 10px;font-size: 16px;color: #333;}
.join-item .row h4{flex: 1;}
.join-item .row a{}
.join-list{margin-bottom:-20px} 
.join-list li{width:100%; clear: both;margin-bottom:20px;padding:0 40px 0px 40px;border:1px #ddd solid}
.join-list li .top{position: relative;width:100%;padding:20px 0px;cursor: pointer;}
.join-list .top:before{content:"\eb98";position:absolute;top:0;bottom:0;right: -20px;margin:auto;height: fit-content;font-size: 18px;color:#666;transform: rotateX(0deg)}
.join-list .top h4{color:#333333;font-size:18px; font-weight:bold;}
.join-list .top span{color:#555;/* font-size:14px; */}
.join-list .link{/* width: auto; */color:#fff;font-size:14px;padding:8px 20px;text-align: center;background: #0f3e97;}
.join-list .down{display: none;border-top:1px #ddd solid;padding: 40px 0 50px 0;overflow: hidden;}
.join-list .option{margin-bottom:20px;display: none;}
.join-list .option span {display: inline-block;  color:#555;font-size:14px;margin:0 20px 10px 0;}
.join-list .wx{width:100%;color:#676767;font-size: 16px;line-height: 35px;}
.join-list .wx .tit{color:#333333;font-size: 16px;margin-bottom:20px;font-weight:bold;line-height: 1;}
.join-list .wx:last-child{}
.join-list .contact{display: flex;margin-top: 30px;padding-top: 30px;border-top:1px #ddd solid;justify-content: space-between;align-items: center;}
.join-list .contact p{color:#666;font-size:14px;margin-bottom:20px;}
.join-list .contact a{display: inline-block;color:#fff;font-size:16px;margin-right:20px;padding:10px 30px;border:1px #0f3e97 solid;border-radius: 5px;background: #0f3e97;}
.join-list .contact a:nth-child(2n+1){border-color:#333;;color:#333;background:none;}
.join-list .contact a:hover{color:#fff;border-color:#333; background:#333}
.join-list .contact .tel{position: relative;float: right;font-size: 15px;color: #7a7a7a;padding-left: 50px;}
.join-list .contact .tel:before{content: "\e611";font-family: "iconfont";position: absolute;left:0;top: 0;bottom: 0;margin: auto;height: fit-content;font-weight: 400;color: #aaa;font-size: 35px;}
.join-list .contact .tel font{display: block;color:#0f3e97;font-size:26px}
.join-list .open{border-top:1px #0f3e97 solid;  background: #f9f9f9;}
.join-list .open .top{}
.join-list .open .top:before{color:#0f3e97;transform: rotateX(180deg);}
.join-list .top .link:hover{ color:#fff;background:#3a3a3a;}


/*==合作伙伴2==*/
.partner-list-2{display: flex;margin:0 0 -30px -20px;flex-flow: row wrap;align-content: flex-start;}
.partner-list-2 li{display: inline-block;width: calc(14% - 20px);margin:0 0 30px 20px}
.partner-list-2 a{display: block;}
.partner-list-2 .pic{position:relative;padding-top:100%;border:1px #ddd solid;transition:all .7s ease-in-out;overflow:hidden;}
.partner-list-2 .pic img{position:absolute; left:0;right:0;top:0;bottom:0; display:block;width:100%;height:100%;}
.partner-list-2 .title{-webkit-line-clamp: 1;margin-top:20px;font-size: 18px;color:#3a3b3c;text-align:center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.partner-list-2 .txt{-webkit-line-clamp: 2;margin-top: 10px;font-size:16px;color: #6a6b6c;text-align: center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.partner-list-2 li:hover .pic{border-color:#0f3e97}
.partner-list-2 li:hover .pic img{transform:scale(1.08);}
.partner-list-2 li:hover h4{color:#0f3e97;}


/*==服务支持↓==*/
.serviceIn{padding:0 !important}


/*==服务支持-下载↓==*/
.ser-download{background:url(../images/bgk04.jpg) no-repeat center; background-size:cover}


/*==下载列表2↓==*/
.download-list-2 {}
.download-list-2 .top{background:#0f3e97}
.download-list-2 li {display:flex;color: #5b555a;font-size:15px;margin-bottom:2px;background: #fff;}
.download-list-2 li:nth-child(2n){ background:#f8f8f8}
.download-list-2 .state {padding: 12px 40px;display: flex;border-right: 1px #eee solid;}
.download-list-2 .state:last-child {border-right:none}
.download-list-2 .title {flex:1;color:#333;}
.download-list-2 .block {width:200px;flex-shrink:0;color:#666;text-align: center;justify-content: center;}
.download-list-2 .file:before {content:"\e694";float:left;margin:3px 5px 0 0;font-size:20px;color:#0f3e97}
.download-list-2 .file:hover {color:#0f3e97}
.download-list-2 .file:hover:before {color:#0f3e97}
.download-list-2 .top * {color: #fff;font-size: 20px;}


/*==常见问题列表↓==*/
.problem-list {margin:0px 0 -30px -30px;display:flex;flex-flow:row wrap;align-content:flex-start;}
.problem-list li {width:calc( 50% - 30px);margin:0 0 30px 30px;padding:30px;border:1px #fff solid;background: #f5f7fa;}
.problem-list li a {display:block;}
.problem-list li h4 {-webkit-line-clamp:1;position:relative;color:#333;font-size:18px;padding-bottom:2px;}
.problem-list li p {-webkit-line-clamp: 2;position:relative;color:#666;font-size:15px;margin-top:15px;min-height: 25px;}
.problem-list li h4,.problem-list li p {position:relative;padding-left:35px;}
.problem-list li em {position:absolute;left:0;top:0;display: flex;margin-right:10px;width:25px;height: 25px;color: #fff;font-size: 16px;text-align:center;border-radius: 5px;align-items: center;justify-content: center;background: #0f3e97;}
.problem-list li p em {background: #044065;}
.problem-list li:hover {border-color:#0f3e97; transform:translateY(-5px);}
.problem-list li:hover h4 {color:#0f3e97}
.problem-list li.w100 {width:100%;}


/*==服务支持-留言↓==*/
.ser-message{background: #eff1f5;}


/*==留言模块↓==*/
.feedback-item form{display: flex;flex-wrap: wrap;}
.feedback-item form .shell{display: flex;width: calc(50% - 10px);margin-bottom:20px;border: 1px #ddd solid;padding: 12px 20px;align-items: center;background: #fff;}
.feedback-item form .shell.w33{width:calc(33.3% - 14px);}
.feedback-item form .shell.w50{width:calc(50% - 20px);}
.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 button{position: relative;flex: 1;display: table;margin-left: 20px;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 20px 20px;border:none;cursor: pointer;border-radius: 5px;background: #0f3e97;}
.feedback-item form button.cor{color:#333;background:#dadde3}
.feedback-item form button:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.feedback-item form button:hover{color:#fff;background:#0f3e97}
.feedback-item form button:hover:after{opacity:0.2}
.feedback-item form .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid;background: #fff;align-items: center;}
.feedback-item form .code input{ flex: 1;}
.feedback-item form .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.feedback-item form .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.feedback-item form .yzm input{width: 150px;padding: 18px 20px;border: none;}
.feedback-item form .explain{flex-shrink:0;width: 100%;margin-top: 0px;color:#333333;font-size:16px;}
.feedback-item form .explain i{color:red}
.feedback-item form .explain font{color:#0f3e97;font-weight:bold;}
.feedback-item form .but{display: flex;width: 100%;margin: 40px 0 0 -20px;align-items: center;}


/*==通用列表↓==*/
.list-item.edge{display: flex;margin:0 0 -30px -20px;flex-flow: row wrap;align-content: flex-start;}
.list-item.edge li{display: inline-block;width: calc(25% - 20px);margin:0 0 30px 20px}
.list-item li{}
.list-item a{display: block;}
.list-item .pic{position:relative;padding-top:100%;border:1px #ddd solid;transition:all .7s ease-in-out;overflow:hidden;}
.list-item .pic img{position:absolute; left:0;right:0;top:0;bottom:0; display:block;width:100%;height:100%;}
.list-item .title{-webkit-line-clamp: 1;margin-top:20px;font-size: 18px;color:#3a3b3c;text-align:center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.list-item .txt{-webkit-line-clamp: 2;margin-top: 10px;font-size:16px;color: #6a6b6c;text-align: center;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.list-item li:hover .pic{border-color:#0f3e97}
.list-item li:hover .pic img{transform:scale(1.08);}
.list-item li:hover h4{color:#0f3e97;}
/*--*/
.list-item.lx3.edge li{width: calc(33.3% - 20px);}
.list-item.lx5.edge li{width: calc(20% - 20px);}


/*==底部===*/
.footer {position:relative;z-index:5; background:#101d36;}
.footer .up {padding:70px 0 0px 0;}
.footer .tit {position:relative;color:#fff;font-size:16px;margin-bottom:15px;}
.footer .tit:before {display: none; 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:45%;display:flex;justify-content: space-between;}
.footer .nav li {padding-right:20px;float:left;}
.footer .nav li a {display:block;color:#aaa;font-size:14px;padding:5px 0;}
.footer .nav li a:hover {color:#fff}
.footer .nav .box.col{ column-count: 2;}
.footer .nav .box.col.c3{ column-count:3;}
.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:28px;margin-bottom:15px;}
.footer .right .wx{display:block;color: #aaa;font-size: 14px;line-height: 30px;}
.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:14px;}
.footer .down a:hover {color:#eee;}
.footer .link {display: flex;margin-top: 20px;flex-wrap: wrap;}
.footer .link h3 {flex-shrink: 0; color:#fff;font-size: 14px;}
.footer .link .box{flex: 1;}
.footer .link a {position:relative;color:#ccc;font-size:14px;display:inline-block;padding: 0 20px;margin-bottom:5px;}
.footer .link a:after{content:"";position:absolute;right:0;top:0;bottom:0;width:2px;height: 13px;margin: auto;background:#aaa}
.footer .link a:last-child::after{display: none;}


/*==下载↓==*/
.downloadIn{}
.downloadIn .long{display: flex;    align-items: flex-start;}


/*==下载-左侧↓==*/
.left-load{width: 350px;flex-shrink: 0;padding: 20px;background:#f8f8f8;}
.left-load .title {display: none; position:relative;color:#fff;font-size:28px;padding: 50px 20px;text-align:center;background: #0f3e97;}
.left-load .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;}
.left-load .title.b1{background: #161823;}
.left-load .title.b1 font{background: #161823;}
.left-load .title font{position: relative;z-index: 2;padding:10px;background: #0f3e97;}
.left-load .title span {display:block;color:#fff;font-size: 14px;font-weight:400;margin-top: 10px;}
.left-load .title em { position:absolute;top:20px;right:20px;float:right;font-size:16px;}
.left-load .title em i {margin-left:5px}
.left-load .title em:hover {color:#0f3e97}
.left-load .tit{color:#fff;font-size:26px;padding:15px 20px; text-align: center;  background:#161823;}
.left-load .search{border-bottom:1px #ddd solid;margin-bottom:20px;padding-bottom:20px;}
.left-load .search form{display: flex;padding: 10px 20px;background: #eee;align-items: center;}
.left-load .search form input{flex: 1;line-height: 35px;font-size: 18px;border:none;background:none;}
.left-load .search form button{flex-shrink: 0;color:#666;font-size: 20px;border: none;cursor: pointer;}
.left-load .search form button:hover{color:#0f3e97}
.left-load .fare{}
.left-load .fare li{margin-bottom: 12px;}
.left-load .fare > li > a{display: flex;padding: 12px 20px;color: #3a3a3a;font-size:16px;font-weight:bold;border-radius: 5px;background: #fff;align-items: center;justify-content: space-between;cursor: pointer;}
.left-load .fare > li > a::after{content:"\eb9b";font-size: 14px;}
.left-load .fare > li.on > a,.left-load .fare > li:hover > a{color:#fff;background: #0f3e97;}
.left-load .fare > li.on > a::after,.left-load .fare > li:hover > a::after{color:#fff;transform: rotate(90deg);}
.left-load .drop{margin: 20px 20px;}
.left-load .drop li{margin-bottom: 13px;}
.left-load .drop > li > a{display: flex;color: #6a6a6a;font-size: 16px;border-radius: 5px;align-items: center;justify-content: space-between;cursor: pointer;}
.left-load .drop > li > a::after{content:"\eb9b";font-size: 14px;}
.left-load .drop > li:hover > a{color:#0f3e97; }
.left-load .drop > li:hover > a::after{color:#0f3e97;transform: rotate(0deg);}
/*--*/
.right-load{flex: 1;margin-left:30px;padding:30px;background:#f8f8f8;}
.right-load .titleTop{color:#3a3a3a;font-size:30px;font-weight:bold;margin-bottom:15px;padding-bottom:30px;border-bottom:1px #ddd solid;}


/*==下载列表↓==*/
.download-list{}
.download-list span{width: 25%;display: inline-block;padding: 10px 20px;color:#5a5a5a;font-size: 16px;/* text-align: center; */}
.download-list span:last-child{border:none}
.download-list li{display: flex;position:relative;border-bottom: 1px #ddd solid;align-items: center;}
.download-list li:last-child{border-bottom:none}
.download-list .top{}
.download-list .top span{font-size: 22px;color: #3a3a3a;font-weight: bold;}
.download-list .top::before{display: none;}
.download-list .tip{width:40%;}
.download-list .btn{display: flex;width: fit-content;padding: 5px 30px;font-size: 16px;color: #3a3a3a;border-radius:30px;border:1px #eee solid;background: #fff;align-items: center;justify-content: center;}
.download-list .btn::before{content: "\e62f";font-size: 18px;margin-right: 5px;}
.download-list .btn:hover,.download-list li:hover .btn{color:#fff;border-color:#0f3e97;background:#0f3e97}
.download-list .btn:hover:before,.download-list li:hover .btn:before{color:#fff}
.download-list li .default{position: absolute;left: 0;top: 0;right:0;bottom:0;z-index: 2;display: block;cursor: pointer;}
.download-list li:nth-child(n+2):hover::before{opacity: 1;width:100%;}
.download-list li:nth-child(n+2):hover{border-color:#0f3e97;background: #fff;}
.download-list li:hover .title{color:#0f3e97;transform:translateX(3px)}


/*==留言弹出↓==*/
.offer-bg{ display:none; position: fixed;left:0;top:0;z-index:9999; width:100%;height:100%; background:rgba(0,0,0,0.5)  }
.offer-popup{ display: none; position: fixed;top:16%;left:0;right:0;bottom:0;margin:auto; z-index:99999; width:450px;}
/**/
.offer-popup .report {padding:40px;width:100%;border-radius:5px;border:1px #ccc solid;box-shadow:0 0 10px #333;text-align:left;background: #fff;}
.offer-popup .report .title{color:#191919;font-size:25px;padding-bottom:15px;margin-bottom:30px;border-bottom:2px #191919 solid;text-align:center;}
.offer-popup .report h5 {color:#353535;font-size:15px;margin-bottom:10px;}
.offer-popup .report i {font-style:normal;color:#ff2f2f}
.offer-popup .report .shelf{margin-bottom:20px;}
.offer-popup .report .fill{width:100%;line-height:30px;color:#666;padding:6px 10px;border:1px #ddd solid;}
.offer-popup .report textarea {height:70px;}
.offer-popup .report .tips {color:#ff2f2f;font-size:14px;}
.offer-popup .report .submit {margin-top:30px;color:#fff;font-size:16px;width:100%;border-radius:5px;padding:15px 10px;border:none;cursor: pointer;background:#5a5a5a;}
.offer-popup .report .submit:hover {background:#000;}
.offer-popup .close{position: absolute;right:20px;top:20px;display: flex;width: 30px;height: 30px;text-align: center;color:#fff;font-size:12px;border-radius: 50%;background: #e1e1e1;justify-content: center;align-items: center;cursor: pointer;}
.offer-popup .close::before{content:"\e731";}
.offer-popup .close:hover{transform:rotate(90deg); background: #191919;}
.offer-popup .success{display:none;position:fixed;top:0;left:0;right: 0;bottom: 0;width: 350px;height: 249px;margin: auto;text-align:center;padding: 50px;border-radius: 10px;box-shadow: 3px 3px 10px #666;overflow: hidden;background: #fff;}
.offer-popup .success h4{color: #1a91b8;font-size:30px;}
.offer-popup .success h4:before{content:"\e638";color: #1a91b8;margin-right: 10px;}
.offer-popup .success span{color: #7f7f7f;font-size: 16px;display: block;margin-top: 10px;}
.offer-popup .success .btn{position: absolute;left: 0;right: 0;bottom: 0;display: block;color:#fff;font-size:16px;padding: 12px 10px;transition: all .4s ease-in-out;background: #1a91b8;}
.offer-popup .success .btn:hover{background: #0f3e97;}