﻿header {
    width: 100%;
    height: 0.9rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.1rem 0rem 
		rgba(0, 0, 0, 0.2);
}
header.index-header {
    position: fixed;
    z-index: 101;
}
header .header-logo {
    width: 2rem;
	height: 0.61rem;
    padding-top: 0.15rem;
    float: left;
}
header .header-msg {
    float: right;
}
header .header-msg .header-nav {
    margin-top: 0.36rem;
    float: left;
}
header .header-msg .header-nav ul li {
    font-size: 0.18rem;
    color: #333333;
    float: left;
    margin: 0 0.33rem;
}
header .header-msg .header-nav ul li.on a,
header .header-msg .header-nav ul li:hover a {
    color: #008442;
}
header .header-msg .header-tel {
    float: right;
    font-size: 0.3rem;
    color: #008442;
    margin-top: 0.3rem;
    line-height: 1;
    margin-left: 1rem;
}
header .header-msg .header-tel i {
    font-size: 0.3rem;
    color: #333333;
}
.banners {
    position: relative;
}
.banners::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: url(../img/banners_line.png) center center no-repeat;
    background-size: cover;
    z-index: 102;
    pointer-events: none;
}
.banners,
.banners .swiper-container {
    height: 100%;
}
.banners .swiper-slide {
    position: relative;
}
.banners .swiper-slide .msg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 16.8rem;
    color: #ffffff;
    text-align: right;
    padding-right: 0.6rem;
}
.banners .swiper-slide .msg span {
    font-size: 0.36rem;
}
.banners .swiper-slide .msg p {
    font-size: 0.56rem;
    font-weight: bold;
    margin: 0.4rem 0 0.1rem;
}
.banners .swiper-slide .msg i {
    font-size: 0.2rem;
}
.banners .swiper-pagination-bullet {
    width: 1.8rem;
	height: 0.02rem;
	background-color: #ffffff;
    opacity: 1;
    border-radius: 0;
}
.banners .swiper-pagination-bullet-active {
    background-color: #008442;
}
.section-2 .wrap {
    margin-left: 2.4rem;
    height: 100%;
    padding-top: 2rem;
    position: relative;
}
.section-2 .swiper-pagination {
    top: 7.86rem;
}
.section-2 .swiper-pagination-bullet {
    width: 0.85rem;
	height: 1px;
    background-color: #666666;
    margin-right: 0.13rem;
    opacity: 1;
}
.section-2 .swiper-pagination-bullet-active {
    background-color: #008442;
}
.section-2 .swiper-pagination-bullet::after {
    content: "";
    display: block;
    float: left;
    font-size: 0.18rem;
    color: #666666;
    font-family: Bahnschrift;
}
.section-2 .swiper-pagination-bullet-active::after {
    color: #008442;
}
.section-2 .swiper-pagination-bullet:nth-child(1)::after {
    content: "01";
}
.section-2 .swiper-pagination-bullet:nth-child(2)::after {
    content: "02";
}
.section-2 .swiper-pagination-bullet:nth-child(3)::after {
    content: "03";
}
.section-2 .swiper-pagination-bullet:nth-child(4)::after {
    content: "04";
}
.section-2 .title {
    position: relative;
}
.section-2 .title p {
    font-size: 0.4rem;
    color: #008442;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.section-2 .title span {
    font-size: 0.18rem;
    color: #333333;
    width: 4.4rem;
    display: block;
}
.section-2 .title i {
    font-size: 2.13rem;
    color: #e3f7ed;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -0.3rem;
    line-height: 1;
    z-index: -1;
}
.section-2 .main {
    margin-top: 0.5rem;
    position: relative;
}
.section-2_1 .swiper-slide .msg {
    width: 6rem;
	height: 3.61rem;
    background-color: #e3f7ed;
    padding: 0.35rem 0.6rem 0;
    color: #333333;
    position: relative;
}
.section-2_1 .swiper-slide .msg i {
    font-size: 0.42rem;
    color: #008442;
}
.section-2_1 .swiper-slide .msg .icon {
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
}
.section-2_1 .swiper-slide .msg .icon i {
    font-size: 2.5rem;
    color: rgba(255, 255, 255,0.1);
    line-height: 1;
}
.section-2_1 .swiper-slide:nth-child(2) .msg .icon,
.section-2_1 .swiper-slide:nth-child(3) .msg .icon {
    right: 0.4rem;
    bottom: 0.4rem;
}
.section-2_1 .swiper-slide:nth-child(2) .msg .icon i,
.section-2_1 .swiper-slide:nth-child(3) .msg .icon i {
    font-size: 2rem;
}
.section-2_1 .swiper-slide .msg p {
    font-size: 0.32rem;
    height: 0.8rem;
    /* font-weight: bold; */
    line-height: 1.4;
    margin-bottom: 0.3rem;
}
.section-2_1 .swiper-slide .msg span {
    font-size: 0.16rem;
    line-height: 1.4;
    display: block;
}
.section-2_1 .swiper-slide .msg .more {
    width: 1.55rem;
	height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background: url(../img/section-2_bg2.png) center center no-repeat;
    background-size: 100%;
    margin-top: 0.2rem;
}
.section-2_1 .swiper-slide .msg .more a {
    font-size: 0.18rem;
    color: #666666;
    display: block;
}
.section-2_1 .swiper-slide-active .msg {
    background-color: #008442;
    color: #fff;
}
.section-2_1 .swiper-slide-active .msg i {
    color: #fff;
}
.section-2_1 .swiper-slide-active .msg .more {
    background: url(../img/section-2_bg1.png) center center no-repeat;
    background-size: 100%;
}
.section-2_1 .swiper-slide-active .msg .more a {
    color: #ffffff;
}
.section-2_2 {
    width: 9.6rem;
	height: 6rem;
    position: absolute;
    left: 4.8rem;
    top: -1rem;
    z-index: 0;
}
.section-2 .swiper-button-prev {
    width: 1.08rem;
	height: 1.08rem;
    background: url(../img/section-2_left.png) center center no-repeat;
    background-size: 100%;
    left: -0.6rem;
}
.section-2 .swiper-button-next {
    width: 1.08rem;
	height: 1.08rem;
    background: url(../img/section-2_right.png) center center no-repeat;
    background-size: 100%;
    right: 2.4rem;
	/* box-shadow: 0rem 0rem 0.1rem 0rem 
		rgba(0, 132, 66, 0.25); */
}
.section-3 {

}
.section-3 .wrap {
    height: 100%;
    background: url(../img/section-3_bg.jpg) center top no-repeat;
    background-size: 100%;
}
.section-3 .title {
    padding-top: 1.9rem;
    text-align: center;
    color: #fff;
}
.section-3 .title p {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    text-shadow: 0.03rem 0.04rem 0.08rem
		rgba(0, 0, 0, 0.3);
}
.section-3 .title span {
    font-size: 0.18rem;
    text-shadow: 0.03rem 0.04rem 0.08rem
		rgba(0, 0, 0, 0.3);
}
.section-3 .box {
    margin-top: 0.2rem;
}
.section-3 ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.section-3 ul li .pic {
    width: 3.4rem;
    height: 3.4rem;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.section-3 ul li .pic img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: auto;
    max-height: 100%;
    max-width: 100%;
    transition: all .5s;
}
.section-3 ul li .pic .hide {
    left: -100%;
}
/* .section-3 ul li .pic:hover img:nth-child(1) {
    left: -100%;
}
.section-3 ul li .pic:hover img:nth-child(2){
    left: 50%;
} */
.section-3 ul li .msg {
    margin-top: 0.4rem;
}
.section-3 ul li .msg p {
    font-size: 0.32rem;
    color: #333333;
    font-weight: bold;
}
.section-3 ul li .msg span {
    font-size: 0.16rem;
    color: #999999;
}
.section-3 ul li .more {
    width: 1.55rem;
	height: 0.56rem;
    line-height: 0.56rem;
    background: url(../img/section-2_bg2.png) center center no-repeat;
    background-size: 100%;
    margin: 0.15rem auto 0;
}
.section-3 ul li .more a {
    font-size: 0.18rem;
    color: #666666;
    display: block;
}
.section-3 ul li .msg:hover p,
.section-3 ul li .msg:hover span {
    color: #008442;
}
.section-3 ul li .msg:hover .more {
    background: #008442;
    border: solid 0.01rem #008442;
}
.section-3 ul li .msg:hover .more a {
    color: #fff;
}
.section-4 {

}
.section-4 .wrap {
    height: 100%;
    padding: 2.37rem 2.45rem 0 2.4rem;
    position: relative;
}
.section-4 .wrap::after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background-color: #008442;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.section-4 .wrap .box>.title {
    color: #ffffff;
    position: relative;
    float: left;
}
.section-4 .wrap .box>.title p {
    font-size: 0.4rem;
    font-weight: bold;
}
.section-4 .wrap .box>.title span {
	font-size: 0.18rem;
    display: block;
    margin: 0.25rem 0 0;
}
.section-4 .wrap .box>.title::after {
    content: '';
    display: block;
    width: 0.3rem;
	height: 0.03rem;
	background-color: #ffffff;
    margin-top: 0.9rem;
}
.section-4 .wrap .box>.title i {
    font-size: 2.13rem;
    font-weight: bold;
    color: #e3f7ed;
	opacity: 0.15;
    position: absolute;
    left: 0;
    top: -0.5rem;
    line-height: 1;
}
.section-4 .section-4-right {
    float: right;
    height: 5.5rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.4rem;
}
.section-4 .section-4-right .swiper-container {
    height: 100%;
}
.section-4 .section-4-right::after {
    content: "";
    display: block;
    position: absolute;
    right: 0.61rem;
    top: 0;
    z-index: 0;
    border-right: 1px dashed #ccc;
    width: 0;
    height: 100%;
}
.section-4 .section-4-right .msg {
    color: #333333;
    text-align: right;
    float: right;
    margin-top: 0.1rem;
}
.section-4 .section-4-right .msg p {
    font-size: 0.22rem;
    line-height: 2.2;
}
.section-4 .section-4-right .msg span {
    font-size: 0.12rem;
}
.section-4 .section-4-right .logo {
    width: 0.68rem;
	height: 0.68rem;
    float: right;
    margin-left: 0.1rem;
    position: relative;
}
.section-4 .section-4-right .logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-4 .section-4-right .num {
    margin-top: 0.2rem;
    float: right;
    margin-left: 0.12rem;
}
.section-4 .section-4-right .num p {
    font-size: 0.16rem;
    color: #aaaaaa;
    float: left;
}
.section-4 .section-4-right .num::before {
    content: '';
    display: block;
    width: 0.2rem;
	height: 0.2rem;
	background-color: #ffffff;
	border: solid 0.02rem #cccccc;
    border-radius: 50%;
    float: left;
    margin-right: 0.1rem;
}
.section-4 .section-4-right ul {
    position: relative;
    z-index: 6;
}
.section-4 .section-4-right .swiper-slide,
.section-4 .section-4-right ul li {
    height: 0.7rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.section-4 .section-4-right .swiper-slide:hover .msg,
.section-4 .section-4-right .swiper-slide:hover .num p,
.section-4 .section-4-right .swiper-slide-thumb-active .msg,
.section-4 .section-4-right .swiper-slide-thumb-active .msg p,
.section-4 .section-4-right ul li:hover .msg,
.section-4 .section-4-right ul li:hover .num p,
.section-4 .section-4-right ul li.on .msg,
.section-4 .section-4-right ul li.on .msg p {
    color: #008442;
}
.section-4 .section-4-right .swiper-slide:hover .num::before,
.section-4 .section-4-right .swiper-slide-thumb-active .num::before,
.section-4 .section-4-right ul li:hover .num::before,
.section-4 .section-4-right ul li.on .num::before{
    width: 0.24rem;
	height: 0.24rem;
    background: url(../img/section-4_icon.png) center center no-repeat;
    background-size: 100%;
    border: none;
}
.section-4 .box {
    width: 9.1rem;
    float: left;
}
.section-4 .section-4-left {
    width: 9.1rem;
    float: left;
    position: relative;
    top: -1.5rem;
}
.section-4 .section-4-left .msg {
    width: 4.5rem;
    float: left;
    color: #e3f7ed;
    margin-top: 2rem;
}
.section-4 .section-4-left .msg .title {
    font-size: 0.3rem;
    font-weight: bold;
}
.section-4 .section-4-left .msg .content {
    font-size: 0.18rem;
    margin: 0.25rem 0 0.4rem;
}
.section-4 .section-4-left .msg .more {
    width: 1.55rem;
	height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background: url(../img/section-2_bg2.png) center center no-repeat;
    background-size: 100%;
}
.section-4 .section-4-left .msg .more a {
    font-size: 0.18rem;
    color: #ffffff;
    display: block;
}
.section-4 .section-4-left .msg .more:hover {
    background: #fff;
}
.section-4 .section-4-left .msg .more:hover a {
    color: #008442;
}
.section-4 .section-4-left .pic {
    width: 3.65rem;
	height: auto;
    float: right;
}
.section-5 {
    overflow: hidden;
    position: relative;
}
.section-5::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0,0.5);
    z-index: 2;
}
.section-5 video {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.section-5 .wrap {
    /* height: 100%; */
}
.section-5 .main {
    /* margin-top: 2.25rem; */
    position: relative;
    z-index: 5;
}
.section-5 .main .title {
    width: 9.99rem;
    margin: 0 auto;
}
.section-5 .box {
    margin: 0.4rem auto;
    width: 4.5rem;
}
.section-5 .video-btn {
    width: 2.55rem;
	height: 0.56rem;
    line-height: 0.56rem;
    background: url(../img/video-btn_bg.png) center center no-repeat;
    background-size: 100%;
    text-align: center;
    margin-right: 0.2rem;
    float: left;
}
.section-5 .video-btn a {
    font-size: 0.18rem;
    color: #ffffff;
}
.section-5 .video-btn a i {
    font-size: 0.3rem;
    line-height: 0.56rem;
}
.section-5 .more {
    width: 1.55rem;
	height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background: url(../img/section-2_bg2.png) center center no-repeat;
    background-size: 100%;
    float: left;
}
.section-5 .more a {
    font-size: 0.18rem;
    color: #ffffff;
}
.section-5 .content {
    font-size: 0.2rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
}
.video-box-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.7);
    z-index: 101;
    display: none;
}
.video-box-fixed video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}
.section-6 {

}
.section-6 .wrap {
    height: 100%;
    position: relative;
    padding-top: 1.9rem;
}
.section-6 .title,
.section-8 .title {
    text-align: center;
}
.section-6 .title p,
.section-8 .title p {
    font-size: 0.4rem;
    color: #008442;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.section-6 .title span,
.section-8 .title span {
    font-size: 0.18rem;
    color: #666666;
}
.section-6 .more {
    width: 1.55rem;
	height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background: url(../img/section-6-more_bg.png) center center no-repeat;
    background-size: 100%;
    margin: 0.29rem auto 0.25rem;
}
.section-6 .more a {
    font-size: 0.18rem;
    color: #008442;
    display: block;
}
.section-6 .more:hover {
    background-color: #008442;
}
.section-6 .more:hover a {
    color: #fff;
}
.section-6 .box {

}
.section-6 .box .pic {
    overflow: hidden;
    height: 3.07rem;
	box-shadow: 0rem 0rem 0.1rem 0rem 
		rgba(4, 4, 4, 0.3);
}
.section-6 .box p {
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.2rem;
    text-align: center;
}
.section-6 .swiper-button-prev {
    width: 0.56rem;
	height: 1.1rem;
    background: url(../img/section-6_left.png) center center no-repeat;
    background-size: 100%;
    left: 3.95rem;
    transform: translateY(-50%);
    margin-top: 0;
}
.section-6 .swiper-button-next {
    width: 0.56rem;
	height: 1.1rem;
    background: url(../img/section-6_right.png) center center no-repeat;
    background-size: 100%;
    right: 3.95rem;
    transform: translateY(-50%);
    margin-top: 0;
}
.section-6 .yun {
    background: url(../img/section-6_bg.jpg) center center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 5.4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 2.4rem;
}
.section-6 .yun p {
    font-size: 2.13rem;
    color: #008442;
	opacity: 0.2;
    font-weight: bold;
    text-align: center;
}
.section-7 {

}
.section-7 .wrap {
    height: 100%;
}
.section-7 .section-7-left {
    width: 7.5rem;
    height: 100%;
    background: url(../img/section-7-left.jpg) center center no-repeat;
    background-size: 100%;
    padding-top: 3.2rem;
    float: left;
}
.section-7 .section-7-left .title {
    text-align: right;
    background: url(../img/section-7-left_bg.png) center right no-repeat;
    background-size: contain;
    width: 4rem;
    height: 1.89rem;
    padding-top: 0.4rem;
    padding-right: 0.45rem;
    margin-right: 0.5rem;
    float: right;
    line-height: 1.2;
}
.section-7 .section-7-left .title span {
    font-size: 0.5rem;
    color: #ffffff;
	text-shadow: 0.03rem 0.04rem 0.08rem
		rgba(0, 0, 0, 0.3);
    white-space:nowrap
}
.section-7 .section-7-left .title p {
    font-size: 0.4rem;
    color: #ffffff;
	text-shadow: 0.03rem 0.04rem 0.08rem
		rgba(0, 0, 0, 0.3);
}
.section-7 .box {
    float: left;
    width: 9.65rem;
    height: 100%;
    padding-top: 2.05rem;
    padding: 2.05rem 0.35rem 0;
    position: relative;
}
.section-7 .box .tabs {
    position: absolute;
    left: -2.25rem;
    top: 5.4rem;
}
.section-7 .box .tabs li {
    padding: 0.1rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid transparent;
}
.section-7 .box .tabs li a {
    font-size: 0.24rem;
    color: #ffffff;
    text-shadow: 0.03rem 0.04rem 0.08rem
		rgba(0, 0, 0, 0.3);
}
.section-7 .box .tabs li.thistab {
    border-bottom: 1px solid #ffffff;
}
.section-7 .box .tab_con li {
    display: block !important;
    width: 100%;
    height: 1.5rem;
	background-color: #ffffff;
	box-shadow: 0.03rem 0.04rem 0.2rem 0rem 
		rgba(0, 0, 0, 0.15);
    margin-bottom: 0.23rem;
    padding: 0.32rem 0.4rem;
}
.section-7 .box .tab_con li a {
    display: block;
}
.section-7 .box .tab_con li .time {
    width: 0.85rem;
	height: 0.85rem;
	background-color: #aaaaaa;
	border-radius: 0.05rem;
    text-align: center;
    color: #ffffff;
    line-height: 1.2;
    padding-top: 0.15rem;
    float: left;
    margin-right: 0.3rem;
}
.section-7 .box .tab_con li .time p {
    font-size: 0.3rem;
    font-weight: bold;
}
.section-7 .box .tab_con li .time span {
    font-size: 0.14rem;
}
.section-7 .box .tab_con li .msg {
    width: 6.9rem;
    float: left;
}
.section-7 .box .tab_con li .msg p {
    font-size: 0.22rem;
    color: #333333;
    margin-bottom: 0.07rem;
}
.section-7 .box .tab_con li .msg span {
    font-size: 0.14rem;
    color: #888888;
}
.section-7 .box .tab_con li:hover .time {
    background-color: #008442;
}
.section-7 .box .tab_con li:hover .msg p {
    color: #008442;
}
.section-8 {

}
.section-8 .wrap {
    height: 100%;
    padding-top: 1.85rem;
    background: url(../img/section-8_bg.jpg) center center no-repeat;
    background-size: cover;
}
.section-8 .box {
    margin-top: 0.4rem;
}
.section-8 ul li {
    width: 3.4rem;
	height: 1.5rem;
    float: left;
    margin: 0.25rem 0.26rem 0 0;
    box-sizing: border-box;
    position: relative;
}
.section-8 ul li::after {
    content: '';
    display: block;
    border: 1px solid #dddddd;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.section-8 ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.section-8 ul li:nth-child(4n){
    margin-right: 0;
}
.section-8 ul li:nth-child(-n+4) {
    margin-top: 0;
}
.section-8 ul li:hover::after{
    width: 94%;
    height: 87%;
    border: solid 0.1rem #008442;
}
.section-footer {
    background: url(../img/footer_bg.jpg) center bottom no-repeat;
    background-size: 100%;
}
.section-footer .link {

}
.section-footer .link p {
    width: 1.1rem;
	height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    background: url(../img/link_bg.png) center center no-repeat;
    background-size: 100%;
    font-size: 0.18rem;
    color: #008442;
    float: left;
}
.section-footer .link a {
    font-size: 0.16rem;
    color: #666666;
    margin-left: 0.2rem;
    line-height: 0.45rem;
}
.section-footer .contact {
    height: 3.1rem;
	background-color: #008442;
    margin-top: 0.1rem;
}
.section-footer .contact .pic {
    width: 7.3rem;
    height: 3.1rem;
    overflow: hidden;
    position: relative;
    float: left;
}
.section-footer .contact .pic img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.section-footer .contact .msg {
    float: left;
    width: 6rem;
    margin-left: 0.35rem;
    color: #ffffff;
}
.section-footer .contact .msg .logo {
    width: 1rem;
	height: 0.31rem;
    margin-top: 0.45rem;
}
.section-footer .contact .msg p {
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0.15rem 0;
}
.section-footer .contact .msg span {
    font-size: 0.18rem;
}
.section-footer .contact .msg a {
    display: block;
    margin-top: 0.2rem;
    width: 1.55rem;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    background: url(../img/section-2_bg2.png) center center no-repeat;
    background-size: 100%;
    font-size: 0.18rem;
    color: #ffffff;
}
.section-footer footer {
   
}
.section-footer .footer {
    padding-top: 0.4rem;
}
.section-footer .footer .footer-logo {
    width: 2.1rem;
    float: left;
}
.section-footer .footer .footer-logo img {
    width: 1.17rem;
	height: 1.34rem;
    margin: 0 auto;
    display: block;
}
.section-footer .footer .footer-logo p {
    width: 2.1rem;
	height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background: url(../img/footer_bg1.png) center center no-repeat;
    background-size: cover;
    font-size: 0.16rem;
    color: #ffffff;
    margin-top: 0.25rem;
}
.section-footer .footer .footer-nav {
    float: right;
}
.section-footer .footer .footer-nav>div {
    float: left;
    margin-right: 1rem;
}
.section-footer .footer .footer-nav div>p {
    font-size: 0.18rem;
    color: #cccccc;
    margin-bottom: 0.25rem;
}
.section-footer .footer .footer-nav div>a {
    font-size: 0.14rem;
    color: #cccccc;
    display: block;
    margin-bottom: 0.15rem;
}
.section-footer .footer .footer-nav .footer-msg {
    width: 3.3rem;
    float: left;
}
.section-footer .footer .footer-nav .footer-qrcode {
    float: right;
    margin-right: 0;
}
.section-footer .footer .footer-nav .footer-qrcode .pic {
    width: 1.51rem;
	height: 1.51rem;
    background: url(../img/footer_qrcode_bg.png) center center no-repeat;
    background-size: 100%;
    padding: 0.1rem;
}
.section-footer .footer .footer-msg div p {
    font-size: 0.14rem;
    color: #cccccc;
    margin-bottom: 0.15rem;
}
.section-footer .footer .footer-msg div p i {
    font-size: 0.2rem;
    color: #008442;
}
.section-footer .footer .footer-msg .tel span i {
    font-size: 0.36rem;
    color: #008442;
    font-family: Bahnschrift;
}
.section-footer .footer .footer-msg .tel span {
    font-size: 0.18rem;
    color: #cccccc;
    display: block;
}
.section-footer .footer .footer-msg .add span{
    font-size: 0.18rem;
    color: #cccccc;
}
.section-footer .copyright {
    font-size: 0.14rem;
    color: #cccccc;
    border-top: 1px solid rgba(204, 204, 204,.3);
    padding: 0.15rem 0;
    margin-top: 0.4rem;
    text-align: center;
}
.section-footer .copyright a {
    color: #cccccc;
    text-align: center;
}
.index-footer {
    padding-top: 1.1rem;
}
.page-nav {
    text-align: center;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.1rem 0rem 
		rgba(0, 0, 0, 0.2);
}
.page-nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.page-nav ul {
    display: inline-block;
}
.page-nav ul li {
    float: left;
    width: 1.7rem;
}
.page-nav ul li a {
    font-size: 0.2rem;
    color: #333333;
}
.page-nav ul li.on {
    border-bottom: 1px solid #008442;
}
.page-nav ul li.on a {
    color: #008442;
    font-weight: bold;
}
.crumbs {
    margin-top: 0.3rem;
    font-size: 0.16rem;
    color: #999999;
}
.crumbs a {
    color: #999999;
}
.about-title {
    text-align: center;
}
.about-title p {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.about-title span {
    font-size: 0.24rem;
    color: #008442;
}
.about-title span::before {
    content: '';
    display: inline-block;
    width: 1.5rem;
	height: 2px;
	background-color: #008442;
    position: relative;
    top: -0.07rem;
    margin-right: 0.18rem;
}
.about-title span::after {
    content: '';
    display: inline-block;
    width: 1.5rem;
	height: 2px;
	background-color: #008442;
    position: relative;
    top: -0.07rem;
    margin-left: 0.18rem;
}
.about-title-w p,
.about-title-w span {
    color: #fff;
}
.about-title-w span::before,
.about-title-w span::after {
    background-color: #fff;
}
.about-1 {

}
.about-1 .box {
    margin-top: 0.6rem;
}
.about-1 .pic {
    width: 6.8rem;
	height: 4.5rem;
    float: left;
    position: relative;
    margin-top: 0.2rem;
}
.about-1 .pic img {
    position: relative;
    z-index: 4;
}
.about-1 .pic::after {
    content: '';
    display: block;
    width: 4.9rem;
	height: 5.3rem;
    background: url(../img/about-1_after.jpg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    z-index: 1;
}
.about-1 .msg {
    width: 6.4rem;
    float: right;
    margin-right: 0.35rem;
}
.about-1 .msg .content {
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 0.2rem;
}
.about-1 .msg .content p {
    margin-bottom: 0.1rem;
}
.about-2 {
    position: relative;
    margin-top: 0.8rem;
    padding-top: 1rem;
    background: url(../img/about-2_bg.jpg) center top no-repeat;
    background-size: 100%;
}
.about-2 .box {
    margin-top: 0.35rem;
}
.about-2 ul li {
    width: 3.4rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.1rem 0rem 
		rgba(0, 0, 0, 0.2);
    float: left;
    margin-right: 0.26rem;
    text-align: center;
    padding-top: 0.6rem;
}
.about-2 ul li:last-child {
    margin-right: 0;
}
.about-2 ul li .icon i {
    font-size: 0.32rem;
    color: #008442;
    display: block;
    margin-bottom: 0.1rem;
}
.about-2 ul li .icon span {
    font-size: 0.2rem;
    color: #333333;
}
.about-2 ul li .title {
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.about-2 ul li .title::before {
    content: '';
    display: block;
    width: 0.02rem;
	height: 0.51rem;
	background-color: #008442;
    margin: 0.2rem auto;
}
.about-3 {
    margin-top: 1.1rem;
}
.about-3 .box {
    margin-top: 0.4rem;
    cursor: url(../img/about-3_cursor.png), auto;
}
.about-3 .box .swiper-slide {
    position: relative;
}
.about-3 .box .swiper-slide::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255,0.7);
    position: absolute;
    left: 0;
    top: 0;
}
.about-3 .box .swiper-slide-active::after {
    display: none;
}
.about-3 .box .swiper-button-prev {
    width: 0.56rem;
	height: 1.1rem;
    background: url(../img/about-3_left.png) center center no-repeat;
    background-size: 100%;
    left: 3.95rem;
    transform: translateY(-50%);
    margin-top: 0;
}
.about-3 .box .swiper-button-next {
    width: 0.56rem;
	height: 1.1rem;
    background: url(../img/about-3_right.png) center center no-repeat;
    background-size: 100%;
    right: 3.95rem;
    transform: translateY(-50%);
    margin-top: 0;
}
.about-4 {
    margin-top: 1rem;
}
.about-4 .box {
    position: relative;
    padding-bottom: 0.3rem;
}
.about-4 ul {
    margin-top: 0.78rem;
    display: none;
}
.about-4 .swiper-container {
    margin-top: 0.78rem;
    padding-bottom: 0.38rem;
}
/* .about-4 ul li,
.about-4 .swiper-slide {
    width: 6.62rem;
	height: 4.39rem;
    float: left;
    position: relative;
    margin-right: 0.4rem;
} */
.about-4 .swiper-slide {
    padding: 0.38rem 0.38rem 0.38rem 0;
}
.about-4 ul li:nth-child(even){
    float: right;
}
.about-4 ul li img,
.about-4 .swiper-slide img {
    position: relative;
    z-index: 3;
}
.about-4 ul li::after,
.about-4 .swiper-slide::after {
    content: '';
    display: block;
    width: 4.75rem;
	height: 5.13rem;
    background: url(../img/about-4_after.jpg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -0.38rem;
    right: -0.38rem;
    z-index: 1;
}
.about-4 .swiper-slide::after {
    top: 0;
    right: 0;
}
.about-4  .swiper-pagination {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.about-4  .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.05rem;
}
.about-4 .swiper-pagination-bullet-active {
    background-color: #008442;
}
.about-5 {
    background: url(../img/about-5_bg.jpg) center center no-repeat;
    background-size: 100%;
    /* background-color: #008442; */
    margin-top: 1.3rem;
    padding: 0.8rem 0 1rem;
}
.about-5 .box {
    margin-top: 0.4rem;
}
.about-5 #thumbs {
    height: 4.1rem;
    float: right;
}
.about-5 #thumbs .swiper-slide {
    font-size: 0.18rem;
    color: rgba(255, 255, 255,0.5);
    text-align: right;
    padding-right: 0.15rem;
    border-right: 1px solid transparent;
    line-height: 0.5rem;
    cursor: pointer;
}
.about-5 #thumbs .swiper-slide-thumb-active {
    font-size: 0.24rem;
    color: #ffca00;
    border-right: 1px solid #ffca00;
}
.about-5 #gallery {
    width: 12.4rem;
    float: left;
    padding: 0.2rem 0;
}
.about-5 #gallery .msg {
    float: left;
    width: 6.5rem;
}
.about-5 #gallery .msg .time {
    font-size: 0.6rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.about-5 #gallery .msg .title {
    font-size: 0.24rem;
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.about-5 #gallery .msg .content {
    font-size: 0.18rem;
    color: #ffffff;
}
.about-5 #gallery .pic {
    width: 5rem;
	height: 3.66rem;
	box-shadow: 0rem 0rem 0.2rem 0rem 
		rgba(0, 0, 0, 0.3);
    overflow: hidden;
    float: right;
    margin-right: 0.2rem;
}
.about-6 {
    margin: 1rem 0;
}
.about-6 .box{
    margin-top: 0.35rem;
}
.about-6 .tabs {
    width: 2rem;
    float: left;
}
.about-6 .tabs li {
    font-size: 0.26rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.45rem;
}
.about-6 .tabs li a {
    color: #333333;
    padding-bottom: 0.1rem;
}
.about-6 .tabs li.thistab a {
    color: #008442;
    border-bottom: 0.03rem solid #008442;
}
.about-6 .tab_conbox {
    width: 12rem;
    float: right;
}
.about-6 .swiper-button-prev {
    width: 0.3rem;
	height: 0.6rem;
    background: url(../img/section-6_left.png) center center no-repeat;
    background-size: 100%;
    left: 0.1rem;
    transform: translateY(-50%);
}
.about-6 .swiper-button-next {
    width: 0.3rem;
	height: 0.6rem;
    background: url(../img/section-6_right.png) center center no-repeat;
    background-size: 100%;
    right: 0.1rem;
    transform: translateY(-50%);
}
.about-6 .swiper-slide .pic {
    height: 2.5rem;
	box-shadow: 0rem 0rem 0.1rem 0rem 
		rgba(4, 4, 4, 0.3);
    overflow: hidden;
}
.about-6 .swiper-slide p {
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.2rem;
    text-align: center;
}
.to-top {
    width: 0.62rem;
	height: 0.62rem;
    position: fixed;
    right: 0.1rem;
    bottom: 10%;
    cursor: pointer;
    z-index: 50;
}
.cpzs {
    margin-top: 0.8rem;
}
.list-cpzs {
    margin: 0.4rem 0 1rem;
}
.list-cpzs .cpzs-box:last-child {
    border-bottom: 1px solid #dddddd;
}
.list-cpzs .cpzs-box:first-child .cpzs-content {
    display: block;
}
.cpzs-top {
    padding: 0.35rem 0;
    border-top: 1px solid #dddddd;
    /* border-bottom: 1px solid #dddddd; */
}
.cpzs-title {
    text-align: center;
}
.cpzs-title p {
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;
}
.cpzs-title p::after {
    content: '';
    display: block;
    width: 0.85rem;
	height: 0.03rem;
	background-color: #008442;
    margin: 0.1rem auto;
}
.cpzs-top .title {
    float: left;
}
.cpzs-top .title i {
    font-size: 0.22rem;
    color: #008442;
    float: left;
    margin: 0.03rem 0.3rem 0 0;
    transition: all .5s;
}
.cpzs-top .title p {
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
    float: left;
}
.cpzs-top .more {
    float: right;
    margin-top: 0.05rem;
}
.cpzs-top .more a {
    font-size: 0.16rem;
    color: #999999;
}
.cpzs-top .more a i {
    font-size: 0.2rem;
    color: #008442;
}
.cpzs-content {
    background-color: #f5f5f5;
    padding: 0.1rem 0 0.8rem;
    display: none;
}
.cpzs-content .box {
    padding: 0 0.2rem;
}
.cpzs-content ul {

}
.cpzs-content ul li {
    padding: 0.08rem;
    width: 3.3rem;
    float: left;
    margin: 0.3rem 0.26rem 0 0;
    background-color: #fff;
    position: relative;
    top: 0;
    transition: all .5s;
}
.cpzs-content ul li:nth-child(4n){
    margin-right: 0;
}
.cpzs-content ul li .pic {
	height: 3.15rem;
    overflow: hidden;
    position: relative;
}
.cpzs-content ul li .pic img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.cpzs-content ul li .msg {
    text-align: center;
    padding: 0.2rem 0;
}
.cpzs-content ul li .msg p {
    font-size: 0.2rem;
    color: #333333;
}
.cpzs-content ul li .msg span {
    font-size: 0.16rem;
    color: #999999;
    display: block;
    margin: 0.05rem 0;
}
.cpzs-content ul li .msg a {
    font-size: 0.16rem;
    color: #008442;
}
.cpzs-content ul li:hover {
    top: -0.1rem;
    box-shadow: 0rem 0.05rem 0.2rem 0rem 
    rgba(0, 132, 66, 0.2);
}
.cpzs-top.on .title p{
    color: #008442;
}
.cpzs-top.on .title i {
    transform: rotate(90deg);
}
.khal {
    margin: 0.5rem 0 0;
}
.khal ul li {
    width: 4.4rem;
    height: 4.4rem;
	background-color: #ffffff;
	box-shadow: 0rem 0rem 0.2rem 0rem 
		rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0.6rem 0.6rem 0 0;
}
.khal ul li:nth-child(3n){
    margin-right: 0;
}
.khal ul li:nth-child(-n+3){
    margin-top: 0;
}
.khal ul li .pic {
    height: 2.73rem;
    overflow: hidden;
}
.khal ul li .pic img {
    transition: all .5s;
}
.khal ul li .msg {
    padding: 0 0.3rem;
}
.khal ul li .msg .title {
    text-align: center;
    font-size: 0.21rem;
    color: #333333;
    font-weight: bold;
    margin: 0.3rem 0 0.48rem;
}
.khal ul li .time {
    padding-top: 0.15rem;
    border-top: 1px solid #dddddd;
    font-size: 0.16rem;
    color: #999999;
}
.khal ul li .time i {
    font-size: 0.2rem;
    color: #008442;
    float: right;
    line-height: 1;
    margin-top: 0.03rem;
}
.khal ul li:hover {
    box-shadow: none;
    background-color: #008442;
}
.khal ul li:hover .msg .title,
.khal ul li:hover .msg .time,
.khal ul li:hover .msg .time i {
    color: #fff;
}
.khal ul li:hover .pic img {
    transform: scale(1.05);
} 
.paging {
    text-align: center;
}
.paging div {
    display: inline-block;
}
.paging div a,
.paging div span {
    float: left;
    width: 0.7rem;
	height: 0.42rem;
    line-height: 0.42rem;
	background-color: #ffffff;
	border-radius: 0.03rem;
	border: solid 1px #aaaaaa;
    margin: 0 0.04rem;
    font-size: 0.18rem;
    color: #999999;
}
.paging div a i {
    font-size: 0.2rem;
}
.paging div span {
    border: solid 1px #008442;
    background-color: #008442;
    color: #ffffff;
}
.khal .paging {
    margin: 0.5rem 0 0.9rem;
}
.rczp {
    margin: 0.7rem 0 0;
}
.rczp-1 .top {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #fff;
	background-color: #008442;
    border-radius: 0.1rem;
    padding: 0 0.3rem;
    margin-top: 0.4rem;
}
.rczp-1 .top ul li,
.rczp-1 .list-rczp .content ul li {
    float: left;
    width: 2.2rem;
    text-align: center;
}
.rczp-1 .top ul li:first-child ,
.rczp-1 .list-rczp .content ul li:first-child {
    width: 4.5rem;
    text-indent: 0.65rem;
    text-align: left;
}
.rczp-1 .top ul li:last-child,
.rczp-1 .list-rczp .content ul li:last-child {
    float: right;
}
.rczp-1 .list-rczp {
    margin-top: 0.3rem;
}
.rczp-1 .list-rczp .content {
    margin-bottom: 0.4rem;
    padding: 0 0.3rem;
}
.rczp-1 .list-rczp .content ul {
    line-height: 1rem;
}
.rczp-1 .list-rczp .content {
    background-color: #ffffff;
	box-shadow: 0rem 0rem 0.2rem 0rem 
		rgba(0, 0, 0, 0.1);
	border-radius: 0.1rem;
}
.rczp-1 .list-rczp .content ul li {
    font-size: 0.18rem;
    color: #999999;
}
.rczp-1 .list-rczp .content ul li:first-child {
    font-size: 0.24rem;
    color: #333333;
    position: relative;
}
.rczp-1 .list-rczp .content ul li:last-child .check{
    width: 1.5rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
	background-color: #008442;
	box-shadow: 0rem 0rem 0.25rem 0rem 
		rgba(69, 69, 69, 0.2);
    border-radius: 0.23rem;
    font-size: 0.18rem;
    color: #ffffff;
    margin: 0.28rem auto 0;
    cursor: pointer;
}
/* .rczp-1 .list-rczp .content ul.on :last-child .check{
    background-color: #d93816;
	box-shadow: 0rem 0rem 0.25rem 0rem 
		rgba(69, 69, 69, 0.2);
} */
.rczp-1 .list-rczp .content ul.jizhao li:first-child::before {
    content: '';
    display: block;
    width: 0.44rem;
    height: 0.27rem;
    background: url(../img/icon_rczp-1.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0.15rem;
    top: 0.35rem;
}
.rczp-1 .hide {
    border-top: 1px solid #cccccc;
    padding: 0.5rem;
    display: none;
}
.rczp-1 .hide .require {
    margin-bottom: 0.3rem;
    line-height: 2;
}
.rczp-1 .hide .require p {
    font-size: 0.18rem;
    color: #333333;
}
.rczp-1 .hide .require span {
    font-size: 0.16rem;
    color: #666666;
    display: block;
}
.rczp-1 .paging {
    margin: 0.5rem 0 0;
}
.rczp .lxwm-1 {
    margin: 1rem auto;
}
.news {
    margin: 0.6rem 0 1rem;
}
.common-left {
    width: 11.4rem;
    float: left;
}
.news .recommend {

}
.news .recommend ul li {

}
.news .recommend ul li .msg {
    width: 50%;
    height: 3.6rem;
    float: left;
    text-align: center;
}
.news .recommend ul li .msg .time {
    font-size: 0.14rem;
    color: #999999;
    margin-top: 0.4rem;
}
.news .recommend ul li .title {
    margin: 0.3rem 0 0.55rem;
}
.news .recommend ul li .title a {
    font-size: 0.22rem;
    color: #333333;
}
.news .recommend ul li .content {
    padding: 0 0.4rem;
    font-size: 0.16rem;
    color: #666666;
}
.news .recommend ul li .more {
    width: 1.91rem;
	height: 0.51rem;
    line-height: 0.51rem;
	border-radius: 0.25rem;
	border: solid 0.01rem #cccccc;
    margin: 0.35rem auto 0;
}
.news .recommend ul li .more a {
    font-size: 0.18rem;
    color: #666666;
}
.news .recommend ul li .pic {
    width: 50%;
    height: 3.6rem;
    float: right;
    overflow:hidden;
}
.news .recommend ul li:hover .msg .title a {
    color: #008442;
}
.news .recommend ul li:hover .more {
    background-color: #008442;
    border: solid 0.01rem #008442;
}
.news .recommend ul li:hover .more a {
    color: #ffffff;
}
.news .recommend ul li:nth-child(even) .pic {
    float: left;
}
.news .recommend ul li:nth-child(even) .msg {
    float: right;
}
.list-news {
    margin-top: 0.3rem;
}
.list-news ul li {
    padding: 0.3rem 0 0.25rem;
    border-bottom: 1px solid #cccccc;
}
.list-news ul li .pic {
    width: 3.5rem;
	height: 1.97rem;
    float: left;
    overflow: hidden;
}
.list-news ul li .msg {
    width: 10.2rem;
    float: right;
    margin-right: 0.35rem;
}
.list-news ul li .msg .title {
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.2rem;
}
.list-news ul li .msg .content {
    font-size: 0.14rem;
    color: #666666;
    margin: 0.3rem 0 0.55rem;
}
.list-news ul li .msg .more {
    width: 1.4rem;
	height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
	border-radius: 0.05rem;
	border: solid 0.01rem #cccccc;
    font-size: 0.16rem;
    color: #666666;
    float: left;
}
.list-news ul li .msg .time {
    font-size: 0.14rem;
    color: #999999;
    float: right;
    margin-top: 0.1rem;
}
.list-news ul li .msg .time i {
    font-size: 0.14rem;
    color: #999999;
}
.list-news ul li:hover .msg .title {
    color: #008442;
}
.list-news ul li:hover .more {
    background-color: #008442;
    border: solid 0.01rem #008442;
    color: #fff;
}
.news .paging {
    margin: 0.5rem 0 0;
}
.lxwm {
    margin-top: 0.6rem;
}
.lxwm-1 .cpzs-title p::after {
    margin: 0.15rem auto;
}
.lxwm-1 .cpzs-title span {
    font-size: 0.18rem;
    color: #666666;
}
.lxwm-1 .box {
    margin-top: 0.4rem;
}
.lxwm-1 ul li {
    width: 33.3%;
    float: left;
    padding-left: 0.25rem;
}
.lxwm-1 ul li .icon {
    width: 1.4rem;
	height: 1.4rem;
    float: left;
    margin-right: 0.24rem;
}
.lxwm-1 ul li .msg {
    width: 2.4rem;
    float: left;
    margin-top: 0.25rem;
}
.lxwm-1 ul li .msg p {
    font-size: 0.24rem;
    color: #008442;
    margin-bottom: 0.1rem;
}
.lxwm-1 ul li .msg span {
    font-size: 0.18rem;
    color: #333333;
}
.lxwm-map {
    margin-top: 1rem;
    width: 100%;
    height: 8.18rem;
    position: relative;
}
.lxwm-map #dituContent {
    width: 100%;
    height: 100%;
}
.lxwm-map .box {
    width: 6.8rem;
	height: 6.1rem;
	background-color: rgba(0, 132, 66,0.9);
	box-shadow: 0rem 0rem 0.2rem 0rem 
		rgba(0, 132, 66, 0.2);
	border-radius: 0.15rem;
    position: absolute;
    top: 0.8rem;
    right: 2.6rem;
    padding-top: 0.5rem;
}
.lxwm-map .box .title {
    text-align: center;
    color: #fff;
}
.lxwm-map .box .title p {
    font-size: 0.36rem;
    font-weight: bold;
}
.lxwm-map .box .title span {
    font-size: 0.18rem;
}
.lxwm-map .box form {
    width: 6rem;
    margin: 0 auto;
}
.lxwm-map .box form label {
    display: block;
    margin-top: 0.4rem;
}
.lxwm-map .box form label p {
    font-size: 0.18rem;
    color: #ffffff;
}
.lxwm-map .box form label input[type=text],
.lxwm-map .box form label textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    height: 0.4rem;
    color: #fff;
}
.lxwm-map .box form label textarea {
    height: 0.6rem;
    resize: none;
}
.lxwm-map .box form input[type=submit]{
    width: 2.4rem;
	height: 0.7rem;
	background-color: #ffffff;
	border-radius: 0.35rem;
    margin: 0.3rem auto;
    border: none;
    display: block;
    font-size: 0.24rem;
    color: #008442;
}

