@charset "utf-8";

.home-top-grid1 {
	background: rgba(11, 100, 143, 0.7);
	transition: 0.5s all;
}

.home-top-grid2 {
	background: rgba(226, 23, 55, 0.5);
	transition: 0.5s all;
}

.home-top-grid3 {
	background: rgba(11, 100, 143, 0.4);
	transition: 0.5s all;
}

@font-face {
	src: url(../fonts/HelveticaInserat.ttf);
}

@font-face {
	font-family: 'FuturistCondensed';
	src: url('../fonts/FuturistCondensed Regular.TTF');
	/* IE9*/
	src: url('../fonts/FuturistCondensed Regular.TTF') format('embedded-opentype'),
		/* IE6-IE8 */
		/*url('../fonts/FuturistCondensed Regular.woff') format('woff'), */
		/* chrome、firefox */
		url('../fonts/FuturistCondensed Regular.TTF') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../fonts/FuturistCondensed Regular.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

body {
	font-family: "微软雅黑";
	min-width: 320px;
	color: #666;
	overflow-x: hidden;
}

.iconfont {
	font-family: 'iconfont';
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

i,
em {
	font-style: normal;
}

a {
	color: #666;
	text-decoration: none !important;

}

a:hover {
	color: #d80808;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin-bottom: 0 !important;
	margin: 0;
	padding: 0;
}

ul {
	margin: auto;
}

img {
	border: 0;
}

.container {
	width: 1200px;
}

.container2 {
	width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}

@media (max-width: 1100px) {
	.container {
		width: 100%;
	}

	.container2 {
		width: 100%;
	}
}


/* 分页 */
.page {
	text-align: center;
}

.pagination>.active>a {
	background-color: rgba(0, 0, 0, 0.74) !important;
	border-color: rgba(0, 0, 0, 0.74) !important;
}

.pagination li a {
	color: rgba(0, 0, 0, 0.74) !important;
}

.pagination li.active a {
	color: white !important;
}

/*# sourceMappingURL=style.css.map */
/*loading页面*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #ffffff;
	text-align: center;
	display: table;
}

#loading span {
	display: table-cell;
	vertical-align: middle;
}

#loading span p {
	color: #fff;
	font-size: 20px;
}

#loading img {
	display: inline-block;
}

.scoll_dis {
	overflow: hidden;
}

/*顶部logo*/


@media (max-width:768px) {}

/* 头部导航栏 */
.headerAll {
	position: fixed;
}

.head-wel {
	height: 41px;
	/* position: fixed; */
	z-index: 999;
	width: 100%;
	background-color: #eeeeee;
	padding: 0 120px;
}

.head-wel p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 12px;
	color: #000000;
}

.header {
	position: fixed;
	top: 41px;
	transition: 0.5s;
}

.header-logo {
	padding: 5px 0 0 120px;
}

.header-logo a img {
	transition: 0.6s;
}

.header-nav ul li.header-active {
	transition: 0.3s;
	border-bottom: 3px solid #d22c2d;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border: 1px solid black !important;
	z-index: 999;
	margin-right: 400px;
}

.header {
	transition: all 0.4s;
	height: 85px;
	background-color: white;
	z-index: 999;
	width: 100%;
	clear: both;
}

.header-nav {
	font-family: "微软雅黑";
}

.header-nav ul {}

.header-nav ul li {
	transition: 0.3s;
	position: relative;
	float: left;
	padding: 20px 8px 17px;
	margin: 0 60px 0 0;
}

.header-nav ul li:hover:after {
	transition: 0.3s;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 37.7%;
	border-bottom: 7px solid #d22c2d;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.header-nav ul li:hover {
	border-bottom: 3px solid #d22c2d;
}

.header-nav ul li.header-active:after {
	transition: 0.3s;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 37.7%;
	border-bottom: 7px solid #d22c2d;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.header-nav ul li i {
	padding-left: 5px;
}

.header-nav ul li:hover a.header-nav-item {
	color: #d22c2d;
}

.header-nav ul li a {
	line-height: 45px;
	text-transform: uppercase;
	font-size: 14px;
	color: black;
}

.is-header {
	transition: all 0.4s;
	position: fixed;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #eee;
	top: 0px;
	z-index: 999;
	width: 100%;
	transition: 0.4s;
}

.is-logo {
	transition: 0.6s;
	width: 300px;
	margin-top: 10px;
}

.header-nav ul li ul {
	position: absolute;
	padding: 10px 0 20px;
	background: #fff;
	display: none;
	z-index: 999;
	top: 61px;
	box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
	transition: all 0.5s ease;
}

.header-nav ul li ul li {
	box-sizing: content-box;
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 30px;
	border-right: 0;
	font-weight: normal;
	padding: 0 100px 0 30px;
}

.header-nav ul li ul li a {
	font-weight: normal;
	color: black;
	line-height: 0;
	font-size: 13px;
	text-transform: capitalize;
}

.header-nav ul li ul li:hover a {
	color: #d22c2d;
	transform: 0.5s;
}

.header-nav ul li ul li i {
	margin-right: 10px;
	color: #d22c2d;
	font-size: 18px;
}

.header-search {
	padding: 31px 120px 0 0;
}

.header-search a i {
	color: black;
	font-size: 20px;
}

.header-search a i:hover {
	color: #d22c2d;
}

@media(max-width:1660px) {
	.header-nav ul li {
		margin: 0 30px 0 0;
	}
}

@media(max-width:1415px) {
	.header-nav ul li {
		margin: 0 20px 0 0;
	}

	.header-logo {
		padding: 5px 0 0 0;
	}
}

@media (max-width:466px) {
	.header-logo a img {
		width: 300px;
	}

	.header-logo {
		padding: 10px 0 0 0;
	}
}

@media(max-width:1290px) {
	.header-nav ul li {
		margin: 0 10px 0 0;
	}
}

@media(max-width:1100px) {
	.header-nav {
		display: none;
	}

	.phone-nav {
		display: block !important;
	}
}

.header-nav ul li {}

#step {
	position: fixed;
	top: 60%;
	z-index: 999;
	right: 1%;
}

