﻿@charset "utf-8";
/* CSS Document */
@import url('iconfont/iconfont.css');
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: '微软雅黑';
	color: #212121;
}
a {
	color: #212121;
	text-decoration: none;
}
a:hover {
	color: #e5191a;
	text-decoration: none;
}
a img {
	border: none;
}
div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
table,
tr,
contacttd {
	margin: 0px;
}
ul,
li {
	list-style-type: none;
	padding: 0;
}
em {
	font-style: normal;
	font-weight: normal;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.upfile {
	border: 1px solid #ccc;
	height: 28px;
	margin-top: 10px;
	width: 98%;
}
.index_content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*头部*/
.head {
	display: block;
	width: 100%;
	background-color: #fff;
}
.headLeft {
	font-size: 0;
}
.headLogo {
	margin: 4px 0 6px;
}
.headRight {
	font-size: 0;
}
.headRight .nav {
	display: inline-block;
	vertical-align: top;
	margin: 42px 0 32px;
}
#nav_menu > li {
	display: inline-block;
	position: relative;
	transition: all 0.3s ease-out 0s;
	margin-right: 30px;
}
#nav_menu > li:last-child {
	margin-right: 0;
}
#nav_menu > li > a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	transition: 0.3s ease-in-out;
	text-align: center;
	line-height: 18px;
	padding-bottom: 10px;
}
#nav_menu > li:hover > a {
	color: #e5191a;
}
#nav_menu > li.munehover > a {
	color: #e5191a;
}
#nav_menu li ul {
	width: 180px;
	position: absolute;
	top: 25px;
	background: #fff;
	display: block !important;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out 0s;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	opacity: 0;
	height: 0px;
	overflow: hidden;
	z-index: 999;
}
#nav_menu li:nth-child(2) ul {
	margin-left: -57px;
}
#nav_menu li:nth-child(3) ul {
	margin-left: -57px;
}
#nav_menu li:nth-child(4) ul {
	margin-left: -57px;
}
#nav_menu > li:hover ul {
	opacity: 1;
	height: auto;
	visibility: visible;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}
#nav_menu li ul li {
	width: 100%;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#nav_menu li ul li a {
	font-size: 14px;
	color: #666;
	height: 49px;
	line-height: 49px;
	display: block;
	text-align: center;
}
#nav_menu li ul li a:hover {
	background: #f2f2f2;
	color: #333;
}
.headRight .headTel {
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
	margin-left: 47px;
}
.headRight .headTel img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.headRight .headTel p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
	margin-top: 11px;
}
.headRight .headTel p span {
	display: inline-block;
	vertical-align: middle;
}
.Language {
	text-align: right;
}
.Language a {
	font-size: 14px;
	color: #333;
}
.Language img {
	margin-top: 4px;
	vertical-align: middle;
}
.Language a:hover {
	color: #e5191a;
}

