body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

*,*:before,*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.fix {
    *zoom: 1;
}
.header,
html {
  min-width: 1280px;
}

.header:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  width: 100%;
  height: 0;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: "PingFang SC", 'Microsoft Yahei', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  /*padding-top: 78px;*/
}

img {
  max-width: 100%;
  border: none;
}

input,textarea,select {
  font-size: 14px;
  color: #333;
  font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  border: none;
}

input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

a {
  color: #333;
  text-decoration: none;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.div1200{
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}
.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
/**/

.nav1 li.yj{
    /*margin: 0 14px;*/
    position: relative;
}
.nav1 li.yj ul.ej {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    width: auto;
    min-width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 9999;
    display: none;
}
.nav1 li.yj:hover ul.ej {
    display: block;
}
.nav1 li.yj ul.ej li {
    line-height: 200%;
    background: #fff;
    padding: 3px 0;
    white-space:nowrap;
    width: -webkit-fill-available;
    text-align: center;
}
.nav1 li.yj ul.ej li a{
    position: relative;
    display: block;
    height: 100%;
}
.nav1 li.yj ul.ej li a::after{
    display: block;
    width: 0;
    height: 4px;
    /* background-color: #fff; */
    background: #236DEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -ms-transition: all .4s;
    z-index: 1;
}
.nav1 li.yj ul.ej li:hover a::after {
    opacity: 1;
    width: 100%;
}


.nav11>li{
    margin: 0 14px;
    position: relative;
}
.nav11 li ul.ej {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    width: auto;
    min-width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 9999;
    display: none;
}
.nav11 li:hover ul.ej {
    display: block;
}
.nav11 li ul.ej li {
    line-height: 200%;
    background: #fff;
    padding: 3px 0;
    white-space:nowrap;
    width: -webkit-fill-available;
    text-align: center;
    float: initial;
}
.nav11 li ul.ej li a{
    position: relative;
    display: block;
    height: 100%;
}
.nav11 li ul.ej li a::after{
    display: block;
    width: 0;
    height: 4px;
    /* background-color: #fff; */
    background: #236DEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -ms-transition: all .4s;
    z-index: 1;
}
.nav11 li ul.ej li:hover a::after {
    opacity: 1;
    width: 100%;
}
/*头部*/
.h-top {
    line-height: 26px;
    /* padding: 10px 0; */
    /* overflow: hidden; */
    font-size: 12px;
    /*position: fixed;
    left: 0;
    right: 0;
    top: 0;*/
    z-index: 9999;
    color: #666;
    /*display: none;*/
}
.h-top .div1200 {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
}
.left_content_top {
    color: #666;
    font-size: 12px;
}
.phone {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-header-loginbar {
    -webkit-transition: top .4s;
    -o-transition: top .4s;
    -moz-transition: top .4s;
    transition: top .4s;
    /*position: fixed;
    top: 36px;*/
    left: 0;
    right: 0;
    z-index: 200;
    height: 78px;
    background: #fff;
    padding: 10px 0 12px;
}
.g-header-loginbar {
    background: transparent;
}
.g-header-loginbar .g-header-loginbar-logo {
    width: 130px;
    display: inline-block;
}
.g-header-loginbar .g-header-loginbar-logo a {
    margin-top: 8px;
    height: 46px;
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAA4CAMAAAD0MIV5AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMAIIBgQL/fEO+fcJAwz6DeUEGvnn80PeU8AAAJ2klEQVRo3syY7dqaMAyGSfpNqXZ9zfmf6iCkFizVbe+1XXt+IArU3snTNDo95R7FzDB9T3Mxq5JlESsFPf2PWjxtitN39KBL2V9gBkR1fcVp7bZXeTlJvRk5mvl5XuS8CTztwm/wAg1lPnmnEJXrKz+IYB+8h7uRmgZSRHAa4ixLIjMIM2ya3ktTdXGIiBhDMcnXLLvpnZBWPb4BnFGknkQtd4m+Rl60S5t+XmDVklU0ddreBDXAdtm52zYCLue1chPrfOCNyMR/Cnx7yRjSU1pR09GLRqnlaImB7HxpZ0s2vysP3r3lNXx8fAO4qFU1lzPRVjzNpmwpGWMNSxaQpOAMMNTjeslQGPBkSfEb3uQkz+5Xgc0mT2l7wQ0YdyNriTFOzt9hj8V9cukOL8m0PYDI7vIkuiQr7KaBDL256gyRcZX8MC990xfAi9rvpYO+KnCmOz/i+V2k5HjQZTve4VSxxBs6mMgXkizaqF2b2hKHtdxwHAaaeahBEbbyoBDTo04skumAOV8CrAEKzQCzADeLpy2/Kk/mvqKCxT0jeJHghWemnqtaaDun227etgLPiBhCSgYVhmQN1GHJXaV3C+HMX635Tkt0V08v6x7Y0pcAgwCqJzDI9uPm9XwzsuN3k3x2SjDsCa71JffOdbFs8fJjYOxrnZiBH1p63Idf+fRxGwGu9LO4LHbAmQgGwHImAnGC7SYjbMfqrnjesmagIZla78sl8CwDNNWly0uhK+IbLgX3sm8qWxcYknevwIUHHABbyhfAtsoTCmOLvpFAMDDs4bBQ3e7rFqYugXNtPrz1XOxSkofV5UMzp7dvFNDuiXJE8wmYj2oI/EMYJx1CKOTXY54sQasQ+GQ8N4cz4xFIbsxzznKLnTr56ghQiueX4bXmY1/a0U0nYBG4Gn7zAhyZaQCsyC8vWwxeABdxr2RbSM0B2LMrBVRfl2Px7ECRhkX8EXIHfIiTOwNbmp9fGBETFcQiwG3vAa11JL8eoQdm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) no-repeat top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    /* background-image: url(../images/logo.png); */
}
.h-addr {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    width: 60px;
    line-height: 24px;
    height: 26px;
    color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: top;
    margin-top: 16px;
    box-sizing: border-box;
    font-size: 0;
}
.h-addr span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.h-addr .iconfont {
    /* line-height: 25px; */
    font-size: 14px;
    /* vertical-align: middle; */
    display: inline-block;
    vertical-align: middle;
}
.g-header-loginbar .g-header-loginbar-nav {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    margin-left: 16px;
}
.nav1 {
    /* overflow: hidden; */
    display: block;
}
.nav1 li {
    float: left;
    margin:0 15px;
    /*margin-right: 12px;*/
    /*position: relative;*/
}

.nav1 li.ai-xx{
    position: relative;
}
.nav1 li.ai-xx::before {
    position: absolute;
    content: '限时送';
    display: inline-block;
    color: #fff;
    background-color: #E52B55;
    -webkit-border-radius: 4px 0px;
    -moz-border-radius: 4px 0px;
    border-radius: 4px 0px;
    padding: 0px 5px;
    width: 52px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    top: -2px;
    right: -17px;
}

.nav1 li.lh-xx{
    position: relative;
}
.nav1 li.lh-xx::before {
    position: absolute;
    content: '领航版';
    display: inline-block;
    color: #fff;
    background-color: #E52B55;
    -webkit-border-radius: 4px 0px;
    -moz-border-radius: 4px 0px;
    border-radius: 4px 0px;
    padding: 0px 5px;
    width: 56px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    top: -2px;
    right: -17px;
    text-align: center;
}

.g-header-loginbar .g-header-loginbar-nav .con {
    display: inherit;
    height: 60px;
    /* margin-right: 32px; */
    line-height: 56px;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
}
.g-header-loginbar .g-header-loginbar-nav .con:last-child {
    margin-right: 0;
}
.nav1 .on .con::after, .g-header-loginbar .g-header-loginbar-nav .con::after {
    display: block;
    width: 0;
    height: 4px;
    /*background-color: #fff;*/
    background: #236DEF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -ms-transition: all .4s;
    z-index: 1;
}

.g-header-loginbar .g-header-loginbar-nav .con {
    display: inherit;
    height: 60px;
    /* margin-right: 32px; */
    line-height: 56px;
    color: #111F33;
    position: relative;
    font-weight: 500;
    cursor: pointer;
}
.g-header-loginbar .g-header-loginbar-nav .con {
    color: #fff;
}
.g-header-loginbar .g-header-loginbar-nav .con:hover::after {
    opacity: 1;
    width: 100%;
}
.g-header-loginbar .g-header-loginbar-nav li.cur .con:after {
    opacity: 1;
    width: 100%;
}
.nav1 .icon {
    transition: transform .3s;
    display: inline-block;
}
.nav1 .con:hover .icon {
    transform: rotate(180deg);
}
.nav1 .c1 {
    display: none;
}
.nav1 .sub {
    padding: 0 calc((100% - 1200px)/2);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* min-width: 230px; */
    /* transform: translateX(-50%); */
    /* display: none; */
    background-color: #fff;
    /* text-align: center; */
    /* padding: 20px 0; */
    border-top: 2px solid rgb(234, 247, 242);
    height: 280px;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.nav1 li:hover .sub {
    opacity: 1;
    visibility: visible;
    cursor: default;
}

.h-sub-li {
    font-size: 16px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
}
.h-sub-li {
    /*width: 464px;*/
    width: auto;
}
.h-sub-li1 {
    width: 464px;
}
.h-sub-li li:nth-of-type(6) {
    margin-top: 70px;
}
.h-sub-li::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ECEFF4;
    position: absolute;
    top: 63px;
    left: 0;
}
.h-sub-li .tit {
    line-height: 1;
    font-weight: 600;
    color: #232D47;
    margin: 34px 0 20px 0;
}
.h-sub-li li {
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #4E5A70;
    margin-right: 48px;
    float: none;
}

.sub a {
    /* color: #333; */
    padding-left: 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.h-sub-li .v2 {
    padding-left: 0;
    font-size: 16px;
}

.h-tel {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 0px;
}
.scale {
    display: inline-block;
    /* color: #fff; */
}
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}
.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: bold;
}
.cd-words-wrapper b.is-visible {
    position: relative;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-style: normal;
}

.cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;

}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}

.g-header-loginbar .g-header-loginbar-main {
    float: right;
}
.g-header-loginbar .g-header-loginbar-main a {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 4px;
    display: inline-block;
    width: 118px;
    line-height: 36px;
    height: 38px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    vertical-align: top;
}
.g-header-loginbar .g-header-loginbar-main a:hover {
    background-color: #fff;
    color: #236def;
}

/*.fixed .h-top {
    height: 0;
    display: none;
}*/
.header.fixed .g-header-loginbar {
    /*top: 35px;*/
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #fff;
    border-bottom: 1px solid #ECEFF4;
    position: relative;
}
.header.fixed .g-header-loginbar .g-header-loginbar-logo a {
    background: url('/images/logo.png') no-repeat top center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.fixed .h-addr {
    color: #236DEF;
    border-color: #236DEF;
}
.header.fixed .g-header-loginbar .g-header-loginbar-nav .con {
    color: #111F33;
}
.header.fixed .g-header-loginbar .g-header-loginbar-nav .bj .con{
  position: relative;
}
.header.fixed .g-header-loginbar .g-header-loginbar-nav .bj .con:before{
position: absolute;
  content: '';
  width: 56px;
  height: 18px;
  background: url('/images/bj.png') no-repeat center top;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  top: -2px;
  right: -15px;
}
.header.fixed .g-header-loginbar .g-header-loginbar-nav a:hover, .header.fixed .g-header-loginbar .g-header-loginbar-nav a.active {
    border-color: #236DEF;
}
.fixed .nav1 .c1 {
    display: inline-block;
}
.fixed .h-tel {
    color: #236DEF;
}
.header.fixed .g-header-loginbar .g-header-loginbar-main a {
    color: #236DEF;
    border-color: #236DEF;
}
.header.fixed .g-header-loginbar .g-header-loginbar-main .btn-login {
    background-color: #236DEF;
    color: #fff;
}

/*头部结束*/
/*弹窗开始*/
.m-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.m-pop.on {
  z-index: 2000;
  visibility: visible;
  opacity: 1;
}

.pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.m-pop .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.m-sendcv {
  position: relative;
  /*min-height: 540px;*/
  /* height: 580px; */
  background-color: #fff;
  width: 700px;
  margin: 0 auto;
  padding: 36px 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.m-sendcv .icon-guanbijiantou {
  font-size: 20px;
  font-weight: 500;
}

.m-sendcv .close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  z-index: 9999;
  /* background: url(../images/cls-j.png) center no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; */
}

.m-sendcv .close:hover {
  /* transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg); */
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.m-sendcv .tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}





.ban {
    height: 356px;
    background-color: #2B2E33;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 190px;
    overflow: hidden;
    position: relative;
}
.ban-bg {
    padding-top: 60px;
}
.ban-bg h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #262A33;
    text-align: left;
}
.ban .desc {
    color: #51555C;
    width: 580px;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.9;
}
.ban a {
    display: block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    background: #2373FF;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.336px;
    color: #FFFFFF;
    margin: 27px auto 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ban .g-free-use {
    width: 132px;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ban1 {
    height: 356px;
    background-color: #2B2E33;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 190px;
    overflow: hidden;
    position: relative;
}
.ban-bg1 {
    padding-top: 86px;
}
.ban-bg1 h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    text-align: left;
}
.ban1 .desc {
    color: #fff;
    width: 580px;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.9;
}
.ban1 a {
    display: block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    background: #2373FF;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.336px;
    color: #FFFFFF;
    margin: 27px auto 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ban1 .g-free-use {
    width: 132px;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}


/* 右侧悬浮 */
.floating_ck {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
}
.floating_ck dl{
    box-shadow: 0 0 30px 0 rgba(14,33,97,.1);
    width:78px;
    border-radius: 50px;
}
.floating_ck dl dd {
    position:relative;
    width:78px;
    height:78px;
    border-bottom: 1px solid #e0e0e0;
}
.floating_ck dl dd:first-child{
    /*height: 90px;*/
    height: 200px;
}
.floating_ck dl dd:last-child{
    height: 100px;
}
.floating_ck dl dd:first-child a{
    border-radius: 50px 50px 0 0;
    padding-top: 10px;
}
.floating_ck dl dd:last-child a{
    border-radius: 0 0 50px 50px;
}
.floating_ck dl dd:last-child{
    border-bottom: none;
}
.floating_ck dl dd a{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#2b58f9;
    background-color:#fff;
}
.floating_ck dl dd a p{
    margin-top: 10px;
}
.floating_ck dl dd:hover .floating_left {
    display:block;
}
.floating_ck dl dt a{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:#2b58f9;
    background-color:#fff;
}
.floating_ck dl dt a p{
    margin-top: 10px;
}
.floating_ck dl dt:hover .floating_left {
    display:block;
}
.floating_left {
    position: absolute;
    left: -265px;
    top: 50%;
    width: 252px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(14 33 97 / 10%);
    border-radius: 10px;
    display: none;
    transform: translateY(-50%);
}
.floating_left:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 17px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -17px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.floating_left h3{
    background-color: #1f4eee;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
    font-weight:400;
}
.floating_left p{
    margin-top: 0 !important;
    font-size: 20px;
    font-weight: bold;
    color: #1f4eee;
    padding: 20px 0;
    text-align: center;
}
.floating_left img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.floating_ck .top{
    width: 44px;
    height: 44px;
    margin: 15px auto 0 auto;
    background-color: #1f4eee;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0 rgba(14,33,97,.20);
    border-radius: 50%;
}


/* 底部样式 */
.g-footer {
  background: #66707e;
  padding-top: 10px;
  color: #fff;
}
.g-footer a{
  color: #fff;
}
.g-footer-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.g-footer-top-row {
  display: flex;
  flex-direction: row;
}

.g-footer-top-row img {
  width: 48px;
  height: auto;
}

.g-footer-top-row-dc {
  margin-left: 20px;
  justify-content: space-around;
}

.g-footer-top-row-dc h2 {
  font-size: 16px;
  /*  margin-bottom: 10px; */
  font-weight: 400;
  color: #FFFFFF;
}

.g-footer-top-row-dc h4 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.g-footer-min {
  padding: 30px 0;
  border-top: 1px solid #404347;
  border-bottom: 1px solid #404347;
  height: 250px;
}

.g-footer .g-footer-min>ul li {
  /*width: 224px;*/
  float: left;
  margin-right: 190px;
}

.g-footer .g-footer-min>ul li div.title {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.g-footer .g-footer-min>ul li div a {
  display: inline-block;
  font-size: 16px;
  line-height: 200%;
  color: #fff;
}

.g-footer .g-footer-min .right {
  float: right;
  width: 250px;
}

.g-footer .g-footer-min .right .title {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
}
.g-footer .g-footer-min .right .title img{
  height: 35px;
  width: auto;
}
.g-footer .g-footer-min .right .phone-mail {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.g-footer .g-footer-min .right .phone-mail img{
  width: 150px;
}
.g-footer .g-footer-min .right .phone-mail .phone-mail-left {
  align-items: center;
}
.g-footer .g-footer-min .right .b-phone-mail{
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.g-footer .g-footer-min .right .b-phone-mail .b-phone-mail-left{
  display: flex;
  flex-direction: row;
  width: 100%;
}
.g-footer .g-footer-min .right .b-phone-mail .b-phone-mail-left .b-phone-mail-left-img{
  width: 4%;
}
.g-footer .g-footer-min .right .b-phone-mail .b-phone-mail-left .b-phone-mail-left-right{
  width: 96%;
  display: flex;
  flex-direction: column;
}
.g-footer .g-footer-min .right .b-phone-mail .b-phone-mail-left .b-phone-mail-left-right .b-row{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.title_1 {
  color: #fff;
}

.phone-mail .dr.phone-mail-left img {
  width: 14px;
  height: auto;
  margin-right: 6px;
  margin-top: 3px;
}

.g-footer .copyright {
  padding: 11px 0 16px;
    font-size: 16px;
}

.g-footer .copyright p {
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-top: 6px;
}
.g-footer .copyright p span{
  color: #fb0000;
  /*font-weight: bold;*/
}
.index_body .h-top{
  display: block;
}


.f-slog {
    padding: 24px 0;
    border-bottom: 1px solid #3d3e40;
}
.ul-f-slog {
    overflow: hidden;
    display: block;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ul-f-slog li {
    float: left;
    /*width: 20%;*/
    font-size: 18px;
}
.ul-f-slog .con {
    padding-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}


.gn_nar1 {
    width: 100%;
    background-color: #eceff4;
    height: 60px;
}
.gn_nar1 .gn_flex_items {
    /*width: 100px;*/
    height: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-right: 100px;
    position: relative;
}
.gn_nar1 .gn_flex_items.g-active::after,.gn_nar1 .gn_flex_items:hover::after{
    content: " ";
    width: 100%;
    height: 4px;
    background-color: #0072E7;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.gn_nar1 .gn_flex {
    width: 1200px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gn_nar1 .gn_flex_items a{
    font-size: 18px;
    font-weight: bold;
    color: #666;
}


/*banner*/
.ny_b {
    width: 100%;
    height: 350px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.ny_b .b{
    object-fit: cover;
    object-position: center;
    height: 350px;
}
.ny_b .gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    height: 100%;
    /*background: url(../images/ny_b.jpg) no-repeat 50%;
    background-size: cover;*/
}
.ny_b .video-content {
    width: 1180px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 55%;
    margin-left: -590px;
    z-index: 8;
    text-align: left;
}
.ny_b .container-title{
    width: 600px;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.3;
    color: #333;
    margin-top: 80px;
}
.ny_b .container-text {
    padding-top: 10px;
    width: 480px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 26px;
    margin-bottom: 36px;
    font-weight: 400;
}
.ny_b .el-button {
    background-color: #4c6aff;
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}
/*/****/

.ny_b_1 {
    width: 100%;
    height: 350px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.ny_b_1 .b{
    object-fit: cover;
    object-position: center;
    height: 350px;
}
.ny_b_1 .gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    height: 100%;
    /*background: url(../images/ny_b.jpg) no-repeat 50%;
    background-size: cover;*/
}
.ny_b_1 .video-content {
    width: 1180px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 55%;
    margin-left: -590px;
    z-index: 8;
    text-align: left;
}
.ny_b_1 .container-title{
    width: 650px;
    font-weight: 500;
    font-size: 34px;
    line-height: 1.3;
    color: #fff;
    margin-top: 80px;
}
.ny_b_1 .container-text {
    padding-top: 10px;
    width: 480px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 26px;
    margin-bottom: 36px;
    font-weight: 400;
}
.ny_b_1 .el-button {
    background-color: #4c6aff;
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
}
/*banner*/

.mobile-nav{
	display: none;
}