.clear{
	clear: both;
}
.welcome{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #f7f7f7;
	font-size: 12px;
	color: #858585;
}
.welcome p{
	font-family: "宋体";
	float: left;
}
.welcome a{
	float: right;
	display: block;
	position: relative;
}
.welcome a img{
	display: block;
	position: absolute;
	z-index: 999;
	max-width: 267%;
	display: none;
}
.welcome a:hover img{
	display: block;
}
.welcome i{
	display: block;
	float: right;
	width: 1px;
	height: 12px;
	background-color: #858585; 
	margin: 9px 15px 0 15px;
}
/*menus*/
.menus{
	width: 100%;
	background-color: #fff;
	padding-top: 14px;
	padding-bottom: 14px;
}
.menus .Logo{
	display: block;
	float: left;
	margin-top: 8px;
}
.menus form#search{
	width: 31.69492%;
	float: left;
	margin-left: 35px;
	margin-top: 28px;
}
form#search input[type=text]{
	padding: 0;
	width: 78.878%;
	height: 39px;
	float: left;
	background: url(../images/text-back.jpg) no-repeat center center;
	border: none;
	outline: none;
	background-size: 100% 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #bcbcbc;
	text-indent: 23px;
}
form#search input[type=button]{
	width: 21.109%;
	height: 39px;
	float: left;
	background: url(../images/button-back.jpg) no-repeat center center;
	cursor: pointer;
	border: none;
	outline: none;
	background-size: 100% 100%;
}
.menus .Htel{
	float: right; 
}
.Htel p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #262626;
}
.Htel i{
	color: #888888;
}
.Htel .item{
	line-height: 26px;
	margin-top: 5px;
	position: relative;
}
.Htel .item .wxewm{
	display: block;
	position: absolute;
	background-color: #fff;
	padding: 10px; 
    box-shadow: 0 0 8px #ccc;
    right: -75px;
    top: 25px;
    z-index: 999;
    display: none;
}
.Htel .item .wxewm img{
	display: block;
	width: 140px;
	height: 140px;
}
.Htel .item .wxewm h6{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}
.Htel span{ 
	font-family: "Myriad Pro";
	font-weight: bold;
	font-size: 28px;
	color: #de1a1a;
	float: left;
}
.Htel a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #262626;
	float: left;
	margin-left: 15px;
	margin-right: 9px;
}
.Htel i.wxico{
	display: block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	float: right; 
	background: url(../images/wx-img.jpg) no-repeat center center;
} 
.Htel i.wxico:hover .wxewm{
	display: block;
}
/*menu-wrap*/
.menu-wrap{
	width: 100%;
	background-color: #008c5a;
}
.menu-wrap.fixedbg {
    position: fixed;
    top: 0;
    z-index: 9999;
	border-bottom: 2px solid #02291b;
}
.menu-box {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    height: 45px;
}
.menu-wrap .ul-wrap {
    margin: 0;
    padding: 0;
    text-align: center;
}
.menu-wrap .ul-wrap li {
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
    width: 11.016491%;
    color: #fff;
    position: relative;
    height: 45px; 
    background: url(../images/menu-back.jpg) no-repeat right center;
}
.menu-wrap .ul-wrap li:hover a{
	background: #2a3687;
}
.menu-wrap .ul-wrap li:last-child{
	background: no-repeat;
}
.menu-wrap .ul-wrap li a {
    color: #fff;
    line-height: 45px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
}
/*banner*/
#container1{
	margin-top: 1px;
}
#container1 .swiper-pagination-bullet-active{
	background-color: #008c5a;
}

/*indexBox1*/
.indexBox1{
	overflow: hidden;
	padding: 45px 0 0 0;
}
.indexBox1 .tel{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #de1a1a;
	text-align: center;
	padding-top: 22px;
}
/*productClass*/
.productClass{
	width: 100%;
	padding: 25px 0 0 0;
}
.productClass .item{
	width: 100%;
	position: relative;
	height: 40px;
	background: #008c5a url(../images/up.jpg) no-repeat right 8% center;
	border-radius: 8px;
	margin-bottom: 5px;
}
.productClass .item:hover{
	background: #008C5A url(../images/dn.jpg) no-repeat right 8% center;
}
.productClass .item a.c1{
	display: block;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-indent: 19px; 
}
.productClass .item-sub{
	width: 100%;
	padding: 12px 15px 12px 15px;
	position: absolute;
	background-color: #0f6244; 
	top: 40px;
	left: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .5s ease;
}
.productClass .item:hover .item-sub{
	opacity: 1;
	top: 45px;
	z-index: 999;
	-webkit-transition: all .5s ease;
}
.productClass .item-sub a.c2{
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #008c5a;
	margin-top: 8px;
	line-height: 34px;
}
.productList{
	width: 100%;
	padding: 32px 0 0 0;
}
.productList .item{
	width: 100%;
	overflow: hidden;
	margin-bottom: 24px;
}
.productList .item .pic{
	background-color: #f9f9f9;
	border: 1px solid #dbdbdb;
}
.productList .item .pic img{ 
	display: block;
	width: 100%; 
	-webkit-transition: all .5s ease;
}
.productList .item:hover .pic img{ 
	-webkit-transition: all .5s ease;
}
.productList .item p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #010101;
	text-align: center;
	padding-top: 14px;
	-webkit-transition: all .5s ease;
}
.productList .item:hover p{
	color: #008c5a;
	-webkit-transition: all .5s ease;
}

