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

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

a {
	text-decoration: none;
	color:#333;
}

i{font-style: normal;}

.clear {
	clear: both;
}

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

.title {
	padding-left: 65px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.title p {
	float: left;
}

.title p:nth-child(1) {
	font-weight: bold;
	font-size: 34px;
	color: #333;
}

.title p span {
	display: block;
	margin-left: 10px;
}

.title p span:nth-child(1) {
	font-size: 18px;
	color: #333;
	margin-top: 5px;
}

.title p span:nth-child(2) {
	font-size: 12px;
	color: #ccc;
	margin-top: -2px;
}

.title_more {
	width: 75px;
	height: 12px;
	background: url('/addons/cms/view/default/images/title_more.png') center no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}

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

/* ------------------------------------------------- */
/* 首页样式 */

.header_content {
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 50px;
	/* background: url(/addons/cms/view/default/images/header_back.png) right center no-repeat; */
}

.header_top {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #eee;
	background: url(/addons/cms/view/default/images/header_top_background.png) center no-repeat #f9f9f9;
	/* overflow: hidden; */
}

.header_top_right a i img{width: 130px;}

.header_top .header_top_content img {
	margin: 17px 0;
	display: block;
	float: left;
	
}

.header_top .header_top_content p {
	color: #777;
	font-size: 14px;
	float: left;
	line-height: 50px;
	height: 50px;
	margin-left: 10px;
}

.header_top .header_top_left {
	float: left;
}

.header_top .header_top_right {
	float: right;
	/* overflow: hidden; */

}

.header_top .header_top_right a {
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.header_top .header_top_right a:nth-child(1) {
	padding-left: 40px;
	background: url(/addons/cms/view/default/images/wechat.png) left center no-repeat;
	padding-right: 25px;
	border-right: 1px solid #3380c5;
	width: 136px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.header_top .header_top_right a:nth-child(1) i{
	width: 136px;
	height:0px;
	position: absolute;
	top: 51px;
	left: -10px;
	z-index: 10;
	transition: ease .3s;
	display: block;
	overflow: hidden;
}

.header_top .header_top_right a:nth-child(1):hover i{
	height: 160px;
}

.header_top .header_top_right a:nth-child(2) {
	padding-left: 30px;
	background: url(/addons/cms/view/default/images/header_phone.png) left center no-repeat;
	margin-left: 25px;
}

.header_top .header_top_right a:nth-child(2) span {
	font-weight: bold;
	font-size: 16px;
}

.header {
	height: 173px;
	box-sizing: border-box;
	overflow: hidden;
}

.header .header_left {
	float: left;
	overflow: hidden;
}

.header .header_left img {
	display: block;
	float: left;
}

.header .header_left img:nth-child(2) {
	margin-left: 25px;
	margin-top: 3px;
}

.header .header_right {
	float: right;
}

.header .header_right span,
.header .header_right a {
	display: block;
}

.header .header_right a {
	float: left;
	text-align: center;
	width: 106px;
	margin-top: 7px;
	position: relative;
}

.header .header_right a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 52px;
	background: url(/addons/cms/view/default/images/nav_active_before.png);
	right: 25px;
	top: 76px;
	transition: ease .3s;
}

.header .header_right a:hover::after {
	background: url(/addons/cms/view/default/images/nav_active.png);
	top: 54px;
}

.header .header_right .active::after {
	top: 54px;
	background: url(/addons/cms/view/default/images/nav_active.png);
}

.header .header_right a span:nth-child(1) {
	font-size: 16px;
	width: 64px;
	float: right;
	color: #333;
}

.header .header_right a span:nth-child(2) {
	font-size: 12px;
	transform: scale(0.9);
	width: 68px;
	float: right;
	color: rgb(51, 51, 51, 0.3);
	margin-top: 5px;
}

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

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

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

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

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

.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: #f59800;
	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*/

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

.product .title {
	background: url('/addons/cms/view/default/images/product_icon.png') no-repeat left center;
	margin: 25px 0;
	width: 1300px;
	float: right;
	padding-left: 50px;
}

.product .product_content {
	width: 100%;
	height: 473px;
	background: url('/addons/cms/view/default/images/product.png') no-repeat center;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	float: right;
}

.product .product_content::after {
	position: absolute;
	width: 391px;
	height: 391px;
	background: #f59800;
	border-radius: 50%;
	content: "";
	left: 100%;
	bottom: 100%;
	transition: ease .3s;
}

.product .product_content:hover::after {
	left: 1201px;
	bottom: 390px;
}

.product .product_content_box_s {
	position: relative;
	overflow: hidden;
	height: 473px;
	transition: ease .3s;
}

.product .product_content_box {
	height: 473px;
	width: 1300px;
	box-sizing: border-box;
	padding-left: 70px;
	padding-top: 70px;
	position: absolute;
	left: 0;
	top: 0;
}

.product .product_content_box_l {
	float: left;
	position: relative;
	z-index: 9;
}

.product .product_more {
	width: 84px;
	height: 12px;
	display: block;
	background: url(/addons/cms/view/default/images/product_more.png) center no-repeat;
	position: absolute;
	bottom: 115px;
	left: 70px;
}

.product .product_content_box img {
	position: absolute;
}

.product .product_content_box_title {
	font-size: 32px;
	color: #fff;

}

.product .product_content_box_title span {
	display: block;
	float: left;
}

.product .product_content_box_title p {
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: PMZD;
	letter-spacing: 1px;
	margin-left: 20px;
	margin-top: 14px;
	float: left;
	position: relative;
	color: rgb(255, 255, 255, 0.1);
}

.product .product_content_box_title p::after {
	position: absolute;
	width: 89px;
	height: 9px;
	left: calc(100% + 25px);
	top: calc(50% - 4px);
	content: "";
	background: url(/addons/cms/view/default/images/product_c_title_img2.png) center no-repeat;
}

.product .product_content_box_nr {
	color: #fff;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-family: YaHeiLight;
	width: 650px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product_content_box_under p {
	color: #fff;
	font-size: 16px;
	float: left;
	padding-left: 30px;
	margin-left: 38px;
	font-family: YaHeiLight;
}

.product_content_box_under p:nth-child(1) {
	margin-left: 0;
	background: url(/addons/cms/view/default/images/product_power_icon.png) left center no-repeat;
}

.product_content_box_under p:nth-child(2) {
	background: url(/addons/cms/view/default/images/product_power_icon2.png) left center no-repeat;
}

.product_content_box_under p:nth-child(3) {
	background: url(/addons/cms/view/default/images/product_power_icon3.png) left center no-repeat;
}

.product_content_box_under p span {
	font-weight: bold;
}

.product .product_content_page {
	width: 292px;
	height: 41px;
	position: absolute;
	bottom: 100px;
	left: 70px;
	z-index: 11;
	display: none;
}

.product .product_content_page a {
	display: block;
	float: left;
	cursor: pointer;
}

.product .product_prev {
	width: 35px;
	height: 41px;
	background: url(/addons/cms/view/default/images/product_right_btn.png) no-repeat center;
	transform: rotate(180deg);
	opacity: 0.2;
	transition: ease .3s;
}


.product .product_next {
	width: 35px;
	height: 41px;
	background: url(/addons/cms/view/default/images/product_right_btn.png) no-repeat center;
	opacity: 1;
	transition: ease .3s;
}

.product .product_num {
	font-size: 16px;
	color: #fff;
	line-height: 41px;
	transition: ease .3s;
	user-select: none;
	font-family: YaHeiLight;
}

.product .product_num:nth-child(2),
.product .product_num:nth-child(4),
.product .product_num:nth-child(5),
.product .product_num:nth-child(6){
	width: 41px;
}

.product .product_num:nth-child(2) {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}

.product .product_num:nth-child(4) {
	text-align: left;
}

.product .product_num:nth-child(3) {
	width: 58px;
	text-align: center;
}

.product .parduct_second {
	position: relative;
}

.product .parduct_s_s_ovfl {
	overflow: hidden;
	width: 1300px;
	padding: 0 30px;
	margin-left: -30px;
	display: none;
}

.product .parduct_second_scroll {
	transition: ease .3s;
}

.product .parduct_second_content img {
	height: 200px;
	margin: 0 auto;
	display: block;
	margin-top: 47px;
}

.product .parduct_second_content {
	width: 299px;
	height: 419px;
	border: 1px solid #f0f0f0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	margin-right: 32px;
	margin-top: 34px;
	transition: ease .3s;
}

.product .parduct_second_content:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 27px rgb(0, 0, 0, 0.1);
}

.product .parduct_second_content::after {
	content: "";
	position: absolute;
	width: 778px;
	height: 778px;
	border-radius: 50%;
	left: calc(50% - 389px);
	top: calc(100% - 10px);
	transition: ease .3s;
	background: #eeeeee;
}

.product .parduct_second_content:hover::after {
	top: calc(100% - 32px);
	background: #005bae;
}

.product .parduct_s_c_bottom {
	width: 100%;
	height: 155px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

.product .parduct_s_c_bottom h1 {
	font-size: 18px;
	color: #333;
}

.product .parduct_s_c_bottom h2 {
	font-size: 12px;
	color: #ddd;
	margin-top: 5px;
	font-family: PMZD;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.product .parduct_s_c_bottom p {
	font-size: 12px;
	color: #999;
	margin-top: 20px;
	border-bottom: #005bae solid 1px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
}

.product .parduct_second_prev {
	width: 42px;
	height: 80px;
	background: url(/addons/cms/view/default/images/product_secont_prev_next.png) center no-repeat;
	position: absolute;
	top: calc(50% - 40px);
	left: -107px;
	transform: rotate(180deg);
	cursor: pointer;
	transition: ease .3s;
}

.product .parduct_second_next {
	width: 42px;
	height: 80px;
	background: url(/addons/cms/view/default/images/product_secont_prev_next.png) center no-repeat;
	position: absolute;
	top: calc(50% - 40px);
	right: -107px;
	cursor: pointer;
	transition: ease .3s;
	opacity:0.7;
}

.product .prod_box{
	width: 100%;
	float: right;
}
/* product-end */

/* power */
.power {
	height: 1249px;
	width: 100%;
	background: url(/addons/cms/view/default/images/power.png) center no-repeat;
	margin-top: 80px;
	overflow: hidden;
}

.power .power_title {
	margin-top: 130px;
}

.power .power_title h1 {
	font-size: 42px;
	color: #333;
	letter-spacing: 2px;
	line-height: 42px;
	height: 42px;
	position: relative;
	margin-left: 50px;
}

.power .power_title h1::after {
	position: absolute;
	width: 36px;
	height: 40px;
	background: url(/addons/cms/view/default/images/power_R.png) center no-repeat;
	top: calc(50% - 20px);
	left: -50px;
	content: "";
	 transition: 0.3s;
}
.power .power_title:hover h1::after{transform:rotateY(180deg); transition: 0.3s;}

.power .power_title h1::before {
	content: "严格品控出货，缩短交货期";
	position: absolute;
	left: -50px;
	top: calc(100% + 10px);
	font-size: 22px;
	font-weight: 500;
	font-family: YaHeiLight;
}

.power .power_title h1 span {
	font-weight: 500;
}

.power .power_left {
	margin-top: 200px;
}

.power .power_left h1 {
	font-size: 24px;
	color: #333;
	position: relative;
}

.power .power_left_content {
	float: left;
}

.power .power_left_content:nth-child(odd) {
	margin-right: 115px;
}

.power .power_left_content:nth-child(1) h1::after {
	content: "";
	position: absolute;
	left: 0;
	top: -58px;
	width: 47px;
	height: 38px;
	background: url(/addons/cms/view/default/images/power_icon1.png) center no-repeat;

}

.power .power_left_content:nth-child(2) h1::after {
	content: "";
	position: absolute;
	left: 0;
	top: -62px;
	width: 47px;
	height: 42px;
	background: url(/addons/cms/view/default/images/power_icon2.png) center no-repeat;
	 
}

.power .power_left_content:hover h1::after {transform:rotateY(180deg); transition: 0.3s; transition: 0.3s;}
.power .power_left_content h1::after{transition: 0.3s;}

.power .power_left_content:nth-child(3) h1::after {
	content: "";
	position: absolute;
	left: 0;
	top: -78px;
	width: 47px;
	height: 58px;
	background: url(/addons/cms/view/default/images/power_icon3.png) center no-repeat;

}

.power .power_left_content:nth-child(4) h1::after {
	content: "";
	position: absolute;
	left: 0;
	top: -67px;
	width: 47px;
	height: 47px;
	background: url(/addons/cms/view/default/images/power_icon4.png) center no-repeat;

}

.power .power_left_content:nth-child(-n+2) {
	margin-bottom: 123px;
}

.power .power_left h1 span {
	font-weight: 500;
}

.power .power_left p {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.power .power_left a {
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
	font-family: PMZD;
	letter-spacing: 1px;
	margin-top: 20px;
	display: block;
}

.power .power_bottom {
	width: 610px;
	margin: 0 auto;
	margin-top: 260px;
}

.power .power_bottom h1 {
	color: #fff;
	font-size: 48px;
	padding-left: 80px;
	background: url(/addons/cms/view/default/images/power_bottom_icon.png) no-repeat left center;
	position: relative;
	letter-spacing: 6px;
}

.power .power_bottom h1::after {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	background: url(/addons/cms/view/default/images/power_bottom_icon_in.png) no-repeat center;
	top: calc(50% - 13.5px);
	left: 20px;
	-webkit-animation:fan 1.5s infinite linear ;
}

@-webkit-keyframes fan {
	0% {
		transform: rotate(0);
	}
	50% {
		transform: rotate(540deg);
	}
	100% {
		transform: rotate(1080deg);
	}
}

/* .power .power_bottom h1:hover::after {

	transform: rotate(1080deg);
} */

.power .power_bottom h1::before {
	position: absolute;
	content: "Benchmark";
	text-transform: uppercase;
	color: rgb(255, 255, 255, 0.1);
	font-size: 22px;
	font-weight: lighter;
	right: 0;
	top: -39px;
	letter-spacing: 3px;
	font-family: bahnschrift;
}

.power .power_bottom h1 img {
	position: absolute;
	top: calc(50% - 40px);
	left: 460px;
}

.power .power_bottom p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-family: YaHeiLight;
	letter-spacing: 3px;
	margin-top: 15px;
	position: relative;
}

.power .power_bottom .bottom_img {
	display: block;
	width: 92px;
	height: 30px;
	margin: 0 auto;
	margin-top: 38px;
}

.power .power_bottom p::after {
	position: absolute;
	content: "Brand";
	transform: rotate(90deg);
	left: calc(50% - 28px);
	line-height: 32px;
	top: 120px;
	font-size: 18px;
	font-weight: 100;
	font-family: bahnschrift;
	opacity: 0.4;
}

.strength {
	height: 940px;
	background: url(/addons/cms/view/default/images/strength.jpg) bottom center no-repeat;
	overflow: hidden;
}

.strength .strength_right {
	width: 667px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: ease .3s;
}

.strength .strength_right_box {
	width: 830px;
	float: right;
	margin-top: 120px;
	position: relative;
}

.strength .strength_right h1 {
	font-size: 42px;
	color: #333;
	position: relative;
	letter-spacing: 2px;
}

.strength .strength_right h1::after {
	position: absolute;
	content: "";
	width: 44px;
	height: 10px;
	background: #ccc;
	left: 0;
	top: calc(100% + 10px);
}

.strength .strength_right h1 i {
	position: absolute;
	left: 55px;
	top: calc(100% + 7px);
	color: #ccc;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: 0px;
}

.strength .strength_right h1 span {
	color: #005bae;
}

.strength .strength_right p {
	font-size: 22px;
	color: #333;
	margin-top: 50px;
}

.strength .strength_right_img {
	margin-top: 38px;
}

.strength .strength_right_img img {
	margin-left: 30px;
}

.strength .strength_right_img img:nth-child(1) {
	margin-left: 0;
}

.strength .strength_right_list {
	margin-top: 60px;
}

.strength .strength_r_l_content {
	height: 130px;
	padding-left: 51px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 120px;
}

.strength .strength_r_l_content span:nth-child(1) a:nth-child(1) {
	font-size: 40px;
	color: #176fd0;
	margin-right: 16px;
	float: left;
}

.strength .strength_r_l_content span:nth-child(1) a:nth-child(2) {
	float: left;
	margin-top: 20px;
}

.strength .strength_r_l_content span:nth-child(1) {
	font-size: 12px;
	color: #666;
	display: block;
	font-family: bahnschrift;
	overflow: hidden;
	margin-top: 10px;
}

.strength .strength_r_l_content span:nth-child(2) {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
}

.strength .strength_r_l_content:nth-child(1) {
	background: url(/addons/cms/view/default/images/strength_icon1.png) left top no-repeat;
}

.strength .strength_r_l_content:nth-child(2) {
	background: url(/addons/cms/view/default/images/strength_icon2.png) left top no-repeat;
}

.strength .strength_r_l_content:nth-child(3) {
	background: url(/addons/cms/view/default/images/strength_icon3.png) left top no-repeat;
	margin-right: 0;
}

.strength .strength_r_l_content:nth-child(1)::after {
	position: absolute;
	content: "Factory";
	font-size: 16px;
	color: #666;
	font-family: PMZD;
	text-transform: uppercase;
	opacity: 0.2;
	margin-top: 25px;
}

.strength .strength_r_l_content:nth-child(2)::after {
	position: absolute;
	content: "Plant";
	font-size: 16px;
	color: #666;
	font-family: PMZD;
	text-transform: uppercase;
	opacity: 0.2;
	margin-top: 25px;
}

.strength .strength_r_l_content:nth-child(3)::after {
	position: absolute;
	content: "Patent";
	font-size: 16px;
	color: #666;
	font-family: PMZD;
	text-transform: uppercase;
	opacity: 0.2;
	margin-top: 25px;
}

.strength .strength_r_l_under {
	position: absolute;
	top: 560px;
}

.strength .strength_r_l_under h2 {
	font-size: 30px;
	color: #333;
	position: relative;
}

.strength .strength_r_l_under h2 span {
	font-weight: 500;
}

.strength .strength_r_l_under h2::after {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	content: "多年专注  -  180多项授权证明  -  仓储现货充足";
	font-size: 16px;
	color: #555;
	font-weight: 500;
	width: 320px;
}

.strength .strength_r_l_under h3 {
	font-size: 30px;
	color: rgb(51, 51, 51, 0.1);
	margin-top: 60px;
	text-transform: uppercase;
	font-family: PMZD;
	font-weight: 500;
	padding-left: 50px;
	background: url(/addons/cms/view/default/images/build.png) left center no-repeat;
}

.strength .strength_left {
	width: 100%;
	float: left;
	height: 114px;
	margin-top: 80px;
	position: absolute;
	left: calc(-100% + 354px);
}

.strength .strength_left_content {
	float: right;
	width: 100%;
	position: relative;
	height: 140px;
	background: url(/addons/cms/view/default/images/strength_list_back.png) right center no-repeat;
	border-bottom: #dddddd 1px solid;
	transition: ease .3s;
}

.strength .strength_left_content_active {
	height: 195px;
	border-bottom: 1px solid #f3f3f3;
	background: #f3f3f3 url(/addons/cms/view/default/images/strength_list_back.png) calc(100% - 42px) center no-repeat;
	border-radius: 10px;
}

.strength .strength_left_content_img img{
	display: block;
}

.strength .strength_left_content_img{
	position: relative;
	float: left;
	top: 42px;
	transition: ease .3s;
}

.strength .strength_left_content_active .strength_left_content_img{
	top: 72px;
}

.strength .strength_left_content_img:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: ease .3s;
}

.strength_left_content:nth-child(1) .strength_left_content_img:after{
	background: url(/addons/cms/view/default/images/strength_l_icon1_active.png);
}

.strength_left_content:nth-child(2) .strength_left_content_img:after{
	background: url(/addons/cms/view/default/images/strength_l_icon2_active.png);
}

.strength_left_content:nth-child(3) .strength_left_content_img:after{
	background: url(/addons/cms/view/default/images/strength_l_icon3_active.png);
}

.strength .strength_left_content_active .strength_left_content_img:after{
	opacity:1;
}

.strength_left_content_in {
	width: 354px;
	float: right;
}

.strength .strength_l_c_right {
	width: 270px;
	height: 56px;
	position: absolute;
	top: calc(50% - 28px);
	right: 0;
}

.strength .strength_l_c_right h1 {
	font-size: 26px;
	color: #333;
}

.strength .strength_l_c_right h1 span {
	font-weight: 500;
}

.strength .strength_l_c_right p {
	font-size: 12px;
	color: #333;
	opacity: 0.5;
	text-transform: uppercase;
	margin-top: 6px;
}

/* power-end */

/* cooperate */
.cooperate {
	background: #f9f9f9;
	/*padding-bottom: 70px;*/
	height: 30px;
	overflow: hidden;
}

.cooperate .title {
	background: url('/addons/cms/view/default/images/cooperate_icon.png') no-repeat left center;
	margin-top: 90px;
	margin-bottom: 55px;
}

.cooperate .cooperate_content {
	overflow: hidden;
	padding: 0 20px;
}

.cooperate .cooperate_box {
	width: 240px;
	height: 99px;
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
	border: 1px solid #dedede;
	border-radius: 10px;
	overflow: hidden;
	transition: ease .3s;
	cursor: pointer;
}

.cooperate .cooperate_box img {
	width: 100%;
	height: 100%;
}

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

.cooperate .cooperate_box:nth-child(5n) {
	margin-right: 0;
}

/* cooperate-end */

/* case */
.case {
	background: url(/addons/cms/view/default/images/case.jpg);
	height: 962px;
	width: 100%;
	overflow: hidden;
}

.case .title span,
.case .title p {
	color: #fff !important;
}

.case .title p span:nth-child(2) {
	color: rgb(255, 255, 255, 0.2) !important;
}

.case .title {
	background: url('/addons/cms/view/default/images/case_icon.png') no-repeat left center;
	margin-top: 95px;
	margin-bottom: 65px;
}

.case .title_more {
	background: url('/addons/cms/view/default/images/case_title_more.png') center no-repeat;
}

.case .case_content_left {
	float: left;
	width: 100%;
	position: absolute;
	left: calc(-100% + 374px);
}

.case .case_content_left_list {
	width: 100%;
	float: right;
	margin-bottom: 17px;
	border-radius: 10px;
	margin-right: 61px;
	position: relative;
	z-index: 1;
	transition: ease .3s;
}

.case .case_content_left_list div {
	width: 313px;
	float: right;
	height: 90px;
	overflow: hidden;
	position: relative;
	transition: ease .3s;
}

.case .case_content_left_list div p:nth-child(1) {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 108px;
	position: relative;
}

.case .case_content_left_list div p:nth-child(2) {
	font-size: 12px;
	color: rgb(255, 255, 255, 0.2);
	margin-top: 5px;
	margin-left: 108px;
}

.case .case_content_left_list:nth-child(1) div p:nth-child(1)::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	background: url(/addons/cms/view/default/images/case_icon1.png) center no-repeat;
	left: -43px;
	top: calc(50% - 10px);
}

.case .case_content_left_list:nth-child(2) div p:nth-child(1)::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	background: url(/addons/cms/view/default/images/case_icon2.png) center no-repeat;
	left: -43px;
	top: calc(50% - 10px);
}

.case .case_content_left_list:nth-child(3) div p:nth-child(1)::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	background: url(/addons/cms/view/default/images/case_icon3.png) center no-repeat;
	left: -43px;
	top: calc(50% - 10px);
}

