i,
em {
	font-style: normal;
	font-family: "myFont";
}
@font-face {
font-family: "myFont";
src: url("./font.ttf");
}
.bj004.pageIndex{
	overflow:visible
}
.pageIndex .topWrap{
	top:inherit;
	bottom: 0;
}
 .topWrap{
	position: absolute;
	top: 134px;
	left: 0;
	right: 0;
}
.topWrap {
	/* height: 175px; */
   
    z-index: 20;
	background-color: #7ED957;
}
/*实际导航条宽度1059*/
.header {
	width: 1200px;
	/*margin: 0 auto;*/
}

.topWrap .logo {
	width: 100px;
	height: 96px;
	margin: 10px 0 0 0;
	overflow: hidden;
	float: left;
	background: url(../images/logo_h.png) no-repeat right top;
	z-index: 9;
	opacity: 0;
	animation: enter-x-left .4s ease-in-out .3s;
	animation-fill-mode: forwards;
	transform: translateX(-50px);
}

.topWrap .logo img {
	display: block;
	width: 66px;
}

@keyframes enter-x-left {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.topWrap h2 {
	width: 350px;
	margin: 10px 0 0 35px;
	font: 24px "Microsoft YaHei UI";
	font-weight: bold;
	color: #8FC320;
	float: left;
}

.topWrap h2 em {
	display: block;
	font: 16px "Microsoft YaHei UI";
	color: #ffffff;
	margin-top: 6px;
}

.topWrap p {
	margin-top: 23px;
}

#leirong {
	padding: 20px;
	font-size: 17px;
	line-height: 28px;
}

#leirong img {
	width: 100%;
}

#lianxileirong {
	padding: 20px;
	font-size: 17px;
	line-height: 28px;
	background-color: #ffffff;
	min-height: 620px;
}

#lianxileirong .zuotu {
	float: left;
	height: 300px;
	width: 440px;
	overflow: hidden;
}

#lianxileirong .youzi {
	float: left;
	background: #ffffff;
	width: 715px;
	height: 383px;
	padding: 6px 0 0 50px;
}

#lianxileirong .lianxi li {
	float: left;
	border: 1px solid #dcdcdc;
	width: 252px;
	height: 180px;
	text-align: center;
	margin-right: 31px;
	color: #666;
	line-height: 160%;
	padding: 0 10px;
	font-family: 微软雅黑;
	background: #fff;
	margin-top: 20px;
}

#lianxileirong .lianxi li img {
	margin-top: 20px;
	width: 52px;
}

#lianxileirong .lianxi li i {
	display: block;
	font-size: 14px;
	color: #333;
	padding-bottom: 8px;
	font-style: normal;
	padding-top: 10px;
}

#lianxileirong .lianxi li.last {
	float: right;
	margin-right: 53px;
}

#zibj {
	min-height: 300px;
	background-color: #EFF9FB;
}
/*导航二级样式*/
.topWrap .erji {
	display: none;
	position: absolute;
	top:59px;
	left: 0;
	/* padding: 12px 0; */
	overflow: hidden;
	background-color: rgba(0,0,0,0.1);
	/* opacity: .5; */
	font: 18px "Microsoft YaHei";
	line-height: 30px;
	width: 100%;
	text-align: center;
}
/*d导航二级样式*/
.topWrap .erji a,
.topWrap .cur .erji a {
	display: block;
	/* font-weight: 600; */
	color: #fff;
	line-height: 40px;
	height: 40px;
	box-shadow: none;
	margin: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.topWrap .erji a:hover {
	background: #dce7d5;
	color:#737373;
	line-height: 40px;
	height: 40px;
}
/*导航长度调整1060*/
#nav {
	/* height: 69px; */
	/* background-color: #ffffff; */
	width: 1200px;
	margin: 0 auto;
}								

.nav li {
	font-size: 20px;
	float: left;
	font-weight: bold;
	color: #333;
	line-height: 57px;
	position: relative;
	height: 60px;
	width: 131px;					
	text-align: center;
}

.nav li a {
	display: block;
	color: white;
}

.nav li:last-child a {
	margin-right: 0;
}
/*导航鼠标滑动显示背景的样式*/
.nav li a:hover,
.nav .cur a {
	height: 60px;
	background-color: #7ed957;
	text-align: center;
	width: 131px;
	color: #737373;
}

.nav .on a {
	border-bottom: 0;
}

.p12-curmbs-1 {
	font-size: 17px;
	border-bottom: 1px dashed #dcdcdc;
	line-height: 65px;
}

.p12-curmbs-1 b {
	border-left: 10px solid #0eb9b3;
	font-weight: normal;
	padding-left: 8px;
}
.box-content{
	padding: 10px;
	background-color: #eee;
	overflow: hidden;
}
/*收索关键字横条样式*/
.sou {
	height: 62px;
	margin-top: 35px;
	background: #f7f7f7;
	overflow: hidden;
}

