@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
em {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    float: none !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}



/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

/* 弹出搜索框 */
.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.mt-bj {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.mt-info {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 600px;
    height: 60px;
}

.ipt_tx {
    width: 100%;
    height: 60px;
    display: block;
    padding: 10px;
    padding-right: 100px;
    font-size: 22px;
}

.ipt_btn {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/m-search.png) no-repeat #bb1313;
    background-position: center center;
    background-size: 30px;
}


/* icon摇晃 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #fff;
}

a:hover .titline i {
    background-size: 100% 1px;
}



/* 头部导航 */

.nav>ul>li {
    display: inline-block;
    margin-right: 22%;
    position: relative;
    vertical-align: top;
}

.nav>ul>li:last-child {
    margin-right: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 60px;
    position: relative;
    color: #fff;
cursor: pointer;
}
.nav>ul>li>a::after{
    content: '';
    min-width: 120px;
    height: 0%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #bb1313;
    z-index: -1;
    transition: all 0.5s;
}
.head.on .nav>ul>li:hover a::after{
    background-color: #fff;
}
.head.on .nav>ul>li:hover >a{
    color: #bb1313;
}
.head.on .nav>ul>li.on>a::before{
    border-bottom: 10px solid #bb1313;
}
.nav>ul>li:hover a::after{
    height: 100%;
}
.nav>ul>li.on>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}
.nav>ul>li>div {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 10px 0;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    white-space: nowrap;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li:hover a {
    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #bb1313;
}
/* 导航完 */

/* head */
.head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 3px solid #bb1313;
    z-index: 999;
}

.head-l {
    width: calc(50% - 180px);
}

.head-r {
    width: calc(50% - 180px);
}

.head::after {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #bb1313;
    transition: all 0.3s;
}

.head.on::after {
    height: 96%;
}

.head>.px1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.h-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
}

.h-link a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
    transition: all 0.3s;
}

.h-link a:hover {
    opacity: 1;
}

.h-link span {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    margin: 0 10px;
}

.head-r {
    text-align: right;
}

.head-r .nav>ul>li {
    margin-right: 0;
    margin-left: 22%;
}

.head-r .nav>ul>li:first-child {
    margin-left: 0;
}

.ser {
    padding-left: 20px;
    background: url(../images/ser.png) no-repeat left center;
}

/* 全屏导航 */
.top-menu {
    width: 62px;
    height: 62px;
    background: url(../images/top-menu.png) no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    top: 35px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
}

html.hidden {
    overflow: hidden;
}

.top-menu div {
    width: 100%;
    height: 100%;
    background: url(../images/open.png) no-repeat center center;
    background-size: 22px;
}

.top-menu.on div {
    background: url(../images/close.png) no-repeat center center;
    background-size: 22px;
}

.top-nav {
    padding-top: 25vh;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    display: none;
    z-index: 998;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.top-nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.top-nav ul {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-around;
}

.lk-tit {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}

.top-nav .lk {
    display: block;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    line-height: 36px;
    transition: all 0.3s;
}

.top-nav .lk:hover {
    opacity: 1;
}




/* foot */

.xiaoxun {
    opacity: 0.6;
    transition: all 0.5s;
    cursor: pointer;
}
.xiaoxun:hover{
    opacity: 1;
}

.footerContainer {
    background: url(../images/foot-bj.png) no-repeat center bottom #005aad;
    background-size: 100%;
}


.footerContainer a {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 32px;
}

.footerContainer a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footerContainer .topArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}

.footerContainer .centerArea {
    height: 53%;
    display: flex;
}

.footerContainer .bottomArea {
    height: 17%;
    display: flex;
    justify-content: space-between;
    border-top: 0.5px solid rgba(255, 255, 255, 0.2);
}

.footerContainer .topAreaLeft {
    padding: 20px 0;
}