/*普通div*/
#step ul {
	position: relative;
	z-index: 999;
	margin-top: 0px;
	list-style: none;
}

#step ul li {
	float: left;
	width: 60%;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

#step ul li i {
	font-size: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
	border-radius: 50px;
	color: white;
}

#step .bg_color {
	border-radius: 50px;
	display: inline-block;
	height: 20px;
	width: 20px;
	border: 1px solid white;
	position: absolute;
	top: 0px;
	left: -10%;
}
/*banner*/
.tem_banner img{
	width: 100%;
}
.tem_banner {position:relative;width: 100%;margin-top: 80px;}
.tem_banner .ban_text {position:absolute;width:100%;max-width:1200px;padding:0 15px;left:50%;transform:translateX(-50%);z-index:1;top: 30%;}
.tem_banner .ban_text {bottom:18%}
.tem_banner .ban_text>* {transform:translateX(25px);opacity:0;transition:all .6s}
.tem_banner .ban_text h1 {
	font-size:  3.6rem;
	line-height: 36px;
	font-weight: 600;
	color: #d22c2d;z-index: 1;}
.tem_banner .ban_text h2 {font-size: 1.35rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.33);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	max-width: 516px;
	padding: 15px 0 20px;z-index: 1;}

	.tem_banner .ban_text .editor {font-size: 1.6rem;
	font-weight: normal;
	color: #ffffff;
	max-width: 445px;
	line-height: 30px;
	padding-top: 13px;
	z-index: 1;}
.tem_banner .swiper-slide.swiper-slide-active .ban_text h1 {transform:none;opacity:1;transition-delay:.3s}
.tem_banner .swiper-slide.swiper-slide-active .ban_text h2 {transform:none;opacity:1;transition-delay:.5s}
.tem_banner .swiper-slide.swiper-slide-active .ban_text .editor {transform:none;opacity:1;transition-delay:.5s}
/* 首页产品 */
.product {
	margin: 70px 0;
	padding: 80px 0;
}

.product-content {
	text-align: center;
}

.product-title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}

.product-content img {
	margin: -10px 0 20px;
}

.product .right_navlist {
	text-align: center;
}


.product .right_navlist ul {
	margin: auto !important;
	text-align: center;
}

.product .right_navlist ul li {
	text-align: center;
	padding: 0 23px;
	display: inline-block;
}

.product .right_navlist ul li a h3:hover {
	color: #d22c2d;
}

.product .right_navlist ul li a h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}


.product .owl-carouselT {
	margin-top: 40px;

}

.product .owl-carouselT .item {
	background-color: white;
}

.product .owl-carouselT .item img {
	width: 67%;
	padding: 5.5% 0;
	margin: auto;
	box-sizing: content-box;
	transition: 0.3s;
}

.product .owl-carouselT .item:hover img {
	transform: scale(1.06);
}

.product .owl-nav i {
	color: white;
	font-size: 23px;
}

.product .owl-prev {
	width: 48px;
	height: 48px;
	border: solid 2px #d22c2d;
	border-radius: 50px;
	background-color: rgba(210, 44, 45, 0.4);
	padding: 7px;
	position: absolute;
	transition: 0.3s;
}

.product .owl-next {
	width: 48px;
	height: 48px;
	border: solid 2px #d22c2d;
	border-radius: 50px;
	background-color: rgba(210, 44, 45, 0.4);
	padding: 7px;
	position: absolute;
	transition: 0.3s;
}

.product .owl-prev:hover {
	background-color: rgba(210, 44, 45, 0.6) !important;
}

.product .owl-next:hover {
	background-color: rgba(210, 44, 45, 0.6) !important;
}

.product:hover .owl-prev {
	left: -6% !important;
}

.product:hover .owl-next {
	right: -6% !important;
}

.tempro_cntlist {
	min-height: 300px;
}

.tempro_cntlist .prolist .item {
	padding: 25px 0 0
}

.tempro_cntlist .prolist .item a {
	display: block;
	border-left: 0;
	transition: all .3s
}

.tempro_cntlist .prolist .img {
	overflow: hidden;
	text-align: center;
	padding: 25px 40px;
	margin: 0 11px;
	background-color: white;
}

.tempro_cntlist .prolist .item img {
	transition: 0.3s;
	width: 100%;
}

.tempro_cntlist .prolist .item :hover img {
	transform: scale(1.1)
}

/* .tempro_cntlist .prolist .owl-buttons {position:absolute;right:0;top:-25px;} */
.tempro_cntlist .prolist .owl-buttons>div {
	width: 48px;
	height: 48px;
	padding-top: 7px !important;
	border: solid 2px #d22c2d;
	border-radius: 50px;
	background-color: rgba(210, 44, 45, 0.4) !important;
	padding: 7px;
	position: absolute;
	opacity: 1 !important;
	margin-top: 3% !important;
	right: -7%;
	transition: 0.3s;
}

.tempro_cntlist .prolist .owl-buttons>div i {
	color: white;
	font-size: 23px;
}

.tempro_cntlist .prolist .owl-buttons .owl-prev {
	left: -7%;
}

.tempro_cntlist .prolist .owl-pagination {
	position: absolute;
	right: 70px;
	top: -25px;
}

.tempro_cntlist .prolist .owl-pagination>div {
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #686868
}

.tempro_cntlist .prolist .owl-pagination .active,
.tempro_cntlist .prolist .owl-pagination .owl-length {
	display: inline-block;
}

.tempro_cntlist .owl-prev:hover {
	background-color: rgba(210, 44, 45, 0.6) !important;
}

.tempro_cntlist .owl-next:hover {
	background-color: rgba(210, 44, 45, 0.6) !important;
}

@media (max-width:1400px) {
	.tempro_cntlist .prolist .owl-buttons>div {
		right: 0%;
	}

	.tempro_cntlist .prolist .owl-buttons .owl-prev {
		left: 0%;
	}

	.product:hover .owl-prev {
		left: 0% !important;
	}

	.product:hover .owl-next {
		right: 0% !important;
	}
}