.sou p {
	width: 700px;
	font: 18px "Microsoft Yahei";
	line-height: 66px;
	color: #202020;
	margin-left: 10px;
	float: left;
}

.sou p a {
	display: inline-block;
	font: 18px "Microsoft YaHei UI";
	color: #666;
	padding: 0 18px;
	line-height: 66px;
	position: relative;
}

.sou p a:before {
	content: "";
	position: absolute;
	top: 32px;
	right: 0;
	width: 4px;
	height: 1px;
	background: #666;
}

.sou p a:last-child:before {
	background: 0;
}

.sou p a:hover {
	color: #7ed957;
	font-weight: bold;
	text-decoration: underline;
}

.sou .sou1 {
	margin: 12px 0 0 0;
	float: right;
}

.sou .ip01 {
	width: 278px;
	height: 39px;
	font: 18px "Microsoft Yahei";
	line-height: 39px;
	color: #999;
	overflow: hidden;
	float: left;
	outline: 0;
	padding-left: 20px;
	background: url(../images/sou1.png) no-repeat;
	border: 0;
}

.sou .ip02 {
	width: 53px;
	height: 39px;
	float: right;
	background: url(../images/sou2.png) no-repeat;
	border: 0;
	outline: 0;
}

.anniu {
	position: absolute;
	top: 140px;
	font-size: 50px;
	color: #eee;
	font-weight: bold;
	z-index: 99;
}

.shiping_div .prev {
	left: 5%;
}

.shiping_div .next {
	right: 5%;
}

.nav li a:hover,
.nav .cur a {
	color: #ffffff;
}

.yang1 span {
	width: 30.6%;
	display: block;
	overflow: hidden;
	margin: 30px 16px;
	float: left;
}

body .about dt {
	height: auto;
}

body .yang1 span img {
	width: 100%;
	height: 100%;
}

body .about dl {
	height: 470px;
}

.yang123 {
	width: 1103px;
	margin: 0 auto;
	margin-top: 13px;
}

.yang123 p {
	float: left;
	width: 33%;
	font-size: 14px;
	margin-top: 8px;
}

.footWrap {
	background: url(../images/footer_bg.gif) repeat-x center top;
	height: 76px;
	overflow: hidden;
}
header .header-wrap{
	width: 100%;
}
.footWrap .footer {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.fnav {
	font: 18px "Microsoft Yahei";
	text-align: center;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
}

.fnav a {
	display: inline-block;
	color: #fff;
	padding: 0 32px;
	position: relative;
}

.fnav a:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 0;
	width: 1px;
	height: 18px;
	background: #dff6f5;
}

.fnav a:last-child:before {
	background: 0;
}

.fnav a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.fwz {
	width: 890px;
	height: 190px;
	margin-top: 30px;
}

.fwz ul {
	width: 348px;
	float: left;
	border-right: 1px solid #494949;
}

.fwz li {
	font: 14px "Microsoft Yahei";
	color: #fff;
	background: url(../images/f1.png) no-repeat left 3px;
	padding-left: 50px;
	line-height: 30px;
	margin-top: 24px;
}

.fwz li:nth-child(2) {
	background: url(../images/f2.png) no-repeat left 3px;
}

.fwz li em {
	display: block;
	font: 14px "Microsoft Yahei";
	color: #999;
}

.fwz li i {
	display: block;
	font: 14px "Microsoft Yahei";
	color: #999;
	margin-top: 14px;
}

.fwz li a {
	color: #999;
}

.fwz li b {
	padding: 0 8px;
}

.fwz ul:nth-child(2) {
	width: 480px;
	padding-left: 60px;
	border: 0;
}

.fwz ul:nth-child(2) li {
	background: url(../images/f3.png) no-repeat left 3px;
}

.fwz ul:nth-child(2) li:nth-child(2) {
	background: url(../images/f4.png) no-repeat left 3px;
}

.code {
	width: 260px;
	height: 175px;
	padding: 15px 20px 0 20px;
	border: 1px solid #494949;
	overflow: hidden;
	margin-top: 43px;
}

.code p {
	display: block;
	width: 116px;
}

.code p img {
	display: block;
	width: 106px;
	height: 106px;
	border: 5px solid #fff;
}

.code p em {
	display: block;
	text-align: center;
	height: 42px;
	font: 14px "Microsoft Yahei";
	line-height: 42px;
	color: #999;
}

.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.client-2 li a {
	text-decoration: none;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 62px;
	position: relative;
}

.client-2 li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
}

#wei {
	display: block;
	width: 30px;
	height: 27px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/fx.png);
	background-repeat: no-repeat;
	background-position: -34px 4px;
}

