@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: ' 微软雅黑';
}

img,
input,
button {
    border: none;
    outline: none;
    background: transparent;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

ul {
    list-style: none;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.px1300 {
    width: 1300px;
    margin: auto;
}

body {
    min-width: 1300px;
}

.nav>ul::after,
.head>div:after,
.s2::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
}

.head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 28px;
    padding-bottom: 24px;
    z-index: 9;
    background: #0d6cd4;
}

.logo {
    float: left;
    width: 560px;
    margin-left: 15px;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    width: 100%;
}

.search {
    float: right;
    width: 229px;
    position: relative;
    margin-top: 20px;
}

.search input[type='text'] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 45px;
}

.search input[type='image'] {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 17px;
    height: 18px;
    transform: translateY(-50%);
}

.nav>ul>li {
    float: left;
    width: 120px;
    margin-left: 120px;
    position: relative;
}

.nav>ul>li:first-child {
    width: 38px;
    margin-left: 60px;
}

.nav>ul>li:last-child {
    width: 95px;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.nav>ul>li::after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 4px;
    background: #80bcff;
}

.nav>ul>li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    transform: translateX(-50%);
    background: rgba(6, 105, 212, .6);
    display: none;
}

.nav>ul>li ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    transition: all .3s;
}

.nav>ul>li.on>a,
.nav>ul>li.active>a {
    color: #80bcff;
}

.nav>ul>li.on::after,
.nav>ul>li.active::after {
    left: 0;
    right: 0;
}

.nav>ul>li ul>li:hover>a {
    background: rgba(0, 0, 0, .5);
}

.nav {
    margin-top: 20px;
}

.banner a {
    display: block;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner ul {
    bottom: 20px;
}

.banner ul button {
    display: none;
}

.banner ul li {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin-left: 21px;
}

.banner ul li.slick-active {
    background: #c41d17;
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/shadow.png) no-repeat top center;
}

.foot {
    padding-bottom: 32px;
    background: #222222;
}

.f-link {
    font-size: 0;
    line-height: 72px;
    border-bottom: 1px solid #4e4e4e;
}

.f-link p,
.f-link a {
    display: inline-block;
    vertical-align: middle;
}

.f-link p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #999999;
    margin-left: 14px;
}

.f-link p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    font-style: normal;
}

.f-link a {
    font-size: 16px;
    margin-left: 63px;
    color: #999999;
}

.f-link a:nth-child(2) {
    margin-left: 50px;
}

.f-link a:hover {
    color: #666;
}

.f-logo {
    float: left;
    width: 886px;
    margin-top: 22px;
}

.f-logo>img {
    float: left;
    display: block;
    width: 403px;
    margin-left: 25px;
}

.f-logo>ul {
    float: left;
    font-size: 0;
    margin-left: 200px;
    margin-top: 12px;
}

.f-logo>ul li {
    display: inline-block;
    width: 38px;
    position: relative;
}

.f-logo>ul li>img {
    display: block;
    width: 100%;
}

.f-logo>ul li .qr {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 80px;
    height: 80px;
    transform: translateX(-50%);
    display: none;
}

.f-logo>ul li:hover .qr {
    display: block;
}

.add {
    float: right;
    width: 400px;
}

.add p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    text-align: right;
}

.f-box {
    padding-top: 21px;
}