@charset "utf-8";
/* CSS Document */
.home-new-section {
  padding: 50px 0 60px;
  background-color: #f0f0f0;
}
.home-new-section .wp {
  max-width: 1420px;
  margin: 0 auto;
}
.home-new-hd {
  position: relative;
  padding-bottom: 40px;
}
.home-new-hd .title {
  padding-left: 15px;
}
.home-new-hd .title .cn {
  font-size: 28px;
  margin-right: 5px;
}
.home-new-hd .title .en {
  font-size: 18px;
  color: #666;
}
.home-new-hd .title .more {
  display: none;
  float: right;
  height: 29px;
  width: 29px;
  background: url(../images/icon40.png) no-repeat center center;
  background-size: 70%;
}
.swiper-container{
	overflow: auto;
}
.home-new-hd .fask-link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.home-new-hd .fask-link .item {
  cursor: pointer;
  display: inline-block;
  width: 115px;
  height: 32px;
  margin: 0 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  border: 1px solid #919191;
}
.home-new-hd .fask-link .item.on {
  background-color: #009549;
  border: 1px solid #009549;
  color: #fff;
}
.home-new-hd .fask-link .item i {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 2px;
}
.home-new-bd .left-box {
  position: relative;
  float: left;
  width: 49%;
}
.home-new-bd .left-box .prev {
  cursor: pointer;
  position: absolute;
  left: -20px;
  bottom: 70px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon28.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #009549;
}
.home-new-bd .left-box .prev:hover {
  background-color: #e15459;
}
.home-new-bd .left-box .next {
  cursor: pointer;
  position: absolute;
  left: -20px;
  bottom: 25px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon29.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #009549;
}
.home-new-bd .left-box .next:hover {
  background-color: #e15459;
}
.home-new-bd .left-box .box {
  position: relative;
  background-color: #fff;
}
.home-new-bd .left-box .box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #009b4e;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('../images/icon10.jpg');
}
.home-new-bd .left-box .box .box-img {
  position: relative;
  padding-top: 59.26829%;
}
.home-new-bd .left-box .box .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-new-bd .left-box .box .box-info {
  position: relative;
  height: 150px;
  padding: 30px 45px 0 60px;
}
.home-new-bd .left-box .box h5 {
  padding-right: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.home-new-bd .left-box .box .p {
  max-height: 50px;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #999;
}
.home-new-bd .left-box .box .time {
  position: absolute;
  font-size: 12px;
  color: #999;
  top: 30px;
  right: 30px;
}
.home-new-bd .new-left-img {
  position: relative;
  padding-top: 60.97561%;
}
.home-new-bd .new-left-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
.home-new-bd .right-box {
  float: right;
  width: 51%;
}
.home-new-bd .right-box li {
  margin-bottom: 10px;
}
.home-new-bd .right-box li.on .cell {
  background-color: #009549;
}
.home-new-bd .right-box li.on .cell:after {
  display: none;
}
.home-new-bd .right-box li.on .cell .left {
  border-right: 1px solid #33aa6d;
  color: #fff;
}
.home-new-bd .right-box li.on .cell .right h5 {
  color: #fff;
}
.home-new-bd .right-box li.on .cell .right .p {
  color: #fff;
}
.home-new-bd .right-box .cell {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
  height: 121px;
  padding-top: 16px;
  background-color: #fff;
}
.home-new-bd .right-box .cell:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #009b4e;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('../images/icon10.jpg');
}
.home-new-bd .right-box .left {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  width: 115px;
  border-right: 1px solid #e0dfdf;
  text-align: center;
  color: #666;
}
.home-new-bd .right-box .left span {
  display: block;
  padding-bottom: 7px;
  font-size: 36px;
}
.home-new-bd .right-box .left p {
  padding-bottom: 7px;
  font-size: 18px;
}
.home-new-bd .right-box .right {
  overflow: hidden;
  padding-left: 30px;
  max-width: 640px;
}
.home-new-bd .right-box .right h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight:bold;
  color: #333;
}
.home-new-bd .right-box .right .p {
  font-size: 14px;
  line-height: 25px;
  color: #999;
  max-height: 50px;
  overflow: hidden;
}

.copyright {
  background: #2c3e50;
  width: 100%;
  min-height: 100px;
  /* position: fixed;
  bottom: 0;
  z-index: 99999; */
}

