.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;/* border-bottom:solid 1px rgba(255,255,255,0.3); */-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,40px,0);}
to {opacity:1;transform:none;}
}
*{font-family: PingFangSC-Regular, PingFang SC, "Microsoft YaHei" ,"Arial" ;}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
-webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
cursor: pointer;
}
input{
    -webkit-appearance: none;
}
input {-webkit-appearance:none!important; border-radius:0; }
button{
    cursor: pointer;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}

.head {
  /* 样式 */
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 777;
  background: #fff;
  height: 80px;
}
.wrap:after{
  content:"";
  display:table;
  clear:both;
}
 .wrap {
  /* 样式 */
  width: 1390px;
  padding: 0px 15px;
  margin: auto;
  max-width: 100%;
}

.head .wrap {
  /* 样式 */
  width: 1400px;
  position: relative;
  height: 100%;
}

.head .logo {
  /* 样式 */
  position: relative;
  z-index: 5;
  float: left;
  padding-top: 17px;
}

.head .logo img{
  /* 样式 */
}

.head .logo span{
  /* 样式 */
  font-family: 思源黑体;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #3D3D3D;
} 

.head .nav {
  /* 样式 */
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.head .nav ul {
  /* 样式 */
}

.head .nav ul li {
  /* 样式 */
  display: inline-block;
  padding: 0 20px;
}

.head .nav ul li .h2tit {
  /* 样式 */
}

.head .nav ul li .h2tit a {
  /* 样式 */
  /*font-family: 思源黑体;*/
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #031b4e;
  display: block;
}

.head .more {
  /* 样式 */
  position: relative;
  z-index: 4;
  float: right;
  width: 100px; margin-right: 10px;
  line-height: 39px;
  border-radius: 19.5px;
  opacity: 1;
  background: linear-gradient(270deg, #A45DF7 0%, #4E54FF 100%);
  margin-top: 24px;
  text-align: center;
  font-family: 思源黑体;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
}

.banner {

margin-top: 80px;

height: 853px;

position: relative;

overflow: hidden;
}

.banner .imgbg {

  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
  height: 100%;
  background: url(../images/bg.png) no-repeat center bottom;
  background-size: cover;
}

.banner .wrap {

position: relative;

z-index: 45;
}

.banner .left {padding-top: 205px;padding-left: 37px;}

.banner .title {

font-family: 思源黑体;

font-size: 54px;

font-weight: 900;

letter-spacing: 0em;

/* 游戏加速一体化工具
*/

color: #FFFFFF;

/* 电竞级加速 */
}

.banner .title b {

  color: #FF5B2E;
  display: block;
}

.banner .dec {

font-family: MicrosoftYaHei-Regular;

font-size: 16px;

font-weight: normal;

line-height: 36px;

letter-spacing: 0em;

color: #FFFFFF;

padding-top: 5px;

padding-bottom: 46px;

width: 520px;

max-width: 100%;
}

.banner .more {

width: 156px;

line-height: 42px;

border-radius: 21px;

opacity: 1;

background: #FFFFFF;

display: inline-block;

text-align: center;

font-family: MicrosoftYaHei-Regular;

font-size: 16px;

font-weight: normal;

letter-spacing: 0em;

color: #3D3D3D;
}

.banner .rightimg{
    
position: absolute;
    
right: calc(-134/1920*100vw);
    
top: 0px;
    
z-index: 5;
}
.banner .rightimg img {

width: calc(1224/1920*100vw);
}

.section1 {padding-top: 150px;padding-bottom: 160px;position: relative;/* overflow: hidden; */}

.section1 .wrap {

position: relative;

z-index: 5;
}

 .titlemodel {

text-align: center;
}

.titlemodel .title {

font-family: MicrosoftYaHei-Bold-Bold;

font-size: 40px;

font-weight: normal;

line-height: 36px;

letter-spacing: 0em;

color: #000000;
}

.titlemodel .dec {

font-family: MicrosoftYaHei-Regular;

font-size: 16px;

font-weight: normal;

line-height: 36px;

letter-spacing: 0em;

color: #666666;

padding-top: 30px;
}
.section1 .content:after{
  content:"";
  display:table;
  clear:both;
}
.section1 .content {padding-top: 30px;display: flex;align-items: center;justify-content: space-between;}

.section1 .left img{display: block;width: 100%;}

.section1 .left .swiper-button-next{width: 64px;height: 64px;opacity: 0.6;background: url(../images/right.png) no-repeat center center;background-size: 22px;right: -70px;}
.section1 .left .swiper-button-prev{width: 64px;height: 64px;opacity: 0.6;background: url(../images/left.png) no-repeat center center;background-size: 22px;left: -70px;}
.section1 .left {float: left;position: relative;width: 47%;}

.section1 .right {float: right;width: 41%; padding-top: 30px;}
.section1 .item:last-child{
margin:0px;}
.section1 .item {

overflow: hidden;

align-items: center;

margin-bottom: 37px;
}

.section1 .icon img{
  
position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.section1 .icon {
  float: left;

width: 60px;

height: 60px;

border-radius: 10px;

opacity: 1;

background: #EAEFFF;

position: relative;
    margin-top: 10px;


}

.section1 .ri {
  float: left;
  width: 490px;

padding-left: 30px;
}

.section1 .tit {

font-family: MicrosoftYaHei-Regular;

font-size: 18px;

font-weight: normal;

line-height: 36px;

letter-spacing: 0em;

color: #3D3D3D;
}

.section1 .dec0 {

font-family: MicrosoftYaHei-Regular;

font-size: 14px;

font-weight: normal;

line-height: 24px;

letter-spacing: 0em;

color: #818181;
}
.section1 i.i1{
    
width: 489px;
    
height: 471px;
    
background: url(../images/line1.png) no-repeat center center;
    
background-size: 100%;
    
right: -11%;
    
top: 31%;
}
.section1 i{
    
position: absolute;
}
.section1 i.i2{
    
width: 507px;
    
height: 491px;
    
background: url(../images/line2.png) no-repeat center center;
    
background-size: 100%;
    
left: -11%;
    
bottom: -18%;
}
.section2{

}
.section2 .list{

position: relative;
}


      .mapcontent .main_map .m .node-map {
        margin-top: 40px;
        width: 100%;
        height: 640px;
        background-image: url(../images/map.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        width: 1100px;
        margin: auto;
        max-width: 100%;
        margin-top: 40px;
        }
      .mapcontent .main_map .m .node-map .introduce {
        position: absolute;
        left: 40px;
        bottom: 100px; }
      .mapcontent .main_map .m .node-map .introduce li {
        display: flex;
        align-items: center;
        color: #5e5e5e; }
      .mapcontent .main_map .m .node-map .introduce li .map_icon {
        width: 44px;
        height: 44px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 15px; }
@keyframes anmit_show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes circle_outside {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1); }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes circle_inside {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1); }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
      .mapcontent .main_map .m .circle-inside {
        animation: circle_inside 4500ms ease-out 500ms infinite; }
      .mapcontent .main_map .m .circle-outside {
        animation: circle_outside 4500ms ease-out 3250ms infinite; }
      .mapcontent .main_map .m .circle-inside {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0058ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0.2;
        -webkit-transition: width 0.5s ease-out;
        -moz-transition: width 0.5s ease-out;
        -o-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out; }
      .mapcontent .main_map .m .circle-outside {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0058ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0.1;
        -webkit-transition: width 0.5s ease-out;
        -moz-transition: width 0.5s ease-out;
        -o-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out; }
      .mapcontent .main_map .m .circle-dian {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: auto;
        border-radius: 50%;
        background: #0058ff;
        opacity: 0.8;
        z-index: 4; }
      .mapcontent .main_map .m .circle_box {
        width: 44px;
        height: 44px;
        position: relative; }
      .mapcontent .main_map .m .node-map .introduce li .map_icon.map_icon1 {
        background-image: url("../images/map_icon1.png"); }
      .mapcontent .main_map .m .node-map .introduce li .map_icon.map_icon2 {
        background-image: url(../images/map_icon2.png); }
      .mapcontent .main_map .m .node-map .map_state {
        position: absolute;
        display: flex;
        align-items: center; }
      .mapcontent .main_map .m .node-map .map_state img {
        margin-right: 5px; }
      .mapcontent .main_map .m .node-map .map_state.map_state1 {
        top: 115px;
        left: 837px; }
      .mapcontent .main_map .m .node-map .map_state.map_state2 {
        top: 204px;
        left: 768px; }
      .mapcontent .main_map .m .node-map .map_state.map_state3 {
        top: 168px;
        left: 649px; }
      .mapcontent .main_map .m .node-map .map_state.map_state4 {
        top: 224px;
        left: 681px; }
      .mapcontent .main_map .m .node-map .map_state.map_state5 {
        top: 306px;
        left: 527px; }
      .mapcontent .main_map .m .node-map .map_state.map_state6 {
        top: 286px;
        left: 697px; }
      .mapcontent .main_map .m .node-map .map_state.map_state7 {
        top: 275px;
        left: 626px; }
      .mapcontent .main_map .m .node-map .map_state.map_state8 {
        top: 257px;
        left: 665px; }
      .mapcontent .main_map .m .node-map .map_state.map_state9 {
        top: 321px;
        left: 640px; }
      .mapcontent .main_map .m .node-map .map_state.map_state10 {
        top: 333px;
        left: 722px; }
      .mapcontent .main_map .m .node-map .map_state.map_state11 {
        top: 367px;
        left: 506px; }
      .mapcontent .main_map .m .node-map .map_state.map_state12 {
        top: 392px;
        left: 727px; }
      .mapcontent .main_map .m .node-map .map_state.map_state13 {
        top: 412px;
        left: 621px; }
      .mapcontent .main_map .m .node-map .map_state.map_state14 {
        top: 469px;
        left: 642px; }
      .mapcontent .main_map .m .node-map .map_state.map_state15 {
        top: 457px;
        left: 491px; }
      .mapcontent .main_map .m .node-map .map_state.map_state16 {
        top: 528px;
        left: 597px; }
      .mapcontent .main_map .m .node-map .map_state.map_state17 {
        top: 363px;
        left: 631px; }
      .mapcontent .main_map .m .node-map .map_state.map_state18 {
        top: 291px;
        left: 425px; }
      .mapcontent .main_map .m .node-map .map_state.map_state19 {
        top: 363px;
        left: 744px; }
      .mapcontent .main_map .m .node-map .map_state.map_state20 {
        top: 328px;
        left: 577px; }
      .mapcontent .main_map .m .node-map .map_state.map_state21 {
        top: 434px;
        left: 700px; }
      .mapcontent .main_map .m .node-map .map_state.map_state22 {
        top: 425px;
        left: 559px; }
      .mapcontent .main_map .m .node-map .map_state.map_state23 {
        top: 462px;
        left: 587px; }
      .mapcontent .main_map .m .node-map .map_state.map_state24 {
        top: 170px;
        left: 805px; }
      .mapcontent .main_map .m .node-map .map_state.map_state01 {
        top: 218px;
        left: 300px; }
      .mapcontent .main_map .m .node-map .map_state.map_state02 {
        top: 358px;
        left: 317px; }
    .mapcontent .main_map .m .node-map .map_state.map_state03 {
    top: 458px;
    left: 740px; }

    .nostate {
        background-image: url(../images/map_icon2.png);
        width: 44px;
        height: 44px;
        background-repeat: no-repeat;
        background-position: center;
        /*margin-right: 15px;*/
    }

        .inforlist {

width: calc(364/1920*100vw);

/* height: 296px; */

opacity: 1;

background: #FFFFFF;

position: absolute;

right: 0;

bottom: 68px;

/*box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);*/

padding-top: calc(43/1920*100vw);

padding-left: calc(32/1920*100vw);

padding-bottom: calc(10/1920*100vw);

z-index: 66;
}

.inforlist ul {

display: -webkit-box;

display: -moz-box;

display: -webkit-flex;

display: -moz-flex;

display: -ms-flexbox;

display: flex;

flex-wrap: wrap;
}

.inforlist li {

float: left;

width: 50%;

padding-bottom: 29px;
}

.inforlist .icon {

}

.inforlist .tit {

font-family: MicrosoftYaHei;

font-size: 12px;

font-weight: normal;

letter-spacing: 0em;

color: #666666;

padding-top: 11px;
}

.inforlist .num {

font-family: DINPro-Medium-Medium;

font-size: 22px;

font-weight: normal;

letter-spacing: 0em;

color: #1267FF;

padding-top: 11px;
}
.section3 .wrap{
  width: calc(1390/1920*100vw);
  padding: 0px calc(15/1920*100vw);
  width: 100%;
}
.section3{background: url(../images/bg2.png) no-repeat center center;background-size: auto 100%;margin-top: 67px;padding-top: 211px;padding-bottom: 216px;}
.section3 .list{
    
padding-top: 76px;
}
.section3 .list ul{
    
text-align: center;
    
font-size: 0;
    
margin-top: calc(-20/1920*100vw);
}
.section3 .list ul:after{
    content: "";
    display: table;
    clear: both;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    `
}
.section3 .list ul li{
    width: calc(168/1920*100vw);
    height: calc(168/1920*100vw);
    position: relative;
    background: url(../images/bg3.png)  no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    margin: 0px calc(15/1920*100vw);
}
.section3 .list ul li img{
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
    
max-width: 79%;
}
.section3 .list ul.ul1{
    
margin: 0;
}
.section3 .list ul.ul2{
    
}
.section3 .list ul.ul3{
    
}

.section4 {

padding-top: 95px;

padding-bottom: 135px;
}

.section4 .wrap {

}

.section4 .titlemodel {

}

.section4 .title {

}

.section4 .dec {

}
.section4 .content:after{
  content:"";
  display:table;
  clear:both;
}
.section4 .content {

padding-top: 45px;
}

.section4 .left {width: calc(100%  - 306px);float: left;padding-right: 6%;}

.section4 .hd {zoom: 1;overflow: hidden;}
.section4 .hd a:hover,
.section4 .hd a.current{
    
background: #3355DB;
    
color: #fff;
}

.section4 .bd {

padding-top: 26px;
}

.section4 .model {

}

.section4 .model  ul{

}

.section4 .model  li a{
    display: block;
    zoom: 1;
    overflow: hidden;
}
.section4 .model li:nth-child(2n){
  float:right;
}
.section4 .model  li {float: left;width: 47%;}

.section4 .hd {
  
}
.section4 .hd a {font-family: MicrosoftYaHei-Regular;font-size: 18px;font-weight: normal;line-height: 36px;letter-spacing: 0em;color: #3B3B3B;float: left;width: 116px;line-height: 44px;border-radius: 5px 30px 30px 10px;opacity: 1;background: #F3F6FD;text-align: center;margin-right: 35px;}

.section4 .s1 {font-family: MicrosoftYaHei-Regular;font-size: 16px;font-weight: normal;line-height: 36px;letter-spacing: 0em;width: calc(100% - 80px);color: #3D3D3D;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.section4 .s2 {font-family: MicrosoftYaHei-Regular;font-size: 16px;font-weight: normal;line-height: 36px;letter-spacing: 0em;color: #999999;float: right;width: 80px;text-align: right;}

.section4 .right {float: right;width: 306px;}
.section4 .right a{display: block;height: 216px;background: url(../images/ad.png) no-repeat center center;background-size: cover;position: relative;}
.section4 .right a span{
    
width: 76px;
    
line-height: 26px;
    
border-radius: 13px;
    
opacity: 1;
    
background: #FFB200;
    
position: absolute;
    
text-align: center;
    
top: 73%;
    
left: 5%;
    
color: #ddd;
    
font-family: MicrosoftYaHei-Regular;
    
font-size: 12px;
    
font-weight: normal;
    
letter-spacing: 0em;
    
color: #00125D;
}
.index{
    overflow: hidden;
}

.section5 {
background: url(../images/bg4.png) no-repeat center center;
background-size: cover;
}

.section5 .wrap {

/* display: flex; */

/* align-items: center; */

/* justify-content: space-between; */
position: absolute;
left: 50%;
    margin-left: -695px;
}

.section5 .left {

font-family: MicrosoftYaHei-Bold-Bold;

font-size: 30px;

font-weight: normal;

line-height: 36px;

letter-spacing: 0em;

color: #FFFFFF;

float: left;

padding: 67px 0px;
}

.section5 .right {

/* display: none; */

text-align: right;

float: right;

padding-top: 44px;
}

.section5 .more {

display: inline-block;

width: 178px;

line-height: 50px;

background: #fff;

border-radius: 5px;

text-align: center;

font-size: 20px;
}

.section5 .dec {

padding-top: 10px;

font-size: 16px;

color: #fff;
}
.footer {

background: #ffffff;

padding-bottom: 53px;

border-bottom: 0.5px solid #3B3B3B;
}

.footer .wrap {

}

.footer .logo {

padding-top: 78px;

float: left;
}

.footer .logo a {

}

.footer .items {

float: right;
}

.footer .item {

float: left;

margin-left: 7vw;

padding-top: 78px;
}

.footer .item h2 {

font-family: MicrosoftYaHei-Regular;

font-size: 16px;

font-weight: normal;

line-height: 36px;

letter-spacing: 0em;

color: #343f52;
}

.footer .item .link {

font-family: MicrosoftYaHei-Regular;

font-size: 12px;

font-weight: normal;

line-height: 36px;

letter-spacing: 0em;

max-width: 213px;

color: #818181;
}

.footer .item .link a {

display: block;

color: inherit;
}

.footer .item .link2 {

padding-top: 31px;
}

.footer .item .link2 a {

margin-right: 11px;
}
.copy{

background: #ffffff;

line-height: 58px;

font-family: MicrosoftYaHei-Regular;

font-size: 12px;

font-weight: normal;

letter-spacing: 0em;

color: #0D0D0D;
    text-align: center;
}
.copy a{
    color: inherit;
}


.index *,
.banner,
.banner *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.section3 .list ul li:hover{
background: url(../images/li4.png) no-repeat center center;
background-size: 100% 100%;
-webkit-transform: scale(1.15,1.15);
-o-transform: scale(1.15,1.15);
-moz-transform: scale(1.15,1.15);
-ms-transform: scale(1.15,1.15);
transform: scale(1.15,1.15);
}

/*  咨询   */
.headline-bg.index-headline-bg {
	height:170px;
	overflow:hidden;
	background:-webkit-linear-gradient(top,#3a73f6,#2862e8);
	background:-moz-linear-gradient(top,#3a73f6,#2862e8);
	background:-o-linear-gradient(top,#3a73f6,#2862e8);
	background:-ms-linear-gradient(top,#3a73f6,#2862e8)
}


/*footer */
.fl{float: left}
.fr{float: right}
.w1400{max-width: 1400px;}
.w1400{width: 96%;margin:0 auto;position: relative}
.footer{background-color: #ffffff;padding:55px 0 19px 0;}
.footer *{color:#031b4e;font-size: 14px;}
.footer .friends-box {margin-top: 20px;}
.footer .friends-box dt,.footer .friends-links {display: inline-block;}
.footer .friends-box dt,.friends-links dd a {color: #6d6e73;font-size: 12px;}
.footer .friends-links {margin-left: 30px;}
.friends-links dd a:hover {color: #1a80ff;}

.footer_l{width: 27%;box-sizing: border-box;text-align: left}
.footer_l .custom{ width: 220px; height: 46px; background: #2981ff; border-radius: 5px; line-height: 46px; text-align: center; margin-top: 15px;color: #ffffff}
.footer_l .custom span {
    color: #ffffff;
}
.footer_contact > span{color: #031b4e;}
.footer_contact ul li span{color: #031b4e;}

.footer_1{padding-left: 66px;border-left: 1px solid #353738;width: 29%;box-sizing: border-box;text-align: left;}
.footer_1 * {color: rgba(186, 186, 194, .8);}
.footer_1 .ewm img{width: 100px;height: 100px;display: inline-block;border-radius: 5px;}
.footer_1 > p {font-weight: bold;color: #031b4e;}
.footer_1 li{margin-top: 18px;}
.footer_1 .ewm div {display: inline-block;margin-right: 24px;}
.footer_1 .ewm div > p {margin-top: 15px;margin-bottom: 10px;color: #031b4e;}
.footer_1 .others {padding-top: 15px;}
.footer_1 .others a:not(:last-child) {display: inline-block;margin-right: 16px;position: relative;}
.footer_1 .others .qrcode::before {
    z-index: -1;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: 30px;
    left: 9px;
    margin-left: -4px;
}
.footer_1 .others .qrcode::after {z-index: -1; position: absolute;bottom: 35px;left: -2px;content: '';width: 130px;height: 130px;border-radius: 6px; background-color: #fff;background-size:100%;box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.75);}
.footer_1 .others a:hover,.footer_1 .others a:hover > i {color: #fff;}
.footer_1 .others a:first-child:hover::after {background-image: url('/images/douyin.png');z-index: 1;}
.footer_1 .others a:first-child:hover::before {z-index: 10;}
.footer_1 .others a:nth-child(2):hover::before {z-index: 10;}
.footer_1 .others a:nth-child(2):hover::after {background-image: url('/images/webo.png');z-index: 1;}

.footer_1 .others a > i {margin-right: 8px;color: #d2d2d3;vertical-align: -2px;}

.footer_r{width: 44%;box-sizing: border-box;text-align: left}
.footer_r dl{display: inline-block;vertical-align: top;margin-right: 100px;}
.footer_r dl:last-child{margin-right: 0}
.footer_r dl dt{font-weight: bold;margin-bottom: 10px;font-size: 14px}
.footer_r .footer-link.friends-box dl dt {margin-right: 23px;}
.footer_r .footer-link.friends-box dl dt,
.footer_r .footer-link.friends-box .friends-links{display: inline-block;}
.footer_r dl dt a{font-weight: normal;display: inline-block;margin-left: 20px;position: relative;color: rgb(186 186 194 / 60%);}
.footer_r dl dd{line-height: 33px;}
.footer_r dl dd a{display: block;color: #031b4e}

.footer_r .record-info{margin:8px 0 5px 0}
.footer_r .record-info li{display: inline-block;margin-right: 18px;}
.copyright{line-height: 25px;color: #031b4e;margin-top: 18px; font-size: 12px; padding-top: 21px;border-top: 1px solid #353738;}
.copyright a {color: #303659 !important;font-size: 12px;}

.footer_r dl dd a:hover,.copyright a:hover {color: #031b4e !important;opacity: 1;}

.friends-links dd a{margin-right: 24px;}
.friends-links dd { display: inline-block;}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
.sm-show{display: none;}