@media (max-width:535px) {
	.tempro_cntlist .prolist .owl-buttons>div {
		margin-top: 14% !important;
	}
}

/* 首页关于我们 */
.about {
	margin-top: 110px;
	font-size: 60px;
}

.about-content {
	text-align: center;
}

.about-title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}

.about-content img {
	margin: -10px 0 20px;
}

.about .about_bg {
	padding: 40px 0;
	margin-bottom: 30px;
}

.about span {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	color: #30333d;
}

.about .about_bg ul {
	margin: auto;
	text-align: center;
}

.about .about_bg ul li {
	width: 23%;
	float: left;
	text-align: center;
	margin-left: 8%;
}

.about .about_bg ul li h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
}

.about .about_bg ul li p {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 25px;
}

.about .about-more p {
	margin-top: 30px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
}

.about .about-more p a {
	border: 2px solid #d22c2d;
	color: #ffffff;
	background-color: #d22c2d;
	padding: 10px 20px;
	transition: 0.3s;
}

.about .about-more p:hover a {
	background-color: white;
	color: #d22c2d;
}

.about .about-more p a i {
	font-size: 10px;
}

@media (max-width:560px) {
	.about .about_bg {
		padding-top: 50px;
	}
}

/* 首页成功案例 */

/* 首页新闻 */
.news {
	margin-bottom: 100px;
}

.news .news-all {
	margin: 50px 0 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 55px;
}

.news .news-all .news-topL img {
	float: left;
}

.news .news-all .news-topL h1 {
	float: left;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	color: #000000;
	margin-left: 15px;
}

.news .news-all .news-topR p a {
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
}

.news .news-all .news-topR p a:hover {
	color: #d22c2d;
}

.news .news-all .news-topR p a i {
	font-size: 28x;
	margin-left: 4px;
	transition: 0.4s;
}

.news-contentL-item {
	overflow: hidden;
}

.news .news-all .news-topR p a:hover i {
	margin-right: -5px;
}

.news-contentL img {
	transition: 0.4s;
	width: 100%;
}

.news-contentL:hover img {
	transform: scale(1.06);
}

.news-contentL ul li .news-contentL-img {
	width: 100%;
}

.news-contentL .news-contentL-all {
	background-color: #f0f0f0;
	padding: 30px;
	height: 210px;
}

.news-contentL .news-contentL-all a p {
	transition: 0.3s;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
}

.news-contentL:hover .news-contentL-all a p {
	color: #d22c2d;
}

.news-contentL .news-contentL-all div {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	opacity: 0.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	/* 两行 */
}

.news-contentL .news-contentL-all span {
	float: right;
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
	height: 70px;
}

.news-contentC ul {
	margin-left: 10%;
}

.news-contentC ul li {
	transition: 0.3s;
	margin-bottom: 30px;
	border-bottom: 1px dotted rgba(148, 148, 148, 0.5);
}

.news-contentC ul li span {
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
	display: block;
}

.news-contentC ul li a p {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	display: inline-block;
	margin-bottom: 30px;
	transition: 0.3s;
}

.news-contentC ul li i {
	float: right;
	display: inline-block;
	color: #d22c2d;
	font-size: 20px;
	font-weight: 800;
	transition: 0.3s;
}

.news-contentC ul li:hover {
	padding-left: 20px;
}

.news-contentC ul li:hover i {
	font-size: 24px;
	margin: -5px 5px 0 0;
}

.news-contentC ul li:hover a p {
	color: #d22c2d;
}

.news-more p {
	margin-left: 10%;
	margin-top: 30px;
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
}

.news-more p a {
	border: 2px solid #d22c2d;
	color: #ffffff;
	background-color: #d22c2d;
	padding: 9px 19px;
	transition: 0.3s;
}

.news-more p:hover a {
	background-color: white;
	color: #d22c2d;
}

.news-more p a i {
	font-size: 10px;
}

.news-contentR {
	padding-left: 4%;
	overflow: hidden;
}

.news-contentR img {
	text-align: left;
	transition: 0.3s;
}

.news-contentR ul li {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(149, 149, 149, 0.2);
}

.news-contentR .news-contentR-all {
	padding: 14px 0;
	transition: 0.3s;
}

.news-contentR ul li span {
	float: left;
	line-height: 30px;
	font-weight: 800;
	color: black;
}

.news-contentR ul li:hover a p {
	color: #d22c2d;
}

.news-contentR ul li:hover .news-contentR-all {
	margin-top: 10px;
}

/* .news-contentR ul li:hover {
	margin-left: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	transition: 0.5s;
} */
.news-contentR ul li:last-child span {
	font-weight: 800;
	color: #d22c2d;
}

