header {
    background: #d9d6d6;
}

header .width {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}

.logo {
    padding: 30px;
}

.logo .left {
    /*width: 276px;*/
}

.logo .right {
    width: 300px;
}

nav {
    background-color: #5d5d5d;
}

nav>ul {
    height: 40px;
    display: flex;
}

nav>ul>li {
    line-height: 40px;
    width: 200px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    height: 40px;
    position: relative;
}

nav>ul>li>a {
    color: #ffffff;
    display: block;
}

nav>ul>li:hover {
    height: 40px;
    border-bottom: 2px solid #289359;
}

nav>ul>li.active {
    height: 40px;
    border-bottom: 2px solid #289359;
}

nav>ul>li ul {
    position: absolute;
    width: 180px;
    left: 10px;
    display: none;
    top: 40px;
    z-index: 9;
}

nav>ul>li:hover ul {
    display: block;
}

nav>ul>li ul li {
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-size: 16px;
}

nav>ul>li ul li a {
    display: block;
    color: #333333;
}

nav>ul>li ul li:hover {
    background-color: rgba(40, 147, 89, 0.4);
}

nav>ul>li ul li:hover a {
    color: #ffffff;
}

.aa .swiper-slide {
    position: relative;
}

.ban {
    margin-top: 20px;
}

.aa .swiper-slide .po {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .2);
    font-size: 18px;
    color: #ffffff;
}

.pof {
    position: fixed;
    right: 230px;
    top: 70%;
    width: 50px;
    cursor: pointer;
    height: 50px;
}

.pof img {
    width: 100%;
    height: 100%;
}

.guai {
    width: 1030px;
    margin: 0 auto;
}

.guai ul {
    margin-top: 80px;
}

.guai ul>li {
    margin-bottom: 16px;
}

.guai ul>li:nth-of-type(1) {
    background: url(../images/a1.png) no-repeat;
    width: 100%;
    height: 328px;
}

.guai ul>li:nth-of-type(2) {
    background: url(../images/a2.png) no-repeat;
    width: 100%;
    height: 328px;
}

.guai ul>li:nth-of-type(3) {
    background: url(../images/a3.png) no-repeat;
    width: 100%;
    height: 328px;
}

.guai ul>li:nth-of-type(4) {
    background: url(../images/a4.png) no-repeat;
    width: 100%;
    height: 328px;
}

.guai ul>li h2 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}

.guai ul>li h2 b {
    font-weight: bold;
}

.guai ul>li h2 span {
    font-size: 14px;
    color: #333333;
}

.guai ul>li h3 {
    width: 440px;
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    line-height: 24px;
}

.guai ul>li div.left {
    width: 10px;
    height: 10px;
    margin-right: 16px;
    margin-top: 5px;
}

.guai ul>li:nth-of-type(odd) h2,
.guai ul>li:nth-of-type(odd) div.clear {
    margin-left: 417px;

}

.guai ul>li:nth-of-type(odd) h2 {
    padding-top: 100px;
}


.guai ul>li:nth-of-type(even) h2,
.guai ul>li:nth-of-type(even) div.clear {
    margin-left: 154px;

}

.guai ul>li:nth-of-type(even) h2 {
    padding-top: 72px;
}

.qie {
    margin-top: 80px;
}

.qie .ja {
    display: flex;
}

.qie .ja li {
    width: 118px;
    height: 48px;
    border: 1px solid #289359;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    font-size: 18px;
    color: #289359;
}

.qie .ja li.active {
    background-color: #289359;
    color: #ffffff;
}

.huan {
    margin-top: 10px;

}

.huan .yut>img {
    width: 100%;
}

.yut {
    position: relative;
}

.yut .dwei {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 500px;
    background: rgba(0, 0, 0, .4);
    color: #ffffff;
}

.yut .dwei h2 {
    padding-left: 32px;
    padding-top: 34px;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
}

.yut .dwei .jing {
    padding-left: 32px;
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
}

.yut .dwei img {
    width: 160px;
    margin-left: 330px;
    margin-top: 40px;
}

.huan .yut {
    display: none;
}

.huan div.yut:nth-of-type(1) {
    display: block;
}

.f1 {
    background-color: #f1f5f6;
    margin-top: 40px;
    padding-top: 52px;
    padding-bottom: 34px;
}

.f1 ul.pin {
    display: flex;
    margin-bottom: 39px;
}

.f1 ul.pin li {
    width: 384px;
    border: 1px solid #289359;
    background-color: #ffffff;
    min-height: 500px;
    box-shadow: 2px 4px 5px 0px rgb(40, 147, 89);
    margin-right: 30px;
}
.f1 ul.pin li:nth-last-of-type(1){
    margin-right: 0;
}
.f1 ul.pin li img {
    width: 99px;
    margin: 0 auto;
    margin-top: 30px;
}

