@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: "ºÚÌå";
    overflow-x: hidden;
}

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%;
object-fit: cover;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.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;
}

.wave.on {
    display: block;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    background-color: #b21f24;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}

.header {
    background: #98151f;
    position: fixed;
    padding-top: 15px;
    padding-bottom: 10px;
    left: 0;
    top: 0;
    right: 0;
   /*border-top: 5px solid #b21f24;*/
    z-index: 999;
}

.head {
    font-size: 0;max-width: 1800px;
    margin: 0 auto;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block; width:36rem;
}

.head-r {
    float: right;
    text-align: right;
}

.link-top a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}

.link-top i {
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    padding: 0 15px;
    vertical-align: middle;
}

.link-top a:hover {
    text-decoration: underline;
}

.link-top span {
    display: inline-block;
    vertical-align: -10px;
    cursor: pointer;
    margin-left: 15px;
    font-size: 0;
}

.link-top span img {
    display: inline-block;
}

.nav {
    margin-top: 20px;
}

.nav>ul>li {
    position: relative;
    float: left;
    margin-left: 40px;
}

.nav>ul>li>a {
    display: block;
    font-size: 22px;
    color: #fff;

}

.nav>ul>li>div {
    position: absolute;
    left: 0;
    top: 100%;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    padding-top: 10px;
    display: none;
}

.nav>ul>li>div>ul {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 5px;
    border-top: 2px solid #b21f24;
    position: relative;
}

.nav>ul>li>div>ul>li {
    display: block;
    text-align: center;
}

.nav>ul>li>div>ul>li>a {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 8px 0;
}

.nav>ul>li>div>ul::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-bottom-color: #b21f24;
    top: -16px;
}

.nav>ul>li>div>ul>li:hover>a {
    color: #b21f24;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}


/* ÒÆ¶¯¶Ë */

.wap {
    display: none;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.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;
}

.footer {
    background: url(/images/foot-bg.jpg) no-repeat center center;
    background-size: cover;
}

.ft-l {
    float: left;
    width: 52%;
    box-sizing: border-box;
    border-right: 1px solid #bb5e64;
}

.ft-dz>ul>li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #bb5e64;
    padding-left: 35px;
    padding-bottom: 20px;
}

.ft-dz>ul>li:first-child {
    border-left: none;
    padding-left: 0;
}

.ft-dz>ul>li h2 {
    margin-top: 20px;
    font-size: 18px;
    color: #f1f8ff;
    font-weight: normal;
    margin-bottom: 10px;
}

.ft-dz>ul>li a {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.ft-dz>ul>li a:hover {
    text-decoration: underline;
}

.ft-dz>ul>li p {
    line-height: 32px;
    font-size: 14px;
    color: #f1f8ff;
}

.ft-logo {
    padding-top: 60px;
    padding-bottom: 35px;
    border-bottom: 1px solid #bb5e64;
}

.ft-logo a {
    display: block;
}

.ft-logo a img {
    display: block;
}

.ft-r {
    float: right;
    width: 48%;
    padding-left: 30px;
    box-sizing: border-box;
}

.ft-r h2 {
    margin-top: 90px;
    margin-bottom: 40px;
    font-size: 24px;
    color: #f1f8ff;
    font-weight: normal;
}

.ft-top {
    border-bottom: 1px solid #bb5e64;
}

.ft-down {
    line-height: 65px;
    text-align: center;
}

.ft-down p {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.ft-r>ul {
    font-size: 0;
}

.ft-r>ul>li {
    display: inline-block;
   /* width: 110px;*/
   width: 94px;
margin-right: 15px;
   /* margin-right: 18px;*/
    text-align: center;
}

.ft-r>ul>li img {
    display: block;
    width: 100%;
}

.ft-r>ul>li p {
    font-size: 14px;
    color: #f1f8ff;
    margin-top: 10px;
}

.ft-r>ul>li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft-r h2 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .ft-r>ul>li p {
        margin-top: 5px;
    }
    .ft-r>ul>li {
        margin-bottom: 10px;
    }
    .ft-dz>ul>li {
        padding-left: 20px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .head-l a img {
        height: 50px;
    }
    .nav>ul>li {
        margin-left: 20px;
    }
    .nav>ul>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }
    .header {
        display: none !important;
    }
    .wap {
        display: block !important;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #98151f;
        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;
        margin-bottom: 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;*/
        margin-top: 10px;
        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: #b3272b;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .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;
    }
    .ft-r>ul>li {
        margin: 0 5px;
    }
    #adu0,#adu1 {
        display:none;
    }
}

@media screen and (max-width: 1000px) {
    .ft-logo a img {
        max-width: 277px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .ft-l {
        float: none;
        width: 100%;
        border-right: none;
    }
    .ft-r {
        float: none;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    .ft-logo {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ft-down {
        line-height: 30px;
        padding: 15px 0;
    }
    .ft-r>ul>li {
        margin-right: 0;
    }
}



.ft-r {
    padding: 0;}
.ft-top {
    display: flex;
    flex-wrap: wrap;}
.ft-dz>ul>li {
    padding: 90px 0 90px 35px;}
.ft-dz>ul>li h2 {
    font-size: 24px;}
.ft-dz>ul>li p {}
.ft-logo {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;}
.ft-r h2 {
    padding-left: 30px;
    margin: 30px 0;}
.ft-r>ul {
    padding-left: 30px;}
.ft-dz>ul>li:first-child {
    display: flex;
    flex-wrap: wrap;}
.ft-dz>ul>li:first-child h2 {
    width: 100%;}
.ft-dz>ul>li:first-child a {
    width: 50%;}
@media screen and (max-width: 1000px){
.ft-l {
    border-bottom: 1px solid #bb5e64;}
.ft-dz>ul>li {
    padding: 30px 0 30px 35px;}
.ft-logo {
    padding-left: 0;}
.ft-r h2 {
    padding-left: 0;}
.ft-r>ul {
    padding-left: 0;}
}

.ft-dz>ul>li p span {
    background: none !important;
    cursor: none !important;
}