@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;}

html,
body {
    color: #333;
    font-size: 0.16rem;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: Arial, Helvetica,"PingFang SC", "PingFang SC-Regular", 苹方, "Microsoft Yahei", sans-serif;}

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;}
.phone {
    display: none;}
.clear:after{
    content: '';
    display: block;
    clear: both;}

.wrap{
    max-width: 14rem;
    margin: 0 auto;}
.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;}
.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;}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    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;}
.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;}
.pore{position:relative;}
.aline_r {position: relative;background-image: linear-gradient( #b31616, #b31616);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: #b31616;}
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;}
}

@media(min-width: 1200px){
    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 95.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width:1920px){
            html{font-size: 100px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 92.5px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 87px!important;}
        }
    }
    @media (-webkit-min-device-pixel-ratio: 1.20) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 84px!important;}
        }
    }
    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width:1920px){
            html{font-size: 80px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 80px!important;}
        }
    }
    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width:1920px){
            html{font-size: 70px!important;}
        }
        @media screen and (max-width:1920px){
            html{font-size: 70px!important;}
        }
    }
}
.wp{
    width: 13rem;
    margin: 0 auto;}


/*=============================公共 开始===================================*/

.head .wp{
    height: 100%;
    display: flex;
    align-items: center;}
.logo img{
    display: block;
    height: .75rem;}
.list_box0 .li{
    font-size: .18rem;
    line-height: .32rem;
    color: #b31616;
    font-weight: 600;}
.head{
    height: 1.2rem;
    background: #fff;}
#nav {
    background: #b31616;}
#nav li{
    position: relative;}
#nav a{
    display: block;}
#nav h2{

    font-size: .2rem;
    line-height: .54rem;
    text-align: center;
    color: #ffffff;
    transition: .5s;
    position: relative;}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #971943;
    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: .25s;
    transform-origin: top;}

#nav ul li .sub .box {

    text-align: center;
    padding: 0 ;}

#nav ul li .sub h3{
    padding: 0 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    position: relative;
    font-size: 0.2rem;}

#nav ul li .sub h3>a{
    padding: 8px 0;
    /* border-bottom: 1px solid #0d6e61; */
    color: #ffffff;}
#nav ul li .sub h3:last-child a{
    border: none;}
#nav ul li .sub h3:hover,
#nav ul li .sub dl dd:hover{
    color: #fff;
    background: #b31616;}
#nav ul li .sub dl{
    position: absolute;
    top: 0;
    left: 100%;
    /* width: 1.4rem; */
    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;
    padding-left: .1rem;
    /* background: #ed0606bf; */
    font-size: 0.2rem;}
#nav ul li .sub dl dd{
    padding: 5px 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    background: #971943;
    font-size: 0.2rem;
    color: #ffffff;}
#nav ul li:hover .sub
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);}

#nav ul li .sub h3:hover dl{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform:scaleY(1);}





.foot .wp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.foot .ftleft{
    width: 50%;
    padding-left:10px;
}
.foot .ftcenter h2{
    font-size: .2rem;
    line-height: .4rem;
    color: #fff;
    margin-bottom: .1rem;}
.foot .ftleft h2{
    font-size: .2rem;
    line-height: .4rem;
    color: #fff;
    border-bottom: .03rem solid #fff;
    margin-bottom: .1rem;}
.foot .ftleft .add li{
    display: flex;
    flex-wrap: wrap;
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
    justify-content: space-between;}
.foot .ftleft .add li span{
    width: 2rem;
    display: block;}
.foot .ftleft .add li p{
    width: calc(100% - 2rem);}
.foot .ftcenter{
    width: 4rem;}
.foot .ftcenter a{
    color:#fff;
}
.foot .ftcenter img{
    display: block;
    width: 100%;
    margin: 0 auto;}
.foot .ftcenter p{
    font-size: .16rem;
    color: #fff;
    line-height: .24rem;
    text-align: center;
    margin-top: .1rem;}
.foot .ftright{
    width:calc(50% - 4.1rem);
    padding-top: .3rem;
    padding-right:10px;
}
.foot .ftright p{
    font-size: .16rem;
    line-height: .32rem;
    color: #fff;}
.foot{
    padding-top: .4rem;
    padding-bottom: .2rem;
    background: #b31616;}

/*=================================响应开始========================================*/
/*wap*/

.wap-head{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding-right: 15px;
    padding-left: 15px;
    background: #fff;
    background-size:cover;
    height: .75rem;
    box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.2);}
.big-nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    padding: .9rem 20px 30px;
    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: rgba(179, 22, 22, 0.9);
    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;}
.big-nav .list_box0 .li {
    margin: 0 .05rem;
    font-size: 14px;
    color: #e8e8e8;
    display: inline-block;
    transition: .6s;
    position: relative;
    line-height: .4rem;
    min-width: 1rem;
    padding: 0 .2rem;
    text-align: center;}
.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.jpg) 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: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none
;}

.list_box_nav_mobile>li .list a {
    display: block;
    font-size: 13px;
    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: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;}

.wap_search form {
    height: 40px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;}