.news-detail-box {
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
}
.news-detail {
    width: 10.55rem;
    position: relative;
    z-index: 6;
	box-shadow: 0rem 0.04rem 0.13rem 0rem 
        rgba(52, 52, 52, 0.2);
    padding: 0.65rem 0.75rem 0.75rem;
}
.news-detail .title {
    font-size: 0.3rem;
    color: #444444;
    font-weight: bold;
    text-align: center;
}
.news-detail .time {
    font-size: 0.16rem;
    color: #999999;
    margin: 0.4rem 0 0.5rem;
    text-align: center;
}
.news-detail .article {
    border-top: 1px solid #e5e5e5;
    padding-top: 0.55rem;
    font-size: 0.16rem;
    color: #444444;
    text-indent: 2em;
    font-size: 0.16rem;
    color: #444444;
    line-height: 0.3rem;
}
.news-detail .article p {
    margin-bottom: 0.2rem;
}
.news-detail .article img {
    width: auto;
    margin: 0.2rem auto;
    max-width: 100%;
    display: block;
}
.news-detail-paging {
    width: 10.55rem;
    margin-top: 0.48rem;
}
.news-detail-paging ol li {
    font-size: 0.18rem;
    color: #444444;
    width: 50%;
    float: left;
}
.news-detail-paging ol li a {
    color: #444;
}
.news-detail-paging ol li:last-child {
    text-align: right;
}
.news-detail-recommend {
    margin: 0.9rem auto 1rem;
}
.news-detail-recommend .title {
    font-size: 0.24rem;
    color: #444444;
    font-weight: bold;
}
.news-detail-recommend ul {
    margin-top: 0.35rem;
}
.news-detail-recommend ul li {
    float: left;
    width: 3.31rem;
    margin-right: 0.25rem;
}
.news-detail-recommend ul li:last-child {
    margin-right: 0;
}
.news-detail-recommend ul li .pic {
    width: 100%;
    height: 2.3rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.news-detail-recommend ul li p {
    font-size: 0.18rem;
    color: #444444;
    margin-top: 0.2rem;
    text-align: center;
}
.news-detail-box .recommend {
    margin-top: 0.8rem;
}
.news-detail-box .recommend .title {
    font-size: 0.26rem;
    color: #333;
    font-weight: bold;
}
.news-detail-box .recommend ul li {
    width: 50%;
    float: left;
    margin-top: 0.15rem;
    padding-right:0.5rem;
}
.news-detail-box .recommend ul li a {
    font-size: 0.18rem;
    color: #444444;
}
.news-detail-box .recommend ul li p {
    float: left;
    width: 80%;
}
.news-detail-box .recommend ul li i {
    float: right;
}
.broadside {
    width: 3rem;
    float: right;
    margin-bottom: 0.5rem;
}
.broadside .news {

}
.broadside .news .title {
    font-size: 0.24rem;
    color: #008442;
    text-align: center;
    margin-bottom: 0.15rem;
}
.broadside .news ul {
    margin: 0.1rem 0.1rem 0;
}
.broadside .news ul li {
    font-size: 0.18rem;
    color: #008442;
    margin-top: 0.1rem;
}
.broadside .news ul li a {
    font-size: 0.18rem;
    color: #333333;
}
.broadside .news ul li i {
    font-size: 0.48rem;
    line-height: 0.2rem;
    float: left;
    margin-right: 0.05rem;
}
.broadside .news ul li:hover a{
    color: #008442;
}
.broadside .box {
    background-color: #008442;
    padding: 0.2rem;
    margin-top: 0.58rem;
}
.broadside .box .tel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
}
.broadside .box .tel>div {
    display: inline-block;
}
.broadside .box .tel i {
    font-size: 0.35rem;
    float: left;
    margin: 0.05rem 0.05rem 0 0;
}
.broadside .box .tel div div {
    float: left;
    text-align: left;
    line-height: 1.2;
}
.broadside .box .tel div div span {
    font-size: 0.16rem;
}
.broadside .box .tel div div p {
    font-size: 0.24rem;
    font-weight: bold;
}
.broadside .box .wechat {
    margin-top: 0.2rem;
    text-align: center;
}
.broadside .box .wechat .qrcode {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
}
.broadside .box .wechat p {
    font-size: 0.16rem;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0.1rem;
}
.news-detail-box .recommend {
    width: 10.55rem;
    margin-top: 0.8rem;
}
.news-detail-box .recommend .title {
    font-size: 0.26rem;
    color: #333;
    font-weight: bold;
}
.news-detail-box .recommend ul li {
    width: 50%;
    float: left;
    margin-top: 0.15rem;
    padding-right:0.5rem;
}
.news-detail-box .recommend ul li a {
    font-size: 0.18rem;
    color: #444444;
}
.news-detail-box .recommend ul li p {
    float: left;
    width: 80%;
}
.news-detail-box .recommend ul li i {
    float: right;
}



