
/*~~~~框架布局~~~*/
/*html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}*/
/*==版心定义↓==*/
.container{width:1600px;}
a:hover{color:#183884}
body{background: url(../image/bg04.jpg);}
.w1800{width:1800px;}
.pgx{background: #edf0f4;} 
.imgOC{width:100%;height: 100%;object-fit: cover;}
/*==字符串↓==*/
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('../font/font_1963410_z7omcwy9k9.woff2') format('woff2'),
       url('../font/font_1963410_z7omcwy9k9.woff') format('woff'),
       url('../font/font_1963410_z7omcwy9k9.ttf') format('truetype');
}
/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99; padding:10px 0;height:80px;box-shadow: 0 0 10px #ddd;  }
.fixed-top.header:before{opacity:1; height:100%;}
.fixed-top.header .logo img{ height:60px;}
.fixed-top.header .nav{margin-top: 10px;}  
.fixed-top.header .lang{margin-top:15px}
/*--*/
.header{z-index:99;padding: 15px 0;height:100px; background: #fff;}
.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 .logo{float:left}
.header .logo img{ /* max-height: 100%; */}
.header .nav{display:flex;float: right;margin-top: 15px;}
.header .nav > li{/* flex: 1; */float: left;margin-left: 40px;position: relative;}
.header .nav > li > a{position: relative;z-index: 2;display: block;color:#000000;font-size:20px;padding:5px 25px;border-radius: 30px;text-align: center;overflow: hidden;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom:0;z-index: -1;width:100%;height: 100%;background:#183884;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color: #fff;}
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}
.header .nav .sub{display:none;width: max-content;min-width:100%;left: 0;top: 102%;position:absolute;border: 1px #eee solid;border-radius: 10px;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: #183884;}  
.header .lang{position:relative;float:right;border:1px #666 solid;padding: 5px 15px;border-radius: 20px;margin: 20px 0 0 30px;}
.header .lang .bk{color:#464646;font-size:16px;padding-left: 28px;background-repeat:no-repeat;background-position:left;}
.header .lang .cn{background-image: url(../image/cn.jpg);}
.header .lang:hover{border-color:#183884}
.header .lang:hover .bk{color:#183884;  }
/*==次级导航↓==*/
.menu{width:100%;margin:50px 0 -20px 0;}
.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:#282828;font-size:20px; padding: 8px 30px; text-transform: Capitalize; }
.menu li a:after{ content: ""; position: absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%; border-radius: 30px;box-shadow:0 0 10px #ddd;background: #fff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu li:hover a,.menu li.active a{ color:#183884;  }
.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:12px;}
.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: #1e6dab;}
/*==标题↓==*/
.titleAx{color:#282828;font-size:60px;text-transform:uppercase }  
.titleAx span{margin-top:10px;display: block;color:#bdbdbd;font-size:14px;font-weight: 400;text-transform: Uppercase;}
.titleAx font{color:#183884}
.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #183884;}
.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}
.titleAx.tTop{margin:50px 0 -30px 0;}
.titleBx{color:#313131;font-size:36px;margin-bottom:50px;text-transform:Uppercase; 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: #183884;}
.titleBx.cen{text-align: center;}
.titleBx.white,.titleBx.white span{color:#fff}
.titleBx.tTop{margin:50px 0 -10px 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;}
/*==更多按钮↓==*/
.more1{position: relative;color:#333333;font-size:14px;display: table;margin: 50px auto 0;padding: 12px 46px;border-radius: 30px;border:1px #ccc solid;overflow: hidden;}
.more1:before{opacity:0;content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#0787ea;transform: translateX(-10px);transition: all .4s ease-in-out;}
.more1:hover{color:#fff;border-color:#0787ea }
.more1:hover:before{opacity:1;transform:translateX(0px);}
/*--*/
.more2{position: relative;z-index:2;color:#fff;font-size:14px;display: table;margin: 60px auto 0;padding: 12px 46px;border:1px #fff solid;overflow: hidden;}
.more2 i{float:right;color:#fff;font-size: 18px;margin: 3px 0 0 12px;}
.more2:before{opacity:0;content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#fff;transform: translateX(-10px);transition: all .4s ease-in-out;}
.more2:hover{color:#0787ea; }
.more2:hover:before{opacity:1;transform:translateX(0px);}
.more2:hover i{color:#0787ea;transform:translateX(5px);}
/*===内页框↓==*/
.rack{float:left;width:100%;padding:70px 0 80px 0;}
.rackWor{}
/*==首页产品↓==*/
.ProductHome{padding:100px 0 250px 0;background: url(../image/ProductBg.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}
.ProductHome .left{width:30%}
.ProductHome .left h3{color:#fff;font-size:60px;margin-bottom:30px;}
.ProductHome .left li{margin-bottom:20px;}
.ProductHome .left ul a{position:relative;z-index:2;display: table;color:#bbb;font-size:40px;text-transform: Capitalize;}
.ProductHome .left ul a:after{content:"";position: absolute;left:0;bottom: 0;z-index: -1;width:100%;height:1px;background:#fff;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.ProductHome .left li.active a{color:#fff}
.ProductHome .left li.active a:after{transform: scale(1);transform-origin:left;}
.ProductHome .left .more{display:table; color:#fff;font-size:25px;margin-top:50px;}
.ProductHome .left .more:hover{color:#ddd}
.ProductHome .right{width:50%;margin-top:80px;}
.ProductHome .right h4{color:#fff;font-size:50px;margin-bottom:20px;}
.ProductHome .right p{color:#ddd;font-size:18px; }
.ProductHome .right .more{display: table;margin-top:30px; color:#fff;font-size:15px;padding:12px 40px; border-radius:30px;border:1px #1c3a83 solid;background:#1c3a83;}
.ProductHome .right .more i{float: right;margin: 8px 0 0 12px;display: block;width: 42px;height: 9px;background: url(../image/arrow04.png) no-repeat center;}
.ProductHome .right .more:hover {border-color:#fff; color:#fff; box-shadow:0 0 10px #aaa;background: none;}
.ProductHome .right .more:hover i{transform:translateX(3px)}
/*==产品列表↓==*/
.product-list{margin:0 0 -40px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list li{/*flex-grow: 1;*/display: inline-block;width:25%;margin-bottom:40px; text-align: center;}
.product-list a{display: block;margin-left:20px;height:100%}
.product-list .pic{padding-top:80%;background: #fff; }
.product-list h4{color:#282828;font-size:16px;margin-top:15px; text-align: center;}
.product-list li:hover{}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#183884} 
/*==首页解决方案↓==*/
.SolutionsHome{padding-top:40px; }
.SolutionsHome .list{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.SolutionsHome .list li{ flex-grow: 1;width:50%;display: inline-block;width:50%;margin-bottom:20px; }
.SolutionsHome .list a{display: block;margin-left:20px;height:100%; background: #fff;}
.SolutionsHome .list .pic{padding-top:55%;}
.SolutionsHome .list .box{padding:30px;}
.SolutionsHome .list h4{color:#464647;font-size:38px;margin-bottom:10px;} 
.SolutionsHome .list p{-webkit-line-clamp: 3;color:#464647;font-size:15px;}
.SolutionsHome .list .more{display:table;margin-top:20px; color:#fff;font-size:15px;padding:12px 40px; border-radius:30px; background: #4f4f4f;}
.SolutionsHome .list li:hover a{box-shadow:0 0 10px #ccc;transform: translateY(-5px);}
.SolutionsHome .list li:hover h4{color:#183884}
.SolutionsHome .list li:hover .more{background:#183884}
/*==首页案例↓==*/
.CaseHome{}
.CaseHome .tone{position: relative; text-align: center;margin-bottom:40px;}
.CaseHome .tone li{display: inline-block;margin:0 20px;cursor: pointer;}
.CaseHome .tone a{position: relative;display: block;color:#282828;font-size:20px;padding-bottom: 10px;}
.CaseHome .tone a:before{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#183884;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.CaseHome .tone .active a{color:#183884}
.CaseHome .tone .active a:before{transform: scale(1);transform-origin:left;}
.CaseHome .case-list{margin:0px}
.CaseHome .case-list li{width:25%;margin:0px}
.CaseHome .case-list li a{display: block;position: relative;z-index: 2;margin:0 1px 1px 0;}
.CaseHome .case-list li:nth-child(1){width:50%;}
.CaseHome .case-list li:nth-child(1) a:before{display:none}
.CaseHome .case-list li:nth-child(1) h4{display:none}
.CaseHome .case-list li:nth-child(1) .box{opacity:1;width:50%;top:auto;left:auto; margin:auto;height:auto; text-align:left;padding:60px 50px 80px 50px; background:rgba(24,56,132,0.5)}
.CaseHome .case-list li:nth-child(1) .box i{display:none;}
/*==案例列表↓==*/
.case-list{margin:0 0 -30px -30px}
.case-list li{float:left;width:33.3%;margin-bottom:30px}
.case-list li a{position:relative;height:100%;display: block;margin-left:30px;overflow: hidden;}
.case-list img{width:100%;height: 100%;object-fit: cover;}
.case-list a:before{ opacity: 0; content: "";position: absolute;left:0;top:0;z-index:1;width:100%;height:100%; transform:translateY(5px);background: #183884;}
.case-list a:after{content: "";position: absolute;left:0;top: 50%;width:100%;height: 50%;background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));}
.case-list h4{position: absolute;left:0;right:0;bottom:0;color:#fff;padding: 30px 10px;font-size:18px;text-align: center;}
.case-list .box{opacity:0;position: absolute;left:0;top:0;right:0;bottom:0;z-index:2;height: min-content;margin: auto;text-align: center;padding: 0 30px;transform:translateY(5px);}
.case-list h5{color:#fff;font-size:18px;margin-bottom:10px;}
.case-list p{color:#fff;font-size:15px;margin-bottom:10px;}
.case-list i{display: table;margin:30px auto 0;width:50px;line-height:50px;text-align: center;border-radius: 50%;color: #fff;font-size: 20px;font-weight: bold;border:1px #fff solid;}
.case-list li:hover .box{opacity:1;transform:translateY(0px)}
.case-list li:hover h4{opacity:0}
.case-list li:hover a:before{opacity:0.5;transform:translateY(0px)}
/*==首页关于↓==*/
.AboutHome{ background: url(../image/AboutBg.jpg) no-repeat center; background-size:cover ;background-attachment:fixed ;}
.AboutHome .wx{color:#fff;font-size:16px;line-height:26px; text-align: center;width:70%;margin:auto;}
.AboutHome .pic{padding:50px; margin:50px auto 0;display: table;background:#fff;}
.AboutHome .more{display: table;margin: 30px auto 0;color:#fff;font-size:15px;padding: 10px 40px;border-radius:30px;border: 1px #fff solid;/* background:#1c3a83; */}
.AboutHome .more i{float: right;margin: 8px 0 0 12px;display: block;width: 42px;height: 9px;background: url(../image/arrow04.png) no-repeat center;}
.AboutHome .more:hover { color:#fff;border-color:#183884;background: #183884;}
.AboutHome .more:hover i{color:#183884;transform:translateX(3px)}
.AboutHome .video{width:50%;height:400px;margin:50px auto 0;display: table;border:1px rgba(0,0,0,0.3) solid; background: #000;}
/*==解决方案↓==*/
.SolutionInner{}
.SolutionInner .list{}
.SolutionInner .list li{ display: table;width:100%; overflow: hidden; background: #fff;}
.SolutionInner .list li:last-child{margin-bottom:0px}
.SolutionInner .list li a{display: block;}
.SolutionInner .list hr{width: 60px;height:2px;margin: 0 0 20px 0;border:none;background: #183884;}
.SolutionInner .list .pic,.SolutionInner .list .box{float:none;display:table-cell;}
.SolutionInner .list .hig{height:350px;}
.SolutionInner .list .pic{float:left;width: 50%;}
.SolutionInner .list .pic img{display: block;width:100%;height: 100%;object-fit: cover;}
.SolutionInner .list .box{width:50%;float: right;padding: 60px 70px;}
.SolutionInner .list h4{color:#183884;font-size: 38px;font-weight: bold;margin-bottom: 20px;}
.SolutionInner .list .wx{-webkit-line-clamp: 5;color: #464647;font-size: 15px;line-height: 24px;}
.SolutionInner .list .more{color: #fff;display: table;font-size: 15px;margin-top:30px;/* border:#ddd solid 1px; */padding: 10px 40px;border-radius: 30px;background: #183884;}
.SolutionInner .list li:hover{/*box-shadow: 0 0 10px #ccc;transform:translateY(-5px);*/}
.SolutionInner .list li:hover h4{}
.SolutionInner .list li:hover .more{background:#333}
.SolutionInner .list li.two .pic{float:right}
.SolutionInner .list li.two .box{float:left}
/*==服务支持↓==*/
.SupportInner{}
.SupportInner .intro{}
.SupportInner .intro .wx{width: 80%;margin: auto;color:#505050;font-size:15px;line-height: 24px;text-align: center;}
.SupportInner .intro .tel{position: relative;display: table;margin: 60px auto 0;color:#183884;font-size:32px;line-height:1;font-weight:bold;text-align: center;}
.SupportInner .intro .tel font{display: block;color:#505050;font-size:16px;display: block;margin-bottom: 20px;font-weight: 400;}
.SupportInner .intro .tel b{font-size:20px; display: block;margin-top:20px;color:#333}
.SupportInner .intro .tel:before{content: "";position: absolute;left: 50%;top: -30px;width:1px;height: 20px;background: #aaa;}
.SupportInner .download{background: #fff;}
.SupportInner .download .more{ margin:50px auto 0; display: table; color:#fff;font-size:16px;border-radius:30px;padding:12px 40px; background: #183884;}
.SupportInner .download .more:hover{background: #333;}
/*==下载列表↓==*/
.download-list{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.download-list li{/* flex-grow: 1; */display: inline-block;width: 50%;margin-bottom:20px;}
.download-list li a{position: relative;display: block;margin-left:20px;height:100%;padding: 30px 180px 30px 30px;border:1px #ddd solid;overflow: hidden; background: #fff;}
.download-list li h4{color:#302e2e;font-size:20px;margin-bottom: 15px;}
.download-list li p{color: #999;font-size:15px;margin-bottom: 15px;}
.download-list li span{float:left; margin-right:50px;color:#302e2e;font-size:15px;}
.download-list li em{position: absolute;right: 40px;top: 50PX;display: block;color:#cccccc;font-size: 45px;width:100px;font-weight: bold;line-height: 85px;height: 100px;border:5px #ccc solid;border-radius: 50%;text-align: center;}
.download-list li:hover a{border-color:#183884;transform: translateY(-5px);}
.download-list li:hover h4{color:#183884}
.download-list li:hover em{color:#183884;border-color:#183884}
/*==新闻↓==*/
.NewsListBox{padding-bottom:0 !important}
.NewsListBox .up{margin-bottom:90px;}
.NewsListBox .up .more{}
.NewsListBox .up .more{color:#fff;font-size:12px;padding: 10px 30px;display: table;margin-top: 40px;background: #666;}
.NewsListBox .up .more:before{content: "\e61f";font-family: "iconfont";line-height:1;float:right;/* width:10px; */height: 10px;font-size: 21px;margin: -1px 0 0 10px;transition: all .4s ease-in-out;}
.NewsListBox .up .more:hover{ background: #27a0ce;}
.NewsListBox .up .more:hover:before{transform:translateX(3px);}
.NewsListBox .up .swiper-container:after{content: "";position: absolute; left:0;bottom:0;width:100%;height:100px; background: #009fe8;}
.NewsListBox .up .spot{bottom:0;display: table;width: 100%;left: 700px;/*! margin-left: 52px; */text-align: left;padding: 30px 35px 30px 50px;background:#27a0ce;}
.NewsListBox .up .spot span{ opacity:1;width:10px;height:10px; background:rgba(255,255,255,0.5);margin-right: 12px;}
.NewsListBox .up .spot .swiper-pagination-bullet-active{ background:#fff}
.NewsListBox .up li{ position: relative; }
.NewsListBox .up li a{position: relative;display: block;height: 450px;padding:50px 50px 50px 750px;background:#f2f2f2;}
.NewsListBox .up li .pic{float: left;position:absolute;left:0;top:0;width:700px;height: 100%;}
.NewsListBox .up li .pic img{max-width:100%;height: 100%;object-fit: cover;}
.NewsListBox .up li .box{/*! text-align: center; */float: left;width: 100%;height: 100%;}
.NewsListBox .up li .box h4{width: 100%;font-size:24px;color:#191919;/*! font-weight: bold; */overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.NewsListBox .up li .box .time{position:relative; display: block; color:#999;font-size:12px;margin-top:20px;}
.NewsListBox .up li .box .time:before{content:"";float:left;margin:10px 20px 0 0; width:40px;height:1px; background:#ccc}
.NewsListBox .up li .box p{-webkit-line-clamp: 4;font-size:14px;color:#464646;margin-top: 30px;line-height: 24px;}
.NewsListBox .up li:hover h4{color:#27a0ce}
.NewsListBox .shell{padding: 70px 0 50px 0;background-color: #f3f3f3; overflow: hidden;}
.NewsListBox .shell ul{margin:0 0 -30px -30px;}
.NewsListBox .shell li{float: left;width: 33.3%;}
.NewsListBox .shell li a{position: relative;display: block;margin:0 0 30px 30px;padding: 30px; overflow: hidden;background-color: #fff;}
.NewsListBox .shell li a:after{content: "";position: absolute;left: 0;top: 0;height: 3px;width: 0;transition: all .5s;background-color: #27a0ce;}
.NewsListBox .shell li a h4{width: 100%;font-size: 16px;color: #191919;margin-top:30px;;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .4s;}
.NewsListBox .shell li a .txt{-webkit-line-clamp: 2;font-size: 14px;color: #666666;line-height: 24px;margin-top:15px;/*! overflow: hidden; */margin-bottom: 15px;}
.NewsListBox .shell li a .pic{display: block;position: relative;width: 100%;padding-top: 70%;overflow: hidden;}
.NewsListBox .shell li a .pic img{display: block;position: absolute;width: 100%;height: 100%;transition: all .4s;top: 0;left: 0}
.NewsListBox .shell li a .time{float:left; margin-right:20px; display: block;font-size: 12px;color: #999999;}
.NewsListBox .shell .more{float:left;color:#999;font-size:12px;padding: 0 0px;display: block;}
.NewsListBox .shell .more:before{content: ""; float:right;width:10px;height:7px;margin:6px 0 0 10px;background: url(https://en.szreach.com/themes/Home/default/Public/images/line02.png) no-repeat -10px 0px;transition: all .4s ease-in-out;}
.NewsListBox .shell li:hover a{box-shadow:0 0 20px 10px rgba(0,0,0,0.08);}
.NewsListBox .shell li:hover a{transform: scale(1.02);}
.NewsListBox .shell li:hover a:after{width: 100%;}
.NewsListBox .shell li:hover a h4{color: #27a0ce}
.NewsListBox .shell li:hover .more{color:#f60}
.NewsListBox .shell li:hover .more:before{ background-position:0 0 }
/*==新闻详细页↓==*/
.NewsDetailBox{}
.NewsDetailBox .titleTop{ text-align: center;padding:0 0 50px 0;margin:0 0 60px 0; border-bottom:1px #ddd solid}
.NewsDetailBox .tit{color:#000000;font-size:23px;}
.NewsDetailBox .msg{ margin-top:10px;color:#a7a7a7;font-size:14px;}
.NewsDetailBox .msg *,.NewsDetailBox .msg span,.NewsDetailBox .msg a{color:#a7a7a7;font-size:14px;}
.NewsDetailBox .msg span{margin:0 5px;}
.NewsDetailBox .msg a:hover,.NewsDetailBox .msg .active{color:#FF6600}
.NewsDetailBox .msg .active{font-weight:bold;}
.NewsDetailBox .share{height:60px;border-top:1px #aaa dotted; padding:20px 0;margin-top: 60px; overflow: hidden;}
.NewsDetailBox .share .bshare-custom{float:left;}
.NewsDetailBox .share .time{ float:left;margin-left:50px;color:#a7a7a7;font-size:14px;display: block;}
.NewsDetailBox .share .return{float:right; color:#fff;font-size:14px;padding:10px 20px 10px 38px;margin-top:-10px; background-color:#d2d2d2; background-image:url(../image/line202.png); background-position:12px 15px; background-repeat:no-repeat;}
.NewsDetailBox .share .return:hover{background-color:#0085d0}
.NewsDetailBox .pagIng{border-top:1px #aaa dotted;border-bottom:1px #aaa dotted;padding:15px 0;overflow: hidden;}
.NewsDetailBox .pagIng span{ display: inline-block;color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a{color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a:hover{color:#0085d0}
.NewsDetailBox .pagIng .prev{float:left}
.NewsDetailBox .pagIng .next{float:right}
.NewsDetailBox .relevant{margin-top:60px}
.NewsDetailBox .relevant .tit{color:#333;font-size:22px;}
.NewsDetailBox .relevant .list{margin-top:20px;}
.NewsDetailBox .relevant .list li{float:left;width:45%;margin:8px 0% 8px 0;}
.NewsDetailBox .relevant .list li:nth-of-type(even){float:right;}
.NewsDetailBox .relevant .list li .time{float: right; color:#858585;font-size:14px;}
.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:14px;padding-left:15px; background: url(../image/arrow_02.png) no-repeat left;transition: all .4s ease-in-out;}
.NewsDetailBox .relevant .list li:hover a{color:#0085d0}
/*==产品↓==*/
.ProductListBox{padding-bottom:0px !important}
.ProductListBox .RelationCont{margin-top:150px}
/*==产品详情↓==*/
.ProductShow{padding-bottom:0px !important}
.DetailCont .top{/*padding:60px 0 120px 0; ;border-bottom:1px #ddd solid;background: #f5f5f5;*/padding-bottom: 60px;}
.DetailCont .top .left{width:50%;background: #fff;}
.DetailCont .top .bimg{padding:30px;}
.DetailCont .top .bimg img{ width:100%;height: 100%;object-fit: cover;}
.DetailCont .top .right{width:50%;padding:40px 80px; background: #e0e3e6;}
.DetailCont .top .right .site{margin-bottom: 22px;}
.DetailCont .top .right .title{color:#183884;font-size:40px;margin-bottom: 20px;line-height: initial;}
.DetailCont .top .right hr{margin: 0px 0 30px 0;width: 60px;height:2px;border:none;background:#183884;}
.DetailCont .top .right .wx{color: #3d3d3d;font-size: 15px;line-height: 24px;-webkit-line-clamp: 7;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.DetailCont .top .right .btn{overflow: hidden;margin-top: 60px;} 
 .DetailCont .top .right .btn a{float:left;padding:8px 30px;color:#fff;font-size:20px;border-radius:40px;background-color: #183884;}  
.DetailCont .top .right .btn a:hover{color:#fff;background-color: #333;}
.DetailCont .top .right .share{margin-top:60px}
.DetailCont .top .right .share a {position:relative; display:inline-block;margin-left: 10px;}
.DetailCont .top .right .share em{display:block; width:40px;line-height:40px;text-align:center;color: #183884;font-size:26px;border-radius:50%;background: #fff;}
.DetailCont .top .right .share .show{position:absolute;right: 25px;bottom: 45px;width: 150px;display:block;padding:10px;   transform-origin: 100% 100%;transform: scale(0);transition: all 1s;background: #fff;}
.DetailCont .top .right .share .show img{width: 100%;}
.DetailCont .top .right .share a:hover em{color:#183884;background:#fff;}
.DetailCont .top .right .share a:hover .show{transform: scale(1);}
.DetailCont .top .right .share .wa{color:#16cd16}
.DetailCont .top .left,.DetailCont .top .right{height: 570px;}
.DetailCont .con{padding: 70px 0 200px 0;background: #fff;}
.DetailCont .con .tone{margin-bottom:50px;border-bottom: 2px #ddd solid;/* text-align: center; */}
.DetailCont .con .tone li{float: left;position: relative;z-index: 3;display: inline-block;margin-right: 50px; /*! border-left:1px #ddd solid; */cursor: pointer;}
.DetailCont .con .tone li a{display: block; color:#444444;font-size:20px;padding: 0px 0px 20px 0;}
.DetailCont .con .tone li a:after{content:"";position: absolute;left:0;bottom: -2px;z-index: 2;width:100%;height: 2px;transition:transform .5s;transform: scale(0,1);transform-origin:right;background: #183884;}
.DetailCont .con .tone li.active a,.DetailCont .con .tone li:hover a{color:#183884}
.DetailCont .con .tone li.active a:after,.DetailCont .con .tone li:hover a:after{transform: scale(1);transform-origin:left;}
.DetailCont .con .long{/* margin-bottom:50px; *//* padding-bottom:40px; *//* border-bottom:1px #ddd solid */}
.DetailCont .con .wx{color: #777;line-height: 24px;font-size: 16px;}
/*--*/
.srllPic{margin:30px;}
.srllPic .swiper-container{height:460px}
.srllPic li a{display: table;margin:auto;}
.srllPic li .block{display: table-cell;vertical-align: middle; height: 450px;}
.srllPic li img{max-width:100%;max-height:100%;}
.srllPic .video a:before{content:"\e609";font-family: "iconfont";position:absolute;left: 0;top:0;right: 0;bottom: 0;height: max-content;z-index:2;margin: auto;text-align: center;color: #fff;font-size:50px;line-height: 1;    transition: all .4s ease-in-out;}
.srllPic .video a:after{ opacity:0.2; content:"";position:absolute;left:0;top:0;z-index:1;width:100%;height:100%; background:#000}
.srllPic .look{display: none;opacity:0;position:absolute;left:0;bottom:0;z-index:2;width:100%;padding:10px;color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);background:rgba(0,0,0,0.5);}
.srllPic .look i{ margin-right:10px; display:inline-block;font-size:20px;}
.srllPic:hover .look{opacity:1 ; transform: translateY(0px);}
.srllPic:hover .btn{opacity: 1 !important;}
.srllPic .video:hover::before{color:#eee}
.srllPic .btn{opacity:0 !important;left:15px;top:0;right:0;width:auto;height:auto;margin:0px;color:#fff;font-size: 32px;padding: 5px 0;text-align: center;background:rgba(0,0,0,0.5);}
.srllPic.btn.swiper-button-disabled{opacity: .9}
.srllPic .btn.nt{top:auto;bottom:0;}
.srllPic .btn:hover{background:rgba(0,0,0,0.7)}
.srllPic .spot{position: initial;margin-top: 40px;text-align: center;}
.srllPic .spot span{opacity:1;position:relative;width: 14px;height: 14px;margin:0 5px;overflow:hidden;background:#b7b7b7;transition: all .4s ease-in-out;}
.srllPic .spot .swiper-pagination-bullet-active{background: #183884; }
/*==案例关联↓==*/
.RelationCont{ background: #e2e4e6;}
.RelationCont .case-list li:nth-child(n+4){display: none;}
/*==新闻详细页↓==*/
.NewsDetailBox{}
.NewsDetailBox .titleTop{ text-align: center;padding:0 0 50px 0;margin:0 0 60px 0; border-bottom:1px #ddd solid}
.NewsDetailBox .tit{color:#000000;font-size:23px;}
.NewsDetailBox .msg{ margin-top:10px;color:#a7a7a7;font-size:14px;}
.NewsDetailBox .msg *,.NewsDetailBox .msg span,.NewsDetailBox .msg a{color:#a7a7a7;font-size:14px;}
.NewsDetailBox .msg span{margin:0 5px;}
.NewsDetailBox .msg a:hover,.NewsDetailBox .msg .active{color:#FF6600}
.NewsDetailBox .msg .active{font-weight:bold;}
.NewsDetailBox .share{height:60px;border-top:1px #aaa dotted; padding:20px 0;margin-top: 60px; overflow: hidden;}
.NewsDetailBox .share .bshare-custom{float:left;}
.NewsDetailBox .share .time{ float:left;margin-left:50px;color:#a7a7a7;font-size:14px;display: block;}
.NewsDetailBox .share .return{float:right; color:#fff;font-size:14px;padding:10px 20px 10px 38px;margin-top:-10px; background-color:#d2d2d2; background-image:url(../image/line202.png); background-position:12px 15px; background-repeat:no-repeat;}
.NewsDetailBox .share .return:hover{background-color:#0085d0}
.NewsDetailBox .pagIng{border-top:1px #aaa dotted;border-bottom:1px #aaa dotted;padding:15px 0;overflow: hidden;}
.NewsDetailBox .pagIng span{ display: inline-block;color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a{color:#888888;font-size:14px;}
.NewsDetailBox .pagIng span a:hover{color:#0085d0}
.NewsDetailBox .pagIng .prev{float:left}
.NewsDetailBox .pagIng .next{float:right}
.NewsDetailBox .relevant{margin-top:60px}
.NewsDetailBox .relevant .tit{color:#333;font-size:22px;}
.NewsDetailBox .relevant .list{margin-top:20px;}
.NewsDetailBox .relevant .list li{float:left;width:45%;margin:8px 0% 8px 0;}
.NewsDetailBox .relevant .list li:nth-of-type(even){float:right;}
.NewsDetailBox .relevant .list li .time{float: right; color:#858585;font-size:14px;}
.NewsDetailBox .relevant .list li a{ display: block; color:#858585;font-size:14px;padding-left:15px; background: url(../image/arrow_02.png) no-repeat left;transition: all .4s ease-in-out;}
.NewsDetailBox .relevant .list li:hover a{color:#0085d0}
/*==联系我们↓==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .mode{position: relative; }
.ContactInner .mode .long{position:relative;width:100%;padding:50px; display: table;background: #fff;}
.ContactInner .mode:before{content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:150%;background: url(https://en.szreach.com/themes/Home/default/Public/images/ContactBg.jpg) no-repeat center;background-size: cover;}
.ContactInner .mode .left,.ContactInner .mode .right{display: table-cell;}
.ContactInner .mode .right{width:56%; vertical-align: bottom; }
/*.ContactInner .mode .right img{display: block;max-width:100%;}*/
.ContactInner .mode .left{ }
.ContactInner .mode .left .title{color:#333333;font-size:26px;}
.ContactInner .mode .left .tel{ position:relative;margin-top:25px;color:#333333;font-size:14px;display: block;}
.ContactInner .mode .left .tel:before{ content: ""; position: absolute; left:0px;top:32px; width:30px; height:3px; background: #183884;}
.ContactInner .mode .left .tel font{margin-top:30px;font-size:30px;color: #183884;display: block;font-weight: bold;}
.ContactInner .mode .left .wx{margin-top:30px;color:#333333;font-size:14px;display: block;line-height: 26px;}
.ContactInner .mode .left .add2{ margin-top:30px;color:#333333;font-size:14px;display: block;}
.ContactInner .mode .left .add2 font{font-size:22px; color:#333;display: block;margin-bottom: 10px;}
.ContactInner .mode .left .ewm{position: relative;float:left;color:#666666;font-size:12px; text-align: center;display: block;line-height: 15px; margin-right:80px;}
.ContactInner .long .left .ewm:after{ position: absolute; content: "";position: absolute;right:-50px;top:20%;width:1px;height:60%;border-right:1px #bbb dashed}
.ContactInner .mode .left .ewm img{ display: block;margin:0 auto 5px;}
.ContactInner .mode .left .online{color:#fff;margin:20px 0 0 0px; font-size:14px; padding:12px 50px; background: #183884;display: table;border-radius: 20px;text-align: center;}
.ContactInner .mode .left .online:hover{background: #666;}
.ContactInner .agency{}
.ContactInner .agency .container{ }
.ContactInner .agency .title{margin-bottom:40px;color:#191919;font-size: 30px;}
.ContactInner .agency ul{margin: 0 0% -1% -1%;display: flex;flex-flow: row wrap;align-content: flex-start;}
.ContactInner .agency ul li{float:left;width: 32.3%;margin: 0% 0% 1% 1%;padding:30px;border: 1px solid #ddd;/* box-shadow: 0 0 10px #e8e8e8; */word-wrap:break-word;word-break:normal; }
.ContactInner .agency ul h4{position:relative; color:#333;font-size:18px;margin-bottom:20px;padding-left:15px;}
.ContactInner .agency ul h4:before{content:"";position:absolute;left:0;top:20%;height:60%;width:3px; background:#183884;}
.ContactInner .agency ul .wx{display: block;color:#666;font-size:14px !important;line-height:26px;}
.ContactInner .agency ul li:hover{transform: translateY(-5px); box-shadow:0 0 10px #ddd}
.ContactInner .agency ul li:hover h4{color:#183884}
.ContactInner .map{/* margin-top:70px */}
.ContactInner #dituContent{height:500px;}
/*==关于↓==*/
.AboutInner{padding-bottom:0px !important}
.AboutInner .intro{}
.AboutInner .intro .title{color:#313131;font-size:36px;margin-bottom:30px}
.AboutInner .intro .left{float:left;width:47%}
.AboutInner .intro .left .video{height:400px; background: #000;}
.AboutInner .intro .right{float:left;width:53%;padding-left:60px;}
.AboutInner .intro .wx{color:#666;font-size:15px;line-height:24px;}
.AboutInner .culture{background: url(../image/cultureBg.jpg) no-repeat center;background-size:cover ;background-attachment:fixed ;}
.AboutInner .culture ul{margin:0 0 -10px -10px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.AboutInner .culture ul li{flex-grow: 1;display: inline-block;width:25%;margin-bottom:10px;text-align: center;}
.AboutInner .culture ul a{display: block;margin-left:10px;height:100%;padding:50px 20px; background: rgba(24,56,132,0.5);}
.AboutInner .culture ul h4{color:#fff;font-size:18px;font-weight: bold;margin-bottom: 12px;text-transform:uppercase} 
.AboutInner .culture ul hr{width: 40px;height:2px;margin: 0 auto 12px;border: none;background: #fff;}
.AboutInner .culture ul p{ color:#fff;font-size:16px;}
.AboutInner .culture ul li:hover a{transform: translateY(-5px);}
/*.AboutInner .honor{ background: url(../image/HonorBg.jpg) no-repeat center; background-size:cover ;}
.AboutInner .honor .list{}
.AboutInner .honor ul{margin:0 0 -20px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.AboutInner .honor ul li{flex-grow: 1;display: inline-block;width:20%;margin-bottom:20px;text-align: center;}
.AboutInner .honor ul a{display: block;margin-left:20px;height:100%;}
.AboutInner .honor ul h4{color:#3e3e3e;font-size:16px;margin-top: 15px;text-transform:uppercase}  
.AboutInner .honor ul .pic{border:#444 solid 5px}
.AboutInner .honor ul li:hover h4{color:#183884}*/
.AboutInner .news .list{ margin:0 0 -30px -20px;overflow:hidden;}
.AboutInner .news .list li{float:left;width:33.3%}
.AboutInner .news .list li a{display: block;/* width:100%; */height:100%;margin:0 0 30px 20px;background: #fff;}
.AboutInner .news .list .pic{padding-top:60%; position:relative}
.AboutInner .news .list .pic img{ position:absolute;top:0;left:0; width: 100%;height: 100%;object-fit: cover;}
.AboutInner .news .list .box{padding:30px;}
.AboutInner .news .list h4{color:#090929;font-size:20px;margin-bottom:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.AboutInner .news .list p{-webkit-line-clamp: 2;color:#999;font-size:14px;line-height:24px}
.AboutInner .news .list .time{margin-top:50px;display:block;color: #999;font-size:14px;}
.AboutInner .news .list .time i{float:right;font-size: 20px;}
.AboutInner .news .list li:hover h4{color:#0069de}
.AboutInner .news .list li:hover .time i{color:#0069de;transform: translateX(-5px);}
.AboutInner .news .more{display: table;margin: 40px auto 0;color:#fff;font-size:15px;padding: 12px 40px;border-radius:30px;background:#183884;}
.AboutInner .news .more i{float: right;margin: 8px 0 0 12px;display: block;width: 42px;height: 9px;background: url(../image/arrow04.png) no-repeat center;}
.AboutInner .news .more:hover { color:#fff;background: #333;}
.AboutInner .news .more:hover i{color:#fff;transform:translateX(3px)}
/*==荣誉资质↓==*/
.HonorCont{   background:url(../image/HonorBg.jpg) no-repeat center; background-size:cover ; background-attachment:fixed ;}
.HonorCont .list{}
.HonorCont .list li{ text-align: center;}
.HonorCont .list .pic{}
.HonorCont .list h4{color:#fff;font-size:16px;margin-top:10px;}
.HonorCont .list .box{position: relative; padding:40px; background: rgba(238,238,238,0.1);}
.HonorCont .list .box:before{content: "";position: absolute;left:0;top:0;right: 0;bottom: 0;margin: 20px;/* width:100%; *//* height:100%; */border:1px #5a5754 dashed;}
/*==合作伙伴通用↓==*/
.PartnerCont{ background: url(../image/partnerBg.jpg) no-repeat center;background-size:cover ;background-attachment:fixed}
.PartnerCont .left{width: 32%;padding-top: 50px;}
.PartnerCont .left .title{color:#fff;font-size:36px;margin-bottom: 25px;text-transform: uppercase;}
.PartnerCont .left p{color:#fff;font-size:15px;line-height: 26px;}
.PartnerCont .right{width: 55%;}
.PartnerCont .list{display: flex;flex-flow: row wrap;align-content: flex-start;background: #fff;}
.PartnerCont .list li{display: inline-block;width:25%;}
.PartnerCont .list a{position:relative;display: block;height:100%;border-right:1px #eee solid;border-bottom:1px #eee solid;background: #fff;}
.PartnerCont .list a:before{opacity:0; content:"";position:absolute;left:0;top:0;z-index: 1;width:100%;height:100%;border: 2px #183884 solid;}
/*.PartnerCont .list img{filter: grayscale(100%);filter: gray;}
.PartnerCont .list li:hover img{ filter: grayscale(0%); }*/
.PartnerCont .list li:hover a:before{opacity:1}
/*==留言↓==*/
.feedback{ background: url(../image/bg04.jpg);}
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%; border:none; background: none;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;line-height: inherit;}
.feedback textarea{width: 100%;height: 100%;border:none; background: none;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;border:none; background: none;}
.feedback .code .c{width: 20%;padding: 0 15px;border:solid #ccc 1px}
.feedback .code img{padding:19px;background:#f5f5f5;}
.feedback .code .sub {background: #183884;width: 30%;font-size:20px;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #183884;}
.feedback .sub:hover{border-color:#333;background:#333;}
/*==滚动切换效果↓==*/
.Cuter{margin:60px auto 0;position: relative;padding: 0 30px;display: table;}
.Cuter .spot{position: initial;bottom: 25px;/* float: right; */text-align: right;}
.Cuter .spot span {opacity:1;position:relative;width: 10px;height: 10px;margin: 0 10px;font-family: "iconfont";background:#999;}
.Cuter .spot .swiper-pagination-bullet-active{background: #fff;}
.Cuter .btn{top:0px;color:#fff;font-size: 20px;font-weight:bold;width: auto;height: auto;margin: 0px;background: none;}
.Cuter .pv{left:0} 
.Cuter .nt{right:0} 
/*==list-box 图片款 久↓==*/
.list-box{margin:0 0 -10px -10px}
.list-box li{float:left; width:25%; }
.list-box li img{max-width:100%;width:100%;}
.list-box li a{display:block;margin:0 0 10px 10px}
.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}
.list-box li:hover .pic{border: 1px #0054b4 solid;}
.list-box li h4{color:#666;font-size: 15px;text-align: center;padding:12px 0;}
.list-box li:hover h4{color:#0054b4;}
.list-box.lx5 li{width:20%;}
/*==底部===*/
.footer {position:relative;z-index:5;padding:70px 0 70px 0;background:#183884; }
.footer .nav {position:relative;float:left;display:table;width:60%;}
.footer .nav h3 {color:#fff;font-size:20px;margin-bottom: 15px;text-transform: uppercase;} 
.footer .nav li {/*! display:table-cell;*/width:25%;padding-right: 60px;float:left;}
.footer .nav li a {display:block;color:#eee;font-size:14px;padding:3px 0;text-transform: uppercase;}
.footer .nav li a:hover {color:#ccc}
.footer .right {float:right;width: 30%;text-align: right;}
.footer .right .logo{margin-bottom: 25px;}
.footer .right .wx {display:block;color:#eee;font-size:14px;line-height:24px;}
.footer .right .share {margin-bottom: 20px;}
.footer .right .share a {position:relative; display:inline-block;margin-left: 10px;}
.footer .right .share em{display:block; width:40px;line-height:40px;text-align:center;color: #183884;font-size:26px;border-radius:50%;background: #fff;}
.footer .right .share .show{position:absolute;right: 25px;bottom: 45px;width: 150px;display:block;padding:10px;   transform-origin: 100% 100%;transform: scale(0);transition: all 1s;background: #fff;}
.footer .right .share .show img{width: 100%;}
.footer .right .share a:hover em{color:#183884;background:#fff;}
.footer .right .share a:hover .show{transform: scale(1);}
.footer .right .share .tt{color:#00aced}
.footer .right .share .yb{color:#fe0000}
.footer .right .share .fb{color:#3c5a99}
.footer .right .share .li{color:#0a76b4}
.footer .right .share .in{color:#b2258c}
.footer .right .share .wa{color:#16cd16}
.footer .down {position:relative;margin-top:40px;padding-top:20px;color:#eee;font-size:14px;border-top: 1px #445f9e solid;} 
.footer .down a {color:#eee;font-size:14px;}
.footer .down a:hover {color:#ddd;}
.footer .down a:hover {color:#ccc}
/*
.footer .link{margin-top:20px;}
.footer .link h3{color:#fff;font-size:12px;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;}*/
