@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 {
    min-width:1600px;
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
    color:#333;
}

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;
    
}

.px1320 {
    max-width: 1320px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}


.b-top-c {
    margin-top: 10px;
    line-height: 30px;
    float: right;
}



.head-box{
    background: url(../images/hdbj.png) no-repeat;
    background-size: cover;
    
}
.logo{
    float: left;
    margin-top: 26px;
    
}

.sy{
    background: url(../images/hdnav-bj.png) no-repeat;
    background-position-x: 50%;
    height: 120px;

}
.sy a{
    color: #068359 !important;
    
}
.nav{
    float: right;
    width: 50%;
}

.nav>ul>li {
    
    float: left;
    position: relative;
    width: 16.6%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 120px;
    position: relative;
}


.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>.sjx: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 #fff;
    width: 0;
}


.nav>ul>li:hover>a::after {
    border-top-color: #fff;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 360px;
    background: #fff;
    background: rgb(255 255 255);
    z-index: 9999;
    padding: 25px 30px 35px 30px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 0.9;
}

.nav>ul>li>div>ul {
    overflow: hidden;
}

.nav>ul>li>div>ul>li {
    float: left;
    width: 50%;
}

.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 a:hover {
    color:  #068359;;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.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;
}


/* nav */

.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    object-fit: cover;
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}






.footer {
    background: #0065cf;
    background: url(../images/footer-bj.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 999;
}

.foot-c {
    display: table;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.foot-l {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
}


.foot-l p:first-child {
    
    font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #ffffff;
    position: relative;
}
/* .foot-l p:first-child::before{
    content:'';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
	height: 24px;
	background-color: #ffffff;
} */
.c-line{
    display: inline-block;
    width: 6px;
	height: 24px;
	background-color: #ffffff;
    vertical-align:-3px;
    margin-right: 10px;
}
.foot-l p {
    font-size: 14px;
    line-height: 36px;
    color: #ffffff;
}


.foot-r {
   float: right;
}
.foot-r ul li{
    float: left;
    
}
.foot-r ul li:first-child{
    float: left;
    margin-right: 29px;
}

.ewm img{
    width: 100%;
    height: 100%;
    display: block;
}
.foot-r ul li p{
	font-size: 14px;
	line-height: 36px;
	color: #ffffff;
    text-align: center;
}

.copyright p{
    text-align: center;
    background-color:  #1f8e4b;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}



.foot-r .ewm {
   width:110px;
}
.foot-r .ewm img {width:100%;}