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

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

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

/* ------------------------------------------------- */
/* 首页样式 */
.header {
	width: 100%;
	height: 45px;
	border-bottom: #efefef solid 1px;
}

.header .header_content .header_left p {
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	color: #999;
}

.header .header_left {
	float: left;
}

.header .header_right {
	float: right;
}

.header .header_content .header_right p {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #999;
	float: left;
	padding-right: 23px;
	border-left: 1px solid #eeeeee;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.header .header_content .header_right p:nth-child(1) {
	background: url(/addons/cms/view/default/images/WeChat.png) 20px center no-repeat;
	padding-left: 66px;
}

.header .header_content .header_right p i {
	transition: ease .3s;
	z-index: 10;
}

.header .header_content .header_right p:nth-child(1) i {
	position: absolute;
	left: 0;
	top: 46px;
	content: "";
	width: 160px;
	height: 0;
	overflow: hidden;
}

.header .header_content .header_right p:nth-child(1) i img{ width: 100%;}

.header .header_content .header_right p:nth-child(1):hover i {
	height: 160px;
}

.header .header_content .header_right p:nth-child(2):hover i {
	height: 160px;
}

.header .header_content .header_right p:nth-child(2) {
	background: url(/addons/cms/view/default/images/ewm_icon.png) 20px center no-repeat;
	padding-left: 60px;
}

.header .header_content .header_right p:nth-child(2) i {
	position: absolute;
	left: 0;
	top: 46px;
	content: "";
	width: 160px;
	height: 0;
	overflow: hidden;
}

.header .header_content .header_right p:nth-child(2) i img{ width: 100%;}

.header_content_bottom {
	height: 183px;
	overflow: hidden;
}

.header_logo {
	float: left;
	padding-top: 49px;
	height: 100%;
	padding-right: 60px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
}

.header_logo::after {
	position: absolute;
	content: "";
	right: -3px;
	top: 0;
	width: 1px;
	height: 17px;
	background: #eee;
}

.header_logo::before {
	width: 453px;
	height: 74px;
	content: "";
	position: absolute;
	left: 352px;
	background: url(/addons/cms/view/default/images/logo_right.png) center no-repeat;
	margin-top: 5px;
}

.phoneNum {
	float: right;
}

.phoneNum span {
	font-size: 18px;
	color: #666;
	letter-spacing: 3px;
	display: block;
	font-family: YaHeiLight;
	width: 253px;
	line-height: 26px;
	height: 26px;
	margin-top: 56px;
}

.phoneNum h1 {
	font-size: 40px;
	color: #666;
	font-family: bahnschrift;
	font-weight: 500;
	position: relative;
	height: 44px;
	line-height: 44px;
}

.phoneNum h1::after {
	position: absolute;
	left: -44px;
	content: "";
	background: url(/addons/cms/view/default/images/header_Phone_icon.png) center no-repeat;
	width: 27px;
	height: 29px;
	top: calc(50% - 14.5px);
}

.nav {
	width: 100%;
	height: 80px;
	background: linear-gradient(to bottom, #0063ca, #0057b1);
}

.nav li {
	float: left;
	width: 144px;
	height: 80px;
	text-align: center;
	position: relative;
}

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

.nav li a {
	color: #fff;
	padding-top: 22px;
	box-sizing: border-box;
	display: block;
	height: 100%;
	border-right: 1px solid #1a6cc1;
	box-sizing: border-box;
	transition: ease .5s;
}

.nav li a dl dt{
	text-transform: capitalize;
}

.nav li a dl dt:nth-child(1) {
	font-size: 15px;
}

.nav li a dl dt:nth-child(2) {
	font-size: 12px;
	transform: scale(0.9);
	opacity: 0.5;
	font-family: YaHeiLight;
}

.nav li a:hover {
	background: #ff4c06;
	border-right: 1px solid #ff4c06;
}

.nav li .active {
	background: #ff4c06;
	border-right: 1px solid #ff4c06;
}

.nav ul li .nav_menu {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	display: none;
	z-index: 6;
}

.nav ul li .nav_menu a{
	color: #666;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	border-right: 0;
}

.nav ul li .nav_menu a:nth-child(2){
	margin-top: 10px;
}

.nav ul li .nav_menu a:last-child{
	margin-bottom: 10px;
}

.nav ul li .nav_menu a:hover{
	background: none;
}

.nav ul li:nth-child(5):hover .nav_menu{
	display: block;
}

.nav_menu a:first-child{
	display: none;
}

/* 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: #0063ca;
	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*/

/* search */
.search {
	height: 80px;
	border-bottom: 1px solid #dddddd;
	line-height: 80px;
}

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

.search strong {
	font-size: 16px;
	font-weight: bold;
}

.search .search_text {
	float: right;
	height: 100%;
}

.search .search_text input[type=text] {
	height: 48px;
	line-height: 48px;
	background: none;
	float: left;
	width: 316px;
	padding-left: 16px;
	box-sizing: border-box;
}

.search .search_text input[type=submit] {
	width: 60px;
	float: left;
	height: 48px;
	background: url(/addons/cms/view/default/images/search_icon.png) center no-repeat;
	cursor: pointer;
}

.search .search_text_back {
	margin-top: 16px;
	height: 48px;
	background: #eee;
	border-radius: 5px;
	overflow: hidden;
}

.search .search_text_back span {
	display: block;
	height: 19px;
	width: 1px;
	background: #cccccc;
	float: left;
	margin-top: 15px;
}

/* search-end */

/* product */
.product {
	position: relative;
}

.product::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 184px;
	background: url(/addons/cms/view/default/images/product_back.png) no-repeat;
	left: -100%;
	top: 280px;
}

