@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    max-width: 1920px;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.text_r1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_r2 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_r3 {
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* nav */

.head {

}

.head.t60 {
    top: 60px;
}

.head-top {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 999;
    background: url(../images/head_text.png) no-repeat;
    background-position: center center;
    background-size: cover;

}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
}

.search {
    float: right;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    color: #d6d6d6;
    font-size: 0;
    text-align: right;
}

.search span {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    vertical-align: middle;
}

.search a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 12px;
}

.search a img {
    vertical-align: middle;
    margin-right: 5px;
}

.search a:first-child+a {
    border-left: 1px solid #fff;
}

.search a:hover {
    color: #fff;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
}

.search-box input[type="text"] {
    width: 245px;
    padding: 0 10px 0 0;
    line-height: 48px;
    height: 48px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #fff;
}

.search-box input.p-submit {
    width: 45px;
    color: #fff;
    height: 34px;
    font-size: 14px;
    vertical-align: middle;
    background: url(../images/search2.png) no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    height: 64px;
    margin-top: 9px;
    cursor: pointer;
}

.t-search {
    background: #223356;
    padding: 10px 0;
    display: none;
}

.t-search>div {
    max-width: 500px;
    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;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #9b0c14;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.head.on .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    border: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    padding: 10px 0;
}

.head.on .nav>ul {
    max-width: 1400px;
}

.nav {
    background: #a6292f;
    transition: all 0.5s;
}

.nav>ul {
    font-size: 0;
    text-align: center;
    transition: all 0.5s;
}

.nav>ul>li {
    display: inline-block;
    width: 10.5%;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}

.nav>ul>li>a {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.nav>ul>li>a:after {
    content: "";
    width: 1px;
    height: 0;
    background: #a6292f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
}

.nav>ul>li>a:before {
    content: "";
    left: 50%;
    right: 50%;
    height: 1px;
    background: #a6292f;
    position: absolute;
    bottom: -1px;
    transition: all 0.3s;
}

.nav>ul>li ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 0;
    width: 200px;
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid transparent;
    z-index: 99999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.head.on .nav>ul>li ul{
    top:calc(100% + 10px);
} 
.nav>ul>li ul li {
    padding: 5px 10px;
    text-align: center;
}

.nav>ul>li ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
}

.nav>ul>li ul li a:hover {
    color: #fff;
    background: #a6292f;
}

.nav>ul>li:hover {
    background: #fff;
}

.nav>ul>li:hover>a {
    color: #a6292f;
}

.nav>ul>li.active {
    background: #fff;
}

.nav>ul>li.active>a {
    color: #a6292f;
}

.nav>ul>li.active>a::before {
    left: 0;
    right: 0;
}

.nav>ul>li.on>a:after {
    height: 15px;
    bottom: -16px;
}

.nav>ul>li.on>a::before {
    left: 0;
    right: 0;
}

.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.pic img:hover {
    transform: scale(1.05);
}

