@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #111111;
	overflow-x: hidden;
	background: #FFFFFF;
	-webkit-tap-highlight-color: transparent; 
}
html,body { word-wrap:break-word; position: relative;top: 0;width: 100%;height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

input {
	font-family: 'Open Sans', 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: #111111;
	text-decoration: none
}

a:hover {
	color: #e60012;
	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: #e60012;
	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: #e60012;
	color: #FFFFFF;
	border-radius: 5px;
	border: 0;
	outline: none;
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
}

.btn:hover {
	background-color: #e60012;
}

.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;
}
.pagebox-name {
	height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
	}
.pagebox-name .fa { margin-left: 10px; color: #e60012;}	

/* 详细页对表格的处理 */
.content {
	line-height: 30px;
	font-size: 18px;
}
.content .item_title {
	margin-top: 40px;
	    font-size: 30px;
	    font-weight: bold;
	    text-align: center;
}
.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: inline-block;
	overflow: hidden;
	margin: 0 auto;
}

/*主导航无限级*/
nav {
	padding:10px 0;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav ul li {
    display:inline-block;
    position:relative;
}

/* sub navigation */
nav li ul {    
    background-color:#FFFFFF;
    position:absolute;
    left:10px;
    top:40px; /* make this equal to the line-height of the links (specified below) */
    width:220px;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);
	font-size: 14px;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:220px; /* make this equal to the width of the sub nav above */
    margin:0;
}

/* style all links */
nav a {
    line-height:40px;
    padding:0 20px;
}
nav a {
    color:#000;
    text-decoration:none;
    display:block;
}
nav a.active {
    color: #e60012;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:rgb(50,50,50);
}

/* style sub level links */
nav li li a {
    border-bottom:solid 1px #eee;
    margin:0;
    padding: 8px 10px;
    line-height: 20px;
}
nav li li:last-child a {
    border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
    display:none;
}

nav li li.dropdown .fa { position: absolute; right: 10px; top: 10px;}

/* show arrows for dropdowns */

nav li li > a:hover { background-color: #e60012; color: #FFFFFF;}

.left-nav { padding-right: 30px; box-sizing: border-box; position: relative; z-index: 99;}

.list_2 {
    border: 1px solid #e1e1e1;
}
.list_2 .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #e60012;
    color: #fff;
    letter-spacing: 0.5px;
}

.list_2 .my_prod {
    /* width: 220px; */
    padding: 15px;
}

.list_2 .my_prod .prod_item_2 {
    min-height: 80px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: flex;
    align-content: center;
}

.list_2 .my_prod .prod_item_2:first-child {
    border-top: none;
}