.f1 ul.pin li h2 {
    font-size: 30px;
    text-align: center;
    font-size: #333333;
}

.f1 ul.pin li h3 {
    text-align: center;
    font-size: 40px;
    color: #b74042;
}

.f1 ul.pin li .chan {
    padding-left: 16px;
    padding-right: 24px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
}

.fan h2{
    text-align: center;
    background: url(../images/ba2.png) no-repeat; 
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    border-right: 1px solid #289359
}

.fan ul li{
    border-bottom: 1px solid #289359;
    background-color: #ffffff;
}
.fan ul li .left{
    width: 238px;
    border-left: 1px solid #289359;
    border-right: 1px solid #289359;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.fan ul li .right{
    width: 928px;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    border-right: 1px solid #289359;
}

.fan .di{
    height: 40px;
    width: 100%;
    background-color: #289359;
}
.fff {
    margin-top: 40px;
    box-shadow: 2px 4px 5px 0px rgb( 220, 220, 220 );
}
.fff img{
    width: 100%;
}

.fff .ding{
    position: relative;
}
.fff .ding .wei{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    color: #ffffff;
}
.fff ul {
    margin-top: 30px;
}
.fff ul li{
    margin-bottom: 28px;
}
.fff ul li .yuan{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 22px;
    background-color: #d6d9d8;
}

.fff ul li>.left .tit{
    font-size: 18px;
    color: #666666;
    line-height: 10px;
}

.fff ul li .zhong img{
    width: 14px;
    height: 14px;
    margin-right: 14px;
}
.fff ul li .zhong img:nth-of-type(1){
    display: block;
}

.fff ul li .zhong img:nth-of-type(2){
    display: none;
}

.fff ul li .in{
    line-height: 14px;
    font-size: 18px;
    color: #999999;
    margin-right: 14px;
}

.fff ul li:hover .yuan{
    background-color: #289359;
}
.fff ul li:hover .tit{
    color: #289359;
}
.fff ul li:hover .zhong img:nth-of-type(1){
    display: none;
}

.fff ul li:hover .zhong img:nth-of-type(2){
    display: block;
}

.fff ul li:hover .in{
    color: #289359;
}

.fff a.duo{
    display: block;
    margin: 0 auto;
    width: 160px;
    padding-bottom: 32px;
}
form.din {
    margin-top: 40px;
    position: relative;
}
form img{
   /* width: 100%;*/
}

