@charset "utf-8";
* {
    padding: 0;
    margin: 0;}

li {
    list-style: none;}

a {
    text-decoration: none;}

h2,
h3,
i,
em {
    font-style: normal;}

html,
body {
    font-family: "微软雅黑";}

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);}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;}

.header {
    border-top: 3px solid #b12923;
    background: #fff6f6;
    padding: 15px 0;}

.logo {
    float: left;}

.head-r {
    float: right;
    text-align: right;}

.top1 {
    padding-top: 21px;
    padding-bottom: 20px;
    overflow: hidden;}

.logo {
    float: left;}

.logo a {
    display: block;}

.logo a img {
    display: block;}

.search {
    position: relative;
    width: 260px;
    height: 45px;
    border: 1px solid #b12923;
    border-radius: 5px;
    padding: 0 13px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 10px;}

.search input[type="text"] {
    width: 230px;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    vertical-align: middle;
    font-size: 16px;
    color: #333;}

.search span {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #b12923;}

.search span input[type="image"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);}

.search input::placeholder {
    font-size: 16px;
    color: #b12923;}

.search input[type="image"] {
    vertical-align: middle;}

.banner a {
    display: block;}

.banner a img {
    display: block;
    width: 100%;}

.banner .slick-dots {
    bottom: 70px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 8px;}

.banner .slick-dots li.slick-active {
    background-color: #fff;}

.nav {
    position: relative;
    line-height: 60px;
    margin-top: -45px;
    z-index: 6;
    font-size: 0;}

.nav>ul {
    margin-left: 60px;
    background: url(../images/nav-bg.png) no-repeat left center;
    background-size: cover;}

.nav>ul>li {
    float: left;
    width: 16.660%;
    position: relative;
    text-align: center;}

.nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 24px;
    color: #fff;}

.nav>ul>li:hover>a {
    font-weight: bold;}

.nav>ul>li ul {
    position: absolute;
    top: 58px;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    border-top: 2px solid #b12923;
    background-color: #fff;
    box-shadow: 0 0 5px #e2d6d6;
    padding-bottom: 20px;
    display: none;
    z-index: 999;}

.nav>ul>li ul li {
    line-height: 38px;
    text-align: center;}

.nav>ul>li ul li a {
    font-size: 15px;
    color: #333;
    font-family: "pf";}

.nav>ul>li ul li:hover {
    background-color: #f6d0ce;}

.footer {
    padding: 25px 0;
    background: #b12923;
    text-align: center;}

.foot p {
    line-height: 36px;
    font-size: 16px;
    color: #fff;}


/* 移动端头部 */

.wap {
    display: none;}

.top {
    position: fixed;
    max-width: 1920px;
    margin: 0 auto;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 1011;}

.top>img {
    display: block;
    width: 100%;}

.wap-menu {
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 1000;
    font-size: 0;}

.wap-menu img {
    height: 25px;}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;}

@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;}
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px !important;}
    .header {
        display: none;}
    .nav {
        display: none;}
    .wap {
        display: block !important;}
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff7f7;
        z-index: 999;
        padding: 10px;}
    .m-logo {
        font-size: 0;}
    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;}
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;}
    .m-tlink {
        padding: 10px 15px 0 15px;}
    .m-tlink a {
        font-size: 12px;
        margin-right: 5px;
        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;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;}
    .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;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #b12923;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);}
    .m-nav ul {
        padding: 0 15px;}
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;}
    .m-nav ul li ul {
        display: none;}
    .m-nav ul li ul li {
        border: none;}
    .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;}
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);}
}

@media screen and (max-width: 700px) {
    .footer {
        padding: 15px 0;}
    .foot p {
        line-height: 24px;
        font-size: 14px;}
}