/* 初始化&公用 */
* {
	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');
}

ul,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
}

i{font-style: normal;}

input {
	outline: none;
}

.clear {
	clear: both;
}

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

.title {
	overflow: hidden;
	padding-top: 18px;
}

.title h1 {
	font-size: 48px;
	color: #333;
	text-align: center;
	position: relative;
}

.title h1 span {
	position: relative;
}

.title h1 span::after {
	position: absolute;
	content: "";
	width: 600px;
	height: 7px;
	background: url(/addons/cms/view/default/images/title-line.png) center no-repeat;
	top: calc(50% - 3px);
	left: -650px;
}

.title h1 span::before {
	position: absolute;
	content: "";
	width: 600px;
	height: 7px;
	background: url(/addons/cms/view/default/images/title-line.png) center no-repeat;
	top: calc(50% - 3px);
	right: -650px;
	transform: rotate(180deg);
}

.title h1 span label {
	font-weight: 500;
}

.title p {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}

/* 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: #ccc;
	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: #009f40;
	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*/

/* 初始化&公用结束 */

/* ------------------------------------------------- */
/* 首页样式 */
/* haeader */
.header_top {
	height: 45px;
	line-height: 45px;
	background: #eeeeee;
	width: 100%;
}

.header_top p {
	color: #999;
	font-size: 14px;
	padding-left: 28px;
	background: url(/addons/cms/view/default/images/header_top_icon.png) left center no-repeat;
	float: left;
}

.header_top .header_top_right {
	float: right;

}

.header_top .header_top_right dl dt,
.header_top .header_top_right dl dd {
	float: left;
	color: #999;
	font-size: 14px;
	padding-left: 60px;
	padding-right: 23px;
	border-left: 1px solid #ddd;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.header_top .header_top_right dl dt {
	background: url(/addons/cms/view/default/images/header_wechat.png) 19px center no-repeat;
}

.header_top .header_top_right dl dd {
	border-right: 1px solid #ddd;
	background: url(/addons/cms/view/default/images/header_ewm.png) 19px center no-repeat;
}

.header_top .header_top_right dl dd > a,
.header_top .header_top_right dl dt > a
{
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 45px;
	transition: ease .3s;
	overflow: hidden;
	background: #eee;
	text-align: center;
	z-index: 10;
}

.header_top .header_top_right dl a span {
	position: relative;
	top: -10px;
}

.header_top .header_top_right dl img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 20px auto 0 auto;
}

.header_top .header_top_right dl dt:hover a,
.header_top .header_top_right dl dd:hover a {
	height: 150px;
}

.header_top .header_top_right dl i,
.header_top .header_top_right dl b {
	float: left;
	color: #999;
	font-size: 14px;

	padding-right: 23px;
	border-left: 1px #ddd solid;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.header_top .header_top_right dl b {
	background: url(/addons/cms/view/default/images/header_albb.png) 19px center no-repeat;
	display: block;
	color: #666;
	padding-left: 70px;
}

.header_top .header_top_right dl i {
	background: url(/addons/cms/view/default/images/header_taobao.png) 19px center no-repeat;
	display: block;
	color: #666;
	padding-left: 56px;
}