/*indexBox2*/
.indexBox2{
	width: 100%;
	margin-top: 34px;
	background-color: #008c5a;
	padding: 42px 0 48px 0;
}
.indexBox2 h1{
	font-family: "微软雅黑";
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.indexBox2 .palce{
	text-align: center;
	overflow: hidden;
	margin-top: 18px;
}
.indexBox2 .palce a{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	background: url(../images/yes.jpg) no-repeat left center;
	padding-left: 30px;
	margin: 0 28px;
}
.indexBox2 .Vs{
	overflow: hidden;
	position: relative;
	height: 524px; 
	margin-top: 28px;
}
.indexBox2 .Vs .vsImg{
	display: block;
	width: 140px;
	height: 524px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
}
.Vs h2{
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 54px;
	margin-bottom: 66px;
	line-height: 40px;
	padding-top: 7px;  
}
.Vs #left{
	overflow: hidden;
	width: 36.356%;
	float: left;
	margin-left: 4.40677%;
}
.Vs #left li{
	width: 100%;
	height: 80px;
	background: url(../images/back-left.png) no-repeat center center;
	margin-top: 12px;
}
.Vs #left li .tit{ 
	writing-mode: tb-rl;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	float: left;
	text-align: center;
	height: 80px;
}
.Vs #left li .sub{
	width: 75.757575%;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-left: 18px;
	margin-top: 14px;
}
.Vs #right{
	width: 45%;
	float: right;
	overflow: hidden;
}
.Vs #right h2{
	background: url(../images/storg.jpg) no-repeat left 20% top;
}
.Vs #right li{
	width: 100%;
	height: 80px;
	background: url(../images/back-right.png) no-repeat center center;
	margin-top: 12px;
	display: table;
}
.Vs #right li .tit{
	writing-mode: tb-rl;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #08714b;
	line-height: 30px;
	float: right;
	text-align: center;
	height: 80px;
}
.Vs #right li .nr {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.Vs #right li .sub{ 
   width: 77.8%;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-left: 66px;  
}
.Vs #right li .sub a{
	color: #f0d202;
	font-size: 18px;
}

/*indexTel*/
.indexTel{
	width: 100%;
	height: 115px;
	overflow: hidden;
	background: url(../images/indexTel-back.png) no-repeat center center;
	background-size: 100% 100%;
}
.indexTel .left{
	float: left;
	overflow: hidden;
	margin-left: 78px;
	margin-top: 31px;
}
.indexTel .left i.tel{
	display: block;
	width: 55px;
	height: 54px;
	background: url(../images/Tel2.png) no-repeat center center;
	float: left;
}
.indexTel .left .item{
	float: left;
	margin-left: 26px;
}
.indexTel .left .item p{
	font-family: "Myriad Pro";
	font-size: 24px;
	color: #fff;
	line-height: 31px;
	font-weight: bold;
}
.indexTel .left .item p a{ 
	font-family: "Myriad Pro";
	font-size: 18px;
	color: #fff;
	font-weight: 100;
}
.indexTel i.hx{
	display: block;
	float: left;
	width: 1px;
	height: 71px;
	background-color: #dadefb;
	margin-top: 23px;
	margin-left: 160px;
}
.indexTel .Title{
	float: right;
	overflow: hidden;
	margin-right: 60px;
	text-align: center;
}
.indexTel .Title h1{
	font-family: "微软雅黑";
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	padding: 30px 0 12px 0;
}
.indexTel .Title h2{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
}

/*indexBox3*/
.indexBox3{
	overflow: hidden;
	padding: 52px 0 35px 0;
}
.wzpm-content{
	overflow: hidden;
	width: 100%;
	padding: 45px 0 0 0;
}
.wzpm-content .words{
	width: 45.338983%;
	float: left;
	overflow: hidden;
}
.wzpm-content:nth-child(2n+2) .words{
	float: right;
}
.wzpm-content .words span{
	display: block;
	width: 72.5233644%;
	height: 45px;
	border-radius: 100px;
	background-color: #008c5a;
	margin-bottom: 28px;
}
.wzpm-content .words span a.sz{
	display: inline-block;
	width: 39px;
	height: 39px;
	background-color: #fff;
	border-radius: 100%;
	margin-top: 3px;
	float: left;
	margin-left: 4px;
	font-family: arial;
	font-size: 28px;
	text-align: center;
	line-height: 39px;
	color: #008c5a;
}
.wzpm-content .words span a.wz{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #fff;
	line-height: 45px; 
	margin-left: 20px;
	float: left;
}
.wzpm-content .words p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #373535;
	line-height: 25px;
	background: url(../images/yq.jpg) no-repeat top 7px left;
	padding-left: 18px;
	margin-bottom: 15px;
}
.wzpm-content .words p a{
	color: #e00800;
	font-size: 18px;
}
.wzpm-content .Img{
	overflow: hidden;
	width: 50%;
	float: right;
}
.wzpm-content:nth-child(2n+2) .Img{
	float: left;
}
.wzpm-content .Img img{
	display: block;
	width: 100%;
}

