@charset "UTF-8";
/* CSS Document */
@import url(index.css);
@import url(web-style-wy.css);
@import url(web-style-zl.css);
@import url(web-style-hq.css);
@import url(web-style-light.css);

/*--------------------------------------- public style --------------------------------------------------*/
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #616161;
    overflow-x: hidden;
    height: 100%;
    position: static;
}
body.xz{
    position: fixed;
    overflow: hidden;
}
textarea{
    resize: none;
}


/* 取消a标签点击之后的虚线框 */
a{
    outline: none !important;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
    .col-sm-5ths{
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px){
    .col-md-5ths{
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px){
    .col-lg-5ths{
        width: 20%;
        float: left;
    }
}

/* 图片自适应 */
img{
    max-width: 100%;
    height: auto;
    width: auto \9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    border: none;
}
@-ms-viewport{
    width: device-width;
}
@-o-viewport{
    width: device-width;
}
@viewport{
    width: device-width;
}


.w-1200{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.w-360{
    width: 360px;
}
.w-580{
    width: 580px;
}
.w-200{
    width: 200px;
}
.w-980{
    width: 980px;
}


.table-box{
    display: table !important;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.table-box .cell{
    display: table-cell !important;
    vertical-align: middle;
}


.pt80{ padding-top: 80px;}


.mb35{ margin-bottom: 35px;}
.mb40{ margin-bottom: 40px;}
.mb45{ margin-bottom: 45px;}
.mb55{ margin-bottom: 55px;}
.mb70{ margin-bottom: 70px;}
.mb90{ margin-bottom: 90px;}
.mb100{ margin-bottom: 100px;}


.fs14{ font-size: 14px;}
.fs16{ font-size: 16px;}
.fs18{ font-size: 18px;}
.fs34{ font-size: 34px;}
.fs24{ font-size: 24px !important;}

.color-666{ color: #666;}
.color-999{ color: #999;}
.color-dc0303{ color: #dc0303;}
.color-9c0001{ color: #9c0001;}


/*header*/
.header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    background: none;
}
.header-left{
    float: left;
    height: 80px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-xf{
    position: absolute;
    left: 0;
    top: 0;
    min-height: 80px;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-left .logo{
    float: left;
    margin-top: 24px;
    position: relative;
    z-index: 5;
}
.header-address{
    float: left;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    margin-top: 30px;
    position: relative;
    z-index: 5;
}
.header-address .span-address{
    margin-left: 8px;
    line-height: 20px;
    cursor: pointer;
}
.header-address .span-address img{
    width: 16px;
    margin-right: 10px;
    height: 16px;
    opacity: 0.8;
}
.header-address .span-address.xz{
    color: #00609f;
}
.header-title{
    float: left;
    margin-top: 32px;
    margin-left: 15px;
    height: 16px;
    line-height: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15px;
    border-left: 2px solid rgb(255, 255, 255,.4);
    position: relative;
    z-index: 5;
}
.header-logo{
    padding-right: 20px;
}
.header-menu{
    float: left;
    margin: 0 33px 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-menu.xz{
    margin-left: -70px;
}
.header-menu-down{
    margin-top: 38px;
    cursor: pointer;
}
.header-nav{
    width: 100%;
    font-size: 0;
    color: #fff;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    width: 100px;
    overflow: hidden;
}
.header-nav .line{
    float: right;
    width: 2px;
    height: 16px;
    margin-top: 32px;
    background-color: rgba(255, 255, 255,.4);
}
.header-nav a{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    padding: 0 15px;
    margin: 0 5px;
}

.header-nav .nav1{
    float: right;
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #FFFFFF;
    margin-right: 20px;
}

.header-nav .nav2{
    float: right;
    font-size: 16px;
}
.header-nav .nav2 a{
    padding: 0 10px;
}

.header-nav .nav2>span a{
    padding: 0;
    margin: 0;
}
.header-nav .nav2 .a1{
    color: #fff;
    /* text-decoration: underline; */
    /* display: inline-block; */
    /* max-width: 80px; */
    /* height: auto; */
    /* line-height: normal; */
    /* overflow: hidden; */
 /*    text-overflow:ellipsis;
    white-space: nowrap; */
/*     position: relative;
    top: 4px; */
}
.header-nav .nav2 .a1 span{
    display: inline-block;
    line-height: 20px;
    border-bottom: 1px solid #fff;
}
.header-nav .nav2 .a2{
    color: #0071bb;
}
.header-bream{
    visibility: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    width: 98px;
    height: 80px;
    background: #0071bb;
    padding-top: 31px;
    cursor: pointer;
    opacity: 1;
}
.header-bream img{
    width: auto;
}

.header-open{
    float: left;
    width: 98px;
    height: 80px;
    background: #0071bb;
    padding-top: 31px;
    cursor: pointer;
    margin-left: 20px;
}
.header-open .mg-search,.header-open .mg-searchClose{
    display: none;
}
.header-open .mg-open{
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.header-searchUp{
    float: right;
    width: 78px;
    height: 80px;
    cursor: pointer;
}
.header-searchUp .mg-open{
    display: none;
}
.header-searchUp .mg-search{
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    width: 21px;
    /*height: 51px;*/
}
.header-searchUp img{
    padding-top: 30px;
}
.header-searchUp.xz{
    float: right;
    width: 80px;
    height: 80px;
    cursor: pointer;
}
.header-searchUp.xz .mg-search{
    display: none;
}
.header-searchUp.xz .mg-searchClose{
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    width: 32px;
    height: 57px;
}
.header-sub-bg{
    float: left;
    position: relative;
    width: 170px;
}
.header-navBottom{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #282828;
    overflow-x: hidden;
    overflow-y: auto;
}
.header-logo{
    height: 80px;
    padding-left: 15px;
    position: relative;
    z-index: 30;
}

.header-navBottom-list-01{
    padding-top: 86px;
    position: relative;
    padding-bottom: 100px;
}
.header-navBottom-list-01::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.header-navBottom-list-01>li{
    position: relative;
}
.header-navBottom-list-01>li>a{
    display: block;
    line-height: 24px;
    padding: 15px 0 10px 30px;
    border-left: 5px solid #000;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 5;
}
.header-navBottom-list-01>li:first-child>a{
    padding-top: 10px;
}
.header-navBottom-list-01>li.xz>a,.header-navBottom-list-01>li.xz>span{
    border-left: 5px solid #0071bb;
}
.header-navBottom-sub{
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px;
    width: 170px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-navBottom-sub li{
    margin-top: 15px;
}
.header-navBottom-sub li:first-child{
    margin-top: 0;
}
.header-navBottom-sub li a{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding-left:15px;
    padding-right: 20px;
    border-left: 5px solid #282828;
}
.header-navBottom-sub li a:hover{
    border-left: 5px solid #0071bb;
}
.header-navBottom-list-01>li.header-navBottomRight{
    margin-top: 25px;
}
.header-navBottom-list-01>li.li1{
    font-size: 14px;
}
.header-navBottom-list-01>li.li1 span{
    display: block;
    line-height: 24px;
    border-top: 1px solid #323232;
    padding: 35px 0 10px 30px;
    color: #fff;
    border-left: 5px solid #000;
    position: relative;
    z-index: 5;
}
.header-navBottom-list-01>li.li1 span a{
    color: #fff;
}
.header-navBottom-list-01>li.li1 span a.a1{
    text-decoration: underline;
    display: inline-block;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 7px;
}
.header-navBottom-list-01>li.li1 span a.a2{
    color: #0071bb;
}
.header-navBottom-list-01>li.li1 a{
    font-size: 14px;
}
.header-navBottom-list-01>li.xz .header-navBottom-sub{
    right: -170px;
}

.header-plan{
    display: none;
    width: 195px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #fff;
    background: #0071bb;
}
.header-plan img{
    width: auto;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.header-news{
    display: none;
    width: 195px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    right: 200px;
    top: 0;
    font-size: 22px;
    color: #fff;
    background: #0071bb;
}
.header-news img{
    width: auto;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.header-search-tc{
    position: fixed;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: none;
}

.header-search-div1{
    position: relative;
    padding: 25px 270px 22px 80px;
    background: rgba(0,0,0,0.6);
}
.header-search-div1 .put-01{
    background: none;
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 30px;
    color: #fff;
    caret-color: #fff;
}
.header-search-div1 .put-01::placeholder{
    color: #fff;
}
.header-search-div1 .but-01{
    background: none;
    outline: none;
    position: absolute;
    top: 25px;
    right: 80px;
    width: 135px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.header-mobile-nav{
    display: none;
}

.index-header .header-title,.index-header .header-menu{
    display: none;
}
.index-header-mobile .header-mobile-title{
    display: none;
}
.index-header-mobile .header-mobile-logo{
    margin-top: 8px;
}


/*footer*/
.footer{
    background: #1c2034;
}
.footer-top{
    padding: 40px;
}
.footer-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-address{
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 6px;
    padding-right: 88px;
    margin-right: 88px;
}
.footer-address-content{
    margin-left: 40px;
}
.footer-address-content .div1{
    line-height: 30px;
}
.footer-address-content .div1:last-child {
    margin-top: 16px;
}
.footer-address .addressIcon{
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url("../images/location.png") center bottom no-repeat;
    margin-right: 8px;
    vertical-align: top;
}
.footer-address .phoneIcon{
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url("../images/telephone.png") center bottom no-repeat;
    margin-right: 8px;
    vertical-align: top;
}
.footer-address .mg1{
    display: inline-block;
    height: 120px;
    width: 120px;
}
.foot-nav{
    display: flex;
    color: rgba(255, 255, 255, 0.8);
    flex-direction: row;
    align-items: center;
}
.foot-nav span{
    padding: 10px 0;
}
.foot-nav a{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.foot-b{
    margin-top: 20px;
}
.bd_weixin_popup{
    width: 260px !important;
    height: 300px !important;
}
.bdshare-button-style0-16.foot-share{
    float: none;
    width: 33%;
    font-size: 0;
}
.bdshare-button-style0-16.foot-share a{
    display: inline-block;
    width: 24px;
    height: 20px;
    margin: 0;
    margin-left: 26px;
}
.bdshare-button-style0-16.foot-share a:first-child{
    margin-left: 0;
}
.bdshare-button-style0-16.foot-share a.f-icon1{
    background: url('../images/f-icon-01.png') center center no-repeat;
}
.bdshare-button-style0-16.foot-share a.f-icon2{
    background: url('../images/f-icon-02.png') center center no-repeat;
}
.bdshare-button-style0-16.foot-share a.bds_tsina{
    background: url('../images/f-icon-03.png') center center no-repeat;
}
.bdshare-button-style0-16.foot-share a.bds_weixin{
    background: url('../images/f-icon-04.png') center center no-repeat;
}
.foot-link{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 16px;
    font-size: 14px;
}
.foot-link .title{
    min-width: 64px;
    position: relative;
}
.foot-link-01{
    flex:1;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
    margin-left: 10px;
}
.foot-link a{
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 0;
}
.foot-link a .mg1{
    display: block;
}
.foot-link a .mg2{
    display: none;
}
.footer-copy{
    background: #11131f;
    padding: 30px;
    text-align: right;
    font-size: 14px;
    color: #747474;
    line-height: 22px;
}
.footer-logo{
    float: left;
    padding-top: 8px;
}

/*page*/
.page{
    line-height: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 0;
    text-align: center;
}
.page a{
    display: inline-block;
    width: 42px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 20px;
    color: #676767;
    cursor:pointer;
}
.page strong{
    display: inline-block;
    width: 42px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 20px;
    color: #0071bb;
}
.page a:hover,
.page a.current{
    color: #0071bb;
}
.page .a:hover,
.page .a.current{
    font-size: 26px;
}
.page a.a-prev,
.page a.a-next{
    margin-right: 5px;
    margin-left: 5px;
    font-family: "宋体", Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
}


/* 右侧悬浮 */
.celan{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -122px;
    z-index: 1500;
}
.celan li{
    margin-top: 1px;
    position: relative;
}
.celan li:first-child{
    margin-top: 0;
}
.celan li .span1{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    background: #222;
}
.celan li .span1 img{
    display: block;
    width: auto;
    padding-top: 15px;
}
.celan li .span-ewm{
    padding: 20px 8px 20px;
    position: absolute;
    right: 100%;
    bottom: -61px;
    background: #2d2d2d;
    width: 132px;
    height: 182px;
    border-radius: 2px;
    font-size: 13px;
    color: #fff;
    line-height: 14px;
    display: none;
}
.celan li .span-ewm img{
    margin-bottom: 10px;
}
.celan li i{
    position: absolute;
    right: 7px;
    top: 10px;
    font-style: normal;
    background: #dc0303;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
}
.celan li:hover .span1{
    background: #0071bb;
    cursor: pointer;
}
.celan li:hover .span-ewm{
    display: block;
}




/* 区域下拉 */
.header-nav-area-tips{
    width: 250px;
    position: fixed;
    top: 66px;
    left: 132px;
    z-index: 10000;
    display: none;
}
.header-nav-area-tips .mg1{
    display: block;
    width: 250px;
    height: 150px;
}
.header-nav-area-tips .mg2{
    width: 120px;
    height: 169px;
    cursor: pointer;
}
.index-nav-area-tips{
    display: none;
}
.header-nav-area{
    width: 442px;
    padding: 22px 24px 30px;
    background: rgb(0, 0, 0,0.9);
    position: fixed;
    top: 90px;
    left: 30px;
    z-index: 10000;
    display: none;
}
.header-nav-area .mg-icon{
    position: absolute;
    top: -5px;
    left: 153px;
    width: 11px;
    height: 5px;
}
.header-nav-area a{
    color: #b4b4b4;
}
.header-nav-area .div-city{
    float: left;
    width: 20%;
    font-size: 14px;
    padding: 3px 0;
}
.header-nav-area .div-city .span-01{
    height: 24px;
    line-height: 24px;
    padding: 0 6px;
}
.header-nav-area .div-city .span-01.xz,.header-nav-area .div-city .span-01:hover{
    background: #0071bb;
}
.header-nav-area .div-city .span-01.xz a,.header-nav-area .div-city .span-01:hover a{
    color: #fff;
}
.header-nav-area .div-city .div-city-xl{
    position: absolute;
    left: 24px;
    top: 23px;
    width: 394px;
    display: none;
    line-height: 24px;
    font-size: 12px;
    padding: 5px 0;
    background: #141414;
}
.header-nav-area .div-city .div-city-xl a{
    color: #fff;
    margin: 0 15px;
}
.header-nav-area .div-city .div-city-xl a:hover{
    color: #00609f;
}



/* 个人中心快捷弹窗 */
.nav-member-tc{
    position: fixed;
    top: 50px;
    padding-top: 10px;
    display: none;
    z-index: 1001;
}
.nav-member-warper{
    background: #fff;
    border: 1px solid #ebebeb;
    width: 315px;
    height: 230px;
}
.nav-member-top{
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.nav-member-bottom{
    margin-top: 22px;
    font-size: 0;
}
.nav-member-bottom .a1{
    display: inline-block;
    width: 65px;
    font-size: 14px;
    color: #999;
    margin: 0 15px;
    line-height: 14px;
}
.nav-member-bottom .a1 img{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.nav-member-bottom .a1:hover img{
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    transform:rotateY(360deg); 
}

.nav-member-author .div-author-01{
    width: 69px;
    height: 69px;
    margin-left: 26px;
}
.nav-member-author .div-author-01 .mg1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.nav-member-author .div-author-01 .mg2{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.nav-member-author .div-author-02{
    width: 132px;
    margin-left: 15px;
    line-height: 18px;
    background: url('../images/y-line-03.png') right 10px no-repeat;
}
.nav-member-author .div-author-02 .div1{
    padding-top: 13px;
}
.nav-member-author .div-author-02 .div1 a{
    font-size: 18px;
    color: #0071bb;
}
.nav-member-author .div-author-02 .div1 img{
    width: 16px !important;
    height: 16px !important;
    margin-left: 9px;
    position: relative;
    top: -3px;
}
.nav-member-author .div-author-02 .div-date{
    font-size: 12px;
    color: #bba183;
    margin-top: 3px;
}
.nav-member-author .div-author-shop{
    width: 25px;
    height: 25px;
    margin-right: 27px;
    margin-top: 20px;
}
.nav-member-author .div-author-shop .span-num{
    display: inline-block;
    position: absolute; 
    right: -9px;
    top: -9px;
    min-width: 18px;
    height: 18px;
    background: #d22b33;
    color: #fff;
    border-radius: 18px;
    line-height: 18px;
}


.qheader-search{
	display: block;
	top: 0px !important;
	padding-top: 80px !important;
}