.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 31px;
	background-position: -23px -47px;
	background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 62px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #7ed957;
	color: #fff;
	height: 62px;
	width: 230px;
	padding: 9px 0 0;
	float: left;
	border-radius: 8px;
}

.client-2 .my-kefu-main {
	background: #7ed957;
	width: 97px;
	height: 62px;
	position: relative;
	padding: 9px 0 0;
	float: left;
	border-radius: 8px;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -130px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 115px;
	height: 115px;
}

.yagn1 {
	top: 31%;
	z-index: 9999;
}

.io {
	position: fixed;
}

.yagn1 img {
	width: 300px;
}

div#imgDiv img {
	position: fixed;
}

.blk-xs {
	width: 240px;
}

.blk {
	margin-bottom: 20px;
}

.fdh-01-tit {
	background: #7ed957;
	height: 80px;
}

.fdh-01-nav-one h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	margin-right: 40px;
	margin-left: 84px;
	color: #ffffff;
	overflow: hidden;
}

.p14-infolist-1-list dl {
	border: 1px solid #dedede;
	margin-bottom: 15px;
	padding: 10px 50px 10px 10px;
	background: #fff;
	overflow: hidden;
}

.p14-infolist-1-list dt {
	width:5%;
    float: left;
    margin-right: 2%;
	/* height: 146px; */
}
.small .p14-infolist-1-list dt{
	width:20%;
	height: 146px;
}
.p14-infolist-1-list dd h4 {
	height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
}

.p14-infolist-1-list h4 a {
	display: block;
	height: 40px;
	color: #4b4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p14-info-1-tit {
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	background: #026537;
	color: #fff;
	text-align: center;
}

.p14-info-1-list dl {
	border: 1px solid rgba(153, 153, 153, 0.3);
	margin-top: 10px;
	font-size: 12px;
	box-sizing: border-box;
	line-height: 18px;
	overflow: hidden;
	height: 161px;
}

.p15-infocontent-1 {
	margin-bottom: 30px;
}

.p15-infocontent-1-tit {
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 40px;
	color: #535353;
	height: 40px;
	overflow: hidden;
}

.p15-infocontent-1-bool {
	border-bottom: 1px solid #0eb9b3;
	height: 20px;
	font-size: 12px;
	color: #909090;
}

.endit-content {
	line-height: 28px;
	padding: 20px;
}

.p14-info-1-list dt {
	width: 100%;
}

.p14-infolist-1-list dt img {
	width: 100%;
	height: 100%;
	display: block;
}

#newneirzi {
	margin-top: 3px;
	text-align: center;
}

.p14-info-1-list dt img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.p14-info-3 {
	background: #f5f5f5;
	padding: 8px 20px;
}

.p14-info-3-list li h4 {
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	line-height: 46px;
	color: #4b4a4a;
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blk-xs {
	width: 240px;
}

.blk {
	margin-bottom: 20px;
}

.p14-info-1 {
	background: #fff;
}

.fdh-01-tit h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.fdh-01-nav-one h3 {
	height: 50px;
	line-height: 50px;
	background: #7ed957;
	margin-bottom: 2px;
	overflow: hidden;
}

.cbgg-01 {
	background: #026537;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.cbgg-01 p {
	padding-top: 15px;
}

.cbgg-01 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
}

#divSmallBox {
	overflow: hidden;
	*display: inline;
	*zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #fff;
}

#playBox {
	height: 520px;
	width: 100%;
	margin-top: -19px;
	position: relative;
	overflow: hidden;
}

#playBox .oUlplay {
	width: 99999px;
	position: absolute;
	left: 0;
	top: 0;
}

#playBox .oUlplay li {
	float: left;
}

#playBox .oUlplay li img {
	width: 1920px;
	height: 520px;
}

#playBox .pre {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/l.png) no-repeat;
	position: absolute;
	top: 190px;
	left: 10px;
	z-index: 10;
}

#playBox .next {
	cursor: pointer;
	width: 45px;
	height: 45px;
	background: url(../images/r.png) no-repeat;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 10;
}

#playBox .smalltitle {
	width: 1920px;
	height: 10px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
}

#playBox .smalltitle ul {
	width: 120px;
	margin: 0 auto;
}

#playBox .smalltitle ul li {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 10px;
	background: #fff;
	float: left;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}

#playBox .smalltitle .thistitle {
	background: #69aaec;
}

.fu {
	clear: both;
}

.neirong {
	background-color: #FFF;
	min-height: 250px;
	min-width: 300px;
}

.neirong .zuonew {
	height: 709px;
	width: 240px;
	float: left;
	margin-bottom: 50px;
}

.neirong .younew {
	float: right;
	width: 930px;
	min-height: 709px;
	overflow: hidden;
}