form .pos{
    position: absolute;
    top: 0;
    right: 0;
    width: 580px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

form .pos .wsi{
    width: 440px;
    margin: 0 auto;
    padding-top: 30px;
}
form .pos .wsi div{
    padding-bottom: 20px;
}
form .pos .wsi div p{
    font-size: 18px;
    color: #333333;
}

form .pos .wsi div p span{
    color: #f82829;
}

form .pos .wsi div input{
    height: 46px;
    width: 430px;
    padding-left: 6px;
    border: 2px solid #289359;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 4px;
}

form .pos .wsi>input{
    width: 100%;
    height: 50px;
    font-size: 20px;
    color: #fff;
    border: 0;
    background-color: #289359;
}

.xwen{
    margin-top: 40px;
}
.xwen>.left{
    width: 600px;
}
.xwen>.left img{
    width: 100%;
}
.xwen>.left ul li{
    position: relative;
    margin-bottom: 30px;
}
.xwen>.left ul li .jin{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    line-height: 50px;
    background: rgba(0, 0, 0, .4);
    font-size: 18px;
    color: #ffffff;
}

.xwen>.right{
    width: 580px;
}

.xwen>.right .clear{
    font-size: 16px;
    color: #333333;
}

.xwen>.right .clear .left{
    font-size: 18px;
}

.xwen>.right .nro{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.xwen>.right ul li{
    border-bottom: 1px dashed #dadada;
    margin-bottom: 14px;
    padding-bottom: 14px;
}
.xwen>.right ul li:hover{
    border-bottom: 1px dashed #289359;
}
.xwen>.right ul li:hover .clear{
    color: #289359;
}

.xwen>.right>a{
    width: 100%;
    text-align: right;
    display: block;
}

.xwen>.right>a img{
    display: inline-block;
}


footer{
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 22px;
}


footer .ul1{
    display: flex;
}

footer .ul1 li{
    padding-right: 40px;
    margin-right: 38px;
    border-right: 2px solid #fff;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
}
footer .ul1 li:nth-last-of-type(1){
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

footer>.width>.left h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    padding-top: 40px;
}
footer .ul2{
    padding-top: 40px;
}
footer .ul2 li{
    font-size: 14px;
    margin-right: 180px;
    color: #fff;
}

footer .ul2 li:nth-last-of-type(1){
    margin-right: 0;
}

footer .ul3 img{
    width: 110px;
    margin: 0 auto;
}

footer .ul3 p {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding-top: 10px;
}
footer .ul3 li:nth-of-type(1){
    margin-right: 50px;
}
.sy{
    padding-top: 20px;
    font-size: 16px;
    color: #333333;
}
.sy img{
    width: 16px;
    margin-top: 4px;
    margin-right: 12px;
}

.bit{
    text-align: center;
}

.bit h2{
    font-weight: normal;
    font-size: 24px;
    color: #d8d8d8;
}

.bit h3{
    font-size: 24px;
    color: #289359;
    font-weight: normal;
}

.sheji h2{
    font-size: 24px;
    color: #289359;
    font-weight: normal;
    padding-top: 36px;
    padding-bottom: 20px;
    border-bottom: 4px solid #d4d4d4;
}
.sheji ul{
    padding-top: 20px;
}
.sheji ul li{
    width: 380px;
    margin-bottom: 30px;
    margin-right: 30px;
        box-shadow: 2.5px 4.33px 5px 0px rgb( 214, 214, 214 );
}
.sheji ul li:nth-of-type(3n){
    margin-right: 0;
}
.sheji ul li img{
    width: 100%;
    height:300px;
}

.sheji ul li .dwq{
    text-align: center; height:60px; overflow:hidden;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
}



.pages {
    text-align: center;
    margin: 0px auto;
    margin-top: 40px;
    font-size: 0;
    margin-bottom: 60px;
}

.pages span {
    display: inline-block;
    height: 28px;
    min-width: 28px;
    border: 1px solid #289359;
    background: #289359;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    margin: 0 5px;
    /* background: #4d4d4d; */
}

.pages a {
    display: inline-block;
    height: 28px;
    width: 62px;
    border: 1px solid #e0e0e0;
    line-height: 28px;
    font-size: 14px;
    margin: 0 5px;
    color: #000;
    /* background: #4d4d4d; */
}

.pages .a1 {
    /* background: #4d4d4d; */
    display: inline-block;
    height: 28px;
    width: 58px;
    border: 1px solid #e0e0e0;
    line-height: 28px;
    font-size: 14px;
    margin: 0 5px;
}

.zy{
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid #d4d4d4;
}
.zy>.left{
    width: 630px;
    height: 440px;
    background-color: #d4d4d4;
}

.zy>.left img{
    width: 580px;
    height: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
.zy>.right{
    width: 540px;
}
.zy>.right h2{
    /* font-weight: normal; */
    font-size: 24px;
    color: #333333;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #289359;
}

.zy>.right h3{
    font-size: 18px;
    color: #289359;
    padding-top: 55px;
    padding-bottom: 50px;
}

.zy>.right .jie{
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.zy>.right h4{
    text-align: right;
    font-size: 22px;
    color: #333333;
    padding-top: 80px;
}
.zy>.right h4 span{
    color: red;
}
.shi{
    padding-top: 36px;
    padding-bottom: 30px;
}
.shi img{
    margin-bottom: 10px;
	max-width:100%;
}

.zou img{
    width: 1000px;
    margin: 6px auto;
}

.zou {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    padding-bottom: 40px;
}

.zou span{
    font-weight: bold;
    font-size: 18px;
    color: #289359;
}
.zao ul{
    padding-top: 20px;
}
.zao ul li{
    padding: 20px 0;
    margin-bottom: 10px;

        box-shadow: 1.782px 0.908px 5px 0px rgb( 224, 224, 224 );

}
.zao ul li>img.left{
   /* width: 380px;*/
    padding-left: 37px;
}
.zao ul li>.right{
    margin-right: 20px;
    width: 982px;
}
.zao ul li>.right h2{
    font-size: 22px;
    color: #289359;
    font-weight: normal;
    padding: 11px  0;
}
.zao ul li>.right .nei{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.zao ul li>.right  .clear{
    width: 130px;
    font-size: 18px;
    color: #289359;
    line-height: 14px;
    margin-top: 10px;
    margin-left: 628px;
}
.zao ul li>.right  .clear img{
    width: 14px;
}
.xq{
    margin-top: 40px;
}
.xq>h2{
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.xq>h3{
    text-align: right;
    font-size: 16px;
    color:#333333;
    line-height: 36px;
    font-weight: normal;
}
.xq .xq1{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.xq .xq1 img{
    width: 1000px;
    margin: 10px auto;
}
.fan {
    margin-top: 30px;
    padding-bottom: 40px;
}
.fan p{
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}
.fan p:hover{
    color: #289359;
}
