*{margin: 0;padding: 0;box-sizing: border-box;list-style: none;line-height: 100%;}
body{font-size: 14px;min-width: 1200px; overflow-x: hidden; font-family: 'Hos','Microsoft YaHei';}
a{text-decoration: none; color:#333; font-size: 14px;}
li{list-style: none;}
em,i{font-style: normal;}
input,select,textarea {border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.fl {float: left;}
.fr {float: right;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto;height: auto;z-index: 1;max-width: 100%;max-height:100%;}
.img img.img-center {width: auto;height:auto;height:-webkit-min-content;height:-moz-min-content;height:min-content;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.text-center {text-align: center;}
.div-container {position: relative;width: 74%;margin: auto;}
@font-face {
font-family:din;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}
@font-face{font-family: 'Hos';src:url(https://memberpic.114my.com.cn/chuangjian/cssnew/Hos.ttf.txt);}
@font-face {font-family: 'samsungsharpsans-b';src: url('//memberpic.114my.com.cn/chuangjian/cssnew/samsungsharpsans-bold.otf.txt');font-weight: normal;font-style: normal;} 

@font-face {
  font-family: 'iconfont';  /* Project id 4383909 */
  src: url('//at.alicdn.com/t/c/font_4383909_gfztt3pawhs.woff2?t=1713441659541') format('woff2'),
       url('//at.alicdn.com/t/c/font_4383909_gfztt3pawhs.woff?t=1713441659541') format('woff'),
       url('//at.alicdn.com/t/c/font_4383909_gfztt3pawhs.ttf?t=1713441659541') format('truetype');
}
@font-face {
  font-family: 'iconfont';  /* Project id 4630873 */
  src: url('//at.alicdn.com/t/c/font_4630873_2b9fd7vpmal.woff2?t=1721814774823') format('woff2'),
       url('//at.alicdn.com/t/c/font_4630873_2b9fd7vpmal.woff?t=1721814774823') format('woff'),
       url('//at.alicdn.com/t/c/font_4630873_2b9fd7vpmal.ttf?t=1721814774823') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}

.gyc {margin: 0 auto;max-width: 90%;min-width: 1200px;}
.gy{max-width: 1500px;margin: 0 auto;min-width: 1200px;width: 100%;}
.page{max-width: 1500px;margin: 0 auto;min-width: 1200px;width: 100%;}
.gyd {margin: 0 auto;max-width: 100%;min-width: 1200px;}

/*one_title*/
.one_title{text-align: center;margin-bottom:40px;}
.one_title p{font-size:42px;}
.one_title p b{color:#151948;font-weight: bold;}
.one_title span{display: inline-block;font-size:20px;color:#999;margin-top:12px;position:relative;}
.one_title span i{width:12px;height:12px;position:absolute;top:calc(50% - 6px);}
.one_title span i:first-child{left:-20px;}
.one_title span i:last-child{right:-20px;}
.one_title span i:before,.one_title span i:after{content:'';position:absolute;}
.one_title span i:before{width:5px;height:2px;background:#999;top:calc(50% - 1px);}
.one_title span i:after{width:8px;height:8px;border-radius:100%;border:2px solid #999;left:0;top:0;}
.one_title span i:first-child:before{left:-10px;animation:oneTitleBefore infinite 3s linear;}
.one_title span i:last-child:before{right:-10px;animation:oneTitleAfter infinite 3s linear;}

@keyframes oneTitleBefore{
  0%{width:5px;left:-10px;}
  25%{width:1px;left:0px;}
  50%{width:5px;left:-10px;}
  75%{width:15px;left:-20px;}
  100%{width:5px;left:-10px;}
}
@keyframes oneTitleAfter{
  0%{width:5px;right:-10px;}
  25%{width:1px;right:0px;}
  50%{width:5px;right:-10px;}
  75%{width:15px;right:-20px;}
  100%{width:5px;right:-10px;}
}

/* top */
.head_ov{width:100%; position: relative; z-index: 999;}
.head_bc{width:100%;height:40px;background:#151948;}
.head_tc{max-width: 90%;display: flex;justify-content: space-between;height: 40px;align-items: center;min-width: 1200px;margin: 0 auto;}
@media (max-width:1366px) {
.head_tc{ max-width: 1366px;padding: 0 3%;}
}
.head_tc p{font-size: 15px;color: rgba(255,255,255,0.7);font-weight:lighter; line-height: 40px;}
.head_tc ul{display: flex;height:40px;}
.head_tc ul li{position:relative;line-height:40px;}
.head_tc ul li a{display: flex;align-items: center;}
.head_tc ul li+li{margin-left: 27px;}
.head_tc ul li:hover .wx {transform: rotateX(0deg);}
.head_tc ul li span{font-size: 14px;color: #fff;padding-right: 4px;}
.head_tc ul li p{font-size: 14px;color: #fff;}
.head_tc ul li .itel_box{width:auto;}
.head_c{height: 124px;position:relative;display: flex;justify-content: space-between;align-items: center;}
.logo_c{display: flex;align-items: center;width: 35%;}
.hea_wz{padding-left:15px;}
.hea_wz b{font-size: 45px;color: #131513;display: block; font-weight: bold;line-height: 100%;  letter-spacing: 1px;}
.hea_wz span{font-size: 26px;color:#131513;font-weight: normal;letter-spacing:2.5px;display: block;line-height: 100%; padding-top:5px;}
.header_ri{width: 70%;display: flex;justify-content: space-between;align-items:center;}
.wx {top: 35px;}

.dfs{display:flex;align-items:end;justify-content:space-between;width: 100%;}
.iser_box,.itel_box{background:#fff;position:absolute;top:124px;padding:10px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 999;}
.icon_tel {background: #06bd01;position: relative; display: flex;}
.icon_tel:after {position: absolute;content: "";width:300px;height: 100%;background: #06bd01;top: 0;right: -296px;}
.icon_tel i span{color: #fff;}
.icon_tel_num{ font-size: 20px; color: #fff; }
.wx {top: 35px;}
@media (max-width:1199px){
.wrapper{width:100%; overflow:hidden;}
}

.headerWpr.on .header { top: 0; z-index: 999; height:90px;background: rgba(34, 99, 201, 0.5);padding: 0% 5% 0% 5%;} 
.headerWpr.on a.nav_a {color: #fff;}
.headerWpr.on .nav_a {line-height:90px; height:90px;}
.headerWpr.on .topSerBox{margin-top: 29px;}
.headerWpr.on .logo{ height: 90px;}
.headerWpr.on .sumMenuWpr{top: 90px;}
.headerWpr.on .header:before {top: 90px;}

.headerWpr{height:90px; position:relative; width:100%;}
.indexBody .headerWpr{ position:absolute; left:0; top:0; z-index:1;}
.header{ width: 100%; height: 110px; position: fixed; z-index: 30; left: 0px; top: 40px; padding: 0px 60px; transition:all 0.3s ease-in-out; background: linear-gradient(180deg, rgba(34, 99, 201, 0.99), transparent);padding: 0.8% 5% 10% 5%;}
.header:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    top: 140px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
}
.header>a>p{font-size: 30px; line-height: 34px; padding-left: 2%; font-weight: bold; letter-spacing: 1px;color: #fff;}
.header>a>p>span{font-size: 16px; padding-top:3px; display: block; line-height: 14px;letter-spacing:1px; color: #fff;font-weight: normal;}
.logo { float: left; display: flex; justify-content: center; align-items: center;height:110px; width: 250px;}
.logo img{height:58px; width:auto;}
.subNav{position:absolute;}
.nav{float:left; padding-right:1vw;}
.nav li{ float:left; position:relative}
.nav_a{ line-height: 110px; height: 110px; font-size: 17px !important; padding: 0 1.2vw; color: #fff; position:relative; display:inline-block; font-weight: normal;}
@media screen and (max-width: 1280px){
.nav_a {font-size: 15px !important;}
}
.nav li:nth-child(2)>a:before{content: '\eb8a';font-size:18px; position: absolute; right:3px; top: -4px; font-family: 'iconfont';color:rgba(255,255,255,0.6);transform: rotate(0deg);}
.nav li:nth-child(4)>a:before{content: '\eb8a';font-size:18px; position: absolute; right:3px; top: -4px; font-family: 'iconfont';color: rgba(255,255,255,0.6);transform: rotate(0deg);}
.nav li:nth-child(5)>a:before{content: '\eb8a';font-size:18px; position: absolute; right:3px; top: -4px; font-family: 'iconfont';color: rgba(255,255,255,0.6);transform: rotate(0deg);}
.nav li:nth-child(6)>a:before{content: '\eb8a';font-size:18px; position: absolute; right:3px; top: -4px; font-family: 'iconfont';color: rgba(255,255,255,0.6);transform: rotate(0deg);}
@media screen and (max-width: 1680px){
.nav li:nth-child(2)>a:before{ right:-3px; }
.nav li:nth-child(4)>a:before{ right:-3px; }
.nav li:nth-child(5)>a:before{ right:-3px; }
.nav li:nth-child(6)>a:before{ right:-3px; }
}
.nav_a:after{content:""; height:3px; width:0%; left:50%; transition:all 0.3s ease-in-out; background-image: linear-gradient(90deg, #151948 0%,#0713ae 100%); position:absolute; bottom:0;}
.nav_a.on{ color:#fff;font-weight:bold;}
.nav_a.on:after,.nav_a:hover:after{ width:100%; left:0;background-image: linear-gradient(90deg, #151948 0%,#0713ae 100%);}
.headRx{float:right;}
.nav_lan{ background: url() no-repeat left center; float: left; padding: 0px 11px 0px 26px; line-height: 100px; font-size: 14px; color: #666; position:relative;margin-left: 2vw;}
.nav_lan:before{ content: ""; background: #151948; height: 20px; width: 1px; position: absolute; top: 50%; margin-top: -10px;left: -2vw; }
.topSerBox{ float: left; height:34px; width: 170px; margin-top: 31px; border: 2px solid #eee; margin-left:2vw; border-radius:1.8em; position:relative; overflow:hidden}
.topSerBox input{padding: 0px 50px 0px 18px; line-height: 32px; height: 32px; background:none; color:#666}
.subMenu{ background: #FFF; width: 320px; position: absolute; left: 50%; top: 100px; margin-left: -160px; opacity:0; visibility:hidden; box-shadow:inset 0 3px 5px rgba(0,0,0,0.1); }

.nav li:hover .subMenu{opacity:1; visibility:visible; transition:all 0.3s ease-in-out;}
.subMenu dl{ padding:12px 0 25px;}
.subMenu dd{ position:relative;}
.subMenu dd:before{content:""; height:1px; background:#E6E6E6; position:absolute; left:40px; right:40px; top:0px}
.subMenu dd:nth-child(1):before{display:none;}
.subNav_a{ display: block; line-height: 28px; padding: 16px 60px 16px 40px; font-size: 18px; color: #666; letter-spacing: 1px; position:relative; transition:all 0.3s ease-in-out; z-index:1; text-align:center;}
.subNav_a a{font-size: 18px;}
.subNav_a:before{content:"";background-image: linear-gradient(90deg, #151948 0%,#0713ae 100%); position:absolute; left:0; top:0; width:0; bottom:-1px; transition:all 0.3s ease-in-out;}
.subNav_a:hover:before{ width:100%;}
.subNav_a:after{content:""; transition:all 0.3s ease-in-out; position:absolute; left:0; top:0; bottom:-1px; width:4px; background:#022c7f; opacity:0}
.subNav_a:hover:after{opacity:1;}
.subNav_a:hover{color:#fff;}
.subNav_a span{display:block; position:relative;font-size: 17px;}
.subNav_a i{ background: url() no-repeat center center; height: 16px; width: 25px; position: absolute; top: 50%; margin-top: -8px; right: 40px; transition:all 0.8s ease-in-out; transform:translateX(-45px); opacity:0}
.subNav_a:hover i{ transform:translateX(0); opacity:1;}

.headerWpr { position: fixed;    z-index: 100;}
.style2Header .nav li{ position:static;}
.sumMenuWpr{ overflow:hidden; position:absolute; left:50%; top:125px; width:100%; max-width:1280px; background:#fff; transform:translate(-50%,0); opacity:0; visibility:hidden;z-index: 999;}
@media screen and (max-width: 1680px){
.sumMenuWpr {top: 125px;}
}
.sumMenuWpr .subMenu{ position:relative; z-index:2; float:left; opacity:1; top:0; left:0; margin-left:0;  box-shadow:inset 3px 3px 5px rgba(0,0,0,0.1); min-height:350px;}
.nav li:hover .sumMenuWpr{opacity:1; visibility:visible; transition:all 0.5s ease-in-out;}
.subMenuRx{ position:absolute; left:320px; right:0; top:0; bottom:0;}
.subMenu_txt{ position:absolute; left:0; width:100%; top:50%; transform:translateY(-50%); padding:0 115px; margin-top:-20px;}
.subMenu_txt>strong{ font-size: 32px; color: #151948; letter-spacing: 3px; line-height: 56px; display: block; }
.subMenu_txt>p{ margin-top: 18px; font-size: 17px; line-height: 32px; color: #333; word-spacing: 2px; font-weight: normal;}
.subMneu_more{ line-height: 48px; color: #FFF !important; background: #151948; height: 48px; width: 180px; font-size: 16px; letter-spacing: 1px; text-align: center; display: inline-block; margin-top: 50px; border-radius:1.8em; }
.subMneu_more a{color: #fff;}
.subMneu_more:hover{ box-shadow:0 3px 8px rgba(0,0,0,0.1); transform:translateY(-5px); color:#fff;}
.subMenuRx .bgImg{ position:absolute; left:0; top:0; right:0; bottom:0;}
.subMenuRx .bgImg:after{ content: ""; background: url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724202750_1834351755.jp) no-repeat left top; background-size:cover; position:absolute; left:0; top:0; right:0; bottom:0; box-shadow:inset -3px 3px 5px rgba(0,0,0,0.1);}
.search_r{margin-top:0px;position:relative;}
#infoname{width:170px;height:32px;line-height: 32px;border: none;}
.z_img{ position:absolute;top:0px;right:-40px;background: no-repeat;}
.z_img img{width: 38px;}

/* index */
.banner_box{position: relative;}
.index-swiper {width: 100%;height: 100%;position: relative;}
.index-swiper .index-pagination {position: absolute;right: 2%;bottom:7%;top: auto;width: auto;height: auto;transform: none;}
.index-swiper .index-pagination span.swiper-pagination-bullet {background: none;width: 22px;height: 22px;border-radius: 0;position: relative;margin: 0px 0;}
.index-swiper .index-pagination span::after,.index-swiper .index-pagination span::before {content: '';border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.index-swiper .index-pagination span::after {width: 6px;height: 6px;background: #fff;}
.index-swiper .index-pagination span::before {width:20px;height: 20px; border: 1px solid #fff;opacity: 0;}
.index-swiper .index-pagination span.swiper-pagination-bullet-active::before  {opacity: 1;}
body.black .index-swiper .index-pagination span::after{background: #000;}
body.black .index-swiper .index-pagination span::before {border: 1px solid #000;}

.index-banner-swiper {width: 100%;height: 100%;position: relative;background: #000;} 
.index-banner-swiper .swiper-slide-active .img .pic {animation: srmgani 4000ms 1 ease forwards;}
@keyframes srmgani{0%{transform:scale(1.05);} 100%{transform:scale(1.0);}}
.index-banner-item {position: relative;}
.index-banner-item .text{position: absolute;left: 0%;top: 33%;transform: translateY(-50%);z-index: 100;color: #fff;width: 100%;}
.index-banner-item .textt{top: 32%;}
.index-banner-item .textx3{position: absolute;left: 10%;top: 59%;transform: translateY(-50%);z-index: 100;color: #fff;align-items: flex-start; display: flex; flex-direction: column; justify-content: center;}
.index-banner-swiper .title-1 strong,.index-banner-swiper .title-2 strong {font-weight:500;letter-spacing: 4px;line-height:58px;}
.index-banner-swiper .title-2 span{font-weight:bold;}
.hz{color: #333;}
.hza{color: #0f48b0;}
.hzt{text-shadow: 1px 1px 3px #333;}

.index-banner-swiper .title-1,
.index-banner-swiper .title-2,.index-banner-swiper .title-3,
.index-banner-swiper .more-1 {opacity: 0;transform:translateY(-60px);transition: opacity .8s linear,transform .8s cubic-bezier(.215,.61,.355,1);text-align: center;}
.index-banner-swiper .title-1,
.index-banner-swiper .title-2,.index-banner-swiper .title-3,
.index-banner-swiper .more-2 {opacity: 0;transform:translateY(-60px);transition: opacity .8s linear,transform .8s cubic-bezier(.215,.61,.355,1);text-align: center;margin-bottom:1%;}
.index-banner-swiper>.title-1 {transition-delay: .2s; line-height: 1;}
.font64{font-size:2.9vw; font-weight: bold !important; font-family:Microsoft YaHei;}
.font642{font-size:2.6vw; font-weight: bold !important; font-family:Microsoft YaHei;}
.font65{font-size: 34px;color: rgba(255,255,255,0.8);text-shadow: 3px 3px 3px #060606; font-family:Microsoft YaHei;}
.font66{font-size: 1rem;color: rgba(255,255,255,1); width: 52%;display: flex; line-height: 2rem !IMPORTANT;margin-top:3%;}
.font655{font-size: 1.5rem;}
.font7{width:88px; height:102px; border-radius: 10%;border: 2px #0667db solid;float: left;justify-content: center;font-size:16px; padding:2.5% 1%;line-height:20px !important; margin-left:2%;text-align: center;margin-bottom:4%;margin-top:4%;letter-spacing:1px !important;color: #222;}
.font7 i{font-size: 30px; line-height: 30px;text-align: center; margin-bottom:1%;display: block;color: #0667db;}
.font666{font-size: 1.2rem;color: #fff; width: 52%;display: flex; line-height: 2rem !IMPORTANT;margin-top:1%;}
.font663{font-size: 1.4rem; width: 100%;display: flex; line-height: 2rem !IMPORTANT;margin-top:2%;background: url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724110356_1220576862.png) left no-repeat; padding-left:35px;font-weight: normal;}
.index-banner-swiper .title-2 {transition-delay: .4s;margin-top: 0%; width:100%;margin-bottom: 0%;}
.index-banner-swiper .title-3 {transition-delay: .4s;margin-top: 10%;}
.index-banner-swiper .more-1  {transition-delay: .6s;}
.index-banner-swiper .more-2  {transition-delay: .6s;}
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2,
.index-banner-swiper .swiper-slide-active .title-3,
.index-banner-swiper .swiper-slide-active .more-1  {transform: translateY(0px);opacity: 1;}
.index-banner-swiper .swiper-slide-active .more-2  {transform: translateY(0px);opacity: 1;}

.more-1 {margin-top: 1%;}
.more-1>a {display: block;width: 630px;height: 44px;line-height:44px ;font-size: 20px;overflow: hidden;position: relative;text-align: center;border: 1px solid #151948;border-radius: 50px; margin: 0 auto;background: #151948;letter-spacing: 1px;}

.more-1>a>span{line-height:44px;color: #fff;}
.more-1>span {display: inline-block;vertical-align: middle;color: #fff;line-height:46px ;}
.more-1>a:hover {border-radius: 60px;}
.more-1>a:hover span {color: rgba(255,255,255,0.5);}

.more-2 {margin-top: 5%; display: flex;}
.more-2>a {display: flex;width: 180px;height: 48px;line-height:48px ;font-size: 16px;overflow: hidden;position: relative;text-align: center;border: 0px solid #0f48b0;border-radius: 0px;background: #151948;justify-content: center; align-items: center;}
.more-2>a:nth-child(2){margin-left:2%;background: #0f48b0;}
.more-2>a>span{line-height:44px;color: #fff;}
.more-2>span {display: inline-block;vertical-align: middle;color: #fff;line-height:46px ;}
.more-2>a:hover {background: #0b3485;border: 2px solid #0b3485;}
.more-2>a:hover span {color: #fff;}
.more-2 i {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background: url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724202858_2134987745.png) center no-repeat;
    margin-left: 10px;
}
 
.banner-swiper-bottom {width: 50%;position: absolute;bottom: 5%;left: 50%;z-index: 11;text-align: center;transform: translateX(-50%);transition:all .4s ease;opacity:.5;}
.banner-swiper-bottom:hover {opacity:1;}
.index-banner-swiper .banner-pagination {z-index: 160;text-align: center;display: inline-block;vertical-align: middle;position: relative;margin: 0 10px;left: auto;top: auto;transform: none;right: auto;bottom: auto;width: 240px;height: 4px;}
.index-banner-swiper .banner-pagination span {width: 100%;height: 4px;border-radius: 4px;position: absolute;left: 0;top: 0;overflow: hidden;background: none;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {animation: bannerp 4000ms 1 ease forwards;}
.index-banner-swiper .banner-pagination span::after {content: '';width: 100%;height: 100%;background: #fff;position: absolute;left: 0;top: 0;opacity: .2;}
.index-banner-swiper .banner-pagination span::before {content: '';width: 0;height: 100%;background: #fff;position: absolute;left: 0;top: 0;opacity: 1;z-index: 11;transition:all .4s ease;}
.index-banner-swiper .banner-prev,.index-banner-swiper .banner-next {display: inline-block;vertical-align: middle;position: relative;margin: 0 20px;left: auto;top: auto;transform: none;right: auto;bottom: auto;width: auto;height: auto;} 
.index-banner-swiper .banner-prev::after,.index-banner-swiper .banner-next::after {color: #fff;font-size: 16px;font-weight: 900;}
@keyframes bannerp{0%{width: 0;} 100%{width: 100%;}}
/* banner end */

/*num*/
.num {padding: 50px 0;overflow: hidden;  background: #f8f8f8;}
.num_box {max-width: 90%;margin: 0 auto;}
.num_con {}
.num_con ul {display: flex;justify-content: space-between;align-items: center;}
.num_con li {width: 25%;display: flex;flex-direction: column;position: relative;align-items:  center;border-right:  1px solid #eee;height: 30%;justify-content:  center;}
.num_con li:last-child {border-right:none;}
.num_con li i {font-size: 54px;font-family: 'samsungsharpsans-b';color: #151948; font-weight:lighter;}
.num_con li em {position: absolute;right: 24%;top: 14px;font-size:  24px;color: #333;font-weight:  lighter;}
.num_con li:nth-child(1) em {right: 38%;}
.num_con li:nth-last-child(-n+2) em {right: 30%;}
.num_con li p {display: flex;flex-direction: column;align-items: center;font-size: 24px;line-height: 30px;font-weight:  lighter;padding-top: 5px;}
.num_con li p span {font-size: 15px;line-height: 16px;padding-top: 12px; font-weight:100; color:#999;}

/*pro*/
.pro {padding: 0 0 0 1%;overflow: hidden;position: relative;z-index: 5;display: flex;justify-content: flex-end;}
.pro:before {content:'';width: 29.5%;height:100%;background: rgba(0,0,0,0.06);position:absolute;top:0;left:0;z-index:-1;}
.pro:after {content:'';width: 71.5%;height:100%;background:#fff;position:absolute;top:0;right: 0;z-index:-1;}
.pro_box {max-width: 1700px;/* margin:0 auto; */}
.pro_tab {display:flex;justify-content:space-between;align-items: center;}
.pro_txt {width: 20%;display:flex;flex-direction:column; margin: 3% 0 3% 0;}
.pro_tit {padding-bottom:4%;}
.pro_tit p {display:flex;flex-direction:column;color: #333;font-size: calc(1.1rem + 1vw); font-weight:bold;}
.pro_tit p span {font-size:15px;padding: 3% 0 0;line-height: 24px; font-weight:normal;}
.pro_nav {margin: 5% 0 0;}
.pro_nav ul {}
.pro_nav li {padding:3.5% 10%;border-left: 1px solid #ddd;position: relative;z-index: 5;}
.pro_nav li:before {content:'';width:5px;height:5px;border:1px solid #eee;border-radius:50%;position:absolute;left: -4px;top:25px;opacity: 0;transition: 0.5s;background: #151948;}
.pro_nav li:after {content:'';width:0;height:45px;background: rgba(21,25,72,0.9);position:absolute;bottom:0;left: 0;transition: 0.8s;}
.pro_nav li.on:before {opacity:1;}
.pro_nav li.on:after {width: 80%;}
.pro_nav li a {font-size:17px;color: #333;opacity: 0.7;transition:0.8s;}
.pro_nav li.on a {opacity:1;position: relative;z-index: 999;padding: 7% 0;color: #fff;}

.pro_con {width: 80%;overflow: hidden;}
.pro_roll {display:flex;transition:1.2s;}
.pro_call {width:100%;flex-shrink:0;/* padding: 0.05% 0 0.1%; */}
.pro_call ul {display: flex !important;flex-wrap:wrap;justify-content: space-between;}
.pro_call li {width: 33.33%;position: relative;background: #fff;padding: 2% 2% 4% 2%;display: flex;flex-direction: column;border: 1px solid #eee;border-left:none;}
.pro_call li:nth-child(n+4) {/* margin: 0.07% 0 0; */border-top:none;}
.pro_call li a {overflow:hidden;}
.pro_call li a img {width:100%;height: auto;transition:0.8s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li br {display:none;}
.pro_call li span {position:absolute;bottom: 6%;transition: 0.5s;}
.pro_call li span a {font-size:15px;}
.pro_call li:hover span {transform: translateX(10px);}

/*two_tit*/
.two_tit{text-align: center;margin-bottom:60px;}
.two_tit p{font-size:42px;}
.two_tit p b{font-weight: bold;color:#151948;}
.two_tit span{font-size:18px;display:inline-block;line-height:100%;margin-top:15px;color:#999;}
.two_tit i{width:520px;height:1px;background:rgba(255,255,255,0.1);display: block;margin:25px auto 0;position: relative;}
.two_tit i:before,.two_tit i:after{content:'';width:5px;height:5px;background:#151948;position:absolute;top:-2px;border-radius:100%;}
.two_tit i:before{left:0;}
.two_tit i:after{right:0;}

.markermenu {width:100% !important;}
.markermenu ul li a {width: 100% !important;text-align: center;}

/*brand*/
.brand_wrap{width:100%;background:#151948 url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724203015_1327591170.jpg) no-repeat calc(50% - 960px) center;padding:100px 0;animation:brandBg 60s  infinite linear;}
@keyframes brandBg{
  0%{background-position:calc(50% - 960px) center;}
  100%{background-position:calc(50% + 960px) center;}
}
.bran_tit p,.bran_tit p b{color:#fff;}
.bran_tit span{color:rgba(255,255,255,0.8);}
/*applications*/
.dfs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.app_box{margin:100px auto;}
.app_con{align-items:end}
.app_le{width:380px;}
.app_le ul{display: flex;flex-wrap:wrap;}
.app_le li{width:calc((100% - 1px) / 1);height:102px;border:1px solid rgba(255,255,255,0.2);position:relative;overflow: hidden;}
.app_le li:nth-child(even){margin-left:-1px;}
.app_le li:nth-child(n+3){margin-top:-1px;}
.app_le li:before{content:'';width:100%;height:100%;background:#151948;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(90deg);opacity:0;transition:all 0.3s;transform-origin:left top;}
.app_le li.on:before{transform:translate(-50%,-50%) rotate(0deg);opacity:1;}
.app_le li a{display: flex;line-height:102px; position:relative;z-index:2;padding-left:17%;}
.app_le li a i{font-size:24px;line-height:102px;margin-right:15px;color:#fff;}
.app_le li.on a i{color:#fff;}
.app_le li a p{font-size:20px;line-height:102px;color:#fff;}
.app_le li.on a p{color:#fff;}

.app_ri{width:calc(100% - 430px);position:relative;overflow: hidden;}
.app_ri:before{content:'';width:300px;height:100%;position:absolute;top:0;right:0;background:#15172c;z-index:-1;}
.app_ri .divdgweb_new_div_item{visibility: hidden;height: 0;position:relative;}
.app_ri .divdgweb_new_div_item.on{visibility:visible;height:auto;}
.app_ri .divdgweb_new_div_item_date{display:none;}
.app_ri .news_div_item_pic{width:808px;}
.app_ri .news_div_item_pic img{width:100%;}
.app_ri .divdgweb_new_div_item_content{width:56%;background:rgba(255,255,255,0.97);transform:translateY(-50%);padding:50px;position:absolute;top:50%;right:25px;}
.app_ri .divdgweb_new_div_item_title a{font-size: 30px;color: #333;font-weight: bold;padding:0 0 30px;display:block;border-bottom:1px solid #ccc;margin-bottom:30px;position:relative;}
.app_ri .divdgweb_new_div_item_title a:before{content: '';width: 40px;height: 3px;display: inline-block;background: #15172c;position: absolute;left:0px;bottom: -2px;transition: 0.3s ease all;}
.app_ri .divdgweb_new_div_item_content:hover .divdgweb_new_div_item_title a:before{width: 220px;background: #151948;}
.app_ri .divdgweb_new_div_item_body{font-size:16px;line-height:36px;height:108px;overflow: hidden;}
.app_ri .divdgweb_new_div_item_body b{font-size: 18px;font-weight: bold;}
.app_ri .more{width: 160px;height: 46px;display: block;background: #151948;font-size:15px;line-height: 44px;text-align: center;color: #fff;border-radius: 23px;margin-top:50px;transition: 0.3s ease all;}
.app_ri .divdgweb_new_div_item_content:hover .more{width:220px;background: #151948;box-shadow:0 15px 25px rgba(21,25,72,0.3);}
.app_ri .more:after{content: '\eb8d';font-family:'iconfont';margin-left:15px; color: #fff;font-size:18px;}

.abox2 {
  width: 100%;
  background: url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240723/20240723195810_793000169.jpg) no-repeat center top; padding: 100px 0;}
.abox2 .box {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
padding-top:2%;
}
@media (max-width: 1600px) {
.abox2 .box {
    width: 84%;
  }
}
@media (max-width: 1280px) {
.abox2 .box {
    width: 90%;
  }
}
.abox2 .box .left {
  width: 47%;
  padding-top: 0px;
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 500px) {
.abox2 .box .left {
    display: none;
  }
}
.abox2 .box .left .line {
  width: 0.05rem;
  height: 100%;
  background: #DDDDDD;
  border-radius: 0.03rem;
  position: absolute;
  left: 0;
  top: 0;
}
.abox2 .box .left .line span {
  height: 52%;
  background: #151948;
  border-radius: 3px;
  width: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  transition: all ease-in 0.5s;
width: 3px;
}
@media (max-width: 768px) {
.abox2 .box .left .line span {
    height: 45%;
  }
}
.abox2 .box .left ul li {
  width: 100%;
  margin-bottom: 2.5rem;
  cursor: pointer;
}
.abox2 .box .left ul li.on{border-bottom: 1px #eee solid;padding-bottom: 5%;}
.abox2 .box .left ul li .t1 {
  font-size: 28px;;
  line-height: 30px;
}
.abox2 .box .left ul li .t2 {
  line-height: 28px;
  color: #333;
  margin-top:1.5rem;
  display: none;
}
.abox2 .box .left ul li .t2 p{line-height: 28px; font-size:17px;color: #999;}
.abox2 .box .left ul li.on .t1 {color: #151948;font-size: 28px;font-weight:bold;}
.abox2 .box .left ul li.on .t2 {
  display: block;
}
.abox2 .box .img {
  width: 50%;
}
@media (max-width: 500px) {
.abox2 .box .img {
    display: none;
  }
}
.abox2 .box .img ul li {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  display: none;
}
.abox2 .box .img ul li.on {
  display: block;
}
.abox2 .box .img ul li img {
  width: 100%;
border-radius: 15px;
}
.abox2 .box .mobile-list {
  width: 100%;
  display: none;
}
@media (max-width: 500px) {
.abox2 .box .mobile-list {
    display: block;
  }
}
.abox2 .box .mobile-list .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abox2 .box .mobile-list .swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.abox2 .box .mobile-list .swiper .swiper-slide .imgs {
  width: 100%;
  height: 4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.abox2 .box .mobile-list .swiper .swiper-slide .txt {
  width: 100%;
  /*position: absolute;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*z-index: 2;*/
  font-size: 0.28rem;
  color: #333;
  line-height: 0.38rem;
  margin-top: 0.2rem;
  /*background: rgba(0, 0, 0, 0.1);*/
}
@media (max-width: 500px) {
.abox2 .box .mobile-list .swiper .swiper-slide .txt {
    font-size: 18px;
    line-height: 28px;
  }
}
.abox2 .box .mobile-list .swiper .swiper-slide .t2 {
  margin-top: 0.2rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}


/* company */
.com_wrap{width:100%;background:url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724203514_1967412130.jpg) no-repeat center top;padding-top:100px;}
.cw_con{background:#fff;padding:50px;align-items:end;box-shadow: 1px 1px 50px rgba(0,0,0,0.1);}
.about_ysbg {width: 100%; height: 356px; background: url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724204015_1332347004.jpg) no-repeat center;position:relative;}
.about_ys { max-width: 1120px; height:230px; padding: 45px; background: rgba(255,255,255,0.96); margin: 0 auto;position:absolute;top:calc(50% - 115px);left:calc(50% - 555px);border-radius:20px;}
.about_ys .about_title { font-size: 37px; line-height: 70px;  color: #333; width: 100%; font-weight: bold; border-bottom: 1px solid #ccc; text-align: center; }
.about_ys .about_title span { color: #151948; }
.about_ys ul { margin: 0 auto; text-align: center; font-size:20px; line-height: 30px; color: #333; margin-top: 25px; }
.about_ys li {display: inline-block; padding-left: 5px; width:calc((100% - 20px) / 4); background: url()left no-repeat; }
.about_ys li .counter { color: #151948; }
.ab_text{margin-top:50px;font-size:17px;line-height:32px;color:#666;text-align:center;padding: 0 10%;}
.ab_text a{display: block;width:226px;height:50px;border-radius:50px;border:1px solid #151948;margin:50px auto 0;text-align: center;line-height:48px;font-size:16px;color:#151948;transition:all 0.5s;}
.ab_text a:hover{width:300px;background:#151948;box-shadow:0 10px 10px rgba(21,25,72,0.2);color:#fff;}
.ab_rc{width:660px;}

/*实景*/
.int_nr{background: #fff;padding: 0 5% 5% 5%;display: flex; flex-direction: column; max-width: 90%;
    margin: 0 auto; margin-top: -0%;position: relative;z-index: 99;box-shadow: 1px 40px 50px rgba(0,0,0,0.1);}
.mot_con {}
.mot_con ul {display: flex;justify-content: space-between;align-items: center;}
.mot_con li {display:  flex;flex-direction:  column;position:  relative;width: 32.5%; overflow:  hidden;    margin: 0 0.2%;}
.mot_con li:hover img {    transform: scale(1.1);}
.mot_con li:after {content:'';width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;top:0;left:0;display:none;}
.mot_con li p {width:100%;padding:20px 20px;background:#f8f8f8;transition: 0.5s;text-align: center;}
.mot_con li a {  overflow: hidden;     display: inline-block;  }
.mot_con li p a {font-size: 17px;width:  100%;height: 100%;display:  flex;flex-direction:  column;    z-index: 5;color: #222;  }
.mot_con li a img {width:100%;height:auto;transition: 0.5s;}
.mot_con .ban_dot{display:  none !important;}

/*新闻*/
.footer-content {
    max-width: 1500px;
    margin: auto;
    position: relative;
}
.fl {float: left;}
.fr {float: right;}
.font42 {
    font-size: 2rem;
}
.font32 {
    font-size: 2rem;
}
.news_bg {
    padding-bottom: 70px;
    overflow: hidden;
background: #fff;
}

.bg {
    position: relative;
    margin: 0 auto;
}

.box {
    margin: 0 auto;
}

.news_t {
    padding: 70px 0 14px 0;
}

.news_tl p {
    color: #151948;
    line-height: 1.1;
    font-weight: 900;
}

.news_tl span {
    margin-top: 10px;
    color: #282f36;
    line-height: 1.4;
}

.news_tl,
.news_tr {
    display: inline-block;
}

.news_tr a {
    display: inline-block;
    margin-left: 110px;
    margin-top: -12px;
}

.news_tr a p {
    font-size: 20px;
    color: #222;
    line-height: 0px;
}

.news_tr a span {
    font-size: 12px;
    color: #ccc;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 46px;
}

.news_tr a:before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background-color: #f7f7f7;
    margin: -10px 14px 0 0;
    position: relative;
    top: 37px;
    left: -70px;
    transition: 0.3s ease all;
    background-image: url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724203717_877618188.png);
}

.news_tr a:nth-child(1):before {
    background-position: 0 0;
}

.news_tr a:nth-child(2):before {
    background-position: -56px 0;
}

.news_tr a:nth-child(3):before {
    background-position: -112px 0;
}

.news_tr a.on:before {
    background-color: #e7e8e9;
    background-position-y: -56px;
}

.news_div .news_div_item {
    position: relative;
    float: left;
}

.news_div .news_div_item:first-child {
    width: 30%;
    padding-top: 40px;
    z-index: 2;
}

.news_div .news_div_item:nth-child(n+2) {
    width: 31%;
    padding: 20px 0 20px 0;
    height: 210px;
    float: left;
    border-bottom: 1px #eee solid;
    margin-left: 4%;
}

.news_div .news_div_item:nth-child(n+2) .news_div_item_pic {
    float: left;
    width: 30%;
    height: 168px;
    display: none;
}

.news_div_item_pic {
    overflow: hidden;
}

.news_div_item_pic img {
    width: 100%;
    border: 1px #666 solid;
}

.news_div .news_div_item:first-child .news_div_item_date {
    display: none;
}

.news_div .news_div_item:nth-child(n+2) .news_div_item_date div {
    float: left;
    color: #ccc;
}

.news_div_item_content {
    position: absolute;
}

.news_div .news_div_item:first-child .news_div_item_pic {
    height: auto;
}

.news_div .news_div_item:first-child .news_div_item_content {
    bottom:0px;
    width: 100%; padding:7%;
    background: rgba(0,0,0,0.5);}

.news_div .news_div_item:nth-child(n+2) .news_div_item_content {
    left: 0;
    top: 38px;
    width: 100%;
}

a.news_div_item_a {
    font-size: 22px;
    color: #222;
    line-height: 40px;
    display: block;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_div .news_div_item:first-child a.news_div_item_a{color: #fff;}
.news_div .news_div_item:first-child .news_div_item_body:after{color: #fff;}
.news_div_item_body {
    font-size: 15px;
    line-height: 26px;
    color: #999;
    margin-top: 0px;
}

.news_div_item_body:after {
font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
content: "\eb8d" !important;
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    border: 1px #ccc solid;
    margin-top: 15px;
    transition: 0.3s all ease;
text-align: center;
}

.news_div_item:hover .news_div_item_body:after {
    background-color: #151948;
    width: 60px;
    border: 1px #151948 solid;
    background-image: url();
 color: #fff;
}

.news_div_item:hover a.news_div_item_a {
    color: #151948;
}


/*版权*/
.footWrap{background:#100102;color: #fff;position: relative;z-index: 1;line-height:25px;font-size: 14px;margin-top:20px;}
.footWrap>.gy{border-top:10px solid #151948;transform: translateY(-10px);}
.footWrap>.gyc{border-top:10px solid #151948;transform: translateY(-10px);}
em,i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}

.footWrap .f_shouy a{color: #fff;font-size: 16px;padding-top: 20px;display: flex;justify-content: flex-end;align-items: center;}
.hh{font-size: 18px;position: relative;color: #fff;font-weight: normal;border-bottom: 1px solid rgba(255, 255, 255, 0.19);line-height: 62px;background: url(https://memberpic.114my.com.cn/chuangjian/uploadfile/image/20240724/20240724203802_1975847341.png) no-repeat right center;}
.f_con{border-bottom: 1px solid rgba(255, 255, 255, 0.19);padding:50px 0 0;display: flex;justify-content: space-between;}
.f_code{width: 17%;min-width:224px;}
.f_code p{text-align: center;float: left;}
.f_code p:nth-child(3){margin-left:12px;}
.f_code p img{display: block;height:120px;background: #fff;padding: 7px;width: 120px;}
.f_text{width:67%;min-width:954px;}
.f_text li{float: left;font-size: 18px;color: #fff;width: 38%;}
.f_text li:nth-child(3n){width: 226px;}
.f_text li span{display: block;font-size: 16px;color: #fff;}
.f_text li em{display: block;font-size: 14px;color: rgba(255,255,255,0.5);margin-bottom: 10px;}
.f_wz{height: 57px;line-height: 47px;color: rgba(255,255,255,0.5);}
.f_nav{height: 64px;font-size: 16px;display: flex;justify-content: space-between;align-items: center;}
.f_nav a{color: #fff;font-size: 16px}
.f_text li span a{font-size: 18px;text-align: left;padding-top: 0;color: #fff;}
.f_text>ul{display: flex;flex-wrap: wrap;padding: 25px 0 33px;}
.f_text li:nth-child(4),.f_text li:nth-child(5),.f_text li:nth-child(6) {
    margin-top: 38px;
}
.ewm{display: flex;justify-content: space-between;margin-top: 25px;}
.linkTagcs li a{font-size:14px;}
.links_r a{font-family: "hji" !important;font-size:42px;font-style: normal;color:rgba(255,255,255,0.3);display:inline;height:80px;display: block;line-height:80px;padding-left: 32px;}
.links_l{display: flex;align-items: center;width: 7.5%;min-width: 86px;}
.l_wz{position: relative;}
.l_wz b{font-size: 25px;color: #fff;line-height: 21px;}
.l_wz p{color: rgba(255,255,255,0.5);letter-spacing: 5px;}

.links{display: flex;align-items: center;justify-content: space-between;height: 100%;position: relative;}
.links>div{display: flex;align-items: center;color: rgba(255,255,255,0.5);}
.links_m{width: 97%;}
.linkTagcs li a{color: rgba(255,255,255,0.38)!important;}
.link_bc {
    height: 56px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.lin_ic{width: 30px;height: 30px;border-radius: 100%;border:1px solid #fff;text-align: center;line-height: 30px;color: #fff;font-size: 14px;position: absolute;right: 0;top: 25px;}
.linkTagcs li{line-height: 18px!important;padding-right: 10px!important;}
.linkTagcs li a {font-size: 13px!important;}
.links>div:nth-child(1) {
    width: calc(100% - 34px);
}
.links>div:nth-child(2) {
}
.linkTagcs{width:100%!important;}
.food_wbg{background: #151948;}
.foot_to{color: rgba(255,255,255,0.5);font-size: 14px;}
.foot_to>a {
    color: rgba(255,255,255,0.5);
}
.copy_b{display: flex;justify-content: space-between;height: 66px;}
.copy_b>div{line-height: 66px;color:rgba(255,255,255,0.6);}
.copy_b>div a{color:rgba(255,255,255,0.6);}
.copy_b>div a:hover{color:rgba(255,255,255,0.8);}

/*--serverBar--*/
.serverBar{display:none;position:fixed;z-index:999;top:30%;right:0;transform:translateY(-50%);}
.serverBar li{position:relative;margin-bottom:10px; line-height: 26px;}
.serverBar li a{display:block;padding:12px 5px;width:70px;height:70px;text-align:center;color:#000 !important;background:#fff;border:#f0f0f0 solid 1px;}
.serverBar li a>i{display:block;font-size:22px;line-height:28px;}
.serverBar li a>span{display:block;font-size:14px;}
.serverBar li:hover a{color:#fff !important;background:#151948;border-color:rgba(255,255,255,0.1);}
.serverBar li .infos{display:none;position:absolute;right:60px;padding:10px;background:#fff;border:#f0f0f0 solid 1px;box-shadow:0 0 10px rgba(255,255,255,0.1);}
.serverBar li .tel{top:0;}
.serverBar li .tel dt{padding-bottom:6px;font-size:14px;color:#666;border-bottom:#f0f0f0 solid 1px;}
.serverBar li .tel dd{padding-top:6px;font-size:20px;font-family:"DIN Medium";color:#151948;white-space:nowrap;}
.serverBar li .QRcode{bottom:0;overflow:hidden;}
.serverBar li .QRcode .item1{overflow:hidden;}
.serverBar li .QRcode .item1 i{display:block;width:100px;}
.serverBar li .QRcode .item1 img{display:block;width:100%;}
.serverBar li .QRcode .item1 p{font-size:14px;color:#000;text-align:center;}
.serverBar li:hover .infos{display:block;}
@media(max-width:1200px){
.serverBar{display:none !important;}
}
/*--end serverBar--*/