.case .case_content_left_list:nth-child(4) div p:nth-child(1)::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	background: url(/addons/cms/view/default/images/case_icon4.png) center no-repeat;
	left: -43px;
	top: calc(50% - 10px);
}

.case .case_content_left_list:nth-child(5) div p:nth-child(1)::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 20px;
	background: url(/addons/cms/view/default/images/case_icon5.png) center no-repeat;
	left: -43px;
	top: calc(50% - 10px);
}

.case .case_content_left_list div::after {
	position: absolute;
	right: 10px;
	font-family: PMZD;
	font-size: 160px;
	bottom: -25px;
	color: rgb(255, 255, 255, 0.02);
}

.case .case_content_left_list:nth-child(1) div:after {
	content: "01";
}

.case .case_content_left_list:nth-child(2) div:after {
	content: "02";
}

.case .case_content_left_list:nth-child(3) div:after {
	content: "03";
}

.case .case_content_left_list:nth-child(4) div:after {
	content: "04";
}

.case .case_content_left_list:nth-child(5) div:after {
	content: "05";
}

.case .case_content_left_list::before {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #444;
	border-radius: 10px;
	transition: ease .3s;
}

.case .case_content_left_list::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #f59800;
	z-index: -1;
	border-radius: 20px;
	transition: ease .3s;
}

