/* 初始化&公用 */
* {
	padding: 0;
	border: 0;
	margin: 0;
}

@font-face {
	font-family: YaHeiLight;
	src: url('/addons/cms/view/default/font/Microsoft\ YaHei\ UI\ Light.ttf');
}

@font-face {
	font-family: PMZD;
	src: url('/addons/cms/view/default/font/PMZD.ttf');
}

@font-face {
	font-family: bahnschrift;
	src: url('/addons/cms/view/default/font/bahnschrift.ttf');
}

@font-face {
	font-family: xst;
	src: url('/addons/cms/view/default/font/simsun.ttf');
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
	/* display: block; */
}

img {
	display: block;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

/* banner */
.banner {
	overflow: hidden;
	background: #eee;
}

.banner-box {
	min-width: 1200px;
	height: 600px;
	position: relative;
	margin: 0 auto;
}

.banner-box .bd {
	width: 100% !important;
}

.banner-box .bd li {
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-box .bd li a {
	display: block;
	background-size: auto;
	width: 100%;
	height: 600px;
}

.banner-btn {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	margin-left: 0;
	height: 15px;
	overflow: hidden;
}

.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 90px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.banner-box .hd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: block;
}

.banner-box .hd ul {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	height: 15px;
}

.banner-box .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	text-indent: -9999px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out;
	text-align: center;
	z-index: 1111;
}

.banner-box .hd ul li.on {
	background: #05a639;
	width: 40px;
	height: 15px;
}

.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

/*banner-end*/

/* indexTitle */
.index_title {
	text-align: center;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 50px;
}

.index_title h1 {
	font-size: 50px;
	color: #05a639;
	letter-spacing: 3px;
}

.index_title h1 span {
	color: #333;
	font-weight: 500;
}

.index_title p {
	color: #666;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	letter-spacing: 3px;
	font-size: 16px;
}

.index_title p::after {
	position: absolute;
	height: 1px;
	width: 1300px;
	background: #eee;
	left: -1320px;
	top: calc(50% - 0.5px);
	content: "";
}

.index_title p::before {
	position: absolute;
	height: 1px;
	width: 1300px;
	background: #eee;
	right: -1320px;
	top: calc(50% - 0.5px);
	content: "";
}

.index_title i {
	display: block;
	font-size: 26px;
	margin-top: 20px;
	color: rgb(51, 51, 51, 0.1);
}

/* indexTitle-end */

/* prod_left */
.prod_left {
	width: 280px;
	float: left;
}

.prod_left .prod_left_title {
	width: 280px;
	height: 130px;
	background: #05a639;
	position: relative;
}

.prod_left .prod_left_title p {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	padding-top: 24px;
	margin-left: 30px;
}

.prod_left .prod_left_title::after {
	content: "";
	display: block;
	background: url(/addons/cms/view/default/images/prod_ico.png) no-repeat;
	width: 40px;
	height: 41px;
	position: absolute;
	top: 32px;
	right: 24px;
	opacity: 0.2;
	transition: 0.3s;
}

.prod_left .prod_left_title:hover::after {
	opacity: 0.8;
	transition: 0.3s;
}

.prod_left .prod_left_title span {
	display: block;
	color: #fff;
	opacity: 0.2;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 30px;
	margin-top: 4px;
	font-size: 13px;
}

.prod_left .prod_left_title i {
	margin-left: 30px;
	display: block;
	background: #fff;
	width: 24px;
	height: 1px;
	margin-top: 20px;
}

.prod_left ul {
	background: #fff;
}

.prod_left ul li {
	position: relative;
	border-bottom: 1px #eee solid;
}

.prod_left ul li>a {
	font-size: 16px;
	display: block;
	height: 70px;
	line-height: 70px;
	position: relative;
	z-index: 1;
	padding-left: 30px;
}

.prod_left ul li::after {
	content: "";
	display: block;
	width: 0%;
	height: 70px;
	background: #ff4800;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: 0.3s;
}

.prod_left ul li:hover::after {
	width: 100%;
	transition: 0.3s;
}

.prod_left ul li:hover>a {
	color: #fff;
}

.prod_left ul li em {
	max-height: 0px;
	overflow: hidden;
	display: block;
	background: #eee;
	transition: 0.3s;
}

.prod_left ul li:hover em {
	max-height: 500px;
	transition: 0.3s;
}

.prod_left ul li:hover em i:first-child {
	margin-top: 20px;
}

.prod_left ul li:hover em i:last-child {
	margin-bottom: 20px;
}

.prod_left ul li em i {
	height: 40px;
	line-height: 40px;
	display: block;
	margin-left: 40px;
	padding-left: 16px;
	position: relative;
	font-style: initial;
}

.prod_left ul li em i span {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	position: absolute;
	left: 0;
	top: -1px;
	transition: 0.3s;
}

.prod_left ul li em i:hover span {
	color: #ff4800;
	transition: 0.3s;
}

.prod_left ul li em i a {
	font-size: 14px;
	color: #666;
}