/*indexBox4*/
.indexBox4{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 54px 0;
	background-color: #f5f5f5;
}
.indexBox4 .row{
	margin-top: 38px;
	position: relative;
}
.indexBox4 .item{
	width: 100%;
	overflow: hidden;
}
.indexBox4 .pic{
	width: 100%;
	overflow: hidden;
}
.indexBox4 .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    -webkit-transition: all .5s ease;
}
.indexBox4 .item:hover .pic img{
	transform: scale(1.2);
    -webkit-transition: all .5s ease;
}
.indexBox4 .sub{
	overflow: hidden;
	padding: 20px 32px 32px 24px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.indexBox4 .sub h3{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #303131;
	margin-bottom: 20px;
	min-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexBox4 .item:hover .sub h3{
	color: #008c5a;
}
.indexBox4 .sub p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #303131;
	line-height: 28px;
}
.indexBox4 .sub p i{
	font-style: normal;
	color: #008c5a;
}
.indexBox4 .swiper-button-next{
	right: -80px;
	width: 44px;
	height: 44px;
	background: url(../images/case-next.jpg) no-repeat center center;
}
.indexBox4 .swiper-button-prev{
	left: -80px;
	width: 44px;
	height: 44px;
	background: url(../images/case-prev.jpg) no-repeat center center;
}

/*indexBox5*/
.indexBox5{
	overflow: hidden;
	padding: 44px 0 0 0;
}
.indexBox5 .content{
	overflow: hidden;
	padding-top: 48px;
	width: 100%;
}
.indexBox5 .content .subcont{
	width: 54.237288135%;
	float: left;
	overflow: hidden;
}
.indexBox5 .content .subcont h6{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #262525;
	margin-bottom: 14px;
}
.indexBox5 .content .subcont h6 a{
	color: #7c7b7b;
}
.indexBox5 .content .subcont h1{
	width: 100%;
	text-align: center;
	line-height: 64px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #008c5a;
}
.indexBox5 .content .subcont h2{
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #494949;
	padding-top: 20px;
}
.indexBox5 .content .subcont h3{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #494949;
	padding-top: 12px;
}
.indexBox5 .content .subcont .cont{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #373535;
	line-height: 25px;
	padding-top: 40px;
	padding-bottom: 50px;
}
.indexBox5 .content .subcont .btns{
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
	float: left;
	border-radius: 8px;
}
.indexBox5 .content .subcont .btns#ck{
	background-color: #008c5a;
}
.indexBox5 .content .subcont .btns#zx{
	background-color: #2a3687;
}
.indexBox5 .content .subImg{
	width: 39.84%;
	float: right;
	overflow: hidden;
	margin-top: 34px;
}

/*indexBox6*/
.indexBox6{
	overflow: hidden;
	width: 100%;
	padding: 35px 0 0 0;
}
.indexBox6 .container{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 32px;
}
.indexBox6 .Title{
	width: 100%;
	height: 31;
	line-height: 31px;
	background: url(../images/zs-h1-back.jpg) repeat-x center center;
}
.indexBox6 .Title a{
	display: block;
	width: 130px;
	background-color: #fff;
	font-family: "微软雅黑";
	font-size: 22px;
	font-weight: bold;
	color: #4b4646;
	text-align: center;
	margin-left: 30px;
}
.indexBox6 .subitem{
	overflow: hidden;
	margin-top: 30px;
}
.indexBox6 .subitem .item{
	overflow: hidden;
	width: 100%;
}
.indexBox6 .subitem .item img{
	display: block;
	width: 100%;
	border: 0px solid #413d3b;
}
.indexBox6 .subitem .item p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #373535;
	text-align: center;
	padding-top: 15px;
}

