@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: "微软雅黑" !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
    min-width: 1400px;
    max-width: 1920px;
}



li {
    list-style: none;
}

a {
    text-decoration: none !important;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}

input::-ms-clear, input::-ms-reveal{display: none;}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;

}


.px1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}
.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear 1;
}

@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 {
    position: relative;
    background-color: #0263a8;
    box-shadow: 0px 7px 24px 0px rgba(17, 17, 17, 0.67);
    z-index: 99;
}

.nav>ul>li {

    float: left;
    position: relative;
    width: 10%;
    text-align: center;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-weight: 600;
    padding: 0 10px;
}

.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0068b7;
    width: 0;
}
.nav>ul>li:hover>a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
	height: 2px;
	background-color: #0068b7;
}

.nav>ul>li:hover>a {
    color: #f1c800;
}


.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-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: #f1c800;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    white-space: nowrap;
    border-bottom: 1px solid #fff;
}


.nav>ul>li>div>ul>li:hover a {

    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #0068b7;
}



/* 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: 100%;
    height: 100%;
    display: block;
    padding: 10px;
padding-right: 100px;
    font-size: 22px;
}



.ser-img{
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    background:#0068b7;
}

.ser-img input{
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* head */
.h-top {
    background: url(../images/head-bj.jpg) no-repeat;
    background-size: cover;
    padding: 35px 0;
}

.logo {
    float: left;
}

.h-top>.px1400 {
    position: relative;
}

.h-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 0;
    padding-right: 60px;
}

.h-right span {
    font-size: 14px;
    color: #ffffff;
    margin: 0 4px;
}

.h-right a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

.h-right a:hover {
    opacity: 0.7;
}

.ser {
    width: 46px;
    height: 46px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}


.foot{
    padding: 67px 0;
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
}
.ewm{
    float: left;
    margin-right: 77px;
    margin-top: 8px;
}
.ewm p{
    text-align: center;
    font-size: 16px;
	color: #ffffff;
    margin-top: 10px;
}
.lx{
    float: left;
    font-size: 14px;
	color: #ffffff;
    line-height: 32px;
}
.lx span{
    font-size: 16px;
    display: block;
}
.f-logo{
    float: right;
    padding-top: 10px;

}
.copyright{
    margin-top: 20px;
    font-size: 14px;
	color: #ffffff;
}