.footerContainer .topAreaRight {
    width: 200px;
    height: 100%;
    padding: 0 8px;
    display: flex;
    color: white;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footerContainer .topAreaRight .emailbox {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.footerContainer .topAreaRight img {
    width: 12px;
    margin-right: 5px;
}

.footerContainer .centerAreaLeft {
    width: 67.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* border-right: 0.5px solid rgba(255, 255, 255, 0.2); */
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}

.footerContainer .centerAreaLeftTop {
    font-size: 16px;
    color: #b4bdd1;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: start;
    /* background-color: #b0b9cd; */
}

.footerContainer .centerAreaLeftBottom {
    flex-grow: 1;
    /* background-color: aqua; */
    padding-right: 60px;
    display: flex;
    justify-content: space-between;
}

.footerContainer .centerAreaLeftBottom .column {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    line-height: 20px;
}

.footerContainer .centerAreaRight {
    width: 32.5%;
    height: 100%;
    padding-left: 40px;
    padding-top: 20px;
}

.footerContainer .centerAreaRightTop {
    font-size: 16px;
    color: #b4bdd1;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: start;
    /* background-color: #b0b9cd; */
}

.footerContainer .centerAreaRightBottom {
    flex-grow: 1;
    padding-right: 60px;
    display: flex;
    justify-content: space-between;
}

.footerContainer .centerAreaRightBottom .column {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    line-height: 20px;
}

.footerContainer .centerAreaRightBottom .column div {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: 46px;
}

.footerContainer .bottomAreaLeft {
    font-size: 14px;
    height: 100%;
    color: #b4bdd1;
    display: flex;
    align-items: center;
    padding: 25px 0;
    flex-wrap: wrap;
}

.footerContainer .bottomAreaRight {
    margin-right: 40px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footerContainer .bottomAreaRight img {
    width: 20px;
}


.footerContainer .centerAreaLeft::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 75%;
    border-right: 1px dashed rgba(255, 255, 255, 0.2);
}












@media screen and (max-width: 1200px){
    .footerContainer .centerAreaLeft::after{
        content: none;
    }
}






@media screen and (max-width:1600px) {
    .head>.px1400 {
        width: 86%;
    }

    .nav>ul>li {
        margin-right: 15%;
    }

    .head-r .nav>ul>li {
        margin-left: 15%;
    }
}


@media screen and (max-width:1420px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width:1200px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #bb1313;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 35px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
        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;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #bb1313;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .m-nav ul {
        padding: 0 15px;
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .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;
    }


    /* foot */
    .footerContainer .centerArea {
        flex-wrap: wrap;
    }


    .footerContainer .centerAreaLeft {
        width: 100%;
        padding: 0;
    }


    .footerContainer .centerAreaRight {
        width: 100%;
        padding: 0;
    }

    .footerContainer .centerAreaLeftBottom {
        padding-right: 0;
        flex-wrap: wrap;
    }

    .footerContainer .centerAreaLeft {
        border-right: none;
    }

    .footerContainer .centerAreaLeftBottom .column {
        margin-bottom: 20px;
        margin-right: 10px;
    }

    .footerContainer .topAreaLeft img {
        height: auto;
    }

    .footerContainer .centerAreaLeft,
    .xiaoxun{
        display: none;
    }
    .footerContainer .centerAreaRight{
        padding: 10px 0;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:640px) {
    .footerContainer .topArea>div{
        width: 100%;
        text-align: center;
        display: none;
    }
    .footerContainer .topArea>div img{
        max-width: 85%;
        margin: 0 auto;
        display: block;
    }
}


@media screen and (max-width:480px) {
    .footerContainer .topAreaLeft {
        width: 100%;
    }

    .footerContainer .topAreaLeft img {
        width: auto;
        max-width: 85%;
        margin: 0 auto;
    }

    .footerContainer .topArea {
        flex-wrap: wrap;
    }

    .footerContainer .topAreaRight {
        margin: 0 auto;
    }

    .footerContainer .bottomAreaLeft {
        padding: 10px 0;
    }
    .footerContainer .bottomAreaLeft a {
        font-size:12px;
    }
    .footerContainer a,
    .footerContainer .centerAreaRightBottom .column div {
        line-height: 24px;
    }

    .footerContainer .centerAreaRightBottom {
        padding-bottom: 15px;
    }
    .footerContainer .bottomAreaRight{
        display:none;
    }
}