/*indexBox7*/
.indexBox7{
	width: 100%;
	overflow: hidden;
	padding: 32px 0 40px 0;
}
.indexBox7 .leftNews{
	width: 50%;
	overflow: hidden;
	float: left;
}
.leftNews .hd{
	overflow: hidden;
}
.leftNews .hd ul{
	overflow: hidden;
}
.leftNews .hd ul li{
	float: left;
	margin-right: 6px;
	width: 135px;
	line-height: 40px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #4c4b4b;
	background-color: #eeeeee;
	cursor: pointer;
    -webkit-transition: all .5s ease;
}
.leftNews .hd ul li:hover,.leftNews .hd ul li.on{
	background-color: #008c5a;
	color: #fff;
    -webkit-transition: all .5s ease;
}
.leftNews .bd{
	overflow: hidden;
	margin-top: 27px;
}
.leftNews .bd ul{
	overflow: hidden;
}
.leftNews .bd .Oneli{
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 22px;
}
.leftNews .bd .Oneli img{
	display: block;
	width: 38.98305%;
	float: left;
}
.leftNews .bd .Oneli .nr{
	width: 58.4745762%;
	float: right;
}
.leftNews .bd .Oneli .nr h1{
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	color: #008c5a;
	padding-top: 6px;
}
.leftNews .bd .Oneli .nr .date{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #7e7e7e;
	padding-top: 12px;
}
.leftNews .bd .Oneli .nr .sub{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6b6b6b;
	line-height: 25px;
	padding-top: 12px;
}
.leftNews .bd ul li{
	overflow: hidden;
	width: 100%;
	border-bottom: dashed 1px #dad9d9;
	line-height: 48px;
}
.leftNews .bd ul li .tit{
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #6d6d6d;
}
.leftNews .bd ul li:hover .tit{
	color: #008c5a;
}
.leftNews .bd ul li .time{
	float: right;
	font-family: arial;
	font-size: 14px;
	color: #6d6d6d;
}
.indexBox7 .rightQuestion{
	width: 42.372881355%;
	float: right;
	overflow: hidden;
}
.rightQuestion h1{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #008c5a;
	padding-top: 8px;
	padding-bottom: 14px;
}
.rightQuestion ul{
	overflow: hidden;
}
.rightQuestion ul li{
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 18px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6b6b6b;
	line-height: 22px;
	margin-top: 18px;
}
.rightQuestion ul li .wt{
	background: url(../images/Q.jpg) no-repeat left center;
	padding-left: 44px;
	margin-bottom: 5px;
}
.rightQuestion ul li .huida{
	background: url(../images/A.jpg) no-repeat left top 2px;
	padding-left: 44px;
}

/*foot*/
.Link{
	width: 100%;
	overflow: hidden;
	height: 49px;
	line-height: 49px;
	background-color: #008c5a;
}
.Link .tit{
	display: block;
	float: left;
	margin-top: 8px;
}
.Link .bd{
	overflow: hidden;
	float: left;
	margin-left: 35px;
}
.Link .bd ul{
	overflow: hidden;
}
.Link .bd ul li{
	float: left; 
	margin-right: 44px;
}
.Link .bd ul li a{
	font-family: "微软雅黑";
	font-size: 15px;
	color: #fff;
}
.linkShare{
	float: right;
}
.linkShare a{
	display: block;
	width: 30px !important;
	height: 30px !important;
	margin: 11px 7px 6px 0 !important;
}
.linkShare a.bds_mshare{
	background: url(../images/fx-pyq.jpg) no-repeat center center;
}
.linkShare a.bds_renren{
	background: url(../images/fx-rr.jpg) no-repeat center center;
}
.linkShare a.bds_douban{
	background: url(../images/fx-db.jpg) no-repeat center center;
}
.linkShare a.bds_weixin{
	background: url(../images/fx-wx.jpg) no-repeat center center;
}
.linkShare a.bds_qzone{
	background: url(../images/fx-kj.jpg) no-repeat center center;
}
.linkShare a.bds_sqq{
	background: url(../images/fx-qq.jpg) no-repeat center center;
}
.linkShare a.bds_tsina{
	background: url(../images/fx-wb.jpg) no-repeat center center;
}
.foot{
	width: 100%;
	overflow: hidden;
	padding: 0;
	background-color: #333333;
}
.foot #fmenus{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #4b4949;
}
.foot #fmenus li{
	width: 11.5%;
	float: left;
	background: url(../images/f-hx.jpg) no-repeat right center;
	line-height: 59px;
	text-align: center;
} 
.foot #fmenus li:last-child{
	background: no-repeat;
}
.foot #fmenus li a{
	display: block;
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.footcont{
	overflow: hidden;
	margin-top: 25px;
	border-bottom: 1px solid #4b4949;
	padding-bottom: 35px;
}
.footcont .item{
	float: left;
	overflow: hidden;
}
.footcont .item h1{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url(../images/fcpback.jpg) no-repeat left center;
	padding-left: 31px;
	line-height: 20px;
	margin-bottom: 30px;
}
.footcont .item#one{
	max-width: 142px;
	margin-right: 90px;
}
.footcont .item#two h1{
	background: url(../images/flxback.jpg) no-repeat left center;
}
.footcont .item .href{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #aaaaaa;
	line-height: 26px;
	background: url(../images/f-hx2.jpg) no-repeat left center;
	padding-left: 32px;
}
.footcont .item .nr{
	padding-left: 32px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #aaaaaa;
	line-height: 26px; 
	float: left;
}
.footcont .item .nr span{
	display: block;
	overflow: hidden;
}
.footcont .item .nr a{
	color: #AAAAAA;
	float: left;
}
.footcont .item .nr p{
	float: left;
}
.footcont .fewm{
	width: 167px;
	float: right;
	overflow: hidden;
	margin-top: 20px
}
.footcont .fewm img{
	display: block;
	width: 100%;
}
.footcont .fewm p{
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	color: #aaaaaa;
	padding-top: 16px;
}
.footcopy{
	line-height: 52px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #747474;
}
.footcopy a{
	color: #747474;
}