.product .title {
	margin-top: 94px;
}

.product .title h1::after {
	position: absolute;
	top: -18px;
	left: calc(50% - 93px);
	content: "";
	width: 187px;
	height: 28px;
	background: url(/addons/cms/view/default/images/product_title_en.png) center no-repeat;
}

.product .title h1::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 4px;
	background: #ff4c06;
	top: 20px;
	left: 618px;
}

.product .product_nav {
	width: 976px;
	margin: 0 auto;
	margin-top: 40px;
}

.product .product_nav li {
	height: 55px;
	line-height: 55px;
	float: left;
	border: 1px solid #eeeeee;
	margin-right: 40px;
	border-radius: 5px;
	transition: ease .3s;
	position: relative;
	margin-bottom: 62px;
}

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

.product .product_nav li a {
	color: #333;
	font-size: 20px;
	display: block;
	height: 100%;
	padding: 0 20px;
	letter-spacing: 1px;
}

.product .product_nav li a span:nth-child(2) {
	font-weight: bold;
	font-size: 18px;
	height: 55px;
	line-height: 55px;
}

.product .product_nav li a span {
	float: left;
	display: block;
	line-height: 55px;
}

.product .product_nav li a i {
	display: block;
	width: 27px;
	height: 22px;
	float: left;
	margin-right: 10px;
	margin-top: 17px;
	transition: ease .3s;
	background-position-x: center;
	background-position-y: top;
}

.product .product_nav li::after {
	position: absolute;
	content: "";
	width: 137px;
	height: 9px;
	background: url(/addons/cms/view/default/images/product_nav_active.png) center no-repeat;
	bottom: -10px;
	left: calc(50% - 68.5px);
	opacity: 0;
	transition: ease .3s;
}

.product_nav li:nth-child(1) a i {
	background: url(/addons/cms/view/default/images/product_nav_icon1.png) no-repeat;
}

.product_nav li:nth-child(2) a i {
	background: url(/addons/cms/view/default/images/product_nav_icon2.png) no-repeat;
}

.product_nav li:nth-child(3) a i {
	background: url(/addons/cms/view/default/images/product_nav_icon3.png) no-repeat;
}

.product_nav li:nth-child(4) a i {
	background: url(/addons/cms/view/default/images/product_nav_icon4.png) no-repeat;
}

.product_nav li:nth-child(5) a i {
	background: url(/addons/cms/view/default/images/product_nav_icon5.png) no-repeat;
}


.product_nav .active {
	background: #eee;
}

.product_nav .active::after {
	opacity: 1 !important;
}

.product_nav .active a i {
	background-position-y: bottom !important;
}

.product .product_content {
	padding-top: 62px;
	overflow: hidden;
}

.product .product_content_left {
	width: 560px;
	height: 792px;
	background: url(/addons/cms/view/default/images/product_left_back.png) center no-repeat;
	overflow: hidden;
	padding-left: 53px;
	padding-top: 110px;
	box-sizing: border-box;
	position: relative;
	float: left;
}

.product .product_content_left h1 {
	font-size: 32px;
	color: #fff;
}

.product .product_content_left p {
	font-size: 18px;
	color: rgb(255, 255, 255, 0.8);
	font-family: YaHeiLight;
	margin-top: 10px;
}

.product .product_left_adv {
	margin-top: 35px;
	overflow: hidden;
	padding-bottom: 3px;
	border-bottom: 1px solid #367cc2;
	display: inline-block;
	width: 465px;
}

.product .product_left_line {
	width: 100%;
	height: 1px;
	display: block;
	padding-top: 13px;
	border-bottom: 1px solid #367cc2;
}