.list_2 .my_prod .prod_item_2 .left_img {
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.list_2 .my_prod .prod_item_2 .left_img img {
    width: 30px;
    height: 30px;
}

.list_2 .my_prod .prod_item_2 .right_text {
    width: 160px;
    padding-left: 15px;
    font-size: 14px;
    color: #333333;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list_2 .my_prod .prod_item_2 .right_text .title_2 {
    font-size: 16px;
    font-weight: bold;
}

/*产品分类多级导航*/
.box{margin:0; padding:10px 0; width:100%; box-sizing: border-box;}
.box ul{margin:0px; padding:0px; list-style:none;border: 0;}
.box ul li{ padding: 0px; width:100%; height:40px; display: block;  }
.box ul li:hover ul{display:block;}
.box ul li a{width:100%; height:40px; line-height:40px; padding: 0 20px; position: relative; box-sizing: border-box; display:block; text-decoration:none;}
.box ul li a:hover {background: #e60012;color: #fff;}
.box ul li a .fa { position: absolute; right: 20px; top: 12px;}
.box ul li ul{display:none;position:relative; top:-40px; left:100%; box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);}
.box ul li ul li{margin:0px; padding:0px ; background-color:#FFFFFF;}
.sech{background-color:#e60012;}
.box ul li ul li:hover{background:#e60012; color: #FFFFFF;}
.box ul li ul li:hover ul{visibility:visible;}
.box ul li ul li ul{visibility:hidden; position:relative; top:-40px; left:100%;box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);}
.box ul li ul li ul li{background:#FFFFFF;}
.box ul li ul li ul li:hover{background:#AFEEEE;}
.thirdh{background-color: #1E90FF;}

/*分页*/
.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: 14px;
	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 #e60012;
	background: #e60012;
	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 #e60012;
	background: #e60012;
	color: #fff;
}

.next_prev {
	border-top: 1px solid #dee2e6!important;
	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;
	margin-left: auto;
	margin-right: auto;
}

.main-tel {
	display: flex;
	align-items: center;
	color: #999999;
	position: relative;
}


.main-tel .lang {
	background-color: #e60012; color: #ffffff; height: 30px; line-height: 30px; margin-right: 10px; 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: #e60012;}
.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;
}

.logo img { height: 78px;}

.logo2 {
	height: 50px;
}

.top-search {
	margin-left: 100px;
}

.header-navbg {
	height: 60px;
	line-height: 60px;
	transition: all 0.3s;
	background-color: #e60012;
	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: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 20px 0;
	background: rgba(241, 141, 61, 0.17);
}

.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: #e60012; 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: 200px;
	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;
	padding: 0;
}

.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%);
}
.header.show .search-form .inp {
	background-color: #f7f7f7;
}

.nav .m {
	position: relative;
	margin: 0 20px;
	display: block;
	float: left;
}

.nav h3 {
	font-weight: normal;
	text-align: center;
	height: 120px;
	line-height: 120px;
	overflow: hidden;
	font-size: 20px;
}

.nav h3 a {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
}

.nav .active h3 a {
	color: #e60012;
	position: relative;
}

.nav .active h3 a::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #e60012;
	position: absolute;
	bottom: 40px;
}

.nav .sub {
	display: none;
	box-shadow: 0 0 11px 0 rgba(0, 0, 0, .1);
	position: absolute;
	z-index: 999;
	left: -20px;
	width: 230px;
	top: 120px;
	background: #fff;
}

.nav .sub li {
	border-bottom: #f7f7f7 solid 1px;
	text-align: left;
}

.nav .sub li a {
	display: block;
	position: relative;
	color: #333;
	transition: all 0.3s;
	font-size: 14px;
	padding: 12px 15px;
}

.nav .sub li a:hover {
	background-color: #e60012;
	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: #e60012;}
.mobilenav li.open i {color: #e60012;}
.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: #e60012;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: #e60012;
	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);
}

.product-show .note {
    line-height: 30px;
}
.footbg {
	background-color: #192129;
	padding: 60px 0 20px 0;
	color: #FFFFFF;
}
.footbg a:hover {color: #F00;}
.footbg p {
	color: #FFFFFF;
	font-size: 14px;
}
.about-pic p { }
.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 { height: 150px; margin:0 auto 20px 60px; border-radius: 0; }


.foot-nav ul li {
	width: 25%;
	padding-left: 100px;
	box-sizing: border-box;
	float: left;
}

.foot-nav ul li a {
	font-size: 14px;
	line-height: 250%;
	color: #FFFFFF;
}
.foot-nav ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
} 

.foot-nav ul li h3 a {
	padding-bottom: 15px;
	line-height: 30px;
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-transform:uppercase;
}
.solution_item {
    background-color: #f8f8f8;
    padding: 10px 15px 50px 15px;
}

.foot-nav ul li.foot-logo1 {border-right: 1px #ccc solid; padding-left: 0; }
.foot-nav ul li.foot-logo1 a img { margin: 0 5px;}

.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 { width: 100%; height: 100%;}
.swiper-banner .swiper-slide { height: 100%; width: 100%; position: relative; top: 0; left: 0; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cove;}
.swiper-banner .swiper-slide {

        /* Center slide text vertically */
        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;
      }
  
.swiper-banner .text{ position: relative; z-index: 999; width: 60%; left: 0;} 	  
.swiper-banner .text h2 {
    font-size: 44px;
    font-weight: bold;
    margin-top: 120px;
    margin-bottom: 60px;
}
.swiper-banner .text .note {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
		color: #666;
}
.swiper-banner .text ul { margin-right: -30px;}
.swiper-banner .text ul li { float: left; width: calc(100% / 4 - 30px); margin-right: 30px; margin-top: 50px ;}
.swiper-banner .text ul li .pic { width: 100px; height: 100px; display: flex;justify-content: center;align-items: center; margin: 15px auto; text-align: center; background-color: #fff; border-radius: 100%;}
.swiper-banner .text ul li .pic img {max-height: 65px; transition: all 0.3s; cursor: pointer;}
.swiper-banner .text ul li .pic img:hover { height: 80px;}

.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; bottom: 0; color: #FFFFFF;}
.catelist a:last-of-type::before { display: none;}

.solution_list .item { padding: 20px 30px; margin: 30px 20px; min-height: 350px; border: 1px solid #ffffff; transition: all 0.3s; border-radius: 15px; box-sizing: border-box; box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%);}
.solution_list .item h3 { font-size: 18px; font-weight: bold; padding: 20px 0 15px 0;}
.solution_list .item .note { color: #666;}
.solution_list .item img {max-width: 270px;}
.solution_list .item:hover {box-shadow: none; border: 1px solid #e60012; }

.cases_list .pic { position: relative; overflow: hidden;}
.cases_list .title { transition: all 0.3s; position: absolute; top:0; left: 0; opacity: 0; width: 100%; height: 100%; padding: 0 30px; box-sizing: border-box; background: rgba(0,0,0,0.5);}
.cases_list .title { color: #FFFFFF; font-size: 18px;}
.cases_list .pic:hover .title  { opacity: 1;}
.cases_list .pic:hover img { 
 transition: 1.3s transform;
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -transform:scale(1.2,1.2);
}

.swiper-button-next, .swiper-button-prev { opacity: 1; width: 50px; height: 50px; border-radius: 100%;}
.swiper-button-next { right: 30px;}
.swiper-button-prev { left: 30px;}

.products-top {padding:100px 0 130px 0; margin-top: 50px;}
.swiper-product .swiper-wrapper {padding-bottom: 50px; padding-top: 100px;}
.swiper-product  { overflow: hidden; }
.swiper-product .item { padding-bottom: 20px; border-radius: 10px; background-color: #f7f7f7;}
.swiper-product .item .title { font-size: 22px; padding:0 20px; margin-top: 20px; height: 66px; position: relative; }

.home-name h2 {
	font-size: 44px;
	line-height: 44px;
	font-weight: 600;
	color: #000000;
	padding-bottom: 25px;
	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: #e60012;
	position: absolute;
	bottom: 0;
}

.home-name2 h2,
.home-name2 h3 {
	color: #FFFFFF;
}

.home-name2 h2:after {
	background-color: #FFFFFF;
}


.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: #e60012;
	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% / 3 - 20px);
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}
.product-list ul li img { border: 1px solid #EEEEEE;}

.product-list ul li h3 {
	padding:15px 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	transition: all 0.3s;
}


.product-list ul li:hover h3 {
	background-color: #e60012;
}
.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: #e60012;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: #e60012; 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;
	overflow: hidden;
}

.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);
}

.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 h3 { font-size: 16px; text-align: center; height: 60px; line-height: 60px; border-bottom: 1px #ddd solid;}
.home-case-list ul li:hover h3 { border-color: #e60012;}
.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);
}

.home-case-list ul { margin-right: -30px;}
.home-case-list ul li { width: calc(100% / 3 - 30px); margin-top: 30px; margin-right: 30px;}

.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: #e60012;
}

.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: #e60012;
}


.home-contact {
	background-color: #e60012;
	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;
}


.about_us_1 .big_img {
    padding-right: 40px;
    padding-bottom: 20px;
}

.about_us_1 .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.about_us_1 .right_content .content_text p {
    font-size: 16px;
    text-indent: 2em;
    color: #515151;
}

.about_us_1 .right_content_2 {
    font-size: 16px;
    /*text-indent: 2em;*/
    color: #333333;
}

.about_us_2 .title_2{
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #3f3f3f;
}

.about_us_2 .content_2 {
    padding: 25px 120px 50px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    color: #717171;
}

.about_us_2 .honer_box{
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.about_us_2 .honer_box .honer_item {
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.about_us_2 .honer_box .honer_item .honer_text {
    font-size: 16px;
    color: #484848;
}

.about_us_2 .honer_box .line {
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 2px solid #e5e5e5;
}

.about_us_2 .honer_img_box {
    margin-top: 30px;
    margin-bottom: 50px;
}

.about_us_2 .honer_img_box .row>div {
    margin-top: 50px;
}

.about_us_2 .honer_img_box .img_item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.about_us_2 .honer_img_box .img_item .border_img {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.about_us_2 .honer_img_box .img_item .my_img {
    position: absolute;
    top: 18px;
    left: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
}


/*关于我们瀑布流*/
.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 {
	transition: all 0.3s; 
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	padding-top: 20px;
}

.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;
	height: 700px;
	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: 48px;
	line-height: 65px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 20%;
	position: relative;
}

.bannerall h4 {
	font-size: 26px;
	padding-top: 15px;
	font-weight: normal;
}

.bannerall h3::after {
	content: "";
	width: 28px;
	margin-left: -14px;
	height: 4px;
	background-color: #000;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.w895 {
	width: 895px;
}

.line {
	background-color: #FFFFFF;
}
.line h2 { font-size: 32px;}

.location {
	position: relative; float: right;
}

.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 ;
}
.pagename { font-size: 40px; font-weight:bold; text-transform: uppercase;}
.name3 { font-size:30px;}
.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: #e60012;
	border-color: #e60012;
}

/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 19955;
	right: 10px;
	bottom: 50px;
	width: 70px;
	height: 60px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 60px;
	height: 60px;
	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: 'Open Sans', 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;
}

.swiper-why .swiper-wrapper {
	padding:200px 0 50px 0;
}
.swiper-why .swiper-pagination-bullet-active {background: #e60012}
.swiper-why .content ul { margin-top: 50px; padding-left: 15px; box-sizing: border-box;}
.swiper-why .content ul li { list-style-type: disc; font-size: 16px; }
.more { position: relative; background-color: #e60012; display: inline-block; width: 180px; height: 40px; line-height: 40px; border-radius: 20px;}
a.more {color: #FFFFFF; font-size: 18px; font-weight: normal; padding-left: 20px;}
a.more:hover { background-color: #000000;}
.more::before {display: block; content: ""; position: absolute; right: 2px; top: 2px; width: 36px; height: 36px; border-radius: 100%; background: #ffffff url(../images/arrow-right.png) no-repeat center center;}
 .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
      }

.swiper-why .swiper-slide .title {
        font-size: 24px;
        font-weight: 600;
		margin-top:50px;
      }


/*首页产品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: #e60012; border-color: #e60012; 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: #e60012;}

/*首页新闻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: #e60012; border-color: #e60012; 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: #e60012; 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: #e60012; 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;
	font-size: 16px;
	line-height: 34px;
	padding-right: 80px;
}

a.about-more {
	display: inline-block;
	padding: 0 50px;
	line-height: 46px;
	border-radius: 25px;
	color: #FFFFFF;
	background-color: #e60012;
	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: 25%;
	float: left;
	border-right: 2px #ddd solid;
	box-sizing: border-box;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
}
.youshi ul li:nth-of-type(1) { padding-left: 0px;}
.youshi ul li:nth-of-type(4) { padding-right: 0px;}
.youshi ul li .pic {
	position: absolute;
	right:60px;
	top: 0px;
}
.youshi ul li:nth-of-type(4) .pic { right: 0;}
.youshi ul li .pic img { width: 40px; height: 40px;}
.youshi ul li b {
	font-size: 30px;
	color: #e60012;
	display: inline-block;
}
.youshi ul li span {color: #666;}
.youshi ul li p { color: #2C2C2C; font-size: 16px; padding-top: 10px; font-weight: bold;}
.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: #e60012;
	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: #fff;
	box-sizing: border-box;
	position: relative;
	height: 210px;
	overflow: hidden;
	margin-top: 20px;
}
.home-news-list ul li .pic { width: 360px; position: absolute;
    right: 0;
    top: 0;
    width: 360px;}
.home-news-list ul li img {
	width: 100%;
	display: block;
	overflow: hidden;
}

.home-news-list ul li h3 {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-weight: 600;
	padding-bottom: 15px;
}


.home-news-list .news-more a {transition: all 0.3s;margin-top: 25px; 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: #e60012; background-color: #e60012;}

.home-news-list ul li .text {
	padding: 20px 380px 0 0 ; box-sizing: border-box;
}

.home-news-list ul li .note {
margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
	overflow: hidden;
}

.left-cate {
	width: 285px;
	transition: all 0.3s;
	background-color: #FFFFFF;
	border: 1px #e60012 solid;
	box-sizing: border-box;
}

.left-cate h2 {
	background-color: #e60012;
	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: #e60012;
	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: #e60012;
	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: #e60012;
	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: #e60012;
	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: #e60012;
	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: #e60012;
	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: 100%;
}

.content_bottom {
    margin-top: 60px;
}

.content_bottom .content_nav {
    width: 100%;
    height: auto;
	margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: nowrap;
}

.content_bottom .content_nav .item {
    width: 25%;
	padding: 15px 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
    cursor: pointer;
}

.content_bottom .content_nav .active {
    color: #fff;
    background-color: #e60012;
    border-radius: 6px 6px 0 0;
}

.content_bottom p {
    padding: 20px 0; font-size: 16px; line-height: 30px;
}

.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: #e60012;
	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: #e60012;
	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: #e60012;
	border-color: #e60012;
}

.accordion-header-icon.accordion-header-icon-active {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}



.lxwm .title {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.lxwm .info_item {
    height: 56px;
    display: flex;
    flex-direction: row;
}

.lxwm .info_item .icon_img {
    margin-right: 15px;
}

.lxwm .info_item .name {
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.lxwm .info_item .content {
    font-size: 18px;
}

.con-text { width: 50%; padding-left: 80px; box-sizing: border-box;}
.contact-form-in h2 { position: relative; line-height: 80px; font-weight: bold;}
.contact-form-in h2::before { content: ""; display: block; background-color: #e60012; width: 425px; height: 3px; position: absolute; top: 0; left: 0;}
.contact-form-in ul { margin-left: -15px; margin-right: -15px;}
.contact-form-in ul li { width: 50%; float: left; padding: 20px 15px 10px 15px; box-sizing: border-box;}	
.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: #e60012; font-weight: bold; padding: 30px 0;}
.inp-vcode .inp { width: 120px;}	
textarea { font-family: 'Open Sans', sans-serif;}
.message-btn { background-color: #e60012; color: #333333; border:1px #e60012 solid; color: #fff; width: 200px; margin: 0 auto; font-weight: bold; display: block; }
.contact-form-in .message-btn:hover { background-color: #ff5500; border-color: #ff5500; 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%);}
.qrcode ul li:hover .pic { display: block;}
.qrcode ul li .down { position: absolute; bottom: -16px; left: 50%; margin-left: -5px;}

.link-all { text-align:right; }
.link-all img { height: 25px; margin-right: 120px;}

.process .mcontent { display: none;}
.process .mcontent img {max-width: 100%;}



.content .about-pic img { width: 100%; padding-right: 30px;}
.content .about-text { padding-left: 530px; box-sizing: border-box;}
.content .am-article-meta { font-size: 15px; font-weight: normal; color: #777;}


/* 服务体系 */
.service_nav {
    background: #f9f9f9;
    text-align: center;
}

.service_nav>div {
    padding: 0;
}

.service_nav .nav_container {
    height: 65px;
}

.service_nav .nav_container .nav_3 {
    width: 33.33%;
}
.service_nav .nav_container .nav_3 a{
    color: #333;
    text-decoration: none;
}

.service_nav .nav_container .nav_4 {
    width: 25%;
}

.service_nav .nav_container .nav_item {
    height: 65px;
    float: left;
    padding: 30px 10px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_nav .nav_container .nav_item:hover,.service_nav .nav_container .nav_item:hover a {
    background: #e60012;
    color: #fff;
}

.service_nav .nav_container .active,.service_nav .nav_container .active a {
    background: #e60012;
    color: #fff;
}   

.service_box {
    padding: 60px 0;
}

.service_box img {
    max-width: 100%;
    max-height: 100%;
}

.service_box .service_list {
    width: 100%;
    height: 140px;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.service_box .service_list .list_item {
    width: 320px;
}

.service_box .service_list .list_item .item_top {
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.service_box .service_list .list_item .item_content {
    font-size: 14px;
    text-align: center;
}

.service_box .service_list .line {
    height: 100%;
    border-left: 1px solid #4c4c4c;
    margin: 0 5px;
}

.service_box .content_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 60px;
}

.service_box .process_list {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-around;
}

.service_box .process_list .process_item {
    width: 120px;
    height: 100%;
}

.service_box .process_list .process_item .top_img {
    width: 90px;
    height: 90px;
	margin: 0 auto;
}

.service_box .process_list .process_item .bottom_text {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.service_box .process_list_2 .list_2_item {
    margin-top: 40px;
}

.service_box .process_list_2 .list_2_item .item_top {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.service_box .process_list_2 .list_2_item .item_top .orange_dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e60012;
    margin-right: 18px;
}

.service_box .process_list_2 .list_2_item .item_content {
    margin-left: 50px;
    font-size: 16px;
    line-height: 26px;
}

.service_box .process_list_2 .list_2_item .item_content>div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.service_box .policy_content p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.5px;
}

.service_box .dashed_line {
    height: 0;
    border-top: 1px dashed #c1c1c1;
    margin-top: 30px;
}

.service_box .qa_list {
    width: 100%;
    margin-bottom: 60px;
}

.service_box .qa_list .qa_item {
    width: 100%;
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.service_box .download_list {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.service_box .download_list .download_item {
    height: 130px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_box .download_list .download_item:first-child {
    border: none;
}

.service_box .download_list .download_item .item_left {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.service_box .download_list .download_item .item_left .text_box {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service_box .download_list .download_item .item_left .text_box .pdf_title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.service_box .download_list .download_item .item_left .text_box .pdf_intro {
    font-size: 14px;
    color: #666;
}

.service_box .download_list .download_item .item_left .text_box .pdf_other {
    display: flex;
    font-size: 14px;
    color: #333;
}

.service_box .download_list .download_item .item_left .text_box .pdf_other div:first-child {
    margin-right: 50px;
}

.service_box .download_list .download_item .download_btn {
    width: 120px;
    height: 40px;
    border-radius: 10px;
    background-color: #e60012;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

/* 发展历程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: #e60012;  }
.slidelc .hd ul li.on::before { background-color: #e60012; 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;}

.mynav .swiper-slide { width: auto; padding: 20px; font-size: 20px; height: 100px; text-align: center; transition: all 0.3s;}
.mynav .swiper-slide.active,.mynav .swiper-slide:hover { background-color: #e60012;}
.mynav .swiper-slide.active a,.mynav .swiper-slide:hover a { color: #FFFFFF;}

.breadcrumb { padding: 25px 12px 45px 12px; display:block;}

/* 设置滚动条的样式 */
.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);
}

.h1130 {height:1130px;}

@media screen and (min-width: 1260px) and (max-width: 1440px){
.nav h3 { font-size: 14px;}
nav a { font-size:16px; padding:0 15px;}
.foot-nav ul li {padding-left:80px;}
.solution_list .item {margin: 20px 10px;}
.link-all img { margin-right:92px;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}	


@media screen and (min-width: 320px) and (max-width: 1259px){
.header { padding: 10px; box-sizing: border-box;}
.logo img { height: 40px;}
.solution_list .item img { width:100%;}
.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; line-height: 25px;}
.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: 100%; margin-right: 10px;}
.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;}
.product-list ul { margin-right: 0px;}
.slideTxtBox .bd li,.product-list ul li {width: 100%; margin-right: 0px; 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: 300px;}
.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;}
.home-news-list .news-more a { display: none;}
.h1130 {height:830px;}
.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 130px 10px 0 ;}
.home-news-list ul li { height:auto;}
.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%;}

.swiper-banner .text { width: 100%;}
.swiper-banner .text h2 { font-size: 18px; margin-top: 0px;}
.swiper-banner .text .note { font-size: 14px; line-height: 20px;}
.swiper-banner .text ul { margin-right: -10px; margin-top: 20px;}
.swiper-banner .text ul li { width: calc(100% / 2 - 10px); margin-right: 10px; margin-top: 0px;}
.swiper-banner .text ul li .pic { width: 60px; height: 60px;}
.swiper-banner .text ul li .pic img { max-height: 35px;}

.home-name h2 { font-size: 30px;padding-bottom:0px}
.m-t100 { margin-top: 50px !important;}
.solution_list .item { min-height: inherit; margin: 10px;}
.products-top { padding: 20px 0 30px 0;}
.swiper-product .swiper-wrapper {padding-top:50px;}
.youshi ul li .pic,.youshi ul li:nth-of-type(4) .pic { right: 10px; top: 10px;}
.youshi ul li { border: 0;}
.swiper-why .more { display: none;}
.swiper-why .swiper-wrapper { padding:100px 0 30px 0;}
.swiper-why .home-name.m-t50 { margin: 0px !important;}
.swiper-why .swiper-slide .title { margin-top: 20px; font-size: 18px;}
.swiper-why .content ul { margin-top: 20px; padding-left: 5px; padding-bottom: 20px;}
.swiper-button-next, .swiper-button-prev,.left-nav { display: none;}

.bannerall h3 { font-size: 14px; line-height: 16px; font-weight: normal; padding-top: 130px; text-transform:capitalize;}
.bannerall h4 { font-size: 12px;}

.mynav .swiper-slide { font-size: 16px; padding: 10px 20px; height: auto;}
.pagename { font-weight: bold; font-size: 30px;}
.content .item_title { font-size: 20px;}
.left-nav { padding-right: 12px;}

.service_nav .nav_container .nav_item { font-size: 14px; padding: 10px 2px; line-height: 16px;}
.service_box .service_list .list_item { width: 100%; margin-top: 20px;}
.service_box .service_list { display: block; height: auto;}
.service_box .service_list .line,.support-list ul li span,.about_us_2 .honer_box .line { display: none;}
.service_box .service_list .list_item .item_top { height: auto; font-size: 14px;}
.service_box .process_list { height: auto; display: block; clear: both;}
.service_box .process_list .process_item { width: 33.33%;  float: left;}
.service_box .process_list .process_item .bottom_text { margin-top: 10px;}
.support-list ul li { padding: 0 12px;}
.service_box .content_title { font-size: 30px;}
.down-list .row { padding: 0 12px;}
.home-case-list ul { margin-right: 0px;}
.home-case-list ul li { width: 100%; margin-right: 0px;}

.lxwm .title,.lxwm .info_item { height: auto;}
.lxwm .info_item .name {
    width: 34%;
    font-size: 13px;
    margin-right: 0;
}	
.lxwm .title { font-size: 18px;}
.lxwm .info_item .content { font-size: 13px;}

.about_us_2 .content_2 { padding: 0;}
.about_us_2 .title_2,.about_us_2 .honer_box { height: auto;}
.about_us_2 .honer_box .honer_item { margin-top: 20px;}
.about_us_2 .honer_box .honer_item,.about_us_2 .honer_box { width: 100%; display: block;}

}	