@charset "UTF-8";
/*app-头部*/
.app_ss {
    width: 90%;
    height: 48px;
    border-radius: 48px;
    border: 2px solid #999;
    display: block;
    position: static;
    float: none;
    margin: 0 auto;
    padding: 0 25px;
  }
  
  .app_ss:hover {
    border: 2px solid #999;
  }
  
  .app_ss input {
    width: 90%;
    height: 100%;
    border: none;
    background: none;
    font-size: 14px;
    color: #fff;
  }
  .app_ss input:-moz-placeholder{  
       color: #fff;   
  }  
  .app_ss input:-ms-input-placeholder{ 
      color: #fff;   
  } 
  .app_ss input::-webkit-input-placeholder{ 
      color: #fff;   
  }
  
  .app_ss button {
    float: right;
    width: 10%;
    height: 100%;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .app_ss button img {
    width: 18px;
    height: 18px;
  }
  
  .header-app {
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  
  .header-app.open-menu {
    height: 100%;
    background: #fff;
    -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  
  .navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
  }
  
  .header-app .logo {
    float: left;
    height: 60px;
    vertical-align: middle;
    padding: 6px 15px;
  }
  .header-app .logo img{
    height: 100%;
  }
  
  .navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }
  
  .navbar-togger .icon_bar {
    width: 24px;
    height: 2px;
    background-color: #333;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  .navbar-togger .icon_bar:nth-of-type(2) {
    margin: 5px 0;
  }
  
  .open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
  }
  
  .open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  
  .open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  
  .nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
  }
  
  .header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .nav-list li {
    border-bottom: 1px solid #333;
    opacity: 0;
    pointer-events: none;
  }
  
  .nav-list li.open {
    border-bottom: none;
  }
  
  .header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
  }
  
  .nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
  }
  
  .nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
  }
  
  .nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
  }
  
  .nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
  }
  
  .nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
  }
  
  .nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
  }
  
  .nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
  }
  
  .header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
  }
  
  .cate-item {
    position: relative;
  }
  
  .cate-item a {
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
    color: #333;
  }
  
  .nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
    color: #1943b5;
  }
  
  .category-cont a:last-child {
    border: none;
  }
  
  .category-cont a.active {
    color: #1943b5;
  }
  
  .category-tig {
    font-size: 14px;
    color: #1943b5;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  
  .category-tig::before, .category-tig::after {
    content: '';
    background: #333;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  .category-tig::before {
    width: 16px;
    height: 2px;
    right: 0;
    margin-top: -1px;
  }
  
  .category-tig::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
  }
  
  .nav-list li.open .category-tig::after {
    opacity: 0;
  }
  
  .nav-list li.open .category-tig::before {
    background: #1943b5;
  }
  
  .category-cont {
    display: none;
  }
  
  .nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
  }
  
  .category-pad {
    padding: 0 15px;
  }
  
  .category-cont a {
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #666;
    display: block;
    color: #666;
  }
  
  .category-pad a.on {
    color: #1943b5;
  }
  

  
  
  
  
  
  
  
  
  
  .index-container{
    /* max-width: 1440px; */
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
.container{
    /* max-width: 1200px; */
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0 6.4%;
}  
.container2{
  /* max-width: 1280px; */
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 0 6.4%;
}
.container3{
  /* max-width: 1042px; */
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  padding: 0 6.4%;
}
.wapr{
    /* max-width: 1360px; */
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0 6.4%;
} 



@media(max-width:1259px){
  .index-container{
        padding: 0 10px;
    }
    .wapr,.container2,
    .container{
        padding: 0 30px;
    }
}
    
@media(max-width:768px){
    .wapr,.container2,.container3,
    .container{
        padding: 0 20px;
    }
}
.fd::after {
  content: " ";
  display: block;
  clear: both;
}
.fd {
  zoom: 1;
}
  
  
  
  
  
  
  /* pc导航 */
  .content{
    min-height: 500px;
  }
  .header {
    z-index: 1000;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 64px;
    background: rgba(0,0,0,0);
    transition: all .5s;
  } 
  .header3,
  .header2,
  .header:hover{
    background: #fff;
    border-bottom:none;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.05);
  }
  .header .logo{
    float: left;
    transition: all .5s;
    width: 131px;
    height: 47px;
    margin: 9px 0;
    position: relative;
    margin-left: 15px;
  }
  .header .logo img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .logo .ig2{
      opacity: 0;
  }
  .header3 .logo .ig2,
  .header2 .logo .ig2,
  .header:hover .logo .ig2{
      opacity: 1;
  }
  .header3 .logo .ig1,
  .header2 .logo .ig1,
  .header:hover .logo .ig1{
    opacity: 0;
}
/* 1920*1080 */
  .header .navbar {
    float: left;
    /* position: relative; */
  }
  .header .navbar .category-item{
    float: left;
    position: relative;
  }
  .header .navbar .category-item:last-child{
    margin-right: 0;
  }
  .header .navbar .category-item .category-a{
    display: block;
    font-size:20px;
    color: #fff;
    position: relative;
    transition: all .3s;
    line-height: 64px;
    padding: 0 20px;
  }
  .header3 .navbar .category-item .category-a,
  .header2 .navbar .category-item .category-a,
  .header:hover .navbar .category-item .category-a{
    color: #6C717D;
  }
  .header .navbar .category-item:hover .category-a{
    color: #fff;
    background: #005AAA;
  }
  .header .navbar_div{
    float: right;
  }
  .header .navbar_div .menuPdiv{
      width: 52px;
      height: 64px;
      float: right;
      background-image: url(../images/img2.png);
      background-size: cover;
      background-position: center;
  }
  .header3 .navbar_div .menuPdiv,
  .header2 .navbar_div .menuPdiv,
  .header:hover .navbar_div .menuPdiv{
    background-image: url(../images/img3.png);
  }

  

  /* 菜单 */
  .menu{
    width: 604px;
    height: 100%;
    opacity: 1;
    background: rgba(0,68,127,0.8);
    backdrop-filter: blur(26px);
    position: fixed;
    right: -604px;
    top: 0;
    z-index: 1000;
    padding: 24px 35px;
    transition: all .5s;
  }
  .menu.on,
  .menu:hover{
      right: 0;
  }
  .menu::before{
    content: '';
    width: 169px;
    height: 41px;
    background-image: url(../uploadfiles/logo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu .rq{
    flex-wrap: wrap;
    display: flex;
  }
  .menu .div{
    /* width: 25%; */
    float: left;
    /* padding:0 22px; */
    padding-right: 56px;
    margin-bottom: 40px;
  }
  .menu .div:nth-child(4n){
    padding-right: 0;
  }
  .menu .div a{
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 8px;
    transition: all .5s;
  }
  .menu .div a:hover{
    color: #62BCC3;
  }
  .menu .div a:first-child{
      font-size: 18px;
      margin-bottom: 16px;
  }


  /*===============下拉==============*/
  .navbar_div .category-item .two{
    width: 100%;
    opacity: 0;
    max-height: 0;
    height: auto;
    transition: all .6s;
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: -1;
    background-color: rgb(239,239,239);
  }
  .navbar_div .category-item:nth-child(3) .two{
    width: 150%;
  }

  .navbar_div .category-item:hover>.two{
    opacity: 1;
    max-height: 300px;
    z-index: 1;
  }
  .navbar_div .category-item .two a{
      display: block;
      font-size: 16px;
      color: #6C717D;
      padding: 8px 5px;
      text-align: center;
      transition: all .5s;
  }
  .navbar_div .category-item .two a:hover{
    background: #005AAA;
      color: #fff;
  }
  







/* 底部 */
.foot{
    width: 100%;
    background: #000;
    background: rgba(1,74,139,1);
}
.foot.on{
  background: #ad131d !important;
}
.foot .top{
    width: 100%;
    padding-top: 55px;
    padding-bottom: 24px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.60);
}
.foot .top .lef{
    float: left;
}
.foot .top .lef img{
    width: 154px;
}
.foot .top .rig{
    float: right;
    opacity: 0.75;
}
.foot .top .rig p a,
.foot .top .rig p{
    font-size: 12px;
    color: #fff;
}
.foot .con{
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.60);
    padding: 24px 0;
}
.foot .con .lef{
    width: 63.4%;
    float: left;
    padding-right: 105px;
    display: flex;
    justify-content: space-between;
}
.foot .con .lef .div a{
    font-size: 12px;
    color: #fff;
    opacity: 0.75;
    margin-bottom: 8px;
    display: block;
    transition: all .5s;
    text-align: left;
}
.foot .con .lef .div a:first-child{
    font-size: 16px;
    margin-bottom: 16px;
    opacity: 1;
}
.foot .con .lef .div a:hover{
    opacity: 1;
    color: #62BCC3;
}
.foot .con .rig{
    width: 36.6%;
    padding-left: 106px;
    float: left;
}
.foot .con .rig .div1{
    width: 67%;
    float: left;
    padding-right: 24px;
}
.foot .con .rig .p1{
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
    text-align: left;
}
.foot .con .rig .div{
    width: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    opacity: 0.75;
    text-align: left;
}
.foot .con .rig .div2{
    width: 33%;
    float: left;
}
.foot .con .rig .div2 img{
    width: 100%;
    vertical-align: middle;
}
.foot .bot{
    width: 100%;
    padding-top: 23px;
    padding-bottom: 50px;
    text-align: left;
}
.foot .bot .div{
    width: 100%;
}
.foot .bot .div span{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.foot .bot .div a{
    font-size: 12px;
    color: #fff;
    opacity: 0.75;
    line-height: 20px;
    margin-right: 0px;
    transition: all .5s;
    display: inline-block;
}
.foot .bot .div a:hover{
    opacity: 1;
}



/* 客服挂件 */
.kefu{
    width: 80px;
    height: auto;
    opacity: 1;
    background: rgba(255,255,255,1);
    box-shadow: 0px 6px 18px 0px rgba(38,38,38,0.14);
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
}
.kefu .div{
    width: 100%;
    height: 80px;
}
.kefu .div1{
    width: 100%;
    height: 100%;
    padding-top: 12px;
    background: #fff;
    cursor: pointer;
}
.kefu .div img{
    width: 32px;
    display: block;
    margin: 0 auto;
}
.kefu .div p{
    font-size: 12px;
    color: #C1C4CB;
    text-align: center;
    margin-top: 5px;
}
.kefu .div .div2{
    width: 120px;
    position: absolute;
    top: 50%;
    right: -140px;
    transform: translateY(-50%);
    background: #fff;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}
.kefu .div:hover .div2{
    right: 100px;
    opacity: 1;
}
.kefu .div .div2 img{
    width: 100%;
}

@media (max-width: 1459px){
    .kefu{
        width: 60px;
    }
    .kefu .div {
        height: 65px;
    }
    .kefu .div img {
        width: 24px;
    }
    .kefu .div1 {
        padding-top: 8px;
    }
}
@media (max-width: 1259px){
    .header .navbar .category-item .category-a{
        font-size: 14px;
    }
    .navbar_div .category-item .two a{
        font-size: 14px;
        padding: 6px 3px;
    }
    .foot .con .lef{
        padding-right: 40px;
    }

}
@media (max-width: 1024px){
    .foot .con .rig {
        width: 33%;
        padding-left: 70px;
    }
    .foot .con .lef {
        width: 67%;
        padding-right: 0;
    }
    .menu .div a:first-child {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .menu .div a {
        font-size: 12px;
    }
    .menu {
        padding: 24px 20px;
        width: 510px;
    }
}
@media (max-width: 991px) {
    .header{
      display: none;
    }
   .header-app{
     display: block;
   }
   .foot_top{
     display: none;
   }
   .foot .con{
       display: none;
   }

   
}
@media (max-width: 500px) {
    .foot .top .lef{
        width: 100%;
    }
    .foot .top .rig{
        width: 100%;
        margin-top: 15px;
    }
    .foot .bot {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .kefu{
        display: none;
    }
}


