* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
     padding-top: 0!important;
}
iframe{

    border: none;
    width: 254px;
    height: 32px;
}
input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

#top {
    background-color: #b5282e;
}

.top {
    overflow: hidden;
    padding: 9px 0;
    line-height: 32px;
}

.t-l {
    float: left;
}

.t-l p {
    font-size: 14px;
    color: #fff;
}

.t-r {
    float: right;
}

#banner {
    position: relative;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.head-l {
    float: left;
    margin-top: 20px;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    height: 80px;
    width: auto;
}

.search {
    width: 230px;
    height: 32px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 0;
}

.search input[type="text"] {
    width: 180px;
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    vertical-align: middle;
    color: #333;
     padding-left: 10px;
}

.search input::placeholder {
    font-size: 12px;
    color: #999999;
}

.search input[type="image"] {
    vertical-align: middle;
}

.head-r {
    float: right;
}

.nav>ul>li {
    float: left;
    position: relative;
    margin-left: 18px;
}

.nav>ul>li>a {
    display: block;
    padding: 46px 0;
    font-size: 17px;
    color: #333;
    text-align: center;
}
.nav>ul>li>a:hover{
color: #b5282e;
}
.nav>ul>li>ul {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    display: none;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 5px #eee;
}

.nav>ul>li>ul>li {
    text-align: center;
    line-height: 40px;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: #0073a5;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 115px;
}

.banner .slick-dots li {
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    background-color: #fff;
}

.footer {
    background-color: #b5282e;
    padding: 30px 0
}

.foot {
    overflow: hidden;
}

.ft-l {
    float: left;
}

.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
}

.ft-r {
    float: right;
}

.ft-r p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
}

.m-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.m-top>img {
    display: block;
    width: 100%;
}

.wap {
    display: none;
}

.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;
}

@media screen and (max-width:1200px) {
    .px1200 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-l a img {
        height: 40px;
        width: auto;
    }
    .nav>ul>li>a {
        font-size: 15px;
    }
}

@media screen and (max-width:1024px) {
    #banner {
        padding-top: 60px;
    }
    #top {
        display: none;
    }
    .header {
        display: none;
    }
    .main-top {
        display: none;
    }
    .up {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        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: #CA4147;
    margin-top: 12px;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background-color: transparent;
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 4px;

    }
    .m-search input::placeholder {
        color: #fff;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        bottom: 0;
        z-index: 999;
        background: #b5282e;
        overflow-y: scroll;
        width: 100%;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .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;
    }
}

@media screen and (max-width:1000px) {
    .ft-l {
        float: none;
        width: auto;
    }
    .ft-r {
        float: none;
        width: auto;
        text-align: left;
        margin-top: 15px;
    }
    .ft-l a img {
        margin-left: auto;
        margin-right: auto;
        max-width: 430px;
        width: 100%;
    }
}

@media screen and (max-width:750px) {
    .banner .slick-dots {
        bottom: 15px;
    }
#main{
background:none;
}
}