/*动画*/
.slide-main {
	height: 700px;
	position: relative;
	width: 100%;
	background: #666;
}
.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	bottom: 30px;
	left: 0;
	text-align: center;
}
.item a {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-right: 10px;
	background: #fff;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	overflow: hidden;
	opacity: 0.9;
}
.item a.cur {
	background: #e5191a;
	opacity: 1;
}
.banner-scroll .prev,
.banner-scroll .next {
	width: 43px;
	height: 74px;
	display: inline-block;
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
}
.banner-scroll .prev {
	cursor: pointer;
	background: url(/img/left.png) no-repeat center;
	left: 2%;
}
.banner-scroll .next {
	cursor: pointer;
	background: url(/img/right.png) no-repeat center;
	right: 2%;
}
.banner-scroll .prev:hover {
	opacity: 0.9;
}
.banner-scroll .next:hover {
	opacity: 0.9;
}
.slide-box,
.slide {
	display: block;
	width: 100%;
	height: 700px;
	overflow: hidden;
}
.slide-box {
	position: relative;
}
.slide {
	display: none;
	height: 700px;
	position: relative;
	position: absolute;
	z-index: 8;
}
#bgstylea {
	background: url(/img/banner1.jpg) center no-repeat;
}
#bgstyleb {
	background: url(/img/banner2.jpg) center no-repeat;
}
#bgstylec {
	background: url(/img/banner3.jpg) center no-repeat;
}
.en_index_banner #bgstylec {
	background: url(/img/enbanner3.png) center no-repeat;
}
#bgstyled {
	background: url(/img/banner4.png) center no-repeat;
}
#bgstylee {
	background: url(/img/banner5.png) center no-repeat;
}
#bgstylef {
	background: url(/img/banner6.png) center no-repeat;
}
.slide a {
	display: block;
	width: 100%;
	height: 700px;
	cursor: pointer;
}
.obj-a,
.obj-b,
.obj-c,
.obj-d,
.obj-e,
.obj-f,
.obj-g,
.obj-h {
	position: absolute;
	z-index: 9;
	left: 50%;
}
.obj-a,
.obj-b,
.obj-c,
.obj-d,
.obj-e,
.obj-f,
.obj-g,
.obj-h {
	width: 1200px;
	text-align: center;
}
.obj-a {
	top: 140px;
	margin-left: -1030px;
}
.obj-b {
	top: 40px;
	margin-left: -263px;
}
.obj-c {
	top: 106px;
	margin-left: -850px;
}
.obj-d {
	top: 144px;
	margin-left: -289px;
}
.obj-e {
	top: 150px;
	margin-left: -984px;
}
.obj-f {
	top: 161px;
	margin-left: -353px;
}
.obj-g {
	top: 130px;
	margin-left: -615px;
}
.obj-h {
	top: 270px;
	margin-left: -608px;
}
.banAnimate .obj-a {
	display: block;
	animation-name: baoAni;
	-webkit-animation: baoAni 0.4s linear 0s normal none;
	-moz-animation: baoAni 0.4s linear 0s normal none;
	animation: baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
@-moz-keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
@keyframes baoAni {
	from {
		opacity: 0;
		left: 60%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
.banAnimate .obj-b {
	display: block;
	animation-name: saAni;
	-webkit-animation: saAni 0.4s linear 0s normal none;
	-moz-animation: saAni 0.4s linear 0s normal none;
	animation: saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
	from {
		opacity: 0;
		-webkit-transform: scale(0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}
@-moz-keyframes saAni {
	from {
		opacity: 0;
		-moz-transform: scale(0, 0);
	}
	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
	}
}
@keyframes saAni {
	from {
		opacity: 0;
		transform: scale(0, 0);
	}
	to {
		opacity: 1;
		transform: scale(1, 1);
	}
}
.watch-code.code-show {
	display: block;
	animation-name: scode;
	-webkit-animation: scode 0.3s linear 0s normal none;
	-moz-animation: scode 0.3s linear 0s normal none;
	animation: scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
	from {
		opacity: 0;
		-webkit-transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		transform-origin: left bottom;
	}
}
@-moz-keyframes scode {
	from {
		opacity: 0;
		-moz-transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		-moz-transform: scale(1, 1);
		transform-origin: bottom bottom;
	}
}
@keyframes scode {
	from {
		opacity: 0;
		transform: scale(1, 0);
		transform-origin: left bottom;
	}
	to {
		opacity: 1;
		transform: scale(1, 1);
		transform-origin: left bottom;
	}
}
.banAnimate .obj-c,
.banAnimate .obj-e,
.banAnimate .obj-h {
	display: block;
	animation-name: saAnic;
	-webkit-animation: saAnic 0.3s linear 0s normal none;
	-moz-animation: saAnic 0.3s linear 0s normal none;
	animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
@-moz-keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
@keyframes saAnic {
	from {
		opacity: 0;
		left: 47%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
.banAnimate .obj-d,
.banAnimate .obj-f,
.banAnimate .obj-g {
	display: block;
	animation-name: saAnid;
	-webkit-animation: saAnid 0.3s linear 0s normal none;
	-moz-animation: saAnid 0.3s linear 0s normal none;
	animation: saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
@-moz-keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
@keyframes saAnid {
	from {
		opacity: 0;
		left: 53%;
	}
	to {
		opacity: 1;
		left: 50%;
	}
}
/*index_banner*/
.index_banner {
	width: 100%;
	height: 700px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	background: url(banner1.png) center no-repeat;
}
.index_banner .slide-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_banner .slide {
	width: 100%;
	height: 100%;
}

/* Product */
.Product {
	font-size: 0;
	overflow: hidden;
	padding-top: 26px;
}
.ProductTitle {
	text-align: center;
}
.ProductTitle h2 {
	font-size: 36px;
	font-weight: normal;
	color: #333;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.ProductTitle p {
	font-size: 36px;
	font-family: 'Arial';
	color: #e7e7e7;
}
.ProductNav {
	background-color: #f2f2f2;
	margin-top: 40px;
	text-align: center;
}
.ProductNav ul {
	display: inline-block;
}
.ProductNav li {
	font-size: 18px;
	color: #454545;
	display: inline-block;
	padding: 0 50px;
	cursor: pointer;
	line-height: 90px;
}
.ProductNav li:hover {
	background-color: #e5191a;
	color: #fff;
}
.ProductNav li.active {
	background-color: #e5191a;
	color: #fff;
}
.ProductList {
	margin: 50px auto 0;
	max-width: 1420px;
	padding: 0 20px;
	box-sizing: border-box;
}
.ProductList ul {
	margin-right: -33px;
}
.ProductList li {
	display: inline-block;
	margin-bottom: 43px;
	width: 25%;
	box-sizing: border-box;
}
.ProductList li a {
	margin-right: 33px;
	border: 1px solid #ededed;
	display: block;
	transition: 0.3s;
}
.ProductList li:hover a {
	border: 1px solid #e5191a;
}
.ProductList li .ProdcutImg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.ProductList li img {
	width: 100%;
	transition: 0.5s;
}
.ProductList li:hover img {
	transform: scale(1.1);
}
.ProductList li h2 {
	font-size: 18px;
	color: #454545;
	line-height: 51px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ProductList li:hover h2 {
	color: #e5191a;
}
.ProductList li h2:after {
	content: '';
	display: block;
	border-top: 1px solid #ededed;
	position: absolute;
	top: 0;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s;
}
.ProductList li:hover h2:after {
	border-top: 1px solid #e5191a;
}

/* About */
.About {
	font-size: 0;
	overflow: hidden;
	padding-top: 42px;
}
.AboutTitle {
	text-align: center;
}
.AboutTitle h2 {
	font-size: 36px;
	font-weight: normal;
	color: #333;
	margin-bottom: 11px;
}
.AboutTitle p {
	font-size: 36px;
	font-family: 'Arial';
	color: #e7e7e7;
}
.AboutList {
	background: #f2f2f2;
	margin-top: 32px;
}
.AboutBox {
	margin: 0 auto;
	max-width: 1420px;
	padding: 0 20px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.AboutLeft {
	width: 50%;
}
.AboutLeft h2 {
	font-size: 30px;
	color: #e5191a;
	margin-top: 72px;
}
.AboutLeft p {
	font-size: 16px;
	color: #454545;
	line-height: 2;
	margin-top: 10px;
	text-indent: 32px;
}
.AboutLeft ul {
	margin-top: 27px;
}
.AboutLeft li {
	float: left;
	width: 33.2%;
	position: relative;
	white-space: nowrap;
}
.AboutLeft li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5.9%;
	width: 32.6%;
}
.AboutLeft li .Aimg2 {
	display: none;
}
.AboutLeft li:hover .Aimg1 {
	display: none;
}
.AboutLeft li:hover .Aimg2 {
	display: inline-block;
}
.AboutLeft li .AboutArt {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-right: 17%;
	margin-right: 16.5%;
}
.AboutLeft li:after {
	content: '';
	height: 65px;
	width: 1px;
	background: #8e94a8;
	display: block;
	position: absolute;
	right: 16.5%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.AboutLeft li h3 {
	font-size: 16px;
	color: #454545;
	font-weight: normal;
	transition: 0.3s;
}
.AboutLeft li:hover h3 {
	color: #e5191a;
}
.AboutLeft li span {
	font-size: 14px;
	color: #454545;
	transition: 0.3s;
}
.AboutLeft li:hover span {
	color: #e5191a;
}
.AboutRight {
	width: 45.1%;
	margin-top: 58px;
	display: flex;
	align-items: center;
}
.AboutRight img {
	width: 100%;
}
.AboutMore {
	font-size: 16px;
	color: #fff;
	width: 141px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background: #e5191a;
	display: block;
	border-radius: 25px;
	margin-top: 55px;
	border: 1px solid #fff;
	transition: 0.3s;
}
.AboutMore:hover {
	background: #fff;
	border: 1px solid #e5191a;
}

/* Application */
.application {
	font-size: 60px;
}
.application {
	padding: 60px 0px 65px;
	overflow: hidden;
}
.application .application_img {
	display: flex;
	margin-top: 40px;
	font-size: 0;
	justify-content: center;
}
.application .application_img img {
	width: 100%;
	object-fit: contain;
}
.application .application_img .box {
	width: 480px;
	position: relative;
	overflow: hidden;
}
.application .application_img .bg {
	width: 0;
	height: 0;
	background: #010126;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.3s;
}
.application .application_img .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	color: #ffffff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
}
.application .application_img .text p {
	font-size: 18px;
	color: #fff;
}
.application .application_img .text span {
	display: block;
	width: 148px;
	height: 1px;
	background: #ff6a00;
	margin-top: 15px;
}
.application .application_img .box:hover .bg {
	width: 100%;
	height: 100%;
}
.application .application_img .box:hover .text {
	top: 0;
	opacity: 1;
	transition: 0.3s;
}

.public_title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.public_title h2 {
	font-size: 40px;
	color: #c42b22;
	line-height: 1.5;
}
.public_title h6 {
	font-size: 14px;
	color: #aeaeae;
	font-weight: normal;
}
.public_title span {
	display: block;
	width: 60px;
	height: 3px;
	background: #ff6a00;
	margin-top: 10px;
}

/* News */
.News {
	font-size: 0;
	overflow: hidden;
	padding: 66px 0 89px;
}
.NewsTitle {
	text-align: center;
}
.NewsTitle h2 {
	font-size: 36px;
	font-weight: normal;
	color: #333;
	margin-bottom: 11px;
}
.NewsTitle p {
	font-size: 36px;
	font-family: 'Arial';
	color: #e7e7e7;
}
.NewsList {
	margin: 26px auto 0;
	max-width: 1420px;
	padding: 0 20px;
	box-sizing: border-box;
}
.NewsList ul {
	margin-right: -44px;
}
.NewsList li {
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
.NewsList li a {
	border: 1px solid #bfbfbf;
	margin-right: 44px;
	display: block;
	transition: 0.5s;
}
.NewsList li:hover a {
	background-color: #e5191a;
}
.NewsList li .NewsImg {
	width: 100%;
	max-height: 301px;
	overflow: hidden;
}
.NewsList li .NewsImg img {
	width: 100%;
	transition: 0.5s;
}
.NewsList li:hover .NewsImg img {
	transform: scale(1.1);
}
.NewsList li .NewsArt {
	margin: 0 6.3% 0 5.6%;
	padding: 28px 0 26px;
	border-bottom: 1px solid #cacdd7;
	white-space: nowrap;
}
.NewsList li .NewsTime {
	display: inline-block;
	padding: 9px 7.7% 0 2%;
	border-right: 1px solid #e0e1e7;
	vertical-align: middle;
}
.NewsList li .NewsTime div:first-child {
	width: 67.75px;
	height: 42px;
	overflow: hidden;
	white-space: nowrap;
}
.NewsList li .NewsTime div:first-child span {
	font-size: 60px;
	color: #212121;
	font-family: 'Arial';
	display: block;
	line-height: 43px;
}
.NewsList li .NewsTime div:last-child {
	width: 67.75px;
	height: 12px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 24px;
}
.NewsList li .NewsTime div:last-child span {
	font-size: 16px;
	color: #656565;
	font-family: 'Arial';
	display: block;
	line-height: 13px;
	text-align: center;
}
.NewsList li:hover .NewsTime div span {
	color: #fff;
}
.NewsList li h2 {
	font-size: 21px;
	color: #454545;
	font-weight: normal;
	display: inline-block;
	padding-left: 9%;
	width: 70%;
	box-sizing: border-box;
	vertical-align: middle;
	white-space: normal;
}
.NewsList li:hover h2 {
	color: #fff;
}
.NewsMore {
	line-height: 73px;
	font-size: 16px;
	color: #545454;
	margin: 0 36px 0 30px;
}
.NewsList li:hover .NewsMore {
	color: #fff;
}
.NewsMore img {
	float: right;
	margin-top: 28px;
}
.NewsMore .img2 {
	display: none;
}
.NewsList li:hover .NewsMore .img1 {
	display: none;
}
.NewsList li:hover .NewsMore .img2 {
	display: block;
}

.n_banner {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	background: url(/img/n_banner.jpg) center no-repeat;
	position: relative;
	background-size: cover !important;
	background-color: #666;
}

/*内页内容*/
.mainC1 {
	background: #f5f5f5;
}
.mainC {
	background: #fff;
}
.mainContent {
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 0 45px;
}
.nAbout .mainContent {
	padding-top: 40px;
}
.mainContent .list_box {
	position: relative;
	background-color: #fff;
	padding: 0 20px 20px;
}
.list_content {
	margin: 20px auto;
	font-size: 16px;
}
.list_top {
	height: 50px;
	background: #f7f7f7;
	font-family: '微软雅黑';
}
.list_left {
	float: left;
	width: 21%;
}
.list_left .title {
	padding: 15px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	background: #e5191a;
}
.list_left .title h2 {
	font-size: 24px;
}
.list_left .title i {
	display: block;
	height: 1px;
	width: 100px;
	background: #fff;
	margin: 10px 0;
}
.list_left .pro_titile {
	border-radius: 10px 10px 0 0;
	color: #fff;
	background: #e5191a;
}
.list_left .pro_titile h2 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	padding: 25px;
	display: block;
}
.clmNav_pro {
	font-size: 0;
	border: 1px solid #e4e4e4;
	border-top: none;
	position: relative;
	background: #fff;
}
.clmNav_pro .clmNav1li {
	border-top: 1px solid #e4e4e4;
}
.clmNav_pro .clmNav1li > a {
	height: 58px;
	font-size: 15px;
	color: #333;
	line-height: 58px;
	background: url(/img/mub02_jt03.png) no-repeat 224px center;
	display: block;
}
.clmNav_pro .clmNav1li > a > span {
	padding-left: 20px;
	box-sizing: border-box;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 85%;
}
.clmNav_pro .clmNav1li:hover a {
	background: url(/img/mub02_jt04.png) no-repeat 224px center;
	color: #e5191a;
	font-weight: bold;
}
.clmNav_pro .clmNav1li > a.currclass {
	background: url(/img/mub02_jt04.png) no-repeat 224px center;
	color: #e5191a;
	font-weight: bold;
}
.clmNav_pro .clmNav2li > a {
	display: block;
	font-size: 13px;
	color: #666666;
	height: 36px;
	line-height: 36px;
	text-indent: 55px;
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.clmNav_pro .clmNav2li > a:hover {
	color: #e5191a;
}
.clmNav_pro .clmNav2li > a.currclass {
	color: #e5191a;
}
.clmNav_list {
	padding: 10px;
	background: #fff;
	border: 1px solid #e5191a;
}
.clmNav_list li {
	margin-top: 10px;
}
.clmNav_list li:first-child {
	margin-top: 0px;
}
.clmNav_list li a {
	line-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #666;
	background: #eee;
}
.clmNav_list li a.currclass,
.clmNav_list li:hover a {
	background: #e5191a;
	color: #fff;
}

.nyhotpro {
	margin-top: 20px;
}
.nyjc-til {
	padding: 15px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	background: #e5191a;
}
.nyjc-til p {
	font-size: 24px;
}
.nyjc-til i {
	display: block;
	height: 1px;
	width: 100px;
	background: #fff;
	margin: 10px 0;
}
.nyhotpro .nyhotpro-list {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid #e5191a;
}
.nyhotpro .nyhotpro-list ul li {
	text-align: center;
	margin-bottom: 10px;
}
.nyhotpro .nyhotpro-list ul li a {
	display: block;
}
.nyhotpro .nyhotpro-list ul li a img {
	margin-bottom: 10px;
	max-width: 100%;
	padding: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.nyhotpro .nyhotpro-list ul li p a {
	font-size: 16px;
	line-height: 30px;
	background: #ccc;
}
.nyhotpro .nyhotpro-list ul li a:hover img {
	border-color: #e5191a;
}

.list_right {
	float: right;
	width: 75%;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.list_top_w {
	width: 100%;
	font-size: 16px;
	color: #222;
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
}
.list_top_w::after {
	content: '';
	display: block;
	clear: both;
}
.list_top_w .title {
	float: left;
	padding-right: 15px;
	text-indent: 25px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #e5191a solid;
	color: #e5191a;
	font-weight: bold;
	position: relative;
}
.list_top_w .title h2 {
	font-size: 18px;
}
.list_top_w .title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 6px;
	height: 30px;
	background: #e5191a;
}
.list_top_w .weizhi {
	float: right;
	font-size: 14px;
	line-height: 40px;
	margin-right: 0px;
	color: #666;
}
.list_top_w .weizhi a {
	color: #666;
}
.list_top_w .weizhi a:hover {
	color: #e5191a;
}
.zhandian {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.zhandian .weizhi {
	color: #666;
	font-size: 13px;
	background: url(/img/weizhi.png) no-repeat left center;
	line-height: 23px;
	padding-left: 23px;
}
.zhandian .weizhi a {
	color: #666;
}
.zhandian .weizhi a:hover {
	color: #e5191a;
}

/* 内页图片列表 */
.list_contact_img {
	font-size: 0;
	margin-top: 30px;
}
.list_contact_img > p {
	font-size: 15px;
	color: #666;
	line-height: 33px;
}
.list_contact_img ul::after {
	content: '';
	display: block;
	clear: both;
}
.list_contact_img li {
	float: left;
	margin: 0 1% 2% 1%;
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 31.33%;
	transition: 0.5s;
}
.list_contact_img li:hover {
	box-shadow: 0px 0px 0px 1px rgb(0 103 189 / 20%);
}
.list_contact_img li .nylist_pic {
	overflow: hidden;
	border: 1px solid #f5f5f5;
	border-bottom: 0;
}
.list_contact_img li .nylist_pic img {
	width: 100%;
	transition: ease-in-out 0.25s all;
}
.list_contact_img li:hover .nylist_pic img {
	transform: scale(1.1);
}
.list_contact_img li .nylist_tit {
	width: 100%;
	overflow: hidden;
	line-height: 46px;
	font-size: 16px;
	z-index: 0;
	position: relative;
	font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.list_contact_img li:hover .nylist_tit {
	background-color: #e5191a;
	color: #fff;
}
.list_contact_img li .nylist_tit h2 {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: #3e3e3e;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_contact_img li .nylist_tit p {
	font-size: 14px;
	line-height: 28px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

/* 内页案例 */
.list_contact_Case {
	font-size: 0;
}
.list_contact_Case li {
	display: inline-block;
	width: 50%;
	padding: 7.5px;
	box-sizing: border-box;
}
.list_contact_Case li a {
	display: block;
	border: 1px solid #ebebeb;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 5px -3px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}
.list_contact_Case li:hover a {
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.3);
}
.list_contact_Case .CaseLeft {
	float: left;
	padding-left: 25px;
	width: 75%;
	box-sizing: border-box;
}
.list_contact_Case li h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 15px 0;
}
.list_contact_Case li:hover h2 {
	color: #e5191a;
}
.list_contact_Case li p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 15px;
	width: 94%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.list_contact_Case li span {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 26px;
	padding-bottom: 10px;
	display: block;
}
.list_contact_Case li:hover span {
	color: #e5191a;
}
.list_contact_Case .CaseRight {
	float: right;
	padding-right: 25px;
	width: 25%;
	box-sizing: border-box;
	height: 185px;
	line-height: 185px;
}
.list_contact_Case .CaseRight img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ny_news {
	width: 100%;
	overflow: hidden;
}
.ny_news1 {
	background: #f5f5f5;
	padding-bottom: 10px;
}
.ny_news p {
	background: #e5191a url(sj.png) no-repeat 86% center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
	padding-left: 40px;
}
.ny_news1 p {
	margin-top: 0;
}
.ny_news .news_div {
	height: 70px;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 8px;
	overflow: hidden;
}
.ny_news a.news_div_a {
	font-size: 13px;
	position: absolute;
	top: 6px;
	left: 82px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 160px;
}
.ny_news a.news_div_a:after {
	content: '';
	display: block;
	width: 249px;
	height: 69px;
	position: absolute;
	left: -82px;
	top: -6px;
	z-index: 9999;
}
.ny_news .news_div_body {
	position: absolute;
	left: 82px;
	top: 28px;
	font-size: 12px;
	color: #666;
}
.ny_news .news_div_pic a {
	height: 54px;
	width: 72px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 8px;
	left: 4px;
}
.ny_news img.news_div_image {
	width: 72px;
	height: 54px;
	transition: 0.2s all;
}

/* 内页新闻 */
.list_news {
	font-size: 0;
	margin-top: 20px;
}
.list_news li {
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
	border: 1px solid #eeeeee;
	border-right: none;
	border-left: none;
	background: #fff;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.list_news li:hover {
	padding-left: 40px;
	box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* .list_news li .new_list_row{margin: 0 -15px;} */
.main_newsimg {
	width: 16.66666667%;
	height: auto;
	overflow: hidden;
	transition: 0.6s;
	float: left;
}
.main_newsimg a {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	display: block;
	position: relative;
}
.main_newsimg img {
	width: 100%;
	height: auto;
	transition: 0.6s;
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}
.main_news_right {
	height: auto;
	position: relative;
	padding-left: 25px;
	box-sizing: border-box;
	width: 83.33333%;
	float: left;
}
.main_news_right_content {
	float: left;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
	padding: 0;
	width: 73%;
}
.main_news_title {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
.main_news_title h2 {
	font-size: 18px;
	color: #333;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list_news li:hover .main_news_title h2 {
	color: #e5191a;
}
.main_news_desc {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: normal;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.main_news_right_date {
	text-align: right;
	float: right;
	width: 26%;
	padding: 0 15px;
	box-sizing: border-box;
}
.main_news_right_date p {
	font-size: 25px;
	color: #888;
	letter-spacing: 0;
	line-height: 30px;
	font-weight: lighter;
	position: relative;
}
.main_news_right_date p::before {
	content: '';
	display: table;
	width: 37px;
	height: 11px;
	background: url(Bitmap.png) no-repeat;
	position: absolute;
	bottom: -30px;
	left: 50%;
	opacity: 0;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.main_news_right_date p::after {
	content: '';
	display: table;
	width: 37px;
	height: 11px;
	background: url(Bitmap.png) no-repeat;
	position: absolute;
	bottom: -30px;
	left: 50%;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.list_news li:hover .main_news_right_date p::before {
	left: 66%;
	opacity: 1;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.list_news li:hover .main_news_right_date p::after {
	left: 66%;
	opacity: 0;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.main_news_dowm {
	width: 100%;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	transition: 0.6s;
}
.main_news_dowm span {
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	line-height: 20px;
	margin-right: 20px;
}
.main_news_dowm span img {
	position: relative;
	top: -1px;
	margin-right: 10px;
	vertical-align: middle;
}
.main_news_dowm span a {
	color: #999;
	position: relative;
	display: inline-block;
}
.main_news_dowm span a:hover {
	color: #e5191a;
}
.main_news_dowm span a::before {
	content: '';
	display: table;
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: transparent;
	transition: 0.6s;
	-moz-transition: 0.6s;
	-webkit-transition: 0.6s;
}

/* 新闻内容 */
.list_box_news {
	padding: 15px 0 30px;
}
.list_left_news {
	width: 74%;
	float: left;
	background: #fff;
	padding: 30px;
	padding-bottom: 0;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e5e5e5;
}
.list_center_news {
	width: 100%;
}
.list_left_news .nNewsfanhui {
	position: absolute;
	top: -1px;
	left: -58px;
	z-index: 10;
}
.list_left_news .nNewsfanhui img {
	background-color: #fff;
}
.list_right_news {
	width: 23%;
	float: right;
	position: relative;
	overflow: hidden;
}
.list_contact_title {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
}
.list_left_news .title h2 {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	margin-bottom: 15px;
	color: #333;
}
.list_left_news .date span {
	border-right: 1px dotted #b6b6b6;
	color: #999;
	line-height: 14px;
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
}
.list_left_news .date span:last-child {
	border: none;
}
.list_left_news .contact {
	margin-top: 20px;
	line-height: 28px;
	color: #333;
	font-size: 15px;
}
.list_left_news .contact p {
	margin-bottom: 10px;
}
.list_left_news .contact img {
	max-width: 100%;
}
.list_left_news #next {
	margin-top: 20px;
	border-top: 1px solid #e7e7e7;
	line-height: 70px;
}
.list_left_news #next .fl {
	float: left;
	border-right: 1px solid #e7e7e7;
	width: 50%;
	padding-left: 50px;
	padding-right: 30px;
	height: 70px;
	overflow: hidden;
	background: url(/img/newsup.png) 30px 29px no-repeat;
	box-sizing: border-box;
}
.list_left_news #next .fr {
	float: right;
	text-align: right;
	width: 50%;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	overflow: hidden;
	background: url(/img/newsdown.png) 94% 29px no-repeat;
	box-sizing: border-box;
}
.nNewswenzhan {
	padding: 30px 30px 20px 30px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.nNewswenzhan_til {
	font-size: 18px;
	border-bottom: 1px solid #e7e7e7;
	height: 36px;
	line-height: 18px;
	position: relative;
}
.nNewswenzhan_til::before {
	content: '';
	width: 75px;
	height: 1px;
	background: #e5191a;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.nNewswenzhan_til strong {
	color: #e5191a;
	font-weight: normal;
}
.nNewswenzhan_con {
	margin-top: 10px;
	line-height: 36px;
}
.nNewswenzhan_con a {
	display: block;
	background: url(/img/newswenzhagn.png) left center no-repeat;
	padding-left: 22px;
	width: 220px;
	height: 36px;
	overflow: hidden;
	box-sizing: border-box;
}
.list_right_news .nyzx {
	margin-top: 10px;
}

/* 内页产品中心 */
.list_product_contact {
	font-size: 0;
	margin: 20px auto;
}
.list_product_contact > p {
	font-size: 15px;
	color: #666;
	line-height: 33px;
}
.list_product_contact .border {
	font-size: 15px;
	color: #666;
	line-height: 33px;
}
.list_product_contact {
	overflow: hidden;
}
.list_product_contact li {
	width: 293px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.list_product_contact li * {
	transition: 0.3s all ease-in-out;
}
.list_product_contact li:nth-child(3n) {
	margin-right: 0;
}
.list_product_contact li {
	display: block;
	position: relative;
}
.list_product_contact li .nProductImg {
	overflow: hidden;
	position: relative;
}
.list_product_contact li .nProductImg img {
	max-width: 100%;
	display: block;
}
.list_product_contact li .nProductImg .nyprohov {
	position: absolute;
	top: 100%;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(/img/nyproico.png) no-repeat center rgba(0, 130, 229, 0.6);
}
.list_product_contact li .nProductImg .nyprohov a {
	width: 100%;
	height: 100%;
}
.list_product_contact li .nProductArt {
	width: 100%;
	position: relative;
	z-index: 4;
	padding: 10px 0 10px;
	background: #f5f5f5;
}
.list_product_contact li .nProductArt h2 {
	padding: 0 20px;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #444;
}
.list_product_contact li:hover .nProductImg .nyprohov {
	top: 0;
	opacity: 1;
}
.list_product_contact li:hover .nProductArt {
	background: #fff;
}

/*产品内容页*/
.list_right_product {
	width: 900px;
	float: right;
}
#list_product_content {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.products_show_1 {
	display: block;
	padding-bottom: 40px;
	margin: 0 auto;
}
.show_left {
	float: left;
	width: 448px;
}
.show_right {
	width: 366px;
	float: right;
}
.prodtitle {
	color: #333;
	font-size: 22px;
	line-height: 24px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.show_right LI {
	line-height: 35px;
	overflow: hidden;
	display: block;
	background: url(pdf.jpg) left no-repeat;
	padding-left: 28px;
}
.show_right .d_contact {
	height: auto;
	overflow: hidden;
	line-height: 33px;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.show_right .d_contact > p {
	font-size: 16px;
	color: #666;
	line-height: 33px;
	margin-bottom: 10px;
	font-weight: bold;
}
.show_right .d_contact::-webkit-scrollbar {
	display: none;
}
.show_right a.nProductZx {
	text-align: center;
	transition: 0.5s;
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background-color: #e5191a;
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
}
.show_right a.nProductZx:hover {
	background-color: #e5191a;
}
#list_info .detailed {
	background: url(/img/bj2.png) no-repeat left center;
	color: #e5191a;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	padding-left: 25px;
	display: block;
	border: 1px solid;
	border-left: 5px solid #e5191a;
}
#list_product_content .contact {
	padding: 25px 15px 0 15px;
	font-size: 16px;
	line-height: 30px;
}

#list_product_content #next {
	font-size: 14px;
	padding: 20px;
	color: #969696;
	border: none;
}

/* 搜索 */
.SearchmainC {
	background: #f7f7f7;
}
.nSearchTitle {
	padding: 20px 0;
	line-height: 24px;
	font-size: 14px;
	color: #595959;
}
.nSearchArt li {
	margin-bottom: 20px;
	background-color: #fff;
	transition: 0.3s;
	position: relative;
}
.nSearchArt li:hover {
	background: #e5191a;
	color: #fff;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.nSearchArt li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 30px 25px 50px;
	color: #333;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.nSearchArt li:hover a {
	color: #fff;
}
.nSearchArt li span {
	color: #888888;
	position: absolute;
	right: 30px;
	top: 28px;
}

/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.jqzoom img {
	width: 448px;
	max-width: 448px;
	border: solid 1px #eee;
}
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
	overflow: hidden;
	width: 448px;
	height: 300px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #fff /*url(zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
	width: 448px;
}
.spec-preview:after {
	content: '';
	display: block;
	clear: both;
}
.spec-scroll {
	clear: both;
	margin-top: 5px;
}
.spec-scroll .prev,
.spec-scroll .next {
	border: 1px solid #e3e3e3;
	display: block;
	text-align: center;
	width: 30px;
	height: 78px;
	line-height: 78px;
	cursor: pointer;
	text-decoration: none;
}
.spec-scroll .prev {
	float: left;
	background: url(/img/n_left_i2.png) no-repeat center #fff;
}
.spec-scroll .next {
	float: right;
	background: url(/img/n_right_i2.png) no-repeat center #fff;
}
.spec-scroll .prev:hover {
	background: url(/img/n_left_i1.png) no-repeat center #fff;
}
.spec-scroll .next:hover {
	background: url(/img/n_right_i1.png) no-repeat center #fff;
}
.spec-scroll .items {
	float: left;
	position: relative;
	width: 365px;
	height: 80px;
	overflow: hidden;
}
.spec-scroll .items ul {
	position: absolute;
	width: 999px;
	height: 80px;
}
.spec-scroll .items ul li {
	float: left;
	width: 89px;
	text-align: center;
}
.spec-scroll .items ul li img {
	border: 1px solid #e3e3e3;
	width: 78px;
	height: 78px;
	cursor: pointer;
}
.spec-scroll .items ul li img:hover {
	border-color: #e5191a;
}
.spec-scroll .items ul li img.hover {
	border-color: #e5191a;
}
/* .list-paddingleft-2 li{min-width: 50%;display: inline-block;} */

/*分页*/
.pagination {
	font-size: 14px;
	font-family: '微软雅黑';
	color: #212121;
	padding: 10px 0;
}
.pagination li {
	color: #fff;
	background: #fff;
	margin: 0px 3px;
	border: 1px solid #dcdddd;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 10px;
}
.pagination li.active {
	background: #e5191a;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.pagination li.active a {
	color: #fff;
}

/* 联系我们 */
.lx_box {
	padding: 20px;
}
.lxtop {
	border-radius: 3px;
	background: #f1f1f1;
}
.lxtop img {
	float: left;
}
.lxtop p {
	font-size: 16px;
	line-height: 35px;
	padding: 25px 30px 0 430px;
	color: #383737;
}
.lxtop p span {
	display: block;
	color: #222;
	font-size: 18px;
	line-height: 50px;
}
.lxcon {
	width: 48.2%;
	display: inline-block;
}
.lxcontil {
	font-size: 20px;
	color: #e5191a;
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 10px;
}
.lxcon .list_contact li {
	display: inline-block;
	margin: 10px 19px 20px;
	width: 475px !important;
	min-width: auto;
	padding: 25px 0 20px 19px;
	box-shadow: 0 0 5px #dadadacc;
}
.lxzxly {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	float: right;
}
.lxzxly .lxcontil {
	color: #333;
}
.lxzxly form ul li {
	margin-bottom: 10px;
	width: 100%;
}
/* .lxzxly form ul li:nth-of-type(odd){float: left;} */
/* .lxzxly form ul li:nth-of-type(even){float: right;} */
.lxzxly form ul li:nth-child(5) {
	width: 100%;
}
.lxzxly form ul li:nth-child(6) {
	width: 100%;
}
/* .lxzxly form ul li p{border-bottom: 1px solid #ccc;} */
.lxzxly form ul li:nth-child(n + 3) p {
	border-bottom: none;
}
.lxzxly form ul li p span {
	font-size: 14px;
	color: #7f7f7f;
	display: inline-block;
	line-height: 43px;
	height: 43px;
}
.lxzxly form ul li input {
	margin-left: 0;
	padding-left: 9px;
	font-family: 'Calibri';
	font-size: 14px;
	border: none;
	height: 43px;
	line-height: 43px;
	width: 525px;
	color: #666;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}
.lxzxly form ul li textarea {
	margin-left: 0;
	padding: 8px;
	font-family: 'Calibri';
	font-size: 14px;
	border-radius: 5px;
	border: none;
	resize: none;
	height: 130px;
	width: 100%;
	color: #666;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #ccc;
}
.lxzxly form ul .formyzm input {
	width: 200px;
}
.lxzxly form ul .formyzm img {
	margin-left: 15px;
	width: 80px;
	height: 35px;
	vertical-align: middle;
}
.lxzxly form ul li .submit {
	background: #e5191a;
	height: 40px !important;
	line-height: 40px;
	color: #fff;
	width: 250px !important;
	border-radius: 5px;
	cursor: pointer;
}
.lxmap {
	margin-top: 25px;
}

/*在线留言*/
.nMessage form ul li {
	margin-top: 25px;
	position: relative;
	min-width: auto;
}
.nMessage form ul li input {
	float: right;
	width: 575px;
	height: 40px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	outline: none;
}
.nMessage form input,
.nMessage form textarea {
	box-sizing: border-box;
	padding-left: 10px;
	outline: none;
}
.nMessage form ul li label {
	font-size: 16px;
	color: #666;
	line-height: 42px;
	margin: 0;
	display: inline-block;
	font-weight: bold;
}
.nMessage form ul li:nth-of-type(odd) {
	float: left;
}
.nMessage form ul li:nth-of-type(even) {
	float: right;
}
.nMessage form ul li:nth-child(5) {
	width: 100%;
}
.nMessage form ul li:nth-child(6) {
	float: left;
}
.nMessage form ul li:nth-child(6) input {
	float: left;
	margin-right: 30px;
}
.nMessage form ul li:nth-child(6) img {
	height: 40px;
	vertical-align: middle;
}
.nMessage form ul li:last-child {
	float: right;
}
.nMessage form div div {
	margin-top: 10px;
}
.nMessage form div p {
	line-height: 50px;
}
.nMessage form textarea {
	resize: none;
	height: 220px;
	width: 100%;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	box-sizing: border-box;
	font-family: '微软雅黑';
}
.submit {
	display: block;
	width: 180px !important;
	height: 42px !important;
	background: #e5191a;
	color: #fff !important;
	border: none !important;
	font-size: 16px;
	padding-left: 0 !important;
	margin: 0 auto 15px !important;
	float: none !important;
	cursor: pointer;
}

/*右边浮动*/
.floating_ck {
	position: fixed;
	right: 0px;
	z-index: 99999999;
	bottom: 45px;
	right: 25px;
}
.floating_ck .return span {
	width: 54px;
	height: 54px;
	background: url(/img/goTop.png) 100% 0% no-repeat;
	cursor: pointer;
	transition: all 0.5s ease-out;
	display: block;
}
.floating_ck .return:hover span {
	background: url(/img/goTop.png) no-repeat;
}

/*footer*/
.footer {
	width: 100%;
	font-size: 0;
	overflow: hidden;
	background: #212121;
	padding-top: 36px;
}
.footer > .index_content {
	display: flex;
	justify-content: space-between;
}
.footerNav {
	display: inline-block;
	vertical-align: top;
	/* margin-right: 10%; */
	width: 15%;
}
.footerNav.en_alias {
	width: 25% !important;
}
.footerNav:nth-child(4) {
	width: 30%;
}
.footerNav h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.footerNav li {
	margin-bottom: 11px;
}
.footerNav li a {
	font-size: 14px;
	color: #fff;
}
.footerNav li:hover a {
	color: #e5191a;
}
.footerNav li p {
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}
.footerNav li p span {
	display: inline-block;
	vertical-align: top;
	line-height: 31px;
	margin-top: -6px;
}
.footerEr {
	width: 20%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footerEr img {
	width: 130px;
}
.footerEr span {
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 9px;
}
.footerBottom {
	text-align: center;
	height: 54px;
	line-height: 60px;
	border-top: 1px solid #343434;
	margin-top: 80px;
}
.footerBottom span {
	font-size: 14px;
	color: #979797;
	font-family: 'Microsoft YaHei UI';
}
.footerBottom span a {
	color: #979797;
	font-family: 'Microsoft YaHei UI';
}
.footerBottom span a:hover {
	color: #e5191a;
}

@media screen and (max-width: 1300px) {
	#nav_menu > li {
		margin-right: 30px;
	}
}

/* 轮播 */
.indexBanner {
	max-height: 1000px;
	overflow: hidden;
}
.indexBanner .home_banner {
	height: 100%;
}
.indexBanner .home_banner .indexBannerBox {
	position: relative;
}
.indexBanner .home_banner .indexBannerBox > img {
	width: 100%;
	object-fit: contain;
}
.indexBanner .home_banner .indexBannerBox > .introText {
	position: absolute;
	z-index: 99;
	left: 10%;
	top: 12%;
}
.indexBanner .home_banner .indexBannerBox > .introText > h3 {
	font-size: 72px;
	font-weight: 400;
	color: #fff;
}
.indexBanner .home_banner .indexBannerBox > .introText > p {
	font-size: 36px;
	margin-top: 32px;
	color: #fff;
	line-height: 1.5;
}
.indexBanner .home_banner .indexBannerBox > a > span {
	color: #fff;
}
.indexBanner .home_banner .indexBannerBox > a:hover > span {
	color: #ffa500;
}

.indexBanner .home_banner .buttonBox {
	bottom: 10%;
	position: absolute;
	right: 10%;
	z-index: 99;
	display: flex;
	column-gap: 30px;
}
.indexBanner .home_banner .index_prev,
.indexBanner .home_banner .index_next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	opacity: 0.8;
	box-sizing: border-box;
	right: 100px;
	background-image: none;
	cursor: pointer;
}
.indexBanner .home_banner .index_prev:hover,
.indexBanner .home_banner .index_next:hover {
	background-color: #ffa500;
	opacity: 1;
}
/* 自定义轮播图的分页器 */
.my-bullet {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	margin: 0 4px;
}
.my-bullet-active {
	background-color: #ffa500;
}
/* 首页产品中心 */
.indexProduct {
	width: 100%;
	padding: 50px 10%;
	box-sizing: border-box;
	background-color: #fff;
}
/* .indexProduct .en_alias > span {
	width: calc(100% / 5) !important;
	
} */
.produc_pagination {
	display: flex;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
.produc_pagination > span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% / 8);
	height: 100%;
	line-height: 90px;
	text-align: center;
	height: 90px;
	border-radius: 0;
	background-color: #f2f2f2;
	color: #333;
	opacity: 1;
	flex-shrink: 0;
	flex-wrap: nowrap;
}
.produc_pagination .swiper-pagination-bullet-active {
	background-color: #e5191a;
	color: #fff;
}

.gallery-top {
	background-color: #fff;
	padding-top: 30px !important;
	box-sizing: border-box;
}
.gallery-top .ProductBox {
	display: flex;
	column-gap: 2%;
}
.gallery-top .ProductBox .content {
	width: calc((100% - 6%) / 4);
	border: 1px #eee solid;
	box-sizing: border-box;
}

.gallery-top .ProductBox .content .imgBox {
	overflow: hidden;
}
.gallery-top .ProductBox .content .imgBox > img {
	width: 100%;
	object-fit: contain;
	transition: 0.5s;
}

.gallery-top .ProductBox .content:hover .imgBox > img {
	transform: scale(1.1);
}
.gallery-top .ProductBox .content h3 {
	font-size: 18px;
	color: #454545;
	line-height: 51px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.gallery-top .ProductBox .content:hover h3 {
	color: #e5191a;
}
.gallery-top .ProductBox .content h3:after {
	content: '';
	display: block;
	border-top: 1px solid #ededed;
	position: absolute;
	top: 0;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s;
}
.gallery-top .ProductBox .content h3:after {
	border-top: 1px solid #e5191a;
}
