@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    min-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

body {
    /* padding-top: 157px; */
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1320 {
    max-width: 1320px;
    margin: 0 auto;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.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: 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;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #00488b;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-box {
    float: left;
    width: 220px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #dddddd;
    margin-left: 10px;
}

.search-box img {
    cursor: pointer;
    vertical-align: middle;
}


.nav-search {
    font-size: 0;
}

.nav-search-btn {
    vertical-align: top;
    line-height: 28px;
    height: 15px;
    display: inline-block;
    float: left;
    height: 16px;
    margin-top: 6px;
}

.nav-search-text {
    width: 188px;
    height: 28px;
    vertical-align: top;
    background: none;
    font-size: 14px;
    color: #333;
    padding: 0px 15px;
    line-height: 28px;
    float: left;
    border-radius: 16px;
}

.nav-search-text::placeholder {
    color: #fff;
}

.b-top-c {
    line-height: 30px;
    margin-top: 33px;
    float: right;
}

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    float: right;
    overflow: hidden;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.b-top-r>ul>li {
    float: left;
}

.b-top-r>ul>li a {
    font-size: 16px;
    display: block;
    padding: 0px 15px;
    color: #333333;
    border-right: 2px solid #fff;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
    margin-top: -2px;
}

.b-top-r>ul>li:first-child a {
    border: none;
}

.b-top-r>ul>li a:hover {
    color: #c51015;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    z-index: 999;
    transition: all 0.3s;
    /* position: fixed; */
    left: 0;
    right: 0;
    top: 0;
   
    background-position: center center;
    background-size: cover;
}



.head.on {

}

.head.on .nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99999;
}

.head-top {
    position: relative;
    padding: 30px 0;
    background: url(../images/head-top-bj.png) no-repeat;
    background-position: 60% center;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    line-height: 72px;
}

.logo a img {
    vertical-align: middle;
}

.nav {
    position: relative;
    background-color: #c51015;
}

.nav>ul {}

.nav>ul>li {
    float: left;
    position: relative;
    /* width: 10.8%; */
    border-left: 1px solid #aa070a;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    padding: 0 33px;
    position: relative;
}

.nav>ul>li.active>a {
    color: #fff;
}


/* .nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00488b;
    width: 0;
} */

.nav>ul>li:hover>a {}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
       position: absolute;
       top: 100%;
       width: auto;
       left: 0 !important;
       background: #fff;
       background: rgb(255 255 255);
       z-index: 9999;
       padding: 20px 30px 25px 29px;
       /* overflow: hidden; */
       line-height: normal;
       text-align: center;
       display: none;
       box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav>ul>li>div>ul {
    
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #c51015;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.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;
}


/* nav */

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/* .banner.on {
    margin-bottom: 68px;
} */

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}


.banner .slick-dots {
    width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 50px;
    font-size: 0;
}

.banner .slick-dots li {
    width: 36px;
    height: 36px;
    background: url(../images/banner-dot.png) no-repeat;
    background-position: center center;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
}

.banner .slick-dots li button {
    width: 32px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 20px;
    padding: 0;
    margin: 0;
    display: none;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dot-hover.png) no-repeat;
    background-position: center center;
    /* background-size: 100%; */
}

.banner .slick-dots li.slick-active button {
    color: #092aa0;
}

.banner .slick-prev, .banner .slick-next {
    width: 56px;
    height: 56px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner .slick-prev {
    background: url(../images/banner-lef.png) no-repeat;
    background-position: center center;
    bottom: 40px;
    left: auto;
    right: 50%;
    margin-right: -620px;

}

.banner .slick-prev:hover {
    background: #bc1616 url(../images/banner-lef.png) no-repeat;
    background-position: center center;
}

.banner .slick-next {
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
    bottom: 40px;
    left: auto;
    right: 50%;
    margin-right: -700px;
}

.banner .slick-next:hover {
    background: #bc1616 url(../images/banner-r.png) no-repeat;
    background-position: center center;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}



.footer {
    background: url(../images/foot-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0 40px 0;
    position: relative;
    z-index: 999;
}

.link p {
    line-height: 30px;
    padding-right: 20px;
    background: #303c45;
    color: #fff;
    text-align: left;
    font-size: 14px;
    background: url(../images/link-icon-down.png) no-repeat;
    background-position: right center;
}

.link>div {
    position: relative;
    width: 110px;
    float: right;
    margin-bottom: 30px;
}

.link>div:hover div {
    display: block;
}

.link>div div {
    position: absolute;
    bottom: 100%;
    background: #fff;
    padding: 15px 0;
    left: 0;
    right: 0;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.link>div div a {
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
}

.link>div div a:hover {
    background: #9b0d14;
    color: #fff;
}



.foot-ewm {
    overflow: hidden;
    padding-left: 15px;
}

.foot-ewm div {
    float: left;
    margin: 0 16px;
}

.foot-ewm div img {
    display: block;
}

.foot-ewm p {
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, .4);
    font-size: 14px;
    line-height: 30px;
}

.foot-l {
    float: left;

}

.foot-l p {
    font-size: 0;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.foot-l p span {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

.foot-l p img {
    vertical-align: middle;
}

.foot-r {
    float: right;
}