.pagetop {
  width: 100%;
  height: 320px;
  background-color: #393d43;
  text-align: center;
}
.pagetop .tit {
  font-size: 32px;
  line-height: 72px;
  color: #ffffff;
  letter-spacing: 2px;
  padding-top: 72px;
  font-weight: bold;
}
.pagetop .cont {
  font-size: 17px;
  line-height: 32px;
  color: #ffffff;
}
.countbox .ctitle {
  font-size: 0;
  text-align: center;
  padding: 150px 0 62px;
}
.countbox .ctitle .gonext {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 36px;
  padding-left: 24px;
  color: #00ac65;
}
.countbox .ctitle .tit {
  display: inline-block;
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  padding-right: 60px;
  position: relative;
}
.countbox .ctitle .tit span {
  display: block;
  width: 57px;
  height: 22px;
  border-radius: 9px 9px 9px 0;
  background-color: #00ac65;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
.cbj_navbox {
    font-size: 0;
    width: 100%;
    height: 120px;
    position: absolute;
    top: -60px;
    left: 0;
    text-align: center;
  }
  .cbj_navbox .citem {
    display: inline-block;
    width: 280px;
    height: 120px;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff url(../../images/cbj_imgs/nav_icon11.png) no-repeat left 24px center;
    background-size: 42px 45px;
    margin: 0 16px;
  }
  .cbj_navbox .citem .tit {
    font-size: 19px;
    line-height: 40px;
    color: #333333;
    padding-top: 24px;
    padding-left: 80px;
    text-align: left;
  }
  .cbj_navbox .citem .cont {
    font-size: 13px;
    line-height: 25px;
    color: #666666;
    padding-left: 80px;
    text-align: left;
  }
  .cbj_navbox .tosel {
    background-color: #507ff8;
  }
  .cbj_navbox .tosel .tit,
  .cbj_navbox .tosel .cont {
    color: #fff;
  }
  .cbj_navbox .citem:hover {
    background-color: #507ff8;
  }
  .cbj_navbox .citem:hover .tit,
  .cbj_navbox .citem:hover .cont {
    color: #fff;
  }
  .cbj_navbox .item1:hover {
    background-image: url(../../images/cbj_imgs/nav_icon12.png);
  }
  .cbj_navbox .item2:hover {
    background-image: url(../../images/cbj_imgs/nav_icon22.png);
  }
  .cbj_navbox .item3:hover {
    background-image: url(../../images/cbj_imgs/nav_icon32.png);
  }
  .cbj_navbox .item1.tosel {
    background-image: url(../../images/cbj_imgs/nav_icon12.png);
  }
  .cbj_navbox .item2.tosel {
    background-image: url(../../images/cbj_imgs/nav_icon22.png);
  }
  .cbj_navbox .item3.tosel {
    background-image: url(../../images/cbj_imgs/nav_icon32.png);
  }
  .cbj_navbox .item2 {
    background-image: url(../../images/cbj_imgs/nav_icon21.png);
  }
  .cbj_navbox .item3 {
    background-image: url(../../images/cbj_imgs/nav_icon31.png);
  }
  .yqdk_nav {
    font-size: 0;
    border-bottom: 2px solid #507ff8;
    margin-bottom: 60px;
  }
  .yqdk_nav .citem {
    display: inline-block;
    vertical-align: bottom;
    width: 210px;
    height: 58px;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 58px;
    color: #333333;
  }
  .yqdk_nav .citem:hover {
    background-color: #f8f8f8;
  }
  .yqdk_nav .citem.gonav {
    background-color: #507ff8;
    color: #fff;
  }
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.mask input {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
.mask .box{
    width: 480px;
    height: 314px;
    background: #fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -157px;
    box-sizing: border-box;
    padding: 32px 50px 0;
    -webkit-animation:toChangeBigOpen linear .2s;
    animation:toChangeBigOpen linear .2s;
}
.mask .box .box-tit{
    text-align: center;
    line-height: 26px;
    height: 26px;
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}
.mask .box .input-wraper{
    position: relative;
    height:50px;
    background:rgba(245,245,246,1);
    border-radius:3px;
    -webkit-border-radius:3px;
    overflow: hidden;
    margin-bottom: 15px;
}
.mask .box .input-wraper input{
    position: absolute;
    left: 22px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: 350px;
    color: #333333;
    font-size: 14px;
    background: transparent;
}
.mask .box .sub-btn{
    height: 50px;
    line-height: 50px;
    background:rgba(88,131,241,1);
    border-radius:3px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}
.mask .box .sub-btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
}
.mask .box .close{
    position: absolute;
    width: 14px;
    height: 14px;
    background: url("../../../_files/images/common/m_com_close.png") no-repeat center center;
    background-size: 100%;
    right:17px;
    top: 15px;
    cursor: pointer;
}
@-webkit-keyframes toChangeBigOpen{from{-webkit-transform:scale(.9);transform:scale(.9)}to{background:scale(1)}}@keyframes toChangeBigOpen{from{-webkit-transform:scale(.9);transform:scale(.9)}to{background:scale(1)}}