@font-face{
    font-family: "IMPACT";
    src: url("/static/home/fonts/IMPACT.TTF");
}
@font-face{
    font-family: "FRICK";
    src: url("/static/home/fonts/FRICK0.3-REGULAR.OTF")
}
body{
    font-family: "MSYHSB";
}
img{
    border: none;
}
/* 导航 */
.nav{
    width: 100%;
    height: 138px;
    overflow: hidden;
}
.nav .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 左侧 */
.navLeft{
    width: auto;
    height: auto;
    float: left;
}
.navLeft_Tp{
    width: 753px;
    height: 88px;
    overflow: hidden;
    float: left;
    margin-left: 17px;
    margin-top: 22px;
}
.navLeft_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 右侧 */
.navRight{
    width: 23%;
    height: auto;
    float: left;
    margin-left: 80px;
}
.navRight_p{
    width: 54%;
    height: auto;
    font-size: 14px;
    color: #487ed4;
    font-weight: bold;
    float: left;
    margin-top: 40px;
    margin-left: 35px;
}
.navRight_duck{
    width: auto;
    height: auto;
    float: left;
}
.navRight_duck_Tp{
    width: 23px;
    height: 18px;
    overflow: hidden;
    float: left;
    margin-top: 9px;
}
.navRight_duck_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navRight_duck_Wz{
    font-size: 26px;
    font-family: "IMPACT";
    float: left;
    margin-left: 11px;
    line-height: 32px;
}
.navRight_duck_Wz a{
    color: #e76300;

}
.navRight_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-right: 16px;
    margin-top: 43px;
}
.navRight_Tp{
    width: 38px;
    height: 26px;
    overflow: hidden;
    margin: 0 auto;
}
.navRight_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navRight_Wz{
    width: 49px;
    height: auto;
    border:none;
    color: #666666;
    cursor: pointer;
}
.navRight_Wz option{
    border:none;
    cursor: pointer;
}
/* 导航分类 */
.branch{
    width: 100%;
    height: 74px;
    background-color: #487ed4;
}
.branch .row{
    width: 1032px;
    height: auto;
    margin: 0 auto;
    transition: all 0.4s ease !important;
}
.branch .row ul{
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    float: left;
}
.branch .row ul li{
    width: 129px;
    height: 100%;
    line-height: 74px;
    /* padding: 0 32px; */
    position: relative;
    text-align: center;
    z-index: 999;
    transition: all 0.4s ease;
}
.branch .row ul li a{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}
.branch li.current,
.branch li:hover {
    background-color: #2d64bb;
}
.branch .row ul li ul li {
    min-height: 63px !important;
    line-height: 29px !important;
    float: none;
    background-color: #487ed4 !important;
    background-color: transparent;
    text-align: left;
    width: 280px;
    text-indent: 32px;
}
.branch .row ul li ul li:hover{
    background-color: #2d64bb !important;
}
.branch .row ul li ul li a {
    color: #ffffff;
    padding-top: 19px;
    display: block;
    padding-bottom: 15px;
}
.branch .row ul li .cp_ul{
    border-top: 1px solid #a5c1eb; 
    margin-top: -1px;
}
.branch .row ul li .cp_ul .cp_li{
    width: 788px;
    height: 100% !important;
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1
}
.cp_li_Zc{
    width: 159px;
    height: 100%;
    float: left;
    border-right: 1px solid #a5c1eb;
    box-sizing: border-box;
}
.cp_li_Zc ul{
    display: flex;
    flex-wrap: wrap;
}
.cp_li_Zc ul li{
    width: 158px !important;
    height: 65px !important; 
    line-height: 65px !important;
}
.cp_li_Zc ul li a{
    text-align: center;
    color: #ffffff;
}
.cp_li_Yc{
    width: 628px !important;
    height: 100%;
    float: right;
}
.cp_li_Yc ul{
    width: 100% !important;
    height: 63px !important;
    display: flex !important;
    justify-content: center !important;
    align-content: center;
}
.cp_li_Yc ul li{
    width: auto !important;
    height: 65px !important; 
    line-height: 65px !important;
    /* padding: 0 19px; */
    text-align: center;
    flex: 1;
    position: relative;
}
.cp_li_Yc ul li::after{
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 90px;
    height: 2px;
    content: '';
    background: #ffffff;
    left: 50%;
    margin-left: -45px;
}
.cp_li_Yc ul li a{
    text-align: center;
    color: #ffffff;
}
.branch .row ul li .cp_ul .cp_li:hover{
    background-color: #487ed4 !important;
}
.branch .row ul li ul {
    /* width: 63px !important;
    height: 63px !important; */
    display: none;
}
.branch .row ul li:hover ul {
    display: block;
}
/* 右侧：咨询客服 */
.branchRight{
    width: 202px;
    height: 47px;
    background-color: #e76300;
    float: right;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 47px;
    margin-right: 2px;
    cursor: pointer;
    display: block;
}
/* banner */
.band {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.bandWarp {
    width: 100%;
    height: 416px;
    overflow: hidden;
    margin: 0 auto;
}
.bandWarp .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.bandWarp .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bandWarp .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bandWarp .swiper {
    margin-left: auto;
    margin-right: auto;
}
.bandGet {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.bandWarpGet {
    width: 100%;
    height: 416px;
    overflow: hidden;
    margin: 0 auto;
}
.bandWarpGet .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
.bandWarpGet .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bandWarpGet .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bandWarpGet .swiper {
    margin-left: auto;
    margin-right: auto;
}
/* 各页面分页 */
.honorBut{
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-bottom: 70px;
}
.honorBut ul {
    max-width: 160px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.honorBut ul li {
  width: auto;
  height: auto;
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #2a2a2a;
  padding: 0 12px;
  background-color: #fff;
}
.honorBut ul li.active{
    color: #487ed4;
}
/* 底部导航 */
.ban{
    width: 100%;
    height: auto;
}
.banTit{
    width: 100%;
    height: 826px;
    background: url(/static/home/images/indexTp26.jpg) no-repeat;
    background-size: cover;
    background-position: -160px 0;
    position: relative;
}
.banTit_Top{
    width: 202px;
    height: 161px;
    background-color: #487ed4;
    position: absolute;
    border-radius: 0 0 5px 5px;
    left: 50%;
    margin-left: -101px;
    z-index: 9;
}
.banTit_Top_Tp{
    width: 115px;
    height: 125px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}
.banTit_Top_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banTit_Mid{
    width: 1428px;
    height: 558px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -714px;
    top: 90px;
}
.banTit_Mid_Zc{
    width: auto;
    height: auto;
    margin-top: 130px;
    margin-left: 115px;
    float: left;
    display: flex;
    justify-content: center;
    align-content: center;
}
.banTit_Mid_Zc ul{
    width: 160px;
    flex-wrap: wrap;
    border-right: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.banTit_Mid_Zc ul li{
    width: auto;
    margin-bottom: 20px;
    padding-left: 20px;
}
.banTit_Mid_Zc ul li a{
    width: 120px;
    font-size: 16px;
    color: #666666;
}
.banTit_Mid_Zc ul li .banTit_A{
    font-size: 22px;
    font-weight: bold;
    display: block;
    position: relative;
    padding-bottom: 20px;
    color: #333333;
    margin-bottom: 30px;
}
.banTit_Mid_Zc ul li .banTit_A::after{
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #333333;
}
.banTit_Mid_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 97px;
}
.banTit_Mid_Yc form{
    width: 100%;
    height: auto;
}
.banTit_phone{
    width: 319px;
    height: 44px;
    box-sizing: border-box;
    margin-right: 60px;
}
.banTit_phone .tit,
.banTit_Text .tit{
    float: left;
    display: block;
    width: 70px;
    line-height:44px;
    font-size: 14px;
    color: #666;
}
.banTit_phone input{
    width: calc(100% - 76px);
    height: 100%;
    background: none;
    background-color: transparent;
    outline: none;
    border: 1px solid #f1f1f1;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.banTit_phone::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_phone:-moz-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_phone::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_phone:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_Text{
    width: 319px;
    height: 87px;
    box-sizing: border-box;
    margin-right: 60px;
    margin-top: 30px;
    position: relative;
}
.banTit_Text .apiInput{
    width: calc(100% - 76px);
    height:100%;
    background: none;
    background-color: transparent;
    outline: none;
    border: 1px solid #f1f1f1;
    float:left;
    line-height: 44px;
    resize: none;
    padding: 0 5px;
    box-sizing: border-box;
    font-family: "MSYHSB";
}
.banTit_Text::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_Text:-moz-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_Text::-moz-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_Text:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
}
.banTit_But{
    width: 319px;
    height: 44px;
    background-color: #e76300;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 44px;
    margin-top: 25px;
}
.banTit_But input{
    border: none;
    background: none;
    background-color: transparent;
    outline: none;
    width: 100%;
    height: 100%;
    color: #ffffff;
    cursor: pointer;
}
.banTit_phmax{
    width: 100%;
    height: 18px;
    margin-top: 20px;
}
.banTit_phmax .left{
    width: 16px;
    height: 18px;
    float: left;
    margin-left: 9px;
}
.banTit_phmax .left img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banTit_phmax p{
    font-size: 20px;
    color: #e76300;
    font-family: "IMPACT";    
    float: left;
    line-height: 18px;
    margin-left: 12px;
}
.banTit_phmin{
    width: 100%;
    height: 18px;
    margin-top: 20px;
}
.banTit_phmin .left{
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 9px;
}
.banTit_phmin .left img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banTit_phmin p{
    font-size: 20px;
    color: #e76300;
    font-family: "IMPACT";  
    float: left;
    line-height: 18px;
    margin-left: 12px;
}
.banTit_emali{
    width: 100%;
    height: 18px;
    margin-top: 20px;
}
.banTit_emali .left{
    width: 16px;
    height: 12px;
    float: left;
    margin-left: 10px;
}
.banTit_emali .left img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banTit_emali p{
    font-size: 20px;
    color: #e76300;
    font-family: "IMPACT";    
    float: left;
    line-height: 18px;
    margin-left: 14px;
}
.banTit_api{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.banTit_api .left{
    width: 14px;
    height: 18px;
    float: left;
    margin-left: 11px;
    margin-top: 7px;
}
.banTit_api .left img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.banTit_api p{
    width: 300px;
    height: auto;
    font-size: 18px;
    color: #666666;
    float: left;
    margin-left: 14px;
    line-height: 23px;
}
.banTit_Map{
    width: 1240px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -620px;
    top: 670px;
}
.banTit_Map_Top{
    width: 1215px;
    height: 27px;
    margin: 0 auto;
    border-bottom: 1px solid #d0d0d1;
    font-size: 16px;
    color: #666666;
}
.banTit_Map_But{
    width: 100%;
    height: auto;
}
.banTit_Map_But ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}
.banTit_Map_But ul li{
    width: 130px;
    height: 34px;
    /*overflow: hidden;*/
    margin: 0 12.5px;
    margin-bottom: 20px;
    position: relative;
}
.banTit_Map_But ul li .code{
    width: 100px;
    position: absolute;
    top: -110px;
    height: 100px;
    object-fit: contain;
    left: 20px;
}
.banTit_Map_But ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banBody{
    width: 100%;
    height: 48px;
    background-color: #c0c0c0;
}
.banBody_Zc{
    width: 50%;
    height: auto;
    float: left;
}
.banBody_Zc p{
    font-size: 12px;
    color: #535353;
    float: right;
    line-height: 48px;
    margin-right: 20px;
}
.banBody_Yc{
    width: 50%;
    height: auto;
    float: right;
}
.banBody_Yc a{
    font-size: 12px;
    color: #535353;
    float: left;
    line-height: 48px;
    margin-left: 13px;
}
.banBody_Black{
    width: auto;
    height: auto;
    text-align: center;
    line-height: 48px;
}
.banBody_Black p{
    font-size: 12px;
    color: #535353;
}
.banBody_Black a{
    font-size: 12px;
    color: #535353;
}
.banTit_Mid_Zc .cur .banTit_B{
    color: #487ed4;
}
.bandGet .swiper-bor{
    width: 200px;
    height: 3px;
    position: absolute;
    bottom: 46px;
    left: 50%;
    margin-left: -100px;
    background: rgb(255, 255, 255,0.4);
    z-index: 99;
}

.bandGet .swiper-bor::before {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-animation: w100 5000ms infinite ease;
    animation: w100 5000ms infinite ease;
}

@keyframes w100 {
    0% {
            width: 0%;
    }

    100% {
            width: 100%;
    }
}
.bandWarpGet .swiper-slide .Getimg{
    -webkit-animation: img100 5000ms infinite ease-out;
    animation: img100 5000ms infinite ease-out;
}
@keyframes img100 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);        
    }
}
.bandWarpGet .swiper-button-prev, 
.bandWarpGet .swiper-rtl .swiper-button-next{
    position: absolute;
    top: 67px;
}
.bandWarpGet .swiper-button-prev{
    left: 50%;
    margin-left: -175px;
}
.bandWarpGet .swiper-button-prev:after, 
.bandWarpGet .swiper-rtl .swiper-button-prev:after{
    content: 'PREV';
    font-family: '';
    color: #ffffff;
    font-size: 14px;
}