/*news*/
.news{
	padding: 0;
	width: 100%;
} 
.news ul#xw{
	overflow: hidden;
	padding: 44px 0 0 0;
}
.news ul#xw li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dad9d9;
	padding-bottom: 16px;
	margin-bottom: 18px;
}
.news ul#xw li img{
	display: block;
	float: left;
	width: 28.021978%;
}
.news ul#xw li .nr{
	width: 68.681318%;
	float: right;
	overflow: hidden;
}
.news ul#xw li .nr h1{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #008c5a;
	margin: 8px 0 0 0 ;
	background: url(../images/news-left-back.jpg) no-repeat left center;
	background-size: 0 2px;
	padding-left: 0;
    -webkit-transition: all .5s ease;
}
.news ul#xw li:hover .nr h1{
	background-size: 60px 2px;
	padding-left: 68px;
    -webkit-transition: all .5s ease;
}
.news ul#xw li .nr .time{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #7e7e7e;
	padding: 12px 0 12px 0;
}
.news ul#xw li .nr .sub{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #3c3c3c;
	line-height: 25px;
	padding-bottom: 15px;
}
.news ul#xw li .nr .more{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #7e7e7e;
}

/*newsDe*/
.newsDe{
	width: 100%; 
	padding: 0;
}
.newsDe .Title{
	position: relative;
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 25px; 
	margin-top: 42px;
}
.newsDe .Title h1{
	font-family: "微软雅黑";
	font-size: 22px;
	font-weight: bold;
	color: #008c5a;
	line-height: 24px;
}
.newsDe .Title p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6d6d6d;
	padding-top: 18px;
}
.newsDe .newsShare{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.newsShare a{
	display: block;
	width: 45px !important;
	height: 45px !important;
	padding: 0 !important;
}
.newsShare a.bds_sqq{
	background: url(../images/news-qq.jpg) no-repeat center center;
}
.newsShare a.bds_qzone{
	background: url(../images/news-kj.jpg) no-repeat center center;
}
.newsShare a.bds_weixin{
	background: url(../images/news-wx.jpg) no-repeat center center;
}
.newsShare a.bds_tsina{
	background: url(../images/news-wb.jpg) no-repeat center center;
}
.newsShare a.bds_douban{
	background: url(../images/news-db.jpg) no-repeat center center;
}
.newsDe .content{
	overflow: hidden;
	margin-top: 25px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #424141;
	line-height: 28px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 75px;
}
.newsDe .content img{ 
	max-width: 100%;
}
.newsDe .sxp{
	overflow: hidden;
	margin-top: 15px;
}
.newsDe .sxp .ud{
	float: left;
}
.newsDe .sxp .ud a{
	font-family: "微软雅黑";
	font-size: 15px;
	color: #424141;
	line-height: 30px;
}
.newsDe .sxp .ud a:hover{
	color: #008c5a ;
}
.newsDe .fhlb{
	float: right;
	margin-top: 8px;
}
.newsDe .fhlb a{
	display: block;
	width: 200px;
	height: 40px;
	background-color: #2a3687;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	border-radius: 8px;
}

/*indexBox4*/
.indexBox4#ny{
	padding: 0;
	background-color: #fff;
	overflow:  unset;
}
.indexBox4#ny .sub{
	padding: 20px 5%;
}
.indexBox4#ny .h1-tit{
	padding-top: 32px;
}
.indexBox4#ny .item{
	margin-bottom: 30px;
}

/*about*/
.about{
	width: 100%;
	padding: 0 0 50px 0;
}
.about .indexBox5 .content .subcont{
	width: 100%;
}
.about .indexBox5 .content .subcont h1{
	text-align: left;
}
.about .imgwzpm{
	width: 100%;
	display: block;
}
.device{
	padding: 28px 15px 28px 15px;
	width: 100%;
	background-color: #008c5a;
	overflow: hidden;
}
.device h1{
	font-family: "Myriad Pro";
	font-size: 42px;
	color: #fff;
	
}
.device h2{
	font-family: "微软雅黑";
	font-size: 26px;
	color: #fff;
	padding-bottom: 26px;
}
.device p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.device .row{
	margin-top: 52px;
}
.device img{
	display: block;
	width: 100%;
	border: 2px solid #b1f7de;
	margin-bottom: 18px;
}
.about .indexBox6 .subitem{
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 22px;
	margin-bottom: 30px;
}
.about .indexBox6 .item{
	margin-bottom: 20px;
}
.about .indexBox6 .item p{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #373535;
    text-align: center;
    padding-top: 15px;
}

/*contact*/
.contact{
	width: 100%;
	padding: 0;
}
.contact .subcont{
	position: relative; 
	font-family: "微软雅黑";
	font-size: 16px;
	color: #373535;
	line-height: 28px;
	margin-top: 45px;
}
.contact .subcont .ckdt{
	position: absolute;
	right: 2%;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #575757;
	top: 35%;
	padding-top: 55px;
	background: url(../images/dt.jpg) no-repeat top center;
}
.contact .subcont .ckdt a{
	display: block;
}
.contact .subcont .lf{
	float: left;
}
.contact i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
	margin-top: 35px;
}