.product .product_left_adv h1 {
	float: left;
	font-size: 20px;
	color: #fff;
	padding-left: 35px;
	margin-left: 43px;
	letter-spacing: 1px;
}

.product .product_left_adv h1:nth-child(1) {
	background: url(/addons/cms/view/default/images/product_left_icon1.png) left center no-repeat;
	margin-left: 0;
}

.product .product_left_adv h1:nth-child(2) {
	background: url(/addons/cms/view/default/images/product_left_icon2.png) left center no-repeat;
}

.product .product_left_adv h1:nth-child(3) {
	background: url(/addons/cms/view/default/images/product_left_icon3.png) left center no-repeat;
}

.product .product_left_adv h1 span {
	font-weight: 500;
}

.product .product_content_left b {
	font-family: PMZD;
	color: rgb(255, 255, 255, 0.06);
	font-weight: 500;
	font-size: 44px;
	margin-top: 5px;
	display: block;
}

.product .product_left_bottom img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 120px;
}

.product .product_left_bottom img:nth-child(2) {
	position: absolute;
	right: 0;
	top: 0px;
}

.product .product_left_bottom {
	width: 100%;
	height: 466px;
	position: relative;
}

.product .product_content_right {
	float: right;
	width: 711px;
	overflow: hidden;
}

.product .product_right_nav p {
	width: 29px;
	height: 11px;
	border-radius: 11px;
	background: #e5e5e5;
	display: inline-block;
	margin-right: 10px;
	transition: ease .3s;
	cursor: pointer;
}

.product .product_right_nav .active {
	background: #ff4c06;
	width: 68px;
}

.product .product_right_nav {
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
}

.product .product_right_nav::after {
	position: absolute;
	width: 1920px;
	height: 1px;
	background: #e5e5e5;
	content: "";
	top: 50%;
	right: -1945px;
}

.product .product_right_box {
	width: 711px;
	overflow: hidden;
}

.product .product_right_box a {
	display: block;
	float: left;
	margin-right: 19px;
}

.product .product_right_box a:nth-child(even) {
	margin-right: 0;
}

.product .product_right_box dl dt:nth-child(2) {
	width: 346px;
	height: 63px;
}

.product .product_right_box dl dt p {
	color: #666;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 48px;
	line-height: 63px;
	position: relative;
	transition: ease .3s;
	background: #eeeeee;
}

.product .product_right_box dl dt p::after {
	position: absolute;
	right: 18px;
	content: "";
	width: 30px;
	height: 10px;
	background: url(/addons/cms/view/default/images/product_bottom_icon.png) right center;
	top: calc(50% - 5px);
	transition: ease .3s;
}

.product .product_right_box dl:hover dt p {
	background: #333333;
	color: #ddd;
}

.product .product_right_box dl:hover dt p::after {
	background: url(/addons/cms/view/default/images/product_bottom_icon.png) left center;
}

.product .product_right_box dl dt img {
	width: 344px;
	height: 295px;
}

.product .product_right_box dl dt:nth-child(1) {
	border: 1px solid #e0e0e0;
}

.product .product_right_box dl {
	margin-bottom: 19px;
}

.product .product_right_scroll {
	transition: ease .5s;
}

.product .product_right_box_out {
	height: 765px;
	overflow: hidden;
}

.product .product_box {
	overflow: hidden;
}

.product_box_scroll {
	transition: ease .5s;
}

.product .product_box:nth-child(1) .product_content {
	padding-top: 0;
}

/* product-end */

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

.power .title h1 {
	text-align: right;
}

.power .title h1 span::before {
	width: 1920px;
	height: 1px;
	background: #ddd;
	content: "";
	right: calc(100% + 645px);
	top: 32px;
}

.power .title p {
	text-align: right;
	font-size: 18px;
	letter-spacing: 1px;
}

.power .title {
	margin-top: 94px;
}

.power .title h1::after {
	position: absolute;
	top: -18px;
	right: 0;
	content: "";
	width: 169px;
	height: 28px;
	background: url(/addons/cms/view/default/images/power_title_en.png) center no-repeat;
}

.power .title h1::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 4px;
	background: #ff4c06;
	top: 20px;
	left: 1028px;
}

.power .power_nav {
	float: right;
	margin-top: 202px;
}

