@charset "utf-8";
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
@font-face
{
    font-family:Regular;src:url('../fonts/SourceHanSansCN-Regular.otf') format("opentype");
}
@font-face
{
    font-family:SourceHanSansCN-Bold;src:url('../fonts/SourceHanSansCN-Bold.otf') format("opentype");
}
@font-face
{
    font-family:SourceHanSerifCN-Bold;src:url('../fonts/SourceHanSerifCN-Bold.otf') format("opentype");
}
html, body
{
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /*overflow-x: hidden;*/
    font-family: Regular,'Microsoft Yahei',sans-serif;
    -webkit-font-smoothing: antialiased;
	
}
body
{
	position:relative;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p,b
{
    padding: 0;
    margin: 0;
    font-weight: normal;
}
i,em,b
{
    font-style: normal;
}
ol,ul
{
    list-style: none;
}
li
{
    list-style-type: none;
}
a
{
    text-decoration: none;
    color: inherit;
}
a:focus,div:focus
{
    border: none;
    outline: none;
}
img, input
{
    border: 0;
}
input,button
{
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}
.f0
{
    font-size: 0;
}
input[type='text']:focus-visible
{
    outline: none;
}
.clear:after
{
    content: '';
    display: block;
    clear: both;
}
.icon img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: all 0.3s ease-in;
}
.img_zd
{
    position: relative;
    overflow: hidden;
}
.img_zd .img_hezi
{
    /*padding-top: 75%;*/
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in;
}
.img_zd>img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in;
}
.pic
{
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;
}
.pic .a
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 0.3s ease-in;
}
.bg-mask:hover .pic .a
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pic img:hover, .bg-mask:hover .cover_img .a
{
    transform: scale(1.05);
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.noflex
{
    display: block !important;
}
.flex
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.flex-left
{
    display: flex;
    flex-wrap: wrap
}
.flex-center
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-right
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-v-center
{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.flex-v
{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-v-bottom
{
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}
.eclip
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l2
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.l3
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.l4
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.l5
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.pore
{
    position: relative
}
.aline_r
{
    position: relative;
    background-image: linear-gradient( #F36320, #F36320);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}
.alin_r:hover .aline_r
{
    background-size: 100% 1px;
    color: #F36320
}
html::-webkit-scrollbar
{
    width: 4px;
    height: 8px;
    background-color: #F5F5F5;
}
html::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: #E2E2E2;
}
html::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #333;
}
.zi3
{
    position: relative;
    z-index: 3
}
@media screen and (max-width:1024px)
{
    html
    {
        font-size: 90px!important;
    }
}
@media screen and (max-width:900px)
{
    html
    {
        font-size: 85px!important;
    }
}
@media screen and (max-width:640px)
{
    body
    {
        font-size: .18rem
    }
}
@media screen and (max-width:480px)
{
    html
    {
        font-size: 80px!important;
    }
}
@media screen and (max-width:375px)
{
    html
    {
        font-size: 80px!important;
    }
}
@media screen and (max-width:360px)
{
    html
    {
        font-size: 70px!important;
    }
}
.wp
{
    width: 12rem;
    margin: 0 auto;
    max-width: 100%;
}
.none
{
    display: none;
}




/*=============== 浏览器升级 ==================*/
#browser-modal {
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    width: 100%;
    height: auto;
    background: #000;
    z-index: 10000;
    text-align: center;
	overflow:hidden;
}

.browser-content {
    background: #ffffff;
    padding: 30px;
    width: 720px;
    margin: 80px auto 0;
    color: #333;
    position: relative;
}

.browser-text-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.browser-text-desc {
    font-size: 20px;
    margin-bottom: 5px;
}

.browser-text-sub {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
}

/* 浏览器列表样式 */
.browser-list {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.browser-item {
    width: 25%;
    float: left;
    text-align: center;
}

.browser-item a {
    display: block;
    color: #356333;
    text-decoration: none;
    padding: 15px 5px;
    height: 100%;
}

.browser-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
}

/* 浏览器顶部栏样式 */
.browser-tabs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f9f9f9;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    z-index: 9000;
}

.tab {
    padding: 6px 15px;
    background: white;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    font-size: 14px;
    float: left;
    border: 1px solid #ddd;
    border-bottom: none;
}

.active-tab {
    background: white;
    border-bottom: 2px solid #1a2980;
    font-weight: bold;
}

.browser-actions {
    float: right;
}

.browser-action {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    border-radius: 4px;
    background: #eaeaea;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 18px;
}

.browser-address-bar {
    padding: 5px 15px;
    margin: 0 15px;
    background: #f5f5f5;
    color: #666;
    font-size: 13px;
    border-radius: 4px;
    float: left;
    width: 450px;
    border: 1px solid #ddd;
    text-align: left;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* 任务栏样式 */
.taskbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 40px;
    padding: 0 10px;
    z-index: 8000;
}

.taskbar-icons {
    display: inline-block;
}

.taskbar-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: #4a4a4a;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: white;
    font-size: 14px;
}