.bandWarpGet .swiper-button-next, 
.bandWarpGet .swiper-rtl .swiper-button-next{
    position: absolute;
    top: 67px;
}
.bandWarpGet .swiper-button-next{
    right: 50%;
    margin-right: -175px;
}

.bandWarpGet .swiper-button-next:after, 
.bandWarpGet .swiper-rtl .swiper-button-next:after{
    content: 'NEXT';
    font-family: '';
    color: #ffffff;
    font-size: 14px;
}
/* 侧方 */
.lateGet{
    width: 55px;
    height: 166px;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 10;
}
.lateGet ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transform: translate(0px, 0px);
    transition: transform 0.5s ease-in-out 0s;
}
.lateGet ul li{
    width: 100%;
    height: 54px;
    background-color: #a3a6a8;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}
.lateGet_Tp{
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 13px;
    transition: all 0.5s;
}
.lateGet ul .lateGet_li:hover{
    background-color: #ff7c3a;
    padding-right: 174px;
}
.lateGet ul .lateGet_li:hover .lateGet_Tp{
    margin-left: 7px;
}
.lateGet ul .lateGet_li p{
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin-top: 21px;
    position: absolute;
    top: -12px;
    left: 57px;
}
.getMax{
    width: 201px;
    height: 194px;
    position: fixed;
    bottom: 25px;
    right: 63px;
    z-index: 10;
    background: url(/static/home/images/sideTp4.png) no-repeat;
    background-size: 201px 194px;
    display: none;
    transition: all 0.3s ease;
}
.getMax_Tp{
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin-left: 27px;
    margin-top: 27px;
}
.getMax_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*  */
.nb-icon-wrap{
    right: 0 !important;
    top: 200px;
    width: 144px;
}
/* 提交 */
.submits {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    z-index: 9999;
    display: none;
    transition: all 1s ease;
}
.submits .boxBlack {
    width: 300px;
    height: 140px;
    background-color: #ffffff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 200px;
}
.submits .boxTit {
    width: 100%;
    height: 50px;
}
.submits .boxTit p {
    font-size: 16px;
    color: #303133;
    margin-top: 10px;
    margin-left: 17px;
    float: left;
}
.submits .boxBody {
    width: 100%;
    height: 40px;
}
.submits .boxBody p {
    font-size: 14px;
    color: #333333;
    line-height: 40px;
    margin-left: 50px;
    letter-spacing: 0.5px;
}
.submits .boxBut {
    width: 100%;
    height: 48px;
}
.submits .boxButRight {
    width: 80px;
    height: 25px;
    background-color: #409eff;
    border: 1px solid #409eff;
    float: right;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 17px;
    cursor: pointer;
}
.submits .boxButRight p {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #ffffff;
}
.submits .boxButLeft {
    width: 57px;
    height: 25px;
    background: #fff;
    border: 1px solid #dcdfe6;
    cursor: pointer;
    float: right;
    border-radius: 3px;
    margin-right: 30px;
    margin-top: 10px;
}
.submits .boxButLeft p {
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #606266;
    cursor: pointer;
}



.twoChild li a span{
    width: 10px;
    height:  10px;
    background: url("../images/jt_b.png") no-repeat center;
    display: block;
    background-size: cover;
    margin-right: 15px;
}
.threeChild{
    width:313px;height: auto; background: #2d64bb;position: absolute;top: 0;left: 280px;overflow: hidden;
    display: none;

}
.threeChild .threeClass{
    text-align: left;display: flex;justify-content: space-between;align-items: center;width: 100%;
    height: 63px;
    position: relative;
}
.threeChild .threeClass a{
    display: block;width: 90%;
    padding-left:10px
}
.threeChild .threeClass img{
    width: 20px; margin-right: 20px
}
.twoChild{
    display: block;position: relative
}
.fourChild{
    left: 190px;
    display: block;
    /*height: auto;*/
    width: 250px;
    min-height: 315px;
    display: none;
    background: #2d64bb;position: absolute;top: 0;
}

.fourChild p{
    text-align: left;display: flex;justify-content: space-between;align-items: center;width: 100%;
    height: 63px;
    position: relative;
}
.fourChild p a{
    display: block;width: 90%;
    padding-left:10px
}
.fourChild p img{
    width: 20px; margin-right: 20px
}
.threeChild span{
    width: 10px;
    height:  10px;
    background: url("../images/jt_b.png") no-repeat center;
    display: block;
    background-size: cover;
    margin-right: 15px;
}
.threeChild span.cur{
    background: url("../images/jt_h.png") no-repeat center;
    background-size: cover;
}
.fourChild span.cur{
    background: url("../images/jt_h.png") no-repeat center;
    background-size: cover;
}
.fourChild p:hover span{
    background: url("../images/jt_h.png") no-repeat center;
    background-size: cover;
}
.twoChild li:hover a span{
    background: url("../images/jt_h.png") no-repeat center;
    background-size: cover;
}

.branch .row ul li.defaultnav ul li{
    width: auto;
}