.power .power_nav ul li {
	float: left;
	font-size: 32px;
	margin-left: 80px;
	padding-top: 50px;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.power .power_nav ul li::after,
.power .power_nav ul li::before {
	position: absolute;
	content: "";
	height: 43px;
	width: 100%;
	left: 0;
	top: 0;
}

.power .power_nav ul li::before {
	z-index: 10;
	opacity: 0;
	transition: ease .3s;
}

.power .power_nav ul li p {
	color: rgb(0, 0, 0, 0.3);
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.power .power_nav ul .active::before {
	opacity: 1;
}

.power .power_nav ul li:nth-child(1)::after {
	background: url(/addons/cms/view/default/images/power_icon1.png) top center no-repeat;
}

.power .power_nav ul li:nth-child(2)::after {
	background: url(/addons/cms/view/default/images/power_icon2.png) top center no-repeat;
}

.power .power_nav ul li:nth-child(3)::after {
	background: url(/addons/cms/view/default/images/power_icon3.png) top center no-repeat;
}

.power .power_nav ul li:nth-child(4)::after {
	background: url(/addons/cms/view/default/images/power_icon4.png) top center no-repeat;
}


.power .power_nav ul li:nth-child(1)::before {
	background: url(/addons/cms/view/default/images/power_icon1_active.png) top center no-repeat;
}

.power .power_nav ul li:nth-child(2)::before {
	background: url(/addons/cms/view/default/images/power_icon2_active.png) top center no-repeat;
}

.power .power_nav ul li:nth-child(3)::before {
	background: url(/addons/cms/view/default/images/power_icon3_active.png) top center no-repeat;
}

.power .power_nav ul li:nth-child(4)::before {
	background: url(/addons/cms/view/default/images/power_icon4_active.png) top center no-repeat;
}

.power .power_content_box {
	width: 100%;
	height: 300px;
	background: #ffffff;
	position: relative;
	left: calc(100% - 570px);
	top: 50px;
	box-shadow: -16px 16px 24px rgb(0, 0, 0, 0.15);
	z-index: 2;
	box-sizing: border-box;
}

.power .power_content_box .power_content_triangle {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	transform: rotate(45deg);
	top: -10px;
	left: 91px;
	transition: ease .3s;
}

.power .power_content_in {
	padding: 40px 50px;
	height: 100%;
	width: 570px;
	box-sizing: border-box;
	position: relative;
	float: left;
}

.power .power_content_in::after {
	position: absolute;
	content: "";
	width: 61px;
	height: 1px;
	background: #cccccc;
	left: 50px;
	bottom: 40px;
}

.power .power_content_in::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 1px;
	background: #cccccc;
	left: 50px;
	bottom: 37px;
}

.power .power_content_in .power_num {
	position: absolute;
	content: "01";
	font-family: bahnschrift;
	font-size: 72px;
	color: #eeeeee;
	right: 0;
	top: 36px;
}

.power .power_content_in h1 {
	color: #0057b1;
	font-size: 26px;
	position: relative;
	display: inline-block;
}

.power .power_content_in h1::after {
	position: absolute;
	content: "";
	left: calc(100% + 12px);
	width: 178px;
	height: 19px;
	background: url(/addons/cms/view/default/images/power_en.png) center no-repeat;
	top: calc(50% - 9px);
}

.power .power_content_in p {
	font-size: 18px;
	color: #333;
	width: 375px;
	letter-spacing: 1px;
	margin-top: 10px;
	line-height: 28px;
	height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.power .power_content_in img {
	margin-top: 35px;
}

.power .power_content_in em{display: block; font-style: normal; font-weight: bold; padding-top: 50px; font-size: 30px; color: #eee; padding-bottom: 20px;}

.power .power_content_scroll {
	transition: ease .3s;
	overflow: hidden;
}

/* power-end */

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

.honor .title {
	margin-top: 70px;
}

.honor .title h1::after {
	position: absolute;
	top: -18px;
	left: calc(50% - 123.5px);
	content: "";
	width: 247px;
	height: 27px;
	background: url(/addons/cms/view/default/images/honor_title_en.png) center no-repeat;
}

.honor .title h1::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 17px;
	background: #ff4c06;
	top: 19px;
	left: 578px;
}

.honor ul {
	margin-top: 60px;
	transition: ease .3s;
}

.honor ul li {
	float: left;
	margin-right: 31px;
}

.honor dl {
	margin-left: calc(50% - 103px);
	user-select: none;
}

.honor dl dt {
	float: left;
	margin-top: 105px;
	cursor: pointer;
	transition: ease .3s;
}

.honor dl dt:nth-child(1) {
	width: 60px;
	height: 40px;
	background: url(/addons/cms/view/default/images/honor_next_prev.png) center no-repeat;
	transform: rotate(180deg);
}

.honor dl dt:nth-child(2) {
	width: 86px;
	text-align: center;
}

.honor dl dt:nth-child(3) {
	width: 60px;
	height: 40px;
	background: url(/addons/cms/view/default/images/honor_next_prev.png) center no-repeat;
}

.honor dl dt span {
	display: block;
	width: 23px;
	height: 23px;
	background: #0057b1;
	text-align: center;
	line-height: 21px;
	color: #fff;
	border-radius: 50%;
	margin: 8px auto;
}

.honor dl dt p {
	color: #666;
}

.honor dl dt a {
	display: block;
	overflow: hidden;
}

/* honor-end */

/* case */
.case {
	width: 100%;
	background: linear-gradient(to bottom, #f9f9f9, #eee);
	overflow: hidden;
	padding-bottom: 115px;
}

.case .title {
	margin-top: 120px;
	margin-bottom: 55px;
}

.case .title h1::after {
	position: absolute;
	top: -18px;
	left: calc(50% - 131.5px);
	content: "";
	width: 263px;
	height: 27px;
	background: url(/addons/cms/view/default/images/case_title_en.png) center no-repeat;
}

.case .title h1::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 3px;
	background: #ff4c06;
	top: 19px;
	left: 582px;
}

.case .case_box {
	float: left;
}

.case .case_box:nth-child(1) {
	width: 860px;
	height: 350px;
	margin-right: 13px;
}

.case .case_box:nth-child(2) {
	width: 427px;
	height: 350px;
}

.case .case_box:nth-child(n+3) {
	width: 314px;
	height: 241px;
	margin-right: 14px;
	margin-top: 14px;
}

.case .case_box:last-child {
	margin-right: 0;
}

.case .case_box a {
	display: block;
	height: 100%;
	position: relative;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
}

.case .case_box a p {
	height: 67px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 67px;
	padding-left: 50px;
	background: url(/addons/cms/view/default/images/case_title_icon.png) 27px center no-repeat rgb(0, 0, 0, 0.6);
	box-sizing: border-box;
	transition: ease .3s;
}

.case .case_box a:hover p{
	height: 90px;
	line-height: 90px;
}

.case .case_box a:hover p::after{
	position: absolute;
	content: "";
	height: 90px;
	width: 100%;
	right: 0;
	bottom: 0;
	background: url(/addons/cms/view/default/images/case_title_icon_right.png) right 32px center no-repeat;
	transition: ease .3s;
}

.case .case_box a p::after {
	position: absolute;
	content: "";
	height: 67px;
	width: 100%;
	right: 0;
	bottom: 0;
	background: url(/addons/cms/view/default/images/case_title_icon_right.png) right 32px center no-repeat;
	transition: ease .3s;
}

.case .case_box:nth-child(n+3) p::after {
	position: absolute;
	content: "";
	height: 67px;
	width: 100%;
	right: 0;
	bottom: 0;
	background: url(/addons/cms/view/default/images/case_title_icon_right.png) right 22px center no-repeat;
}

/* case-end */


/* procedure */
.procedure .title {
	margin-top: 85px;
	margin-bottom: 55px;
}

.procedure .title h1::after {
	position: absolute;
	top: -18px;
	left: calc(50% - 93.5px);
	content: "";
	width: 187px;
	height: 28px;
	background: url(/addons/cms/view/default/images/case_title_en.png) center no-repeat;
}

.procedure .title h1::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 3px;
	background: #ff4c06;
	top: 19px;
	left: 582px;
}

.procedure_box {
	width: 134px;
	text-align: center;
	float: left;
	margin-right: 60px;
}

.procedure_box:last-child {
	margin-right: 0;
}

.procedure_box div {
	width: 134px;
	height: 154px;
	transition: ease .3s;
}

.procedure_box h1 {
	font-size: 40px;
	font-family: bahnschrift;
	font-weight: 100;
	margin-bottom: 10px;
	color: #cccccc;
}

.procedure_box p {
	font-size: 20px;
	color: #333;
	margin-top: 30px;
}

.procedure_box span {
	font-size: 14px;
	color: #ccc;
}

.procedure_box:nth-child(1) .active {
	background: url(/addons/cms/view/default/images/lc1_active.png) center no-repeat !important;
}

.procedure_box:nth-child(2) .active {
	background: url(/addons/cms/view/default/images/lc2_active.png) center no-repeat !important;
}

.procedure_box:nth-child(3) .active {
	background: url(/addons/cms/view/default/images/lc3_active.png) center no-repeat !important;
}

.procedure_box:nth-child(4) .active {
	background: url(/addons/cms/view/default/images/lc4_active.png) center no-repeat !important;
}

.procedure_box:nth-child(5) .active {
	background: url(/addons/cms/view/default/images/lc5_active.png) center no-repeat !important;
}

.procedure_box:nth-child(6) .active {
	background: url(/addons/cms/view/default/images/lc6_active.png) center no-repeat !important;
}

.procedure_box:nth-child(7) .active {
	background: url(/addons/cms/view/default/images/lc7_active.png) center no-repeat !important;
}

.procedure .procedure_btn {
	display: block;
	width: 150px;
	height: 42px;
	text-align: center;
	margin: 60px auto;
	color: #999999;
	font-size: 16px;
	border: 1px solid #d8d8d8;
	line-height: 42px;
	position: relative;
}

.procedure .procedure_btn::after {
	position: absolute;
	content: "";
	width: 1920px;
	height: 1px;
	background: #ccc;
	left: -1954px;
	top: 50%;
}

.procedure .procedure_btn::before {
	position: absolute;
	content: "";
	width: 1920px;
	height: 1px;
	background: #ccc;
	right: -1954px;
	top: 50%;
}

/* procedure-end */


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

.about .about_content {
	height: 628px;
	width: 1107px;
	box-sizing: border-box;
	border: 10px solid #eeeeee;
	margin-top: 123px;
	position: relative;
}

.about .about_content::after {
	position: absolute;
	content: "";
	width: 652px;
	height: 519px;
	background: url(/addons/cms/view/default/images/about_right_img.jpg) center no-repeat;
	right: -203px;
	top: calc(50% - 260px);
}

.about .about_content h1 {
	font-size: 32px;
	color: #fff;
	margin-top: 40px;
	padding-left: 90px;
	position: relative;
}

.about .about_content h1::after {
	position: absolute;
	content: "";
	width: 23px;
	height: 26px;
	background: url(/addons/cms/view/default/images/about_title_icon.png) center no-repeat;
	left: 50px;
	top: calc(50% - 13px);
}

.about .about_content_line {
	width: 24px;
	height: 2px;
	background: #fff;
	margin-left: 50px;
	margin-top: 24px;
	position: relative;
}

.about .about_content_line::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 2px;
	background: #FFF;
	right: -6px;
	top: 0;
}