.taskbar-clock {
    color: white;
    float: right;
    margin-right: 20px;
    font-size: 14px;
    line-height: 40px;
}

/* IE9以下专有样式 */
.ie9-below .browser-content {
    width: 720px;
    margin-left: -360px;
    left: 50%;
    position: absolute;
    top: 80px;
}

/* IE5专有样式 */
.ie5 .browser-content {
    background: #1a2980;
    border: 1px solid #26d0ce;
}
.chrome-icon p
{
    width:70px;
    height:70px;
    background:url('../images/google.png') no-repeat;
}

.browser-360-icon p
{
    width:70px;
    height:70px;
    background:url('../images/360.png') no-repeat;
}

.edge-icon p
{
    width:70px;
    height:70px;
    background:url('../images/edge.png') no-repeat;
}

.firefox-icon p
{
    width:70px;
    height:70px;
    background:url('../images/mozilla.png') no-repeat;
}





/*=============== 公共部分 ==================*/
/*warp*/
.wap-head
{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 0.15rem;
    padding-left: 0.15rem;
    background:#ffffff;
    height: .75rem;
}

.big-nav
{
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 0.2rem 0.3rem;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: linear-gradient(180deg, #782077 -31%, #7c517e 100%);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

body.navShow .big-nav
{
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

.big-nav .list_box0
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.big-nav .list_box0 .li
{
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    margin-right: 0.2rem;
    margin-left: 0;
    position: relative;
    line-height: .5rem;
}

.big-nav .list_box0 .li a
{
    color: #fff;
}

.big-nav .scroll
{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.04rem;
    bottom: 0;
    overflow-y: auto;
}

.list_box_nav_mobile
{
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}

.list_box_nav_mobile > li
{
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.list_box_nav_mobile > li .con
{
    position: relative
}

.list_box_nav_mobile > li .a
{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    line-height: .64rem;
    color: rgba(255, 255, 255, .8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .5s;
}

.list_box_nav_mobile > li i
{
    opacity: 1;
    filter: alpha(opacity=100);
    width: .64rem;
    height: .64rem;
    background: url('../images/nav-icon.png') center no-repeat;
    background-size: auto .12rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile > li.on1 i
{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a
{
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile > li .list
{
    padding: 0.1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
}

.list_box_nav_mobile > li .list a
{
    display: block;
    font-size: 0.13rem;
    color: rgba(255, 255, 255, .6);
    line-height: 2.5;
}

.nav_mask
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}


.wap_search
{
    font-size: 0.16rem;
    border-radius: 0.05rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.02rem;
    overflow: hidden;
    width: 100%;
    height: 0.6rem;
    display: block;
}

.wap_search .header-search
{
    height: 0.4rem;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.wap_search .input
{
    font-size: 0.14rem;
    color: #646464;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 0.4rem);
}
.wap_search .btn_blue
{
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 0;
    background: url(../images/search-1.png) center no-repeat #FFBD2F;
    background-size: .2rem;
    border-radius: 0;
}
.wap_search .btn_blue.fr
{
    background: #e9edef;
    color: #4e4f53;
}
.ar_wap{display: none}


/*header*/
header section.header
{

}
header section.header .header_box
{
    height: 1.6rem;
    background: url("../images/header_bj.png") no-repeat;
    background-size: 100% 100%;
}
header section.header .header_box .wp
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*logo*/
header section.header .header_box .wp .logo
{
    width: 8.64rem;
    height:auto;
}
header section.header .header_box .wp .logo a img
{
    width: 100%;
}
/*search*/
header section.header .header_box .wp .search_box
{
    position: relative;
    height: .48rem;
    display: flex;
}
header section.header .header_box .wp .search_box .search_input
{
    height:100%;
    line-height: .48rem;
    background: #ffffff;
    padding:0 .2rem;
    outline: none;
    border: none;
    width: 2.56rem;
}
header section.header .header_box .wp .search_box .search_btn
{
    width: .68rem;
    height: .48rem;
    background:#FFBD2F url("../images/search_icon.png") no-repeat center;
    cursor: pointer;
}
/*nav*/
header section.header .nav_box
{
    background: #781E76;
    border-bottom: 1px solid #99389D;
}
header section.header .nav_box .wp ul.flex li
{
    position: relative;
}
header section.header .nav_box .wp ul.flex li:nth-child(2n):before
{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1px;
    height: .23rem;
    background: #e18ae4;
    opacity: .4;
    transform: translateY(-50%);
}
header section.header .nav_box .wp ul.flex li:hover h2
{
    color: #FFBD2F;
}
header section.header .nav_box .wp ul.flex li h2
{
    color: #ffffff;
    font-size: 0.16rem;
    line-height: .7rem;
}
header section.header .nav_box .wp ul.flex li a
{
    display: block;
}
header section.header .nav_box .wp ul.flex li .sub
{
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 1.4rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}
header section.header .nav_box .wp ul.flex li .sub .box
{
    padding: 0;
    text-align: center;
}
header section.header .nav_box .wp ul.flex li .sub .box a
{
    padding: 0.08rem 0.1rem;
    line-height: 0.28rem;
    transition: .6s;
    font-size: 0.14rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
}
header section.header .nav_box .wp ul.flex li:hover .sub
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
header section.header .nav_box .wp ul.flex li .sub .box a:hover
{
    color: #fff;
    background: #781E76;
}
/*footer*/
footer .footer
{
    background: url('../images/footer_bj.png') no-repeat;
    background-size: 100% 100%;
    padding: .3rem 0;
    line-height: .32rem;
    font-size:0.15rem;
}
footer .footer .wp
{
    width: 9rem;
}
footer .footer .wp .flex .right .right_link dl
{
    width: 1.95rem;
    line-height: 0.36rem;
    background: #F4EBF4;
    position: relative;
}
footer .footer .wp .flex .right .right_link dl:first-child
{
    margin-bottom: .1rem;
}
footer .footer .wp .flex .right .right_link dl dt
{
    height: .4rem;
    line-height: .36rem;
    padding-left: .2rem;
    padding-right: .2rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #782077;
    font-size: .14rem;
}
footer .footer .wp .flex .right .right_link dl dt:after
{
    content: '';
    width: 0.11rem;
    background: url("../images/Polygon3.png") no-repeat 50%;
    background-size: 0.14rem 0.08rem;
    transition: .3s
}
footer .footer .wp .flex .right .right_link dl dd
{
    position: absolute;
    /*top:100%;*/
    bottom:0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: .15rem .2rem;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
footer .footer .wp .flex .right .right_link dl dd ul
{
    overflow-y: auto;
}
footer .footer .wp .flex .right .right_link dl dd ul li
{
    font-size: .14rem;
    padding: 3px 0;
}
footer .footer .wp .flex .right .right_link dl dd ul li a
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
footer .copyright
{
    background: #782077;
}
footer .copyright p
{
    font-size:0.15rem;
    color: #ffffff;
    line-height: 0.45rem;
    text-align: center;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #781e76 !important;
    color: #fff;
    background-color: #781e76 !important;
}

#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:85%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }


/*=============== 响应式部分 ==================*/
@media screen and (max-width: 1199px)
{
    header
    {
        display: none;
    }
    .ar_wap
    {
        display: block
    }
    .wp
    {
        width: 100%;
        padding: 0 0.15rem;
        max-width: 100%;
    }
    .wap-head {
        display: flex;
        z-index: 11111;
    }
    .wap-head .logo img{
        height: 0.5rem;
    }
    .wap-head .navbtnm {
        width: .86rem;
        height: .75rem;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        color: #fff;
        text-align: center;
    }
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url("../images/menu.png") no-repeat 50%;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;
        position: relative;
        z-index: 3;
    }
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #782077;
    }
    .wap-head .navbtnm:after
    {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -0.05rem;
        border-right: #782077 0.06rem solid;
        border-bottom: transparent 0.75rem solid;
    }
    .navShow .navbtnm i
    {
        background-image: url("../images/close-menu.png");
    }
    .banner
    {
        margin-top: .75rem;
    }
    .banner a .swiper-slide-title span
    {
        padding-left: 0.1rem !important;
    }
    .banner .page
    {
        right: 0.1rem !important;
    }
    .express
    {
        background-size: auto 100% !important;
    }
}
@media screen and (max-width: 1024px)
{

}

@media screen and (max-width: 900px)
{

}

@media screen and (max-width: 640px)
{

}

@media screen and (max-width: 480px)
{
    .wap-head .logo img
    {
        height: 0.37rem;
    }
}
@media screen and (max-width: 320px)
{
    .wap-head .logo img
    {
        height: 0.36rem;
    }
}