html{
    font-size:16px;
}
body{
    margin:0;
    padding:0;
    overflow-x: hidden;
    font-family: 'Source Han Sans CN Regular';
}
@media screen and (max-width: 1660px){
    html{
        font-size:14px;
    }
}
@media screen and (max-width: 1440px){
    html{
        font-size:12px;
    }
}
@media screen and (max-width: 935px){
    #full_nav{
        padding:0 60px !important;
    }
}
#full_nav{
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    min-width:100%;
    box-sizing:border-box;
    padding:0 14.75%;
    font-family: "Microsoft YaHei" !important;
    background-color: white;
    color: #333333;
    z-index:999;
}
#full_nav .nav-mobile{
    display:none;
}
#full_nav .slider-nav{
    display:none;
}
#full_nav .nav_top{
    width: 100%;
    height: 60px;
    font-size:14px;
    line-height: 60px;
    position: relative;
}
#full_nav .nav_top .nav_tel{
    position:absolute;
    right:41px;
    top:50%;
    transform: translateY(-50%);
    line-height: 0;
}
#full_nav .nav_top .nav_wx{
    position:absolute;
    right:0;
    top:0;
}
#full_nav .nav_top .nav_wx img{
    position: relative;
    top:50%;
    width:25px;
    height: 25px;
    vertical-align: middle;
}
#full_nav .logo{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    margin-right: 5px;
    vertical-align: top;
}
#full_nav .nav_top .nav_wx:hover .ewm{
    display: block;
}
#full_nav .nav_top .nav_wx .ewm{
    display: none;
}
#full_nav .nav_top .nav_wx .ewm img{
    width: 12rem;
    height: 12rem;
    position: absolute;
    right: 0;
    top:100%;
    z-index: 10;
    box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.19);
}
#full_nav .nav_top .nav_wx .box img{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 60%;
    max-height: 60%;
}
#full_nav .nav_bottom{
    position:relative;
    width: 100%;
    height:50px;
}

.mobile-nav{
    display: none;
}
.navigation{
    display: none;
}
#full_nav .nav_bottom .logo{
    float:left;
    width: 20%;
    height: 100%;
}
/*#full_nav .nav_bottom .logo:before{*/
/*    content:'';*/
/*    display: inline-block;*/
/*    height:100%;*/
/*    vertical-align: middle;*/
/*}*/
#full_nav .nav_bottom .logo img{
    display: block;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
#full_nav .nav_bottom .menuList{
    float:right;
    height: 100%;
    font-size:0;
    line-height: 19px;
}
/* #full_nav .nav_bottom .menuList .menu-item{
    position:relative;
    display: inline-block;
    margin-right:50px;
    cursor: pointer;
    transition: all .3s ease;
    font-size:16px;
    line-height: 40px;
    vertical-align:middle;
} */
.menuList{
    text-align: center;
    margin:0 auto;
}
.menuList .menu-item{
    position: relative;
    display:inline-block;
    width:94px;
    font-size:16px;
    height: 60px;
    line-height: 60px;
    color:#333333;
}
.menuList .active{
    color:#AE1F24 !important;
    pointer-events: none;
}
.menuList .active::after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:6px;
    background-color: #AE1F24;
}
.rhomb{
    position:absolute;
    background-color: #ae1f24;
    width:6px;
    height:6px;
    left: 45%;
    transform: rotate(45deg) translateX(-45%);
    bottom:-15px;
    opacity: 0;
    transition: all .5s ease;
}
.nav_bottom a{
    text-decoration:none;
    color:#333;
}
/*页脚*/
._footer{
    width:100%;
    height: 120px;
    background-color: #262D54;
    font-family: 'Microsoft YaHei';
}
.footer{
    display: none;
}
.footer-content{
    display:flex;
    width: 62.5%;
    height: 100%;
    padding:40px 0;
    margin:0 auto;
}
.footer-item{
    height: 100%;
    font-size:14px;
    color:rgba(255, 255, 255, .6);
    vertical-align: top;
}
.footer-span{
    line-height: 14px;
}
.footer-span span{
    vertical-align: middle;
    white-space: nowrap;
}
.footer-span img{
    width:18px;
    height: 18px;
    margin-right:10px;
    vertical-align: middle;
}
.footer-span+.footer-span{
    margin-top:15px
}
.footer-item:last-child{
    flex:.8;
    text-align: right;
    line-height: 24px;
    margin-top:-2px;
    white-space: nowrap;
}
/* .footer{
    position:relative;
    width:100%;
    height: 344px;
    background-color:rgb(51,51,51);
    padding:65px 13.5%;
    box-sizing: border-box;
    font-size:0;
}
.footer .map{
    width:38%;
    height: 100%;
    max-width: 459px;
    display: inline-block;
    position:relative;
    background-color: #efefef;
    vertical-align: top;
}
.footer .map img{
    max-width: 100%;
    height: 100%;
}
.footer .footerContent{
    display: inline-block;
    position:relative;
    margin-left:23px;
    height: 100%;
    vertical-align: top;
    width:60%;
    font-size:14px;
}
.footer .footerContent .leftInfo{
    position:absolute;
    left:0;
    top:0;
    display: flex;
    padding:25px 0;
    width:40%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.footer .footerContent .leftInfo .item{
    height: auto;
    color:#ffffff;
    line-height: 24px;
}
.footer .footerContent .leftInfo .item i{
    position: relative;
    font-size:1.5rem;
    top:2px;
}
.footer .footerContent .leftInfo .item span{
    margin-left:0 !important;
    margin-top:1px;
    width:90%;
    float: right;
    display: inline-block;
    letter-spacing: 1px;
}

.footer .footerContent .rightInfo{
    position:absolute;
    right:0;
    top:0;
    width:60%;
    height: 100%;
    padding:25px 0;
}
.footer .footerContent .rightInfo ul{
    display: inline-block;
    margin:0;
    padding:0;
}
.footer .footerContent .rightInfo ul li{
    float:left;
    list-style-type: none;
    padding:0 1.25rem;
    border-left:1px solid #ffffff;
}
.footer .footerContent .rightInfo ul:after{
    content: "";
    display: block;
    clear: both;
}
.footer .footerContent .rightInfo ul li:first-child{
    border-left:none;
    padding-left:0;
}
.footer .footerContent .rightInfo ul li:last-child{
    padding-right:0;
}
.footer .footerContent .rightInfo .nav{
    display: inline-block;
    color:#ffffff;
    position:absolute;
    right:0;
}
.footer .footerContent .rightInfo .foot{
    position:relative;
    top:100%;
    transform: translateY(-100%);
    color: #999999;
    text-align: right;
} */