.news-contentR .news-contentR-all a p {
	transition: 0.3s;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
	margin-left: 5px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-contentR .news-contentR-all div {
	text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	opacity: 0.8;
}

@media (max-width:991px) {
	.news-contentR img {
		margin-top: 30px;
		width: 100%;
	}

	.head-wel {
		padding: 0;
	}
	.tem_banner .ban_text{
		top: 15%;
	}
	.tem_banner .swiper-slide.swiper-slide-active .ban_text h1{
		font-size: 25px;
	}
	.tem_banner .swiper-slide.swiper-slide-active .ban_text h2{
		font-size: 12px;
		padding: 5px 0;
	}
	.tem_banner .swiper-slide.swiper-slide-active .ban_text .editor{
		font-size: 13px;
		line-height: 20px;
	}
}

@media (max-width:767px) {
	.news-contentC ul {
		margin-left: 0;
	}
}

/* 首页合作客户 */
.link {
	padding: 90px 10px;
	background-color: #f5f5f5;
}

.link h1 {
	float: left;
	font-size: 30px;
	color: black;
	font-weight: 600;
	padding: 0 20px;
}

.link .owl-carouselS {
	margin: 80px 0 40px;
}

.link .owl-controls {
	width: 100%;
	top: 12.5% !important;
}

.link .owl-nav i {
	color: white;
	font-size: 16px;
	text-align: center;
}

.link .owl-prev {
	width: 60px;
	height: 60px;
	background-color: #106fb3;
	padding-top: 15px;
	position: absolute;
	left: -6.5%;
}

.link .owl-next {
	width: 60px;
	height: 60px;
	background-color: #106fb3;
	padding-top: 15px;
	position: absolute;
	right: -6.5%;
}

@media (max-width:1135px) {
	.link .owl-prev {
		left: -2.5%;
	}

	.link .owl-next {
		right: -2.5%;
	}
}

@media (max-width:849px) {
	.link .owl-prev {
		left: -2.5%;
	}

	.link .owl-next {
		right: -2.5%;
	}

	.link .owl-controls {
		top: 26.5% !important;
	}
}

@media (max-width:535px) {
	.link .owl-controls {
		top: 6.5% !important;
	}

	.link .owl-prev {
		left: -8.5%;
	}

	.link .owl-next {
		right: -8.5%;
	}
}

/* 底部信息 */
@media (max-width:920px) {
	.footer-infor .footer-infor-left {
		text-align: center;
		width: 100%;
	}

	.footer-infor .footer-infor-right {
		display: none;
		width: 100%;
		margin-top: 0;
		clear: both;
	}
}

@media (max-width:635px) {
	.footer ul li.footer-left-item {
		margin-right: 0 !important;
	}

	.footer .footer-left {
		width: 100% !important;
	}



	.footer-right p {
		text-align: inherit !important;
	}
}

.footer {
	padding: 100px 0 0;
}

.footer .footer-left {
	width: 80%;
}

.footer ul li.footer-left-item {
	float: left;
	margin-right: 10%;
	height: 190px;
	overflow: hidden;
}

.footer ul li.footer-left-item:last-child {
	margin-right: 0%;
}

.footer ul li.footer-left-item a {
	font-size: 14px;
	color: white;

}

.footer ul li.footer-left-item a i {
	margin-right: 30px;
	font-size: 12px;
	color: #cd000f;
}

.footer ul li ul {
	margin-top: 15px;
}

.footer ul li ul li a {
	margin-left: 45px;
	font-size: 12px !important;
	color: rgba(255, 255, 255, 0.5) !important;
	line-height: 26px;
	/* display: block; */
}

.footer-right {
	border-left: 1px solid;
	padding-left: 30px;
}

.footer-right p {
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.57;
	margin-top: 14px;
	text-align: center;
}

.footer-infor {
	clear: both;
	width: 100%;
	height: 50px;
	background-color: #30333d;
	margin-top: 70px;
	padding-top: 15px;
}

.footer-infor .container {
	position: relative;
	padding-top: 5px;
}

.footer-infor .footer-infor-left {
	position: absolute;
	top: 0;
	left: 0;
}

.footer-infor .footer-infor-left p {
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.4;
}

.footer-infor .footer-infor-right {
	position: absolute;
	top: 0;
	right: 0;
}

.footer-infor .footer-infor-right span {
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	opacity: 0.5;
}

.footer-infor .footer-infor-right .footer-infor-rightItem {
	width: 252px;
	height: 42px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	color: white;
	text-align: right;
	padding: 9px 20px 0 0;
}

@media (max-width:856px) {
	.footer .footer-left {
		width: 50%;
	}
}

@media (max-width:635px) {
	.footer-right {
		border: 0;
	}

	.footer-right {
		clear: both;
		width: 100%;
		padding-left: 35%;

	}
}

@media (max-width:589px) {
	.footer-infor {
		height: 70px;
	}
}


/* subnav */
.bantext {
	padding: 90px 0 0;
}

.bantext h1 {
	font-size: 36px;
	font-weight: 600;
	line-height: 36px;
	color: #d22c2d;

}

.bantext .editor {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	max-width: 445px;
	margin-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.Subnav {
	font-size: 60px;
}

.Position {
	font-size: 14px;
	line-height: 45px;
	border-bottom: 1px solid rgba(149, 149, 149, 0.2);
	width: 100%;
	line-height: 23px;
	padding: 12px 0;
}

.Position a {
	color: #8594a0;
}

.Subnav-Btitle {
	font-size: 57px;
	line-height: 33px;
	color: #d22c2d;
	opacity: 0.1;
	font-weight: 600;
	text-align: center;
	margin-top: 70px;
	z-index: 999;
}

.Subnav-Btitle2 {
	font-size: 57px;
	line-height: 33px;
	color: #ffffff;
	opacity: 0.05;
	font-weight: 600;
	text-align: center;
	margin-top: 70px;
	z-index: 999;
}

.Subnav-title {
	margin-bottom: 50px;
	font-size: 27px;
	line-height: 20px;
	color: #000000;
	text-align: center;
	font-weight: 600;
	margin-top: -5px;
}

.Subnav-title2 {
	margin-bottom: 50px;
	font-size: 27px;
	line-height: 20px;
	color: white;
	text-align: center;
	font-weight: 600;
	margin-top: -5px;
}

@media (max-width:610px) {

	.Subnav-Btitle,
	.Subnav-Btitle2 {
		line-height: 50px;
	}
}

@media (max-width:572px) {
	.footer-right {
		margin-top: -150px;
	}
	.tem_banner img{
		max-width: 200%;
		width: 200%;
	}
}

.Subnav dl {
	text-align: right;
	margin: -99px 0 70px;
}

.Subnav dl dt {
	margin-top: 8px;
	display: inline-block;
}

.Subnav dl dt:hover a {
	background-color: #d22c2d;
	color: white;
}

.Subnav-cur {
	background-color: #d22c2d !important;
	color: white !important;
}

.Subnav dl dt a {
	transition: 0.3s;
	font-weight: normal;
	font-size: 14px;
	line-height: 33px;
	color: black;
	padding: 13px 35px;
	background-color: rgba(0, 0, 0, 0.15);
}

.com_subnav {
	margin-bottom: 50px;
}

.com_subnav .navlist {
	text-align: right;
}

.com_subnav .navlist a {
	margin-right: 5px;
	display: inline-block;
	transition: 0.3s;
	font-weight: normal;
	font-size: 14px;
	line-height: 33px;
	color: black;
	padding: 5px 35px;
	background-color: rgba(0, 0, 0, 0.15);
	margin-bottom: 5px;
}

.com_subnav .navlist a:hover {
	background-color: #d22c2d;
	color: white;
}

@media (max-width:758px) {
	.com_subnav .navlist a {
		padding: 5px 20px;
	}
}

/* 新闻资讯页*/
.News ul li.News-item {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	padding: 30px;
	position: relative;
	color: black;
}

.News ul li.News-item .News-line {
	width: 139px;
	height: 1px;
	background-color: #c79f81;
	position: absolute;
	top: 50px;
	left: 200px;
}

.News ul li.News-item img {
	transition: 0.3s;
	overflow: hidden;
	float: left;
	margin-right: 25px;
	/* 	width: 248px;
	height: 160px; */
}

.News ul li.News-item a {
	width: 100%;
	overflow: hidden;
}

.News ul li.News-item:hover img {
	transform: scale(1.03);
}

.News ul li.News-item:hover {
	padding-left: 41px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	transition: 0.5s;
}

.News .News-right {
	width: 97%;
	margin: 10px 0 0 30px;
}

.News ul li.News-item:hover h1 {
	color: #d22c2d;
}

.News ul li.News-item h1 {
	transition: 0.3s;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
}

.News ul li.News-item h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
	margin: 7px 0;
}

.News ul li.News-item p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.5);
}

