@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.fd-link{text-align:center;border-bottom: 1px solid #d38682;position:relative;margin-top: 15px;}
.fd-link dl{display: flex;/* margin:0 30px; *//* align-items: center; */}
.fd-link dt{font-size: 18px;color: #a70008;line-height:30px;cursor:pointer;padding: 0px 0 16px;position:relative;font-weight: bold;}
.fd-link dt:after{content:'';width:17px;height:9px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;position:absolute;left:50%;top:-9px;z-index:3;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}
.fd-link dl:hover dt:after,.fd-link dl.on dt:after{background-image:url(../images/i-p1.png)}
.fd-link dt em{display:inline-block;vertical-align:middle;width:20px;height:20px;margin-top:-2px;margin-right:10px;background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover}
.fd-link dt i{display:inline-block;vertical-align:middle;width:20px;height:20px;/* background:url(../images/i-down.png) center center no-repeat; */-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;margin-left:5px;margin-top:-2px}
.fd-link dl.on dt i{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.fd-link dd{position:absolute;bottom:100%;left: 50%;z-index:99999999;width:800px;background-color: rgba(255,255,255,.9);box-shadow:0 0 10px rgba(0,0,0,.2);padding:25px 20px 28px 54px;/*border-top:2px solid rgba(2,70,143,.9);*/display:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:auto !important;border-radius: 8px;}

.fd-link dd a{float:left;width:33.33%;line-height:34px;display:block;font-size: 16px;color:#343434;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.fd-link dd a:hover{color: #c5342d;}

.fd-link dd .down{overflow:hidden}

.fd-link dd .down p{line-height:34px;}
.fd-link dd .down::-webkit-scrollbar{width:9px;background:0 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.fd-link dd .down::-webkit-scrollbar-track{background:0 0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.fd-link dd .down::-webkit-scrollbar-thumb{background:#c9c9c9;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.yqlj-417{font-size:15px;}
.yqlj-417 a{margin-left:20px;color:#333;line-height:30px;}
.yqlj-417 a:hover{color:#a70008;}
.f-lxwm{font-size:15px;color:#333;line-height:1.8;}
.f-lxwm h2{color:#a70008;font-size:18px;}
.f-lxwm a{color:#333;}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}

@font-face {
    font-family: "sisong";
    src: url(../style/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.2);
}

.l1 {
    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;
}

.px1480 {
    width: 1480px;
    max-width: 94%;
    margin: 0 auto;
}

.wp {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

/*.head-top,.header {
    background: url(../images/ht-bg.jpg) no-repeat center center;
    background-size: cover;
}*/
.main-top{ background: url(../images/s1-l-txt-bg.png) no-repeat center center;
    background-size: cover;
          margin-bottom:30px;
         
         }

.ht {
    height: 45px;
    justify-content: space-between;
    align-items: center;
}

.ht-l ul {
    display: flex;
    align-items: center;
}

.ht-l ul li a {
    display: flex;
    align-items: center;
    padding: 0 15px;
    line-height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.ht-l ul li:hover a {
    color: #c70000;
}

.ht-l ul li:first-child a {
    padding-left: 0;
    border-left: none;
}

.ht-l ul li a span {
    padding-left: 10px;
    font-size: 12px;
    color: #fff;
}

.ht-l ul li:hover a span {
    /* color: #c70000; */
}

.search {
    width: 190px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    background: #880006;
    font-size: 0;
    vertical-align: middle;
}

.search input[type="text"] {
    width: 160px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    font-size: 12px;
    color: rgba(255, 255, 255, .48);
}

.head {
    justify-content: space-between;
    padding: 17px 0;
    align-items: center;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    max-height: 65px;
}

.nav>ul>li {
    position: relative;
    margin-left: 40px;
}

.nav>ul>li:first-child {
    margin-left: 0;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
    display: block;
    padding-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.nav>ul>li.on>a {
    color: #fff;
    font-weight: bold;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #c70000;
    border-radius: 5px;
    transition: all .3s;
    bottom: 10px;
}

.nav>ul>li.on:after {
    width: 18px;
}

.nav>ul>li>ul {
    position: absolute;
    width: 210px;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa8a8;
    overflow: hidden;
    padding: 10px 0;
    z-index: 999;
    display: none;
}

.nav>ul>li>ul>li {
    text-align: center;
    position: relative;
    background: #fff;
}

.nav>ul>li>ul>li>a {
    display: block;
    font-size: 14px;
    padding: 0 13px;
    margin-bottom: 1px;
    background: #fff;
    color: #333;
    white-space: nowrap;
    line-height: 40px;
}

.nav>ul>li>ul>li:hover>a {
    background: #c70000;
    color: #fff;
}

.banner {
    position: relative;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 25px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 6px;
    transition: all .3s;
}

.banner .slick-dots li.slick-active {
    background: #c70000;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 97%);
    height: 85px;
}


/* 移动端 */

.wap {
    display: none;
}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: -1;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

#ft-link {
    position: relative;
    z-index: 6;
}

#ft-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36%;
    background: #fff;
}

.ft-link {
    position: relative;
    background-size: cover;
    padding: 20px 0;
    line-height: 30px;
    padding-left: 60px;
    z-index: 6;
}

.ft-link span:first-child {
    padding-left: 30px;
    font-size: 16px;
    color: #546761;
}

.ft-link span:first-child:after {
    display: none;
}

.ft-link a {
    display: inline-block;
    font-size: 16px;
    color: #353535;
    margin-right: 30px;
}

.ft-link a:hover {
    text-decoration: underline;
    color: #c70000;
}

.ft-link span {
    position: relative;
    padding: 0 20px;
}

.ft-link span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    transform: translate(-50%, -50%);
    border-right: 0.01rem dashed #DCDCDC;
}


/* 底部 */

.footer {
    position: relative;
    background: url(../images/foot-bg.jpg) no-repeat center top;
    background-size: cover;
    z-index: 9;
}

.foot {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.foot-l {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-logo a {
    display: block;
}

.f-logo a img {
    display: block;
max-height:60px;
}

.f-ewm {
    margin-top: 20px;
}

.f-ewm ul li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.f-ewm ul li .ewm {
    /* position: absolute; */
    width: 90px;
    height: 90px;
    /* bottom: 120%; */
    /* background: #fff; */
    /* padding: 8px; */
    left: 50%;
    /* transform: translateX(-50%); */
    /* opacity: 0; */
    z-index: -1;
    transition: all .6s;
    /* box-shadow: 0 0 10px #eee; */
    /* display: none; */
}

.f-ewm ul li:hover .ewm {
    display:block;
    z-index: 9;
}
.f-ewm ul li .ewm p{font-size:14px;text-align:center;margin-top: 5px;}
.f-ewm ul li .ewm::after {
    content: "";
    position: absolute;
    top: 100%;
    /* border: 8px solid transparent; */
    border-top: 8px solid #fff;
    left: 50%;
    transform: translateX(-50%);
}

.f-ewm ul li .ewm img {
    display: block;
    width: 100%;
    /* padding: 8px; */
}

.foot-r {
    /* margin-left: 50px; */
    /* flex: 1; */
    min-width: 0;
}

.foot-r h2 {
    border-bottom: 0px solid #d38682;
}
.foot-r .zs-tab{border-bottom: 1px solid #d38682;}
.foot-r .zs-tab li{display:inline-block;margin-right:20px;}
.foot-r h2 span { display: inline-block;
    padding-bottom: 15px;
    
    font-size: 18px;
    color: #a70008;}
.foot-r li.on h2 span {
   
    border-bottom: 2px solid #b40009;
   
}
.ftr-t{}

.ftr-t ul {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
.ftr-t{padding-top:15px;}
.ftr-t p{line-height:1.8;}
.ftr-t ul li a {
    display: block;
    padding: 0 15px;
    border-left: 1px solid #7a705c;
    margin-top: 5px;
    font-size: 16px;
    color: #7a705c;
}

.ftr-t ul li:hover a {
    color: #c70000;
}

.ftr-t ul li:first-child a {
    padding-left: 0;
    border-left: none;
}

.ftr-b p {
    margin-top: 15px;
}

.ftr-b p i {
    display: inline-block;
    font-size: 16px;
    color: #7a705c;
}

.ft-down {
    background: #860007;
}

.ft-down p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.44);
}

@media screen and (max-width: 1600px) {
    .wp {
        max-width: 100%;
        /* width: 100%; */
        padding-left: 15px;
        padding-right: 15px;
    }
    .px1480 {
        max-width: 100%;
        /* width: 100%; */
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .nav>ul>li {
        margin-left: 29px;
    }
}

@media screen and (max-width: 1279px) {
    .nav>ul>li {
        margin-left: 20px;
    }
    .f-ewm ul li .ewm{width:80px;height:80px;}
    .f-ewm ul li{margin-right:10px;}
}

@media screen and (max-width: 1200px) {
    .foot {
        flex-wrap: wrap;
display:block;
    }

     .f-ewm ul li .ewm{width:70px;height:70px;}
    .f-ewm ul li{margin-right:10px;}
    .foot-l {
        width: 100%;
        /* text-align: center; */
    }
    .f-logo a img {
        margin-left: auto;
        margin-right: auto;
    }
    .f-ewm ul li {
        margin: 0 10px;
    }
    .foot-r h2 {
        text-align: left;
    }
    .foot-r {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .head-l a img {
        height: 60px;
    }
}

@media screen and (max-width: 1179px) {
    .nav>ul>li {
        margin-left: 5px;
    }
    .head-l a img{height:50px;}
    .f-ewm ul li .ewm{width:70px;height:70px;}
    .f-logo a img{max-height:50px;}
}

@media screen and (max-width: 1100px) {
    .nav>ul>li {
        margin-left: 10px;
    }
    .f-lxwm{/* margin:0 15px; */}
     .f-ewm ul li {
        margin: 0 3px;
    }
     .f-logo a img{max-height:45px;}
}

@media screen and (max-width: 1024px) {
      .f-ewm ul li .ewm{width:65px;height:65px;}
    .footer{padding-top: 0.3rem;}
    .footer::after{/* background: #1053ab; */}
    .foot-t ul li{width: 16.6%;margin-bottom: 0.2rem;}
    .fd-link dd{width:100%;background-color:rgba(255,255,255,.97);}
    .f-ewm ul li .ewm p{height:38px;font-size: 12px;}

    .head-top {
        display: none;
    }
    .header {
        display: none;
    }
    #nav {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .top {
        z-index: 9999;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 999;
        padding: 10px;
        border-bottom: 1px solid #eee;
        background: url(../images/s1-l-txt-bg.png) no-repeat center center;
        background-size: cover;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-logo a i {
        position: relative;
        padding: 0 10px;
        vertical-align: middle;
    }
    .m-logo a i:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 30px;
        background-color: #025bbf;
    }
    .m-logo a span {
        display: inline-block;
        font-size: 16px;
        color: #025bbf;
        vertical-align: middle;
        font-family: 'sySong';
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #b41515;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
}

@media screen and (max-width: 991px) {
.f-ewm ul li .ewm{width:85px;height:85px;}
  .foot-l{flex-wrap:wrap;}
    .f-logo,.f-lxwm,.f-ewm{width:100%;text-align:center;}
    .f-logo,.f-lxwm{margin-top:20px;}
    .fd-link dl{flex-wrap:wrap;}
    .fd-link dt{width:100%;text-align:left;}
    .yqlj-417{text-align:left;}
     .yqlj-417 a{display:inline-block;}

    
}

@media screen and (max-width: 700px) {
    .f-logo a img {
        max-width: 70%;
        /* width: 100%; */
        height: auto;
    }
    .ft-link {
        background: #fff;
        padding: 15px;
    }
    .ft-link a {
        margin-right: 5px;
    }
}