.case .case_content_left_list_a::before {
	background: #005bae;
}

.case .case_content_left_list_a div {
	padding-right: 61px;
}

.case .case_content_left_list_a::after {
	right: 10px;
	top: 5px;
}

.case .case_content_left_list_a {
	margin-bottom: 24px;
	margin-right: 0;
}

.case .case_content_left_list_a div {
	height: 110px;
	padding: 10px 0;
	box-sizing: border-box;
}

.case .case_content_right {
	width: 855px;
	float: right;
	position: relative;
}

.case .case_content_right_content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 10px;
	display: none;
}

.case .case_scroll {
	width: 100%;
	overflow: hidden;
}

.case .case_scroll_box {
	float: left;
	margin-right: 15px;
	width: 274px;
}

.case .case_scroll_box img {
	width: 274px;
	height: 178px;
}

.case .case_content_right_content h1 {
	font-size: 42px;
	color: #fff;
	margin-top: 10px;
}

.case .case_content_right_content .under_title {
	font-size: 18px;
	color: rgb(255, 255, 255, 0.8);
	font-family: YaHeiLight;
	width: 595px;
	line-height: 32px;
	height: 64px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.case .case_content_right_content .facility {
	margin-bottom: 40px;
}

.case .case_scroll_box p {
	color: #fff;
	font-family: YaHeiLight;
	margin-top: 10px;
	position: relative;
}

.case .case_scroll_box p::after {
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	background: url(/addons/cms/view/default/images/case_name.png) center no-repeat;
	width: 32px;
	height: 8px;
	content: "";
}

.case .case_more {
	display: block;
	width: 122px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 70px;
	transition: ease .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.case .case_more::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: linear-gradient(to bottom, #f59800, #f56300);
	height: 100%;
	width: 100%;
	z-index: -1;
	transition: ease .3s;
}

.case .case_more:hover::after {
	opacity: 0;
}

.case .case_more::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: linear-gradient(to bottom, #f56300, #f59800);
	height: 100%;
	width: 100%;
	z-index: -2;
}

.case .case_scroll_out {
	position: relative;
}

.case .case_next {
	position: absolute;
	width: 42px;
	height: 80px;
	background: url(/addons/cms/view/default/images/case_next.png) center no-repeat;
	right: -62px;
	top: 50px;
	cursor: pointer;
	opacity: 0.3;
	transition: ease .3s;
}

.case .case_next:hover {
	opacity: 1;
}

.case .case_scroll_in {
	position: absolute;
}

.case .case_scroll_in2 {
	position: absolute;
}

.case .case_scroll_box_w {
	transition: ease .3s;
	position: relative;
	height: 213px;
}

/* case-end */

/* news */
.news {
	overflow: hidden;
	padding-bottom: 100px;
}

.news .title {
	background: url('/addons/cms/view/default/images/news_icon.png') no-repeat left center;
	margin-top: 80px;
	margin-bottom: 45px;
}

.news .news_left {
	width: 436px;
	height: 575px;
	position: relative;
	float: left;
}

.news .news_left a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.news .news_left_bottom {
	position: absolute;
	bottom: 0;
	height: 240px;
	width: 100%;
	background: rgb(0, 91, 174, 0.7);
	padding: 40px;
	box-sizing: border-box;
	transition: ease .3s;
}

.news .news_left_bottom:hover {
	height: 260px;
}

.news .news_left_bottom:hover .news_left_more {
	border: 1px solid #f59800;
	background: #f59800;
}

.news .news_left_bottom h1 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news .news_left_bottom p {
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	line-height: 23px;
	height: 46px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news_left_bottom .news_left_more {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 25px;
	transition: ease .3s;
}

.news .news_left_bottom .news_left_more span {
	display: inline-block;
	transform: scaleY(1.7) scaleX(0.9);
	font-size: 14px;
	color: #fff;
	font-family: YaHeiLight;
	margin-top: 8px;
}

.news .news_right {
	float: right;
	width: 822px;
}

.news .news_right_list {
	height: 105px;
	width: 100%;
	padding-bottom: 30px;
}

.news .news_right_list h1 span:nth-child(1) {
	transition: ease .3s;
}

.news .news_right_list:hover h1 span:nth-child(1) {
	color: #005bae;
}

.news .news_right_list_box {
	border-bottom: 1px solid #ddd;
}

.news .news_right_list a {
	display: block;
	overflow: hidden;
	height: 105px;
}

.news .news_list_left {
	float: left;
	width: 590px;
}

.news .news_list_left h1 {
	overflow: hidden;
	height: 42px;
}

.news .news_list_left h1 span:nth-child(1) {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 27px;
	height: 27px;
	margin-top: 15px;
	float: left;
	width: 500px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news .news_list_left h1 span:nth-child(2) {
	float: right;
	font-size: 13px;
	font-weight: bold;
	color: #d9d9d9;
	height: 27px;
	line-height: 27px;
	margin-top: 15px;
	width: 80px;
	text-align: right;
}

.news .news_list_left p {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_list_right {
	float: right;
	width: 191px;
	height: 105px;
}

.news .news_list_right img{ width: 100%;}

.news .news_right_bottom {
	height: 169px;
	padding-top: 25px;
	box-sizing: border-box;
}

.news .news_right_bottom_title span {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	position: relative;
}

.news .news_right_bottom_title {
	margin-bottom: 25px;
}

.news .news_right_bottom_title span::after {
	position: absolute;
	content: "FAQ";
	font-size: 14px;
	color: #bbb;
	font-weight: 500;
	bottom: 0;
	right: -35px;
}

.news .news_right_bottom_content {
	width: 381px;
	padding-left: 43px;
	box-sizing: border-box;
}

.news .news_right_bottom_content:hover h1 {
	color: #005bae;
}

.news .news_right_bottom_content a {
	display: block;
}

.news .news_right_bottom_content h1 {
	font-size: 16px;
	color: #666;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.news .news_right_bottom_content h1::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 3px solid #005bae;
	left: -30px;
	top: calc(50% - 7px);
}

.news .news_right_bottom_content p {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_right_bottom_content:nth-child(odd) {
	float: left;
}

.news .news_right_bottom_content:nth-child(even) {
	float: right;
}

/* news-end */

/* about */
.about {
	width: 100%;
	background: url('/addons/cms/view/default/images/about_back.png') top center no-repeat;
	overflow: hidden;
	margin-bottom: 95px;
}

.about .about_title {
	padding-top: 80px;
	height: 256px;
	box-sizing: border-box;
}

.about .about_title h1 {
	font-size: 42px;
	color: #fff;
	text-align: center;
	position: relative;
}

.about .about_title h1::after {
	content: "做您专业的风机顾问，让您省心安心";
	position: absolute;
	width: 500px;
	text-align: center;
	left: calc(50% - 250px);
	top: 65px;
	font-size: 18px;
	color: rgb(255, 255, 255, 0.5);
	font-weight: 500;
}

.about .about_content {
	margin-top: 48px;
}

.about .about_content p {
	font-size: 16px;
	color: #333;
	padding: 0 26px;
	letter-spacing: 0.6px;
	text-align: center;
	line-height: 35px;
	height: 70px;
	margin-top: 35px;
}

.about .about_content p a{
	font-size: 14px;
	color:#f00;
}

.about .about_content_image h1 {
	color: #333;
	font-size: 30px;
	text-align: center;
	margin-top: 40px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.about .about_content_image h1::after {
	content: "plant";
	text-transform: uppercase;
	font-family: PMZD;
	font-size: 20px;
	color: #ccc;
	font-weight: 500;
	letter-spacing: 1px;
	position: absolute;
	width: 300px;
	text-align: center;
	left: calc(50% - 150px);
	bottom: 0;
}

.about .about_scroll_img {
	width: 310px;
	height: 232px;
	float: left;
	margin-right: 20px;
}

.about .about_next {
	width: 42px;
	height: 80px;
	background: url(/addons/cms/view/default/images/product_secont_prev_next.png) center no-repeat;
	position: absolute;
	right: -62px;
	top: calc(50% - 40px);
	cursor: pointer;
	transition: ease .3s;
}

.about .about_prev {
	width: 42px;
	height: 80px;
	background: url(/addons/cms/view/default/images/product_secont_prev_next.png) center no-repeat;
	position: absolute;
	left: -62px;
	top: calc(50% - 40px);
	cursor: pointer;
	transform: rotate(180deg);
	transition: ease .3s;
}

.about .about_scroll {
	position: relative;
	height: 232px;
	transition: ease .3s;
}

.about .about_scroll_box{
	position: absolute;
	left: 0;
	top: 0;
	transition: ease .3s;
}

.about_bottom {
	width: 100%;
	background-image: linear-gradient(to bottom, #333333, #000000);
	overflow: hidden;
}

.about_bottom_content_left {
	width: 493px;
	float: left;
	height: 35px;
	background: url(/addons/cms/view/default/images/about_bottom_l.png) left center no-repeat;
	padding: 46px 0;
	position: relative;
}

.about_bottom_content_left::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 35px;
	background: rgb(255, 255, 255, 0.2);
	top: 46px;
	left: 56px;
}

.about_bottom_content_left p {
	margin-left: 75px;
}

.about_bottom_content_left p:nth-child(1) {
	color: rgb(255, 255, 255, 0.3);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.about_bottom_content_left p:nth-child(2) {
	color: #fff;
	font-size: 16px;
}


.about_bottom_content_center {
	width: 238px;
	float: left;
	height: 35px;
	background: url(/addons/cms/view/default/images/about_bottom_c.png) left center no-repeat;
	padding: 46px 0;
	position: relative;
}

.about_bottom_content_center::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 35px;
	background: rgb(255, 255, 255, 0.2);
	top: 46px;
	left: 56px;
}

.about_bottom_content_center p {
	margin-left: 75px;
}

.about_bottom_content_center p:nth-child(1) {
	color: rgb(255, 255, 255, 0.3);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.about_bottom_content_center p:nth-child(2) {
	color: #fff;
	font-size: 16px;
}


.about_bottom_content_right {
	width: 479px;
	float: right;
	height: 35px;
	background: url(/addons/cms/view/default/images/about_bottom_r.png) left center no-repeat;
	padding: 46px 0;
	position: relative;
}

.about_bottom_content_right::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 35px;
	background: rgb(255, 255, 255, 0.2);
	top: 46px;
	left: 56px;
}

.about_bottom_content_right p {
	margin-left: 75px;
}

.about_bottom_content_right p:nth-child(1) {
	color: rgb(255, 255, 255, 0.3);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.about_bottom_content_right p:nth-child(2) {
	color: #fff;
	font-size: 16px;
}

/* about-end */

/* footer */
.footer {
	padding: 65px 0;
	overflow: hidden;
}

.footer ul {
	float: left;
	width: 160px;
	height: 218px;
	border-right: 1px solid #dddddd;
}

.footer ul li a {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	display: block;
}

.footer ul li:nth-child(1) a {
	font-size: 24px;
	color: #333;
	line-height: 24px;
	height: 24px;
	margin-bottom: 15px;
}

.footer ul:nth-child(2),
.footer ul:nth-child(3) {
	padding-left: 65px;
}

.footer .footer_right {
	float: right;
}

.footer .footer_right_l {
	width: 284px;
	float: left;
}

.footer .footer_right_l h1 {
	font-size: 24px;
	color: #333;
	line-height: 24px;
	height: 24px;
	margin-bottom: 15px;
	font-weight: 500;
}

.footer .ewm {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}

.footer .ewm p {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.footer .ewm img{width: 98px;}

.footer .footer_right_r {
	width: 340px;
	float: right;
}

.footer .footer_right_r img {
	float: right;
}

.footer .footer_right_r p:nth-child(3) {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
	width: 272px;
	float: right;
}

.footer .footer_right_r p:nth-child(5) {
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	width: 336px;
	float: right;
	position: relative;
}

.footer .footer_right_r p:nth-child(5)::after {
	position: absolute;
	right: 0;
	top: calc(100% + 45px);
	content: "";
	width: 30px;
	height: 11px;
	background: url(/addons/cms/view/default/images/footer_right_bottom.png) center no-repeat;
}

.copyright {
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #dddddd;
	font-size: 14px;
	color: #666;
}

.copyright p:nth-child(1) {
	float: left;
	padding-left: 25px;
	background: url(/addons/cms/view/default/images/copyright_icon.png) left center no-repeat;
}

.copyright p:nth-child(2) {
	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: 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: 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;

}

.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: 302px;
	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: #005bae;
}

.prod_right_tj_title_two {
	border-left: 7px #005bae 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: #005bae;
}

.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: #005bae;
	/* 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 #005bae solid;
	border-right: 6px #005bae solid;
}

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

.prod_left .prod_left_nr ul li {
	border-top: 1px #ccc dashed;
	height: 64px;
	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: 15px;
	color: #333;
}

.prod_left .prod_left_nr ul li:hover a {
	color: #333;
	font-weight: bold;
}

.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_tel {
	border-left: 6px #005bae solid;
	border-right: 6px #005bae 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: #005bae;
}

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

.prod_nr .prod_right {
	float: right;
	width: 986px;
}
/* 合作 */
.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: #005bae;
	border: 1px #005bae 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: 312px;
	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: #005bae;
	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: 312px;
	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: 310px;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	margin: auto;
	padding-top: 2px;
	height: 290px;
}

.prod_nr .prod_right .prod_right_nr ul li a i img {
	display: block;
	width: 220px;
	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;
	position: absolute;
	bottom: 0;
}

.news_ny {
	background: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
}

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

.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: 0px;
	margin-bottom: 20px;
	height: 40px;
	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;
	color: #333;
}

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

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

.news_ny_class dl.cur a {
	background: #005bae;
	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: #005bae;
	color: #fff;
}

.Page .active a {
	background: #005bae;
	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 > span{line-height: 26px; font-size: 15px; display: block; margin-top: 20px; color: #999;}

.prod_ny_img .fr span p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-top: 16px;
}

.prod_ny_img .fr .prod_ny_tel {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background: #005bae;
	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 {
	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;
}

.editor br{display: block !important;}
.editor img{max-width:100%;}

.main .case_ny .box .case-list li .img{height: 290px !important;}

.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;
	padding-left: 0px;
}

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

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

.case_ny .box .case-list li {
	width: 390px;
	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: #005bae;
}

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

/* 内页结束 */

.certificate{margin-top: 21px;}

/*首页产品附加样式*/
.EG-jie-neng-guan-dao-zhou-liu-feng-ji1{right: 50px; top: 50px;}
.JS-fang-xing-fu-ya-feng-ji{height: 480px; top: 0;}
.product_content_box .huanbaokongtiao{height: 360px; top: 60px; right: 50px;}
.product_content_box .zhouliufengji{height: 330px; right: 80px;}
.product_content_box .xinfengxitongxilie{height: 344px; right: 80px; height: 346px; right: 80px;}
.product_content_box .lixintongfengji{height: 340px; right: 80px;}
.product_content_box .gongyefengshan{height: 350px; right: 50px;}


.case_page_in_row1 {
  padding:30px 0px 0px 0px;
  position: relative;
  z-index: 3;
  height: auto;
  margin-bottom: 1px;
}
.case_page_in_row2{padding: 0;background: #fff;}
.case_page_in_row2:after{content: '';display: block;clear: both;}
.case_page_in_row2 .web_case_item{width:33.33334%;float:left;position:relative;}
.case_page_in_row2 .web_case_item .web_case_item_img{top: 17.6%;}
.case_page_in_row2 .web_case_item:nth-child(2) .web_case_item_bg,.case_page_in_row2 .web_case_item:nth-child(5) .web_case_item_bg,.case_page_in_row2 .web_case_item:nth-child(8) .web_case_item_bg{display:block;background:#111;}
.case_page_in_row2 .web_case_item:nth-child(2) .web_case_item_bg img,.case_page_in_row2 .web_case_item:nth-child(5) .web_case_item_bg img,.case_page_in_row2 .web_case_item:nth-child(8) .web_case_item_bg img{opacity:0.96;}

.case_page_in_row2 .web_case_item_text {
font-size: 17px;
padding: 20px 0;
line-height: 35px;
}
.case_page_in_row2 .web_case_item_text .small {
font-size: 13px;
line-height: 15px;
}


.case_page_in_row1_l {
  float: left;
  width: 60px;
  line-height: 50px;
  font-size: 20px;
  padding-left: 35px;
  color: #333;
  text-align: center;
}
.case_page_in_row1_r {

}
.case_page_in_row1_in:after {
  content: '';
  display: block;
  clear: both;
}
.case_page_in_row1_r .range_slider_icons > div {
  float: left;
  border: 1px solid #ddd;
  padding: 5px 20px;
  border-radius: 50px;
  margin-right: 18px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  margin-top: 9px;
}

.case_page_in_row1_r .range_slider_icons > div:hover{
  color: #005bae;
  background: transparent;
  border-color: #005bae;
  cursor: pointer
}



.case_page_in_row1_r .range_slider_icons > div.on {
  color: #fff;
  background: #005bae;
  border-color: transparent;
}
.case_page_in_row1_r .range_slider_icons > div.on a {
  color: #fff;
}
.case_page_in_row1_r .range_slider_icons > div.on:hover{
  color: #fff;
  border-color: transparent;
}
.range_slider_icons {
  float: left;
}
.range_slider_icons_exit {
  float: right;
  line-height: 50px;
  cursor: pointer;
  color: #ccc;
}
.range_slider_icons_exit:hover{color: #666;text-decoration: underline;}
.case_page_in_row1_r:after {
  content: '';
  display: block;
  clear: both;
}
.range_slider_icons:after {
  content: '';
  clear: both;
  display: block;
}


.case_page_in_row1 .case_page_in_row1_in:nth-child(1) .case_page_in_row1_l {
  background: url(../images/case_page_in_row1_l1.png) no-repeat left center;
}
.case_page_in_row1 .case_page_in_row1_in:nth-child(2) .case_page_in_row1_l {
  background: url(../images/case_page_in_row1_l2.png) no-repeat left center;
}


.prod_ny_img .fr ul{margin-top:20px;}
.prod_ny_img .fr 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: 0px; border-radius: 50px;}
.prod_ny_img .fr ul li:hover{background:#005bae; transition:0.3s; color:#fff;}
.prod_ny_img .fr ul li:hover a{color:#fff; transition:0.3s;}

/* .main-content{margin-top: 40px; padding-bottom: 40px;} */