.prod_left_contact {
	height: 120px;
	width: 280px;
	background: #333;
	background: -moz-linear-gradient(top, #333 0%, #111 100%);
	background: -webkit-linear-gradient(top, #333 0%, #111 100%);
	background: linear-gradient(to bottom, #333 0%, #111 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#111', GradientType=0);
	position: relative;
}

.prod_left_contact::after {
	content: "";
	display: block;
	background: url(/addons/cms/view/default/images/prod_tel.png) no-repeat;
	position: absolute;
	top: 36px;
	left: 54px;
	width: 18px;
	height: 20px;
}

.prod_left_contact p {
	font-size: 15px;
	color: #fff;
	padding-top: 34px;
	padding-bottom: 4px;
	margin-left: 90px;
	opacity: 0.8;
}

.prod_left_contact span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 90px;
}

/* prod_left-end */

/* 初始化&公用结束 */
/* ------------------------------------------------- */
/* 首页样式 */

/* header */
.header {
	width: 100%;
	background: #fff;
	height: 160px;
}

.header .w1300 {
	overflow: hidden;
}

.header .logo {
	float: left;
	position: relative;
	padding: 50px 0;
}

.header .logo img {
	display: block;
}

.header .logo::after {
	position: absolute;
	right: -95px;
	top: 0;
	width: 37px;
	height: 100%;
	content: "";
	background: url(/addons/cms/view/default/images/logo_right_line.png) no-repeat center;
}

.header .logo_right {
	float: left;
	margin-left: 130px;
	height: 160px;
}

.header .logo_right dl {
	overflow: hidden;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.header .logo_right dl dd {
	float: left;
	margin-left: 16px;
}

.header .logo_right dl dd h1 {
	font-size: 24px;
	color: #333;
	margin-top: 50px;
}

.header .logo_right dl dd p {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
	margin-top: 5px;
	float: left;
	color: #fff;
	width: 80px;
	text-align: center;
	line-height: 24px;
	background: #05a639;
	margin-right: 15px;
	border-radius: 6px;
	margin-top: 8px;
}

.header .header_right {
	float: right;
}

.header .header_right dl dt {
	font-size: 18px;
	color: #999;
	text-align: right;
	margin-top: 47px;
}

.header .header_right dl dd {
	font-size: 40px;
	color: #333;
	font-family: bahnschrift;
	padding-left: 48px;
	background: url(/addons/cms/view/default/images/header_top_phone.jpg) left center no-repeat;
	letter-spacing: 2px;
}

.nav {
	width: 100%;
	height: 80px;
	/* background: linear-gradient(to bottom, #333333, #000000); */
	background: #05a639;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
}

.nav ul {
	/* overflow: hidden; */
}

.nav ul li {
	float: left;
	width: calc(100% / 8);
	position: relative;
	height: 80px;
	text-align: center;
	transition: ease .3s;
}

.nav ul li:hover:before {
	opacity: 1;
}

.nav ul li.cur:before {
	opacity: 1;
}

.nav ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	/* background: url(/addons/cms/view/default/images/nav_back.jpg) center no-repeat; */
	background: #ff4800;
	z-index: 1;
	transition: ease .3s;
	opacity: 0;
}

.nav ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 1px;
	background: rgb(255, 255, 255, 0.1);
	transition: ease .3s;
}

.nav ul li dl dt {
	color: #fff;
	font-size: 15px;
}

.nav ul li dl dd {
	color: rgb(255, 255, 255, 0.3);
	font-size: 12px;
	font-weight: 100;
}

.nav ul li a {
	display: block;
	height: 80px;
	padding-top: 22px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.nav .nav_menu {
	float: left;
	width: 100%;
	position: relative;
	z-index: -1;
	background: rgb(255, 255, 255, 1);
	text-align: center;
	transition: ease .3s;
	overflow: hidden;
	height: 0;
	opacity: 0;
	box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
	border-radius: 0 0 5px 5px;
}

.nav .nav_menu a {
	padding: 0;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	/* border-bottom: 1px dashed #ddd; */
	color: #666;
	transition: ease .3s;
}

.nav .nav_menu a:last-child {
	border-bottom: none;
}

.nav .nav_menu a:hover {
	/* background: #ff4800; */
	color: #fff;
}

.nav .nav_menu span {
	display: block;
	width: 100%;
	height: 45px;
	background: #ff4800;
	position: absolute;
	left: 0;
	top: -45px;
	transition: ease .3s;

}

/* header-end */

/* search */
.search {
	width: 100%;
	height: 140px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.search .w1300 {
	overflow: hidden;
}

.search .search_left,
.search .search_center {
	float: left;
}

.search .search_right {
	float: right;
	margin-top: 32px;
}

.search .search_left p {
	font-size: 18px;
	color: #333;
	padding-left: 32px;
	background: url(/addons/cms/view/default/images/search_left.png) left center no-repeat;
}

.search .search_left p font {
	font-size: 12px;
	color: #ddd;
	text-transform: uppercase;
	margin-left: 12px;
}

.search .search_left span {
	display: block;
	overflow: hidden;
	margin-top: 14px;
}

.search .search_left span a {
	display: block;
	float: left;
	font-size: 15px;
	color: #666;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid #d9d9d9;
	line-height: 15px;
	padding-bottom: 2px;
}

.search .search_left span a:last-child {
	border-right: 0;
}

.search .search_left {
	margin-top: 42px;
}

.search .search_center {
	width: 368px;
	height: 50px;
	margin-top: 45px;
	margin-left: 66px;
	overflow: hidden;
}

.search .search_center input[type=text] {
	width: 306px;
	height: 50px;
	background: #05a639;
	padding-left: 18px;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	float: left;
	color: #fff;
	font-size: 16px;
}

.search .search_center input[type=text]::placeholder {
	color: #fff;
	font-size: 16px;
}

.search .search_center input[type=submit] {
	width: 62px;
	height: 50px;
	border-radius: 0 5px 5px 0;
	border: 1px solid #ddd;
	box-sizing: border-box;
	float: left;
	background: #fff url(/addons/cms/view/default/images/search_icon.png) center no-repeat;
	cursor: pointer;
}

.search .search_right p {
	font-size: 20px;
	color: #333;
	padding-left: 48px;
}

.search .search_right h1 {
	font-size: 49px;
	color: #333;
	font-family: bahnschrift;
	font-weight: 500;
	line-height: 50px;
	padding-left: 48px;
	background: url(/addons/cms/view/default/images/search_phone.png) left center no-repeat;
}

/* search-end */

/* product */
.product {
	overflow: hidden;
}

.product .product_content {
	overflow: hidden;
}

.product .product_nav ul {
	overflow: hidden;
}

.product .product_nav ul li {
	float: left;
	width: calc((100% - 40px)/5);
	height: 50px;
	line-height: 50px;
	background: #f6f6f6;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	/* font-weight: bold; */
	letter-spacing: 1px;
}

.product .product_nav ul li:nth-child(5n) {
	margin-right: 0;
}

.product .product_nav ul li a {
	display: block;
	text-align: left;
	padding-left: 90px;
	color: #333;
	position: relative;
	transition: ease .3s;
}

.product .product_nav ul li a i {
	display: block;
	height: 20px;
	width: 18px;
	background: url(/addons/cms/view/default/images/product_icon.png) center top;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	transition: ease .3s;
}

.product .product_nav ul li a:hover {
	background: #05a639;
	color: #fff;
}

.product .product_nav ul li a:hover i {
	background: url(/addons/cms/view/default/images/product_icon.png) center bottom;
}

.product .product_content_row {
	overflow: hidden;
	margin-top: 10px;
}

.product .product_box {
	width: 420px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
	transition: ease .3s;
}

.product .product_box:nth-child(3n) {
	margin-right: 0;
}

.product .product_box a,
.product .product_box i,
.product .product_box img {
	display: block;
	width: 100%;
}

.product .product_box p {
	line-height: 60px;
	height: 60px;
	background: #eee;
	text-align: center;
	font-size: 15px;
	color: #333;
	transition: ease .3s;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product .product_box:hover {
	border-color: #05a639;
}

.product .product_box:hover p {
	background: #05a639;
	color: #fff;
}

/* .product .product_right {
	float: right;
}

.prod_cont_r2 {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#prod_cont_r2 table,
#prod_cont_r2 table tbody,
#prod_cont_r2 table tbody tr,
#prod_cont_r2>table>tbody>tr>td {
	display: block;
	width: 100%;
	background: #fff;
}

.prod_cont_r2>table>tbody>tr>td {
	padding: 0 !important;
	display: block;
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #eee;
	transition: ease .3s;
}

.prod_cont_r2>table>tbody>tr>td:nth-child(3n+2) {
	margin-right: 0;
}

.prod_cont_r2>table>tbody>tr>td>a {
	display: block;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: hidden;
}

.prod_cont_r2>table>tbody>tr>td>a i img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: ease .3s;
}

.prod_cont_r2>table>tbody>tr>td:hover a i img {
	transform: translateY(-50%) scale(1.1);
}

.prod_cont_r2>table>tbody>tr>td:hover {
	border-color: #05a639;
}

.prod_cont_r2>table>tbody>tr>td>a p {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	overflow: hidden;
	padding: 10px;
	background: #eee;
	transition: ease .3s;
}

.prod_cont_r2>table>tbody>tr>td:hover p {
	background: #05a639;
}

.prod_cont_r2>table>tbody>tr>td:hover span {
	color: #fff !important;
}

.prod_cont_r2>table>tbody>tr>td>a p span {
	display: block;
	line-height: 24px;
	transition: ease .3s;
}

.prod_cont_r2>table>tbody>tr>td>a p span:nth-child(1) {
	padding: 0 10px;
	color: #333;
	font-size: 14px;
}

.prod_cont_r2>table>tbody>tr>td>a p span:nth-child(2) {
	font-size: 12px;
	color: #666;
}

.prod_cont_r2>table>tbody>tr>td>a i {
	display: block;
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}

.prod_cont_r2>table>tbody>tr>td>span{
	display: block;
	height: 50px;
	line-height: 50px;
}

.prod_cont_r2>table>tbody>tr>td>span a{
	display: block;
	background: #eee;
	transition: ease .3s;
}

.prod_cont_r2>table>tbody>tr>td:hover a{
	background: #05a639;
	color: #fff;
}

.prod_top {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.prod_box {
	width: 1000px;
	float: left;
	overflow: hidden;
	position: relative;
	background: #f9f9f9;
}

.prod_box a {
	display: block;
	overflow: hidden;
}

.prod_img {
	width: 45%;
	float: left;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.prod_img img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.prod_text {
	width: 52%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 45px;
	box-sizing: border-box;
}

.prod_text h1 {
	font-size: 30px;
	line-height: 80px;
	margin-top: 40px;
}

.prod_text p {
	font-size: 14px;
	color: #666;
	line-height: 34px;
}

.prod_text span {
	display: inline-block;
	font-size: 12px;
	color: #666;
	margin-top: 30px;
	background: #05a639;
	line-height: 36px;
	color: #fff;
	padding: 0 40px;
	border-radius: 5px;
	transition: ease .3s;
	width: 128px;
	box-sizing: border-box;
	position: relative;
}

.prod_text span::after {
	width: 7px;
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	right: -20px;
	top: 50%;
	font-size: 16px;
	transition: ease .3s;
}

.prod_text span::before {
	width: 7px;
	height: 1px;
	content: "";
	background: #fff;
	position: absolute;
	right: -20px;
	top: 50%;
	font-size: 16px;
	transform: rotate(90deg);
	transition: ease .3s;
}

.prod_text span:hover {
	padding-left: 20px;
	padding-right: 60px;
}

.prod_text span:hover::after {
	right: 14px;
	transform: rotate(360deg);
	transition: right ease .3s, transform ease .7s .3s;
}

.prod_text span:hover::before {
	right: 14px;
	transform: rotate(450deg);
	transition: right ease .3s, transform ease .7s .3s;
}

.prod_text font {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-family: PMZD;
	text-transform: uppercase;
	color: rgb(51, 51, 51, 0.1);
}

.prod_cont_r2 tr td:nth-child(-n+5) {
	display: none;
}

.prod_scroll {
	overflow: hidden;
	transition: ease .3s;
}

.prod_prev,
.prod_next {
	width: 20px;
	height: 40px;
	background: url(/addons/cms/view/default/images/next_prev.png) center no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	cursor: pointer;
	background-color: rgb(0, 0, 0, .2);
	border-radius: 3px;
	transition: ease .3s;
}

.prod_prev:hover,
.prod_next:hover {
	background-color: rgb(0, 0, 0, .5);
}

.prod_prev {
	left: 10px;
	transform: rotate(180deg);
}

.prod_next {
	right: 10px;
} */

/* product-end */

/* power */
.power {
	width: 100%;

}

.power .power_title {
	width: 100%;
	height: 274px;
	background: url(/addons/cms/view/default/images/power_title.jpg) center no-repeat;
	overflow: hidden;
}

.power .power_title dl {
	margin-top: 84px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.power .power_title dl dt {
	float: left;
	font-size: 68px;
	color: #db0f0f;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 8px;
}

.power .power_title dl dd {
	float: left;
	margin-top: 5px;
	margin-left: 12px;
}

.power .power_title dl dd p {
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}

.power .power_title dl dd p::after {
	content: "years";
	font-family: PMZD;
	text-transform: uppercase;
	font-size: 92px;
	color: rgb(255, 255, 255, 0.04);
	position: absolute;
	left: 0;
	bottom: -17px;
}

.power .power_title dl dd p font {
	font-weight: 100;
}

.power .power_title dl dd span {
	font-size: 12px;
	font-weight: 100;
	color: rgb(255, 255, 255, 0.2);
	text-transform: uppercase;
	letter-spacing: 9px;
	display: block;
	margin-top: -1px;
}

.power .power_title h5 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 7px;
	text-indent: 7px;
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

.power .power_title h5 font {
	font-weight: 100;
}

.power .power_title h5::after {
	position: absolute;
	left: 6px;
	top: calc(100% + 8px);
	width: 144px;
	height: 3px;
	content: "";
	background: rgb(255, 255, 255, 0.2);
}

.power .power_content {
	width: 100%;
	overflow: hidden;
}

.power .power_box .power_img {
	margin-bottom: 11px;
}

.power .power_box .power_text {
	margin-bottom: 11px;
}

.power .power_box:nth-child(odd) .power_text {
	float: left;
	width: 630px;
	height: 522px;
	background: url(/addons/cms/view/default/images/power_text.jpg) left top no-repeat;
	padding-left: 73px;
	padding-top: 111px;
	box-sizing: border-box;
	position: relative;
	/* z-index: -2; */
}

.power .power_box .power_text_title {
	overflow: hidden;
	height: 89px;
	position: relative;
	z-index: 3;
}

.power .power_box .power_text_title p {
	width: 81px;
	height: 81px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to bottom, #05a639, #05792a);
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 38px;
	font-family: Bahnschrift;
	position: relative;
	float: left;
}

.power .power_box .power_text_title p::before {
	position: absolute;
	content: "";
	top: 57px;
	left: 28px;
	width: 23px;
	height: 2px;
	background: #fff;
}

.power .power_box .power_text_title p::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	width: 100%;
	height: 100%;
	border: 1px solid #999;
	z-index: -1;
}

.power .power_box .power_text_title div {
	float: left;
	margin-left: 35px;
}

.power .power_box .power_text_title div h1 {
	font-size: 38px;
	color: #333;
	margin-top: 10px;
}

.power .power_box .power_text_title div h1 font {
	font-weight: 100;
	margin-left: 23px;
}

.power .power_box .power_text_title div span {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-top: 6px;
	display: block;
	font-weight: 100;
}

.power .power_box .power_text_title div h2 {
	font-size: 18px;
	font-weight: 100;
	color: #333;
	margin-top: 10px;
	letter-spacing: 2px;
}

.power .power_box:nth-child(3) .power_text_title div h1 {
	margin-top: -1px;
}

.power .power_box:nth-child(odd) .power_img {
	width: 650px;
	float: right;
}

.power .power_box .power_img img {
	display: block;
}

.power .power_box .power_text ul {
	margin-top: 27px;
}

.power .power_box .power_text ul li {
	padding-left: 25px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-top: 7px;
	position: relative;
}

.power .power_box .power_text ul li::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #05a639;
	border-radius: 50%;
	left: 9px;
	top: 12px;
}

.power .power_box .power_en {
	font-size: 40px;
	text-transform: uppercase;
	font-family: PMZD;
	color: #eee;
	position: absolute;
	left: 83px;
	bottom: 95px;
}


.power .power_box:nth-child(even) .power_text {
	float: right;
	width: 630px;
	height: 522px;
	background: url(/addons/cms/view/default/images/power_text.jpg) left top no-repeat;
	padding-left: 73px;
	padding-top: 111px;
	box-sizing: border-box;
	position: relative;
}

.power .power_box:nth-child(even) .power_img {
	width: 100%;
	float: left;
	margin-left: calc(-100% + 650px);
}

.power .power_box:nth-child(even) .power_img img {
	float: right;
}

/* power-end */

/* process */

.process {
	background: #fafafa;
	overflow: hidden;
	margin-top: 90px;
	padding-top: 10px;
	padding-bottom: 100px;
}

.process .process_content {
	overflow: hidden;
	margin-top: 75px;
}

.process .process_box {
	float: left;
	user-select: none;
	width: 116px;
}

.process .process_box .process_icon {
	width: 116px;
	height: 116px;
	background: rgba(5, 166, 57, 0.1);
	border-radius: 50%;
	text-align: center;
	position: relative;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
}

/* 
@keyframes process {
	0% {
		transform: scale(0.4);
		opacity: 0.4;
	}

	33% {
		transform: scale(0.6);
		opacity: 0.6;
	}

	66% {
		transform: scale(0.8);
		opacity: 0.8;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
} */

.process .process_box .process_icon::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: scale(0);
	background: #05a639;
	content: "";
	opacity: 0;
	border-radius: 50%;
}

/* .process .process_box .process_icon:hover::after {
	animation: process 1s ease;
} */

.process .process_box .process_icon i {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(to right, #0edd51, #05a639);
	border-radius: 50%;
	z-index: 2;
}

.process .process_box .process_icon img {
	/* margin-top: 7px; */
	position: absolute;
	z-index: 2;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: ease 1s;
}

.process .process_box .process_icon:hover img {
	transform: translate(-50%, -50%) rotate(360deg);
}

.process .process_next {
	height: 116px;
	width: 120px;
	background: url(/addons/cms/view/default/images/process_next.png) center no-repeat;
	float: left;
}

.process .process_box p {
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-top: 17px;
}

.process a {
	display: block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	background: linear-gradient(to right, #0edd51, #05a639);
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	margin-top: 77px;
}

.process .process_box span {
	font-size: 12px;
	display: block;
	color: #ccc;
	text-align: center;
	transform: scale(0.95);
}

/* process-end */

/* about */
.about {
	height: 1051px;
	width: 100%;
	background: url(/addons/cms/view/default/images/about_back.jpg) center no-repeat;
	overflow: hidden;
}

.about .about_left {
	width: 804px;
	float: left;
	overflow: hidden;
}

.about .about_right {
	float: right;
	width: 413px;
	margin-top: 93px;
	user-select: none;
	cursor: pointer;
}

.about .about_left p {
	font-size: 42px;
	text-transform: uppercase;
	background: linear-gradient(to right, #ff4800, #ff8a00);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 49px;
	margin-top: 83px;
	font-family: PMZD;
}

.about .about_left h1 {
	font-size: 40px;
	color: #333;
}

.about .about_left h1 font {
	font-weight: 500;
}

.about .about_left img {
	display: block;
	margin-top: 38px;
}

.about .about_left span {
	display: block;
	line-height: 34px;
	color: #333;
	font-size: 15px;
	text-indent: 2em;
	margin-top: 27px;

}

.about .about_left a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #ff4800;
	margin-top: 50px;
}

.about .about_right ul {
	background: #05a639;
	padding: 18px 0;
	position: relative;
	border-radius: 10px;
}

.about .about_right ul li {
	height: 164px;
	width: 100%;
	position: relative;
}

.about .about_right ul li::after {
	content: "";
	width: 367px;
	height: 2px;
	background: rgb(255, 255, 255, 0.2);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 2;
	transition: ease .3s;
}

.about .about_right ul li.cur::after {
	opacity: 0;
}

.about .about_right ul div {
	position: absolute;
	width: 1920px;
	height: 165px;
	top: 19px;
	left: -16px;
	content: "";
	background: #ff4800;
	/* opacity: 0; */
	transition: ease .3s;
	z-index: 1;
	border-radius: 10px 0 0 10px;
}

/* .about .about_right ul li::before {
	position: absolute;
	width: 1920px;
	height: calc(100% + 4px);
	top: -2px;
	left: -16px;
	content: "";
	background: #ff3100;
	opacity: 0;
	transition: ease .3s;
	z-index: 1;
} */

/* .about .about_right ul li.cur::before {
	opacity: 1;
} */

.about .about_right ul li.cur img {
	opacity: 1;
}

.about .about_right ul li:first-child::after {
	display: none;
}

.about .about_right dl {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	padding: 0 47px;
	box-sizing: border-box;
	z-index: 3;
}

.about .about_right dl dt {
	overflow: hidden;
}

.about .about_right dl dt h1,
.about .about_right dl dt span {
	display: block;
	float: left;
}

.about .about_right dl dt h1 {
	font-size: 50px;
	font-family: bahnschrift;
	font-weight: 500;
}

.about .about_right dl dt span {
	font-size: 18px;
	background: #ff4800;
	text-align: center;
	line-height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
	margin-top: 20px;
}

.about .about_right dl dd {
	font-size: 18px;
	letter-spacing: 1px;
}

.about .about_right dl img {
	position: absolute;
	display: block;
	left: 80%;
	top: 50%;
	opacity: 0.1;
	transition: ease .3s;
	transform: translateY(-50%) translateX(-50%);
}

/* about-end */

/* factory */
.factory {
	overflow: hidden;
	margin-top: 50px;
}

.factory .factory_title {
	position: relative;
}

.factory .factory_title a {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #666;
}

.factory .factory_title h1 {
	font-size: 30px;
	color: #ff4800;
}

.factory .factory_title h1 span {
	color: #333;
}

.factory .factory_title p {
	font-size: 14px;
	color: #999;
}

.factory ul {
	overflow: hidden;
	margin-top: 30px;
}

.factory ul li {
	float: left;
	width: 310px;
	margin-right: 20px;
}

.factory ul li:nth-child(4n) {
	margin-right: 0;
}

.factory ul li i,
.factory ul li img {
	display: block;
	width: 100%;
}

.factory ul li i {
	height: 230px;
	position: relative;
	overflow: hidden;
}

.factory ul li i img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.factory ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}

/* factory-end */

/* news */
.news {
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom: 100px;
	margin-top: 100px;
}

.news .index_title {
	margin-top: 80px;
}

.news .index_title p {
	padding: 0 32px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	line-height: 13px;
	height: 11px;
	padding-bottom: 2px;
	margin-top: 11px;
}

.news .index_title p::before {
	right: 100%;
	top: calc(50% - 1px);
}

.news .index_title p::after {
	left: 100%;
	top: calc(50% - 1px);
}

.news .index_title::after {
	background: url(/addons/cms/view/default/images/index_title_icon_03.png) center no-repeat;
}

.news .news_content {
	padding: 42px 0 42px 46px;
	/* padding-left: 46px; */
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.news .news_left {
	float: left;
	width: 578px;
	margin-right: 37px;
}

.news .news_left .news_box:nth-child(1) {
	width: 100%;
}

.news .news_left .news_box:nth-child(1) i {
	display: block;
	width: 100%;
	height: 289px;
	overflow: hidden;
	position: relative;
}

.news .news_left .news_box:nth-child(1) img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.news .news_left .news_box:nth-child(1) div {
	overflow: hidden;
	margin-top: 26px;
}

.news .news_left .news_box:nth-child(1) div p {
	float: left;
}

.news .news_left .news_box:nth-child(1) div p:last-child {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

.news .news_left .news_box:nth-child(1) div p:nth-child(1) {
	width: 72px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 24px;
	font-size: 16px;
	color: #fff;
	background: #05792a;
}

.news .news_left .news_box:nth-child(1) div p:nth-child(2) {
	font-size: 18px;
	margin-left: 17px;
	color: #333;
	width: 360px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news .news_left .news_box:nth-child(1) span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 25px;
	margin-top: 17px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 17px;
}

.news .news_left .news_box:nth-child(2) .show,
.news .news_left .news_box:nth-child(3) .show {
	display: none;
}

.news .news_left .news_box:nth-child(2) div p:nth-child(2),
.news .news_left .news_box:nth-child(3) div p:nth-child(2) {
	font-size: 15px;
	color: #666;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 12px;
	padding-left: 19px;
	box-sizing: border-box;
	position: relative;
}

.news .news_left .news_box:nth-child(2) div p:nth-child(2)::after,
.news .news_left .news_box:nth-child(3) div p:nth-child(2)::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
}

.news .news_right {
	float: left;
	width: 585px;
}

.news .news_right .news_box {
	width: 100%;
}

.news .news_right .news_box .publishtime {
	float: right;
	color: #999;
	margin-right: 21px;
}

.news .news_right .news_box:nth-child(-n+3) {
	display: none;
}

.news .news_right .news_box:nth-child(4),
.news .news_right .news_box:nth-child(5) {
	height: 132px;
	overflow: hidden;
	position: relative;
	margin-bottom: 26px;
}

.news .news_right .news_box:nth-child(4) .publishtime,
.news .news_right .news_box:nth-child(5) .publishtime {
	display: none;
}

.news .news_right .news_box:nth-child(4) i,
.news .news_right .news_box:nth-child(5) i {
	display: block;
	height: 132px;
	width: 236px;
	overflow: hidden;
	float: left;
	position: relative;
}

.news .news_right .news_box:nth-child(4) img,
.news .news_right .news_box:nth-child(5) img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news .news_right .news_box:nth-child(4) div,
.news .news_right .news_box:nth-child(5) div {
	width: calc(100% - 254px);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.news .news_right .news_box:nth-child(4) div p,
.news .news_right .news_box:nth-child(5) div p {
	font-size: 18px;
	color: #333;
}

.news .news_right .news_box:nth-child(4) div p font,
.news .news_right .news_box:nth-child(5) div p font {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_right .news_box:nth-child(4) div span,
.news .news_right .news_box:nth-child(5) div span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 25px;
	margin-top: 10px;
}

.news .news_right .news_box:nth-child(6) .show,
.news .news_right .news_box:nth-child(7) .show,
.news .news_right .news_box:nth-child(8) .show {
	display: none;
}

.news .news_right .news_box:nth-child(6) div p,
.news .news_right .news_box:nth-child(7) div p,
.news .news_right .news_box:nth-child(8) div p {
	line-height: 45px;
	font-size: 15px;
	color: #666;
	background: #f9f9f9;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
	overflow: hidden;
}

.news .news_right .news_box:nth-child(6) div p font,
.news .news_right .news_box:nth-child(7) div p font,
.news .news_right .news_box:nth-child(8) div p font {
	float: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 400px;
}

.news .news_right .news_box:nth-child(6) div p::after,
.news .news_right .news_box:nth-child(7) div p::after,
.news .news_right .news_box:nth-child(8) div p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
	border-radius: 50%;
	left: 23px;
	width: 8px;
	height: 8px;
}

.news .news_right .news_box:nth-child(6) div p {
	border-top: 24px solid #f9f9f9;
}

.news .news_right .news_box:nth-child(8) div p {
	border-bottom: 24px solid #f9f9f9;
}

.news .news_box .news_title {
	transition: ease .3s;
}

.news .news_box:hover .news_title {
	color: #05792a !important;
}

.news .news_box img {
	transition: ease .3s;
}

.news .news_box:hover img {
	transform: scale(1.1) translateY(-50%) !important;
}

/* news-end */

/* footer */
.footer {
	width: 100%;
	background: #222;
	padding: 100px 0;
}

.footer .footer_content {
	overflow: hidden;
}

.footer .footer_content_1 {
	float: left;
	width: 230px;
}

.footer .footer_content_1 a img {
	width: 100%;
}

.footer .footer_content_1 p {
	font-size: 14px;
	color: rgb(255, 255, 255, 0.6);
	line-height: 25px;
	height: 50px;
	margin-top: 20px;
	font-weight: 100;
	margin-bottom: 35px;
}

.footer .footer_content_1 span {
	display: block;
	float: left;
	margin-right: 20px;
	text-align: center;
	color: #999;
	width: 86px;
	font-size: 12px;
	margin-top: 5px;
}

.footer .footer_ewm {
	margin-right: 20px;
	width: 86px;
	height: 86px;
	display: block;
	float: left;
}

.footer .footer_content_2 {
	width: 186px;
	float: left;
	margin-left: 160px;
}

.footer .footer_content_title p {
	color: rgb(255, 255, 255, 0.2);
	font-weight: 100;
}

.footer .footer_content_title font {
	font-size: 16px;
	color: #ddd;
	font-weight: 100;
	margin-top: 5px;
	display: block;
}

.footer .footer_content_2 ul {
	margin-top: 35px;
	float: left;
}

.footer .footer_content_2 ul:nth-child(3) {
	margin-left: 50px;
}

.footer .footer_content_2 ul:nth-child(3) li:nth-child(-n+5) {
	display: none;
}

.footer .footer_content_2 ul li a {
	font-size: 14px;
	color: rgb(221, 221, 221, 0.7);
}

.footer .footer_content_2 ul li {
	line-height: 35px;
	height: 35px;
}

.footer .footer_content_3 {
	float: left;
	margin-left: 132px;
}

.footer .footer_content_3_txet dl {
	margin-top: 42px;
}

.footer .footer_content_3_txet dl dt {
	font-size: 14px;
	color: rgb(221, 221, 221, 0.7);
	font-weight: 100;
	margin-top: 15px;
}

.footer .footer_content_3_txet dl dt span {
	letter-spacing: 1.15em;
}

.footer .footer_content_3_txet dl dd {
	font-size: 14px;
	color: #ddd;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 30px;
	background: url(/addons/cms/view/default/images/footer_phone.png) left center no-repeat;
	margin-top: 15px;
}

.footer .footer_content_4 {
	float: right;
	margin-left: 110px;
}

.footer .footer_content_4 span {
	display: block;
	font-size: 14px;
	color: rgb(221, 221, 221, 0.7);
	width: 18em;
	margin-top: 40px;
	line-height: 24px;
}

.footer .footer_content_4 span:last-child {
	margin-top: 10px;
}

.footer_bottom {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #000;
	color: rgb(221, 221, 221, 0.5);
	font-size: 14px;
}

.footer_bottom a {
	color: rgb(221, 221, 221, 0.5);
}

.footer_bottom span {
	float: right;
}

/* footer-end */

/* 首页样式结束 */
/* ------------------------------------------------- */

/* 内页 */

/*map*/
.map {
	border-bottom: 1px #ddd solid;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	position: relative;
}

.map a {
	font-size: 15px;
	color: #000;
}

.map i {
	font-family: "fangsong";
}

.map .home_ico:before {
	content: "";
	display: block;
	background: url(../images/nr_map.png) center no-repeat;
	width: 12px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 23px;
	opacity: 0.5;
}

.map .home_ico {
	padding-left: 24px;
}

/* map-end */

/* banner——nr */
.banner_nr {
	height: 200px;
	color: #fff;
	text-align: center;
}

.banner_nr p {
	font-size: 36px;
	font-weight: bold;
	padding-top: 60px;
}

.banner_nr span {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	letter-spacing: 1px;
	padding-top: 6px;
	display: block;
}

.banner_nr1 {
	height: 200px;
	color: #fff;
	text-align: center;
}

.banner_nr1 p {
	font-size: 36px;
	font-weight: bold;
	padding-top: 60px;
}

.banner_nr1 span {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	letter-spacing: 1px;
	padding-top: 6px;
	display: block;
}

/* banner_nr-end */

/*联系我们内页*/

.in_contact {
	padding: 50px;
	background: #f9f9f9;
	margin: 50px 0 60px;
	border-radius: 20px;
}

.in_contact .cont-tit {
	width: 100%;
	line-height: 38px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: #666
}

.in_contact ul {
	width: 100%
}

.in_contact ul:after {
	content: '';
	clear: both;
	display: block;
}

.in_contact li {
	float: left;
	width: 33.33%;
	padding: 40px 1% 0 2.5%;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	min-height: 320px;
}

.in_contact li:first-child {
	border-left: none
}

.in_contact li img {
	margin-bottom: 5px
}

.in_contact li h2 {
	font-size: 30px;
	color: #000;
	line-height: 48px;
	margin-bottom: 12px;
	font-weight: normal;
	padding-top: 0px;
	text-align: left;
}

.in_contact li p {

	font-size: 16px;
	color: #555;
	line-height: 35px;

}

.in_contact li p a {
	font-size: 15px;
	color: #555;
	line-height: 35px;
}

.in_contact li p a:hover {
	color: #064893;
}

.in_contact li p a img {
	display: inline-block;
	vertical-align: middle;
}

.in_contact li dl {
	width: 100%;
	padding-top: 20px
}

.in_contact li dd {
	float: left;
	width: 28%;
	margin-right: 5%;
}

.in_contact li img {
	max-width: 100%;
	height: auto;
}

.in_contact li dd p {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	text-align: center;
}

.in_contact li h3 {
	font-size: 24px;
	color: #000;
	line-height: 61px
}

.in_contact li .ban {
	position: relative
}

.in_contact li .box {
	background: #f5f5f5;
	padding: 30px 0 35px;
	position: absolute;
	top: 90px;
	left: -10%;
	opacity: 0;
	filter: alpha(opacity=0)
}

.in_contact li .box h4 {
	font-size: 24px;
	color: #000;
	line-height: 43px;
	padding-left: 10%;
	margin-bottom: 6px
}

.in_contact li .box p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 0 10%
}

.in_contact li .box:after {
	border-bottom: 13px solid #f5f5f5;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -13px;
	left: 13%;
	content: "";
	width: 0;
	height: 0;
}

/*联系我们内页结束*/

/*about_nr*/
.fl {
	float: left
}

.fr {
	float: right
}

.com-width>.page {
	position: relative;
}

.com-width .left {
	float: left;
	width: 510px;
}

.com-width .right {
	width: 720px;
	background: #fff;
	padding: 35px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	margin-left: 0px;
	height: 443px;
}

.com-width .left .pic.pic-plus {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	height: 383px;
	overflow: hidden;
}

#bodycon #center {
	width: 100% !important;
	background: url() repeat center !important;
}

.com-width .left .page-title .en {
	font-size: 30px;
	text-transform: capitalize;
	color: #aaa;
	display: block;
	line-height: 40px;
	padding: 20px 0 0;
}

.com-width .left .page-title .cn {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 30px;
	font-weight: normal;
}

.com-width.clearfix {
	padding: 50px 0px;
}

#bodycon {
	padding: 0px 0;
	width: 100% !important;
}

.com-width .left .pic.pic-plus img {
	display: block;
	width: 100%;
	position: relative;
}

.com-width .left {
	position: relative
}

.com-width .left>.intro-num {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(16, 89, 169, 0.65);
	width: 350px;
	padding: 20px;
	text-align: center;
}

.com-width .left>.intro-num>li {
	display: inline-block;
	padding: 5px 18px;
}

.com-width .left>.intro-num>li p {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 20px;
}

.com-width .left>.intro-num>li p i {
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 40px;
	padding-bottom: 5px;
}

.com-width .right .des {
	overflow-y: auto;
	height: calc(100% - 105px);
	padding-right: 15px;
	line-height: 30px;
	font-size: 16px;
}

.com-width .right .des p {
	font-size: 16px;
	color: #565656;
	padding: 0 0 0px;
	line-height: 40px;
	text-align: justify;
	text-indent: 2em;
}

.com-width .right .about_tit {
	font-size: 30px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
	color: #05a639;
}

.prod_right_tj_title_two {
	border-left: 7px #05a639 solid;
	height: 39px;
	position: relative;
	margin-top: 60px;
}

.prod_right_tj_title_two p {
	padding-left: 20px;
	font-size: 22px;
	line-height: 22px;
}

.prod_right_tj_title_two em {
	padding-left: 20px;
	font-size: 12px;
	color: #dddddd;
	display: block;
	padding-top: 3px;
}

.prod_right_tj_title_two a {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background: url() left no-repeat;
	padding-left: 24px;
	color: #ccc;
	font-size: 12px;
}

/*about_nr-end*/

/* prod */
.prod {
	/* margin-top: 70px; */
}

.prod .prod_title {
	position: relative;
	text-align: center;
}

.prod .prod_title::after {
	content: "product";
	display: block;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	font-size: 42px;
	font-weight: bold;
	opacity: 0.06;
	text-transform: uppercase;
	z-index: -1;
}

.prod .prod_title p {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.prod .prod_title p strong {
	color: #05a639;
}

.prod .prod_title span {
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	background: url(../images/title_span.png) center no-repeat;
	color: #666;
}

.prod .prod_nr {
	width: 1300px;
	margin: 60px auto 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}

/* 合作 */
.prod_right_X5 {
	width: 100% !important;
}

.prod_right_X5 ul li {
	width: 240px !important;
	margin-right: 25px !important;
	border: 1px solid #dedede;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	transition: ease .3s;
	cursor: pointer;
}

.prod_right_X5 ul li:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 16px rgb(0, 0, 0, 0.12);
}

.prod_right_X5 ul li:nth-child(5n) {
	margin-right: 0 !important;
}

.prod_right_X5 ul li img,
.prod_right_X5 ul li i,
.prod_right_X5 ul li a {
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
}

.prod_right_X5 ul li i {
	height: 0 !important;
}


.prod_right_X5 ul li a {
	height: 100px !important;
}

.prod_right_X5 ul li:hover img {
	transform: none !important;
}

/* 合作 */
.prod_nr .prod_right .prod_right_title {
	background: #f9f9f9;
	height: 55px;
}

.prod_nr .prod_right .prod_right_title p {
	font-size: 18px;
	background: #000;
	width: 198px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	position: relative;
	text-indent: 64px;
	float: left;
}

.prod_nr .prod_right .prod_right_title p::after {
	content: "";
	display: block;
	background: url(../images/prod_right_title_p.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 16px;
	left: 30px;
}

.prod_nr .prod_right .prod_right_title a {
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	border: 1px #bbb solid;
	text-align: center;
	line-height: 30px;
	font-family: "fangsong";
	margin-right: 16px;
	margin-top: 12px;
	position: relative;
}

.prod_nr .prod_right .prod_right_title a:hover {
	background: #05a639;
	border: 1px #05a639 solid;
	color: #fff;
}

.prod_nr .prod_right .prod_right_nr {
	overflow: hidden;
}

.prod_nr .prod_right .prod_right_nr ul li {
	width: 282px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	position: relative;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(3) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(6) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(9) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(12) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:hover p {
	background: #05a639;
	color: #fff;
	transition: 0.3s;
}

.prod_nr .prod_right .prod_right_nr ul li:hover img {
	transform: scale(0.9);
}

.prod_nr .prod_right .prod_right_nr ul li a {
	display: block;
	width: 282px;
	background: #fff;
	transition: 0.3s;
	color: #333;
	/* height: 300px; */
	border: 1px solid #DDD;
}

.prod_nr .prod_right .prod_right_nr ul li a i {
	/* width: 278px; */
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	margin: auto;
	/* padding-top: 2px;
	height: 250px; */
}

.prod_nr .prod_right .prod_right_nr ul li a i img {
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: ease .3s;
}

.prod_nr .prod_right .prod_right_nr ul li a p {
	width: 100%;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	transition: ease .3s;

}

.news_ny {
	background: #f9f9f9;
	overflow: hidden;
}

.news_ny ul {
	padding: 20px 0 20px;
}

.news_ny ul li {
	margin-bottom: 30px;
}

.news_ny .link {
	padding: 35px 30px 35px 150px;
	display: block;
	background-color: #fff;
	color: #646464;
	position: relative;
	border: 3px solid transparent;
	transition: .45s;
	-webkit-transition: .45s;
	height: 122px;
}

.news_ny .link .tit {
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0px;
	text-align: left;
	color: #333;
}

.news_ny .link .abstracts {
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	font-size: 14px;
	color: #999;
}

.news_ny .link .time {
	display: block;
	width: 90px;
	height: 140px;
	background: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -70px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-family: "arial";
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
}

.news_ny .link .time .day {
	font-size: 30px;
	margin-top: 20px;
	padding-top: 0px;
}

.news_ny .link .time:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/news_time_ico_2.png) no-repeat scroll center center;
	margin: 25px auto 0;
}

.news_ny .link:hover {
	background-color: #fff;
	border-color: #05a639;
}

.news_ny .link:hover .time {
	background-color: #ff4800;
}

.news_ny .link:hover .tit {
	color: #333
}

.news_ny .link .border {
	position: absolute;
	background-color: #333;
	transition: .45s;
	-webkit-transition: .45s;
}

.news_ny .link .border.top {
	right: 0;
	top: 0;
	height: 3px;
	width: 0%;
}

.news_ny .link .border.right {
	right: 0;
	top: 0;
	height: 0%;
	width: 3px;
}

.news_ny .link .border.bottom {
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
}

.news_ny .link .border.left {
	left: 0;
	bottom: 0;
	width: 3px;
	height: 0%;
}

.news_ny_class {
	margin: auto;
	padding-top: 50px;
	height: 40px;
	padding-bottom: 20px;
	justify-content: center;
	display: flex;
}

.news_ny_class dl {
	display: block;
}

.news_ny_class dl a {
	width: 160px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #fff;
	float: left;
	border-radius: 50px;
	transition: 0.4s;
	margin-right: 30px;
	font-size: 14px;
}

.news_ny_class dl:last-child a {
	margin-right: 0px;
}

.news_ny_class dl:hover a {
	background: #05a639;
	transition: 0.4s;
	color: #fff;
}

.news_ny_class dl.cur a {
	background: #05a639;
	color: #fff;
}

.Page {
	text-align: center;
	margin: 0px !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	justify-content: center;
	display: flex;
}

.Page .active span {
	background: #05a639;
	color: #fff;
}

.Page .active a {
	background: #05a639;
	color: #fff;
}

.Page ul li {
	float: left;
}

.Page ul li span {
	vertical-align: middle;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: -1px;
}

.Page ul li a {
	vertical-align: middle;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: -1px;
}

.loadmore {
	text-align: center;
}

.prod_ny {
	width: 1000px;
	float: right;
}

.prod_ny_img .fl {
	width: 414px;
	background: #fff;
}

.prod_ny_img .fl img {
	width: 100%;
	border: 1px #eee solid;
	box-sizing: border-box;
}

.prod_ny_img .fr {
	width: 520px;
}

.prod_ny_img .fr p {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

.prod_ny_img .fr span {
	font-size: 14px;
	color: #666;
	line-height: 2.2;
}

.prod_ny_img .fr .prod_ny_tel {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background: #05a639;
	border-radius: 50px;
	color: #fff;
	margin-top: 30px;
}

/* .prod_ny_img ul {
	margin-top: 20px;
} */

/* .prod_ny_img ul li {
	vertical-align: middle;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: 5px;
	border-radius: 50px;
	margin-bottom: 10px;
} */

.prod_ny_img ul li:hover {
	background: #05a639;
	transition: 0.3s;
	color: #fff;
}

.prod_ny_img ul li a {
	color: #333;
}

.prod_ny_img ul li:hover a {
	color: #fff;
	transition: 0.3s;
}

.prod_ny_nr {
	width: 100%;
}

.prod_ny_nr_title {
	font-size: 24px;
	color: #333;
	height: 60px;
	line-height: 65px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 30px;
}

.prod_ny_nr_title strong {
	color: #333;
}

.prod_ny_nr_content {
	line-height: 28px;
	font-size: 16px;
}

.prod_ny_nr_content strong {
	display: block;
	color: #333;
	font-size: 20px;
	border-left: 6px #1ea6b8 solid;
	padding-left: 10px;
	margin-top: 14px;
	margin-bottom: 8px;
}

.prod_ny_nr_content img {
	max-width: 100%;
}

.prod_ny_nr_content .list-paddingleft-2 {
	padding-left: 20px;
	margin-top: 10px;
}

.prod_ny_nr_content .list-paddingleft-2 li {
	list-style: initial;
}

.prod_ny_nr_content table {
	width: 100%;
}

.prod_ny_nr_content table tbody {
	border: 1px #ccc solid;
}

.prod_ny_nr_content table tbody tr td {
	border: 1px #ccc solid;
}

.prod_ny_nr_content .table-wrapper table,
.row .table-wrapper table {
	border: 0;
	margin: 0;
}

table {
	background-color: transparent;
	max-width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

.mfb {
	margin-top: 60px;
}

.prod_tj {
	width: 100%;
	margin-top: 10px;
}

.prod_tj_title {
	line-height: 26px;
	height: 26px;
	margin-bottom: 20px;
	margin-top: 60px;
}

.prod_tj_title p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	float: left;
	margin-right: 6px;
	border-left: 6px #ccc solid;
	padding-left: 16px;
}

.prod_tj_title em {
	color: #ccc;
	float: left;
	display: block;
	margin-top: 2px;
}

.prod_tj_title a {
	color: #bbb;
	float: right;
	display: block;
	margin-top: 2px;
}

.prod_tj_nr table tbody tr td {
	display: block;
	width: 265px;
	padding-left: 0px !important;
	float: left;
	margin-right: 27px;
	margin-bottom: 27px;
}

.prod_tj_nr table tbody tr td:nth-child(3) {
	margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td:nth-child(6) {
	margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td br {
	display: none;
}

.prod_tj_nr table tbody tr td i {
	width: 265px;
	display: block;
	overflow: hidden;
	border: 1px #ddd solid;
}

.prod_tj_nr table tbody tr td span {
	display: block;
	width: 265px;
	height: 55px;
	line-height: 55px !important;
	background: #fff;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	text-align: left;
	position: relative;
}

.prod_tj_nr table tbody tr td span a {
	padding-left: 20px;
}

.prod_tj_nr table tbody tr td span:after {
	content: "";
	background: url(../images/20181129105729_1076600761.png) right no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 19px;
	right: 20px;
	transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span:after {
	background: url(../images/20181129105729_1076600761.png) left no-repeat;
}

.prod_tj_nr table tbody tr td:hover span {
	background: #ff8a00;
	transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span a {
	color: #fff;
	transition: 0.3s;
}

.prod_right {
	width: 100%;
}

.prod_fl {
	height: 80px;
}

.prod_fl_title {
	float: left;
}

.prod_fl_title em {
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
}

.prod_fl_title p {
	font-size: 28px;
	font-weight: bold;
}

.prod_fl_nr {
	float: right;
	margin-top: 24px;
}

.prod_fl_nr #classimgshow1 {
	float: left;
	margin-left: 60px;
	border-left: 5px #ddd solid;
	padding-left: 12px;
	transition: 0.3s;
}

.prod_fl_nr #classimgshow1 a {
	font-size: 16px;
}

.prod_fl_nr #classimgshow1:hover {
	border-left: 5px #FF3600 solid;
	transition: 0.3s;
}


.news-info {
	max-width: 1300px;
	margin: auto;
}

.news-info .leftbox {}

.news-info .leftbox .b1 {
	background: #fff;
	padding: 34px 30px 40px;
	width: 63%;
	float: left;
	margin-bottom: 30px;
}

.news-info .leftbox .txt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
}

.news-info .leftbox .clickbox {
	width: 100%;
	border-top: 1px solid #eee;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	margin-top: 34px;
	padding-top: 20px;
}

.pre_a:nth-child(1) {
	margin-right: 15px;
}

.news-info .leftbox .clickbox a {
	color: #666;
}

.news-info .leftbox .clickbox a:hover {
	color: #222;
}

.news-info .leftbox .clickbox .goback {
	width: 96px;
	height: 40px;
	line-height: 38px;
	display: block;
	border: 1px solid #ececec;
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 30px;
	padding-left: 20px;
	background: url(../images/icon26.png) 58px center no-repeat;
	transition: all ease .3s;
}

.news-info .leftbox .clickbox .goback:hover {
	color: #222;
	background: url(../images/icon26-1.png) 58px center no-repeat;
	border: 1px solid #666;
}

.news-info .leftbox .case-sj {
	width: 100%;
	padding: 24px 30px;
	background: #fff;
	margin-top: 10px;
}

.news-info .leftbox .case-sj .title {
	font-size: 18px;
	color: #999;
	line-height: 30px;
}

.news-info .leftbox .case-sj .list {
	width: 100%;
	margin-top: 23px;
}

.news-info .leftbox .case-sj .list li {
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.news-info .leftbox .case-sj .list li:nth-child(3n) {
	margin-right: 0;
}

.news-info .leftbox .case-sj .list li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .case-sj .list li .img {
	width: 100%;
	overflow: hidden;
}

.news-info .leftbox .case-sj .list li .img img {
	width: 100%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover .img img {
	transform: scale(1.05);
}

.news-info .leftbox .case-sj .list li .title {
	font-size: 14px;
	line-height: 30px;
	color: #222;
	padding: 12px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox {
	width: 30%;
	float: right;
}

.news-info .rightbox .news-tj {
	width: 100%;
	background: #fff;
	padding: 37px 30px 10px;
	box-sizing: border-box;
}

.news-info .rightbox .news-tj .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .news-tj .list {
	margin-top: 10px;
}

.news-info .rightbox .news-tj .list li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 13px;
}

.news-info .rightbox .news-tj .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news-info .rightbox .news-tj .list li a {
	width: 100%;
	display: block;
}

.news-info .rightbox .news-tj .list li .t1 {
	font-size: 16px;
	line-height: 50px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox .news-tj .list li:hover .t1 {
	color: #000;
}

.news-info .rightbox .news-tj .list li .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 8px;
}

.news-info .rightbox .news-tj .list li .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 7px;
}

.news-info .rightbox .label {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label .box {
	margin-top: 18px;
}

.news-info .rightbox .label .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .rightbox .label-case {
	width: 100%;
	margin-top: 10px;
	background: #fff;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label-case .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label-case .box {
	margin-top: 18px;
}

.news-info .rightbox .label-case .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label-case .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .leftbox.l2 {
	background: #fff;
	padding: 30px 30px 40px;
}

.news-info .leftbox .list2 {
	width: 100%;
}

.news-info .leftbox .list2 li {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	display: inline-block;
	padding-bottom: 24px;
	margin-bottom: 30px;
}

.news-info .leftbox .list2 li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .list2 li .time {
	width: 110px;
	float: left;
	color: #999;
	font-size: 16px;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .time {
	color: #21abd7;
}

.news-info .leftbox .list2 li .time span {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	display: block;
}

.news-info .leftbox .list2 li .tbox {
	width: calc(100% - 110px);
	float: left;
}

.news-info .leftbox .list2 li .tbox .t1 {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .leftbox .list2 li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-info .leftbox .list2 li .tbox .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 18px;
	padding-right: 28px;
	background: url(../images/icon28.png) right center no-repeat;
	display: inline-block;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .tbox .t3 {
	color: #222;
	background: url(../images/icon29.png) right center no-repeat;
}

.news-info .leftbox.l2 .page-list {
	margin: 10px auto 0;
}

.editor {
	font-size: 16px;
	line-height: 30px;
}

.editor img {
	display: block;
}

.news_ny_title {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	height: 50px;
	line-height: 60px;
}

.news_ny_time {
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	margin-top: 5px;
}

.news_ny_time p {
	float: left;
	margin-right: 20px;
}

.news_ny_time p a {
	color: #999;
}

/*ny*/
.case_ny {
	width: 100%;
	background: #f7f7f7;
	padding-bottom: 60px;
}

.case_ny .box {
	max-width: 1300px;
	margin: auto;
	display: table;
}

.case_ny .box .case-list {
	width: 1300px;
	display: table;
	padding: 50px 0 0px;
}

.case_ny .box .case-list li {
	width: 310px;
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all ease .5s;
}

.case_ny .box .case-list li:nth-child(4n) {
	margin-right: 0;
}

.case_ny .box .case-list li a {
	width: 100%;
	display: block;
}

.case_ny .box .case-list li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.case_ny .box .case-list li .img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 2;
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img img {
	width: 100%;
	transition: all ease .5s;
	display: block;
}

.case_ny .box .case-list li .tbox {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.case_ny .box .case-list li .tbox .t1 {
	font-size: 14px;
	/* line-height: 24px; */
	color: #222;
	/* margin-bottom: 24px; */
	transition: all ease .5s;
	float: left;
}

.case_ny .box .case-list li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case_ny .box .case-list li .tbox .t3 {
	font-size: 14px;
	/* line-height: 24px; */
	color: #999;
	/* background: url(/import/Template/Default/Content/images/icon38.png) 68px center no-repeat; */
	transition: all ease .5s;
	float: right;
}

.case_ny .box .case-list li:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.case_ny .box .case-list li:hover .img:before {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img:after {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img img {
	transform: scale(1.1);
}

.case_ny .box .case-list li:hover .tbox .t1 {
	color: #05a639;
}

.case_ny .box .case-list li:hover .tbox .t3 {
	color: #222;
	/* background: url(/import/Template/Default/Content/images/icon39.png) 68px center no-repeat; */
}

/* 内页结束 */