.about .about_content_line::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 2px;
	background: #FFF;
	right: -12px;
	top: 0;
}

.about .about_content span {
	color: rgb(255, 255, 255, 0.8);
	display: block;
	width: 525px;
	text-indent: 2em;
	font-size: 14px;
	margin-left: 50px;
	margin-top: 34px;
	line-height: 31px;
}

.about .about_more {
	width: 65px;
	height: 11px;
	background: url(/addons/cms/view/default/images/about_more.png) center no-repeat;
	display: block;
	margin-left: 507px;
	margin-top: 45px;
	position: relative;
}

.about .about_more::after {
	content: "";
	position: absolute;
	width: 435px;
	height: 1px;
	background: rgb(255, 255, 255, 0.3);
	left: -455px;
	top: 50%;
	cursor: initial;
}

.about .about_scroll_out h2 {
	font-size: 18px;
	color: #fff;
	margin-left: 50px;
	margin-top: 40px;
}

.about .about_scroll {
	width: 438px;
	overflow: hidden;
	margin-left: 50px;
	margin-top: 25px;
}

.about .about_factory_box {
	width: 209px;
	float: left;
	margin-right: 20px;
}

.about .about_factory_box a {
	width: 209px;
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.about .about_factory_box a i{width: 209px;	height: 140px; overflow: hidden; display: block;}

.about .about_factory_box a i img{width: 100%;}

.about .about_factory_box a p{padding-top: 10px;}

.about .about_scroll_out {
	position: relative;
	width: 560px;
}

.about .factory_next {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	position: absolute;
	right: 0;
	top: 75px;
	text-align: center;
	line-height: 37px;
	overflow: hidden;
	cursor: pointer;
	font-family: YaHeiLight;
	transition: ease .3s;
}

.about .factory_next::after {
	position: absolute;
	left: 1px;
	top: 0;
	content: ">";
	transform: scaleY(1.8) scaleX(0.8);
	width: 100%;
	margin-top: -3px;
	color: #dadada;
	transition: ease .3s;
}

.about .factory_prev {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	position: absolute;
	right: 0;
	top: 135px;
	text-align: center;
	line-height: 37px;
	overflow: hidden;
	cursor: pointer;
	font-family: YaHeiLight;
	transition: ease .3s;
}

.about .factory_prev:hover,
.about .factory_next:hover {
	background: #ff4e09;
	border: 1px solid #ff4e09;
}

.about .factory_prev:hover::after,
.about .factory_next:hover::after {
	color: #fff;
}

.about .factory_prev::after {
	position: absolute;
	left: -1px;
	top: 0;
	content: "<";
	transform: scaleY(1.8) scaleX(0.8);
	width: 100%;
	margin-top: -3px;
	color: #dadada;
	transition: ease .3s;
}

.about .about_scroll_in {
	transition: ease .3s;
}

/* about-end */

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

.news .title {
	margin-top: 90px;
}

.news .title h1::after {
	position: absolute;
	top: -18px;
	left: calc(50% - 60px);
	content: "";
	width: 121px;
	height: 27px;
	background: url(/addons/cms/view/default/images/news_title_en.png) center no-repeat;
}

.news .title h1::before {
	position: absolute;
	content: "";
	width: 9px;
	height: 7px;
	background: #ff4c06;
	top: 19px;
	left: 563px;
}

.news .news_content {
	background: #fff;
	margin-top: 30px;
	padding: 36px 46px;
	box-sizing: border-box;
	height: 583px;
	overflow: hidden;
}

.news .news_left {
	width: 578px;
	float: left;
}

.news .news_left .news_left_first {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.news .news_left .news_left_first:hover dl dt:nth-child(2) {
	color: #0057b1;
}

.news .news_left .news_left_first i {
	display: block;
	width: 578px;
	height: 289px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news .news_left .news_left_first i img {
	width: 100%;

}

.news .news_left .news_left_first dl dt {
	float: left;
}

.news .news_left .news_left_first dl dt:nth-child(1) {
	width: 72px;
	height: 24px;
	background: #0057b1;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 24px;
}

.news .news_left .news_left_first dl dt:nth-child(2) {
	font-size: 18px;
	color: #333;
	height: 24px;
	line-height: 24px;
	margin-left: 16px;
	transition: ease .3s;
}

.news .news_left .news_left_first dl dt:nth-child(3) {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	float: right;
	height: 24px;
	line-height: 24px;
}

.news .news_left .news_left_first dl dt:nth-child(4) {
	font-size: 14px;
	color: #999;
	height: 50px;
	line-height: 25px;
	margin-top: 20px;
}

.news .news_left_second {
	margin-top: 20px;
}

.news .news_left_second dt {
	line-height: 32px;
	height: 32px;
	padding-left: 20px;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_left_second dt a {
	color: #666;
	font-size: 15px;
}

.news .news_left_second dt::after {
	position: absolute;
	content: "";
	left: 2px;
	width: 8px;
	height: 8px;
	background: #333333;
	border-radius: 50%;
	top: calc(50% - 4px);
}

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

.news .news_right_box {
	overflow: hidden;
	margin-top: 25px;
}

.news .news_right_box:first-child {
	margin-top: 0;
}

.news .news_right_l {
	width: 236px;
	height: 132px;
	float: left;
}

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

.news .news_right_r {
	float: right;
	width: calc(100% - 256px);
}

.news .news_right_r dl {
	margin-top: 20px;
}

.news .news_right_r dt:nth-child(1) {
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	transition: ease .3s;
}

.news .news_right_r dt:nth-child(2) {
	font-size: 14px;
	color: #999;
	height: 50px;
	line-height: 25px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_right_box:hover dt:nth-child(1) {
	color: #0057b1;
}

.news .news_right_bottom {
	width: 585px;
	height: 180px;
	padding: 0 23px;
	box-sizing: border-box;
	background: url(/addons/cms/view/default/images/news_right_bottom_back.jpg) center no-repeat;
	display: table-cell;
	vertical-align: middle;
}

.news .news_right_bottom dt {
	line-height: 46px;
	padding-left: 17px;
	position: relative;
	overflow: hidden;
	height: 46px;
}

.news .news_right_bottom dt a:nth-child(1) {
	color: #666;
	font-size: 15px;
	float: left;
	display: block;
	width: 420px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 46px;
}

.news .news_right_bottom dt a:nth-child(2) {
	color: #999;
	font-size: 15px;
	float: right;
	display: block;
	width: 84px;
}

.news .news_right_bottom dt::after {
	position: absolute;
	width: 8px;
	height: 8px;
	content: "";
	background: #333333;
	border-radius: 50%;
	left: 0;
	top: calc(50% - 4px);
}

/* news-end */

/* footer */
.footer {
	background: #333;
	width: 100%;
	border-top: 1px solid #3d3d3d;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 35px;
}

.footer .footer_left {
	width: 305px;
	float: left;
}

.footer .footer_hot_line {
	height: 29px;
	font-size: 16px;
	color: #fff;
	padding-left: 42px;
	background: url(/addons/cms/view/default/images/footer_phone_icon.png) left center no-repeat;
	line-height: 29px;
	margin-top: 24px;
}

.footer .footer_phone_num {
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	margin-top: 11px;
}

.footer .footer_line {
	height: 186px;
	width: 1px;
	background: #585858;
	float: left;
	margin-top: 3px;
}

.footer .footer_center {
	width: 658px;
	float: left;
	padding: 0 62px;
	box-sizing: border-box;
}

.footer .footer_center_line {
	width: 22px;
	height: 2px;
	background: #ff4e09;
	margin-top: 3px;
}

.footer .footer_center ul {
	width: 220px;
	float: left;
}

.footer .footer_center ul li {
	width: 110px;
	float: left;
	padding-top: 23px;
	font-size: 14px;
}

.footer .footer_center ul li a {
	color: #ccc;
}

.footer .footer_center_ewm {
	float: right;
	position: relative;
	width: 157px;
}

.footer .footer_center_ewm_box {
	width: 157px;
	position: absolute;
	right: 0;
	top: -4px;
	transition: ease .3s;
	overflow: hidden;
	transform-origin: right;
}

.footer .footer_center_ewm_box img {
	width: 100%;
}

.footer .footer_center_ewm_box:nth-child(1) {
	z-index: 1;
}

.footer .wechat {
	width: 77px;
	height: 26px;
	position: absolute;
	top: 167px;
	left: 0;
	background: url(/addons/cms/view/default/images/footer-wechat.png) 12px center no-repeat;
	background-color: #ff4e09;
	text-align: right;
	line-height: 26px;
	color: #fff;
	box-sizing: border-box;
	padding-right: 12px;
	font-size: 14px;
	cursor: pointer;
	user-select: none;
	transition: ease .3s;
}

.footer .mobile {
	width: 77px;
	height: 26px;
	position: absolute;
	top: 167px;
	right: 0;
	background: url(/addons/cms/view/default/images/footer-mobile.png) 16px center no-repeat;
	background-color: #ff4e09;
	text-align: right;
	line-height: 26px;
	color: #fff;
	box-sizing: border-box;
	padding-right: 14px;
	font-size: 14px;
	cursor: pointer;
	user-select: none;
	transition: ease .3s;
}

.footer .on {
	background-color: #0057b1;
}

.footer .footer_right {
	float: left;
	width: 335px;
	padding-left: 55px;
	box-sizing: border-box;
}

.footer .footer_right h1 {
	font-size: 20px;
	color: #fff;
}

.footer .footer_right p {
	font-size: 12px;
	color: rgb(255, 255, 255, 0.5);
	margin-top: 6px;
	margin-bottom: 25px;
	line-height: 24px;
}

.footer_bottom {
	height: 65px;
	line-height: 65px;
	background: #222222;
	font-size: 14px;
	color: rgb(255, 255, 255, 0.5);
}

.footer_bottom a{
	background: #222222;
	font-size: 14px;
	color: rgb(255, 255, 255, 0.5);
}

.footer_bottom p:nth-child(1) {
	float: left;
}

.footer_bottom p:nth-child(2) {
	float: right;
}

/* footer-end */

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

/* 内页 */

.w1200 {
	width: 1200px;
	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: 606px;
	background: #fff;
	padding: 35px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	margin-left: 0px;
	height: 477px;
}

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

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

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

/* 合作 */
.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 {
	
}

.prod_nr .prod_right .prod_right_nr ul {}

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

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

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

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

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

.prod_nr .prod_right .prod_right_nr ul li:hover p {
	background: #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: 282px;
	background: #fff;
	transition: 0.3s;
	color: #333;
	/* height: 300px; */
	border: 1px solid #DDD;
}

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

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

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

}

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

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

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

.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: #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 {
	background: #005bae;
	transition: 0.3s;
	color: #fff;
}

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

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

.prod_ny_nr {
	width: 100%;
}

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

.prod_ny_nr_title strong {
	color: #333;
}

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

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

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

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

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

.prod_ny_nr_content table {
	width: 100%;
}

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

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

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

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

.mfb {
	margin-top: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prod_right {
	width: 100%;
}

.prod_fl {
	height: 80px;
}

.prod_fl_title {
	float: left;
}

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

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

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

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

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

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


.news-info {
	max-width: 1200px;
	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;
}

.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: 1200px;
	margin: auto;
	display: table;
}

.case_ny .box .case-list {
	width: 1200px;
	display: table;
	padding: 50px 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;
}

/* 内页结束 */



/*首页产品小图*/
.zhenkongbeng{top: 86px !important; right: 70px !important;}
.qianshuibeng{height: 320px; right: 80px !important; top: 60px !important;}
.huanbaokongtiao{height: 320px; top: 60px !important; right: 50px !important;}
.sanheboligangfengji{height: 300px !important; top: 60px !important;  right: 40px !important;}