@media (max-width:768px) {
	.News .News-right {
		margin-left: -1%;
		clear: both;
		width: 100%;
		text-align: center;
	}

	.News ul li.News-item h2 {
		text-align: center;
	}

	.News ul li.News-item img {
		width: 80%;
		margin-left: 10%;
	}

	.News ul li.News-item .News-line {
		display: none;
	}



	.News ul li.News-item h1 {
		padding-top: 10px;
	}
}

/* 新闻详情页 */
.NewDet {
	margin: 60px 0;
}

.NewDet h1 {
	font-size: 2.2rem;
	color: #323232;
	text-align: center;
	margin: 0 0 20px;
}

.NewDet .date {
	font-size: 1.4rem;
	color: #969696;
	text-align: center;
}

.NewDet P {
	font-size: 1.4rem;
	color: #323232;
	line-height: 24px;
	padding: 20px 0 35px;
}

.NewDet .prev-next>a:first-child {
	padding-right: 20px;
}

.NewDet .prev-next>a {
	display: inline-block;
	font-size: 1.4rem;
	color: #969696;
	transition: all .3s;
}

.NewDet .prev-next b {
	color: black;
}

.NewDet .prev-next a:hover {
	color: black;
}

/* 产品中心 */
.Product ul li {
	margin-bottom: 35px !important;
}

.Product ul li .Product-img {
	padding-top: 30px;
	box-sizing: content-box;
	width: 100%;
	background-color: #eff4f8;
	height: 266px;
	text-align: center;
	overflow: hidden;
}

.Product ul li .Product-img img {
	transition: 0.4s;
	height: 100%;
}

.Product ul li:hover .Product-img img {
	transform: scale(1.05);
}

.Product ul li:hover p {
	color: #d22c2d;
}

.Product ul li p {
	transition: 0.3s;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #000000;
	margin: 20px 0;
}

/* 产品详情页*/
.ProductDet-img {
	/* border: 1px solid black; */
}

.ProductDet #img {
	width: 70%;
}

.responsive-tabs__heading:focus {
	outline: 0px !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus) {
	position: relative;
	display: inline-block;
}

.fotorama__wrap--css3 .fotorama__arr--next:not(:focus) {
	position: absolute;
	right: 0;
	height: 100%;
	top: 10px;
	width: 20%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 999;
}

.fotorama__wrap--css3 .fotorama__arr--prev:not(:focus) {
	position: absolute;
	right: 0;
	height: 100%;
	top: 10px;
	width: 20%;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 999;
}

.fotorama__wrap--css3 .fotorama__arr--prev:after {
	content: "";
	width: 40px;
	height: 40px;
	border: solid #888888;
	border-width: 2px 0 0 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 40%;
	top: 50%;
	opacity: 1;
}

.fotorama__thumb-border {
	border-color: #8594a0 !important;
	opacity: 1 !important;

}

.fotorama__nav__frame:not(.fotorama__active) {
	opacity: 0.6;
}

.fotorama__nav__frame:hover {
	opacity: 1;
	transition: 0.4s;
}

.fotorama__thumb-border {
	background-image: none !important;
}

.fotorama__thumb {
	/* opacity: 0.6; */
	transition: 0.3s;
}

.fotorama__thumb:hover {
	opacity: 1;
}

.fotorama__wrap--css3 .fotorama__arr--next:after {
	content: "";
	width: 40px;
	height: 40px;
	border: solid #888888;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	right: 0;
	top: 50%;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus) {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 20%;
	/* background: url(../images/close.png); */
	/* background-size: 70% 70%; */
	opacity: 1 !important;
	background-repeat: no-repeat;
	/* transform: rotate(-45deg); */
}