.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 40px;
    line-height: 40px;
    padding: 0 .24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: url(../images/search_white.jpg) center no-repeat #ffb308;
    background-size: .16rem;
    border-radius: 0;}

.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;}
.top-r{position:relative;}
.search
{
    /* width: 213px; */
    /* border: 1px solid #b31616; */
    /* height: 35px; */
    /* line-height: 35px; */
    border-radius: 30px;}
.search .inp
{
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    width: 168px;
    float: left;}
.search .subm
{
        float: right;
        width: 16px;
        height: 16px;
        /* line-height: 16px; */
        margin: 9px 10px;}
.top-r .search-box{position: absolute;right: -35px;top: -36px;width: 40px;height: 34px;}
.search .text{display: block;border-bottom: 1px solid #c6c6c6; transition: 0.6s all;width: 150px;margin-right:40px;height: 30px;line-height: 30px;background: #fff;font-size: 12px;color: #CCCCCC;text-indent: 10px;}
.search .btn{border: none;position: absolute;width: 16px;height: 16px;top: 9px;right: 20px;cursor: pointer;}
.top-r .search-box:hover{width: 300px;}
.top-r .search-box:hover .text{display: block;}
.searchs{width: 900px;background: #b31616;height: 0.4rem;line-height: 0.4rem;border-radius: 10px;}
.searchs .dl_link{position:relative;}
.searchs .dl_link span{display:inline-block;font-size:14p;color:#ffffff;margin-left:20px;}
.searchs .dl_link .links{position:absolute;top: 0px;left: 20%;width: 100%;background: #ffffff;height: .38rem;border-radius: 4px;}
.searchs .dl_link .links ul:after{content:"";display:block;clear:both;}
.searchs .dl_link .links ul{display: flex;align-items: center; justify-content: flex-start;}
.searchs .dl_link .links ul li{float:left;margin: 0 0.1rem;font-size: .16rem;}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:95%; 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: 1200px) {
    .ar_web {
        display: none
    ;}
    .wp{
        max-width: 100%;
        width: 100%;
        padding: 0 15px;}
    .miso_navs {
        display: none;}
    html,body{
        overflow-x: hidden !important;}
    .pc{
        display: none;}
    .phone{
        display: block;}
    .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;
        padding-left: .1rem;}
    .wap-head .navbtnm i{
        display: block;
        width: 100%;
        height: 0.75rem;
        background: url(../images/menu.jpg) no-repeat 50% ;
        background-size: 0.32rem 0.32rem;
        transition: all .3s;}
    .wap-head .navbtnm:before{
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #b31616;}
    .wap-head .navbtnm:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -6px;
        border-right: #b31616 6px solid;
        border-bottom: transparent 0.75rem solid;}
    .navShow .navbtnm i{
        background-image: url(../images/close-menu.jpg);}
   .pb_sys_common .p_goto input, .pb_sys_common .p_search input
   {
       margin:8px 2px !important;}

}
@media screen and (max-width: 1024px){
    .foot .ftleft{
        width: 100%;
        margin-bottom: .3rem;}
    .foot .ftleft ul{
        justify-content: flex-start;}

    .foot .ftleft .add li{
        width: 33.33% !important;}
    .foot .ftcenter{
        width: 100%;}
    .foot .ftcenter img{
        width: 1rem;}
    .foot .ftright{
        padding-top: 0;}
    .foot{
        padding-top: .2rem;
        padding-bottom: .2rem;}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input
   {
       margin:8px 2px !important;}
}
@media screen and (max-width: 768px){
    .foot .ftleft .add li{
        width: 50% !important;}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input
   {
       margin:8px 2px !important;}
}
@media screen and (max-width: 480px){
    .wap-head .logo img{
        height: .4rem;}
    .foot .ftleft .add li{
        width: 100% !important;}
    .foot .ftright{
        width: 100%;
        margin-top: .2rem;}
    .foot .wp,.foot .ftleft .add li{
        justify-content:center;}
    .foot .ftright p,.foot .ftleft h2{
        text-align:center;}
    .foot .ftleft .add li span{
        width:auto;
        margin-right: .15rem;
        display:block;}
    .foot .ftleft .add li p{
         width:auto;}
.pb_sys_common .p_goto input, .pb_sys_common .p_search input
   {
       margin:8px 2px !important;}
}


.head_top .wp{
    justify-content: flex-end;}
.head_top .li{
    font-size: .16rem;
    line-height: .44rem;
    color: #333;
    margin-left: .15rem;
    transition: .5s;}
.head_box{
    height:auto;
    padding-top: .15rem;
    padding-bottom: .3rem;}
.head{
    height: auto;
    margin: 0.4rem auto;}
.head_top .li:hover{
    color: #b31616;}
.dtl-txt table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;width: 95% !important;margin:20px auto;}
.dtl-txt 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;}
.dtl-txt table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center;}



.dtl-txt p div table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;width: 95% !important;margin:20px auto;}
.dtl-txt p div 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;}
.dtl-txt p div table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center;}


.dtl-txt div table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;width: 95% !important;margin:20px auto;}
.dtl-txt div 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;}
.dtl-txt div table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center;}