@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

a.bah {
    display: inline-block !important;
}
.bah span {
    color: #fff;
}
.bah span img {
    display: inline-block !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "Î¢ÈíÑÅºÚ";
}

input,
img,
a {
    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 .6s;
}

.pic:hover img {
    transform: scale(1.1);
}

.px1677 {
    max-width: 1677px;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all .3s;
}

.header.on {
    background-color: #b4170b;
}

.header.on .m1 {
    display: none;
}

.m1 {
    background-color: #b4170b;
    line-height: 40px;
    text-align: right;
}

.link-top a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
}

.link-top i {
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, .27);
    padding: 0 15px;
}

.link-top a:hover {
    text-decoration: underline;
}

.link-top span {
    cursor: pointer;
}

.link-top span img {
    display: inline-block;
    vertical-align: middle;
}

.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: #b4170b;
    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;
}

.m2 {
    padding: 20px 0;
}

.header.on .m2 {
    padding: 10px 0;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
}

.head-r {
    float: right;
}

.nav {
    margin-top: 30px;
}

.nav>ul>li {
    position: relative;
    float: left;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 40px;
}

.nav>ul>li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    display: none;
}

.nav>ul>li.on::before {
    display: block;
}

.nav>ul>li:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 8px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/ej-jt.png) no-repeat center center;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fafbfb;
    font-weight: bold;
    text-shadow: 0 5px 10px #545454;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li ul {
    position: absolute;
    top: 40px;
    width: 200px;
    left: 50%;
    margin-left: -103px;
    border-top: 2px solid #b4170b;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 3px 3px #999;
    padding-bottom: 20px;
    padding-top: 2px;
    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: #e4c4c2;
}

.banner {
    position: relative;
}

.banner a {
    position: relative;
    display: block;
}

.banner a>img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 40px;
    right: 120px;
    width: auto;
}

.banner .slick-dots li {
    width: auto;
    height: auto;
    padding-right: 20px;
    transition: all .3s;
}

.banner .slick-dots li span {
    font-size: 22px;
    color: #fff;
}

.banner .slick-dots li:after {
    content: "";
    position: absolute;
    left: 30px;
    right: 100%;
    height: 1px;
    top: 50%;
    transform: translatey(-50%);
    background-color: #fff;
}

.banner .slick-dots li.slick-active {
    padding-right: 125px;
}

.banner .slick-dots li.slick-active:after {
    right: 100%;
    animation: LoadingBar 4s both;
    animation-delay: 0.2s
}

@-webkit-keyframes LoadingBar {
    from {
        right: 100%;
    }
    to {
        right: 0;
    }
}

@keyframes LoadingBar {
    from {
        right: 100%;
    }
    to {
        right: 0;
        ;
    }
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.banner .bb {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #ce0f0f;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    animation: bb 2s linear 0s infinite;
    z-index: 99;
}

.banner .bb img {
    display: inline-block;
    vertical-align: middle;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transform: scale(1);
}

.banner .slick-slide.slick-current a img {
    animation: img_scale linear 5s infinite;
    animation-fill-mode: forwards;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}

@keyframes bb {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(0, 3px);
    }
    60% {
        transform: translate(0, 10px);
    }
    90% {
        transform: translate(0, 3px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.banner .circle1 {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .33);
    border-radius: 50%;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner .circle2 {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .33);
    border-radius: 50%;
    -webkit-animation: warn1 4s ease-out;
    -moz-animation: warn1 4s ease-out;
    animation: warn1 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes warn {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        opacity: .8
    }
    25% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        opacity: .4
    }
    75% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: .8
    }
}

@keyframes warn1 {
    0% {
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        opacity: .8
    }
    25% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        -webkit-transform: translate(-50%, -50%) scale(1.3);
        opacity: .4
    }
    75% {
        transform: translate(-50%, -50%) scale(1.2);
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        opacity: .6
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        opacity: .8
    }
}


/* ÒÆ¶¯¶ËÍ·²¿ */

.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/footer.jpg) no-repeat center center;
    background-size: cover;
}

.links {
    padding: 30px 0;
    border-bottom: 1px solid #ad5a5c;
}

.links span {
    font-size: 18px;
    color: #fff;
}

.links i {
    display: inline-block;
    font-size: 16px;
    color: #bd746a;
    padding: 0 20px;
}

.links a {
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.links a:hover {
    text-decoration: underline;
}

.foot-down {
    padding-top: 20px;
    padding-bottom: 35px;
}

.foot-m {
    margin-top: 15px;
}

.foot-m p {
    line-height: 34px;
    font-size: 16px;
    color: #fff;
}

.foot-m p img {
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
}

.foot-m p span {
    display: inline-block;
    margin-right: 15px;
}

.foot-m {
    float: left;
}

.foot-m a {
    display: block;
    text-align: center;
}

.foot-m a img {
    display: block;
}

.fr {
    float: right;
    width: 45%;
}

.foot-c {
    float: left;
    margin-top: 15px;
}

.foot-c>ul li {
    display: inline-block;
    margin-left: 10px;
}

.foot-c>ul li a {
    display: block;
}

.foot-r {
    float: right;
    font-size: 0;
    margin-top: 5px;
}

.foot-r>ul {
    text-align: right;
    position: relative;
}

.foot-r>ul li {
    color: #fff;
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.foot-r>ul li:first-child+li+li>div {
    right: 0;
    left: auto;
    transform: translateX(0);
}

.foot-r>ul li>img {
    display: block;
    cursor: pointer;
}

.foot-r>ul li div {
    position: absolute;
    width: 80px;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.foot-r>ul li div img {
    display: block;
    width: 100%;
}

.foot-r>ul li:hover div {
    display: block;
}

@media screen and (max-width:1677px) {
    .px1677 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .head-l a img {
        height: 70px;
    }
}

@media screen and (max-width:1470px) {
    .foot-m {
        float: none;
        width: 100%;
    }
    .fr {
        float: none;
        margin-top: 15px;
        width: 100%;
    }
}

@media screen and (max-width:1450px) {
    .nav>ul>li>a {
        font-size: 16px;
    }
    .nav {
        margin-top: 15px;
    }
}

@media screen and (max-width:1370px) {
    .head-l a img {
        height: 45px;
    }
    .nav>ul>li {
        margin-left: 10px;
        margin-right: 10px;
    }
    .nav>ul>li:after {
        right: -12px;
    }
    .nav>ul>li>a {
        font-size: 15px;
    }
    .nav {
        margin-top: 0;
    }
}

@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: #b31419;
        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: 3px 0px;
    }
    .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: #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;
    }
    .links {
        padding: 10px 0;
    }
    .banner .slick-dots {
        right: 10px;
    }
    .banner .bb {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .foot-down {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .foot-c {
        float: none;
        text-align: center;
    }
    .foot-c ul li {
        margin-left: 0;
    }
    .foot-r {
        float: none;
    }
    .foot-r>ul {
        text-align: center;
    }
    .foot-r>ul li {
        margin: 0 15px;
    }
    .links a {
        margin-right: 10px;
    }
    .links i {
        display: none;
    }
    .banner .slick-dots {
        right: auto;
        bottom: 10px;
        width: 100%;
    }
}