*{
	margin: 0;
	padding: 0;
    list-style-type: none;
}
a {
       text-decoration: none!important;
}
body,html{
	min-width: 1300px;
}
.webPages{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
} 
header,footer,nav,article{
    width: 100%;
}
.box{
    width: 100%;
    height: 18px;
    background: #0C7239;
}
.boxOne{
    display: flex;
    align-items: center;
    width: 100%;
    height: 162px;
    background: #FFFFFF;
    border: 1px solid #707070;
    justify-content:center;
}
.boxOne1 img{
    height: 53px;
    width: 446px;
    margin-left: -20px;
}
.search-input{
    border-radius: 17px;
    border: 1px solid #AFAFAF;
    height: 34px;
    width: 274px;
    outline: none;
}
input::placeholder{
    color: #AFAFAF;
}
.search-btn{
position: absolute;
    width: 22.6px;
    height: 22.6px;
    background: url(../images/search.png) no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    right: 14px;
    top: 7px;
    z-index: 100;
}
.boxOne2{
    margin-left: 270px;
position: relative;
}
.boxOne2 img{
    margin-right: -100px;
    height: 17px;
    width: 17px;
}
nav{
    display: flex;
    width: 100%;
    justify-content: center;
    height: 69px;
    background-color: #0C7239;
}
nav ul li{
    line-height: 69px;
    text-align: center;
    font-size: 15px;
    font-family: SimHei, SimHei;
    float: left;
    width:150px;
}
nav ul li a{
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 0 20px;
}
.nava.active{
    color: #FFB520;
}
nav>ul>li:hover a{
    opacity: 0.8;
    display: block;
}
nav>ul>li:hover ul{
    display: block;
}
nav ul ul{
    display: none;
    z-index: 100;
}
nav ul ul li{
    height: 43px;
    width: 100%;
}
nav ul ul{
    background-color: #0C7239;
}
nav ul ul a{
    opacity: 0.8;
    background-color: #0C7239;
    line-height: 43px;
}
nav ul ul a:hover{
    opacity: 0.6;
    background-color: #0C7239;
    display: block;
}
nav ul li ul:hover{
    display: block;
}
.content{
    display: flex;
    align-items: center;
    flex-direction: column;
    width:989px;
}
.ssh,.wz,.wen{
    width:100%;
}
.ssh img{
    margin-top: 20px;
    width:989px;
}
.wz{
    font-size: 14px;
    font-family: SimHei-Regular;
    color: #919191;
    margin-top: 10px;
    margin-left: -6px;
display: flex;
}
.wz img{
    width:12.45px;height:14px;
}
.wen{
    margin-top: 10px;
   
}
.wen h1{
font-family: SimHei, SimHei;
font-size: 24px;
color: #0C7239;
text-align: center;
}
.wen h6{
    margin-top: 15px;
font-family: SimHei, SimHei;
font-size: 14px;
color: #525252;
 text-align: center;
}
footer{
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
.link,.bottom{
    width: 100%;
}
.link{
    margin-top: 20px;
    background: url(../images/bg.png) no-repeat top center;
    background-size: cover;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.link h3{
    width: 101px;
    height: 24px;
    font-family: SimHei, SimHei;
    font-size: 24px;
    color: #525252;
    border-bottom-width: 3px;
    border-bottom-color: #007346;
    border-bottom-style: solid;
    margin-left: -895px;
    line-height: 5px;
}
.link div{
    margin-top: 15px;
}
.link a{
    margin-left: 21px;
    height: 16px;
    font-family: SimHei, SimHei;
    font-size: 16px;
    color: #525252;
}
.bottom{
    background-color:#0C7239;
    margin-top: -4px;
    height: 280px; 
    display: flex;
    align-items: center;
    justify-content:center;
}
.bottom1{
    display: flex;
}
.bottom1 div{
    padding: 0 40px;
}
.bottom1 p{
    line-height: 45px;
    color: #FFFFFF;
    font-family: SimHei, SimHei;
}
.left,.right{
    border-left: 2px solid #fff;
  }
.logo {
    display: flex;
    margin-top: -20px;
}