.header_top .header_top_right dl b span a{color: #666; font-weight: normal;}

.header_top .header_top_right dl b > a,
.header_top .header_top_right dl i > span {
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 45px;
	transition: ease .3s;
	overflow: hidden;
	background: #eee;
	text-align: center;
	z-index: 10;
}

.header_top .header_top_right dl i > span a{display: block;}

.header_top .header_top_right dl i:hover span {
	height: 90px;
}

.header_top .header_top_right dl i span a{color:#666;}






.header {
	height: 175px;
	overflow: hidden;
}

.header .header_left {
	float: left;
	border-right: 1px solid #e5e5e5;
	padding-right: 47px;
	height: 175px;
	position: relative;
}

.header .header_left img {
	margin: 46.5px 0;
}



.header .header_content{
	float:left;
	padding-left: 40px;
	position: relative;
}
.header .header_content p{font-size: 24px; font-weight: 100; padding-top: 56px;}
.header .header_content p strong{color:#009f40;}
.header .header_content span{font-size: 16px; display: block; padding-top: 8px; color: #666666;}
.header .header_content i{display: block; position: absolute; right: -190px; top: 70px;}

.header .header_right {
	float: right;
	margin: 54px 0;
}

.header .header_right span {
	color: #999;
	padding-left: 40px;
}

.header .header_right h1 {
	font-family: 'bahnschrift';
	font-size: 42px;
	font-weight: normal;
	color: #333;
	padding-left: 40px;
	background: url(/addons/cms/view/default/images/header-phone.png) left center no-repeat;
}

/* haeader-end */

/* nav */
.nav {
	width: 100%;
	height: 70px;
	background: linear-gradient(to bottom, #00c24e, #009f40);
}

.nav ul li {
	float: left;
	width: 143px;
	text-align: center;
	border-right: 1px solid rgb(255, 255, 255, 0.2);
	height: 70px;
	transition: ease .3s;
}

.nav ul li:last-child {
	border-right: none;
}

.nav ul li a {
	display: block;
	overflow: hidden;
	height: 100%;
}

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

.nav ul li dd {
	font-size: 15px;
	color:#fff;
	font-size: 12px;
	opacity: 0.3;
}

.nav ul .active {
	background: #ff6900;
	border-right-color: #ff6900;
}

.nav ul li:hover {
	background: #ff6900;
	border-right-color: #ff6900;
}

/* nav-end */

/* under banner */
.under_banner {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.under_banner .under_banner_content {
	float: left;
	cursor: pointer;
}

.under_banner .under_banner_content:nth-child(1) {
	width: 100%;
	height: 160px;
	background: #efefef;
	margin-left: calc(-100% + 276px);
}

.under_banner .under_banner_content:nth-child(4) {
	width: 100%;
	height: 160px;
	background: #fff;
	position: absolute;
	right: calc(-100% + 276px);
}

.under_banner .under_banner_content:nth-child(2),
.under_banner .under_banner_content:nth-child(3) {
	width: 374px;
	height: 160px;
}

.under_banner .under_banner_content:nth-child(2) {
	background: #f6f6f6;
}

.under_banner .under_banner_content:nth-child(3) {
	background: #fbfbfb;
}

.under_banner_content .under_banner_c_x {
	height: 160px;
	float: right;
	user-select: none;
}

.under_banner_content:nth-child(1) .under_banner_c_x,
.under_banner_content:nth-child(4) .under_banner_c_x {
	width: 276px;
	overflow: hidden;
}

.under_banner_content:nth-child(2) .under_banner_c_x,
.under_banner_content:nth-child(3) .under_banner_c_x {
	width: 374px;
	overflow: hidden;
}

.under_banner_content:nth-child(4) .under_banner_c_x {
	float: left;
}

.under_banner_content:nth-child(1) .under_banner_c_x dl {
	margin: 47px 0;
	padding-left: 62px;
	background: url(/addons/cms/view/default/images/banner_under_1.png) no-repeat;
	background-position: left bottom;
	transition: ease .3s;
}

.under_banner_content:nth-child(2) .under_banner_c_x dl {
	margin: 47px 65px;
	padding-left: 62px;
	background: url(/addons/cms/view/default/images/banner_under_2.png) no-repeat;
	background-position: left bottom;
	transition: ease .3s;
}

.under_banner_content:nth-child(3) .under_banner_c_x dl {
	margin: 47px 65px;
	padding-left: 62px;
	background: url(/addons/cms/view/default/images/banner_under_3.png) no-repeat;
	background-position: left bottom;
	transition: ease .3s;
}

.under_banner_content:nth-child(4) .under_banner_c_x dl {
	margin: 47px 59px;
	padding-left: 62px;
	background: url(/addons/cms/view/default/images/banner_under_4.png) no-repeat;
	background-position: left bottom;
	transition: ease .3s;
	width: 100%;
}

.under_banner_content .under_banner_c_x .active {
	background-position: left top !important;
}

.under_banner_content .under_banner_c_x dt {
	font-size: 26px;
	color: #000;
	height: 36px;
	line-height: 36px;
}

.under_banner_content .under_banner_c_x dd {
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
}

/* under banner-end */


/* product */
.product {
	margin-top: 85px;
	overflow: hidden;
}

.product .product_left {
	width: 836px;
	height: 662px;
	float: left;
	overflow: hidden;
	background: url(/addons/cms/view/default/images/product_left.jpg) left center no-repeat;
	transition: ease .3s;
}

.product .product_left:hover {
	background-position: -10px center;
}

.product .product_left_content {
	width: 404px;
	float: right;
	height: 100%;
	padding-right: 41px;
	box-sizing: border-box;
}

.product .product_left_top {
	width: 100%;
	height: 116px;
	background: url(/addons/cms/view/default/images/product_left_icon.png) right 3px no-repeat;
}

.product .product_left_bottom {
	width: 100%;
}

.product .product_left_bottom dl dt {
	text-align: right;
	font-size: 40px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	font-weight: bold;
}

.product .product_left_bottom dl dt span {
	font-family: YaHeiLight;
	font-weight: 100;
}

.product .product_left_bottom dl dd {
	font-size: 18px;
	color: rgb(255, 255, 255, 0.6);
	text-align: right;
	font-family: YaHeiLight;
	letter-spacing: 1px;
	margin-top: 15px;
}

.product .product_left_bottom ul {
	float: right;
	overflow: hidden;
}

.product .product_left_bottom ul li {
	float: left;
	color: #fff;
	font-size: 18px;
	font-family: YaHeiLight;
	margin-left: 42px;
}

.product .product_left_bottom ul li span {
	float: right;
	padding-top: 90px;
}

.product .product_left_bottom ul li:nth-child(1) span {
	background: url(/addons/cms/view/default/images/product_left_strong-1.png) center no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}

.product .product_left_bottom ul li:nth-child(2) span {
	background: url(/addons/cms/view/default/images/product_left_strong-2.png) center no-repeat;
}

.product .product_left_bottom ul li:nth-child(3) span {
	background: url(/addons/cms/view/default/images/product_left_strong-3.png) center no-repeat;
}

.product .product_left_bottom ul li:nth-child(4) span {
	background: url(/addons/cms/view/default/images/product_left_strong-4.png) center no-repeat;
}

.product .product_left_bottom h1 {
	font-size: 32px;
	color: rgb(255, 255, 255, 0.06);
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
}

.product .product_left_bottom ol {
	display: inline-block;
	margin-top: 80px;
	position: relative;
	width: 100%;
	height: 44px;
}

.product .product_left_bottom ol::after {
	content: "";
	position: absolute;
	width: 45px;
	height: 6px;
	background: url(/addons/cms/view/default/images/three_point.png) center no-repeat;
	left: 244px;
	top: calc(50% - 3px);
}

.product .product_left_bottom ol li {
	float: left;
	width: 116px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	overflow: hidden;
}

.product .product_left_bottom ol li a {
	transition: ease .3s;
}

.product .product_left_bottom ol li:nth-child(1) a {
	border-right: 1px solid #dddddd;
	border-radius: 44px 0 0 44px;
	background: #fff;
}

.product .product_left_bottom ol li:nth-child(2) a {
	border-radius: 0 44px 44px 0;
	background: #fff;
}

.product .product_left_bottom ol li a {
	color: #333;
	display: block;
}

.product .product_left_bottom ol li a:hover {
	background: #47b26d;
	color: #fff;
}

.product .product_left_bottom ol .more {
	width: 60px;
	height: 60px;
	float: right;
	border-radius: 50%;
	background: none;
	border: 1px solid rgb(255, 255, 255, 0.5);
	margin-top: -8px;
	font-family: xst;
	line-height: 58px;
	font-size: 26px;
	text-align: center;
	user-select: none;
	box-sizing: border-box;
	transition: ease .3s;
}

.product .product_left_bottom ol .more a {
	color: rgb(255, 255, 255, 0.5);
	width: 100%;
	height: 100%;
}

.product .product_left:hover .more {
	border-color: #ff6900;
	background: #ff6900;
}

.product .product_left:hover .more a {
	background: #ff6900;
}

.product .product_right {
	width: 435px;
	float: right;
}

.product .product_right_box {
	width: 435px;
	height: 318px;
	overflow: hidden;
	color: #fff;
	padding-top: 60px;
	padding-right: 25px;
	box-sizing: border-box;
}

.product .product_right_box h1 {
	text-align: right;
	letter-spacing: 2px;
	font-size: 30px;
}

.product .product_right_box h1 span {
	font-family: YaHeiLight;
	font-weight: 100;
}

.product .product_right_box:first-child {
	background: url(/addons/cms/view/default/images/product_right1.jpg) left center no-repeat;
	transition: ease .3s;
}

.product .product_right_box:nth-child(2) {
	background: url(/addons/cms/view/default/images/product_right2.jpg) left center no-repeat;
	transition: ease .3s;
	margin-top: 25px;
}

.product .product_right_box:hover {
	background-position: -10px center;
}

.product .product_right_box h2 {
	font-size: 16px;
	font-weight: 100;
	text-align: right;
	color: rgb(255, 255, 255, 0.6);
	margin-top: 15px;
	letter-spacing: 3px;
}

.product .product_right_box p {
	text-align: right;
	font-size: 12px;
	font-family: YaHeiLight;
	color: rgb(255, 255, 255, 0.3);
	margin-top: 5px;
}

.product .product_right_box .more {
	display: block;
	width: 46px;
	height: 46px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid rgb(255, 255, 255, 0.5);
	float: right;
	margin-top: 45px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-family: xst;
	font-size: 18px;
	transition: ease .3s;
}

.product .product_right_box:hover .more {
	background: #ff6900;
	border-color: #ff6900;
}

.product .prod_title {
	width: 100%;
	margin-top: 65px;
}

.product .prod_title_left {
	float: left;
}

.product .prod_title_right {
	float: right;
}

.product .prod_title .prod_title_left h1 {
	font-size: 28px;
	line-height: 36px;
	height: 36px;
	color: #333;
}

.product .prod_title .prod_title_left h1 span {
	font-family: YaHeiLight;
	font-weight: 100;
}

.product .prod_title .prod_title_left h1 font {
	color: #47b26d;
}

.product .prod_title .prod_title_left p {
	font-size: 12px;
	font-family: YaHeiLight;
	color: #999;
	height: 16px;
	line-height: 16px;
}

.product .prod_title .prod_title_right a {
	font-family: YaHeiLight;
	color: #999;
	height: 52px;
	line-height: 52px;
}

.product .prod_title .prod_title_right a font {
	font-weight: bold;
}

.product .product_bottom_c {
	width: 100%;
}

.product .product_bottom_c ul li {
	float: left;
	/* height: 348px; */
	width: 311px;
	margin-right: 18.6px;
}

.product .product_bottom_c ul li:last-child {
	margin-right: 0;
}

.product .product_bottom_c ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.product .product_bottom_c ul li a i {
	display: block;
	width: 311px;
	height: 311px;
	overflow: hidden;
}

.product .product_bottom_c ul li a i img {
	height: 100%;
	transition: ease .3s;
}

.product .product_bottom_c ul li a:hover img {
	transform: scale(1.1);
}

.product .product_bottom_c ul li p {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 68px;
	line-height: 68px;
	box-sizing: border-box;
	font-size: 18px;
	padding-left: 25px;
	position: relative;
	color: #333;
	padding-right: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	 transition: 0.3s;
}

.product .product_bottom_c ul li:hover p{background: #47b26d; color:#fff; transition: 0.3s;}

.product .product_bottom_c ul li p::after {
	content: "";
	width: 20px;
	height: 4px;
	background: url(/addons/cms/view/default/images/prod_more.png) center no-repeat;
	position: absolute;
	right: 28px;
	top: calc(50% - 2px);
}

/* product-end */

/* power */
.power {
	background: url(/addons/cms/view/default/images/power_bj.jpg) center no-repeat;
	margin-top: 60px;
	padding-bottom: 80px;
	height: 847px;
	box-sizing: border-box;
}

.power_title {
	text-align: center;
	padding-top: 80px;
}

.power_title p {
	font-size: 52px;
	color: #fff;
}

.power_title p font {
	font-family: YaHeiLight;
}

.power_title span {
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
	display: block;
	font-family: YaHeiLight;
}

.power_nr {
	width: 1200px;
	margin: auto;
	margin-top: 80px;
}

.power_nr ul li {
	float: left;
	margin-right: 114px;
	position: relative;
	cursor: pointer;
}

.power_nr ul li:last-child {
	margin-right: 0px;
}

.power_nr ul li i {
	display: block;
	height: 135px;
}

.power_nr ul li i img{
	margin-top: 10px;
	transition: ease .3s;
}

.power_nr ul li:hover img{
	margin-top: 0;
}

.power_nr ul li p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-top: 20px;
}

.power_nr ul li em {
	display: block;
	width: 33px;
	height: 2px;
	background: #fff;
	margin-top: 16px;
	margin-bottom: 20px;
}

.power_nr ul li span {
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}

.power_nr ul li dl {
	width: 66px;
	height: 7px;
	position: absolute;
	right: -16px;
	top: 107px;
}

.power_nr ul li dl dd {
	width: 7px;
	height: 7px;
	float: left;
	margin-right: 12px;
	background: #fff;
	border-radius: 50px;
}

.power_nr ul li dl dd:last-child {
	margin-right: 0px;
}

.power_xt {
	width: 1200px;
	margin: auto;
	background: #fff;
	height: 2px;
	margin-top: 40px;
	margin-bottom: 60px;
	opacity: 0.5;
}

.power_content {
	width: 910px;
	margin: auto;
}

.power_content .fl {
	height: 90px;
	background: url(/addons/cms/view/default/images/power_i.png) left 8px no-repeat;
	padding-left: 30px;
}

.power_content .fl p {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.power_content .fl span {
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	margin-top: 10px;
	display: block;
}

.power_content .fl span strong {
	font-size: 36px;
	display: block;
	float: right;
}

.power_content .fr p {
	font-size: 18px;
	color: rgb(255, 255, 255, 0.2);
	padding-top: 16px;
	font-family: PMZD;
	text-transform: uppercase;
	font-size: 20px;
}

.power_content .fr span {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	display: block;
	position: relative;
}

.power_content .fr span:after {
	content: "";
	background: url(/addons/cms/view/default/images/power_jt.png) no-repeat;
	width: 29px;
	height: 15px;
	display: block;
	position: absolute;
	right: -50px;
	top: 8px;
}

/* power-end */

/* use */
.use {
	margin-top: 100px;
}

.use .use_title h1 {
	font-size: 52px;
	color: #333;
	text-align: center;
}

.use .use_title h1 font {
	font-family: YaHeiLight;
	font-weight: 100;
}

.use .use_title p {
	font-size: 20px;
	font-family: YaHeiLight;
	text-align: center;
	margin-top: 10px;
}

.use .use_content {
	width: 1300px;
	height: 618px;
	transition: ease .3s;
	background: url(/addons/cms/view/default/images/use1.jpg) center no-repeat;
	margin-top: 50px;
	position: relative;
}

.use .use_num {
	width: 464px;
	height: 214px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #060303, #333333);
	padding: 30px 40px;
	box-sizing: border-box;
}

.use .use_num h1 {
	color: rgb(255, 255, 255, 0.1);
	font-size: 48px;
	font-family: bahnschrift;
	font-weight: 500;
	letter-spacing: 2px;
	height: 53px;
	line-height: 53px;
}

.use .use_num h2 {
	color: #fff;
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 52px;
	line-height: 52px;
}

.use .use_num_number_1 {
	width: 37px;
	height: 46px;
	background: url(/addons/cms/view/default/images/num.png) no-repeat;
	background-position: center 0;
	position: absolute;
	bottom: 22px;
	right: 45px;
	transition: ease .3s;
}

.use .use_num_number_2 {
	font-size: 32px;
	color: rgb(255, 255, 255, 0.3);
	float: left;
	position: absolute;
	bottom: 18px;
	right: 25px;
	user-select: none;
}

.use .use_num_number_3 {
	font-size: 36px;
	color: #fff;
	float: left;
	position: absolute;
	bottom: 14px;
	right: 0;
	user-select: none;
}

.use .use_number_box {
	float: right;
	position: relative;
	top: 40px;
	right: 0;
}

.use .use_img_small {
	height: 118px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 790px;
}

.use .use_img_small ul {
	overflow: hidden;
}

.use .use_img_small li {
	float: left;
	height: 77px;
	margin-right: 5px;
	border: 7px solid transparent;
	transition: ease .3s;
}

.use .use_img_small .active {
	border: 7px solid #ff6900;

}

.use .use_img_small li:last-child {
	margin-right: 0;
}

.use .use_num_text {
	height: 130px;
	overflow: hidden;
}

.use .use_num_text_scroll {
	transition: ease .3s;
}

/* use-end */
/* strong */
.strong {
	background: url(/addons/cms/view/default/images/strong.jpg) center top no-repeat;
	margin-top: 37px;
	padding-bottom: 136px;
	position: relative;
	overflow: hidden;
}

.strong::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 579px;
	background: url(/addons/cms/view/default/images/strong_bottom.jpg) center bottom no-repeat;
	z-index: -1;
}

.strong .strong_title h1 {
	font-size: 50px;
	text-align: center;
	color: #333;
	position: relative;
	margin-top: 105px;
}

.strong .strong_title h1::after {
	position: absolute;
	content: "advantage";
	top: -14px;
	left: calc(50% - 20px);
	text-transform: uppercase;
	font-size: 33px;
	color: #333;
	opacity: 0.1;
	font-family: PMZD;
	font-weight: 500;
}

.strong .strong_title h1 font {
	font-weight: 100;
}

.strong .strong_title h1 span {
	color: #ccc;
}

.strong .strong_title p {
	font-size: 20px;
	color: rgb(51, 51, 51, 0.6);
	text-align: center;
	letter-spacing: 2px;
	margin-top: 10px;
}

.strong .strong_content {
	margin-top: 70px;
	background: #fff;
	overflow: hidden;
	padding: 29px;
	box-sizing: border-box;
}

.strong .strong_line_1 {
	height: 415px;
	background: url(/addons/cms/view/default/images/strong_img_1.jpg) left center no-repeat;
}

.strong .strong_line_5 {
	height: 415px;
	background: url(/addons/cms/view/default/images/strong_img_5.jpg) left center no-repeat;
}

.strong .strong_odd_text {
	float: right;
	width: 230px;
	margin-top: 20px;
}

.strong .strong_even_text {
	padding-top: 20px;
}

.strong .strong_odd_text h1,
.strong .strong_even_text h1 {
	font-size: 63px;
	color: #333;
	font-family: bahnschrift;
	position: relative;
}

.strong .strong_odd_text h1::after,
.strong .strong_even_text h1::after {
	position: absolute;
	width: 14px;
	height: 3px;
	background: #ccc;
	content: "";
	bottom: -10px;
	left: 0;
}

.strong .strong_odd_text h2,
.strong .strong_even_text h2 {
	font-size: 38px;
	color: #47b26d;
	margin-top: 18px;
}

.strong .strong_odd_text h2 font,
.strong .strong_even_text h2 font {
	font-weight: 100;
}

.strong .strong_odd_content,
.strong .strong_even_content {
	margin-top: 30px;
	padding-left: 20px;
	background: url(/addons/cms/view/default/images/strong_left_line.png) left center no-repeat;
}

.strong .strong_odd_content ul li,
.strong .strong_even_content ul li {
	margin-bottom: 30px;
	font-size: 20px;
	color: #333;
}

.strong .strong_line_2 {
	height: 190px;
	background: url(/addons/cms/view/default/images/strong_img_2.jpg) calc(100% - 8px) center no-repeat;
	padding-top: 44px;
	box-sizing: border-box;
}

.strong .strong_line_6 {
	height: 190px;
	background: url(/addons/cms/view/default/images/strong_img_6.jpg) calc(100% - 8px) center no-repeat;
	padding-top: 44px;
	box-sizing: border-box;
}

.strong .strong_line_2 h1,
.strong .strong_line_6 h1 {
	font-size: 26px;
	color: #333;
}

.strong .strong_line_2 h1 font,
.strong .strong_line_6 h1 font {
	font-weight: 500;
}

.strong .strong_line_2 p,
.strong .strong_line_6 p {
	font-size: 15px;
	color: #666;
	width: 606px;
	line-height: 25px;
	margin-top: 20px;
}

.strong .strong_under_line {
	height: 1px;
	width: 100%;
	background: #999999;
	padding: 0 30px;
	margin-left: -30px;
	margin-top: 75px;
	margin-bottom: 80px;
}

.strong .strong_line_3 {
	height: 415px;
	background: url(/addons/cms/view/default/images/strong_img_3.jpg) calc(100% - 8px) center no-repeat;
}

.strong .strong_line_4 {
	height: 190px;
	background: url(/addons/cms/view/default/images/strong_img_4.jpg) -3px center no-repeat;
	padding-top: 44px;
	box-sizing: border-box;
}

.strong .strong_line_4 h1,
.strong .strong_line_6 h1 {
	font-size: 26px;
	color: #333;
}

.strong .strong_line_4 h1 font,
.strong .strong_line_6 h1 font {
	font-weight: 500;
}

.strong .strong_line_4 p,
.strong .strong_line_6 p {
	font-size: 15px;
	color: #666;
	width: 606px;
	line-height: 25px;
	margin-top: 20px;
}

/* strong-end */

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

.service .service_title {
	margin-top: 85px;
}

.service .service_title h1 {
	text-align: center;
	font-size: 52px;
	color: #333;
}

.service .service_title h1 font {
	font-family: YaHeiLight;
	font-weight: 100;
}

.service .service_title p {
	font-family: YaHeiLight;
	color: rgb(51, 51, 51, 0.5);
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
}

.service .service_box {
	width: 242px;
	height: 169px;
	border: 1px solid #dddddd;
	background: #fff;
	padding: 30px 35px;
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: ease .3s;
	user-select: none;
	cursor: pointer;
}

.service .service_box:nth-child(5n) {
	margin-right: 0;
}

.service .service_content {
	margin-top: 55px;
	overflow: hidden;
}

.service .service_box p {
	font-size: 12px;
	color: rgb(51, 51, 51, 0.3);
}

.service .service_box h1 {
	color: #333;
	font-size: 20px;
	font-family: YaHeiLight;
	margin-top: 5px;
}

.service .service_box i {
	transition: ease .3s;
}

.service .service_box:nth-child(1) i,
.service .service_box:nth-child(4) i {
	display: block;
	width: 40px;
	height: 34px;
	background: url(/addons/cms/view/default/images/service_icon_1.png) no-repeat;
	background-position: center top;
	margin-bottom: 28px;
}

.service .service_box:nth-child(2) i {
	display: block;
	width: 34px;
	height: 34px;
	background: url(/addons/cms/view/default/images/service_icon_2.png) no-repeat;
	background-position: center top;
	margin-bottom: 28px;
}

.service .service_box:nth-child(3) i {
	display: block;
	width: 36px;
	height: 36px;
	background: url(/addons/cms/view/default/images/service_icon_3.png) no-repeat;
	background-position: center top;
	margin-bottom: 26px;
}

.service .service_box:nth-child(5) i {
	display: block;
	width: 36px;
	height: 35px;
	background: url(/addons/cms/view/default/images/service_icon_5.png) no-repeat;
	background-position: center top;
	margin-bottom: 27px;
}

.service .service_box:nth-child(6) i {
	display: block;
	width: 35px;
	height: 35px;
	background: url(/addons/cms/view/default/images/service_icon_6.png) no-repeat;
	background-position: center top;
	margin-bottom: 27px;
}

.service .service_box:nth-child(7) i {
	display: block;
	width: 44px;
	height: 33px;
	background: url(/addons/cms/view/default/images/service_icon_7.png) no-repeat;
	background-position: center top;
	margin-bottom: 29px;
}

.service .service_box:nth-child(8) i {
	display: block;
	width: 31px;
	height: 35px;
	background: url(/addons/cms/view/default/images/service_icon_8.png) no-repeat;
	background-position: center top;
	margin-bottom: 27px;
}

.service .service_box:nth-child(9) i {
	display: block;
	width: 35px;
	height: 35px;
	background: url(/addons/cms/view/default/images/service_icon_9.png) no-repeat;
	background-position: center top;
	margin-bottom: 27px;
}

.service .active {
	background: #47b26d;
}

.service .active i {
	background-position: center bottom !important;
}

.service .active p {
	color: rgb(255, 255, 255, 0.3);
}

.service .active h1 {
	color: #fff;
}

.service .service_Hotline {
	width: 244px;
	float: left;
	padding-top: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}

.service .service_Hotline p {
	font-size: 20px;
	color: #ddd;
	font-family: bahnschrift;
}

.service .service_Hotline span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	display: block;
}

.service .service_Hotline span font {
	font-family: YaHeiLight;
	font-weight: 100;
}

.service .service_Hotline h1 {
	font-size: 34px;
	font-family: bahnschrift;
	color: #333;
	font-weight: 100;
	letter-spacing: 1px;
	margin-top: 10px;
	padding-left: 25px;
	background: url(/addons/cms/view/default/images/phone.png) left center no-repeat;
}
/* service-end */

/* news */
.news .news_content_left,.news .news_content_right{
	width: 578px;
	float: left;
}
.news .news_title {
	margin-top: 85px;
}

.news .news_title h1 {
	text-align: center;
	font-size: 52px;
	color: #333;
}

.news .news_title h1 font {
	font-family: YaHeiLight;
	font-weight: 100;
}

.news .news_title p {
	font-family: YaHeiLight;
	color: rgb(51, 51, 51, 0.5);
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
}
.news .news_content{
	width: 100%;
	background: #f9f9f9;
	padding: 40px 46px;
	box-sizing: border-box;
	margin-top: 55px;
	overflow: hidden;
}
.news .news_box{
	width: 578px;
}

.news .news_box:nth-child(1) i{
	display: block;
	width: 578px;
	height: 289px;
	overflow: hidden;
}
.news .news_box:nth-child(1) dl{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.news .news_box:nth-child(1) dl dt{
	margin-top: 26px;
	overflow: hidden;
}
.news .news_box:nth-child(1) dl dt font{
	width: 72px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: left;
	text-align: center;
	background: #47b26d;
	font-size: 16px;
	color: #fff;
	border-radius: 24px;
	margin-right: 17px;
}
.news .news_box:nth-child(1) dl dt p{
	float: left;
	font-size: 18px;
	color: #333;
	display: block;
	height: 24px;
	line-height: 24px;
	width: 380px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .news_box:nth-child(1) dl dt span{
	float: right;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	display: block;
	height: 24px;
	line-height: 24px;
}
.news .news_box:nth-child(1) dl dd{
	font-size: 14px;
	color: #999;
	margin-top: 20px;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_box:nth-child(2){
	margin-top: 25px;
	position: relative;
	left: 0;
}

.news .news_box:nth-child(2) i,.news .news_box:nth-child(3) i{
	display: none;
}
.news .news_box:nth-child(2) dl dt font,.news .news_box:nth-child(2) dl dt span,.news .news_box:nth-child(3) dl dt font,.news .news_box:nth-child(3) dl dt span{
	display: none;
}
.news .news_box:nth-child(2) dl dd,.news .news_box:nth-child(3) dl dd{
	display: none;
}
.news .news_box:nth-child(2) dl dt,.news .news_box:nth-child(3) dl dt{
	font-size: 15px;
	color: #666;
	margin-top: 15px;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	position: relative;
	display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news .news_box:nth-child(2) dl dt::after,.news .news_box:nth-child(3) dl dt::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background: #333;
	left: 2px;
	top: calc(50% - 4px);
	border-radius: 50%;
}

.news .news_box:nth-child(4){
	float: right;
}

.news .news_content_right{
	margin-left: 37px;
}
.news .news_box_right{
	overflow: hidden;
	margin-bottom: 26px;
	position: relative;
}
.news .news_box_right i{
	display: block;
	width: 236px;
	height: 132px;
	overflow: hidden;
	float: left;
}
.news .news_box_right dl{
	margin-left: 18px;
	float: left;
	width: calc(100% - 18px - 236px);
}
.news .news_box_right dl dt{
	font-size: 18px;
	color: #333;
	margin-top: 21px;
	position: relative;
}
.news .news_box_right:nth-child(n+3){
	margin-bottom: 0;
}
.news .news_box_right:nth-child(n+3) dl dt p::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #333;
	left: 23px;
	top: calc(50% - 4px);
}
.news .news_box_right dl dt span{
	float: right;
	display: block;
	font-size: 15px;
	color: #999;
	display: none;
}
.news .news_box_right dl dd{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	height: 50px;
	margin-top: 15px;
}

.news .news_box_right:nth-child(n+3) dl{
	width: 100%;
	background: #fff;
	margin-left: 0;
	padding-right: 22px;
	box-sizing: border-box;
}

.news .news_box_right:nth-child(n+3) i{
	display: none;
}
.news .news_box_right:nth-child(n+3) dl dd{
	display: none;
}
.news .news_box_right:nth-child(n+3) dl dt span{
	display: block;
}
.news .news_box_right:nth-child(n+3) dl dt{
	font-size: 15px;
	color: #666;
	margin-top: 30px;
}
.news .news_box_right:nth-child(3) dl{
	padding-top: 10px;
}
.news .news_box_right:nth-child(5) dl{
	padding-bottom: 35px;
}

.news .news_box_right:nth-child(1) dl dt,.news .news_box_right:nth-child(2) dl dt{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .news_box_right:nth-child(n+3) dl dt p{
	float: left;
	width: 410px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
	padding-left: 40px;
}
/* news-end */

/* about */
.about{
	width: 100%;
	background: url(/addons/cms/view/default/images/about_back.png) center top no-repeat;
	overflow: hidden;
	padding-bottom: 80px;
}
.about .about_content{
	background: #fff;
	margin-top: 745px;
	border-radius: 20px;
	padding-top: 100px;
}
.about .about_content h1{
	font-size: 36px;
	text-align: center;
	position: relative;
}
.about .about_content h1::after{
	position: absolute;
	content: "";
	width: 182px;
	height: 31px;
	background: url(/addons/cms/view/default/images/meitian.png) center no-repeat;
	left: calc(50% - 91px);
	top: -30px;
}
.about .about_content h1 font{
	color: #47b26d;
}
.about .about_logo{
	margin:20px 0;
}
.about .about_text{
	text-align: center;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
.about .about_nav{
	padding: 0 20px;
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 5px;
	height: 66px;
	line-height: 66px;
	margin-left: calc(50% - 220px);
	margin-top: 45px;
	position: relative;
	user-select: none;
}
.about .about_nav::after{
	position: absolute;
	content: "";
	width: 177px;
	height: 15px;
	background: url(/addons/cms/view/default/images/see_more.png) center no-repeat;
	top: 100%;
	left: calc(50% - 88.5px);
}
.about .about_nav li{
	float: left;
	font-size: 22px;
	padding: 0 22px;
	position: relative;
	font-weight: bold;
	height: 66px;
	overflow: hidden;
}
.about .about_nav li a{
	color: #333;
} 
.about .about_nav li a font{
	width: 2em;
	display: block;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
.about .about_nav li a font:nth-child(2){
	font-family: YaHeiLight;
	font-weight: 500;
}
.about .about_nav li:nth-child(2)::after{
	content: "";
	width: 1px;
	height: 64px;
	background: url(/addons/cms/view/default/images/about_nav_line.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 1px;
}
.about .about_nav li:nth-child(2)::before{
	content: "";
	width: 1px;
	height: 64px;
	background: url(/addons/cms/view/default/images/about_nav_line.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 1px;
}
.about dl{
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.about dl dt{
	width: 25%;
	float: left;
	padding-left: 130px;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
}
.about dl dt ol li:nth-child(1){
	font-size: 40px;
	font-family: bahnschrift;
	color: #ccc;
	display: inline-block;
	transition: ease .3s;
}
.about dl dt ol li:nth-child(2){
	font-size: 18px;
	color: #333;
}
.about dl dt ol li{
	position: relative;
}
.about dl dt:nth-child(1) ol li:nth-child(1)::after{
	position: absolute;
	content: "";
	width: 25px;
	height: 29px;
	background: url(/addons/cms/view/default/images/about_icon_1.png) center no-repeat;
	left: -61px;
	top: calc(50% - 14.5px);
}
.about dl dt:nth-child(1) ol li:nth-child(1)::before{
	position: absolute;
	content: "家";
	font-size: 14px;
	left: calc(100% + 10px);
	bottom: 8px;
	color: #999;
}

.about dl dt:nth-child(2) ol li:nth-child(1)::after{
	position: absolute;
	content: "";
	width: 26px;
	height: 28px;
	background: url(/addons/cms/view/default/images/about_icon_2.png) center no-repeat;
	left: -61px;
	top: calc(50% - 14px);
}
.about dl dt:nth-child(2) ol li:nth-child(1)::before{
	position: absolute;
	content: "㎡";
	font-size: 14px;
	left: calc(100% + 10px);
	bottom: 8px;
	color: #999;
}

.about dl dt:nth-child(3) ol li:nth-child(1)::after{
	position: absolute;
	content: "";
	width: 28px;
	height: 28px;
	background: url(/addons/cms/view/default/images/about_icon_3.png) center no-repeat;
	left: -61px;
	top: calc(50% - 14px);
}
.about dl dt:nth-child(3) ol li:nth-child(1)::before{
	position: absolute;
	content: "多人";
	width: 100%;
	font-size: 14px;
	left: calc(100% + 10px);
	bottom: 8px;
	color: #999;
}

.about dl dt:nth-child(4) ol li:nth-child(1)::after{
	position: absolute;
	content: "";
	width: 32px;
	height: 28px;
	background: url(/addons/cms/view/default/images/about_icon_4.png) center no-repeat;
	left: -61px;
	top: calc(50% - 14px);
}
.about dl dt:nth-child(4) ol li:nth-child(1)::before{
	position: absolute;
	content: "多人";
	width: 100%;
	font-size: 14px;
	left: calc(100% + 10px);
	bottom: 8px;
	color: #999;
}
.about dl .active ol li:nth-child(1){
	color: #ff6900;
}
/* about-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 p{
	font-size: 14px;
	color: rgb(255,255,255,0.6);
	line-height: 25px;
	height: 50px;
	margin-top: 20px;
	font-family: YaHeiLight;
	margin-bottom: 35px;
}
.footer .footer_ewm{
	margin-right: 20px;
	width: 86px;
	height: 86px;
}

.footer .footer_content_2{
	width: 166px;
	float: left;
	margin-left: 200px;
}

.footer .footer_content_title p{
	color: rgb(255,255,255,0.2);
	font-family: YaHeiLight;
}
.footer .footer_content_title font{
	font-size: 16px;
	color: #ddd;
	font-family: YaHeiLight;
	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-family: YaHeiLight;
	letter-spacing: 1px;
	margin-top: 15px;
}
.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_bottom{
	width: 100%;
	height: 90px;
	line-height: 90px;
	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 */
/* 首页样式结束 */
/* ------------------------------------------------- */

/* 内页 */

.w1200 {
	width: 1300px;
	margin: 0 auto;
}

/*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: 360px;
}

.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: 524px;
}

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

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

#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%;
}

.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: scroll;
	height: 280px;
	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 .tit {
	font-size: 30px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
	color: #009f40;
}

.prod_right_tj_title_two {
	border-left: 7px #009f40 solid;
	height: 39px;
	position: relative;
	margin-top: 20px;
}

.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: #009f40;
}

.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: auto;
	margin-top: 60px;
}

.prod_left {
	width: 282px;
	float: left;
}

.prod_left .prod_left_title {
	width: 282px;
	height: 94px;
	background: #009f40;
	/* background: -moz-linear-gradient(left, #333 0%, #000 100%);
	background: -webkit-linear-gradient(left, #333 0%, #000 100%); */
	/* background: linear-gradient(to right, #ffcb00 0%, #ff9800 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
	color: #fff;
	position: relative;
}

.prod_left .prod_left_title::after {
	content: "";
	display: block;
	width: 21px;
	height: 16px;
	background: url(../images/prod_left_i.png);
	position: absolute;
	top: 30px;
	left: 30px;
}

.prod_left .prod_left_title p {
	font-size: 22px;
	padding-top: 22px;
	padding-left: 74px;
}

.prod_left .prod_left_title em {
	font-size: 12px;
	padding-left: 74px;
	opacity: 0.3;
}

.prod_left .prod_left_nr {
	width: 270px;
	border-left: 6px #009f40 solid;
	border-right: 6px #009f40 solid;
}

.prod_left .prod_left_nr ul {
	width: 228px;
	margin: auto;
}

.prod_left .prod_left_nr ul li {
	border-top: 1px #ccc dashed;
	line-height: 64px;
	position: relative;
	padding-left: 26px;
}

.prod_left .prod_left_nr ul li:last-child {
	border-bottom: 1px #ccc dashed;
}

.prod_left .prod_left_nr ul::before {
	content: "";
	display: block;
	padding-top: 20px;
}

.prod_left .prod_left_nr ul::after {
	content: "";
	display: block;
	padding-bottom: 20px;
}

.prod_left .prod_left_nr ul li > a {
	font-size: 16px;
	color: #333;
}

.prod_left .prod_left_nr ul li:hover > a {
	color: #009f40;
	font-weight: bold;
}

.prod_left .prod_left_nr ul li a.on{color: #ff6000; font-weight: bold;}
.prod_left .prod_left_nr ul li i a.on{color: #ff6000; font-weight: bold;}

.prod_left .prod_left_nr ul li:nth-child(1) i{
	display: block;
	margin-bottom: 20px;
    margin-top: -10px;
}
.prod_left .prod_left_nr ul li i a{color: #666; display: block; height: 34px; line-height: 34px; font-size: 14px;}

.prod_left .prod_left_nr ul li::after {
	content: "";
	display: block;
	background: url(../images/prod_left_nr_i.png) no-repeat;
	width: 2px;
	height: 8px;
	position: absolute;
	left: 12px;
	top: 28px;
}

.prod_left .prod_left_nr ul li .on::after {
	background:#FF6900;
}

.prod_left .prod_left_tel {
	border-left: 6px #009f40 solid;
	border-right: 6px #009f40 solid;
}

.prod_left .prod_left_tel ul {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.prod_left .prod_left_tel ul p {
	font-size: 20px;
	font-weight: bold;
}

.prod_left .prod_left_tel ul p strong {
	color: #009f40;
}

.prod_left .prod_left_tel ul p b {
	color: #ccc;
}

.prod_left .prod_left_tel ul i {
	background: url(../images/prod_left_tel.png) no-repeat;
	width: 35px;
	height: 37px;
	display: block;
	margin: auto;
	margin-top: 18px;
	margin-bottom: 18px;
}

.prod_left .prod_left_tel ul em {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.prod_left .prod_left_tel ul span {
	font-size: 18px;
	color: #666666;
	margin-top: 4px;
	display: block;
}

.prod_left .prod_bottom {
	width: 100%;
	height: 74px;
	background: #009f40;
}

.prod_nr .prod_right {
	float: right;
	width: 980px;
}

/* 合作 */
.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: #009f40;
	border: 1px #009f40 solid;
	color: #fff;
}

.prod_nr .prod_right .prod_right_nr {
	margin-top: 30px;
}

.prod_nr .prod_right .prod_right_nr ul {}

.prod_nr .prod_right .prod_right_nr ul li {
	width: 310px;
	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: #009f40;
	color: #fff;
	transition: 0.3s;
} */

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

.prod_nr .prod_right .prod_right_nr ul li a {
	display: block;
	width: 310px;
	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:hover a p{background: #009f40; color:#fff;}

.prod_nr .prod_right .prod_right_nr ul li a p {
	width: 100%;
	text-align: left;
	transition: ease .3s;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 50px;
	position: relative;
}

.prod_nr .prod_right .prod_right_nr ul li a p::after {
	content: "";
	width: 20px;
	height: 4px;
	background: url(/addons/cms/view/default/images/prod_more.png) center no-repeat;
	position: absolute;
	right: 15px;
	top: calc(50% - 2px);
	opacity: 0.3;
	transition: ease .3s;
}

.prod_nr .prod_right .prod_right_nr ul li:hover a p::after{
	opacity: 1;
}

.news_ny {
	background: #f9f9f9;
	padding: 60px 0px;
}

.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: #444;
}

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

.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: 20px;
	height: 40px;
	justify-content: center;
	display: none;
}

.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;
}

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

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

.news_ny_class dl.cur a {
	background: #009f40;
	color: #fff;
}

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

.Page .active span {
	background: #009f40;
	color: #fff;
}

.Page .active a {
	background: #009f40;
	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: 980px;
	float: right;
}

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

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

.prod_ny_img .fr {
	width: 490px;
}

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

.prod_ny_img .fr .prod_ny_tel {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background: #009f40;
	border-radius: 50px;
	color: #fff;
	margin-top: 30px;
}

.prod_ny_img .fr i{display: block; width: 110px; height: 42px; line-height: 42px; text-align: center; background: #FF6900; border-radius: 5px; position: relative; padding-left: 34px; transition: 0.3s;}
.prod_ny_img .fr i::after{content: ""; display: block; position: absolute; left: 24px; top: 12px; background: url(../images/albburl.png) no-repeat; height: 24px; width: 40px;}
.prod_ny_img .fr b{font-weight: normal; margin-top: 20px; display: block;}
.prod_ny_img .fr b a{color:#fff; font-size: 15px;}
.prod_ny_img .fr b:hover i{background: #FF3600; transition: 0.3s;}

/* .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: #009f40;
	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 img:first-child {
	margin-top: 20px;
}

.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;
}

.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;
}

.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;
}

.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{max-width: 100%;}

.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: 422px;
	float: left;
	background: #fff;
	margin-right: 1.25%;
	margin-bottom: 20px;
	transition: all ease .5s;
}

.case_ny .box .case-list li:nth-child(3n) {
	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;
}

.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;
}

.case_ny .box .case-list li .tbox {
	width: 100%;
	padding: 30px;
}

.case_ny .box .case-list li .tbox .t1 {
	font-size: 18px;
	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;
	width: 36%;
	float: right;
	margin-right: -30px;
}

.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: #009f40;
}

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

/* 内页结束 */