.copy {
  max-width: 1380px;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  color: #fff;
  font-size: 12px;
}
.copy a {
  color: #fff;
}
.copy a:hover {
  color: #0099ff;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w1200 {
	width: 1400px;
	margin: 0 auto;
}
.nybanner {
	width: 100%;
	position: relative;
	height: 250px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/nybanner.jpg);
	margin-bottom:35px;
}
.icon {
	vertical-align: middle;
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
}
.wrapper .w1200 {
	position: relative;
	z-index: 5;
}
.wrapper .left {
	width: 240px;
}
.wrapper .left .submenubox {
	padding-bottom: 20px;
}
.wrapper .left .submenubox .left_title {
	height: 80px;
	background: #009b4c;
	color: #fff;
}
.wrapper .left .submenubox .left_title h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
	padding-left: 26px;
	text-transform: uppercase;
}
.wrapper .left .submenubox .left_title s {
	background-position: -248px -76px;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	margin-right: 30px;
	margin-top: 28px;
}
.wrapper .left .submenu {
	position: relative;
}
.wrapper .left .submenu li {
	display: block;
}
.wrapper .left .submenu li a.sub1 {
	height: 60px;
	line-height: 60px;
	display: block;
	padding-left: 28px;
	background: url(../images/jtou.png) no-repeat 90% center #fff;
	font-size: 18px;
	border: 1px solid #eeeeee;
	border-top: 0 none;
	overflow: hidden;
}
.wrapper .left .submenu li a.sub1:hover {
	background: url(../images/jtou_a.png) no-repeat 90% center #fff;
	border-left: 2px solid #009b4c;
	border-right: 1px solid #f5f5f5;
	color: #009b4c;
}
.wrapper .left .submenu li.hover a.sub1 {
	background: url(../images/jtou_a.png) no-repeat 90% center #fff;
	border-left: 2px solid #009b4c;
	border-right: 1px solid #f5f5f5;
	color: #009b4c;
}
.wrapper .left .submenu s {
	width: 2px;
	height: 61px;
	display: block;
	background: #009b4c;
	position: absolute;
	left: 0;
	top: 0;
}
.wrapper .left .submenu .box {
	padding-bottom: 0;
	background: #f9f9f9;
	border: 1px solid #eeeeee;
	border-top: 0 none;
	display: none;
}
.wrapper .left .submenu .box a {
	color: #333;
	line-height: 40px;
	display: block;
	height: 40px;
	padding-left: 28px;
	overflow: hidden;
}
.wrapper .left .submenu .box a s {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	display: inline-block;
	background-position: 2px -178px;
}
.wrapper .left .submenu .box a:hover, .wrapper .left .submenu .box a.hover {
	color: #009b4c;
}
.wrapper .left .submenu li.hover .box {
	display: block;
}
.wrapper .left .leftbox {
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.wrapper .left .leftbox .left_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 5px;
}
.wrapper .left .leftbox .left_title h3 {
	font-size: 18px;
	font-weight: normal;
	color: #009b4c;
	display: block;
	text-transform: uppercase;
}
.wrapper .left .leftbox .leftprocomt {
	padding-top: 10px;
}
.wrapper .left .leftbox .leftprocomt li {
	float: left;
	text-align: center;
	width: 104px;
	margin-right: 10px;
}
.wrapper .left .leftbox .leftprocomt li img {
	width: 104px;
	height: 78px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.wrapper .left .leftbox .leftprocomt li p {
	font-size: 12px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.wrapper .left .leftbox .leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #009b4c;
}
.wrapper .left .leftbox .cont {
	padding-top: 18px;
	white-space: normal;
}
.wrapper .left .leftbox .cont .img {
	float: left;
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0 auto 10px;
}
.wrapper .left .leftbox .cont img {
	width: 216px;
	height: 216px;
}
.wrapper .left .leftbox .cont p {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}
.wrapper .left .leftbox .cont .zx {
	width: 100%;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	background: #009b4c;
	color: #fff;
	display: block;
	margin-top: 10px;
}
.wrapper .left .leftbox .cont .zx em {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: -152px -152px;
	vertical-align: top;
	border-right: 1px solid #fff;
	margin-right: 35px;
}
.wrapper .left .leftbox .cont .zx:hover {
	background: #ed8e06;
}
.wrapper .right {
	width: 1100px;
}
.wrapper .right .right_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}
.wrapper .right .right_title h3 {
	color: #009b4c;
	font-size: 18px;
	border-left: 3px solid #009b4c;
	height: 20px;
	line-height: 20px;
	padding-left: 14px;
	margin-top: 5px;
}
.wrapper .right .cont {
	padding: 40px 0;
	color: #666666;
        width:90%;
}
.wrapper .right .cont .t1 {
	padding: 0 0 25px;
	color: #009b4c;
	font-size: 20px;
}
.wrapper .right .cont .t2 {
	color: #009b4c;
	font-size: 30px;
	display: block;
	padding: 30px 0;
}
.wrapper .Productlist {
}
.wrapper .Productlist .list {
	width: 100%;
}
.wrapper .Productlist .item {
	float: left;
	width: 288px;
	margin-right: 30px;
	margin-bottom: 30px;
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.wrapper .Productlist .item a {
	display: block;
	width: 100%;
}
.wrapper .Productlist .item img {
	width: 288px;
	height: 216px;
	display: block;
}
.wrapper .Productlist .item h3 {
	display: block;/* border: 1px solid #eee; */
	border-top: 0 none;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color:#666;
}
.wrapper .Productlist .item:hover {
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
}
.wrapper .single img {
	max-width: 100%;
	display: inline;
}
.wrapper .showinfo img {
	max-width: 100%;
	display: inline;
}
.wrapper .showinfo .Article-title {
	border-bottom: 1px solid #92e9ff;
	padding-bottom: 20px;
	text-align: center;
}
.wrapper .showinfo .Article-title h1 {
	font-size: 24px;
}
.wrapper .showinfo .Article-title .mark span {
	font-size: 12px;
	padding: 0 5px;
}
.wrapper .showinfo .newsinfo {
	padding: 20px 0;
}
.wrapper .reLink {
	height: 48px;
	line-height: 48px;
	padding: 0;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	margin: 20px auto;
}
.wrapper .reLink .prevLink, .wrapper .reLink .nextLink {
	width: 50%;
}
.wrapper .reLink .nextLink {
	text-align: right;
}
.wrapper .thumblist .item {
	width: 430px;
	height: 144px;
	margin-right: 38px;
}
.wrapper .thumblist .item a {
	width: 414px;
	height: 128px;
	padding: 8px;
}
.wrapper .thumblist .item img {
	width: 180px;
	height: 127px;
	display: block;
}
.wrapper .thumblist .item .txt {
	width: 212px;
	height: 127px;
	overflow: hidden;
	position: relative;
}
.wrapper .thumblist .item .txt h3 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.wrapper .thumblist .item .txt p {
	padding-top: 8px;
	color: #737373;
	line-height: 22px;
}
.wrapper .thumblist .item .txt .jia {
	display: none;
}
.wrapper .thumblist .item .di {
	width: 430px;
	height: 144px;
	border: 1px solid #e5e5e5;
	position: absolute;
	right: -10px;
	bottom: -10px;
}
.wrapper .right .cont .t2 {
	color: #009b4c;
	font-size: 30px;
	display: block;
	padding: 30px 0;
}
.wrapper .Productlist {
}
.wrapper .Productlist .list {
	width: 100%;
}
.wrapper .Productlist .item {
	float: left;
	width: 288px;
	margin-right: 30px;
	margin-bottom: 30px;
	display: block;
	position: relative;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.wrapper .Productlist .item a {
	display: block;
	width: 100%;
}
.wrapper .Productlist .item img {
	width: 288px;
	height: 216px;
	display: block;
}
.wrapper .Productlist .item h3 {
	display: block;/* border: 1px solid #eee; */
	border-top: 0 none;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
}
.wrapper .Productlist .item:hover {
	box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
}
.wrapper .single img {
	max-width: 100%;
	display: inline;
}
.wrapper .showinfo img {
	max-width: 100%;
	display: inline;
}
.wrapper .showinfo .Article-title {
	border-bottom: 1px solid #92e9ff;
	padding-bottom: 20px;
	text-align: center;
}
.wrapper .showinfo .Article-title h1 {
	font-size: 24px;
}
.wrapper .showinfo .Article-title .mark span {
	font-size: 12px;
	padding: 0 5px;
}
.wrapper .showinfo .newsinfo {
	padding: 20px 0;
}
.thumblist1 .item {
	border-bottom: 1px dotted #b0b0b0;
	padding: 30px 0;
	font-family: 'PingFang SC', "microsoft yahei", "Arial";
}
.thumblist1 .item:first-child {
	padding-top: 0;
}
.thumblist1 .item a {
	display: block;
}
.thumblist1 .item .img {
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.thumblist1 .item .img img {
	width: 100%;
	display: block;
	height: 100%;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.thumblist1 .item .img:hover img {
	transform: scale(1.06, 1.06);
}
.thumblist1 .item .txt {
	width: 100%;
	color:#666;
}
.thumblist1 .item .txt h3 {
	font-size: 18px;
	line-height: 30px;
}
.thumblist1 .item .txt .desc {
	padding-top: 10px;
	color: #999;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 12px;
}
.thumblist1 .item .txt span {
	display: inline-block;
	font-size: 12px;
	color: #b7b7b7;
	padding-right: 26px;
}
.thumblist1 .item .txt span em {
	width: 20px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	background-position: -196px -120px;
}
.thumblist1 .item .txt span .time {
	background-position: -174px -121px;
}