@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: "PingFang-SC-Medium","微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
    max-width: 1920px;
    min-width: 1400px;
}



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 {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;

}


.px1300 {
    max-width: 1300px;
    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;
}

.pic img:hover {
    transform: scale(1.05);
}


/* icon摇晃 */
@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);
	}
}

/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#034394, #034394);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #034394;
}

a:hover .titline i {
    background-size: 100% 1px;
}


/* 头部导航 */

.nav{
	background:#034394;
}
.nav>ul>li {

float: left;

position: relative;

width: 15.28%;

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: 52px;
    position: relative;
    padding: 0 10px;
}
.nav>ul>li:hover >a{
    color:#fff;
}
.nav>ul>li:hover {
    background: url(../images/nav-hover.png) no-repeat;
    background-size:100% 100%;
}


.nav>ul>li:hover>a {
    color: #fff;
}


.nav>ul>li>div {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 140px;
    text-align: center;
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 3px solid #366aac;
}



.nav>ul>li>div>ul>li {
    width: 100%;
    padding: 0 10px;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 48px;
    white-space: nowrap;

}

.nav>ul>li>div>ul>li:hover {
	background-color: #e0ecfb;
}




/* head */
.head{
    background: url(../images/top.png) no-repeat;
    background-size:cover;
}
.h-top {
    padding: 25px 0;
    /* background-color: #004296; */

}

.logo {
    float: left;
}

.h-top>.px1300 {
    position: relative;
}


.ser{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 230px;
    height: 37px;
    border-radius: 20px;
    overflow: hidden;
    padding-right: 40px;
    background-color:#fff;
}
.ipt_tx{
	width: 100%;
	height: 100%;
	background-color: transparent !important;
	padding-left: 20px;
	padding-right: 10px;
	color: #666;
	border: none;
}
.ipt_tx::placeholder{
	color:#666;
}
.ipt_btn{
    width: 19px;
    height: 19px;
    background: url(../images/ss.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}




/* foot */

.foot{
    background: url(../images/foot-bj.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 90px;
    padding-bottom: 30px;
}

.f-link b{
    float: left;
    font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
    line-height: 18px;
}
.f-link ul{
    overflow: hidden;
    font-size: 0;
}
.f-link ul li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    padding: 0 16px;
}
.f-link ul li:last-child{
    border: none;
}
.f-link ul li a{
    line-height: 18px;
    font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.55;
}
.f-link{
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.f-link ul li a:hover{
    opacity: 1;
}
.f-logo{
    float: left;
    margin-right: 60px;
    padding-top: 20px;
}

.f-lx{
    float: left;
    padding-top: 20px;
}
.f-lx p{
    font-size: 16px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ffffff;
}
.ewm{
    width: 112px;
	height: 111px;
    float: right;
}

.ewm img{
    display: block;
    width: 100%;
}




















@media screen and (max-width:1400px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }



}