@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;
    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: 1400px;
    margin: 0 auto;
}
.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(#035e21, #035e21);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #035e21; 
}

a:hover .titline i {
    background-size: 100% 1px;
}


/* 头部导航 */
.nav-box {
    background-color: #fff;
}

.nav>ul>li {

    float: left;
    position: relative;
    width:130px;
    text-align: center;
    margin-right:16px;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}
.nav>ul>li:nth-child(8){
  margin-right:0 !important;
}

.nav>ul>li>a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 52px;
    position: relative;
    padding: 0 10px;
}

.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #035e21;
    width: 0;
}
.nav>ul>li:hover>a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
	height: 2px;
	background-color: #035e21;
}

.nav>ul>li:hover>a {
    color: #035e21;
}


.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: #fff;
}

.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: 36px;
    white-space: nowrap;

}


.nav>ul>li>div>ul>li:hover a {

    color: #fff;
}

.nav>ul>li>div>ul>li:hover {

    background-color: #035e21;
}




/* head */
.h-top {
    background: url(../images/head-bj.jpg) no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.logo {
    float: left;
}

.h-top>.px1300 {
    position: relative;
}

.h-right {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0;
}

.ser{
    display: inline-block;
}
.ipt_tx{
    width: 270px;
	height: 41px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 20px;
    padding-right: 40px;
    color: #333;
}
.ser input::placeholder{
	font-size: 16px;
	color: #708f9e;
	opacity: 0.64;
}
.ipt_btn{
    width: 25px;
    height: 25px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}




/* foot */
.foot{
height:210px;
    background-color: #035e21;

}
.foot>.px1300{
    padding: 40px 0;
    position: relative;
}
.code{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.f-lx{
    overflow: hidden;
    font-size: 16px;
	line-height: 36px;
	color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.code ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}
.code ul li img{
    width: 87px;
    height: 87px;

}

.code ul li p{
    font-size: 16px;
	color: #ffffff;
    text-align: center;
}







@media screen and (max-width:1400px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }



}