/* Common
   ========================================================================== */

html, body, h1, h2, h3, h4, h5, h6, p, ul, li{
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}
.container-max{
    max-width: 1200px;
    padding: 0;
}
.container-max-1032{
    max-width: 1032px;
    padding: 0;
    margin: 0 auto;
}
li, ul{
    list-style: none;
}
*{
    font-family: MicrosoftYaHei;
}
.reverse{
    background-color: #f7f7f7;
}
.flex-box{
    display: flex;
    align-items: center;
}
.icp_info{
    color: #ffffff;
}
/* button
   ========================================================================== */
.yd-btn{
    display: inline-block;
    height: 55px;
    background-color: #ffa018;
    box-shadow: 0px 10px 30px 0px rgba(38, 73, 197, 0.15);
    border-radius: 27px;
    line-height: 55px;
    padding: 0 43px;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    cursor: pointer;
}
.yd-btn:hover,
.yd-btn-small:hover{
    background-color: #f29209;
}
.yd-btn-red{
    border-radius: 23px;
    padding: 0 18px;
    font-size: 26px;
    color: #fff;
    line-height: 44px;
    height: 44px;
    text-align: center;
    background: #1F60CF;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
}
.yd-btn-red.yd-btn-red-2{
   padding: 0 44px;
   font-size: 24px;
   height: 50px;
   line-height: 50px;
}
.yd-btn-small{
  display: inline-block;
  height: 28px;
  line-height: 28px;
  background-color: #ffa018;
  box-shadow: 0px 10px 30px 0px rgba(38, 73, 197, 0.15);
  border-radius: 14px;
  text-align: center;
  color: #ffffff;
  padding: 0 15px;
  cursor: pointer;
}
.yd-btn-small:not(:nth-of-type(1)){
    margin-left: 10px;
}
.yd-btn-small-hollow{
  border: solid 1px #ffffff;
  background-color: transparent;
}
.strong{
    font-weight: 500;
}

.panel-title{
    color: #333333;
    font-size: 26px;
    line-height: 1;
    text-align: center;
  }
  .small-title{
    color: #9ea7ad;
    font-size: 16px;
    line-height: 1;
    margin-top: 14px;
    text-align: center;
}
.panel-inner {
    padding: 60px 0;
}
.panel{
    padding: 75px 0;
}


  
/* banner
   ========================================================================== */
.banner{
    padding: 160px 0 83px;
    display: flex;
    justify-content: space-between;
  }
  .banner .banner-info{
    display: flex;
    flex-direction: column;
    color: #fefefe;
  }
  .banner .banner-info > h1{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: SourceHanSansCN-Bold;
  }
  .banner .banner-info > h2{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .banner .banner-info > p{
    font-size: 12px;
    line-height: 1;
    white-space: pre-wrap;
  }
  .banner .banner-info > p:nth-of-type(1){
    margin-bottom: 10px;
  }
  .banner .banner-info > p:nth-of-type(2){
    margin-bottom: 36px;
  }
  
  .banner-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner-wrapper .banner-img{
    /* width: 431px; */
    height: 317px;
  }
  .banner-wrapper .banner-img > img{
    width: 100%;
    height: 100%;
  }


/* header
   ========================================================================== */
.navbar-box-wrapper{
    background: url('../images/banner_bg.png') no-repeat;
    background-size: 100% auto;
    position: relative;
    height: 60px;
}
.navbar-box-wrapper.index{
    background: url('../images/banner_bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    height: 561px;
}
.navbar-box-wrapper.jqb{
    background: #2250c9 url('../images/jqb/banner-bg-bottom.png') no-repeat;
    background-position: center bottom;
    position: relative;
    height: 598px;
}
.my-navbar{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3333;
    transition: all .4s;
}
.navbar-header{
    width: 100%;
    height: 60px;
  }
  .navbar-header-inner{
      justify-content: space-between;
      height: 100%;
  }
  .navbar-header .jqb_logos img{
    width: 150px;
  }
  .jqb_header-right{
      flex: 1;
      text-align: right;
      justify-content: flex-end;
  }
  .navbar-links{
    display: flex;
    align-items: center;
  }
  .navbar-links::last-child{
    margin-right: 0;
  }
  .navbar-links  a.navbar-link{
      color: white;
  }
  .navbar-links  a.navbar-link:hover{
    text-decoration: none;
    color: #ffa018;
  }
  .navbar-links .navbar-link{
    margin-right: 35px;
  }
  .navbar-links .navbar-link.active{
    color: #ffa018;
  }



  /* login-form
   ========================================================================== */
.qrcode-zixun-wrapper{
    position: fixed;
    z-index: 10000;
    bottom: 20%;
    right: 2px;
    padding: 4px;
    background: #ffffff;
    transition: all .4s;
    transform: translateX(110%);
    -webkit-transform: translateX(110%);
}
.qrcode-zixun-wrapper.show-qrcode{
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

#qrcode-zixun{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#qrcode-zixun > img{
    width: 100px;
    height: 100px;
}
#qrcode-zixun > .qrcode-zixun-title{
    margin: 4px 0 4px;
}
#qrcode-zixun > span{
    font-size: 14px;
}