.fotorama--fullscreen {
	background: white !important;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:after {
	border: 1px solid black;
	position: absolute;
	top: 5%;
	background-color: black;
	height: 40px;
	width: 1px;
	transform: translate(-50%, -50%) rotate(-40deg);
	opacity: 1 !important;
	right: 10%;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
	background: white !important;
}

.fotorama__wrap--slide .fotorama__stage__frame {
	height: 95%;
}


@media (max-width:768px) {
	.ProductDet-all {
		margin-left: 20px;
		margin-bottom: 50px;
	}
}

.ProductDet-content h1 {
	padding-left: 30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 41px;
	color: #000000;
	width: 100%;
	background-color: rgba(233, 233, 233, 0.5);
}

.ProductDet-infor {
	margin: 74px 0 0;
}

.ProductDet-infor .ProductDet-infor-title h1 {
	width: 127px;
	text-align: center;
	height: 36px;
	background-color: #ebebeb;
	font-size: 14px;
	font-weight: normal;
	line-height: 36px;
	color: #000000;
}

.ProductDet-infor-all {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 300px;
}

.ProductDet-bottom {
	margin: 20px 0 300px;
}

.ProductDet-bottom .ProductDet-bottom-item {
	margin-right: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

.ProductDet-bottom .ProductDet-bottom-item a {
	margin-right: 20px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #000000;
}

.ProductDet-bottom .ProductDet-bottom-item a:hover {
	color: #1f2970;
}

@media (max-width:768px) {
	.ProductDet-content h1 {
		margin-top: 30px;
	}
}

.ProductDet-content p {
	margin-bottom: 20px;
}

.ProductDet-content ul {
	display: block !important;
}

.ProductDet-content ul li {
	float: left;
	margin-right: 23px;
}

.ProductDet-content ul li i {
	cursor: pointer;
	font-size: 24px;
	color: #888888;
	transition: 0.3s;
}

.ProductDet-content ul li i:hover {
	color: black;
}


.owl-carousel .owl-item p a {
	font-size: 16px;
	color: black;
	line-height: 50px;
}

.owl-carousel .owl-item p a:hover {
	color: #888888;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 70px;
	right: 0;
	width: 100%;
}



 .caseleft .big {
  float: left;
}
 .caseleft .big .pic:after {
  padding-bottom: 113.3%;
}
 .caseleft .small {
  width: 24.454%;
  float: right;
  margin-top: -1px;
  height: 100%;
  overflow: hidden;
}
 .caseleft .small .pic:after {
  padding-bottom: 114.9%;
}
.swiper-container-product{
  position: relative;
  overflow: hidden;
}
.jqueryzoom{
  width: 100%;
  overflow: hidden;
}
.jqueryzoom .cloudzoom{
  height: 100%;
  margin:0 auto;
  text-align: center;
}
.product-thumb{
  padding:0px 40px;
  position: relative;
  margin-top:10px;
}
.product-thumb .swiper-slide{
}

.product-thumb .cloudzoom-gallery{
	padding: 10px;
  cursor: pointer;
  border: solid 1px #eaeaea;
}
.product-detail-prev{
  position: absolute;
  outline: none;
  background-color: #b0b0b0;
  left: 0;
  color:white;
  padding:5px 9px;
  top:50%;
  margin-top:-27px;
  font-size: 20px;
}
.product-detail-next{
	outline: none;
  position: absolute;
  right: 0;
  color:white;
  padding:5px 9px;
  background-color: #b0b0b0;
  top:50%;
  margin-top:-27px;
  font-size: 20px;
}
.cloudzoom-lens {
    border: 1px solid #888;
    width: 100px;
    height: 100px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    cursor: crosshair;
    background: #fff;
    z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
    border: 1px solid #888;
    width: 500px;
    height: 200px;
    box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
    z-index: 99;
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border: none;
    box-shadow: none;
}

/* CSS for captions */
.cloudzoom-caption {
    display: none; /* CSS captions should be hidden initially */
    text-align: left;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: sans-serif;
    font-size: 11px;
}

/* A blank image */
.cloudzoom-blank {
    background-image: url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    /*background-image: url(ajax-loader.gif);*/
    width: 32px;
    height: 32px;
}

/* 关于我们 */
/* 企业简介 */
.bigTitle {
	font-family: MicrosoftYaHei-Bold;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #d22c2d;
}

.SmaTitle {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #d22c2d;
	margin: 8px 0 30px;
	padding-bottom: 30px;
}

.company_idea_all {
	margin-top: 90px;
	padding: 90px 0;
	text-align: center;
}

.company_idea_all ul li h3 {
	margin-top: 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
}

.company_idea_all ul li p {
	margin: auto;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #ffffff;
}



.culture_bg {
	padding-top: 50px;
}

.culture-box {
	margin-top: 110px;
}

.culture-box-top,
.culture-box-bottom {
	background-color: #f0f0f0;
	overflow: hidden;
}

.culture-box-Tleft {
	float: left;
	width: 60%;
}

.culture-box-Tleft img {
	width: 100%;
}

.culture-box-Tright {
	float: left;
	width: 40%;
	padding: 50px 0 0 60px;
}

.culture-box-bottom {
	margin: 30px 0 100px;
}

.culture-box-Bright {
	width: 60%;
	float: left;
}

.culture-box-Bright img {
	width: 100%;
	text-align: right;
}

.culture-box-Bleft {
	float: left;
	width: 40%;
	padding: 50px 0 0 70px;
}



.Subnav-Btitle3 {
	line-height: 50px;
	text-align: left !important;
}

@media (max-width:768px) {
	.Subnav-Btitle3 {
		text-align: center !important;
	}
}

@media (max-width:1060px) {
	.culture-box-Tleft {
		width: 100%;
	}

	.culture-box-Tright {
		width: 100%;
		padding: 30px 20%;
	}

	.culture-box-Bleft,
	.culture-box-Bright {
		width: 100%;
	}

	.culture-box-Bleft {
		padding: 30px 20%;
	}
}

/* 成功案例 */
.Picture p {
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	margin: 25px 0 70px;
	text-align: center;
}

.Picture img {
	width: 100%;
}

@media (max-width:758px) {
	.Subnav dl dt a {
		padding: 10px 20px;
	}
}

/* 联系我们 */
.Contact {}

.Contact-map {
	margin-top: 70px;
	/* height: 411px; */
	overflow: hidden;
	width: 100%;
}

.Contact-map-left {
	padding: 90px;
	height: 411px;
	width: 50%;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #eff4f8;
}

.Contact-map-right {
	display: inline-block;
	width: 50%;
}

.Contact-content {
	position: relative;
	margin: 67px 0 120px;
	font-size: 30px;

}

.Contacts h1 {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	color: #d22c2d;
}

.Contacts h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #d22c2d;
	margin-bottom: 60px;
}

.job-form {
	margin-top: 56px;
	background-color: rgba(249, 249, 249, 0.8);
	padding: 60px 50px;
	width: 100%;
}

.job-form form {
	width: 100%;
}

.job-form .mess-info h1 {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #000000;
}

.job-form .mess-info h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	margin: 25px 0 40px;
}

