@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #333333;
	overflow-x: hidden;
	background: #FFFFFF;
	-webkit-tap-highlight-color: transparent; 
}
html,body {position: relative;top: 0;width: 100%;height: auto;min-height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

input {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
ol,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #333333;
	text-decoration: none
}

a:hover {
	color: #C30D17;
	text-decoration: none;
}

em {
	font-style: normal
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word;
}
.bgf3 { background-color: #F3F3F3;}
.fl {
	float: left;
}

.fr {
	float: right;
}

.cl,
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

.wrap {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.hand {
	cursor: pointer;
}

.red {
	color: red;
}

.red a {
	color: red;
}

.gray {
	color: #D3D3D3;
}

.darkblue {
	color: darkblue;
}

.tag {
	color: #151515;
	text-decoration: underline;
}

.price {
	font-size: 1em;
}

.price span {
	color: red;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-t6 {
	margin-top: 6px !important;
}

.m-t10 {
	margin-top: 10px !important;
}

.m-t20 {
	margin-top: 20px !important;
}

.m-t30 {
	margin-top: 30px !important;
}

.m-t50 {
	margin-top: 50px !important;
}

.m-t70 {
	margin-top: 70px !important;
}

.m-t100 {
	margin-top: 100px !important;
}

.mr20 {
	margin-right: 20px;
}

.pd20 {
	padding: 20px;
}

.p-tb30 {
	padding: 30px 0;
}

.p-tb50 {
	padding: 50px 0;
}

.p-tb80 {
	padding: 80px 0;
}

.p-t20 {
	padding-top: 20px !important;
}

.p-t30 {
	padding-top: 30px !important;
}

.m-l20 {
	margin-left: 20px !important;
}

.m-l30 {
	margin-left: 30px !important;
}

.mg30 {
	margin: 30px auto;
}

.mg50 {
	margin: 50px auto;
}

.mbottom10 {
	margin-bottom: 10px !important;
}

.m-b20 {
	margin-bottom: 20px !important;
}

.m-b30 {
	margin-bottom: 30px !important;
}

.m-b50 {
	margin-bottom: 50px !important;
}

.p-b50 {
	padding-bottom: 50px !important;
}

.h50 {
	height: 50px;
}

.h80 {
	height: 80px;
}

.center {
	text-align: center;
}

.con-text {
	line-height: 2.2em;
}

.bt_line {
	border-bottom: 1px dashed #eee;
}

.toTop {
	background: #000;
	opacity: 0.5;
	border-radius: 3px;
	border: 0;
	color: #fff;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	bottom: 40px;
	right: 10px;
	position: fixed;
	cursor: pointer;
	z-index: 999999;
	display: block;
}

.toTop:hover {
	color: #fff;
}

.toTop .fa {
	font-size: 16px;
}

.date {
	color: gray;
}

.btn-contact {
	display: inline-block;
	background: #C30D17;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 30px;
	margin-top: 20px;
	border-radius: 5px;
}

.fr .btn-contact {
	display: none;
}

.inp {
	border: 1px #EEEEEE solid;
	padding: 0 15px;
	height: 43px;
	line-height: 43px;
	outline: none;
}

.btn {
	cursor: pointer;
	transition: all 0.3s;
	font-size: 16px;
	background-color: #C30D17;
	color: #FFFFFF;
	border-radius: 5px;
	border: 0;
	outline: none;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
}

.btn:hover {
	background-color: #C30D17;
}

.overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.overflow4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.align {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


/*清除浮动*/
.clearfix:after,
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix,
.clear {
	*+height: 1%;
}

.location li {
	float: left;
}

.location li b {
	font-weight: normal;
	padding: 0 5px;
}

/* 详细页对表格的处理 */
.content {
	line-height: 30px;
}

.content h1 {
	color: #000;
	font-size: 24px;
}

.content h4 {
	border-bottom: 1px #eee solid;
	line-height: 50px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: normal;
}

.content table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	display: table;
}

.content table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.content table th {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 5px 10px;
}

.content img {
	max-width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}


/*分页*/
.pages {
	padding: 60px 0 80px;
	clear: both;
	text-align: center;
}

.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}

.pages ul {
	padding: 0;
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

.pages li {
	margin-right: 5px;
	display: inline-block;
}

.pages li a {
	display: block;
	border: 1px solid #e1e1e1;
	font-size: 12px;
	background-color: #fff;
	text-align: center;
	border-radius: 3px;
	height: 32px;
	line-height: 32px;
	width: auto;
	padding: 0 15px;
	color: #666;
}

.pages li a:hover {
	border: 1px solid #C30D17;
	background: #C30D17;
	color: #fff;
	text-decoration: none;
}

.pages li span {
	display: block;
	border: 1px solid #e1e1e1;
	height: 30px;
	line-height: 30px;
	color: #c4c4c4;
	padding: 0 10px;
}

.pages .current a {
	border: 1px solid #C30D17;
	background: #C30D17;
	color: #fff;
}

.next_prev {
	border-top: 1px #EEEEEE solid;
	font-size: 14px;
	padding-top: 30px;
	line-height: 30px;
}

/* S 全新样式 */

.img {
	display: block;
	overflow: hidden;
	width: 100%;
}

/*顶部样式*/
.main-head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}

.main-tel {
	display: flex;
	align-items: center;
	color: #999999;
	position: relative;
}

.main-tel a {
	padding: 0 5px;
}

.main-tel .fa {
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 20px;
	color: #C30D17;
}
.main-tel .lang {
	background-color: #C30D17; color: #ffffff; height: 30px; line-height: 30px; border-radius: 50px; padding: 0 10px;
}
.main-tel .lang a {color: #ffffff;}

.right-tel { background: url(../images/tel-ico.png) no-repeat left center; padding-left: 40px; margin-left: 15px;}
.right-tel p {color: #C30D17;}
.right-tel b { font-weight: normal;}

.left-b {
	float: left;
	width: 200px;
}

.right-b {
	float: right;
	width: 216px;
}

.center-b {
	margin: 0 216px 0 200px;
}

.header-top {
	line-height: 45px;
	border-bottom: 1px #eeeeee solid;
}

.logo2 {
	height: 50px;
}

.top-search {
	margin-left: 100px;
}

.header-navbg {
	height: 60px;
	line-height: 60px;
	transition: all 0.3s;
	background-color: #C30D17;
	position: relative;
	z-index: 99;
}

.top-search {
	margin-top: 8px;
}

.top-search .inp {
	float: left;
	border-radius: 5px 0 0 5px;
	width: 300px;
}

.top-search .btn {
	border-radius: 0 5px 5px 0;
}

.header {
	position: relative;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

.header .p-tb30 {
	padding: 20px 0;
}
.banner-la {position: absolute; z-index: 99; top: 10px; left: 50%; margin-left: -600px; width: 1200px; top: 50%; margin-top: -100px; text-align: center;}
.search-bg {width: 600px; height: 60px; line-height: 40px; border-radius: 30px; display: flex; color: #FFFFFF; font-size: 16px; padding: 10px; box-sizing: border-box; background-color: #C30D17; margin: 30px auto 0 auto;}
.search-bg a {color: #FFFFFF;}
.language { padding: 0 30px;}
.video-ico { background: url(../images/video-ico.png) no-repeat left center; padding-left: 30px; background-size: 26px 26px;}

.search-form {
	width: 340px;
	border-radius: 20px;
	height: 40px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
}

.search-form .inp {
	width: 100%;
	float: left;
	border-radius: 20px;
	border: 0;
	height: 40px;
	line-height: 40px;
}

.search-form .btn {
	background: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	color: #A2A2A2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.header.show {
	transition: ease-in-out 0.3s;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);
}


.nav .m {
	position: relative;
	margin: 0 20px;
	display: block;
	float: left;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}

.nav h3 a {
	display: inline-block;
	vertical-align: top;
}

.nav .active h3 a {
	color: #C30D17;
	position: relative;
}

.nav .active h3 a::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #C30D17;
	position: absolute;
	bottom: 0px;
}

.nav .sub {
	display: none;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
	position: absolute;
	z-index: 999;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	top: 100px;
	background: #fff;
}

.nav .sub li {
	border-bottom: #f7f7f7 solid 1px;
	text-align: center;
}

.nav .sub li a {
	display: block;
	position: relative;
	color: #333;
	transition: all 0.3s;
	font-size: 14px;
	padding: 12px 10px;
}

.nav .sub li a:hover {
	background-color: #C30D17;
	color: #ffffff;
}

/*弹窗样式*/
.item2 {padding: 15px; background: #FFFFFF;display: none;position: relative; left: 50%; top: 50%; -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);border-radius: 10px;}
.item-close {cursor: pointer;right: 15px; top: 18px;position: absolute;background:url('../images/icon-cancel.png') no-repeat center center; background-size:26px 26px;height: 26px;width: 26px;}

/*弹出导航菜单*/
.menu-box2 { position: fixed; z-index: 3000; top: 0px; left: 0px; bottom: 0px; right: auto; padding: 0px; width: 80%; height: 100%;  background-color: #FFFFFF; border-radius: 0px; box-sizing: border-box;}		
.-popup-opened .menu-header { position: fixed;  z-index: 2; box-shadow: 0 0 25px rgba(0,0,0,0.1);  width: 100%; top: 0px; left: 0px; padding:10px 15px; box-sizing: border-box; background-color: #FFFFFF;}
.head_nav {overflow-y: scroll; height: 100%; padding: 52px 0 20px 0; box-sizing: border-box; position: relative; z-index: 1;}
.btn-menu {background:url('../images/fa-menu.png') no-repeat center center;background-size:36px 26px; display:none; width:36px; height:26px; margin-top:3px; transition:all 0.3s;}
.btn-menu.on { background-image:url('../images/fa-menu-on.png');}  

.account-l { background-color: #FFFFFF; border-radius: 10px; margin-top: 15px; padding:0 15px;}
.account-l h2 { border-bottom: 1px #EEEEEE solid; color: #999999; line-height: 50px; height: 50px; display: block; padding-left: 15px; font-size: 14px; font-weight: normal;}
.mobilenav .link { cursor: pointer; display: block; padding: 15px;color: #4D4D4D;font-size: 14px; border-bottom: 1px solid #EEEEEE; position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.mobilenav li{cursor: pointer;}
.mobilenav li i {position: absolute;top: 16px;left: 12px;font-size: 18px;color: #595959;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.mobilenav li i.fr-down { right: 12px; left: auto; color: #999999;}
.mobilenav li.open .link,.mobilenav li.open .link a { color: #C30D17;}
.mobilenav li.open i {color: #C30D17;}
.mobilenav li.open i.fr-down {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.submenu {display: none;font-size: 14px; padding: 15px 0; border-bottom: 1px #EEEEEE solid;}
.submenu a {display: block;text-decoration: none; color: #666; height: 36px; line-height: 36px; padding-left: 15px; -webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
.submenu a:hover ,.submenu li.current a{background: #C30D17;color: #FFF;}
.submenu p a { font-size: 13px; padding-left: 30px; line-height: 30px;}

.services-list .items {
	position: relative;
	height: 100%;
	border-radius: 9px;
	overflow: hidden;
}

.services-list .items .pic {
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.services-list ul { margin-right: -20px;}
.services-list li {
	background-color: #f9f9f9;
	border-radius: 9px;
	width: calc(100% / 4 - 20px);
	float: left;
	margin: 20px 20px 0 0;
}

.services-list .items::before {
	background: rgba(0, 0, 0, 0.7);
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.services-list .items .text {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 0;
	padding:100px 50px 50px 50px; 
	box-sizing: border-box;
	color: #FFFFFF;
}

.services-list .items .title {
	font-size: 20px;
	font-weight: 600;
}

.services-list .items .subtitle {
	margin-top: 10px;

}

.services-list .items .btn-more {
	transition: all 0.3s;
	text-align: center;
	background-color: #C30D17;
	box-shadow: 0 5px 12px 0 rgba(0, 113, 220, 0.2);
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	bottom: 50px;
	padding: 0;
	border-radius: 25px;
}

.services-list .items .btn-more .fa {
   font-size: 16px; padding-right: 5px;
}

.services-list .items:hover .btn-more {
	background-color: #ffe220;
}

.services-list .items:hover .btn-more .fa,.services-list .items:hover .btn-more {
	color: #000000;
}

.services-list .items:hover::before {
	background: rgba(0, 0, 0, 0.8);
	}

.services-list .items:hover img {
	transition: 0.5s transform;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-transform: scale(1.1, 1.1);
}


.footbg {
	background-color: #192129;
	padding: 60px 0 40px 0;
	margin-top: 60px;
	color: #FFFFFF;
}
.footbg a:hover {color: #F00;}
.footbg p {
	color: #FFFFFF;
	font-size: 14px;
}

.foot-la { border-bottom: 1px solid rgba(255,255,255,0.3); padding:0 50px 30px 50px; box-sizing: border-box; margin-bottom: 30px;}
.foot-la a { font-size: 16px; color: #FFFFFF; line-height: 50px; padding: 0 25px;}
.foot-la a.c1 { display: none;}
.foot-la img { width: 40px; height: 40px; border-radius: 100%; display: block; overflow: hidden; padding: 0;}
img.foot-logo {
 width: auto; height: 50px; float: left; margin-right: 60px; border-radius: 0; 
}

.foot-nav { padding: 0 50px;}
.foot-nav ul li {
	width: 15%;
	float: left;
}

.foot-nav ul li a {
	font-size: 14px;
	line-height: 200%;
	color: #FFFFFF;
}

.foot-nav ul li h3 a {
	padding-bottom: 15px;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	display: none;
	position: relative;
}

.foot-wx {
	width: 120px;
	text-align: center;
}

.foot-wx img {
	width: 120px;
	display: block;
	overflow: hidden;
}

.foot-wx p {
	font-size: 14px;
	padding-top: 5px;
}

.foot-tel {
	width: 70%;
	line-height: 26px;
}

.foot-tel h3 {
	color: #000000;
	font-weight: 600;
	padding: 5px 0px;
}

.foot-tel b {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
}

.copyright {
	padding: 25px 0;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
}

.copyright a {
	color: #FFFFFF;
}

.foot-box {
	position: relative;
}
body.on {overflow: hidden;}
body.on::before { content: ""; display: block; background: rgba(0,0,0,0.5); position: fixed; z-index: 19956; width: 100%; height: 100%; top:0; left: 0;}


/*首页轮播*/
.swiper-banner .swiper-slide { height: 600px; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cove;}
.btn-video { cursor: pointer;}
.video-box { display: none; position: fixed; z-index: 19957; top: 50%; left: 50%; margin-top: -200px; margin-left: -400px; width: 800px; height: 400px; }
.video-box video { width: 100%; height: 100%;}
.video-box.on { display: block;}
.btn-close { position: absolute; right: 0; top: -50px; cursor: pointer;}

.catelist a { font-size: 22px; font-weight: bold; color: #FFFFFF; padding: 0 25px 0 15px; position: relative; }
.catelist a::before { content: "|"; position: absolute; right: 0; color: #FFFFFF;}
.catelist a:last-of-type::before { display: none;}

.home-name h2 {
	font-size: 34px;
	line-height: 34px;
	font-weight: 500;
	color: #000000;
	padding-bottom: 5px;
	position: relative;
	display: block;
}

.home-name h3 {
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px 0 30px 0;
	font-weight: normal;
	color: #666666;
	position: relative;
}

.home-name h3::after {
	display: block;
	content: "";
	width: 70px;
	height: 2px;
	left: 50%;
	margin-left: -35px;
	background-color: #C30D17;
	position: absolute;
	bottom: 0;
}

.home-name2 h2,
.home-name2 h3 {
	color: #FFFFFF;
}

.home-name2 h2:after {
	background-color: #FFFFFF;
}

.swiper-next-nav {
	position: absolute;
	width: 100px;
	right: 70px;
	bottom: 80px;
}

.swiper-pagination.swiper-a1-nav {
	position: absolute;
	width: auto;
	bottom: 70px;
	left: 50%;
	margin-left: -54px;
}

.swiper-a1 .text {
	position: absolute;
	color: #333333;
	z-index: 100;
	font-weight: bold;
	font-size: 16px;
	bottom: 30px;
	left: 30px;
	width: 1140px;
	height: 100px;
	line-height: 100px;
	background-color: #FFFFFF;
}

.swiper-a1 .text .numbers {
	font-size: 40px;
	color: #999999;
	font-weight: normal;
	display: inline-block;
	float: left;
	margin-left: 30px;
	margin-right: 40px;
}

.swiper-next-nav .swiper-button-next:after,
.swiper-next-nav .swiper-button-prev:after {
	font-size: 36px;
}

.partners-name {
	position: relative;
}

.partners-name .home-name {
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 235px;
}

.partners-name .home-name h2 {
	color: #FFFFFF;
	font-size: 18px;
}

.partners-name .home-name h3 {
	color: #FFFFFF;
	font-size: 24px;
}

.partners-name .home-name h3:after {
	background-color: #FFFFFF;
	left: 0px;
	margin-left: 0px;
}

.swiper-partners-bg {
	position: relative;
	padding: 40px 0 100px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.swiper-partners {
	width: 100%;
}

.item-box {
	position: relative;
	overflow: hidden;
}

.item-box .pic {
	position: relative;
	z-index: 2;
}

.item-box .pic img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.item-box .text {
	position: absolute;
	z-index: 3;
	transition: all 0.2s;
	top: 0px;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.item-box .text b {
	padding-top: 55px;
	background: url(../images/more-ico.png) no-repeat center top;
	background-size: auto 50px;
}

.item-box a .text {
	color: #FFFFFF;
	text-align: center;
}

.item-box a:hover .text {
	left: 0px;
}

.item-box .text2 h2 {
	font-size: 24px;
	color: #222222;
	font-weight: 600;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.item-box .text2 h2:after {
	content: "";
	position: absolute;
	transition: width 0.3s;
	background-color: #ccc;
	opacity: 0.5;
	left: 0;
	bottom: 0px;
	width: 80px;
	height: 2px;
	display: block;
}

.item-box .text2 {
	background-color: #FFFFFF;
	color: #666;
	padding: 30px;
}

.item-box .text2 p.note {
	line-height: 26px;
}

.item-box a:hover .text2 {
	background-color: #C30D17;
	color: #FFFFFF;
}

.item-box a:hover .text2 h2 {
	color: #FFFFFF;
}

.item-box a:hover .text2 h2:after {
	width: 100%;
	background-color: #FFFFFF;
	opacity: 1;
}


/*内页产品列表*/
.product-list ul {
	margin-right: -20px;
}

.product-list ul li {
	width: calc(100% / 4 - 20px);
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}


.product-list ul li h3 {
	background-color: #F3F3F3;
	padding:10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	transition: all 0.3s;
}


.product-list ul li:hover h3 {
	background-color: #C30D17;
}
.product-list ul li:hover h3 a {
		color: #FFFFFF;
}

.video-list ul li { border-radius: 20px; border: 1px #ddd solid; box-sizing: border-box; }
.video-list ul li .pic {position: relative;}
.video-list ul li .pic img { border-radius: 20px 20px 0 0;}
.video-list ul li:hover .pic::after {content: ""; display: block; background: rgba(0,0,0,0.5);border-radius: 20px; position: absolute; z-index: 2; width: 100%;height: 100%; left: 0; top: 0;}
.video-list ul li:hover .pic::before { position: absolute; z-index: 3; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; content: url('../images/video-ico.png'); }

.video-list ul li h3 { background: none; padding: 10px 0 5px 0; text-align: left; font-size: 16px; color: #333333;}
.video-list ul li .text {padding:0 10px 10px 10px ; margin-bottom: 10px; color: #999999; border-bottom: 1px #ddd solid;}
.video-list ul li:hover h3 {background: none;}
.video-list ul li:hover h3 a {color: #333333;}
.video-list .btn-video { background-color: #DDDDDD; color: #666; height: 35px; line-height: 35px; text-align: center; border-radius: 10px; margin: 20px; }
.video-list ul li:hover .btn-video {background-color: #C30D17;color: #FFFFFF;}
.thumb-box { width: 550px;}
.swiper-thumb { padding-bottom: 50px;}
.note-box {width: 570px;}
.note-box ul li { border-bottom: 1px dashed #999999; padding: 15px 0;display: flex;} 
.note-box ul li .item { width: 50%;}
.note-box ul li h3 {color: #C30D17; font-size: 20px;}
.note-box ul li b { font-size: 16px; font-weight: normal;}
.note-box ul li p { color: #999999; padding-top: 10px;}

/*产品分类*/
.page-cate {
	text-align: center;
}

.page-cate.nav .m {
	display: inline-block;
	float: none;
}

.page-cate h3 {
	height: 70px;
	line-height: 70px;
}

.page-cate .sub {
	top: 70px;
}

.page-cate .sub a {
	font-size: 14px;
}

.page-cate.nav .active h3 a::before {
	bottom: 0;
}


/* E 全新样式 */


.newsbg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0 40px 0;
	margin-top: 75px;
}

.item-box2 {
	position: relative;
	overflow: hidden;
	border: 1px rgba(255, 255, 255, 0.2) solid;
	border-top: 0px;
	border-bottom: 0px;
	height: 400px;
}

.item-box2 .pic {
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.item-box2 .text {
	padding-bottom: 30px;
}

.item-box2 .text b {
	display: block;
	margin: 0 auto;
	width: 92px;
	height: 92px;
	border: 4px #FFFFFF solid;
	border-radius: 100%;
}

.item-box2 .text b img {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

.item-box2 a .text {
	color: #FFFFFF;
	text-align: center;
}

.item-box2 a:hover .text {
	left: 0px;
}

.item-box2 .item-bg {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.item-box2 .text2 h2 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 600;
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.item-box2 .text2 {
	color: #fff;
	padding: 30px;
	position: relative;
	z-index: 5;
	top: 100px;
	transition: all 0.3s;
}

.item-box2 .text2 p.note {
	line-height: 26px;
	color: #fff;
}

.item-box2 a:hover .pic {
	opacity: 1;
	transition: 2.3s transform;
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2);
}

.item-box2 a:hover .text2 {
	top: 100px;
}

.partners-nav2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100px;
	height: 60px;
}

.partners-nav2 .w-nav {
	width: 100px;
	height: 60px;
	padding-left: 20px;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
}

.w-nav .swiper-button-next,
.w-nav .swiper-button-prev {
	position: absolute;
	left: auto;
	right: auto;
}

.w-nav .swiper-button-next {
	margin-left: 50px;
}

.w-nav .swiper-button-next:after,
.w-nav .swiper-button-prev:after {
	font-size: 20px;
}

.home-case-list ul li {
	width: 25%;
	float: left;
	overflow: hidden;
}

.home-case-list ul li img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.home-case-list ul li .pic {
	position: relative;
	z-index: 1;
}

.home-case-list ul li .picbg {
	transition: all 0.3s;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
}

.home-case-list ul li .text {
	transition: all 0.3s;
	position: absolute;
	z-index: 3;
	color: #FFFFFF;
	font-size: 20px;
}

.home-case-list ul li .text span {
	transition: all 0.3s;
	opacity: 0;
	display: block;
	margin: 0 auto 0 auto;
	width: 0px;
	height: 0px;
	background: url(../images/more-ico.png) no-repeat center center;
	background-size: 60px auto;
}

.home-case-list ul li:hover .picbg {
	background: rgba(88, 49, 236, 0.5);
}

.home-case-list ul li:hover .text span {
	opacity: 1;
	margin: 20px auto 0 auto;
	width: 60px;
	height: 70px;
	background: url(../images/more-ico.png) no-repeat center center;
	background-size: 60px auto;
}

.home-case-list ul li:hover img {
	transition: 2.3s transform;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-transform: scale(1.05, 1.05);
}

.slide-pr {
	position: relative;
	overflow: hidden;
	width: 480px;
}

.slide-pr .bigImg {
	height: 480px;
	position: relative;
}

.slide-pr .bigImg li img {
	vertical-align: middle;
	width: 480px;
	height: 480px;
	border: 1px #f5f5f5 solid;
}

.slide-pr .bigImg h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	height: 33px;
	padding-right: 30px;
	overflow: hidden;
	text-align: left;
}

.slide-pr .smallScroll {
	height: 112px;
	margin: 15px 0;
}

.slide-pr .sPrev,
.slide-pr .sNext {
	float: left;
	display: block;
	margin: 25px 0 0 10px;
	width: 14px;
	height: 50px;
	line-height: 50px;
	font-size: 45px;
	font-weight: normal;
}

.slide-pr .sNext {
	margin: 25px 0 0 0;
}

.slide-pr .sPrev:hover,
.slide-pr .sNext:hover {
	color: #C30D17;
}

.slide-pr .smallImg {
	float: left;
	margin: 0 20px;
	display: inline;
	width: 390px;
	overflow: hidden;
}

.slide-pr .smallImg ul {
	width: 9999px;
	overflow: hidden;
}

.slide-pr .smallImg li {
	float: left;
	padding: 0 10px;
	width: 112px;
	cursor: pointer;
	display: inline;
}

.slide-pr .smallImg img {
	border: 1px solid #F5F5F5;
	width: 112px;
	height: 112px;
}

.slide-pr .smallImg .on img {
	border-color: #C30D17;
}


.home-contact {
	background-color: #C30D17;
	color: #FFFFFF;
}

.home-contact a {
	color: #FFFFFF;
}

.contact-map {
	width: 47%;
}

.contact-tel {
	width: 53%;
	padding: 50px 20px 20px 50px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.contact-tel ul li {
	line-height: 50px;
	position: relative;
	padding-left: 50px;
}

.contact-tel ul li i {
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 11px;
}

.contact-wx {
	position: absolute;
	right: 50px;
	text-align: center;
	font-size: 14px;
	height: 180px;
	top: 100px;
}

.contact-wx img {
	width: 150px;
	height: 150px;
	display: block;
	padding-bottom: 10px;
}

/*关于我们瀑布流*/
.wall {
	display: block;
	position: relative;
}

.wall-column {
	display: block;
	position: relative;
	width: 24.8%;
	float: left;
	box-sizing: border-box;
}

.article {
	display: block;
	margin: 0 20px 20px 0;
	background: white;
	transition: all 100;
	overflow: hidden;
	position: relative;
}

.article img {
	display: block;
	width: 100%;
	margin: 0;
	border: 1px #EEEEEE solid;
}

.article a {
	color: #666;
}

.article p {
	position: absolute;
	transition: all 0.3s; 
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	font-size: 14px;
	line-height: 1.5;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

.article:hover p {
	left: 0;
}

.article small {
	font-size: 1em;
	color: #ff0000;
	line-height: 1.5;
}

.article input {
	width: 20%;
	padding: 0.6em;
	border-radius: 0.4em;
	font-size: 1.1em;
	z-index: 100;
	background-color: #f60;
	border: none;
	position: absolute;
	bottom: 3%;
	right: 5%;
	color: #fff;
	box-shadow: 0 0 7px #d7d7d7;
}


.about-photo ul {
	margin-right: -30px;
}

.about-photo ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: calc(100% / 3 - 30px);
}

.about-photo ul li img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.about-photo ul li p {
	text-align: center;
	padding-top: 10px;
}

.about-h2 h2 {
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #000000;
	padding: 50px 0;
}

/*内页开始*/
.bannerall {
	position: relative;
	color: #fff;
	height: 600px;
	z-index: 0;
	clear: both;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
}

.bannerall::after {
	content: "";
	background: rgba(0, 0, 0, 0.5);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

.bannerall h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 112px;
	position: relative;
	display: none;
}

.bannerall h4 {
	font-size: 24px;
	padding-top: 15px;
	font-weight: normal;
	display: none;
}

.bannerall h3::after {
	content: "";
	width: 28px;
	margin-left: -14px;
	height: 4px;
	background-color: #FFFFFF;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.w895 {
	width: 895px;
}

.line {
	background-color: #FFFFFF;
}
.line h2 { font-size: 32px;}

.location {
	position: relative;
}

.location li {
	float: left;
	font-size: 14px;
}

.location li b {
	font-weight: normal;
	padding: 0 5px;
}

.location .bi-house-door {
	font-size: 18px;
	top: -4px;
	left: 0px;
	position: absolute;
}

.location li.am-active a {}

.accordion-nav {
	text-align: center; padding: 80px 0 50px 0 ;
}

.accordion-nav span a {
	padding: 7px 35px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin: 0 10px;
	    border: 1px #ddd solid; transition: all 0.3s;
}

.accordion-nav span.active a,.accordion-nav span a:hover {
	color: #FFFFFF;
	background-color: #C30D17;
	border-color: #C30D17;
}

/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 19955;
	right: 0;
	bottom: 50%;
	margin-bottom: -95px;
	width: 70px;
	height: 366px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	border: 1px #ddd solid;
	margin-top: -1px;
	cursor: pointer;
	outline: none;
}

.suspension .a img { padding: 5px; width: 100%; box-sizing: border-box;}


.suspension .a-top {
	display: none;
}


.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 120px;
	width: 400px;
}

.suspension .d-qrcode {
	top: 60px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-service-item {
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
	margin-top: 5px;
}

.suspension .d-service-item .i-qq {
	width: 36px;
	height: 36px;
	background: url(../images/side_con_icon03.png) no-repeat center center;
	background-size: 15px 19px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item .i-tel {
	width: 36px;
	height: 36px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text {
	float: left;
	line-height: 22px;
	margin-left: 12px;
	width: 300px;
}

.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	line-height: 27px;
	font-size: 12px;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}

/*首页产品TAB*/
.slideTxtBox{ width:100%; }
.slideTxtBox .hd ul{ text-align: center;  padding: 35px 0; }
.slideTxtBox .hd ul li{  display: inline-block; padding:7px 35px;transition: all 0.3s; border-radius: 50px; margin: 0 10px; border: 1px #ddd solid; cursor:pointer;  }
.slideTxtBox .hd ul li.on{ background-color: #C30D17; border-color: #C30D17; color: #FFFFFF; }
.slideTxtBox .bd ul{  margin-right: -20px; zoom:1;  }
.slideTxtBox .bd li { float: left; width: calc(100% / 4 - 20px); margin-right: 20px; position: relative; }
.slideTxtBox .bd li .pic img { width: 100%;}
.slideTxtBox .bd li .title{ position: absolute; transition: all 0.3s; left: 0; bottom: 0; color:#FFFFFF; background: rgba(0,0,0,0.2); width: 100%;  height: 40px; line-height: 40px; text-align: center;  }
.slideTxtBox .bd li:hover .title {background: #C30D17;}

/*首页新闻TAB*/
.slidenews{ width:100%; }
.slidenews .hd ul{ text-align: center;  padding: 35px 0; }
.slidenews .hd ul li{  display: inline-block; padding:7px 35px;transition: all 0.3s; border-radius: 50px; margin: 0 10px; border: 1px #ddd solid; cursor:pointer;  }
.slidenews .hd ul li.on{ background-color: #C30D17; border-color: #C30D17; color: #FFFFFF; }
.slidenews .bd ul{  margin-right: -30px; zoom:1;  }
.slidenews .bd li { float: left; width: calc(100% / 3 - 30px); margin-right: 30px; margin-bottom: 20px; position: relative; }
.slidenews .bd li .text { padding: 20px 0 20px 20px; background: #F5F5F5; }
.slidenews .bd li .text .fl { width: 70%; padding-right: 20px; border-right: 1px #ccc solid; box-sizing: border-box;}
.slidenews .bd li .text .fr { width: 30%; text-align: center; font-size: 24px;}
.slidenews .bd li .text .fr p { font-size: 14px;}
.slidenews .bd li .text .fr .fa { background-color: #808080; padding: 1px 20px; color: #FFFFFF;}
.slidenews .bd li .text .note { color: #888888; margin-top: 10px; line-height: 24px;}
.slidenews .bd li .pic img { width: 100%;}
.slidenews .bd li .title{ font-size: 16px; }
.slidenews .bd li:hover .text {background: #C30D17; color: #FFFFFF;}
.slidenews .bd li:hover .text .date,.slidenews .bd li:hover .text .note {color: #FFFFFF;}
.slidenews .bd li:hover .text .fl { border-color: #FFFFFF;}
.slidenews .bd li:hover .text .fr .fa {color: #C30D17; background-color: #FFFFFF;}

/*关于我们*/
.about-video { width: 43%; position: relative;}
.about-video::after {content: ""; display: block; background: rgba(0,0,0,0.5);border-radius: 20px; position: absolute; z-index: 2; width: 100%;height: 100%; left: 0; top: 0;}
.about-video::before { position: absolute; z-index: 3; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; content: url('../images/video-ico.png'); }
.about-video img { width: 100%; border-radius: 20px;}
.about-bg {
	background-position: center top;
	background-size: auto;
	background-repeat: no-repeat;
}

.about-note {
	width: 57%;
	box-sizing: border-box;
	line-height: 34px;
	padding-left: 50px;
}

a.about-more {
	display: inline-block;
	padding: 0 50px;
	line-height: 42px;
	border-radius: 25px;
	color: #FFFFFF;
	background-color: #C30D17;
	box-shadow: 0 5px 12px 0 rgba(0, 113, 220, 0.2);
	transition: all 0.3s;
}

a.about-more:hover {
	background-color: #000000;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
}

.youshi ul li {
	width: 20%;
	float: left;
	text-align: center;
	border-right: 1px #ddd solid;
	box-sizing: border-box;
}

.youshi ul li b {
	font-size: 26px;
	color: #C30D18;
	font-weight: normal;
	display: inline-block;
}
.youshi ul li span {color: #C30D18;}
.youshi ul li p { color: #2C2C2C;}
.youshi ul li .text {
	font-size: 16px;
}

.youshi ul li:last-of-type {
	border: 0px;
}

.culture-list ul {
	margin-right: -30px;
}

.culture-list ul li {
	float: left;
	width: calc(100% / 3 - 30px);
	margin-right: 30px;
	margin-top: 10px;
	padding: 20px 15px;
	text-align: center;
	color: #FFFFFF;
	background: #666;
	border-radius: 10px;
	box-sizing: border-box;
}

.culture-list ul li h3 {
	font-weight: 600;
}

.culture-list ul li .note {
	text-align: left;
	line-height: 22px;
	margin-top: 10px;
}

.culture-list ul li img {
	width: 30%;
	padding-bottom: 15px;
}

.swiper-equipment {
	padding-bottom: 50px;
}

.equipment-list img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.equipment-list p {
	text-align: center;
	line-height: 30px;
}

.swiper-equipment .swiper-button-next,
.swiper-equipment .swiper-button-prev {
	top: 83px;
	background-color: #C30D17;
	color: #FFFFFF;
	left: 0px;
}

.swiper-equipment .swiper-button-next {
	left: auto;
	right: 0px;
}

.swiper-equipment .swiper-button-next:after,
.swiper-equipment .swiper-button-prev:after {
	font-size: 16px;
}


.home-news-list ul li {
	transition: all 0.3s;
	background-color: #F3F3F3;
	box-sizing: border-box;
	border-radius: 9px;
	position: relative;
}
.home-news-list ul li .pic { width: 260px; float: left;}
.home-news-list ul li img {
	width: 100%;
	border-radius: 9px;
	display: block;
	overflow: hidden;
}

.home-news-list ul li h3 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}


.home-news-list .news-more a {transition: all 0.3s; position: absolute; right: 20px; top: 50%; margin-top: -15px; display: block; text-align: center; width: 120px; height: 30px; line-height: 30px; border-radius: 50px; border: 1px #ddd solid; background-color: #FFFFFF;}
.home-news-list .news-more a:hover { color: #FFFFFF; border-color: #C30D17; background-color: #C30D17;}

.home-news-list ul li .text {
	padding: 20px 180px 0 280px; box-sizing: border-box;
}

.home-news-list ul li .note {
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #999999;
	overflow: hidden;
}

.left-cate {
	width: 285px;
	transition: all 0.3s;
	background-color: #FFFFFF;
	border: 1px #C30D17 solid;
	box-sizing: border-box;
}

.left-cate h2 {
	background-color: #C30D17;
	color: #FFFFFF;
	font-size: 18px;
	padding: 15px 0 15px 50px;
}

.sideMenu {
	margin: 0 15px;
	padding: 10px 0 20px 0;
}

.sideMenu h3 {
	height: 42px;
	line-height: 42px;
	margin-top: 10px;
	font-size: 16px;
	padding-left: 10px;
	background: #EEEEEE;
	cursor: pointer;
}

.sideMenu h3 em {
	float: right;
	display: block;
	width: 30px;
	height: 42px;
	background: url(../images/icoAdd.png) 16px 12px no-repeat;
	cursor: pointer;
}

.sideMenu h3.on em {
	background-position: 16px -57px;
}

.sideMenu ul {
	padding: 8px 15px 0 25px;
	color: #999;
	display: none;
	/* 默认都隐藏 */
}

.sideMenu ul li {
	line-height: 30px;
}

.sideMenu h3 a .fa-bandcamp {
	color: #C30D17;
	padding: 0 5px;
}

.home-product-list ul {
	margin-right: -20px;
}

.home-product-list ul li {
	transition: all 0.3s;
	padding: 20px;
	border: 1px #ddd solid;
	box-sizing: border-box;
	width: calc(100% / 3 - 20px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.home-product-list ul li img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.home-product-list ul li p {
	font-weight: normal;
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	display: block;
	height: 40px;
}

.home-product-list ul li .more {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	padding-left: 30px;
	width: 140px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto 0 auto;
	background-color: #EEEFF4;
}

.home-product-list ul li .more::after {
	content: "+";
	position: absolute;
	right: 22px;
}

.home-product-list ul li:hover {}

.home-product-list ul li:hover .more {
	background-color: #C30D17;
	color: #FFFFFF;
}

.item-m {
	transition: all 0.3s;
	border: 1px #EEEEEE solid;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.item-m img {
	width: 100%;
	display: block;
	overflow: hidden;
	box-shadow: 0 3px 14px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.item-m h2 {
	font-weight: 600;
	color: #333333;
	font-size: 20px;
	padding: 20px 0 10px 0;
}

.item-m .note p {
	width: 33%;
	line-height: 26px;
	font-size: 16px;
	display: block;
	float: left;
}

.item-m .more {
	position: relative;
	transition: all 0.3s;
	box-sizing: border-box;
	padding-left: 30px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	background-color: #EEEFF4;
}

.item-m .more::after {
	content: "+";
	position: absolute;
	right: 22px;
}

.item-m:hover .more {
	background-color: #C30D17;
	color: #FFFFFF;
}

.item-m:hover .more a {
	color: #FFFFFF;
}



.topnav_cate {
	text-align: left;
	position: relative;
	z-index: 89;
}

.topnav_cate ul {
	display: block;
}

.topnav_cate h3 {
	font-size: 100%;
	font-size: 14px;
}

.topnav_cate.pr_cates {
	margin: 50px 0 30px 0;
	height: 30px;
	text-align: left;
}

.topnav_cate.pr_cates h4 {
	float: left;
	display: block;
	line-height: 30px;
	padding: 0 30px;
}

.topnav_cate .m {
	position: relative;
	float: left;
	width: auto;
}

.topnav_cate h3 a {
	zoom: 1;
	width: auto;
	text-align: center;
	color: #555;
	display: inline-block;
	height: 72px;
	line-height: 72px;
	padding: 0 38px;
	border: 1px #EEEEEE solid;
	border-top: 0px;
	border-bottom: 0px;
	margin-right: -1px;
	transition: all 0.3s;
}

.topnav_cate h3.active a,
.topnav_cate h3 a:hover {
	background: #C30D17;
	color: #fff;
	transition: all 0.3s;
}

.topnav_cate .sub {
	display: none;
	width: 220px;
	padding: 0;
	background-color: #fff;
	z-index: 9;
	position: absolute;
	left: 0px;
	top: 72px;
	float: left;
	border: 1px solid rgba(170, 170, 170, .2);
}

.topnav_cate ul.sub li {
	height: 40px;
	line-height: 40px;
	text-align: left;
	z-index: 2;
	background: #fff;
	position: relative;
	border-bottom: 1px #eee solid;
}

.topnav_cate ul.sub li a {
	color: #535353;
	display: block;
	zoom: 1;
	padding: 0 30px;
	font-size: 14px;
}

.topnav_cate ul.sub li a:hover {
	background: #C30D17;
	color: #fff;
}

.topnav_cate ul.sub li:last-child {
	border: 0;
}

.about-note-name {
	border-bottom: 1px #CCCCCC solid;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.about-note-name b {
	color: #C30D17;
	font-weight: normal;
}

.about-note-name h2 {
	font-size: 40px;
	font-weight: normal;
}

.about-note-name h3 {
	font-weight: normal;
}



.a1-line {
	padding-bottom: 40px;
}

.a1-line .note {
	width: 60%;
	font-size: 14px;
	line-height: 200%;
	box-sizing: border-box;
	padding-left: 50px;
	padding-bottom: 20px;
	color: #444444;
}

.a1-line .note h3 {
	color: #333333;
	font-size: 26px;
	line-height: 40px;
	font-weight: bold;
	border-bottom: 1px #ddd solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.a1-line .note h5 {
	color: #333333;
	font-size: 14px;
	border-top: 1px #F5F5F5 solid;
	padding-top: 20px;
	margin-top: 20px;
	font-weight: bold;
}

.cp-fl {
	width: 40%;
	box-sizing: border-box;
}

.video-auto {
	object-fit: cover;outline: none; overflow: hidden; width: 100%; height: 320px;
}
.product-wrap h2 {
	color: #000000;
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 2;
	
}
.product-wrap h2 span {
	background-color: #FFFFFF; padding: 0 30px; position: relative; z-index: 3;
}
.product-wrap h2::before {
	background-color: #ddd; display: block; width: 80%; left: 10%; height: 1px; z-index: 1; content: ""; position: absolute; top: 10px;
}

.qikan_img ul {
	margin-right: -20px;
}

.qikan_img ul li {
	text-align: center;
	float: left;
	width: calc(100% / 4 - 20px);
	margin-right: 20px;
	margin-top: 20px;
}

.qikan_img ul li img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.qikan_img ul li p {
	line-height: 30px;
}

.home-cplist ul li {
	width: 100%;
	height: 190px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-bottom: 1px #EEEEEE solid;
}

.home-cplist ul li .pic {
	float: left;
	width: 260px;
}

.home-cplist ul li .pic img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.home-cplist ul li .text {
	margin-left: 280px;
}

.home-cplist ul li .text h3 {
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin-bottom: 15px;
}




.left-wrap {
	width: 20%;
	float: left;
}

.right-wrap {
	width: 80%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
}

.right-box {
	float: right;
	margin-top: 45px;
	width: 60px;
	text-align: center;
}

.right-box img {
	width: 40px;
	display: block;
	margin: 0 auto 10px auto;
}

.left-box {
	float: left;
	width: 280px;
}

.center-box {
	margin-left: 300px;
	margin-right: 120px;
}

.right-box a img {
	/* 定义动画的过程 */
	-webkit-transition: -webkit-transform .5s ease-in;
	-moz-transition: -moz-transform .5s ease-in;
	-o-transition: -o-transform .5s ease-in;
	transition: transform .5s ease-in;
}

.right-box a:hover img {
	/* 定义动画的状态 */
	-webkit-transform: rotate(360deg) scale(1);
	-moz-transform: rotate(360deg) scale(1);
	-o-transform: rotate(360deg) scale(1);
	-transform: rotate(360deg) scale(1);
}

/*手风琴导航*/
.accordion h2 {
	background-color: #C30D17;
	color: #FFFFFF;
	font-weight: bold;
	padding: 18px 20px;
}

.drawer {
	width: 100%;
	border-bottom: 1px #F5F5F5 solid;
}

.accordion-item {
	border-left: 1px #F5F5F5 solid;
	border-right: 1px #F5F5F5 solid;
}

.accordion-item-active .accordion-header {
	transition: .25s;
	height: 20px;
}

.accordion-item-active .accordion-header-icon {
	color: #fff;
}

.accordion-item-active .accordion-header h1,
.accordion-header h1.active a {
	color: #C30D17;
	font-weight: bold;
}

.accordion-header {
	background: #FFFFFF;
	padding: 15px 20px;
	cursor: pointer;
	min-height: 20px;
	transition: .25s;
	position: relative;
}

.accordion-header h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #212121;
}

.accordion-content {
	display: none;
	padding: 0 20px 20px 20px;
	color: #212121;
	background: #FFF;
	font-size: 15px;
	line-height: 26px;
}

.accordion-content p {
	margin: 0;
	margin-bottom: 3px;
}

.accordion-header-icon {
	position: absolute;
	right: 20px;
	transition: all 0.3s;
}

.accordion-header-icon::after {
	content: "\f105";
	font-size: 16px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	border: 1px #999999 solid;
	border-radius: 100%;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.accordion-item-active .accordion-header-icon::after {
	background-color: #C30D17;
	border-color: #C30D17;
}

.accordion-header-icon.accordion-header-icon-active {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.left-contact {
	background: #C30D17 url(../images/contcatbg.png) no-repeat center bottom;
	background-size: 100% auto;
	color: #FFFFFF;
	padding: 35px 20px;
}

.left-contact h3 {
	font-size: 26px;
	font-weight: bold;
}

.left-contact h4 {
	font-size: 18px;
	line-height: 30px;
	padding: 30px 0;
	margin: 0 30px;
	border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.left-contact .fa-phone {
	background-color: #FFFFFF;
	color: #C30D17;
	margin: 20px auto;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
}

.left-contact p {
	font-size: 16px;
}

.left-contact h5 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.con-text { width: 50%; padding-left: 80px; box-sizing: border-box;}
.contact-form-in { width: 50%;}
.contact-form-in ul li { margin-bottom: 20px;}	
.contact-form-in ul li b { font-size: 16px; display: inline-block; width: 100px; text-align: right;}
.contact-form-in .inp { width: 100%; height: 46px; line-height: 46px; border-width: 1px; box-sizing: border-box; border-color: #ccc; border-radius: 0;}
.contact-form-in .title { font-size: 32px; color: #C30D17; font-weight: bold; padding: 30px 0;}
.inp-vcode .inp { width: 120px;}	
textarea { font-family: "microsoft yahei";}
.message-btn { background-color: #FFFFFF; color: #333333; border:1px #ccc solid; width: 100%; border-radius: 0;}
.contact-form-in .message-btn:hover { background-color: #C30D17; border-color: #C30D17; color: #fff;}
.hand-vcode { height: 36px; margin-left: 5px;}
.qrcode ul li { float: left; margin-right: 40px; padding-top: 120px; position: relative; cursor: pointer;}
.qrcode ul li .pic { display: none; position: absolute; border-radius: 5px; top:-70px; left: -45px; padding: 15px; text-align: center; background-color: #fff; box-shadow: 0 0 16px 0 rgb(0 0 0 / 20%); width:120px;}
.qrcode ul li .pic img { width:100%;}
.qrcode ul li:hover .pic { display: block;}
.qrcode ul li .down { position: absolute; bottom: -16px; left: 50%; margin-left: -5px;}

.process .mcontent { display: none;}
.process .mcontent img {max-width: 100%;}


.content .about-pic { width: 500px; float: left;}
.content .about-pic img { width: 100%;}
.content .about-text { padding-left: 530px; box-sizing: border-box;}

/* 发展历程css */
.slidelc{ width:100%;  }
.slidelc .hd{ height:100px; line-height:100px; background:#fff; border:1px solid #ddd;  position:relative; }
.slidelc .hd ul{ float:left; display: flex; position:absolute; left:100px; right: 100px; height: 100px; overflow-x: auto; overflow-y: hidden; top:0px; text-align: center; }
.slidelc .hd ul li{ display: inline-block; cursor:pointer; font-size: 30px; font-weight: bold; margin: 0 48px; position: relative; }
.slidelc .hd ul li.on{ color: #C30D17;  }
.slidelc .hd ul li.on::before { background-color: #C30D17; content: ""; display: block; width: 100%; height: 2px; position: absolute; left: 0px; bottom: 0px;}
.slidelc .bd ul{ padding:30px 0;  zoom:1; line-height:30px;   }
.slidelc .bd h4 { font-size: 20px; padding-bottom: 10px;  }
.slidelc .bd p { color: #999;}

.slidelc .next,.slidelc .prev{border-left:1px #ddd solid; text-align: center; position:absolute; right:0px; cursor: pointer; display:block;  width:100px; height:100px;}
.slidelc .prev { left: 0;border-left:0px; border-right:1px #ddd solid;}

/* 设置滚动条的样式 */
.nui-scroll::-webkit-scrollbar {
width:4px;
height: 4px;
}
/* 滚动槽 */
.nui-scroll::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:0px;
}
/* 滚动条滑块 */
.nui-scroll::-webkit-scrollbar-thumb {
border-radius:0px;
background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.nui-scroll::-webkit-scrollbar-thumb:window-inactive {
background:rgba(0,0,0,0.4);
}

@media screen and (min-width: 320px) and (max-width: 1156px){
.header { padding: 10px; box-sizing: border-box;}
.logo img { height: 40px;}

.wrap,.about-video,.about-note { width: 100%; box-sizing: border-box;}	
.main-nav,.slidenews .bd li .text .fr,.slidenews .bd li .text .note,.right-tel,.language,.footbg,.main-tel .lang,.pages li.am-pagination-prev,.pages li.am-pagination-next { display: none;}
.home-about.wrap { padding: 0 10px;}
.about-note { margin-top: 20px;}
.search-bg { width: 90%; margin-left: 5%;} 
.banner-la {width: 100%; left: 0; margin-left: 0;}
.video-box { width: 100%; margin-top: -100px; margin-left: 0px; left: 0; height: auto;}
.btn-close { right: 20px;}
.logo2 { height: 30px;}
.search-form { width: 60%;}
.about-note { padding: 10px;}
.home-about a.about-more { left:50%; margin-left: -83px; position: relative;}
.video-ico { margin-left: 20px;}
.youshi.p-tb30 { padding: 0px;}
.youshi ul li { width: 50%; border-bottom: 1px #ddd solid; padding: 10px 0;}
.youshi ul li:last-of-type { border-right: 1px #ddd solid;}
.youshi ul li:nth-of-type(2),.youshi ul li:nth-of-type(4) { border-right: 0px;}
.suspension { bottom:100px;}
.slideTxtBox .bd li,.product-list ul li {width: calc(100% / 2 - 10px); margin-right: 10px; margin-bottom: 10px;}

.slideTxtBox .hd ul li,.slidenews .hd ul li { margin-bottom: 15px;}
.slidenews .bd ul,.slideTxtBox .bd ul { margin-right: 0px; padding-left: 10px;}
.slidenews .bd li { width: calc(100% / 2 - 10px); margin-right: 10px; margin-bottom: 10px;}
.slidenews .bd li .text .fl { width: 100%; padding-right:0;}
.slidenews .bd li .text .fl { border: 0;}
.slidenews .bd li .text { padding: 10px 0; background: none;}
.slidenews .bd li .title { font-size: 14px;}

.btn-menu { display: block;}
.bannerall { height: 200px;}
.accordion-nav { padding: 50px 0 20px 0;}
.pages { padding: 60px 10px;}
.contact-form-in,.con-text { width: 100%; padding: 0 10px; box-sizing: border-box;}
.qrcode ul li { margin-left: 40px; margin-right: 0px;}
.accordion-nav span a { margin: 0 10px 15px 10px;}
.product-list ul { margin-right: -10px;}
.product-list.wrap,.note-box,.content,.process .mcontent,.home-news-list.wrap,.course.wrap {padding: 0 10px; box-sizing: border-box;}

.process .mcontent { display: block;}
.process .content,.home-news-list .news-more a { display: none;}

.note-box,.copyright { margin-top: 30px;}
.thumb-box,.note-box,.content .about-pic,.content .about-text { width: 100%;}
.video-auto { height: auto;}
.next_prev { padding-left: 10px;}
.content .about-text { padding-left: 0px; margin-top: 30px;} 
.home-news-list ul li .pic { width: 120px; margin-top: 10px;}
.home-news-list ul li .text { padding: 10px 10px 10px 130px;}
.youshi.p-tb50 { padding: 0px;}
.about-photo ul { margin-right: 0px; padding-left: 10px;}
.wall-column { width: 50%;}
.article {margin: 0 10px 10px 0;}
.line h2,.about-h2 h2 { font-size: 26px;}

.slidelc .next, .slidelc .prev { width: 50px; height: 50px;}
.slidelc .hd,.slidelc .hd ul { height: 50px; line-height: 50px;}
.slidelc .hd ul { left: 50px; right: 50px;}
.slidelc .hd ul li { font-size: 18px; margin: 0 20px;}

.catelist a { width: 100%; text-align: center; display: block; box-sizing: border-box; padding: 0 25px 10px 15px;}
.catelist a::before {display: none;}
.banner-la { top: 40%;}

}	