@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;
    max-width: 1920px;
}

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;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear 1;
}
.fanhui {
    position: fixed;
    right: 30px;
    bottom: 220px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.fanhui img{   width: 50px;}
@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

/* 头部导航 */
.nav-box {
    background-color: #064db8;

}
.nav{
    width: 100%;
    transition: all 0.3s;
    white-space: nowrap;
    font-size: 0;
}
.nav>ul>li {

display: inline-block;

position: relative;

width: 8.4%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 60px;
    position: relative;
    color: #fff;
    /* font-weight: 600; */
}

.nav>ul>li:hover>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 #eea322;
    width: 0;
}


.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;


}

.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: 18px;
    color: #333333;
    line-height: 42px;
    white-space: nowrap;

}


.nav>ul>li>div>ul>li:hover a {

    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #064db8;
}

.nav>ul>li.active>a {
    color: #fff;
    font-weight: 600;
}

/* 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;
}

.pic img:hover {
    transform: scale(1.05);
}

/* 搜索模态框 */

.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    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;
}

.mt-info>input {
    width: 87%;
    height: 100%;
    display: block;
    padding: 10px;
    font-size: 22px;
}

.mt-info .btu {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    background: url(../images/m-search.png) no-repeat #1044a0;
    background-size: 30%;
    background-position: center center;
}



/* head */

.head-top {
    padding: 30px 0;
    background: url(../images/head-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;

}

.head-top>.px1300 {
    position: relative;
}

.logo {
    float: left;
}

.ser {
    width: 26px;
    height: 26px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* fix */

.f-logo {
    float: left;
    width: 0;
    padding-top: 13px;
    transition: all 0.3s;
}

.head.fixed .f-logo {
    width: 18%;
}

.f-logo img {
    display: block;
    width: 100%;
    height: 34px;
}
.nav-box{
    transition: all 0.3s;
}
.head.fixed .nav-box {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #06368be0;
}


.head.fixed .nav {
    width: 80%;
    float: right;
}

.head.fixed .nav>ul>li>a {
    font-size: 16px;
}

.head.fixed .nav>ul>li>div>ul>li a {
    font-size: 15px;
}

/* foot */
.foot {
    padding: 50px 0;
    background: url(../images/foot-bj.png) no-repeat;
    background-size: cover;
}

.foot-l {

    float: left;
}

.foot-l h3 {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.foot-l p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.68;
}

.foot-l h3 b {
    line-height: 20px;
    border-left: 2px solid #fff;
    padding-left: 10px;
    font-size: 18px;
    color: #ffffff;
}

.foot-r {
    float: right;
}
.foot-r a:hover{
    opacity: 0.6;
}
.foot-r ul li:first-child {
    margin-right: 40px;
}

.foot-r ul li {
    position: relative;
    display: inline-block;
}

.foot-r ul li:hover .ewm {
    display: block;
}

.ewm {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    background-color: #fff;
    z-index: 99;
    display: none;
}

.ewm img {
    display: block;
    width: 100px;
    height: 100px;
}






@media screen and (max-width:1300px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>ul>li>a{
        font-size: 18px;
    }
    .ser{
        right: 10px;
    }
}

@media screen and (max-width:1024px) {
.ewm img {
    display: block;
    width: 46px;
    height: 47px;
}
    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: #06368b;
        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;
        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: #06368b;
        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 */






}

@media screen and (max-width:768px) {
    .foot-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .foot-r {
        float: none;
        width: auto;
        text-align: center;
    }

    .foot {
        padding: 20px 0;
    }


}


@media screen and (max-width:480px) {
    .foot-l p {
        font-size: 14px;
        line-height: 24px;
    }

    .foot-l h3 b {
        font-size: 16px;
    }
}