.job-form .mess-info h3 {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	line-height: 34px;
	color: #000000;
	opacity: 0.75;
	margin-bottom: 10px;
}

.job-form .mess-info-left ul li {
	border: 1px solid rgba(148, 148, 148, 0.15);
	padding: 7px 0 0 13px;
	margin-bottom: 20px !important;
	width: 100%;
}

.job-form .mess-info-left ul.mess-info-left1 {
	float: left;
	width: 40%;
}

.job-form .mess-info-left ul.mess-info-left2 {
	display: inline-block;
	margin-left: 4%;
	width: 40%;
}

.job-form .mess-info-left ul li input {
	width: 80%;
	outline: none;
	border: 0;
	background: transparent;
}

.job-form .mess-info-left {
	width: 100%;
}

.job-form .verify_code {
	border: 0;
	clear: both;
	float: left;
	width: 40%;
}

.job-form .verify_code span {
	margin-left: 10px;
}

.job-form .verify_code_item {
	float: left;
	background-color: #d22c2d;
	width: 114px;
	height: 37px;
	margin-right: 20px;
}

.job-form .verify_code_item p {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	color: white;
	margin: 1px 0 0 6px;
	float: left;
}

.job-form .verify_code .verify_code_item input {
	width: 40px;
	float: left;
	color: white;
}

.job-form .mess-info-left ul li p {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	color: #000000;
	margin-right: 20px;
}

.job-form .verify_code .verify_code_item input {
	margin: 7px 0 0 5px;
	border: 0;
	outline: none;
	background-color: transparent;
}

.job-form .mess-info-left ul li textarea {
	height: 310px;
	width: 100%;
	border: 0;
	background-color: transparent;
	outline: none;
}

.job-form .btn_message {
	margin-left: 4%;
	float: left;
	width: 40%;
}

.job-form .btn_message input {
	width: 100%;
	border: 0;
	height: 38px;
	background-color: #d22c2d;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	color: #ffffff;
	transition: 0.3s;
	border: 2px solid #d22c2d;

}

.job-form .btn_message input:hover {
	color: #d22c2d;
	background-color: white;
}

@media (max-width:1100px) {
	.job-form .mess-info-left ul.mess-info-left1 {
		width: 100%;
	}

	.job-form .mess-info-left ul.mess-info-left2 {
		clear: both;
		width: 100%;
		margin-left: 0;
	}

	.job-form .btn_message {
		clear: both;
		margin-left: 0;
	}

	.job-form .verify_code {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width:970px) {
	.Contact-map-right {
		height: 400px;
	}

	#allmap {
		position: absolute !important;
		margin: 0;
		overflow: hidden !important;
	}


}

@media (max-width:521px) {
	.job-form .verify_code_item {
		float: none;
		margin-bottom: 10px;
	}
}

/* 人才招聘 */
.Recruit {
	margin: 50px 0 100px;
	position: relative;
}

.Recruit-title {
	padding: 50px 0 0 50px;
	width: 545px;
	height: 338px;
	border: solid 7px rgba(210, 44, 45, 0.15);
}

.Recruit-img {
	position: absolute;
	top: -60px;
	right: 0;
}

.Recruit-title h1 {
	font-size: 16px;
	line-height: 29px;
	color: #d22c2d;
	font-weight: 600;
}

.Recruit-title h2 {
	font-size: 29px;
	font-weight: normal;
	line-height: 29px;
	color: #d22c2d;
}

.Recruit-title .Recruit-content {
	margin-top: 20px;
}

@media (max-width:1235px) {
	.Recruit-title {
		height: 338px;
		width: 80%;
		margin: auto;
		text-align: center;
		padding: 50px 0 0 0 !important;
	}

	.Recruit-img {
		position: static !important;
		text-align: center;
		margin-top: 20px;
	}
}

.Recruit-job {
	background-color: #f4f4f4;
	padding-top: 70px;
}

.Recruit-jobform table {
	margin-bottom: 70px;
}

table.table-expandable>tbody>tr:nth-child(odd) {
	border-bottom: 1px solid #ddd;
}

.Recruit-jobform thead {
	background-color: #d22c2d;
	color: white;
	padding: 10px 0;
}

.Recruit-jobform thead th {
	font-weight: 400 !important;
	font-size: 15px !important;
	text-align: center;
}

.Recruit-jobform tbody tr.table-first td {
	font-size: 15px;
	text-align: center;
	line-height: 35px;
}

.Recruit-jobform tbody tr.table-first td:nth-child(4) {
	color: #d22c2d;
}

.Recruit-jobform tbody tr.table-second {
	background-color: #fafafa !important;
}

.table-hover>tbody>tr:hover {
	background: #fafafa !important;
}

.Recruit-jobform tbody tr.table-second td {
	width: 100%;
	padding-left: 5%;
	color: black;
}

.Recruit-jobform .table-content {
	width: 90%;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0;
	margin-bottom: 30px;
}

.Recruit-jobform .table-content h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444444;
	margin-bottom: 20px;
}

.Recruit-jobform .table-second a {
	color: white;
	padding: 9px 20px;
	background-color: #d22c2d;
	border-radius: 10px;
	font-size: 14px;
}

.Recruit-jobform .table-second .table-btn {
	margin-bottom: 20px;
}

/* 招聘表单 */
.job_message li {
	margin: 20px 0;
	line-height: 35px;
}

.job_message li span {
	width: 25%;
	display: inline-block;
	text-align: right;
	padding: 0 5px;
	float: left;
	line-height: 35px;
}

