@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    box-sizing: -w;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
    min-width: 1500px;
}

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: 1500px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header {
    padding: 30px 0;
    background: url(../images/header-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.link-top {
    text-align: right;
}

.link-top a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
}

.link-top span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    vertical-align: middle;
}

.search {
    margin-top: 25px;
    font-size: 0;
}

.search input[type="text"] {
    display: inline-block;
    width: 240px;
    height: 38px;
    line-height: 39px;
    padding: 0px 13px;
    border-radius: 20px;
    vertical-align: middle;
}

.search input[type="text"]::placeholder {
    font-size: 16px;
    color: #364966;
}

.search span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/search-bg.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 3px;
}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#nav {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 21px 0px rgba(28, 85, 191, 0.41);
    z-index: 9;
}

.nav>ul {
    font-size: 0;
}

.nav>ul>li {
    position: relative;
    text-align: center;
    position: relative;
}

.nav>ul>li>a {
    display: block;
    font-size: 20px;
    line-height: 50px;
    color: #000;
    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 #235bc6;
    background-color: #fff;
    box-shadow: 0 0 10px #c8c8c8;
    display: none;
    z-index: 999;
}

.nav>ul>li>ul>li {
    line-height: 35px;
    text-align: center;
}

.nav>ul>li>ul>li>a {
    font-size: 14px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #235bc6;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    height: 36px;
    transform: translateX(-50%);
    bottom: 0;
    background: rgba(1, 21, 36, .55);
    padding: 0 18px;
}

.banner .slick-dots::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    border-right: 10px solid rgba(1, 21, 36, .55);
    border-top: 36px solid transparent;
}

.banner .slick-dots::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    border-left: 10px solid rgba(1, 21, 36, .55);
    border-top: 36px solid transparent;
}

.banner .slick-dots li {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin: 0 10px;
    transition: all .3s;
}

.banner .slick-dots li span {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #f6f8fb;
    opacity: .74;
    vertical-align: middle;
}

.banner .slick-dots li.slick-active span {
    font-size: 0;
    background: url(../images/slick-active.png) no-repeat center center;
}

.footer {
    background: url(../images/footer-bg.jpg) no-repeat center top;
    background-size: cover;
}

.ft-top {
    padding-top: 35px;
    padding-bottom: 27px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.foot .ftlink dl {
    float: left;
    margin-left: 1.75%;
    width: 18.6%;
    position: relative;
}

.foot .ftlink dl:first-child {
    margin-left: 0;
}

.foot .ftlink dl dt {
    position: relative;
    height: 43px;
    line-height: 43px;
    background: #0577c2;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.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(180deg);
}

.foot .ftlink dl dd ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 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: #0161a8;
}

.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 {
    max-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: 15px;
    padding-bottom: 20px;
    align-items: center;
}

.fd-l p {
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

.fd-m a {
    display: inline-block;
    margin: 0 15px;
}

.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: 14px;
    color: #fff;
}