@charset "utf-8";
/* CSS Document */
*{box-sizing: border-box;}
body{margin:0px; padding:0px; font-size:12px; color:#666; overflow-x:hidden; box-sizing: border-box; font-family:'MiSans-R'; }
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#eac67a; outline:none;}
ul, p, dl, dt, dd, figure{padding:0px; margin:0px;}
ul{ margin-bottom: 0!important; }
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{ padding:0px; margin:0px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

input, textarea{background:transparent; padding:0px; font-size:12px; color:#888; outline:none; border:0px; }
em{font-style:normal;}
.wal{ width:15.36rem; margin:0 auto;}
.w376{ width: 3.76rem; }
.w1050{ width: 10.5rem; }

.flex1{display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; }
.flex2{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.flex3{ display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center;}
.flex4{ display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; flex-direction: column; -webkit-flex-direction: column;}
.flex5{ display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: space-between; -webkit-justify-content: space-between; }




.flex{flex-direction: column;
    -webkit-flex-direction: column;}

a,
.nav li a:before,
.nav li a:after,
.indNews .box a:before,
.indNews .box .txt,
.indNews .box .txt .zi,
.footDiv .share li img,
.aboutP2 .list li .txtLayer,
.historyPic .swiper-slide .year,
.honorPic .imgList li .box,
.honorPic .imgList li .name,
.product .list li a:before,
.product .list li .name,
.product .list li .msg,
.product .list li .more,
.product .list li .more em,
.news .mxfDiv .name,
.news .list li .box a:before,
.news .list li .box a:after,
.news .list li .box .txt,
.news .list li .box .txt .zi,
.newsBot .share li img,
.sideNews .list li .name,
.contactP1 .list li .after,
.contactP1 .list li .name,
.contactP1 .list li .zi,
.contactP2 .list .layer,
.contactP2 .list .name,
.productP2 .list li a:before,
.productP2 .list li .name,
.productP2 .list li .msg,
.productP2 .list li .more,
.productP2 .list li .more em{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.indexP1 .rightDiv .playBtn img,
.sideTitleTel .con img{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}

.goodsBox .imgDiv img,
.aboutP2 .list li .bg,
.product .list li .imgDiv img,
.productP2 .list li .imgDiv img,
.indPartner .imgDiv img{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;  
}


:root {
  --fs14: 0.14rem;
  --fs15: 0.15rem;
  --fs16: 0.16rem;
  --fs18: 0.18rem;
  --fs20: 0.2rem;
  --fs22: 0.22rem;
  --fs24: 0.24rem;
  --fs26: 0.26rem;
  --fs28: 0.28rem;
  --fs30: 0.3rem;
  --fs36: 0.36rem;
  --fs40: 0.4rem;
  --fs42: 0.42rem;
  --fs48: 0.48rem;
  --fs60: 0.6rem;
  --fs72: 0.72rem;
}


.l2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.l3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.l4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.gradient{ background-image: linear-gradient(90deg, #0f0690 0%, #1b83bc 100%); background-blend-mode: normal, normal;}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder{color: transparent;}

@font-face {font-family:'MiSans-R'; src:url(../font/MiSans-Regular.ttf);}
@font-face {font-family:'MiSans-M'; src:url(../font/MiSans-Medium.ttf);}
@font-face {font-family:'MiSans-B'; src:url(../font/MiSans-Bold.ttf);}
@font-face {font-family:'Mont-R'; src:url(../font/Montserrat-Regular.ttf);}
@font-face {font-family:'Mont-L'; src:url(../font/Montserrat-Light.otf);}
@font-face {font-family:'Mont-B'; src:url(../font/MontserratBold.ttf);}

.Phone-Box{ display: none; }

.fangda{ overflow: hidden;}
.fangda img{ transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/


.img_rotate{ -moz-animation:rotate 15s infinite linear;  -webkit-animation:rotate 15s infinite linear;  animation:rotate 15s infinite linear; }
@-moz-keyframes rotate{ 0%{  -moz-transform:rotate(0deg);  } 100%{  -moz-transform:rotate(-360deg);  } }
@-webkit-keyframes rotate{ 0%{  -webkit-transform:rotate(0deg);  } 100%{  -webkit-transform:rotate(-360deg);  } }
@keyframes rotate{ 0%{  transform:rotate(0deg);  } 100%{  transform:rotate(-360deg);  } }

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}

@keyframes fadeOfOpacity {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes am_top{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_top{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes am_left{
    0%{ -webkit-transform:translate(30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_left{
    0%{ -webkit-transform:translate(30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes am_right{
    0%{ -webkit-transform:translate(-30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@-webkit-keyframes am_right{
    0%{ -webkit-transform:translate(-30px,0);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

@keyframes upDown {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10px); } }
@-webkit-keyframes upDown {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10px); } }
    
@-webkit-keyframes anim-out{0%{width:0%}100%{width:100%}}
@-moz-keyframes anim-out{0%{width:0%}100%{width:100%}}
@-ms-keyframes anim-out{0%{width:0%}100%{width:100%}}
@keyframes anim-out{0%{width:0%}100%{width:100%}}
@-webkit-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:0 0}}
@-moz-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:0 0}}
@-ms-keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:0 0}}
@keyframes anim-out-pseudo{0%{background:rgba(0,0,0,0.25)}100%{background:0 0}}


.headD{ height:100px;}

.headDiv{ height: 100px; width:100%; position: absolute; left:0; top: 0; z-index: 3; background: #fff;}
.headDiv:hover, .headDiv.mini{ background: #fff; }
.headDiv .wal{ position:relative; height:100px;}
.headDiv-logo{ position:absolute; left: 0; top: 15px; z-index: 2; }
.headDiv-logo img{ position:absolute; left:0; top:0; width: 146px; }

.headDiv .topRight{ position: absolute; right: 0; top: 0; z-index: 2; }
.headDiv .topSearch{ margin-right:0.27rem;}
.headDiv .topSearch em{ display:block; cursor:pointer; width:50px; height:100px; background:url(../images/nimg25_1.png) center no-repeat; }
.headDiv .lan a{ display:block; padding-left:34px; line-height:100px; color:#0f048f; font-family:'MiSans-M'; font-size: var(--fs16); background:url(../images/nimg25_2.png) left center no-repeat;}
.headDiv .lan a:hover{ color:#333;}

.nav{ margin-right: 0.17rem; }
.nav li{ float:left; font-size: var(--fs18); padding: 0 0.55rem; }
.nav li a{ position:relative; display: block; height: 100px; line-height: 100px; color: #333; }
.nav li a:before{ content:''; visibility: hidden; opacity: 0; position:absolute; left:50%; margin-left: -5px; bottom:3px; width:11px; height:7px; background: url(../images/ico2.png) center no-repeat;}
.nav li a:after{ content:''; position:absolute; left:50%; bottom:0; width:0; height:3px; background:#1f3c88;}
/*.nav li a:hover, .nav li .aNow, .nav li .aNow1{ color: #009943!important; }*/
.nav li a:hover:after, .nav li .aNow:after, .nav li .aNow1:after{ left:0; width:100%;}
.nav li .sNavA:hover:before, .nav li .aNow1:before{ visibility: visible; opacity: 1; }

.navIco{ display: none; position: absolute; right: 0; top: 0; width: 1.0rem; height: 1.2rem; background: url(../images/navIco.png) center no-repeat; background-size: 0.4rem; }

.head-search { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.8); z-index: 59;}
.head-search .search-box { position: absolute; top: 50%; left: 50%; width: 30%; max-width: 1200px; height: auto;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.head-search .search-box .box-cent { display: flex; justify-content: space-between; width: 100%; height: auto; border-bottom: solid 1px #555;}
.head-search .search-box .box-cent input { width: calc(100% - 60px); height: 50px; padding: 0 20px; font-size: 14px; color: #fff; background: none;}
.head-search .search-box .box-cent input::placeholder { font-size: 14px; color: #fff;}
.head-search .search-box .box-cent .box-icon { display: block; width: 60px; height: 50px; text-align: right; line-height: 50px;}
.head-search .search-box .box-cent .box-icon img { width: 24px; opacity: 0.8; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;}
.head-search .search-box .box-cent .box-icon:hover img { opacity: 1;}
.head-search .search-box .box-hiden { cursor:pointer; width: 20px; margin: 50px auto 0;}
.head-search .search-box .box-hiden img { width: 100%; opacity: 0.6; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;}
.head-search .search-box .box-hiden:hover img { opacity: 1;}

/*导航触发效果*/
.sNav{ opacity:0; visibility:hidden; position: absolute; z-index: -1; width: 2.2rem; top: 110px;}
.sNav .list{ background: #1f3c88;  overflow: hidden; }
.sNav li{ font-size: var(--fs14); text-align: center;}
.sNav li a{ display: block; height: 0.5rem; line-height: 0.5rem; color: #fff; }
.sNav li a:hover{ background: #365094;}
.sNav.on{ opacity:1; visibility:visible; top: 100px; z-index: 5;}

.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:222; right:-100%; top:0px;}
.navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; width:100%; }
.navLayer .toptop{ height: 1.2rem; position: relative; border-bottom: #d6d6d6 solid 1px;}
.navLayer .closeBtn{ position: absolute; right: 0; top: 0; width: 1.0rem; height: 1.2rem; }
.navLayer .closeBtn img{ position: absolute; left: 50%; top: 50%; margin-top: -0.21rem; width: 0.42rem; margin-left: -0.21rem; }
.sideNav{ padding: 0 0.3rem 0.3rem; }
.subNav{ cursor:pointer; display:block; padding-left: 0.3rem; height: 1.1rem; line-height:1.1rem; position:relative; font-size:0.34rem; border-bottom: #d6d6d6 solid 1px;}
.subNav1{ background: url(../images/nimg16_3.png) right center no-repeat; background-size: 16px; color: #333;}
.subNav .name{ position:relative; }
.subNav a{ color:#333; display: block;}
.currentDt{ color:#0f048f; background: url(../images/nimg16_3on.png) right center no-repeat; background-size: 16px; }
.navContent{display: none;}
.navContent a{display:block; height:0.88rem; line-height:0.88rem; color:#666; font-size:0.3rem; padding-left: 0.3rem; }

.footDiv{ padding-top: 1.6rem; height:7.05rem; overflow: hidden; background: url(../images/footBg.jpg) center no-repeat; background-size: cover; position: relative; }
.footDiv .leftDiv{ width: 4.0rem; position: relative; z-index: 1;}
.footDiv .logo img{ width: 1.91rem; }
.footDiv .wen{ margin: 0.2rem 0; color: #fff; font-size: var(--fs16); line-height: 0.16rem; }
.footDiv .tel{ font-size: var(--fs36); line-height: 0.36rem; color: #fff; font-family: 'Mont-B'; }
.footDiv .msglist{ padding-top: 0.16rem; }
.footDiv .msglist li{ color: #fff; font-size: var(--fs16); line-height: 0.3rem; }
.footDiv .msglist li em{ padding-left: 0.3rem; }
.footDiv .rightDiv{ position: relative; z-index: 1; }
.footNav li{ float:left; font-size:0.18rem; line-height:0.18rem; width: 2.95rem; position:relative;}
.footNav li:last-child{ width: auto;}
.footNav li h2 a{ font-weight: 400; display: block; font-size: var(--fs18); line-height: 18px; color: #fff; height: 0.35rem; }
.footNav li dd{ font-size: var(--fs14); line-height: 0.26rem; }
.footNav li dd a{ display: block; color: rgba(255,255,255,0.6);}
.footNav li dd a:hover{ color: #fff; }

.footDiv .ewm{ position: absolute; right: 0; bottom: 0; width:1.3rem;}
.footDiv .ewm img{ width:100%;}
.footDiv .botbot{ margin-top: 0.8rem; }
.footDiv .msg{ font-size:var(--fs16); color:rgba(255,255,255,0.5); line-height: 40px;}
.footDiv .msg a{ color:rgba(255,255,255,0.5); padding-left:0.1rem;}
.footDiv .msg a:hover{ color:#fff;}

.footDiv .share li{ float:left; margin-left: 10px;}
.footDiv .share li a{ display:block; position:relative; width:40px; height:40px; border: rgba(255,255,255,0.2) solid 1px; border-radius:50%;}
.footDiv .share li img{ position:absolute; left:50%; top:50%; margin-left:-9px; margin-top:-9px;}
.footDiv .share li .img1{ opacity:0;}
.footDiv .share li a:hover{ background:#fff; border: #fff solid 1px;}
.footDiv .share li a:hover img{ opacity:0;}
.footDiv .share li a:hover .img1{ opacity:1;}


.pageBanner{ position: relative; }
.pageBanner:after{ content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1.57rem; background: url(../images/bannerBg2.png) no-repeat left bottom; background-size: 100%; z-index: 1;}
.pageBanner2:after{ background: url(../images/bannerBg.png) no-repeat left bottom; background-size: 100%;}
.pageBanner .bg img{ width: 100%; }
.pageBanner .info{ position: absolute; top: 0; height: 100%; color: #fff; left: calc((100% - 15.36rem) / 2); z-index: 2; width: 50%; display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.pageBanner .txt{ font-weight: 400; font-size: 0.72rem; line-height: 0.72rem; font-family: 'MiSans-M'; }

.pageTitle{ text-align: center; font-weight: 400; font-family: 'MiSans-M'; font-size: var(--fs48); line-height: 0.48rem; color: #333; }

.pageTitleTel{ height:1.1rem; background: #fff; position:relative;}
.pageTitleTel:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #d7d7d7; }
.sideTitleTel{ width:100%; height:1.1rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.36rem; height:1.1rem; line-height:1.1rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #0f048f; display:block; height:1.1rem; padding-left:0.3rem;}
.sideTitleTel .con img{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.12rem; width: 0.4rem;
     transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    }
.sideTitleTel .con.on img{ transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);}
.sideTitleNav{ position:absolute; top:1.1rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.3rem; height:1.0rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:1.0rem; line-height:1.0rem; padding-left:0.3rem; color:#0f048f;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.3rem;}

.pageNow{ position: absolute; left: 50%; margin-left: -7.68rem; top: 0.3rem; font-size: var(--fs16); line-height: 0.32rem; z-index: 1; }
.pageNow a{ position: relative; display: inline-block; padding-right: 0.5rem; color:#fff; }
.pageNow a:after{ content: ''; width: 6px; height: 12px; position: absolute; right: 0.25rem; top: 50%; margin-top: -6px; background:url(../images/ico5on.png) center no-repeat; }
.pageNow a:hover{ text-decoration: underline; }
.pageNow em{ color: #fff; }
.pageNow2{ position: relative; left: 0; margin-left: 0; top: 0; height: 0.8rem; line-height: 0.8rem; }

/*分页*/
.pageNum{ text-align: center; }
.pageNum li{ display: inline-block;}
.pageNum .pagingUl{ display: inline-block;}
.pageNum a{ display: block; width: 50px; height: 50px; line-height: 50px; text-align: center; background: #efeff3; font-size: var(--fs18); color: #3f4150; font-family: 'Mont-R'; margin: 0 6px; border-radius: 50%;}
.pageNum a:hover, .pageNum .active{background-image: linear-gradient(90deg, #0d199b 0%, #1b86bd 100%); background-blend-mode: normal, normal;  color: #fff;}
.pageNum .prev:hover:before, .pageNum .next:hover:before{ color: #fff; }

.pageMore a{ display: block; height: 1.2rem; line-height: 1.2rem; text-align: center; background-image: linear-gradient(90deg, #0d199b 0%, #1b86bd 100%); background-blend-mode: normal, normal; font-size: 0.3rem; color: #fff; }

.topA{ display: none; position: fixed; z-index: 10; right: 0.2rem; bottom: 0.5rem; }
.topA a{ display: block; position: relative; background: #eaa847; width: 0.74rem; height: 0.74rem; border-radius: 6px;}
.topA img{ position: absolute; left: 50%; top: 50%; width:14px; margin-left: -7px; margin-top: -5px; }
.topA a:hover{ background: #ba519e; }

.sideBar{ position:fixed; right:20px;  top:50%; margin-top:-150px; z-index:5; }
.sideBar li{ position:relative; padding-bottom:1px;}
.sideBar li a{ display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column; 
   -webkit-flex-direction: column;
  overflow:hidden;
  width:60px;
  height:60px;
  background:#fff;
   -webkit-box-shadow: 0 10px 20px 0 rgba(15,33,78,.2);
    box-shadow: 0 10px 20px 0 rgba(15,33,78,.2);}
.sideBar li p{ margin-top:5px; font-size:10px; color:#666;}
.sideBar li .mouse{position:absolute; top:0; opacity:0; visibility:hidden; z-index: 0; transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}
.sideBar .liNow .mouse{ opacity:1; visibility:visible;}
.sideBar li:nth-child(2) .mouse{ left: -170px; width: 160px; }
.sideBar li:nth-child(2).liNow .mouse{ left: -160px; }
.sideBar li .tel{ border-radius:4px; background:#fff; height:60px; line-height:60px; text-align:center; font-size:var(--fs16); color:#333; box-shadow: 0px 0px 15px 0px rgba(158, 165, 177, 0.14);}
.sideBar li:nth-child(3) .mouse{ left: -170px; width: 160px; }
.sideBar li:nth-child(3).liNow .mouse{ left: -160px; }
.sideBar li:nth-child(4) .mouse{ top:50%; margin-top:-80px; left: -170px; width: 160px; }
.sideBar li:nth-child(4).liNow .mouse{ left: -160px; }
.sideBar li .ewm{ background: #fff; border-radius: 4px; width:160px; padding:10px; box-shadow: 0px 0px 15px 0px rgba(158, 165, 177, 0.14);}
.sideBar li .ewm img{ width:100%;}

.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}



.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}







