*,*::after,*::before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-text-size-adjust:auto !important;
  -ms-text-size-adjust:auto !important;
  -webkit-font-smoothing:antialiased;
  /*user-select:none;*/
}
html{
	font-family:Arial,'Microsoft YaHei',Helvetica,sans-serif,'黑体','宋体';
  font-size:62.5%;
  width:100%;
  height:100%;
  -webkit-text-size-adjust:none;
}
body{
  margin:0;
  line-height:1.42857143;
	font-size:1.4rem;
	color:#333;
	background-color:transparent;
  -webkit-overflow-scrolling:touch;/* 滚动回弹 */
}
/*span 除掉空隙*/
span{
  font-size:1.3rem;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:middle;

  white-space:normal;
  word-break:break-all;
  word-wrap:break-word;
  hyphens:auto;
}
/*img*/
img{
  vertical-align:middle;
}
/*a*/
/*a:link{color:#03c;}*/
a:link{color:#fff;}
a:visited{color:#fff;}
a:hover{color:#fff;}
a:active{color:#fff;}
a{text-decoration:none !important;}
/*ul*/
ul{
  list-style:none;
  padding:0;
  margin:0;
}


/* *************************** ani-ico **************************** */

  .ani-ico{
    position:relative;
    position:absolute;
    top:15px;
    right:25px;
    height:35px;
    width:45px;
    border-radius:5px;
    background-color:hsla(0,0%,0%,.2);
    cursor:pointer;
    z-index:102;
    display:none;
    transition:all .3s;
  }
  .ani-ico:hover{
    background-color:hsla(0,0%,0%,.6);
    transition:all .3s;
  }
  .ico,.ico::before,.ico::after{
    position:absolute;
    background-color:#fff;
    border-radius:3px;
    transform:translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
  }
  .ico{
    display:inline-block;
    left:50%;
    top:50%;
    width:24px;
    height:3px;
    transform:translateX(-50%) translateY(-50%);
    transition:transform .2s,background-color .2s;
  }
  .ico::before,.ico::after{
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    transition:transform .2s;
  }
  .ico::before{
    transform:translateY(-8px);
  }
  .ico::after{
    transform:translateY(8px);
  }

  .ico1{
    background-color:rgba(255,255,255,0);
  }
  .ico1::before{
    transform:rotate(45deg);
  }
  .ico1::after{
    transform:rotate(-45deg);
  }

/* *************************** ani-ico **************************** */

/* *************************** to-top **************************** */

  .y-back-top{
    width:35px;
    height:35px;
    border-radius:4px;
    position:fixed;
    right:20px;
    bottom:20px;
    background-color:#666;
    z-index:9;
    cursor:pointer;
    overflow:hidden;
    display:none;
  }
  .y-back-top>i{
    color:#fff;
    width:100%;
    height:100%;
    line-height:35px;
    text-align:center;
    font-size:2.5rem;
    position:absolute;
    top:0;
    transition:top .2s;
  }
  .y-back-top>span{
    color:#fff;
    display:block;
    width:100%;
    height:100%;
    line-height:1.2;
    padding:4px 0;
    text-align:center;
    font-size:12px;
    font-weight:500;
    position:absolute;
    top:100%;
    background-color:#318ffa;
    transition:top .2s;
  }
  .y-back-top:hover>i{
    top:-100%;
  }
  .y-back-top:hover>span{
    top:0;
  }

/* *************************** to-top **************************** */

/* *************************** header **************************** */

  .w{
    width:1210px;
    height:100%;
    margin:0 auto;
  }
  .w::after{
    content:'';
    display:block;
    clear:both;
    visibility:hidden;
  }

  .ad{
    width:100%;
    position: relative;
    overflow: hidden;
    border: 0;
    margin: 0;
    outline: 0;
    /*margin-top: 65px;*/
  }
  .ad>img{
    width:100%;
  }

  .c-banner{
      position: absolute;
      width: 100%;
      height: 100%;
      left: 100%;
      top: 0;
      animation: carl-out .5s forwards;
  }
  .c-banner>img{
    width: 100%;
  }
  .c-banner.active{
      animation: carl-in .5s forwards;
  }

  @keyframes carl-in{
      0%{
          opacity: 0;
          left: 100%;
      }
      100%{
          opacity: 1;
          left: 0;
      }
  }
  @keyframes carl-out{
      0%{
          opacity: 1;
          left: 0;
      }
      99%{
          opacity: 1;
          left: -100%;
      }
      100%{
          opacity: 0;
          left: 100%;
      }
  }

#carl-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
    bottom: 4%;
    text-align: center;
    /* padding: 20px; */
}
#carl-btn span{
    display: inline-block;
    width: 5%;
    max-width: 50px;
    background-color: #f3f3f3;
    padding: 2px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 1px;
}
#carl-btn span.active{
    background-color: #318ffa;
}


  header{
    position:fixed;
    background-color: #0F0A24;
    /* position:absolute; */
    left:0;
    top:0;
    /* padding:10px 25px; */
    width:100%;
    height:65px;
    line-height:65px;
    padding-left:90px;
    padding-right:90px;
    z-index:10;
  }
  header.headbg{
    background-color:#0F0A24;
  }
  header.headbg .menu .drop{
    background-color:#0F0A24;
  }
  header.headbg .menu .drop a{
    color: #fff;
  }
  header.headbg .menu .drop a:hover,header.headbg .menu .drop a.active{
    color:#318ffa;
  }
  header .app{
    float:right;
    color:#fff;
    padding:0 20px;
  }
  header .collapsed,.ani-ico{
    float:right;
    color:#fff;
    /* display:none; */
  }
  header .collapsed>i{
    padding:8px 12px;
    cursor:pointer;
    font-size:1.6rem;
    border-radius:5px;
    transition:all .3s;
  }
  header .collapsed>i:hover{
    background-color:hsla(0,0%,100%,.4);
    transition:all .3s;
  }
  header .app>a{
    padding:8px 12px;
    font-size:1.4rem;
    font-weight:500;
    border:1px solid;
    border-radius:20px;
    background-image: url('./home/images/ad/piaochuang.png');
  }
  /* header .app>a:hover{
    border-color:#1681fb;
  } */
  header .logo{
    float:left;
    /* font-size:2.4rem;
    font-weight:700;
    color:#fff;
    padding:0 15px; */
    background-image:url('./imgs/logo2.png');
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:100%;
    width:100px;
    height:100%;
    padding:0 20px;
  }
  header .logo>a{
    display:block;
    width:100%;
    height:100%;
    color:#f0f0f0;
  }
  header .menu{
    float:right;
    color:#fff;
  }
  .menu>ul::after{
    content:'';
    display:block;
    clear:both;
    visibility:hidden;
  }
  .menu>ul>li{
    /* display:inline-block; */
    float:left;
    position:relative;
  }
  .menu>ul>li.active>a::after{
    transform:scale(1);
  }
  .menu>ul>li>a{
    display:block;
    padding:0 20px;
    cursor:pointer;
    font-size:1.5rem;
    font-weight:500;
  }
  .menu>ul>li>a::after{
    content:'';
    display:block;
    position:absolute;
    left:20px;
    bottom:0;
    height:2px;
    width:calc(100% - 40px);
    margin:0 auto;
    background-color:#fff;
    transform:scale(0);
    transition:all .3s;
  }
  .menu>ul>li>a:hover::after{
    transform:scale(1);
    transition:all .3s;
  }

  .menu .drop{
    position:absolute;
    left:0;
    top:100%;
    min-width:100%;
    padding:10px 0;
    /* border:1px solid #999; */
    border-radius:5px;
    background-color:hsla(0,0%,100%,.99);
    display:none;
  }
  .menu .drop a{
    color:#444;
  }
  .menu .drop a:hover,.menu .drop a.active{
    color:#318ffa;
  }

  .menu>ul>li:hover .drop{
    display:block;
    animation:to-top .3s forwards;
  }


  @keyframes to-top{
    0%{
      opacity:0;
      transform:translate3d(0,20px,0);
    }
    100%{
      opacity:1;
      transform:translate3d(0,-2px,0);
    }
  }

  .menu>ul>li i{
    transition:all .3s;
  }
  .menu>ul>li:hover i{
    transform:rotate(180deg);
    transition:all .3s;
  }
  .menu .drop>li:not(:last-of-type){
    border-bottom:1px solid hsla(0,0%,0%,.2);
  }
  .menu .drop>li>a{
    display:block;
    line-height:1;
    padding:15px;
    cursor:pointer;
    font-size:1.6rem;
    font-weight:500;
  }

/* *************************** header **************************** */

/* *************************** container **************************** */
.joninus,.centeralign:last-of-type{
    padding-bottom: 130px;
}
/* *************************** container **************************** */

/* *************************** footer **************************** */

  footer{
    background-color:#0F0A24;
    color:#ddd;
    padding:30px 0;
    height:236px;
  }
  footer a:link{color:#ccc;}
  footer a:visited{color:#ccc;}
  footer a:hover{color:#fff;}
  footer a:active{color:#fff;}
  footer h4{
    margin-top:0;
    margin-bottom:10px;
  }
  footer li>a{
    display:block;
    padding:5px 0;
  }
  .footer-left,.footer-middle,.footer-right{
    float:left;
    overflow:hidden;
    text-align:center;
    height:100%;
  }
  .footer-left{
    width:25%;
    line-height:22px;
    border-right:1px solid hsla(0,0%,30%,.6);
  }
  .footer-right{
    width:20%;
    /* line-height:148px; */
    color:#ddd;
    text-align:left;
    padding-left:3%;
  }
  .footer-left img{
    width:194px;
  }
  .footer-right img{
    width:102px;
  }
  .footer-right h4{
    margin:0;
    margin-bottom:4px;
    font-size:1.6rem;
    font-weight:600;
  }
  .footer-right p{
    margin:0;
    margin-top:4px;
    font-size:1.3rem;
    font-weight:500;
  }
  .footer-middle{
    width:55%;
    text-align:left;
    padding-left:6%;
    padding-right:3%;
    /* border-right:1px solid hsla(0,0%,30%,.6); */
  }
  .footer-copyright{
    text-align: left;
    margin: 20px 0 0 29%;
  }
  .footer-copyright div{
    color: #9f9f9f;
  }
  .footer-middle>.lists{
    float:left;
    width:33.333333%;
  }
  .footer-middle>.lists:last-child{
    visibility:visible;
  }
  .footer-middle>.lists::after{
    content:'';
    display:block;
    clear:both;
    visibility:hidden;
  }

/* *************************** footer **************************** */

/* *************************** banner **************************** */

  .banner{
    width:100%;
    height:600px;
    /* height:650px; */
    margin-top:50px;
    overflow:hidden;
  }
  .banner .text-area{
    text-align:center;
    color:#fff;
    padding-top:170px;
    padding-bottom:65px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner h2{
    margin:0;
    margin-bottom: 15px;
    font-size:6.8rem;
    font-weight:400;
  }
  .banner p{
    margin:0;
    font-size:18px;
    color:#ccc;
  }

/* *************************** banner **************************** */


@media screen and (max-width:500px){
  .banner{
    height:528px;
  }
}
@media screen and (max-width:400px){
  .banner{
    height:442px;
  }
}

@media screen and (max-width:992px){
  .menu a:link{color:#666;}
  .menu a:visited{color:#777;}
  .menu a:hover{color:#1681fb;}
  .menu a:active{color:#1681fb;}
  header{
    padding-left:15px;
    padding-right:60px;
  }
  header.headbg .menu .drop{
    background-color:hsla(0,0%,100%,.99)
  }
  header .logo{
    width:80px;
    padding:0;
  }
  .menu{
    position:fixed;
    right:-100%;
    top:0;
    bottom:0;
    width:100%;
    background-color:#fff;
    z-index:101;
    text-align:center;
    padding-top:65px !important;
    transition:all .3s;
  }
  .menu.open{
    right:0;
    transition:all .3s;
  }
  .menu>ul>li{
    float:none;
    border-bottom:1px solid #eee;
  }
  .menu>ul>li>a:hover::after{
    transform:scale(0);
  }
  .menu>ul>li:hover .drop{
    animation:none;
    display:none;
  }
  .menu>ul>li:hover i{
    transform:rotate(0deg);
  }
  .menu>ul>li.open i{
    transform:rotate(180deg);
    transition:all .3s;
  }
  .menu>ul>li.open .drop{
    height:auto;
    display:block;
  }
  .menu .drop{
    position:static;
    padding:10px 0;
    border:0;
    height:0;
  }
  .menu .drop>li{
    border:0 !important;
  }

  .banner h2{
    font-size:2.8rem;
  }
  .banner .text-area{
    padding-top:100px;
  }
  .ani-ico{
    display:block;
    right:15px;
  }

  h2.title{
    font-size:20px;
    font-weight: 400;
  }
  .joninus,.centeralign:last-of-type{
    padding-bottom: 30px;
  }
  footer{
    /* min-width:670px; */
  }
  footer>.w{
    width:100%;
  }
  .footer-left{
    display:none;
  }
  .footer-middle{
    width:100%;
  }
  .footer-right{
    display:none;
  }
  .ad{
    display: none;
  }
  /* .footer-middle>.lists{
    width:100%;
    float:none;
    padding:15px 0;
  }
  .footer-middle>.lists:not(:first-of-type){
    border-top:1px solid hsla(0,0%,80%,.2);
  }
  .footer-middle>.lists>h4,.footer-middle>.lists>ul{
    float:left;
  }
  .footer-middle>.lists>h4{
    margin:0;
  }
  .footer-middle>.lists>ul>li{
    float:left;
    padding:0 15px;
  }
  .footer-middle>.lists>ul>li>a{
    padding:0;
  } */
  /* .footer-middle>.lists:last-of-type{
    width:50%;
  }
  .footer-middle>.lists:last-of-type>h4,.footer-middle>.lists:last-of-type>ul{
    float:none;
  }
  .footer-middle>.lists:last-of-type>ul>li{
    float:none;
    padding:0;
  } */
}






