.job_message li input[type="text"] {
	outline: none;
	margin-bottom: 20px;
	width: 65%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message li textarea {
	outline: none;
	width: 65%;
	height: 120px;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
	background: #FFF;
}

.job_message .code {
	margin: 20px 0;
}

.job_message .code span {
	width: 25%;
	display: inline-block;
	text-align: right;
	padding: 0 20px;
	float: left;
	line-height: 35px;
}

.job_message .code input[type="text"] {
	outline: none;
	width: 25%;
	height: 35px;
	line-height: 35px;
	float: left;
	padding: 0 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	border: 0;
	border-radius: 3px;
	transition: all .3s;
}

.text-center {
	text-align: center;
}

.job_message .sub {
	margin-bottom: 60px;
}

.job_message .sub input {
	margin-bottom: 50px;
	display: inline-block;
	padding: 7px 30px;
	font-size: 1.4rem;
	color: #fff;
	background: #d22c2d;
	margin: 0 10px;
	border: 0;
	transition: all .3s;
	border-radius: 5px;
}

/* 全站搜索 */
.Search {
	margin-bottom: 90px;
}

.Search-left {
	border-right: 1px solid #eae9e9;
}

.Search-left-title {
	color: black;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
}

.Search-left-body ul li select {
	background-color: #f8f9fa;
	padding: 0 10px;
	height: 39px;
	width: 85%;
	color: black;
	border-radius: 5px;
	margin: 10px 0;
	border: 0;
}

.Search-left-body ul li option {
	background-color: white;
}

.Search-left-body ul li input {
	outline: none:;
	width: 85%;
	height: 39px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	color: #495057;
	margin: 10px 0;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.Search-left-body ul li input.search {
	outline: none;
	transition: 0.3s;
	background-color: #d22c2d;
	color: white !important;
	font-size: 16px;
	border: 2px solid #d22c2d;
}

.Search-left-body ul li input.search:hover {
	color: black !important;
	background-color: white;

}

.Search-right-entry .Search-right-title {
	margin: 10px 0;
}

.Search-right-entry .Search-right-title a {
	font-weight: 500;
	color: black;
	font-size: 26px;
	transition: 0.3s;
}

.Search-right .Search-right-con {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eae9e9;
}

.Search-right-entry p {
	font-size: 16px;
	margin: 10px 0;
}

ul.Search-right-info li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.Search-right-info li a {
	color: #888888;
	font-size: 13px;
}

ul.Search-right-info li a i {
	font-size: 19px;
	margin-right: 10px;
}

.Search-right-Nresult {
	color: black;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
}

@media (max-width:767px) {

	.Search-left-body ul li select,
	.Search-left-body ul li input {
		width: 70%;
	}

	.Search-left {
		border: 0;
	}

	.Search-right {
		margin-top: 40px;
	}
}

/*-phone-nav-*/
.phone-nav {
	position: absolute;
	font-size: 24px;
	right: 15px;
	line-height: 70px;
	display: none;
	color: #d22c2d;
	z-index: 9;
}

.phone-nav:hover {
	color: #d22c2d;
}


.mm-navbar {
	border: 0;
	display: none !important;
}

.mm-menu_navbar_top-2 .mm-panels {
	top: 0;
}

.mm-panels>.mm-panel {
	margin-top: -70px;
}

.mm-menu_theme-dark {
	background-color: white;
}

#mmenu ul {
	padding: 0 15px;
}

.mm-menu .mm-navbar>* {
	color: black;
}

.mm-page__blocker {
	background: rgba(3, 2, 1, 0.2);
}

#mmenu ul li a {
	border-radius: 3px;
	color: black;
	line-height: 30px;
	margin-bottom: 10px;
}

.mm-listitem .mm-btn_next:before,
.mm-listitem:after {
	border: 0;
}

#mmenu ul li dl {
	display: none;
}

#mmenu ul li dl dt {
	font-weight: normal;
	padding-left: 40px;
	line-height: 40px;
}

#mmenu ul li i {
	position: absolute;
	right: 20px;
	top: 20px;
}

#mmenu ul li a.noBoxs:hover {
	background-color: #d22c2d;
	color: white !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#mmenu ul li .mm-btn_next:after {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-color: black;
}

#mmenu ul li .mm-btn_next:after:hover {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-color: white;
}

#mmenu ul li a.active {
	background-color: #d22c2d;
	color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mm-navbars_top {
	display: none;
}

/* 地图 */
#allmap {
	width: 100%;
	height: 411px;
	margin-left: -2.6%;
}
.BMapLabel{
	position: static!important;
	margin-left: 20px;
}
@media (max-width:1200px) {
	#allmap {
		width: 110%;
	}
}

@media (max-width:830px) {

	.Contact-map-left,
	.Contact-map-right {
		width: 100%;
	}
}

.Contact-tel ul li {
	margin-bottom: 20px;
}

.Contact-tel ul li div {
	line-height: 50px;
	float: left;
	width: 125px;
	/* border: 1px solid black; */
	color: black;
	font-weight: 600;
}

.Contact-tel ul li input {
	width: 80%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 50px;
	background: #f6f6f6;
	border: 0;
	outline: 0;
	color: #888888;
}

.Contact-tel ul li textarea {
	width: 80%;
	padding: 6px 20px;
	font-size: 12px;
	line-height: 24px;
	min-height: 100px;
	background: #f6f6f6;
	border: 0;
	outline: 0;
}

.Contact-btn {
	background: black;
	padding: 11px 19px 12px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	display: block;
	border: 2px solid black;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	margin-left: 124px;
	margin-bottom: 90px;
}

.Contact-btn:hover {
	background-color: white;
	color: black;
	transition: 0.3s;
}

@media (max-width:710px) {

	.Contact-tel ul li textarea,
	.Contact-tel ul li input {
		width: 90%;
	}
}

@media (max-width:768px) {
	.News-content p {
		display: block;
	}

	.Product p {
		display: block;
	}

	.Pline,
	.Pline2,
	.Psqure,
	.Psqure2 {
		display: none;
	}

	.link h1,
	.news h1,
	.picture h1,
	.Project h1 {
		text-align: center;
		float: none;
	}
}
