@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
/*@font-face {
    font-family: '思源黑体CN';
    src: url("/font/s_y_h_t_CN_light.otf") format("opentype");
    font-display: swap;
}*/

html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: "微软雅黑";
    overflow-x: hidden;

}
html,
body{
    min-width: 1730px;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}
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,span: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;
}


.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);
}

.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;margin-top: -2px;}
.aline_r {position: relative;background-image: linear-gradient( #ac0000, #ac0000);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: #ac0000}
.zi3{position: relative;z-index: 3}
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;}

.wp{
    width: 1600px;
    margin: 0 auto;
}
/*==========================================公共 开始=============================================*/


.head .wp{
    position: relative;
    width: 1730px;
    z-index: 3;
}
.logo img{
    display: block;
    height: 71px;
}
.head .rr .top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}
.head .rr .top>div{
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
}
.head .rr .top>div:before{
    position: absolute;
    content: '';
    left: 0;
    width: 2px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;

}
.head .rr .top>div:first-child:before{
    display: none;
}
.head .rr .top .search{
    padding-right: 0;
}
.head .rr .top .search img{
    display: block;
    width: 15px;
    cursor: pointer;
}
.nav li{
    position: relative;
    margin-left: 45px;
}
.nav li h2{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.nav li h2 a{
    cursor: pointer;
}
.nav li .sub{
    position: absolute;
    top: 100%;

    width: 140px;
    left: 50%;
    padding-top: 10px;
    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 li .sub .box{
    padding: 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 60px rgba(0,0,0,.1);
}
.nav li .sub a{
    display: block;
    padding: 8px 10px;
    line-height: 28px;
    transition: .6s;
    font-size: 14px;
    color: #666666;
    text-align: center;
    white-space: wrap;
}
.nav li .sub a:hover{
    color: #fff;
    background: #ac0000;
}
.nav li:hover .sub{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}
.nav li:hover h2,
.nav li.active h2{
    font-weight: 600;
}
.head .rr:after{
    position: absolute;
    content: '';
    left: -78px;
    right: -42px;
    bottom: 0px;
    /* top: 0; */
    height: 59px;
    background: url("/images/h-img.png") no-repeat 50%;
}
.head:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/h-bg.jpg") no-repeat top center;
}
.head{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 6px;
    padding-bottom: 16px;
    z-index: 1000;
}


.foot .ft1{
    padding-top: 68px;
    padding-bottom: 52px;
    position: relative;
}
.ftlogo{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 424px;
    height: 239px;
}
.ftlogo img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.foot .ll{
    width: 530px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.foot .rr{
    width: 530px;
    display: flex;
    padding-right: 50px;
    align-items: flex-start;
    justify-content: space-between;
}
.ftitem h2{
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 14px;
}
.ftitem i{
    display: block;
    width: 60px;
    height: 1px;
    background: #fce2e3;
    margin-bottom: 14px;
}
.ftitem p{
    font-size: 16px;
    line-height: 34px;
    color: #fce2e3;
}
.ftitem p span{display:inline-block}
.foot .ftlink{
    width: 280px;
}
.foot .ftlink dl{
    margin-top: 27px;
    position: relative;
}
.foot .ftlink dl:first-child{
    margin-top: 0;
}
.foot .ftlink dl dt{
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.10);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #e5edff;
    font-size: 16px;

}
.foot .ftlink dl dt:after{
    /*position: absolute;*/
    content: '';
    width: 23px;
    background: url("/images/ftlink.png") no-repeat 50%;
    background-size: 23px 12px;
    transition: .3s
}
.foot .ftlink dl dt.on:after{
    display: inline-block;
    transform: rotate(180deg);
}

.foot .ftlink dl dd ul li{
    font-size: 14px;
    padding: 3px 0;
}
.foot .ftlink dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.foot .ftlink dl dd ul li a:hover{
    color:  #ac0000;
}
.foot .ftlink dl dd{
    position: absolute;/*top:100%;*/
    bottom:100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.foot .ftlink dl dd ul{
    /* height: 120px;*/
    overflow-y: auto;
}
.foot .ftlink dl dd ul::-webkit-scrollbar{
    width:4px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-track{
    background: #eee;border-radius: 5px;
}
.foot .ftlink dl dd ul::-webkit-scrollbar-thumb{
    border-radius:5px;
    background:linear-gradient(45deg,#ac0000 0%,#ac0000 100%);
}



.ftewm img{
    display: block;
    width: 110px;
}
.ftewm p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.bq{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.bq p{
    font-size: 0;
    text-align: center;
}
.bq p a{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 54px;
    color: #fce2e3;
    margin: 0 11px;
}
.foot{
    background: url("/images/foot.png") no-repeat 50%;
    background-size: cover;
}


/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 600px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 60px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 72px;
    width: 72px;
    background: #ac0000;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 25px auto;
}
#vsb_content table{border: 0px;border-left:1px solid #ddd;border-top:1px solid #ddd;width: 90% !important;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( max-width: 1230px){
    .hd2{
        display:none !important;
    }
    .hd1 .wp{
        align-items:center;
    }
.hd1{
        opacity:1;
        transform:none;
    }
}