.cp-detail {
    margin: 1rem auto;
}
.cp-detail .picture {
    width: 45.5%;
    margin-right: 0.33rem;
    float: left;
    position: relative;
}
.cp-detail .picture #thumbs {
    width: 4.85rem;
}
.cp-detail .picture #thumbs .swiper-wrapper{
    margin: 0 auto;
}
.cp-detail .picture #thumbs .swiper-slide{
    width: 1.12rem;
	height: 0.8rem;
}
.cp-detail .picture #gallery {
    margin-bottom: 0.3rem;
    height: 4rem;
}
.cp-detail .picture #gallery .swiper-slide img,
.cp-detail .picture #thumbs .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}
.cp-detail .picture #gallery .swiper-slide {
    /* position: relative; */
}
.cp-detail .picture #gallery .swiper-slide video {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
    display: block;
    width: 95%;
    margin: 10% auto;
}
.cp-detail .picture .swiper-button-prev {
    width: 0.23rem;
    height: 0.8rem;
    background: url(../img/cp-detail_jl.png) center center;
    top: auto;
    bottom: 0%;
    left: 0;
}
.cp-detail .picture .swiper-button-next {
    width: 0.23rem;
    height: 0.8rem;
    background: url(../img/cp-detail_jr.png) center center;
    top: auto;
    bottom: 0%;
    right: 0;
}


.cp-detail .msg {
    width: 50%;
    float: right;
}
.cp-detail .msg .title{
    border-bottom:1px solid #E5E5E5;
    margin-bottom:22px;
}
.cp-detail .msg .title p {
    position:relative;
    display:inline-block;
    *display:inline;
    *zoom:1;
    line-height:1.3;
    padding-bottom:0.6em;
    font-size:0.26rem;
    color:#222222;
}
.cp-detail .msg .title p::after{
    content:'';
    position:absolute;
    left:0; width:100%;
    bottom:-1px;
    height:1px;
    background:#DA0F15;
}
.cp-detail .msg .content{
    font-size: 0.18rem;
    line-height:2;
    color:#767171;
}

.cp-detail .news-detail-paging {
    width: 100%;
    margin-top: 0.5rem;
}