.contact .wxico{
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px; 
	background: url(../images/wx-img.jpg) no-repeat center center;
} 
.contact .wxico:hover .wxewm{
	display: block;
}
.contact  .wxewm{
	display: block;
	position: absolute;
	background-color: #fff;
	padding: 10px; 
    box-shadow: 0 0 8px #ccc;
    left: 32%;
    top: 25px;
    z-index: 999;
    display: none;
}
.contact  .wxewm img{
	display: block;
	width: 140px;
	height: 140px;
}
.contact  .wxewm h6{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}

.message{
	width: 100%;
	padding: 64px 35px 50px 35px;
	overflow: hidden;
	background-color: #f5f5f5;
	margin-top: 55px;
}
.message h1{
	font-family: "微软雅黑";
	font-size: 32px;
	color: #222325;
	text-align: center;
}
.message h2{
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	color: #737373;
	padding-top: 15px;
}
.message form#mess{
	width: 100%;
	overflow: hidden;
	margin-top: 42px;
}
form#mess input[type=text]{
	border: 2px solid #e9e9e9;
	background-color: #fff;
	border-radius: 100px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #222325;
	text-indent: 25px;
	height: 50px; 
}
form#mess input#name{
	width: 33%;
	height: 50px; 
}
form#mess input#tel{
	width: 30%;
	margin-left: 2.5%;
}
form#mess input#email{
	width: 30%;
	margin-left: 2.5%;
}
form#mess input#address{
	width: 100%;
	margin-top: 20px;
}
form#mess textarea{
	width: 100%;
	max-width: 100%;
	min-height: 50px;
	height: 150px;
	max-height: 150px;
	background-color: #fff;
	outline: none;
	border: 2px solid #e9e9e9;
	border-radius: 50px;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #222325;
	text-indent: 25px;
	padding-top: 12px;
}
form#mess input[type=button]{
	width: 416px;
	height: 46px;
	border: 2px solid #076443;
	background-color: #008c5a;
	border-radius: 100px;
	margin: 49px auto 0;
	display: block;
	color: #fff;
	outline: none;
	font-size: 20px;
}

/*problem*/
.problem{
	width: 100%;
	padding: 0;
}
.problem .topClass{
	margin-bottom: 43px;
}
.problem h3{
	font-weight: 100%;
	overflow: hidden;
	cursor: pointer;
	line-height: 40px;
	background: #f7f9f8 url(../images/plus.jpg) no-repeat right 3% center;
}
.problem h3.on{
	background: #008c5a url(../images/close.jpg) no-repeat right 3% center;
	transition:all .5s ease;
}
.problem h3 p{
	float: left; 
	font-family: "微软雅黑";
	font-size: 15px;
	color: #1d1d1d;
}
.problem h3.on p{
	color: #fff;
}
.problem .item{
	overflow: hidden;
	margin-bottom: 10px;
}
.problem span.fk{
	display: block;
	width: 40px;
	margin-right: 22px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: arial;
	font-size: 22px;
	color: #fff;
	float: left;
	border-radius: 8px;
}
.problem span#Q{
	background-color: #008c5a;
}
.problem span#A{
	background-color: #2a3687;
}
.problem ul.pro{
    padding: 25px 0 35px 0;
    overflow: hidden; 
    display: none;
}
.problem ul.pro li .cont{
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #373535;
	line-height: 25px;
	width: 92.5%;
}

/*product*/
.product{
	width: 100%;
	padding: 0;
}
.product .h1-tit{
	padding-top: 40px;
}