/*

 */

.deviseBanner{
    width:100%;
    height: 280px;
    position:relative;
}
.deviseBanner img{
    width: 100%;
    height: 100%;
}
.deviseBanner .bot{
    width: 62.5%;
    height: 60px;
    background-color: #ffffff;
    position:absolute;
    left:50%;
    bottom:0;
    margin:0;
    transform: translate(-50%,50%);
    box-shadow: 0 3px 4px rgba(136,136,136,0.1);
}
.navList{
    display: inline-block !important;
    margin-left:2.5rem;
    position:relative;
    top:50%;
    transform: translateY(-50%);
    font-size:0;
}
.navList .nav-item{
    display: inline-block;
    flex:none !important;
    margin:0;
    padding:0;
    color: #333333;
    font-size:16px;
    cursor: pointer;
}
.navList .nav-item+.nav-item{
    padding-left:38px;
}
.navList .nav-item:hover{
    color:#ae1f24 !important;
}
.navList .nav-item:hover .c{
    width:30px;
}
.b{
    position:relative;
    bottom:-17px;
    height: 5px;
    width:30px;
    margin:0 auto;
}
.b .c{
    width:0;
    height: 100%;
    background-color: #ae1f24;
    transition: width .3s ease;
}
.bot .navigation_{
    position: absolute;
    font-size: 0.875rem;
    color: #333333;
    right: 2rem;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}
.rhob{
    position:absolute;
    background-color: #ae1f24;
    width:7px;
    height:7px;
    transform: rotate(45deg);
    left:-15px;
    top:calc(50% - 3px)
}
._active{
    width:30px !important;
}

/*

 */

.content_box .page{
    width:100%;
    height: 32px;
    margin-top:10px;
}
.content_box .page .page-content{
    float:right;
    font-size:14px;
    color:#666666;
}
.content_box .page .page-content ul{
    display: inline-block;
    margin: 0;
    padding:0;
    vertical-align:middle
}
.content_box .page .page-content li{
    list-style: none;
    float: left;
    width:30px;
    height: 30px;
    font-size:14px;
    color: #333333;
    border:1px solid #999999;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 30px;
}
.content_box .page .page-content li:hover{
    background-color: #ae1f24;
    color:#ffffff;
}
.content_box .page .page-content li+li{
    margin-left:10px;
}
.content_box .page .page-content .go-box{
    position:relative;
    display: inline-block;
    height: 32px;
    vertical-align:middle
}
.content_box .page .page-content .go-box .page-input{
    display: inline-block;
    width:48px;
    height: 30px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 30px;
    color: #333333;
    font-size:12px;
}
.content_box .page .page-content .go-box input{
    width:48px;
    height: 28px;
    margin:0;
    padding:0;
}
.text{
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    vertical-align:middle;
    padding:0 10px;
}
@media screen and (max-width:1500px) {
    .footer{
        padding:65px 50px
    }
    .footer .footerContent{
        margin-left:10px
    }
    .footer .footerContent .rightInfo{
        width:60% !important;
    }
    .footer .footerContent .rightInfo ul li{
        padding:0 10px;
    }
}

.nav a{
    text-decoration: none;
    cursor: pointer;
    color:#ffffff
}

.nav a:hover{
    color:#ae1f24
}