.neirong .younew img {
	width: 98.5%;
}

.neirong .younew .biaoti33 {
	font-size: 24px;
	line-height: 50px;
	color: #000;
	text-align: center;
	height: 50px;
	margin-bottom: 25px;
}

.neirong .younew .zhengwen33 {
	line-height: 42px;
	padding: 20px;
	min-height: 709px;
	word-wrap: break-word;
}

.neirong .zuonew .yihnew {
	background: #7ed957;
	height: 80px;
	font-size: 24px;
	border-bottom: 1px solid #fff;
	text-align: center;
	line-height: 80px;
	color: #FFF;
}

.neirong .zuonew .yihnew h2 {
	height: 75px;
	font-size: 24px;
	font-weight: normal;
	line-height: 75px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.neirong .zuonew .dianhua {
	height: 131px;
	background-color: #026537;
	margin-top: -7px;
}

.neirong .zuonew .dianhua .tu {
	height: 48px;
	text-align: center;
	color: #FFF;
	padding-top: 15px;
}

.neirong .zuonew .dianhua span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #FFF;
	text-align: center;
}

.neirong .zuonew .biaot {
	height: 50px;
	line-height: 50px;
	background: #ececeb;
	margin-bottom: 2px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
}

.weixin {
	height: 57px;
	background-color: #7ed957;
	border-radius: 8px;
	width: 57px;
	background-image: url(../picture/2023-12-01_192608.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.erweima {
	border-radius: 8px;
	height: 200px;
	width: 200px;
	z-index: 999;
	position: fixed;
	right: 65px;
	bottom: 50%;
	display: none;
}

.erweima img {
	height: 200px;
	width: 200px;
}

.cm-banner {
	width: 100%;
	height: 680px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	margin-top: -146px;
	z-index: 1;
}

.cm-banner-in {
	width: 1100px;
	height: 520px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -550px;
}

#cm_banner_list li {
	display: none;
	top: 0;
	left: 0;
}

#cm_banner_list li img {
	width: 100%;
	height: 680px;
}

.cm-banner-num {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 2;
}

.cm-banner-num li {
	width: 10px;
	margin: 10px 3px;
	height: 10px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	opacity: .7;
}

.cm-banner-num .active {
	background-color: #8AE841;
}

.cm-banner-arrow {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	opacity: .5;
	display: none;
}

.yih4 .yillogo img {
	/*animation: enter-x-left .4s ease-in-out .3s;
	animation-fill-mode: forwards;*/
	transform: translateX(-50px);
	margin-top: 23px;
	margin-left: 48px;
}

.yih4 {
	height: 130px;
}

.yih4 .yillogo {
	float: left;
	height: 100px;
	width: 100px;
}
/*头部标题修改调整原高度146px*/
.bj004 {
	height: 175px;
	width: 100%;
	/*background: url(../images/top-bg.png);*/
	/*head背景色;*/
	background-color:#ffffff;
	background-size: 100% 100%;
	position: relative;
	top: -108px;
	z-index: 10;
	overflow: hidden;
}

.yih4 .loxian {
	background: url(../images/logo_h.png) no-repeat right top;
	float: left;
    height: 83px;
    margin-left: 17px;
    width: 7px;
    margin-top: 24px;
}
.right{
	    display: flex;
		justify-content: center;
		align-items: center;
	      width: 270px;
}
.right img{
	width:40px;
	height:40px;
	margin-right: 10px;
}
.right p{
	font: 20px;
	    color: #7ed957;
}
.right b{
	    font: 26px Arial, Helvetica, sans-serif;
	    font-weight: bold;
	    color: #7ed957;
}
/*设置导航宽度*/
.yih4 .erlyou {
	    display: flex;
	    justify-content: space-between;
	width: 1059px;
	padding-top: 20px;
}
.bj004 .yih4 .erlyou {
	width: 100%;
}
.yih4 .erlyou .yih04 {
	/* height: 50px; */
	overflow: hidden;
	display: flex;
	    flex-direction: column;

}

.yih4 .erlyou .yih04 .gongsiming {
	font: 34px "Microsoft YaHei UI";
	font-weight: bold;
	color: #7ed957;
	margin-top: 14.5px; 
	    margin-left: 27px;
	width: 561px;
	float: left;
}

.yih4 .erlyou .yih04 .zi004 {
	float: left;
}
.yih4 .erlyou .yih04 .zi004  img{
	margin-top: 13px;
	margin-left: 247px;
}
/*导航位置*/
.yih4 .erlyou .erh04 {
	height: 50px;
	margin-top: 40px
}
.zhixiang{
    height: 44px;
    width: 70px;
    position: absolute;
    right: -75px;
    top: -167px;
    z-index: 99;
}
.zhixiang img{width: 100%;}