/*productDe*/
.productDe{
	width: 100%;
	padding: 0 0 30px 0;
}
.productDe .imgShow{
	overflow: hidden;
	margin-top: 32px;
	position: relative;
}
.productDe .imgShow .left{
	width: 82.747252747%;
	float: left;
}
.productDe .imgShow .right{
	width: 15.714285714%;
	float: right;
}
.productDe .parBd{
	overflow: hidden
}
.productDe .parBd ul{
	overflow: hidden;
}
.productDe .parBd ul li{
	overflow: hidden; 
	width: 100%;
}
.productDe .parBd ul li img{
	display: block;
	width: 100%;
	border: 1px solid #dedede;
}
.productDe .parHd {
	overflow: hidden;
}
.productDe .parHd ul{
	overflow: hidden;
}
.productDe .parHd ul li{
	overflow: hidden;
	margin-bottom: 7px;
	height: auto;
	cursor: pointer;
	min-height: 122px !important; 
}
.productDe .parHd ul li.on img{
	border: 1px solid #008c5a;
}
.productDe .parHd ul li img{
	display: block;
	width: 100%; 
	border: 1px solid #dedede;
}
.p-prev{
	display: block;
	width: 30px;
	height: 30px; 
	background: url(../images/p-prev.jpg) no-repeat center center;
	position: absolute;
	right: 35px;
	bottom: 5px;
}
.p-next{
	display: block;
	width: 30px;
	height: 30px; 
	background: url(../images/p-next.jpg) no-repeat center center;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.pro-sub-zx{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
	line-height: 35px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
}
.pro-sub-zx .zx{
	display: block;
	color: #fff;
	border-radius: 8px;
	float: left;
	margin-right: 5px;
	width: 120px;
	background-color: #008c5a;
}
.pro-sub-zx .tel{
	display: block;
	border-radius: 8px;
	float: left;
	width: 460px;
	background-color: #1e3187;
}
.productDe .Decont{
	overflow: hidden;
	margin-top: 78px;
	border-top: 1px solid #f2f3f2;
	padding-top: 32px;
}
.Decont .imgdp{
	display: block;
	width: 36.263736263%;
	margin: 25px auto 10px;
}
.Decont .wzpm-content{
	padding: 25px 0 0 0; 
}
.Decont .wzpm-content .words{
	width: 48%;
}
.productDe .wzpm-content .words span{
	width: 93%;
} 
.dfr{
	float: right !important;
}
.dfl{
	float: left !important;
} 
.Decont .wzpm-content .words p{
	margin-bottom: 10px;
}
.Decont .hex{
	display: block;
	margin-top: 15px;
	width: 100%;
	height: 1px;
	background-color: #f2f3f2;
}
.Decont .wzpm-content:nth-child(2n+2) .Img{
	float: left;
}

/*NyRight*/
.NyRight{
	width: 77.118644%;
	float: right;
	overflow: hidden;
}
.NyRight .topClass{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f9f9f9;
	margin-top: 40px;
}
.NyRight .topClass a{
	display: block; 
	width: 160px;
	/*padding-left: 2.092%;
	padding-right: 2.092%;*/
	float: left;
	text-align: center;
	font-size: 18px;
	color: #4c4b4b;
    -webkit-transition: all .5s ease;
}
.NyRight .topClass p{
	float: right;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #5a5959;
	background: url(../images/home.jpg) no-repeat left center;
	padding-left: 32px;
	margin-right: 2%;
}
.NyRight .topClass p a{
	font-size: 12px;
	width: auto;
	padding-left:0;
	padding-right:0;
}
.NyRight .topClass p a:hover{
	background: none;
	color: #008C5A;
}
.NyRight .topClass a:hover,.NyRight .topClass a.on{
	background-color: #008c5a;
	color: #fff;
    -webkit-transition: all .5s ease;
}

/*NyLeft*/
.NyLeft{
	width: 18.6440677%;
	float: left;
	overflow: hidden;
	background-color:#f5f5f5;
	margin-top: -30px;
	position: relative;
	z-index: 999;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
	margin-bottom: 40px;
}
.NyLeft .Tit{
	width: 100%;
	text-align: center;
	padding: 40px 0 25px 0;
	background: #008c5a; 	
}
.NyLeft .Tit h1{
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.NyLeft .Tit h2{
	font-family: arial;
	font-size: 14px;
	color: #fff;
	padding-top: 8px;
}
.NyLeft > ul{
	padding: 20px  4.545454% 0 4.545454%; 
}
.NyLeft > ul li{
    margin-bottom: 15px;
}
.NyLeft > ul h4 a {
    display: block;
    line-height: 40px; 
    font-family: "微软雅黑";
    font-size: 18px; 
    color: #fff;
    background: #008c5a url(../images/up.jpg) no-repeat right 8% center;
    text-indent: 18px;
    border-radius: 8px;
}
.NyLeft > ul li.on h4 a{
	background: #008c5a url(../images/dn.jpg) no-repeat right 8% center;
}
.NyLeft > ul li ul { 
    padding:3px 0 0 0; 
    display: none;
}
.NyLeft > ul li.on ul{
	display: block;
}
.NyLeft > ul li ul li{
	margin-bottom: 0;
}
.NyLeft > ul li ul li a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #4b4a4a;
    text-indent: 18px;
}
.NyLeft > ul li ul li a:hover,.NyLeft > ul li ul li a.on{
	color: #008c5a;
} 
.NyLeft .leftLx{
	width: 100%;
	height: 395px;
	padding: 12px 4.09090% 0 4.09090%;
	background: url(../images/left-lx-back.jpg) no-repeat center center;
	margin-top: 35px;
}
.leftLx h1{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: url(../images/kefu-left.png) no-repeat left 22px center; 
	line-height: 33px; 
	text-indent: 5px;
	text-indent:70px; 
	margin-bottom: 8px;
}
.leftLx span{
	display: block;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #dadefb;
	line-height: 28px;
	font-weight: bold;
}
.leftLx span a{
	float: left;
}
.leftLx span p{
	float: left;
}
.leftLx i{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #dadefb;
	margin: 10px 0 15px 0;
}

/*通用*/
.h1-tit{
	font-family: "微软雅黑";
	font-size: 35px;
	font-weight: bold;
	color: #303131;
	text-align: center;
}
.h1-tit a{
	color: #008c5a;
}
.h2-tit{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #606060;
	text-align: center;
	padding-top: 6px;
}
.h2-tit i{
	display: inline-block;
	width: 44px;
	height: 9px;
	background: url(../images/t-back.png) no-repeat center center;
	line-height: 6px;
}
.mr12{
	margin-right: 12px;
}
.ml12{
	margin-left: 12px;
}
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 1000;
}
.footH {
    height: 65px;
    display: none;
}
.footFix {
    background: #008c5a;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}
.nybanner{
	width: 100%;
	overflow: hidden;
	margin-top: 1px;
}
.nybanner img{
	width: 100%;
}
.Page{
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
}
.disabled{ border:1px solid #d8d8d8; padding: 5px 5px; font-size:12px; color:#d8d8d8;}
.Page a{ border:1px solid #d8d8d8; padding: 5px 10px; font-size:12px; color:#d8d8d8; }
.Page a.sy{color:#707072 !important;}
.current{ background:#008c5a; padding:5px 9px; color:#fff; border:1px solid #008c5a;font-size:12px;}

/*右侧浮动*/

.right-nav {
	position: fixed;
	right: 1.7%;
	top: 55%;
	width: 36px;
	height: 160px; 
	color: #fff;
	z-index: 99;
	transition: right, 0.5s;
	font-size: 14px;
}

.right-nav .iconfont {
	color: #fff;
	line-height: 36px;
	font-size: 24px;
}

.right-nav .nav-advertisement {
	cursor: pointer;
}

.fttel {
	line-height: 22px;
}

.fttel span {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.fttel span:first-child {
	border-bottom: #fff solid 1px;
}

@media screen and (max-width: 1365px) {
	.right-nav {
		right: 0px;
	}
	.right-nav .nav-recharge .line {
		background-color: transparent;
	}
	.right-nav .nav-advertisement img {
		margin-left: 0;
	}
}

@media screen and (min-width: 1366px) {
	.right-nav .nav-recharge,
	.go-top {
		left: 0;
	}
	.right-nav .nav-recharge .line {
		background-color: #fff;
	}
	.right-nav .nav-hover>.go-top {}
	.right-nav .nav-advertisement img {
		margin-left: -36px;
	}
}

.right-nav .nav-recharge .line {
	width: 24px;
	height: 1px;
}

.right-nav .nav-hover {
	margin-top: 10px;
}

.right-nav .nav-hover>div {
	height: 36px;
	position: relative;
	text-align: center;
	line-height: 14px;
	overflow: hidden;
}

.right-nav .nav-hover>.go-top {
	width: 36px;
	cursor: pointer;
	transition-property: left;
	transition-duration: 0.5s;
}

.right-nav .nav-hover>.go-top>img {
	width: 20px;
}

.right-nav .nav-hover>div>img {
	margin-top: 9px;
}

.right-nav .nav-hover>div .nav-open {
	position: absolute;
	left: -150px;
	top: 0;
	min-height: 36px;
	opacity: 0;
	width: 135px;
	line-height: 36px;
	background-color: #008c5a;
	color: #fff;
	transition: left, 0.5s;
	display: none;
}

.right-nav .nav-hover>div.mp-code-wrap .nav-open {
	width: 281px;
	left: -296px;
	background-color: #ffffff;
}

.right-nav .nav-hover>div.mp-code-wrap .redPoi {
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap:hover .nav-open {
	opacity: 1;
	left: -281px;
	display: block;
}

.right-nav .nav-hover>div.mp-code-wrap .mp-code .line {
	margin: 18px 5px 0;
	height: 100px;
	width: 1px;
	background-color: #ccc;
}

.right-nav .nav-hover>div.mp-code-wrap .content {
	background-color: #ffffff;
	color: #282828;
}

.right-nav .nav-hover>div .nav-open .arrow {
	position: absolute;
	right: -8px;
	top: 14px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 4px solid #0068b7;
}

.right-nav .nav-hover>div .nav-open .team-num {
	line-height: 18px;
	color: #f6f8f9;
	margin-top: -5px;
	padding-bottom: 5px;
}

.right-nav .nav-hover>div .nav-open .team-num2 {
	margin-top: 10px;
	font-size: 12px;
}

.right-nav .nav-hover>div .nav-open img {
	width: 135px;
}

.right-nav .nav-hover>div {
	background-color: #626262;
	overflow: visible;
	border-radius: 3px;
	margin-bottom: 3px;
}

.right-nav .nav-hover>div:hover {
	background-color: #008c5a;
	overflow: visible;
}

.right-nav .nav-hover>div:hover .nav-open {
	opacity: 1;
	left: -140px;
	display: block;
}

.right-nav .nav-hover>div .fdweixin {
	background: #008c5a!important;
	padding: 8px;
	width: 150px;
	left: -180px;
}

.right-nav .nav-hover>div:hover .fdweixin {
	opacity: 1;
	left: -155px;
	display: block;
}

.wzpm-fix-video{
	width: 210px;
	position: fixed;
	right: 0;
	bottom: 16%;
	opacity: 1;
	z-index: 9999;
	-webkit-transition: all .8s ease;
}
.wzpm-fix-video.none{
	right: -210px;
	opacity: 0;
	-webkit-transition: all .8s ease;
}
.wzpm-sp-close{
	width: 28%;
	line-height: 30px;
	text-align: center;
	background: rgba(0,0,0,0.6);
	color: #fff;
	cursor: pointer;
	float: right;
	letter-spacing: 1px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
}
.wzpm-sp-close:hover{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.wzpm-fix-video video{
	background: #000;
	padding: 3px;
}