.footer {
    background: url(../images/footer_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
    position: relative;
}

.foot-l {
    width: 46%;
    float: left;
    font-size: 14px;
    line-height: 32px;
    color: #ffffff;
}

.foot-l h3 {
    border-left: 2px solid #fff;
    font-size: 18px;
    line-height: 20px;
    padding-left: 5px;
}

.foot-l div {
    /* margin-top: 30px; */
    padding-top: 15px;
}

.foot-l p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.foot-m {
    float: right;
    width: auto;
    text-align: center;
    /* margin-top: 50px; */
}

.foot-m a {
    display: block;
}

.foot-m a img {
    display: block;
    margin: 0 auto;
    /* width: 100%; */
}

.foot-r {
    float: right;
}

.foot-r p {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.foot-r ul {
    margin-top: 30px;
}

.foot-r ul li {
    float: left;
    margin-left: 50px;
    position: relative;
    text-align: center;
}

.foot-r ul li img {
    display: block;
}

.foot-bq {
    text-align: center;
    color: #fff;
    line-height: 24px;
    margin-top: 40px;
    font-size: 12px;
    border-top: 1px solid #525d66;
    padding: 10px 0;
}

.foot-bq img {
    vertical-align: middle;
}
.blue{
    position:absolute;
    bottom: 0;
    left: 70%;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
    width: 100%;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev,
.banner .slick-next {
    width: 30px;
    height: 45px;
    z-index: 9;
}

.banner .slick-prev {
    background: url(../images/banner-l.png) no-repeat;
    background-position: center center;
    left: 100px;
}

.banner .slick-next {
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
    left: auto;
    right: 100px;
}


.banner .slick-dots {
    position: absolute;
    bottom: 50px;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin-left: 10px;
    transition: all 0.3s;
    position: relative;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    background: #fff;
}

.footer_ztzl ul {
    overflow: hidden;
    width: 100%;
}

.footer_ztzl ul li {
    float: left;
    width: 25%;
}

.footer_ztzl ul li a {
    display: block;
    margin: 0 25px;
}

.footer_ztzl ul li a .pic {
    padding-top: 43.3%;
}
.footer_ztzl .slick-prev,
.footer_ztzl .slick-next {
    width: 14px;
    height: 26px;
    z-index: 999999999999;
}

.footer_ztzl .slick-prev {
    /* left: -45px; */
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100%;
}

.footer_ztzl .slick-next {
    /* right: -45px; */
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100%;
}

.footer_yqlj{
    position: relative;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    /* left: 50%; */
    /* transform: translateX(-50%); */
    top: -110px;
}
.footer_yqlj .title{
    width: 180px;
    font-size: 18px;
    background:url(../images/link.png) no-repeat left center;
    background-size: 100% 100%;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: -10px;
}
.footer_yqlj ul{
    display: inline-block;
    width: calc(100% - 180px);
    height: 60px;
    overflow: hidden;
}
.footer_yqlj ul li{
    float: left;
    line-height: 60px;
    margin: 0 10px;
    width: 12.28%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.footer_yqlj ul li a{
    color: #333;
}
.footer_yqlj ul li a:hover{
    color: #b41e22;
    text-decoration: underline;
}

@media screen and (max-width: 1420px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .search-box input[type="text"] {
        width: 150px;
    }
    .nav>ul>li>a {
        font-size: 14px;
    }
    .banner .slick-dots {
        bottom: 15px;
    }
    .foot-r ul li img {
        width: 100px;
    }
    .footer_yqlj{
        padding:0;
    }

}

@media screen and (max-width:1320px) {
    .footer_ztzl ul {
        margin: 0;
    }
    .footer_ztzl ul li a {
        margin: 0 10px;
    }
    .s1-r .text-list2 li a{
        padding: 5px 0;
    }
}

@media screen and (max-width:1024px) {
    html,
    body {
        font-size: 14px;
    }
    body {
        padding-top: 60px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }
    .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;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        background: url(../images/head_text.png) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 35px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }
    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #a6292f;
        overflow-y: scroll;
        border-top: 1px solid #fff;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }
    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }
    .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;
    }
    .foot-l {
        float: none;
        width: auto;
        text-align: center;
    }
    .foot-l p {
        display: inline-block;
        margin: 0 10px;
    }
    .foot-m {
        position: static;
        transform: translateX(0);
        margin: 0 auto;
        float: none;
    }
    .foot-r {
        float: none;
    }
    .foot-r p {
        text-align: center;
    }
    .foot-m a img {
        margin: 25px auto;
        /* max-width: 70%; */
    }
    .foot-r ul {
        text-align: center;
        font-size: 0;
        margin-top: 15px;
    }
    .foot-r ul li {
        float: none;
        display: inline-block;
        line-height: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .foot-r ul li a img {
        max-width: 50%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 15px;
        height: 30px;
        background-size: 100% 100%;
    }
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
    .foot-l h3 {
        border: none;
        padding: 0;
    }
    .foot-m a img {
        /* max-width: 60%; */
    }
}

@media screen and (max-width:768px) {
    .banner .slick-dots {
        bottom: 5px;
    }
    .banner .slick-dots li {
        width: 20px;
        height: 3px;
        margin-left: 10px;
        margin-right: 0;
    }
    .foot-l p {
        display: block;
        margin: 0;
        line-height: 24px;
        font-size: 14px;
    }
    .foot-bq {
        font-size: 12px;
    }
    .foot-bq img {
        height: 16px;
    }
    .foot-l,
    .foot-r p {
        font-size: 12px;
    }
    .foot-m {
        float: none;
        width: auto;
    }
    .foot-m a img {
        /* max-width: 150px; */
    }
    .footer_ztzl ul li {
        width: 50%;
    }
    .footer_yqlj{
        height:40px;
        line-height:40px;
    }
    .footer_yqlj .title{
        width:100px;
        height: 60px;
        line-height: 60px;
    }
    .footer_yqlj ul{
        height:40px;
    }
    .footer_yqlj ul li{
       line-height:40px;
    }
}

@media screen and (max-width:480px) {
    .foot-m img{
        width: 100%;
    }
    .m-head{
        background: url(../images/top_wz.png) no-repeat 80% center #fff;
        background-size: 30%;
    }
}

@media screen and (max-width:320px) {
    .m-nav ul li ul li {
        width: 50%;
    }
}


.hidden_search .text{width:100%;height:40px;padding:0;font-size:14px;color:#444;background:0 0;border:none;}
.hidden_search .btn{display:block;cursor:pointer;position:absolute;right:0;top:0;height:40px;width:40px;border:none;border-radius:50%;
	overflow:hidden;background-size:50%;font-size:14px;color:#8f0e16;background:0 0;background: url(../images/search2.png) no-repeat center;background-size: 22px 22px}
.hidden_search .search_wrap{border:1px solid #e4eaec;border-radius:20px;position:relative;padding-right:45px;padding-left:20px;width:95%}
.hidden_search .close_btn{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:30px;height:30px;line-height:30px;-webkit-transition:.5s;transition:.5s;font-size:26px;
  background-size:50%}
.hidden_search .close_btn img{width: 100%;}
.hidden_search .close_btn:hover{color:#8f0e16}
.cd-popup{position:fixed;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.7);visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s;z-index:9999;opacity:0}
.cd-popup.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.cd-popup-container{position:relative;padding:30px 40px 30px 30px;background:#fff;width:60%;margin:0 auto;top:50%;margin-top:-58px;background:#fff;border-radius:.4rem .4rem .4rem .4rem;text-align:center;box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s}
.is-visible .cd-popup-container{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.cd-popup0,.cd-popup1,.cd-popup2,.cd-popup3{position:fixed;left:0;top:0;height:100%;width:100%;background-color:rgba(0,0,0,.3);opacity:0;visibility:hidden;-webkit-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s;z-index:9999}
.cd-popup0.is-visible,.cd-popup1.is-visible,.cd-popup2.is-visible,.cd-popup3.is-visible{opacity:1;visibility:visible;-webkit-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}
.cd-popup-container0,.cd-popup-container1,.cd-popup-container2,.cd-popup-container3{position:relative;padding:40px;background:#fff;width:60%;margin:0 auto;top:20%;background:#fff;border-radius:.4rem .4rem .4rem .4rem;box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s}
.cd-popup-container1{top:10%}
.is-visible .cd-popup-container0,.is-visible .cd-popup-container1,.is-visible .cd-popup-container2,.is-visible .cd-popup-container3{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.sear_p{float:left;margin:20px 0 0 5%;width:90%;-webkit-border-radius:5px;border-radius:5px;background:#fff}
.sear_txt{float:left;height:30px;font-size:12px;line-height:30px;border:none;width:calc(100% - 35px);background:0 0;color:#666;text-indent:5px}


@media screen and (max-width: 600px){
.hidden_search .close_btn{right: 10px;font-size: 18px;}
.cd-popup-container{width: 90%}
.hidden_search .text{font-size: 14px}
.cd-popup-container{padding: 20px 30px 20px 10px}

}