@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
    min-width: 1720px;
}

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 .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.wp {
    max-width: 1200px;
    margin: 0 auto;
}

.wp1720 {
    max-width: 1720px;
    margin: 0 auto;
}

.wp1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.main-top {
    position: relative;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 25px 0;
    z-index: 9;
}

.header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 394px;
    background: url(../images/head-tc.png) no-repeat center top;
    background-size: 100% 100%;
}

.head {
    position: relative;
    z-index: 9;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.link-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.link-top a {

display: flex;

align-items: center;

font-size: 20px;

color: #fff;
}

.link-top a:hover {
    opacity: .8;
}

.link-top a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.link-top span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    vertical-align: middle;
}

.search {
    width: 300px;
    height: 40px;
    margin-left: 50px;
    font-size: 0;
    border-radius: 20px;
    background: #fff;
}

.search input[type="text"] {
    display: inline-block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    padding: 0 13px;
    border-radius: 20px;
    vertical-align: middle;
}

.search input[type="text"]::placeholder {
    font-size: 14px;
    color: #999;
}

.search span {
    position: relative;
    display: inline-block;
    /* width: 40px; */
    /* height: 40px; */
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 3px;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    position: relative;
    text-align: center;
    position: relative;
    margin-left: 15px;
}

.nav>ul>li>a {
    /* font-weight: bold; */
    display: block;
    font-size: 19px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.nav>ul>li>ul {
    padding: 5px 0;
    position: absolute;
    left: 50%;
    width: 150px;
    margin-left: -75px;
    border-top: 2px solid #B81722;
    background-color: snow;
    display: none;
    z-index: 999;
}

.nav>ul>li>ul>li {
    line-height: 35px;
    text-align: center;
}

.nav>ul>li>ul>li>a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.nav>ul>li>ul>li:hover {
    background-color: #B81722;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 45px;
}


.banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255, 255, 255, 0.68);
    margin: 0 15px;
    transition: all .6s;
}



.banner .slick-dots li.slick-active {
    font-size: 0;
    background: #fff;
}

.footer {
    background: #B81722;
}

.ft-top {
    padding-top: 35px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.foot .ftlink dl {
    float: left;
    margin-left: 4%;
    width: 48%;
    position: relative;
}

.foot .ftlink dl:first-child {
    margin-left: 0;
}

.foot .ftlink dl dt {
    position: relative;
    height: 43px;
    line-height: 43px;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.foot .ftlink dl dt:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    content: '';
    width: 13px;
    background: url("../images/ft-link.png") no-repeat 50%;
    transition: .3s
}

.foot .ftlink dl dt.on:after {
    display: inline-block;
    transform: rotate(-90deg);
}

.foot .ftlink dl dd ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.foot .ftlink dl dd ul li a {font-size: 16px;text-align: center;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #666;}

.foot .ftlink dl dd ul li a:hover {
    color: #b20115;
}

.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:hover dd {
    display: block;
} */

.foot .ftlink dl dd ul {
    height: 210px;
    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, #b20115 0%, #bd1a2d 100%);
}

.ft-down {
    padding-top: 35px;
    padding-bottom: 30px;
    align-items: center;
}

.fd-m {
    width: 38%;
}

.fd-l {
    width: 46.7%;
}

.fd-l p {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.ft-logo {
    margin-bottom: 30px;
}

.fd-l p span,
.fd-l p a {
    display: inline-block;
    font-size: 16px;
    color: #F1CECE;
    margin: 0 10px;
}

.fdm-tp {
    margin-top: 30px;
}

.fdm-tp ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fdm-tp ul li {
    width: 48%;
}

.fdm-tp ul li a {
    display: block;
}

.fdm-tp ul li a .pic {
    padding-top: 32.258%;
}

.fd-r ul li {
    display: inline-block;
    margin-left: 30px;
    text-align: center;
    vertical-align: top;
}

.fd-r ul li .text p {
    line-height: 16px;
    font-size: 18px;
    color: #fff;
}