/* footer
   ========================================================================== */

.footer .sitemap{
    background-color: #373d44;
    padding: 30px 0;
}
.footer .container{
    display: flex;
}

.footer .container ul{
    padding: 0;
    margin: 0;
}

.footer .container ul>li{
    list-style: none;
    color: #fff;
    flex-grow: 1;
    font-size: 12px;
    line-height: 32px;
}
.footer .container ul>li>a{
    color: #fff;
}

.footer .container>ul {
    display: flex;
    flex-grow: 1;
}
.footer .container>ul h2{
    margin-top: 0;
    font-weight: 350;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1;
}
.footer ul.contact li{
    font-size: 12px;
    line-height: 32px;
}
.footer .qrcode{
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.footer .qrcode img{
    width: 120px;
    height: 120px
}
.footer .qrcode p{
    margin-top: 20px;
}
.footer .copyright{
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
    background-color: #373d44;
    position: relative;
}
.footer .copyright:before{
    position: absolute;
    border-top: 1px solid #fff;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    display: inline-block;
    content: ' ';
}
.footer .sitema-inner{
    width: 850px;
    margin-left: 300px;
}

/* login-form
   ========================================================================== */
.login-form{
    position: fixed;
    z-index: 99;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
}
.login-form .login-btn{
    position: absolute;
    bottom: 60px;
    right: 0;
    background-color: #ff621d;
    color: #fff;
    width: 320px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    box-sizing: border-box;
    padding-left: 30px;
    cursor: pointer;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.login-form .login-btn.show-btn {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@keyframes showBtn {
    from {
        transform: translateX(100%)
    }
    to {
       transform: translateX(0)
    }
}
@-webkit-keyframes showBtn {
    from {
        -webkit-transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0)
    }
}
.login-form .login-btn span{
    font-size: 22px;
}
.login-form .form-wrap{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding-top: 30px;
    color: #fff;
    background-color:rgba(50, 58, 68, .85);
    -webkit-box-shadow:0 0 12px rgba(0, 0, 0, .3);
    -moz-box-shadow:0 0 12px rgba(0, 0, 0, .3);
    box-shadow:0 0 12px rgba(0, 0, 0, .3);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.login-form .form-wrap.show-form{
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
@keyframes showForm {
    from {
        transform: translateY(100%)
    }
    to {
       transform: translateY(0)
    }
}
@-webkit-keyframes showForm {
    from {
        -webkit-transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0)
    }
}
.login-form .form-wrap .container{
    display: flex;
    justify-content: space-between;
}
.login-form .form-wrap .container>div{
    flex-grow: 1;
}
.login-form .form-wrap p{
    font-size: 18px;
}
.login-form .form-wrap p span{
    margin-left: 30px;
    cursor: pointer;
}
.login-form .form-wrap p.phone{
    font-size: 22px;
    padding-top: 25px;
}
.login-form .form-wrap input{
    width: 220px;
    height: 40px;
    margin: 20px 0;
    border-radius: 0;
}
.login-form .form-wrap .btn{
    width: 120px;
    height: 42px;
    border-radius: 0;
}


/* jump_to_top
   ========================================================================== */
   .jump_to_top{
    position: fixed;
    right: 40px;
    bottom: 8%;
    z-index: 33;
    width: 40px;
    height: 40px;
    background-image: url('../images/to_top_hover.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    text-align: center;
    font-size: 14px;
    color: #ffa018;
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    cursor: pointer;
  }
  .jump_to_top:hover{
    color: #ffffff;
    background-color: #ffa018;
    background-image: url('../images/to_top_hover.png');
  }


  /* layer-wrapper
   ========================================================================== */
   .layer-wrapper{
    position: fixed;
    left: 50%;
    top: 60px;
    transform: translateX(-50%) translateY(-450px);
    -webkit-transform: translateX(-50%) translateY(-450px);
    z-index: 1000;
    transition: all .2s ease-in-out;
  }
  .layer-wrapper.show{
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
  }
  
  .layer-wrapper > img{
    width: 300px;
    height: 348px;
  }
  .copy-wechat-name-btn{
      display: none;
  }
  
  .layer-wrapper .close-btn{
    position: absolute;
    left: 258px;
    top: 97px;
    width: 30px;
    height: 30px;
    color: white;
    text-align: center;
    background: transparent;
    line-height: 30px;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    cursor: pointer;
  }
  .tips{
    padding: 10px 20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 1999;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 40%;
    display: none;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    display: block;
  }


  .show-wechat-copy-mobile{
      display: none;
  }