.nav1{
    height:98px;
    width: 1200px;
    margin:0 auto;
}
.logo{
    font-size:17px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(18,21,34,1);
}
.logo img{
    width:60px;
    margin-right:14px;
}
.logo span{
    font-size:17px;
    font-family:SourceHanSansSC;
    font-weight:400;
    color:#FF8D06;
    margin-top: 8px;
    display: block;
}
.contact img{
    width: 33px;
    margin-right:14px;
}
.concacttxt div{
    font-size:15px;
    font-family:SourceHanSansSC;
    font-weight:400;
    color:rgba(255,141,6,1);
}
.concacttxt p{
    font-size:16px;
    font-family:SourceHanSansSC;
    font-weight:400;
    color:rgba(18,21,34,1);
}
.nav2{
    text-align: center;
    background:#595b64;
}
.nav2 a{
    line-height:60px;
    height:60px;
    font-size:18px;
    font-family:SourceHanSansSC;
    font-weight:400;
    color:rgba(255,255,255,1);
    padding:0 43px;
}
.nav2 span{
    display: block;
    width:1px;
    height:18px;
    background:rgba(255,141,6,1);
}
.nav2 a.active,.nav2 a:hover{
    background: url(".//z22.png") no-repeat;
    background-size:100% 100%;
}
.swiper-container{
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #fff;
}
/*.swiper-container{*/
    /*--swiper-theme-color: #ff6600;!* 设置Swiper风格 *!*/
    /*--swiper-navigation-color: #00ff33;!* 单独设置按钮颜色 *!*/
    /*--swiper-navigation-size: 30px;!* 设置按钮大小 *!*/
/*}*/
.bannertxt{
    text-align: center;
    position: absolute;
    left:50%;
    top:50%;
    white-space: nowrap;
    padding:33px 52px;
    border:7px solid rgba(255,255,255,0.4);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.bannertxt p{
    font-size:69px;
    font-family:MFLangQian_Noncommercial;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.bannertxt span{
    display: block;
    font-size:33px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.8;
    letter-spacing: 34px;
    position: relative;
    left:16px;
}
.title{
    text-align: center;
    position: relative;
    margin:30px 0;
    font-size:25px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(53,50,50,1);
    padding:18px 0;
}
.title span{
    font-size:10px;
    font-family:DIN Alternate;
    font-weight:bold;
    display: block;
}
.title img{
    position: absolute;
    left:50%;
    width:61px;
    top:50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.a_t1{
    font-size:30px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(53,50,50,1);
}
.a_t2{
    width: 784px;
    font-size:13px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(53,50,50,1);
    line-height:30px;
    margin:19px auto 59px;
}
.a_content{
    position: relative;
    height:420px;
    overflow: hidden;
}
.a_content>img{
    position:absolute;
    left:50%;
    top:50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height:420px;
}
.a_content:after{
    content: '';
    display: block;
    position:absolute;
    left:0;
    width: 100%;
    top:0;
    height: 100%;
    background:rgba(0,0,0,0.3);
}
.a_box{
    height: 100%;
    position: relative;
    z-index:1;
}
.a_img{
    width:575px;
    margin-right: 36px;
}
.a_t3{
    font-size:23px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.a_li{
    margin-top: 34px;
}
.a_box ul .a_li:nth-child(2){
    animation-delay:0.5s;
}
.a_box ul .a_li:nth-child(3){
    animation-delay:1s;
}
.a_li img{
    width:75px;
    margin-right:13px;
}
.a_li p{
    font-size:17px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.a_li span{
    display: block;
    width: 397px;
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.scale{
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    transition: transform 0.8s;
}
.scale:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.footer{
    background:rgba(18,21,34,0.7);
    padding-top:35px;
    padding-bottom:11px;
    font-size:12px;
    font-family:Adobe Heiti Std;
    font-weight:normal;
    color:rgba(255,255,255,1);
    position: relative;
    z-index:2;
}
.footer_lf p+p{
    margin-top: 36px;
}
.footer_lf a{
    display: inline;
    color:rgba(255,255,255,1);
}
.footer_lf a+a{
    margin-left:10px;
}
.footer_m{
    width: 234px;
    margin:0 188px;
}
.footer_ft p+p{
    margin-top:18px;
}
.footer2{
    text-align: center;
    margin-top: 48px;
}
.sidebar{
    position: fixed;
    bottom:30%;
    z-index:9;
    right:-93px;
}
.sidebar li{
    height:65px;
    line-height: 65px;
    font-size: 12px;
    color:#fff;
    cursor: pointer;
    position: relative;
    left:0;
    transition:all 0.3s;
}
.sidebar li>img{
    width:65px;
}
.sidebar li.kefu{
    width:88px;
    background:#32A6FF;
}
.sidebar li.wx{
    background:#00C357;
    width:88px;
}
.sidebar li.tel{
    background:#FF8D06;
    width:158px;
}
.sidebar li.kefu:hover,.sidebar li.wx:hover{
    left:-23px;
}
.sidebar li.tel:hover{
    left:-93px;
}
.sidebar li .qrcode{
    display: none;
    position: absolute;
    left:-100px;
    top:50%;
    width:90px;
    margin-top:-45px;
}
.sidebar li.wx:hover .qrcode{
    display: block;
}
.realtive .swiper-button-prev:after,.realtive .swiper-button-next:after{
    content: '';
}
.realtive .swiper-button-prev{
    left:-58px;
    margin-top:-64px;
    cursor: pointer;
}
.realtive .swiper-button-next{
    right:-58px;
    margin-top:-64px;
    cursor: pointer;
}
.realtive .swiper-button-prev,.realtive .swiper-button-next{
    width: 43px;
    height: 128px;
    background: url("/imgs/z8.png") no-repeat;
    background-size:100% 100%;
}
.realtive .swiper-button-next{
    background-image:url("/imgs/z9.png");
}
.intro_title{
    color:#666;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}
.intro_title a{
    display: inline;
    color:#666;
    margin:0 6px;
}
#page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-disabled:hover{
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color:rgba(255,141,6,1);
    border-color:rgba(255,141,6,1);
    color: #FFF
}

#page li:hover{
    background-color:rgba(255,141,6,1) !important;
    border-color:rgba(255,141,6,1);
    color: #FFF
}

#page li.xl-jumpText {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    opacity: 1;
}

#page li.xl-jumpText:hover{
    background-color: rgba(0,0,0,0) !important;
    border-color: rgba(0,0,0,0) !important;
}

#page li.xl-jumpButton{
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
}
input[type="number"]{
    -moz-appearance:textfield;
}
