@charset "utf-8";
/* CSS Document */


/****/
.cm-w {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	max-width:1440px;
	clear: both;
}
.header {
	background-color: #FFF;
}
.header .logo {
	/*background-color: #119936;*/
	padding: 10px 0px 10px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999;
}
.header .logo img {
	height: 96px;
	width: auto;
}
.header .navbox {
	float: right;
}
.navlist li {
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.navlist li a, .navlist li a:visited {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 25px;
	padding-left: 25px;
	position: relative;	
}
.navlist li h3 {
	font-size: 16px;
	position: relative;	
}
.navlist li h3 i {
	position: absolute;
	left: 50%;
	margin-left:-8px;
	bottom: 0px;
	display:none;
	vertical-align: middle;
}
.navlist li.on h3 i {
display:block;	
}
.navlist li.on h3 a, .navlist li.on h3 a:visited {
	color:#119936;
	
}
.navlist li .nav-tag {	
	display:inline-block;
	color:#ff0000!important;
	vertical-align:top;
	line-height:1!important;
	margin-left:2px;
	font-size:12px;
	animation: rotate 3s ease infinite;
	
}

@keyframes rotate {
      0% {
        transform: rotateY(0deg);
      }
      100% {
        transform: rotateY(360deg);
      }
    }

.banner {
	width: 100%;
	height:auto;
	position: relative;
	overflow:hidden;
	z-index: 999;
}
.banner .swiper-slide {
	width: 100%;
	background-size:contain!important;
}
.banner .bannerbox {
	width: 100%;
	text-align: center;
}
.bannerbox li {
	background-size:cover!important;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.banner .swiper-slide img {
	max-width:1920px;
	width:100%;
	height:auto;
	margin:auto;
}
.banner .bn-btn {
	position: absolute;
	z-index: 99;
	left: 50%;
	bottom: 45px;
	width: 1200px;
	margin-left: -600px;
	line-height: 22px;
	font-size: 14px;
}
.banner .bn-txt {
	position: absolute;
	left:50%;
	margin-left:-600px;
	bottom: 200px;
	z-index: 999;
	color: #FFF;
	width: 1200px;
	text-shadow: 1px 1px 3px #000000;
}
.banner .bn-txt h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom:20px;
	width:50%;
}
.banner .bn-txt p {
	font-size:16px;
	width:50%;
}
.banner .bn-btn a, .banner .bn-btn a:visited {
	display: inline-block;
	color: #FFF;
	border: 1px solid #ffffff;
	padding-top: 7px;
	padding-right: 21px;
	padding-bottom: 7px;
	padding-left: 21px;
	font-size: 13px;
	letter-spacing: 2px;
	text-indent: 2px;
	background-image: url(../images/black25.png);
	background-repeat: repeat;
}
.banner .swiper-pagination.bn-pagination {
	bottom:30px;
	z-index: 999;
}
.banner .swiper-pagination-bullet-active {
	background: #3ead39!important;
	border:solid 2px #ffff00;
}
.bn-pagination .swiper-pagination-bullet { /*width:45px; height:4px; border-radius: 0px; cursor: pointer; */
}
.banner-m {
	width: 100%;
	height:auto;
	position: relative;
	overflow:hidden;
	margin-bottom: 60px;
}
.banner-m .swiper-slide {
	width: 100%;
	background-size:contain!important;
}
.banner-m .bannerbox li {
	background-size:cover!important;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.banner-m .bannerbox li img {
	width:100%;
	height:auto;
}
.banner-m .swiper-pagination.bn-pagination {
	bottom:36px;
	z-index: 999;
}
.banner-m .bn-pagination .swiper-pagination-bullet { /*width:45px; height:4px; border-radius: 0px; cursor: pointer; */
}
.rel {
	position: relative;
}
.cp-spt-main {
	clear: both;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ecf3ec;
}
.cp-spt-main .spt-box {
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.078);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.078);
}
.spt-box .spt-item-l {
	width: 25%;
	float:left;
}
.spt-box .spt-wrap {
	padding: 50px;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.spt-box .spt-cp {
	text-align: center;
}
.spt-cp dd {
	font-size: 22px;
}
.spt-cp dt img {
	height: auto;
	width: 100%;
}
.spt-item-c .spt-con p {
	font-size: 18px;
	color: #119936;
	font-weight:bold;
	line-height: 34px;
}
.spt-con .v-m {
	clear: both;
	margin-top: 25px;
}
.spt-con .v-m a, .spt-con .v-m a:visited {
	display: inline-block;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
	background-color: #ffff00;
	color: #444444;
}
.spt-box .spt-item-c {
	width: 50%;
	float:left;
	height:100%;
	align-items:center;
}
.spt-box .spt-item-r {
	width: 25%;
	float:left;
}
.spt-item-c .spt-con {
	text-align: center;
	height:100%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.spt-box .spt-sc-box {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding: 50px;
}
.spt-sc-box .sc-con {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #33483b;
}
.spt-sc-box .sc-con strong {
	background-color: #119936;
	color: #FFF;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	border-radius:22px;
	margin-right:2px;
}
.spt-sc-box .sc-item {
	clear: both;
	margin-top: 30px;
	text-align: center;
}
.spt-sc-box .sc-item dd {
	display: inline-block;
	width:70px;
	height:70px;
	margin-right: -11px;
	margin-left: -11px;
	border-radius:50%;
	overflow:hidden;
	border:solid 4px #ffffff;
}
.spt-sc-box .sc-item dd:hover {
	z-index:999;
	position: relative;
	border:solid 4px #119936;
}
.spt-sc-box .sc-con a, .spt-sc-box .sc-con a:visited {
	color: #119936;
}
.spt-sc-box .sc-item dd img {
	width:100%;
	height:auto;
}
.i-tp-swp {
	clear: both;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	margin-bottom: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.i-l-tit h2 {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
}
.i-l-tit {
	clear: both;
	margin-bottom: 40px;
}
.i-l-tit .more-tit {
	float: right;
	font-size: 22px;
	color: #b0bab3;
}
.more-tit a, .more-tit a:visited {
	color: #b0bab3;
}
.more-tit a:hover {
	color:#119936;
}
.i-tp-ul li .q {
	float: left;
	width: 49.8%;
}
.i-tp-ul li .h {
	float: right;
	width: 49.8%;
}
.i-tp-ul li {
	float: left;
	width: 48%;
}
.i-tp-ul li dd {
	background-color: #ecf3ec;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	text-align: center;
}
.i-tp-ul li .h dd {
	color: #119936;
}
.i-tp-ul li .h dt {
	position: relative;
}
.i-tp-ul li .h dt i {
	position: absolute;
	left: 10px;
	top: 10px;
	color: #ffff00;
	font-size: 40px;
}
.i-tp-ul li .q dd {
	color: #939f97;
}
.i-tp-ul li dt img {
	height: auto;
	width: 100%;
}
.cm-fpt-blk {
	clear: both;
	width: 100%;
	background-color: #f6f6f6;
	position: relative;
}
.flex-box {
	display: flex;
	display: -webkit-flex;
	align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.row-reverse {
	flex-direction:row-reverse;
}
.cm-fpt-blk .fpt-p {
	width: 50%;
}
.cm-fpt-blk .fpt-t {
	width: 50%;
}
.cm-fpt-blk .fpt-p img {
	height: auto;
	width: 100%;
}
.fpt-t-con h2 {
	font-size: 32px;
	line-height:45px;
	font-weight: normal;
}
.fpt-t-con h3 {
	font-size:17px;
	margin-top:15px;
	font-weight:normal;
}
.fpt-t-con p {
	color: #777777;
	margin-top: 40px;
	line-height: 24px;
    text-align: justify;
}
.fpt-t-con .v-m {
	margin-top: 40px;
}
.fpt-t-con .v-m a, .fpt-t-con .v-m a:visited {
	background-color: #119936;
	display: inline-block;
	padding-top: 7px;
	padding-right: 22px;
	padding-bottom: 7px;
	padding-left: 22px;
	color: #FFF;
}
.i-zx-box {
	clear: both;
	padding-top: 80px;
	padding-bottom: 80px;
}
.i-zx-box .i-zx-item {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	width: 49%;
	-webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.078);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.078);
}
.i-zx-item .i-zx-ul li {
	font-size: 20px;
	line-height: 34px;
}
.i-zx-item dt { height: 133px; width: 200px; margin-right: 20px; float: left; overflow: hidden; }
.i-zx-item dt img {
	height: auto;
	width: 100%;
}
.i-zx-item dd .pbt {
	margin-top: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
}
.i-zx-item dd p {
	margin-top: 10px;
	color: #777777;
}
.i-zx-box .i-zx-wrap {
}
.i-zx-item .i-zx-ul {
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}
.i-zx-item .i-zx-con {
	padding: 20px;
	overflow:hidden;
}
.mgt-sm {
	margin-top: 20px;
}
.footer {
	clear: both;
	width: 100%;
	background-color: #1d262d;
	padding-top: 35px;
	padding-bottom: 35px;
	color: #9a9c9e;
}
.footer a, .footer a:visited {
	color: #9a9c9e;
}
.footer a:hover {
	color:#ffffff;
}
.ft-link dd {
	display: inline-block;
	margin-right: 15px;
}
.footer .ft-info {
	line-height: 26px;
}
.footer .ft-link {
	margin-bottom: 15px;
}
.footer .ft-con .ft-r {
	float: right;
}
.footer .ft-con .ft-l {
	float: left;
}
.ft-code dt p {
	margin-top: 6px;
}
.ft-code dt img {
	height: 100px;
	width: auto;
}
.ft-code dt {
	float: left;
	text-align: center;
	margin-left: 30px;
}
.i-tp-swp .i-tp-wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.i-tp-swp .swiper-pagination.al-pagination {
	z-index: 999;
	bottom: 15px;
}
.i-tp-swp .swiper-pagination-bullet {
	width:12px;
	height:12px;
}
.i-tp-swp .swiper-pagination-bullet-active {
	background: #3ead39!important;
}
.cm-fpt-blk .cmt-wrap {
	width: 75%;
	max-width:1440px;

	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height: 100%;
	margin:auto;
}
.cmt-wrap .cmt-con-box {
	width: 50%;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	height:100%;
}
.cmt-con-box.fr .fpt-t-con {
	padding-left:100px;
}
.cmt-con-box.fl .fpt-t-con {
	padding-right:100px;
}

.spt-c-imt {margin:auto;text-align:center;margin-bottom:20px;}
.spt-c-imt img {height:180px;width:auto;}

.top-tit {font-size:14px;background:#f5f5f5;margin-bottom:2px;}
.top-tit i {color:#119936;}