锘?wrap.ccc {	
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

@media (max-width: 900px) {
.wrap.ccc {
	width: 100%;
}
}
body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "microsoft yahei" ! important;
	color: #151313;
	-ms-behavior: ;
	behavior: ;
}
* {
	margin: 0px;
	padding: 0px;
	outline: 0 none;
	word-wrap: break-word;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%; /*font-weight: normal;*/
}
a {
	color: #151313;
	outline: none;
	text-decoration: none;
	transition: all 0.1s;/*-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none;*/
}
a:hover {
	color: #7b8b70;
	text-decoration: none;
}
em, i {
	font-style: normal;
}
.cf:before, .cf:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
input, textarea, button {
	border: none;
	background: none;
	appearance: none;
	-webkit-appearance: none;
	font-family: "microsoft yahei", arial, helvetica;
	outline: none;
}
select {
	font-family: "microsoft yahei", arial, helvetica;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}
.cf {
	zoom: 1;
	margin: 10px 5px 15px 10px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
	display: inline-block;
	vertical-align: top;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.tc {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hid {
	overflow: hidden;
}
/*.mt100 { margin-top: 100px; }*/
.header {
	height: 100px;
	background: rgba(255, 255, 255, 0.8);
	;
	position: fixed;
	left: 20px;
	top: 20px;
	right: 20px;
	z-index: 990;
	box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	transition: all 0.5s;
}
.header.hiddened {
	top: -120px;
}
.logo {
	float: left;/* width: 350px; margin-left: 50px; margin-top: -15px;*/
}
 @media only screen and (min-width: 1024px) {
.logo {
	float: left;
	margin-left: 50px;
	margin-top: 10px;
}
.logo img {
	height: 70px !important;
    padding-top: 10px;
}
}
.slogan {
	float: left;
	font-size: 1.8rem;
	margin: 28px 0 0 26px;
	font-family: "microsoft yahei";
}
.t_right {
	float: right;
	padding-top: 40px;
}
.nav {
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
.nav li {
	float: left;
	padding: 0 46px;
	position: relative;
	border-right: 1px solid #dddddd;
	display: inline-block;
	height: 24px;
}
.nav li:first-child {
	background: none;
}
.nav li>a {
	display: block;
	padding-bottom: 38px;
	font-size: 18px;
	position: relative; /*font-family: "microsoft yahei";*/
}
.nav li.hover>a, .nav li.cr>a {
	color: #7b8b6f;
}
.nav li>a::after {
	display: none;
	content: '';
	width: 0;
	height: 3px;
	background: #cc0614;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -48%;
	transition: all 0.3s;
}
.nav li.cr>a::after {
	width: 96%;
}
.nav li .sub_nav {
	display: none;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 60px;
	background: #fff;
	width: 140px;
	margin-left: -70px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.nav li .sub_nav li {
	float: none;
	padding: 0;
}
.nav li .sub_nav a {
	display: block;
	padding: 0 1em;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	color: #595757;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nav li .sub_nav a::after {
	display: none;
}
.nav li .sub_nav a:hover {
	background: #7b8b6f;
	color: #fff;
}
.nav li .sub_nav .has_menu a:hover {
	background: #7b8b6f;
}
.searchbox {
	margin-top: 20px;
	width: 206px;
	height: 60px;
	text-align: center;
	background: #7b8b6f;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	float: right;
	overflow: hidden;
	-moz-border-radius: 25px;
}
@media (max-width: 1024px) {
.searchbox {
	margin-top: 0px;
}
}
@media (max-width: 800px) {
.searchbox {
	margin-top: 0px;
}
}
.searchbox a {
	font-size: 16px;
	color: #fff;
}
.searchbox a img {
	margin-right: 28px;
}
.banner {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.4;
	border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 60px;
	height: 2px;
	margin: 5px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	width: 100%;
	bottom: 42px;
	left: 50%;/*width:80px; margin-left:-40px;*/
	font-size: 0;
	margin-left: -50%;
}
.banner .swiper-button-prev {
	left: 2.6%;
}
.banner .swiper-button-next {
	right: 2.6%;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
	opacity: 0.4;
}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
	opacity: 1;
}
.ban_txt {
	position: absolute;
	width: 100%;
	z-index: 100;
	left: 0;
	top: 37%;
}
.ban_txt h2 {
	font-size: 6rem;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 1;
	padding-top: 55px;
	background:  no-repeat left top;
	transition: all 0.5s ease 0.8s;
	margin-top: 30px;
	opacity: 0;
}
.ban_txt h3 {
	font-size: 4rem;
	color: #fff;
	font-family: "microsoft yahei";
	letter-spacing: 15px;
	transition: all 0.5s ease 1s;
	margin-top: 50px;
	opacity: 0;
	text-transform: uppercase;
}
.ban_txt span {
	display: block;
	width: 177px;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	color: #fff;
	padding-left: 40px;
	background: #7b8b6f  no-repeat 80% 50%;
	transition: all 0.5s ease 1s;
	margin-top: 90px;
	opacity: 0;
}
.banner .swiper-slide-active .ban_txt h2 {
	opacity: 1;
	margin-top: 0;
}
.banner .swiper-slide-active .ban_txt h3 {
	opacity: 1;
	margin-top: 20px;
}
.banner .swiper-slide-active .ban_txt span {
	opacity: 1;
	margin-top: 60px;
}
.inred_bar {
	height: 140px;
	background: #7b8b6f;
}
.fan_left {
	width: 73px;
	height: 75px;
	background:  no-repeat 0 0;
	left: 0;
	top: 0;
}
.fan_right {
	width: 70px;
	height: 71px;
	background:  no-repeat right bottom;
	right: 0;
	bottom: 0;
}
.inred_bar dl {
	width: 50%;
	float: left;
	padding: 43px 63px 0 78px;
	overflow: hidden;
	position: relative;
}
.inred_bar dl::after {
	content: '';
	width: 1px;
	height: 65px;
	background: #d83e37;
	position: absolute;
	right: 0;
	bottom: 0;
}
.inred_bar dl:last-child::after {
	display: none;
}
.inred_bar dl dt {
	float: left;
	margin-right: 42px;
}
.inred_bar dl dd {
	overflow: hidden;
}
.inred_bar dl dd h3 {
	font-size: 1.8rem;
	color: #fff;
	font-family: "microsoft yahei";
}
.inred_bar dl dd p {
	font-size: 14px;
	color: #fff;
}
.inred_bar dl dd span {
	display: block;
	float: right;
	width: 55px;
	height: 55px;
	background: #fff  no-repeat center;
}
/*footer*/
.footer {
	padding: 60px 0 10px;
	background: #181819;
	overflow: hidden;
}
.foot_left {
	width: 380px;
	float: left;
	margin-right: 12px;
	margin-left: 5%;
}
.foot_left_tit {
	font-size: 16px;
	color: #fff;
	padding-left: 28px;
	background:  no-repeat 0 50%;
}
.contact_text {
	margin-top: 15px;
}
.contact_text h3 a {
	font-size: 4rem;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 1;
}
.contact_text p {
	display: block;
	font-size: 14px;
	color: #cacaca;
	margin-top: 10px;
}
.foot_menu {
	float: left;
	overflow: hidden;
}
.foot_menu dl {
	float: left;
	padding-left: 90px;
}
.foot_menu dl:first-child {
	padding-left: 20px;
}
.foot_menu dt a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #fff;
	font-family: "microsoft yahei";
	position: relative;
}
.foot_menu dd {
	margin-top: 30px;
}
.foot_menu dd a {
	display: block;
	font-size: 14px;
	color: #cacaca;
	margin-bottom: 10px;
}
.foot_menu dd a:hover {
	color: #fff;
}
.ewmbox {
	padding-left: 100px;/*float:right;*/
}
.ewm_item {/*width:126px;*/
	float: left;
	margin-left: 32px;
	padding-bottom: 10px;
	background: #222222;
	font-size: 14px;
	color: #cacaca;
	text-align: center;
}
.ewm_item img {
	display: block;
	width: 120px;
	height: 120px;
	margin: 13px;
}
.foot_bom {
	padding: 30px 0;
	background: #111;
	text-align:center;
}
.copyright {
	font-size: 14px;
	color: #cacaca;
	line-height: 2.1;
	margin-left: 5%;
}
.copyright a {
	color: #cacaca;
	padding-right: 10px;
}
.copyright a:hover {
	color: #fff;
}
.copyright a.beian {
	padding-left: 24px;
	background:  no-repeat left center;
}
.slogo {
	width: 215px;
	margin: 0 auto;
}
.flink {
	float: right;
	display: flex;
	display: -webkit-flex;
}
.flink a {
	width: 55px;
	height: 55px;
	overflow: hidden;
	margin-right: 30px;
	border: 3px solid #151313333;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.flink a:nth-child(2) {
	margin-right: 0;
}
.flink a:last-child {
	display: none;
	margin-right: 0;
}
.flink a img {
	opacity: 0.4;
}
.flink a:hover {
	border-color: #7b8b6f;
	background: #7b8b6f;
}
.flink a:hover img {
	opacity: 1;
}
.kefu_float {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 32px;
	bottom: 100px;
	z-index: 100;
}
.kefu_float .kefu_icon {
	display: block;
	width: 100%;
	height: 100%;
	background: #7b8b6f  no-repeat center;
	position: relative;
	z-index: 10;
}
.kefu_pop {
	width: 230px;
	height: 60px;
	background: #fff;
	position: absolute;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	right: 60px;
	opacity: 0;
	z-index: 12px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
}
.kefu_pop.active {
	opacity: 1;
}
.kefu_pop a {
	display: block;
	font-size: 3rem;
	color: #7b8b6f;
	font-family: "microsoft yahei";
	line-height: 60px;
	text-align: center;
}
.gotop {
	display: none;
	width: 60px;
	height: 60px;
	background: #7b8b6f  no-repeat center;
	position: fixed;
	right: 32px;
	bottom: 30px;
	z-index: 100;
	cursor: pointer;
}
/* 鍐呴〉鍏叡鏍峰紡*/ 
.inbanner {
	position: relative;
	overflow: hidden;
}
.inbanner img {
	width: 100%;
}
.inban_txt {
	position: absolute;
	width: 100%;
	z-index: 10;
	left: 0;
	top: 50%;
}
.inban_txt h3 {
	font-size: 2.4rem;
	color: #fff;
	letter-spacing: 11px;/*padding-left:46px;background: no-repeat left center;margin-bottom:10px;*/
}
.inban_txt h2 {
	font-size: 7.2rem;
	color: #fff;
	font-family: "microsoft yahei";
	text-transform: uppercase;
	letter-spacing: 8px;
}
.crumbs {
	width: 100%;
	position: absolute;
	top: 150px;
}
.crumbs a:hover {
	color: #fff;
}
.crumbs i {
	display: inline-block;
	width: 11px;
	height: 15px;
	background:  no-repeat center;
	vertical-align: -3px;
	margin: 0 16px;
}
.crumbs a, .crumbs span {
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.mainbox {
	margin: 50px 0;
	overflow: hidden;
}
.sidebar {
	float: left;
	width: 275px;
	margin-right: 3px;
}
.menu_tit {
	height: 50px;
	line-height: 50px;
	background: #338998;
	font-size: 1.9rem;
	color: #fff;
	font-family: "heebo-medium";
	padding-left: 30px;
	border-bottom: 1px solid #f1f1f1;
}
.menu {
	border-bottom: 1px solid #dddddd;
}
.menu a {
	float: left;
	padding: 37px 0;
	margin-right: 100px;
	font-size: 1.8rem;
	color: #595757;
	position: relative;
}
.menu a:nth-last-of-type(1) {
	margin-right: 0;
}
.menu a::after {
	content: '';
	width: 0;
	height: 3px;
	background: #7b8b6f;
	position: absolute;
	left: 0;
	bottom: -1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.menu a:hover::after, .menu a.cr::after {
	width: 100%;
}
.btn_down {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #e8e8e8;
	background:  no-repeat center;
	float: right;
	margin-top: 26px;
	cursor: pointer;
}
.menu_sub {
	width: 100%;
	background: #7b8b6f;
	padding: 30px;
	text-align: center;
}
.menu_sub a {
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	padding: 0 60px;
	border-left: 1px solid rgba(255,255,255,0.5);
}
.menu_sub a:nth-child(1) {
	border-left: none;
}
.menu_sub a span {
	display: inline-block;
	position: relative;
}
.menu_sub a span::after {
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -30px;
	transition: all 0.3s;
}
.menu_sub a:hover span::after, .menu_sub a.cr span::after {
	width: 100%;
}
/*瀵艰埅*/

.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	-webkit-transition-duration: .4s
}
.hamburger {
	display: none;
	width: 24px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	z-index: 10000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
.hamburger__icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px
}
.hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #7b8b6f;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-duration: .4s
}
.hamburger__icon:after, .hamburger__icon:before {
	position: absolute;
	content: ""
}
.hamburger__icon:before {
	top: -7px
}
.hamburger__icon:after {
	top: 7px
}
.hamburger.active .hamburger__icon {
	background-color: transparent
}
.hamburger.active .hamburger__icon:after, .hamburger.active .hamburger__icon:before {
	background-color: #7b8b6f;
}
.hamburger.active .hamburger__icon:before {
	-moz-transform: translatey(7px)rotate(45deg);
	-ms-transform: translatey(7px)rotate(45deg);
	-webkit-transform: translatey(7px)rotate(45deg);
	transform: translatey(7px)rotate(45deg)
}
.hamburger.active .hamburger__icon:after {
	-moz-transform: translatey(-7px)rotate(-45deg);
	-ms-transform: translatey(-7px)rotate(-45deg);
	-webkit-transform: translatey(-7px)rotate(-45deg);
	transform: translatey(-7px)rotate(-45deg)
}
.fat-nav {
	top: 55px;
	left: 0;
	z-index: 100;
	position: fixed;
	width: 100%;
	max-height: 90%;
	background: rgba(0,0,0,0.8);
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	display: none;
}
.fat-nav_wrap {
	width: 100%;
	height: 100%;
}
.fat-nav.active {
	display: block;
	z-index: 100;
}
.fat-nav li h3 {
	color: #fff;
	padding: 0 22px;
	border-top: 1px solid #151313;
	position: relative;
}
.fat-nav li h3 a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 1em 0;
}
.fat-nav li.has_nav h3 a {
	display: inline-block;
}
.fat-nav li.has_nav h3 i {
	display: block;
	width: 10px;
	height: 10px;
	background:  no-repeat center center/100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	transition: all .2s ease 0s;
}
.fat-nav li.cr h3 i {
	transform: rotate(90deg);
}
.fat-nav li .sub_nav {
	display: none;
	padding-bottom: 10px;
}
.fat-nav li .sub_nav a {
	display: block;
	padding: 0.8em 30px;
	color: #fff;
	font-size: 14px;
}
.fat-nav li .sub_nav .sub_menu {
	padding: 0 0 1em 2em;
	border-bottom: 1px solid #3a3a3a;
}
.fat-nav li .sub_nav .sub_menu a {
	color: #ccc;
	font-size: 1.4rem;
}
/*棣栭〉閾炬帴*/
.inlink {
	padding: 78px 0 68px;
}
.inlink a {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	border-left: 1px solid #dddddd;
}
.inlink a:first-child {
	border-left: none;
}
.inlink a span {
	display: block;
}
.inlink a span.link_img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
}
.inlink a span.link_tit {
	font-size: 16px;
	margin: 30px 0 35px;
}
.inlink a span.link_more {
	width: 13px;
	height: 11px;
	background:  no-repeat center;
	margin: 0 auto;
}
.inlink a:hover span.link_img img {
	margin-top: -70px;
}
.inlink a:hover span.link_more {
	background-image: ;
}
.inquanwu {
	padding: 100px 0 100px;
	background:  no-repeat center bottom/100%;
	position: relative;
}
.inquanwu .swiper-container {
	width: 91.67%;
	margin: 0;
}
.inquanwu .swiper-button-next, .inquanwu .swiper-button-prev {
	width: 17px;
	height: 28px;
	background-size: 17px 28px;
	left: auto;
	right: 53px;
	margin-top: -14px;
}
.inquanwu .swiper-button-prev {
	margin-top: 110px;
}
.inquanwu .swiper-button-prev::before {
	content: '';
	width: 24px;
	height: 1px;
	background: #cacaca;
	position: absolute;
	left: 0;
	top: -50px;
	opacity: 1;
}
.inquanwu .swiper-button-next.swiper-button-disabled, .inquanwu .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.inquanwu .swiper-pagination {
	display: none;
	width: 100%;
	margin-top: 20px;
}
.inquanwu .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
}
.inquanwu .swiper-pagination-bullet-active {
	background: #7b8b6f;
}
.inquanwu .qw_txt {
	width: 730px;
	height: 170px;
	padding: 53px 47px 0 160px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 200px;
	bottom: 0;
	color: #fff;
	transition: all 0.8s;
	opacity: 0;
}
.inquanwu .qw_txt h2 {
	padding-right: 65px;
	font-size: 3.6rem;
	font-family: "microsoft yahei";
	text-transform: uppercase;
}
.inquanwu .qw_txt h3 {
	padding-right: 65px;
	font-size: 2.4rem;
	font-family: "microsoft yahei";
	margin-top: 10px;
}
.inquanwu .qw_txt span {
	float: right;
	display: block;
	width: 62px;
	height: 59px;
	background: #548071  no-repeat center;
}
.inquanwu .swiper-slide-active .qw_txt {
	left: 0;
	opacity: 1;
}
.inproduct {
	margin-top: 85px;
}
.lk_tit h3 {
	display: inline-block;
	font-size: 2rem;
	font-family: "microsoft yahei";
	letter-spacing: 9px;
	padding-right: 54px;
}
.lk_tit h2 {
	font-size: 6.8rem;
	font-family: "microsoft yahei";
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 1;
	margin: 15px 0;
	color: #7b8b6f;
}
.lk_tit p {
	font-size: 14px;
	color: #595757;
	font-family: "microsoft yahei";
	letter-spacing: 6px;
}
.lk_tit i {
	display: block;
	width: 17px;
	height: 24px;
	background:  no-repeat center;
	margin-top: 30px;
}
.lk_tit div {
	background: #7b8b6f;
	margin-right: 70px;
}
.lk_more {
	display: block;
	width: 225px;
	height: 70px;
	line-height: 70px;
	padding: 0 78px 0 35px;
	font-size: 1.8rem;
	white-space: nowrap;
	margin-top: 40px;
	background:  no-repeat 75% 50%;
}
.lk_more:hover {
	color: #fff;
	background-image: ;
}
.inproduct .lk_tit {
	float: left;
	position: relative;
	z-index: 10;
}
.inproduct .lk_tit h3 {
	background:  no-repeat right center;
}
.inpro_tab {
	float: right;
}
.inpro_tab .tab_item {
	padding: 0 70px;
	float: left;
	border-left: 1px solid #bdbdbd;
	cursor: pointer;
}
.inpro_tab .tab_item:first-child {
	border-left: none;
}
.inpro_tab .tab_item h3 {
	font-size: 2rem;
	color: #595757;
}
.inpro_tab .tab_item h2 {
	width: 162px;
	height: 80px;
	line-height: 30px;
	padding-bottom: 35px;
	margin-top: 20px;
	background:  no-repeat left bottom;
	font-size: 4.8rem;
	color: #595757;
	font-family: "microsoft yahei";
	text-transform: uppercase;
	white-space: nowrap;
}
.inpro_tab .tab_item.active h3 {
	color: #151313;
	font-family: "microsoft yahei";
}
.inpro_tab .tab_item.active h2 {
	color: #151313;
	font-family: "microsoft yahei";
	background-image: ;
}
/*.inpro_box{width:100%;overflow:hidden;position:relative;top:-96px;}*/
.inpro_box {
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -180px;
}
.inpro_cell {
	display: none;
}
.inpro_cell.active {
	display: block;
}
.inpro_cell dl {
	float: left;
	position: relative;
	margin-bottom: 12px;/*margin-left:0.8%;*/
}
.inpro_cell dl:nth-child(1) {
	width: 0%;
	margin-top: 18.5%;
	margin-left: 0;
}
.inpro_cell dl:nth-child(2) {
	width: 33%;
	margin-top: 300px;
	margin-left: 0px;
}
.inpro_cell dl:nth-child(3) {
	width: 65.4%;
	float: right;
	margin-top: 34px;
}
.inpro_cell dl:nth-child(4) {
	width: 20%;/*margin-left:13.4%;*/
	margin-top: 25px;
}
.inpro_cell dl:nth-child(5) {
	width: 32.8%;
}
.inpro_cell dl dt {
	overflow: hidden;
}
.inpro_cell dl img {/*width:100%;*/
}
.inpro_cell dl:hover dt img {
	transform: scale(1.1);
}
.inpro_cell dl dd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.inpro_cell dl dd a:hover .mask { /*background: rgba(0,0,0,0.5);*/
	background: rgba(110,135,116,0.8);
}
.inpro_cell dl dd a:hover .mask span {
	opacity: 1;
	filter: alpha(opacity=1);
	transform: scale(1);
}
.inpro_cell dl dd .div1 {
	position: absolute;
	left: 20px;
	bottom: 20px;
	transition: all 0.5s;
}
.inpro_cell dl dd .div2 {
	width: 55%;
	position: absolute;
	left: 90px;
	bottom: 400px;
	transition: all 0.5s;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 16px;
	color: #f5f5f5;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.inpro_cell dl dd h3 {
	font-size: 64px;
	color: #fff;
	font-family: "microsoft yahei";
}
.inpro_cell dl dd h4 {
	font-size: 2rem;
	color: #fff;
	font-family: "microsoft yahei";
}
.inpro_cell dl dd a:hover .div1 {
	left: 60px;
	bottom: auto;
	top: 58px;
}
.inpro_cell dl dd:hover .div2 {
	opacity: 1;
	filter: alpha(opacity=100);
}
.inpro_txt {
	float: left;
	width: 25%;
	font-size: 14px;
	color: #595757;
	line-height: 2;
	padding: 3% 0 0 3%;
}
.inpro_txt span {
	color: #7b8b6f;
}
.invideo {
	margin-top: 40px;
}
.invideo video {/*display: none;width:100%;*/
}
.invideo_txt {
	width: 50%;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	z-index: 10;
}
.invideo_con p {
	width: 100%;
	color: #fff;
	background:  no-repeat 0px 100%;
	height: 467px;
}
.invideo_con h3 {
	font-size: 3rem;
	font-family: "microsoft yahei";
	line-height: 1.3;
	margin-top: 25px;
	color: #cacaca;
}
.invideo_con h4 {
	font-size: 20px;
	font-family: arial;
	line-height: 1.5;
	text-transform: uppercase;
	padding-left: 78px;
	position: relative;
}
.invideo_con h4::before {
	width: 50px;
	height: 4px;
	background: #7b8b6f;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.invideo_btn {
	background: #fff;
	overflow: hidden;
}
.invideo_play {
	display: inline-block;
	padding: 0 66px 0 40px;
	height: 65px;
	line-height: 65px;
	margin-top: 90px;
	background: #7b8b6f  no-repeat 145px 50%;
	position: relative;
	font-size: 16px;
	color: #20211c;
	cursor: pointer;
}
.invideo_play:hover {
	color: #fff;
	background-image: ;
}
.invideo_play span {
	display: block;
	width: 63px;
	height: 63px;
	background:  no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
}
.invideo_link {
	display: block;
	float: right;
	width: 50%;
	padding: 55px 0 0 35px;
	font-size: 2.6rem;
	font-family: "microsoft yahei";
	color: #7b8b6f;
	text-transform: uppercase;
	line-height: 1.2;
	padding-bottom: 35px;
	background:  no-repeat 35px 100%;
}
.video_show {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.4);
	z-index: 9999999;
	text-align: center;
	opacity: 0;
	z-index: -999;
}
.video_show.show {
	opacity: 1;
	z-index: 999;
}
.video_show .video_w {
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30%;
	-webkit-transform: scale(0.5) translatey(-50%);
	-ms-transform: scale(0.5) translatey(-50%);
	-o-transform: scale(0.5) translatey(-50%);
	transform: scale(0.5) translatey(-50%);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.video_show .video_w video {
	width: 100%;
}
.video_show.show .video_w.scale {
	-webkit-transform: scale(1) translatey(-50%);
	-ms-transform: scale(1) translatey(-50%);
	-o-transform: scale(1) translatey(-50%);
	transform: scale(1) translatey(-50%);
}
.video_show .video_close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -40px;
	right: 0;
	opacity: 0;
	transition: all 0.5s 0.5s;
	-moz-transition: all 0.5s 0.5s;
	-webkit-transition: all 0.5s 0.5s;
	-o-transition: all 0.5s 0.5s;
}
.video_show.show .video_close {
	opacity: 1;
}
.inservice {
	background: #fafafa  no-repeat top left;
	background-position: 0px -320px;
}
.inservice_in {
	padding: 70px 0 102px;
	background:  no-repeat 101% 0;
}
.inservice .lk_tit h3 {
	background:  no-repeat right center;
}
.service_txt {
	width: 210px;
	font-size: 16px;
	color: #595757;
	line-height: 1.875;
	margin-right: 106px;
}
.service_txt span {
	color: #7b8b6f;
}
.service_box a {
	display: block;
	width: 22.9%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: 2.8%;
}
.service_box a:first-child {
	margin-left: 0;
}
.service_box a .hover_img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
}
.service_box a:hover .hover_img {
	opacity: 1;
}
.service_box a h3, .service_box a h4 {
	font-size: 2.4rem;
	color: #fff;
	position: absolute;
	left: 30px;
	z-index: 20;
}
.service_box a h3 {
	top: 30px;
	font-family: "microsoft yahei";
	text-transform: uppercase;
}
.service_box a h4 {
	padding-bottom: 30px;
	bottom: 30px;
	background:  no-repeat left bottom;
	font-family: "microsoft yahei";
}
.service_box a:nth-child(1) {
	margin-top: 54px;
}
.service_box a:nth-child(2) {
	margin-top: 128px;
}
.service_box a:nth-child(3) {
	margin-top: 54px;
}
.service_box a:nth-child(4) {
	margin-top: 90px;
}
.service_boxes a {
	display: block;/*width:22.9%;margin-left:2.8%;float:left;*/
	overflow: hidden;
	position: relative;
}
.service_boxes a .hover_img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 10;
}
.service_boxes a:hover .hover_img {
	opacity: 1;
}
.service_boxes a h3, .service_box a h4 {
	font-size: 3.4rem;/*color:#fff;*/
	position: absolute;
	left: 30px;
	z-index: 20;
}
.service_boxes a h3 {
	top: 30px;
	font-family: "microsoft yahei";
	text-transform: uppercase;
}
.service_boxes a h4 {
	padding-bottom: 30px;
	bottom: 30px;
	background:  no-repeat left bottom;
	font-family: "microsoft yahei";
}
.service_boxes a:nth-child(1) {
	margin-top: 54px;
}
.service_boxes a:nth-child(2) {
	margin-top: 54px;
}
.service_boxes a:nth-child(3) {
	margin-top: 54px;
}
.innews {
	margin: 82px 0;
}
.innews .lk_tit h3 {
	background:  no-repeat right center;
}
.innews_box {
	width: 91.8%;/*padding-top:55px;*/
	position: relative;
}
.innews_box .swiper-pagination {
	bottom: auto;
	top: 20px;
	right: 0;
	text-align: right;
}
.innews_box .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #bbbbbb;
	border-radius: 0;
	margin: 0 0 0 12px;
	opacity: 1;
}
.innews_box .swiper-pagination-bullet-active {
	background: #151313;
}
.innews_left {
	width: 48.4%;
	float: left;
	margin-right: 40px;
}
.innews_left dl {
	position: relative;
}
.innews_left dt {
	position: relative;
	overflow: hidden;
}
.innews_left dt a:hover img {
	transform: scale(1.1);
}
.innews_left dl dd {
	width: 38%;
	padding: 28px;
	position: absolute;
	left: 37px;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	background: #fff;
	z-index: 10;
}
.innews_left .news_txt h3 {
	font-size: 2.4rem;
	font-family: "microsoft yahei";
	line-height: 1.5;
}
.innews_left .news_txt .news_date {
	display: block;
	font-size: 1.8rem;
	color: #595757666;
	font-family: "microsoft yahei";
	margin-top: 12px;
}
.innews_left .news_txt p {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #59575776c;
	line-height: 1.7;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.innews_left .news_txt .more {
	display: block;
	width: 45px;
	height: 45px;
	background: #7b8b6f  no-repeat center;
	margin-top: 45px;
}
.innews_right dl {
	margin-bottom: 57px;
}
.innews_right dl, .innews_right dt, .innews_right dd, .innews_right dd a {
	overflow: hidden;
}
.innews_right dl a:hover img {
	transform: scale(1.1);
}
.innews_right dl dt {
	width: 200px;
	float: left;
}
.innews_right dl dd {
	padding-top: 5px;
}
.innews_right .news_date {
	float: left;
	padding: 0 35px;
	font-size: 16px;
	color: #2e2f34;
	text-align: center;
}
.innews_right .news_date span {
	display: block;
	font-size: 4.8rem;
	font-family: "microsoft yahei";
	line-height: 1;
	margin-bottom: 8px;
}
.innews_right dd a {
	display: block;
	padding: 0 30px;
	margin-top: 4px;
	border-left: 2px solid #dddddd;
}
.innews_right dd a:hover {
	border-color: #7b8b6f;
}
.innews_right dd a h3 {
	font-size: 1.8rem;
	color: #2e2f34;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: "microsoft yahei";
}
.innews_right dd a p {
	font-size: 14px;
	color: #59575776c;
	line-height: 1.7;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*******/
.auto-img {
	max-width: 100%;
	height: auto;
}
.ovh {
	overflow: hidden;
}
.pa {
	position: absolute;
}
.fb {
	font-weight: bold;
}
.f-16 {
	font-size: 16px;
}
.f-18 {
	font-size: 18px;
}
.f-20 {
	font-size: 20px;
}
.f-24 {
	font-size: 24px;
}
.f-30 {
	font-size: 30px;
}
.f-36 {
	font-size: 36px;
}
.f-40 {
	font-size: 40px;
}
.f-48 {
	font-size: 48px;
}
.f-60 {
	font-size: 60px;
}
.contactbox {
	font-size: 14px;
}
body .bg-f4 {
	background: #f4f4f4;
}
body .bg-f8 {
	background: #f8f8f8;
}
.tran_scale {
	display: block;
	overflow: hidden;
}
.tran_scale img {
	transition: all 1s ease;
}
.tran_scale:hover img {
	transform: scale(1.1, 1.1);
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ts-0-5 {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
}
.line-hide-2 {
	height: 3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line-hide-3 {
	height: 4.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*浜у搧涓績 start*/
.prdlistbox {
	padding: 70px 0 110px 0;
	position: relative;
	z-index: 20;
}
.space_mobile_img {
	display: none;
}
.protitle {/*background: right center no-repeat;*/
}
.protitle .f1 {
	font-family: "microsoft yahei";
	letter-spacing: 5px;
}
.protitle .f2 span {
	display: inline-block;
	width: 46px;
	height: 46px;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	background: #fff  no-repeat center;
	cursor: pointer;
	margin-left: 25px;
	vertical-align: -8px;
	display: none;
}
.prolist1 {
	margin-top: 70px;
	overflow: hidden;
}
.prolist1 .contw {
	margin: 0 -1.8em;
}
.prolist1 .item {
	width: 50%;
	float: left;
	margin-bottom: 3.6em;
}
.prolist1 .item .w {
	display: block;
	margin: 0 1.8em;
	position: relative;
}
.prolist1 .item span {
	display: block;
}
.prolist1 .item .imgmask {
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}
.prolist1 .item .imgborder {
	border: 8px solid #7b8b6f;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	opacity: 0;
}
.prolist1 .item .f1 {
	color: #fff;
	left: 1.5em;
	bottom: 3em;
	text-transform: uppercase;
}
.prolist1 .item .f2 {
	color: #fff;
	left: 1.5em;
	bottom: 1.5em;
}
.prolist1 .item .f3 {
	right: 1.5em;
	bottom: 1.5em;
	width: 1.3em;
	height: 1.3em;
	background:  center no-repeat;
}
.prolist1 .item .w:hover .imgmask, .prolist1 .item .w:hover .imgborder {
	opacity: 1;
}
.prolist1 .item .w:hover .f1 {
	top: 2em;
	left: 2em;
	bottom: auto;
}
.prolist1 .item .w:hover .f2 {
	left: 2em;
	bottom: 2em;
}
.prolist1 .item .w:hover .f3 {
	right: 2em;
	bottom: 2em;
}
.page {
	height: 116px;
	margin: 2px auto 0 auto;
	padding: 32px;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
	position: relative;
	z-index: 10px;
}
.page a {
	padding:0 10px;
	font-size:16px;
	font-weight:bold;
}
.page ul li {
	float: left;
	width: 45px;
}
.page .pagenum {
	background:  right center no-repeat;
	margin-top: 0.5em;
	text-align: left;
}
.page .pagenum .pn1 {
	color: #7b8b6f;
}
.pronum {
	margin: 2.8em 0;
}
.pronum span {
	color: #7b8b6f;
}
.page_item {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.page_item a {
	display: block;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
}
.page:hover .page_item {
	display: block;
}
.pronavbox {
	margin-top: 2.5em;
	border-top: 2px solid #151313;
	border-bottom: 1px solid #ddd
}
.pronav {
	margin: 16px 0 6px;
	height: 58px;
}
.pronav.open {
	height: auto;
}
.pronav .contw {
	margin: 0 -1.4em;
}
.pronav .item {
	display: inline-block;
	padding: 0 22px;
	background:  right center no-repeat;
	margin-bottom: 10px;
}
.pronav .item:last-child {
	background: none;
}
.pronav .item a {
	display: inline-block;
	width: 112px;
	text-align: center;
	color: #595757;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
}
.pronav .item a:hover, .pronav .item a.cr {
	color: #fff;
	background: #7b8b6f;
}
.pronavarrow {
	display: none;
	width: 38px;
	margin: 22px 0 0 12px;
	height: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: ;
	cursor: pointer;
}
.pronavarrow:hover {
	background-image: ;
}
.pronavarrow.open {
	background-image: ;
}
.pronavarrow.open:hover {
	background-image: ;
}
.prolist2 {
	overflow: hidden;
}
.prolist2 .item {
	width: 31.6%;
	float: left;
	margin-left: 2.6%;
	margin-bottom: 2.6%;
}
.prolist2 .item:nth-child(3n 1) {
	clear: both;
	margin-left: 0;
}
.prolist2 .item a {
	display: block;
}
.prolist2 .item span {
	display: block;
}
.prolist2 .item .font {
	padding: 25px 0;
	background: #fff;
	color: #595757;
	line-height: 30px;
}
.prolist2 .item .font .arrow {
	width: 47px;
	height: 25px;
	border-left: 1px solid #ddd;
	background:  right center no-repeat;
	margin-top: 4px;
	opacity: 0;
}
.prolist2 .item a:hover .font {
	box-shadow: 0 0 8px 6px #f5f5f5;
	padding: 25px 25px 25px 32px;
	color: #151313;
}
.prolist2 .item a:hover .arrow, .prolist2 .item a:hover .imgmask {
	opacity: 1;
}
.prolist2 .item .img {
	position: relative;
}
.prolist2 .item .imgmask {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center;
	background-image: ;
	opacity: 0;
}
/*浜у搧涓績 end*/

/*鍏充簬鎴戜滑 start*/
.historybox .protitle, .contact .protitle {
	margin-top: 32px;
}
.historytabs {
	margin: 60px 0 50px 0;
	position: relative;
}
.historytabs .gallery-thumbs {
	margin: 0 225px;
}
.historytabs .swiper-slide span {
	display: block;
	color: #595757;
	font-size: 16px;
	font-family: "microsoft yahei";
	letter-spacing: 2px;
	padding-bottom: 12px;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.historytabs .swiper-slide span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #7b8b6f;
	transition: all 0.3s;
}
.historytabs .swiper-slide-thumb-active span {
	color: #151313;
}
.historytabs .swiper-slide-thumb-active span::after {
	width: 100%;
}
.historytabs .swiper-button-prev, .historytabs .swiper-button-next {
	width: 55px;
	height: 55px;
	margin-top: -27px;
	background-size: 12px 20px;
}
.historytabs .swiper-button-prev {
	background:  center no-repeat #7b8b6f;
	left: 70px;
}
.historytabs .swiper-button-next {
	background:  center no-repeat #7b8b6f;
	right: 70px;
}
#history .swiper-slide {
	position: relative;
}
#history .wrap {
	position: absolute;
	left: 50%;
	margin-left: -800px;
	top: 0;
	height: 100%;
	width: 1600px
}
#history .font {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1.2;
	height: 100%;
	width: 46.5%;
	color: #fff;/*background: bottom center no-repeat #151313;background-size:100%;*/
}
#history .font .event {
	position: absolute;
	left: 60px;
	top: 56px;
	right: 60px;
}
#history .font .year {
	width: 190px;
	height: 190px;
	padding: 130px 25px 30px;/*border:8px solid #7b8b6f;*/
	line-height: 1.2;
	display: inline-block;
	font-family: "microsoft yahei";
}
#history .font .year span {
	display: block;
	white-space: nowrap;
}
#history .font .year .f1 {
	line-height: 1;
}
#history .font .year .f2 {/*background: right center no-repeat;margin:15px 8px 0;*/
}
#history .font .event p {
	margin-bottom: 20px;
}
#history .font .event .en {
	opacity: 0.5;
	margin-top: 2em;
}
#history .font .event .chs {
	margin-top: 20px;
}
#history .font .event .chs p {
	padding-left: 2em;
	line-height: 1.5;
	font-size: 16px;
	background:  0 7px no-repeat;
}
.corporate_news .protitle {
	float: left;
	padding-right: 110px;
}
.news_menu {
	float: right;
	margin-top: 35px;
}
.news_menu a {
	display: inline-block;
	width: 185px;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	color: #595757;
	background: #fff;
	margin-left: 27px;
}
.news_menu a.cr, .news_menu a:hover {
	background: #7b8b6f;
	color: #fff;
}
.latestnews {
	margin: 70px 0 60px 0;
	position: relative;
}
.latestnews a {
	display: block;
}
.latestnews .img {
	width: 62%
}
.latestnews .font {
	width: 42%;
	right: 0;
	top: 50%;
	padding: 46px;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	background: #fff;
}
.latestnews .font .lable {
	width: 100px;
	height: 100px;
	text-transform: uppercase;
	background: #7b8b6f  no-repeat center;
	background-size: cover;
	color: #fff;
	font-family: "microsoft yahei";
	position: absolute;
	left: -100px;
	top: 0;
	padding: 2em 1em 1em 1em;
}
.latestnews .font .date {
	margin-bottom: 1em;
	font-family: "microsoft yahei";
	color: #151313;
}
.latestnews .font .f1 {
	margin-bottom: 1em;
	font-family: "microsoft yahei";
}
.latestnews .font .f2 {
	font-size: 14px;
	color: #59575776c;
	line-height: 1.7;
}
.latestnews .font .more {
	width: 45px;
	height: 45px;
	border: 1px solid #e5e5e5;
	margin-top: 3em;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center;
}
.latestnews .font .more:hover, .newslist .item .font .more:hover {
	border-color: #7b8b6f;
	background:  center no-repeat #7b8b6f;
}
.newslist {
	margin-bottom: 5em;
	margin-top:180px;
}
.newslist .item {
	margin-bottom: 2.6em;
	background: #fff;
}
.newslist .item a {
	display: block;
}
.newslist .item .img {
	width: 450px;
	position: relative;
}
.newslist .item .img .mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5)  no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s;
}
.newslist .item .img:hover .mask {
	opacity: 1;
}
.newslist .item .date {
	padding: 1.4em 3.5em;
	line-height: 1.2;
	border-right: 1px solid #e0e0e0;
	margin-top: 70px;
	text-align: center;
}
.newslist .item .date .f-60 {
	line-height: 0.8;
	margin-bottom: 10px;
	font-family: "microsoft yahei";
}
.newslist .item .font {
	padding: 0 200px 0 5em;
	margin-top: 73px;
	position: relative;
}
.newslist .item .font .f2 {
	font-size: 14px;
	color: #59575776c;
	line-height: 1.7;
	margin-top: 1em;
}
.newslist .item .font .more {
	border: 1px solid #e5e5e5;
	width: 60px;
	height: 60px;
	background:  center no-repeat;
	right: 60px;
	top: 50%;
	margin-top: -30px;
}
.newslist .item:hover {
	box-shadow: 0 0 6px 4px #e6e6e6;
}
.contactbox .protitle {
	padding: 4em 0 3em 0;
}
.contactbox {
}
.contactcont1 {
	width: 59%;
}
.contactcont2 {
	width: 39%;
	background: #7b8b6f center no-repeat;
	background-size: cover;
}
.contactcont3 {
	width: 59%;
	height: 788px;
}
.contactcont4 {
	width: 41%;
	background: #f1f1f1;
}
.contactcont5 {
	width: 41%;
}
#allmap img {/*max-width: none!important;*/
}
#list {
	width: 41%;
	float: left;
	height: 788px;
	overflow-y: auto;
}
#list li {
	border-top: 1px solid #f1f1f1;
	height: 262px;
}
#list li.active {
	background: #f1f1f1;
	border: none;
}
#list li.active .contactinfo4 .dot {
	border-color: #fff;
}
.contactcont .contactitem1 {
	width: 944px;
}
.contactcont .contactitem2 {
	width: 656px;
}
.contactinfo1 {
	padding: 50px 0;
}
.contactinfo1 .info1 {
	padding-right: 80px;
	/*border-right: 1px solid #ddd;*/
}
.contactinfo1 p img {
	width: 1.2em;
	margin-right: 0.5em;
	vertical-align: -3px;
	display: block;
	float: left;
}
.contactinfo1 p span, .contactinfo1 p span a {
	display: block;
}
.contactinfo1 p span em {
	font-family: "microsoft yahei";
}
.contactinfo1 .info1 a {
	display: block;
	margin: 0.3em 0 0.7em 0;
	font-family: "microsoft yahei";
}
.contactinfo1 .info2 {
	padding: 0 80px;
}
.contactinfo1 .info2 p {
	font-weight: bold;
}
.contactinfo1 .info2 p:nth-child(2) {
	margin-top: 2em;
}
.contactinfo1 .info2 p a {
	font-weight: normal;
	margin-top: 0.5em;
	text-transform: uppercase;
}
.contactinfo2 {
	padding: 6em 0 6em 40px;
}
.contactinfo2 .item {
	float: left;
	width: 168px;
	margin-left: 68px;
	text-align: center;
	padding: 1em;
	background: #fff;
}
.contactinfo2 .item span {
	display: block;
	margin-top: 0.5em;
	white-space: nowrap;
}
.contactinfo4 {
	padding: 50px 80px 50px 70px;
	position: relative;
}
.contactinfo4 a {
	display: block
}
.contactinfo4 .f1 {
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-family: "microsoft yahei";
}
.contactinfo4 .f2 {
	padding-bottom: 1em;
	margin-bottom: 1em;
	background:  left bottom no-repeat;
	background-size: 1.2em auto;
}
#list li .contactinfo4 .f3 {/*width:265px;*/
}
.contactinfo4 .f3 {
	margin-bottom: 10px;
	overflow: hidden;
	color: #151313;
}
.contactinfo4 .f3 i {
	display: none;
	float: right;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #bbbbbb  no-repeat 0 0;
	vertical-align: middle;
	margin-left: 32px;
}
/*.contactinfo4 h3{height:68px;overflow-y:auto;}*/
.contactinfo4 .f3.active i {
	background-color: #7b8b6f;
}
.contactinfo4 .dot {
	width: 72px;
	height: 72px;
	border: 5px solid #7b8b6f;
	background:  center no-repeat #fff;
	position: absolute;
	right: 0;
	top: 10em;
}
.contactcont5 .contactinfo4 .dot {
	border-color: #7b8b6f;
}
/*婊氬姩鏉?start*/  
::-webkit-scrollbar {
width: 4px;
height: 4px;
background-color: #f5f5f5;
}
/*瀹氫箟婊氬姩鏉¤建閬?鍐呴槾褰?鍦嗚*/  
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background: #fff;
}
/*瀹氫箟婊戝潡 鍐呴槾褰?鍦嗚*/  
::-webkit-scrollbar-thumb {
border-radius: 3px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color:rgba(158, 158, 158, 0.7);
}
::-webkit-scrollbar-thumb:hover {
border-radius: 3px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color:rgba(158, 158, 158, 1);
}
/*鍏充簬鎴戜滑 end*/

/*鍔犲叆鎴戜滑 start*/
.recruit .protitle {
	width: 650px;
}
.recruitform {
	margin-top: 36px;
}
.recruitform .select {
	background:  210px center no-repeat #fff;
	box-shadow: 0 0 12px 5px rgba(238,238,238,0.5);/*margin-right:30px;*/
}
.recruitform .select select {
	border: none;
	background:  235px center no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	padding: 20px;
	width: 270px;
	height: 60px;
}
.recruitform .input {
	width: 380px;
	box-shadow: 0 0 12px 5px rgba(238,238,238,0.5);
	background: #fff;
}
.recruitform .input .sub {
	width: 70px;
	height: 60px;
	background:  center no-repeat;
}
.recruitform .input .txt {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}
.recruittable {
	margin: 4em 0;
}
.w12 {
	width: 12%
}
.w16 {
	width: 16%
}
.recruittable .thead {
	padding: 2em 0;
	line-height: 1;
	background: #181819;
	color: #fff;
	margin-bottom: 2em;
}
.recruittable .thead div.tal, .recruittable .tbody div.tti {
	text-align: left;
	padding-left: 2em;
}
.recruittable .thead div, .recruittable .tbody > div {
	float: left;
	text-align: center;
}
.recruittable .tbody > div {
	padding: 20px 0;
	font-size: 16px;
}
.recruittable .item {
	margin-bottom: 2em;
}
.recruittable .tbody {
	line-height: 1;
	color: #757575;
	background: #fff;
	cursor: pointer;
}
.recruittable .tbody div.tti {
	color: #151313;
	font-weight: normal;
	font-size: 18px;
}
.recruittable .tbody .btnbox {
	height: 40px;
	margin-top: 8px;
	padding: 0;
}
.recruittable .tbody .btn {
	width: 40px;
	height: 40px;
	margin: 0 auto 0 auto;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	background-image: ;
	background-position: center;
	background-repeat: no-repeat;
}
.recruittable .tbody .line {
	border-right: 1px solid #9e9e9e;
}
.recruittable .item.on .tbody .line {
	border-right: 1px solid #f3d5d4;
}
.recruittable .tbody:hover, .recruittable .item.on .tbody {
	background:  left bottom no-repeat #7b8b6f;
	background-size: 100%;
	color: #fff;
}
.recruittable .tbody:hover div.tti, .recruittable .item.on .tbody div.tti {
	color: #fff;
	font-weight: normal;
}
.recruittable .tbody:hover .line, .recruittable .item.on .tbody .line {
	border-color: #f3d5d4;
}
.recruittable .tbody:hover .btn, .recruittable .item.on .tbody .btn {
	border-color: #fff;
	background-color: #fff;
}
.recruittable .item.on .tbody .btn {
	background-image: ;
}
.jobdesc {
	padding: 50px 70px;
	background: #fff;
	display: none;
}
.jobdesc h3 span {
	color: #7b8b6f;
	display: inline-block;
	margin: 0 0.2em;
	font-family: "microsoft yahei";
}
.jobdesc h3, .jobdesc p {
	line-height: 1.8;
	font-size: 16px;
}
.jobdesc h3 {
	margin-bottom: 1em;
}
.jobdesc h2 {
	color: #151313;
	margin: 1em 0 0.5em 0;
	font-family: "microsoft yahei";
}
.connectway {
	margin-top: 4em;
}
.connectway .connectitem {
	width: 33%;
	float: left;
	text-align: center;
	padding-bottom: 1em;
	border-right: 1px solid #ddd;
}
.connectway .connectitem:last-child {
	border-right: none;
}
.connectway .connectitem img {
	display: block;
	margin: 0 auto 1em auto;
}
.connectway .connectitem a {
	display: inline-block;
	margin: 0 1em;
}
.connectway .mail {
	text-align: center;
	padding-top: 2em;
	margin-top: 2em;
	border-top: 1px solid #ddd;
}
.connectway .mail a {
	color: #7b8b6f;
	display: inline-block;
	margin-left: 1em;
	font-family: "microsoft yahei";
}
/*鍔犲叆鎴戜滑 end*/
/*鍝佺墝浠嬬粛*/
.brand_vision {
	margin: 70px 0 70px 0;
}
.brand_story {
	width: 36%;
}
.brand_img {
	width: 61%;
}
.brand_story, .brand_img {
	margin-top: 45px;
}
.brand_box {/*width:263px;*/
	height: 263px;
	background: #7b8b6f no-repeat center;
	background-size: cover;
	padding: 100px 30px 40px;
}
.brand_box h3 {
	font-size: 3.6rem;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 1.3;
}
.brand_box p {
	font-size: 2.4rem;
	color: #fff;
	font-family: "microsoft yahei";
	margin-top: 15px;
}
.brand_txt {
	font-size: 16px;
	color: #595757;
	line-height: 1.7;
	margin-top: 35px;
	overflow: hidden;
}
.brand_txt p {
	margin-top: 40px;
	font-size: 16px;
}
.brand_honor {
	padding: 55px 0 80px;
	background: #f4f4f4  no-repeat 104% 0;
}
.brand_honor .protitle {
	background: none;
	float: left;
}
.honor_total {
	margin-top: 50px;
}
.honor_total h3 {
	font-size: 16px;
	color: #151313;
}
.honor_total h3 span {
	font-size: 3rem;
	color: #7b8b6f;
	font-family: "microsoft yahei";
	padding: 0 6px;
}
.honor_total p {
	font-size: 12px;
	color: #cacaca;
	margin-top: 6px;
}
.select_year {
	width: 208px;
	background: #fff;
	margin-left: 65px;
	margin-top: 50px;
}
.select_year select {
	width: 100%;
	height: 65px;
	padding: 22px 24px;
	border: none;
	font-size: 14px;
	color: #595757;
	background:  no-repeat 88% 50%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.honor_box {
	margin-top: 65px;
}
.honor_first {
	width: 48%;
	height: 462px;
	float: left;
	background: #fff;
	padding: 70px 70px 40px 40px;
	margin-bottom: 4%;
}
.honor_first .honor_flag {
	width: 100px;
	height: 100px;
	text-transform: uppercase;
	background: #7b8b6f  no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	font-family: "microsoft yahei";
	position: absolute;
	left: 0;
	top: 0;
	padding: 2em 0.8em 1em 0.8em;
}
.honor_first dt {
	float: right;
	width: 37%;
	margin-left: 80px;
}
.honor_first dd {
	margin-top: 130px;
	overflow: hidden;
}
.honor_first dd h3 {
	font-size: 2.8rem;
	font-family: "microsoft yahei";
}
.honor_first dd span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #595757;
}
.honor_first dd p {
	font-size: 14px;
	margin-top: 110px;
}
.honor_list .honor_item {
	display: block;
	float: left;
	background: #fff;
	width: 22%;
	height: 462px;
	margin-left: 4%;
	margin-bottom: 4%;
	padding: 50px 25px 25px;
	position: relative;
	border: 5px solid #fff;
}
.honor_list .honor_item:nth-of-type(4n-1) {
	clear: both;
	margin-left: 0;
}
.honor_list .honor_img {
	height: 325px;
	overflow: hidden;
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	text-align: center;
	margin-bottom: 20px;
}
.honor_list .honor_img img {
	max-height: 100%;
	margin: 0 auto;
	filter: drop-shadow(0px 2px 8px rgba(0,0,0,.22));
}
.honor_list .honor_tit {
	position: absolute;
	left: 25px;
	right: 50px;
	bottom: 25px;
	text-align: center;
	font-size: 16px;
	color: #151313;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.honor_list .honor_date {
	display: none;
	font-size: 16px;
	color: #7b8b6f;
	font-family: "microsoft yahei";
	position: absolute;
	left: 15px;
	top: 15px;
}
.honor_list .honor_item span {
	display: none;
	width: 56px;
	height: 56px;
	background: #fff  no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -28px;
}
.honor_list .honor_item:hover {
	border: 5px solid #7b8b6f;
}
.honor_list .honor_item:hover .honor_tit {
	color: #7b8b6f;
}
.honor_list .honor_item:hover .honor_date, .honor_list .honor_item:hover span {
	display: block;
}
.video_box {
	padding: 68px 0 68px;/*background: no-repeat 0 100%; */
}
.video_swiper .swiper-container .swiper-slide {
	padding-bottom: 5px;
}
.video_box .protitle {
	background: none;
	display: inline-block;
	margin-bottom: 54px;
}
.video_swiper dl {
	box-shadow: 0 0px 8px rgba(0,0,0,0.06);
}
.video_swiper dl dt {
	position: relative;
}
.video_swiper dl dt span {
	display: block;
	width: 100px;
	height: 100px;
	background:  no-repeat center;
	background-size: 100%;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -55px;
	margin-top: -50px;
}
.video_swiper dl dd {
	background: #fff;
	padding: 15px 30px;
	font-size: 16px;
	color: #151313;
}
.video_swiper .swiper-button-prev {
	width: 18px;
	height: 29px;
	background-size: 18px 29px;
	background-position: left center;
	top: -90px;
	margin-top: 0;
	left: auto;
	right: 44px;
	padding-right: 44px;
	border-right: 1px solid #cacaca999;
}
.video_swiper .swiper-button-next {
	width: 18px;
	height: 29px;
	background-size: 18px 29px;
	top: -90px;
	margin-top: 0;
	right: 0;
}
.video_swiper .swiper-pagination {
	display: none;
	width: 100%;
	position: static;
	text-align: center;
	margin-top: 20px;
}
.video_swiper .swiper-pagination-bullet {
	margin: 0 4px;
}
.video_swiper .swiper-pagination-bullet-active {
	background: #7b8b6f;
}
/*鍏徃瀹炲姏*/
.hard_box {
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	z-index: 10;
}
.hard_txt {
	width: 410px;
	height: 410px;
	background:  no-repeat center;
	padding: 70px 40px;
}
.hard_txt h3 {
	font-size: 7rem;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 1;
	padding-top: 60px;
	background:  no-repeat left top;
}
.hard_txt p {
	font-size: 3rem;
	color: #fff;
	font-family: "microsoft yahei";
	letter-spacing: 15px;
	margin-top: 25px;
}
.hard_section1 {
	padding: 100px 0;
	background:  no-repeat center;
	background-size: cover;
}
.hard_first_left {
	width: 48%;
}
.hard_first_left dl dt {
	color: #fff;
	margin-top: 20px;
}
.hard_first_left dl dt h3 {
	line-height: 1.25;
	font-family: "microsoft yahei";
}
.hard_first_left dl dt h3 span {
	color: #7b8b6f;
	font-family: "microsoft yahei";
	padding-left: 12px;
}
.hard_first_left dl dt p.font1 {
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-top: 20px;
}
.hard_first_left dl dt p.font2 {
	font-size: 16px;
	line-height: 1.8;
	padding-top: 40px;
	margin-top: 10px;
	background:  no-repeat left top;
}
.hard_first_left dl dd {
	margin-top: 60px;
}
.hard_first_right {
	width: 50%;
}
.hard_first_right dl dt {
	position: relative;
}
.hard_first_right dl dt p {
	position: absolute;
	font-size: 16px;
	color: #fff;
	font-family: "microsoft yahei";
	bottom: 20px;
	left: 25px;
	right: 25px;
}
.hard_first_right dl dd {
	margin-top: 35px;
	overflow: hidden;
}
.hard_first_right dl dd .hard_first {
	width: 44%;
	float: left;
	padding: 40px 25px 25px;
	background: #fff;
}
.hard_first_right dl dd .hard_first h3 {
	font-size: 11rem;
	color: #7b8b6f;
	font-family: "microsoft yahei";
	line-height: 1;
}
.hard_first_right dl dd .hard_first p {
	font-size: 14px;
	color: #595757;
	font-family: "microsoft yahei";
	line-height: 1.3;
	margin-top: 65px;
	word-wrap: break-word;
}
.hard_first_right dl dd .hard_img {
	width: 50.8%;
	float: right;
}
.hard_section2 {
	background:  no-repeat right top;
}
.hard_section2_in {
	padding: 140px 0;
	background:  no-repeat -3% 100%;
}
.hard_sec_one dt {
	width: 47.5%;
	float: left;
}
.hard_sec_one dd {
	padding: 25px 260px 0 120px;
	overflow: hidden;
}
.hard_sec_one dd h3 {
	line-height: 1.25;
	font-family: "microsoft yahei";
}
.hard_sec_one dd p.font1 {
	font-size: 16px;
	color: #151313;
	line-height: 1.8;
	padding-top: 55px;
	background:  no-repeat left top;
	margin-top: 30px;
}
.hard_sec_one dd p.font2 {
	font-size: 16px;
	color: #595757;
	margin-top: 30px;
}
.hard_sec_two dt {
	width: 42%;
	float: left;
}
.hard_sec_two dt h3 {
	margin-top: 110px;
	text-align: right;
	font-size: 11rem;
	color: #7b8b6f;
	font-family: "microsoft yahei";
	line-height: 1;
}
.hard_sec_two dt p {
	font-size: 14px;
	color: #595757;
	font-family: "microsoft yahei";
	line-height: 1.7;
	margin-top: 50px;
}
.hard_sec_two dd {
	width: 48%;
	float: right;
	text-align: right;
	margin-right: 5%;
}
.hard_sec_two dd span {
	display: inline-block;
}
.hard_sec_two dd span:nth-child(1) {
	width: 62.5%;
}
.hard_sec_two dd span:nth-child(2) {
	width: 31.5%;
	margin-left: 3.5%;
}
.hard_section3 {
	padding: 190px 0;
	background:  no-repeat center;
	background-size: cover;
}
.hard_section3 dl dt {
	width: 42%;
	float: left;
	margin-top: 75px;
}
.hard_section3 dl dt h3 {
	font-size: 7.2rem;
	color: #6d3134;
	text-transform: uppercase;
	font-family: "microsoft yahei";
	word-wrap: break-word;
}
.hard_section3 dl dt h4 {
	font-size: 4.8rem;
	font-family: "microsoft yahei";
	padding-top: 76px;
	background:  no-repeat left top;
	margin-top: 50px;
}
.hard_section3 dl dt h4 span {
	color: #7b8b6f;
	font-family: "microsoft yahei";
}
.hard_section3 dl dt p {
	font-size: 16px;
	color: #595757;
	line-height: 1.8;
	margin-top: 20px;
}
.hard_section3 dl dd {
	width: 52%;
	float: right;
	text-align: right;
	overflow: hidden;
}
.hard_section3 dl dd h3 {
	display: inline-block;
	font-size: 11rem;
	color: #7b8b6f;
	font-family: "microsoft yahei";
	line-height: 1;
	margin-right: 110px;
}
.hard_section3 dl dd .span1 {
	width: 48%;
	float: left;
}
.hard_section3 dl dd .span2 {
	width: 48%;
	float: right;
	margin-top: 90px;
}
/******/

.spacebox {
	background: #f4f4f4;
}
.spacelist dl {
	float: left;
	width: 48%;
	position: relative;
	margin-left: 4%;
	margin-bottom: 4%;
}
.spacelist dl:nth-child(2n 1) {
	clear: both;
	margin-left: 0;
}
.spacelist dl dt {
	overflow: hidden;
}
.spacelist dl img {
	width: 100%;
}
.spacelist dl:hover dt img {
	transform: scale(1.1);
}
.spacelist dl dd {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.spacelist dl dd .mask {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 3em 5em;
	transition: all 0.5s ease 0s;
	position: absolute;
}
.spacelist dl dd .mask::before, .spacelist dl dd .mask::after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}
.spacelist dl dd .mask::before {
	border-top: 8px solid #002870;
	border-bottom: 8px solid #002870;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}
.spacelist dl dd .mask::after {
	border-left: 8px solid #002870;
	border-right: 8px solid #002870;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
}
.spacelist dl dd a:hover .mask::before, .spacelist dl dd a:hover .mask::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.spacelist dl dd .mask span {
	display: block;
	width: 33px;
	height: 33px;
	background:  no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 50px;
	bottom: 46px;
	transition: all 0.5s ease 0s;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	opacity: 0;
	filter: alpha(opacity=0);
}
.spacelist dl dd a:hover .mask {
	background: rgba(0,0,0,0.4);
}
.spacelist dl dd a:hover .mask span {
	opacity: 1;
	filter: alpha(opacity=1);
	transform: scale(1);
}
.spacelist dl dd h3 {
	font-size: 2.4rem;
	color: #fff;
	font-family: "microsoft yahei";
	text-transform: uppercase;
	position: absolute;
	left: 35px;
	bottom: 65px;
	transition: all 0.5s;
}
.spacelist dl dd h4 {
	font-size: 2.4rem;
	color: #fff;
	font-family: "microsoft yahei";
	position: absolute;
	left: 35px;
	bottom: 30px;
	transition: all 0.5s;
}
.spacelist dl dd h4 i {
	display: inline-block;
	width: 48px;
	height: 26px;
	background:  no-repeat 0 0;
	background-size: 100%;
	margin-left: 16px;
	vertical-align: -5px;
}
.spacelist dl dd a:hover h3 {
	left: 48px;
	bottom: auto;
	top: 50px;
}
.spacelist dl dd a:hover h4 {
	left: 48px;
	bottom: 50px;
}
.spacelist2 {
	margin-top: 65px;
}
.spacelist2 .item span.ellipsis {
	padding-left: 32px;
}
.spacelist2 .item .font .arrow {
	border-left: none;
}
.spacelist2 .item a:hover .font {
	padding-left: 0;
	padding-right: 32px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}
.spacelist2 .item .imgmask {
	background-image: ;
}
/*鏂伴椈璇︽儏椤?/
.newsbox {
	padding: 85px 0 135px;
	/*background: #f8f8f8;*/
}
.newsbox .wrap {
	width: 1440px;
	background: #fff;
	padding: 40px 40px 65px;
	margin:0 auto;
}
.newscon {
	margin-top: 80px;
	margin-bottom: 50px;
}
.newscon, .newscon p {
	font-size: 16px;
	color: #595757;
	line-height: 2;
}
.newscon p { /*margin-bottom:2em;*/
}
.newstitle {
	font-size: 3.6rem;
	font-family: "microsoft yahei";
	line-height: 1.5;
}
.news_time {
	font-size: 16px;
	color: #cacaca;
	margin-top: 15px;
	padding-bottom: 40px;
	border-bottom: 2px solid #151313;
}
.news_time span {
	display: inline-block;
	padding: 0 25px;
	border-left: 1px solid #dddddd;
}
.news_time span:nth-child(1) {
	padding-left: 0;
	border-left: none;
}
.news_time span:nth-child(3) {
	padding-right: 0;
}
.share_box {
	display: inline-block;
	text-align: center;
}
.share_box a {
	display: inline-block;
	width: 30px;
	height: 25px;
	margin: 0 5px;
}
.share_box a img {
	transition: none;
}
.news_time .social-share a {
	margin: 0 5px 0 0;
}
.news_time .social-share .social-share-icon {
	border: none;
	color: #fd7722;
	vertical-align: -2px;
}
.news_time .social-share .icon-wechat, .news_time .social-share .icon-weibo {
	border: none;
	color: #cacaca999;
}
.prev_next {
	margin-top: 100px;
	padding-top: 70px;
	border-top: 1px solid #dddddd;
}
.prev_next .fl, .prev_next .fr {
	font-size: 2.4rem;
	font-family: "microsoft yahei";
	line-height: 60px;
	overflow: hidden;
	margin-top: 12px;
}
.prev_next em {
	width: 60px;
	height: 60px;
	border: 1px solid #dddddd;
}
.prev_next .fl em {
	float: left;
	background:  no-repeat center;
	margin-right: 20px;
}
.prev_next .fr em {
	float: right;
	background:  no-repeat center;
	margin-left: 20px;
}
.prev_next a:hover em {
	border-color: #7b8b6f;
}
.prev_next a.fl:hover em {
	background: #7b8b6f  no-repeat center;
}
.prev_next a.fr:hover em {
	background: #7b8b6f  no-repeat center;
}
.btn_back {
	display: block;
	width: 210px;
	height: 90px;
	line-height: 28px;
	background: #222222;
	font-size: 18px;
	color: #fff;
	padding: 30px 45px 0;
	white-space: nowrap;
	margin: 0 auto;
}
.btn_back img {
	margin-right: 22px;
}
.btn_back:hover {
	background: #7b8b6f;
	color: #fff;
}
.newsul li {
	width: 48%;
	float: left;
	list-style-type: square;
	margin-left: 20px;
}
@media (max-width: 500px) {
.newsul li {
	width: 100%;
}
}
/*鍏充簬鎴戜滑*/
.aboutbox {
	padding-bottom: 110px;
	background: #fff  repeat-x left bottom;
	position: relative;
	overflow: hidden;
}
.aboutbox_in {
	padding-top: 75px;
	background:  no-repeat right top;
}
.aboutbox .protitle {
	display: inline-block;
	padding-right: 110px;
}
.bottom_fan {
	position: absolute;
	bottom: 0;
	left: -13%;
	z-index: 10;
}
.about_con {
	margin-top: 25px;
	position: relative;
	z-index: 20;
}
.about_con dl {
	width: 23.5%;
	min-height: 460px;
	float: left;
	margin-left: 2%;
	background: #fff;
	padding: 50px 40px 40px;
}
.about_con dl:nth-child(1) {
	margin-left: 0;
}
.about_con dl dt {
	width: 54px;
	height: 54px;
	overflow: hidden;
}
.about_con dl dd {
	padding: 30px 12px 0;
	margin-top: 180px;
	border-top: 3px solid #151313;
}
.about_con dl:hover dt img {
	margin-top: -100%;
}
.about_con dl:hover dd {
	border-color: #c30301;
}
.about_con dl dd h3 {
	font-size: 1.8rem;
	font-family: "microsoft yahei";
	line-height: 1.67;
}
.about_con dl dd p {
	font-size: 14px;
	color: #888;
	line-height: 1.3;
	margin-top: 35px;
}
.idea_txt {
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.idea_txt dl {
	width: 18%;
	float: left;
	margin-left: 9%;
}
.idea_txt dl dd {
	margin-top: 55px;
}
.idea_txt dl dd h3 {
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 1.1;
	padding-bottom: 35px;
}
.idea_txt dl:nth-child(1) {
	margin-left: 0;
}
.idea_txt dl:nth-child(1) dd h3 {
	border-bottom: 5px solid #7b8b6f;
}
.idea_txt dl:nth-child(2) dd h3 {
	border-bottom: 5px solid #aa1b79;
}
.idea_txt dl:nth-child(3) dd h3 {
	border-bottom: 5px solid #0093dd;
}
.idea_txt dl dd h4 {
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 1.5;
	margin-top: 25px;
}
.idea_txt dl dd p {
	font-size: 16px;
	color: rgba(255,255,255,0.6);
	margin-top: 15px;
}
.idea_txt dl dd img {
	margin-top: 90px;
}
.nation_con {
	width: 100%;
	left: 0;
	top: 55px;
	z-index: 10;
}
.nation_txt {
	float: right;
	width: 367px;
}
.nation_top {
	padding: 30px 30px 40px;
	background: #fff;
}
.nation_top h3 {
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 1.8rem;
	font-family: "microsoft yahei";
	margin-bottom: 30px;
}
.nation_item {
	width: 50%;
	float: left;
	padding: 0 10px 0 40px;
	font-size: 1.8rem;
	color: #595757;
	line-height: 1.8;
}
.nation_item span {
	color: #7b8b6f;
	font-size: 3rem;
	font-family: "microsoft yahei";
	padding-right: 10px;
}
.nation_item:nth-of-type(1) {
	padding-left: 15px;
	border-right: 1px solid #efefef;
}
.nation_bom {
	background:  no-repeat center;
	background-size: cover;
}
.nation_bom h3 {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nation_bom .nation_item {
	color: #fff;
}
.nation_bom .nation_item span {
	color: #7b8b6f;
}
.nation_bom .nation_item:nth-of-type(1) {
	border-right: 1px solid rgba(255,255,255,0.1);
}
/*浜у搧璇︽儏*/
.proinfo .header {
	left: 0;
	right: 0;
	top: 0;
}
.procontent {
	margin-top: 100px;
	background: #f7f7f7;
	padding: 30px 0 115px;
}
.procontent .crumbs {
	position: static;
}
.procontent .crumbs a {
	color: rgba(51,51,51,0.8);
}
.procontent .crumbs span {
	color: #7b8b6f;
}
.procontent .crumbs i {
	background-image: ;
}
.pro_box {
	margin-top: 50px;
}
.pro_desc {
	background: #fff;
}
.pro_desc .pro_img {
	width: 60%;
	float: left;
}
.pro_desc .pro_txt {
	padding: 50px 70px 20px 90px;
}
.pro_desc .pro_txt h2 {
	font-size: 4.6rem;
	font-family: "microsoft yahei";
	text-transform: uppercase;
}
.pro_desc .pro_txt h3 {
	font-size: 4rem;
	font-family: "microsoft yahei";
	margin-top: 30px;
	padding-top: 80px;
	background:  no-repeat left top;
}
.pro_desc .pro_txt h4 {
	font-size: 16px;
	color: #595757;
	margin: 30px 0 10px;
}
.pro_desc .pro_txt p {
	font-size: 12px;
	color: #cacaca;
}
.pro_desc .pro_txt ul {
	margin-top: 30px;
	overflow: hidden;
}
.pro_desc .pro_txt ul li {
	float: left;
	font-size: 16px;
	color: #595757;
	padding-left: 20px;
	padding-right: 24px;
	position: relative;
	margin-bottom: 15px;
}
.pro_desc .pro_txt ul li::before {
	width: 6px;
	height: 6px;
	background: #7b8b6f;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
}
.pro_desc .pro_txt ul li:nth-child(2n 1) {
	clear: both;
}
.pro_desc .btn_yuyue {
	display: block;
	width: 234px;
	height: 75px;
	line-height: 75px;
	background:  no-repeat 0 0;
	background-size: cover;
	text-align: center;
	font-size: 1.8rem;
	font-family: "microsoft yahei";
	color: #fff;
	margin-top: 90px;
}
.pro_tit {
	margin: 55px 0 45px;
	text-align: center;
}
.pro_tit h3 {
	display: inline-block;
	position: relative;
	padding: 0 50px;
	font-size: 3.2rem;
	font-family: "microsoft yahei";
}
.pro_tit h3::before {
	content: '';
	width: 40px;
	height: 2px;
	background:  no-repeat left center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.pro_tit h3::after {
	content: '';
	width: 40px;
	height: 2px;
	background:  no-repeat left center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
}
.pro_tit p {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "microsoft yahei";
	margin-top: 10px;
}
.related_product .prolist2 {
	overflow: visible;
}
.related_product .prolist2 .item {
	width: 100%;
	margin-left: 0!important;
	margin-bottom: 0;
}
.related_product .prolist2 .item .font {
	background: none;
}
.related_product .prolist2 .item a:hover .font {
	background: #fff;
}
.related_product .swiper-button-prev {
	background-image: ;
	left: -65px;
	top: 40%;
}
.related_product .swiper-button-next {
	background-image: ;
	right: -65px;
	top: 40%;
}
.related_product .swiper-pagination {
	display: none;
	width: 100%;
	position: static;
	text-align: center;
	margin-top: 20px;
}
.related_product .swiper-pagination-bullet {
	margin: 0 4px;
}
.related_product .swiper-pagination-bullet-active {
	background: #7b8b6f;
}
.related_product .swiper-button-next.swiper-button-disabled, .related_product .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: auto;
}
/*璁㈠崟鏌ヨ*/
.service {
	padding-top: 75px;
	padding-bottom: 110px;/*background: no-repeat right top;*/
	position: relative;
	overflow: hidden;
}
.service .protitle {
	display: inline-block;
	padding-right: 110px;
}
.order_box, .store_box {
	margin-top: 70px;
}
.order_txt {
	width: 41%;
	left: 50%;
	margin-left: -20%;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	color: #fff;
	z-index: 10;
}
.order_txt h3 {
	font-family: "microsoft yahei";
	margin-bottom: 15px;
}
.order_input {
	width: 100%;
	height: 56px;
	padding: 15px 50px 15px 40px;
	background: #fff  no-repeat 95% 50%;/*border-radius: 56px;*/
	margin-top: 70px;
	font-size: 16px;
}
.order_button {
	display: block;
	width: 164px;
	height: 56px;
	margin: 54px auto 0;
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	background: #7b8b6f;/*border-radius: 56px;*/
	font-family: "microsoft yahei";
}
.order_mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	display: none;
}
.order_result {
	position: fixed;
	background: #fff;
	padding: 50px;
	z-index: 1200;
	visibility: hidden;
}
.order_result_close {
	width: 25px;
	height: 25px;
	background:  no-repeat center;
	background-size: 100%;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.order_result_box h3 {
	font-size: 3.2rem;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.order_result_box h3 img {
	width: 36px;
	margin-right: 15px;
	vertical-align: middle;
	-webkit-transition: none;
	transition: none;
}
.order_result_box ul {
	margin: 20px 0;
}
.order_result_box ul li {
	font-size: 16px;
	margin-bottom: 10px;
}
.order_result_box ul li span {
	display: inline-block;
	padding-left: 30px;
	background:  no-repeat 0 0;
	background-size: 22px;
	color: #0e932e;
}
.order_result_table {
	overflow-y: auto;
	padding-bottom: 2px;
}
.order_result_table table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #e4e4e4;
	text-align: center;
}
.order_result_table table td {
	padding: 12px 10px;
	border: 1px solid #eeeeee;
	color: #151313;
	font-size: 16px;
	line-height: 1.6;
	border-collapse: collapse;
}
.order_result_table table tr:nth-child(1) {
	background: #555555;
}
.order_result_table table tr:nth-child(1) td {
	color: #fff;
}
.order_result_table table tr td:nth-child(1) {
	width: 15%;
}
.order_result_table table tr td:nth-child(3) {
	width: 15%;
}
.order_result_table table tr td:nth-child(2) {
	text-align: left;
}
/*闂ㄥ簵鏌ヨ*/
.store_left {
	width: 31%;
	height: 710px;
	background: #7b8b6f  no-repeat left top;
	background-size: cover;
}
.store_txt {
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 115px;
	color: #fff;
}
.store_txt h3 {
	font-size: 3.6rem;
	font-family: "microsoft yahei";
	line-height: 1.3;
}
.store_txt p {
	font-size: 16px;
	font-family: "microsoft yahei";
	line-height: 1.5;
	margin-top: 15px;
}
.store_form {
	height: 710px;
	background: #151313  no-repeat center;
	background-size: cover;
}
.store_form_bor {
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	border: 1px solid rgba(255,255,255,0.2);
	z-index: 1;
}
.store_form_in {
	padding: 190px 125px 0;
	z-index: 10;
}
.store_form_in dl {
	width: 50%;
	float: left;
	margin-bottom: 40px;
}
.store_form_in dl dt {
	width: 90px;
	float: left;
	font-size: 1.8rem;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 60px;
}
.store_form_in dl dd {
	overflow: hidden;
}
.store_form_in dl dd .store_input {
	width: 85%;
	height: 60px;
	padding: 18px;
	background: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.store_form_in dl dd .store_input::-webkit-input-placeholder {
color:#fff;
}
.store_form_in dl dd .store_input:-moz-placeholder {
color:#fff;
}
.store_form_in dl dd .store_input::-moz-placeholder {
color:#fff;
}
.store_form_in dl dd .store_input:-ms-input-placeholder {
color:#fff;
}
.store_form_in dl dd .store_input::-ms-input-placeholder {
color:#fff;
}
.store_form_in dl dd .store_textarea::-webkit-input-placeholder {
color:#fff;
}
.store_form_in dl dd .store_textarea:-moz-placeholder {
color:#fff;
}
.store_form_in dl dd .store_textarea::-moz-placeholder {
color:#fff;
}
.store_form_in dl dd .store_textarea:-ms-input-placeholder {
color:#fff;
}
.store_form_in dl dd .store_textarea::-ms-input-placeholder {
color:#fff;
}
.retail_box .store_form_in dl {
	width: 100%;
}
.store_form_in dl dd select {
	float: left;
	width: 29%;
	height: 60px;
	padding: 18px;
	border: none;
	font-size: 14px;
	color: #595757;
	background: #fff  no-repeat 88% 50%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-right: 3%;
	font-family: "microsoft yahei";
}
.store_form_in dl dd .btn_submit, .store_form_in dl dd .btn_reset {
	width: 220px;
	height: 65px;
	background:  no-repeat center;
	background-size: cover;
	font-size: 16px;
	font-family: "microsoft yahei";
	color: #fff;
	cursor: pointer;
	margin-top: 15px;
}
.store_form_in dl:last-child {
	width: 100%;
}
/*鎶曡瘔鍏ュ彛*/
.complaint_box .store_form_in {
	padding: 125px 90px 0;
}
.complaint_box .store_form_in dl dt {
	margin-right: 35px;
	text-align: right;
}
.complaint_box .store_form_in dl:nth-child(3) {
	width: 50%;
}
.complaint_box .store_form_in dl dd select {
	float: none;
	width: 85%;
	margin-right: 0;
}
.complaint_box .store_form_in dl:nth-child(5) {
	width: 100%;
}
.store_form_in dl dd .store_textarea {
	width: 93.5%;
	height: 140px;
	padding: 18px;
	background: rgba(255,255,255,0.3);
	color: #fff;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.store_form_in dl dd .btn_reset {
	margin-left: 30px;
}
.complaint_box .store_txt p {
	font-size: 14px;
}
/*棰勭害鏈嶅姟*/
.reservation_box {
	margin-top: 70px;
}
.reservation_box .wrap {
	background:  no-repeat center;
	background-size: cover;
}
.reservation_box .store_form {
	width: 62%;
	height: auto;
	float: left;
	background:  no-repeat center;
	background-size: cover;
	padding: 55px 40px 55px 70px;
}
.reservation_box .store_form_bor {
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
}
.reservation_box .store_form_in {
	padding: 0;
	margin-top: 65px;
}
.reservation_box .store_form_in dl:nth-child(3) {
	width: 100%;
}
.reservation_design {
	position: relative;
	z-index: 10;
	background:  no-repeat right center;
}
.reservation_design dl dt {
	float: left;
	font-size: 11.3rem;
	color: #7b8b6f;
	font-family: "microsoft yahei";
	line-height: 0.8;
	margin-right: 20px;
}
.reservation_design dl dd h3 {
	font-size: 3.2rem;
	color: #fff;
	font-family: "microsoft yahei";
}
.reservation_design dl dd {
	margin-top: 10px;
}
.reservation_design dl dd p {
	font-size: 1.8rem;
	color: #fff;
	font-family: "microsoft yahei";
	margin-top: 5px;
}
.reservation_box .store_form_in dl dd select {
	margin-bottom: 40px;
}
.reservation_box .store_form_in dl:nth-child(3) dd .store_input {
	width: 93%;
}
.reservation_step {
	padding: 160px 50px 0 135px;
}
.step_item {
	padding-bottom: 54px;
	background:  no-repeat 16px 100%;
	margin-bottom: 40px;
}
.step_item img {
	vertical-align: middle;
}
.step_item span {
	display: inline-block;
	font-size: 2.4rem;
	color: #fff;
	font-family: "microsoft yahei";
	padding-left: 34px;
	vertical-align: middle;
}
.step_item:last-child {
	padding-bottom: 0;
	background: none;
	margin-bottom: 0;
}
/*鏈嶅姟鐞嗗康*/
.philosophy_box {
	background: #595757 /**/ no-repeat center top;
	background-size: 100%;
	padding-top: 40px;
}
.philosophy_in {
	padding-bottom: 100px;/*background: no-repeat -17% 100%;*/
}
.philosophy_box .protitle {
	color: #fff;
}
.chairman_box {
	margin-top: 75px;
}
.chairman {
	width: 333px;
	height: 93px;
	bottom: 70px;
	left: 54%;
	margin-left: -166px;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-family: "microsoft yahei";
	background:  no-repeat center;
	background-size: 100%;
	z-index: 10;
}
.chairman h3 {
	font-size: 2.4rem;
	white-space: nowrap;
}
.chairman p {
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	margin-top: 10px;
	white-space: nowrap;
}
.vision_box {
	width: 385px;
	padding: 40px 40px 25px;
	background: #7b8b6f;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.vision_box h2 {
	color: #fff;
	font-family: "microsoft yahei";
	padding-bottom: 140px;/*background: no-repeat right bottom;*/
}
.vision_box h3 {
	color: #fff;
	font-family: "microsoft yahei";
	padding-top: 30px;
	border-top: 5px solid #fff;
	margin-top: 38px;
	line-height: 1.5;
}
.vision_box p {
	color: rgba(255,255,255,0.6);
	line-height: 1.5;
	margin-top: 15px;
	font-size: 14px;
}
.manage_box {
	padding: 115px 0;
	background: #222222  no-repeat right top;
}
.manage_box .wrap {
	background: #f6f6f6  no-repeat left bottom;
	background-size: 25%;
}
.manage_left {
	width: 25%;
	padding: 90px 20px 0 50px;
}
.manage_left h4 {
	font-family: "microsoft yahei";
}
.manage_left h3 {
	font-family: "microsoft yahei";
	line-height: 1;
	text-transform: uppercase;
	margin-top: 25px;
	padding-bottom: 50px;
	background:  no-repeat left bottom;
}
.manage_box dl {
	width: 75%;
	background: #404040  no-repeat left bottom;
	background-size: 55%;
}
.manage_box dl dt {
	width: 55%;
	padding: 75px 65px 0;
}
.manage_box dl dt p {
	font-size: 16px;
	color: #ccc;
	margin-bottom: 10px;
	line-height: 1.5;
}
.manage_box dl dt h3 {
	font-size: 1.8rem;
	color: #fff;
	text-align: right;
	font-family: "microsoft yahei";
	margin-top: 115px;
}
.manage_box dl dt h3 span {
	display: inline-block;
	padding-left: 28px;
	background:  no-repeat left center;
	background-size: 22px;
}
.manage_box dl dt h4 {
	text-align: right;
	font-size: 14px;
	color: #595757;
	margin-top: 20px;
}
.manage_box dl dd {
	width: 45%;
}
/*鎷涘晢鍔犵洘*/
.jiameng_adv {
	padding: 34px 0 125px;
	background: #34353c;
}
.jiameng_item {
	background: #fff;
	padding: 40px 40px 80px;
	margin-top: 30px;
}
.jiameng_tit {
	height: 100px;
	padding: 0 40px;
	background: #7b8b6f no-repeat 0 0;
	background-size: cover;
	font-size: 36px;
	line-height: 100px;
	color: #fff;
	margin-bottom: 65px;
}
.jiameng_tit span {
	float: left;
	height: 100%;
	font-size: 144px;
	font-family: "microsoft yahei";
	line-height: 0.65;
	background: #fff;
	color: #7b8b6f;
	padding: 0 25px;
	margin-right: 40px;
}
.jiameng_box {
	padding: 0 40px;
}
.jiameng_box1_left {
	width: 310px;
	margin-right: 100px;
	margin-top: 30px;
}
.jiameng_box_tit h3 {
	font-size: 36px;
	color: #151313;
	font-family: "microsoft yahei";
	line-height: 1.33;
}
.jiameng_box_tit p {
	font-size: 20px;
	color: #9b9b9b;
	line-height: 1.8;
	padding-top: 12px;
}
.jiameng_box_tit .zs_bar {
	width: 60px;
	height: 3px;
	background: #7b8b6f no-repeat 0 0;
	margin-bottom: 25px;
}
.jiameng_item1 .jiameng_box_tit .zs_bar {
	margin-top: 25px;
}
.jiameng_box1_right_img1 {
	width: 0%;
}
.jiameng_box1_right_img2 {
	width: 100%;
}
.jiameng_box2, .jiameng_box6 {
	margin-top: 55px;
}
.jiameng_box2_img {
	width: 49%;
}
.jiameng_box3 {
	margin-top: 80px;
}
.jiameng_box3 dl {
	width: 18%;
	float: left;
	margin-left: 2.5%;
}
.jiameng_box3 dl:nth-child(1) {
	margin-left: 0;
}
.jiameng_box3 dl dd {
	height: 175px;
	position: relative;
	background-image: ;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
}
.jiameng_box3 dl dd h3 {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 20px;
	color: #fff;
	font-family: "microsoft yahei";
	text-transform: uppercase;
}
.jiameng_box3 dl:nth-child(2n) dd h3 {
	bottom: auto;
	top: 30px;
}
.jiameng_box3 dl:nth-child(1) dd {
	background-color: #e51216;
}
.jiameng_box3 dl:nth-child(1) dd h3 {
	font-family: "microsoft yahei";
}
.jiameng_box3 dl:nth-child(2) dd {
	background-color: #aa1b79;
}
.jiameng_box3 dl:nth-child(3) dd {
	background-color: #0093dd;
}
.jiameng_box3 dl:nth-child(4) dd {
	background-color: #fb5018;
}
.jiameng_box3 dl:nth-child(5) dd {
	background-color: #7ba287;
}
.jiameng_box4_left {
	width: 32.6%;
}
.jiameng_box4_left img {
	margin-top: 110px;
}
.jiameng_box5_left {
	width: 29.8%;
}
.jiameng_box5_right {
	width: 61%;
}
.jiameng_box6_img1 {
	width: 63.5%;
}
.jiameng_box6_img2 {
	width: 36.4%;
}
.jiameng_box7 {
	margin-top: 90px;
}
.jiameng_box7_img {
	width: 49.3%;
}
.jiameng_box8 {
	background:  no-repeat left bottom;
}
.jiameng_box8_left {
	width: 33%;
}
.jiameng_box8_right {
	width: 58%;
}
.jiameng_box8_name {
	position: absolute;
	left: -148px;
	bottom: 106px;
}
.jiameng_box9 .jiameng_box_tit {
	text-align: center;
}
.jiameng_box9 .jiameng_box_tit h3 {
	display: inline-block;
	position: relative;
	padding: 0 104px;
}
.jiameng_box9 .jiameng_box_tit h3::before, .jiameng_box9 .jiameng_box_tit h3::after {
	width: 60px;
	height: 3px;
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -1.5;
	background: #7b8b6f no-repeat 0 0;
}
.jiameng_box9 .jiameng_box_tit h3::before {
	left: 0;
}
.jiameng_box9 .jiameng_box_tit h3::after {
	right: 0;
}
.jiameng_box9_img {
	margin-top: 50px;
}
.jiameng_box9_img li {
	width: 49.6%;
	float: left;
	margin-left: 0.8%;
	margin-bottom: 0.8%;
}
.jiameng_box9_img li:nth-child(1), .jiameng_box9_img li:nth-child(3) {
	margin-left: 0;
}
.jiameng_box9_img li:nth-child(3), .jiameng_box9_img li:nth-child(4), .jiameng_box9_img li:nth-child(5) {
	width: 32.8%;
}
.jiameng_box10_img li {
	width: 24.4%;
	float: left;
	margin-left: 0.8%;
	margin-bottom: 0.8%;
}
.jiameng_box10_img li:nth-child(1) {
	width: 49.6%;
	margin-left: 0;
}
.jiameng_box10_img li:nth-child(4) {
	clear: both;
	margin-left: 0;
}
.jiameng_support {
	padding: 80px 0 120px;
}
.jiameng_support .wrap, .jiameng_case .wrap, .jiameng_laoka .wrap, .jiameng_process .wrap {
	width: 1440px;
}
.jiameng_support .pro_tit, .jiameng_process .pro_tit {
	margin: 0 0 45px;
	text-align: center;
}
.jiameng_support .pro_tit h3, .jiameng_process .pro_tit h3 {
	display: inline-block;
	position: relative;
	padding: 0 97px;
	font-size: 3.6rem;
	color: #34353c;
	font-family: "microsoft yahei";
}
.support_item {
	width: 48%;
	float: left;
	padding-left: 3%;
	margin-bottom: 120px;
}
.support_item:nth-child(2n 1) {
	clear: both;
	width: 52%;
	padding-left: 0;
	padding-right: 3%;
	border-right: 1px solid #e1e1e1;
}
.support_item:last-child {
	width: 100%;
	float: none;
	padding: 0;
	padding-top: 80px;
	border-top: 1px solid #e1e1e1;
	margin-bottom: 0;
	border-right: none;
}
.support_tit span {
	display: inline-block;
	width: 96px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	background: #34353c;
	color: #fff;
	font-size: 6rem;
	font-family: "microsoft yahei";
	vertical-align: middle;
	margin-right: 4px;
}
.support_tit h3 {
	display: inline-block;
	height: 85px;
	padding: 0 35px;
	line-height: 85px;
	background: #d71d14;
	color: #fff;
	font-size: 4rem;
	font-family: "microsoft yahei";
	vertical-align: middle;
}
.support_txt {
	font-size: 18px;
	color: #cacaca;
	line-height: 2;
	margin: 55px 0 65px;
}
.support_txt em {
	color: #d71d14;
}
.support_txt span {
	display: inline-block;
	padding-left: 24px;
	background:  no-repeat 0 12px;
	padding-right: 30px;
}
.support_item:nth-child(5) .support_txt span {
	width: 70%;
}
.support_item:nth-child(5) .support_txt span:nth-child(2n 1) {
	width: 30%;
}
.support_img1 {
	width: 49.3%;
}
.jiameng_case {
	padding: 80px 0 140px;
	background:  no-repeat right bottom;
	background-size: cover;
}
.jiameng_case_tit h2 {
	font-size: 7.2rem;
	color: #d6d7db;
	font-family: "microsoft yahei";
	text-transform: uppercase;
}
.jiameng_case_tit h3 {
	position: relative;
	display: inline-block;
	padding: 0 56px;
	font-size: 4rem;
	color: #34353c;
	font-family: "microsoft yahei";
	line-height: 1;
}
.jiameng_case_tit h3 span {
	display: inline-block;
	vertical-align: -8px;
	font-size: 7.2rem;
	color: #e51216;
	font-family: "microsoft yahei";
}
.jiameng_case_tit h3::before {
	content: '';
	width: 41px;
	height: 41px;
	background:  no-repeat left center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	background-size: 100%;
}
.jiameng_case_tit h3::after {
	content: '';
	width: 41px;
	height: 41px;
	background:  no-repeat left center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background-size: 100%;
}
.jiameng_case_box {
	margin-top: 85px;
}
.jiameng_case_box dl {
	width: 18%;
	float: left;
	margin-left: 2.5%;
}
.jiameng_case_box dl:nth-child(1) {
	margin-left: 0;
}
.jiameng_case_box dl dt {
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	font-size: 2rem;
}
.jiameng_case_box dl img {
	margin-bottom: 20px;
}
.jiameng_laoka {
	padding: 200px 0 95px;
	background: #e51216  no-repeat center top;
	background-size: 100%;
}
.jiameng_laoka_img1 {
	width: 51.3%;
}
.jiameng_laoka_img2 {
	width: 47.7%;
}
.jiameng_process {
	padding-bottom: 135px;
	background: #f4f4f4  no-repeat left bottom;
}
.jiameng_process_in {
	padding-top: 60px;
	background:  no-repeat right top;
}
.jiameng_process .pro_tit {
	margin-bottom: 65px;
}
.jiameng_process ul li {
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 2%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 30px 40px 40px;
	overflow: hidden;
}
.jiameng_process ul li:nth-child(1) {
	padding: 0;
}
.jiameng_process ul li:nth-child(3n 1) {
	clear: both;
	margin-left: 0;
}
.jiameng_process ul li h3 {
	font-size: 6rem;
	color: #fff;
	font-family: "microsoft yahei";
	-webkit-text-stroke: 1px #151313;
	padding-bottom: 45px;
	border-bottom: 3px solid #34353c;
	line-height: 1;
}
.jiameng_process ul li:hover h3 {
	-webkit-text-stroke: 1px #fd2115;
	color: #fd2115;
	border-color: #fd2115;
}
.jiameng_process ul li p {
	min-height: 60px;
	font-size: 18px;
	color: #34353c;
	margin-top: 30px;
	line-height: 1.67;
}
.jiameng_process .protitle {
	margin-top: 50px;
}
.jiameng_process .protitle .f2 {
	display: inline-block;
	padding-bottom: 0;
	padding-right: 40px;
	background-position: right center;
}
.jiameng_process_img {
	margin-top: 50px;
}
.jiameng_process_img a {
	float: left;
	width: 48.6%;
	margin-left: 2.8%;
}
.jiameng_process_img a:nth-child(1) {
	margin-left: 0;
}
.jiameng_step {
	margin-top: 60px;
}
.jiameng_step_item {
	width: 19%;
	min-height: 400px;
	float: left;
	background: #fff;
	margin-left: 1.25%;
	padding: 25px 35px 50px;
}
.jiameng_step_item:nth-child(1) {
	margin-left: 0;
}
.jiameng_step_item:last-child h3 {
	background: none;
}
.jiameng_step_item h2 {
	display: inline-block;
	font-size: 4.8rem;
	color: #34353c;
	font-family: "microsoft yahei";
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #fd2115;
}
.jiameng_step_item h3 {
	font-size: 24px;
	color: #34353c;
	font-family: "microsoft yahei";
	background:  no-repeat right center;
	line-height: 1.3;
	margin: 20px 0 35px;
	padding-right: 15px;
}
.jiameng_step_item p {
	font-size: 16px;
	color: #909090;
	line-height: 1.8;
}
.jiameng_form {
	padding: 155px 0;
	background:  no-repeat center;
	background-size: cover;
}
.jiameng_form .wrap {
	background: #fff;
}
.jiameng_form_img {
	width: 25%;
	overflow: hidden;
	background:  no-repeat left top;
	background-size: 100%;
}
.jiameng_form_left {
	width: 44%;
	float: left;
}
.jiameng_form .store_form_in {
	margin: 35px 0;
	padding: 0 45px;
	border-right: 1px solid #ebebeb;
}
.jiameng_form .store_form_in dl {
	width: 100%;
	float: none;
	margin-bottom: 36px;
}
.jiameng_form .store_form_in dl:last-child {
	margin-bottom: 0;
}
.jiameng_form .store_form_in dl dd .store_input {
	background: #f2f2f2;
	width: 100%;
	font-size: 16px;
	color: #151313;
	padding: 16px;
}
.jiameng_form .store_form_in dl dd select {
	width: 32%;
	margin-right: 2%;
	background: #f2f2f2  no-repeat 90% 50%;
	font-size: 16px;
	padding: 16px 12px 16px 16px;
}
.jiameng_form .store_form_in dl dd select:last-child {
	margin-right: 0;
}
.jiameng_form .store_form_in dl dd .store_input::-webkit-input-placeholder {
color:#595757;
}
.jiameng_form .store_form_in dl dd .store_input:-moz-placeholder {
color:#595757;
}
.jiameng_form .store_form_in dl dd .store_input::-moz-placeholder {
color:#595757;
}
.jiameng_form .store_form_in dl dd .store_input:-ms-input-placeholder {
color:#595757;
}
.jiameng_form .store_form_in dl dd .store_input::-ms-input-placeholder {
color:#595757;
}
.jiameng_contact {
	width: 31%;
	padding: 45px;
}
.jiameng_contact h3 {
	font-size: 20px;
	color: #34353c;
	display: inline-block;
	padding-right: 30px;
	background:  no-repeat right center;
}
.jiameng_contact h2 {
	font-size: 4.8rem;
	color: #7b8b6f;
	font-family: arial;
	font-weight: bold;
	margin: 15px 0;
}
.jiameng_contact p {
	font-size: 18px;
	color: #8d8e95;
}
.jiameng_contact .btn_jm {
	display: block;
	width: 250px;
	height: 65px;
	background:  no-repeat 0 0;
	margin-top: 60px;
	cursor: pointer;
}
.jiameng_contact .btn_jm_copy {
	display: block;
	width: 250px;
	height: 65px;
	background:  no-repeat 0 0;
	margin-top: 60px;
	cursor: pointer;
}
 @media only screen and (max-width:1680px) {
.wrap {
	width: 1400px;
}
.nav li {
	padding: 0 44px;
}
.inred_bar dl {
	padding-left: 50px;
	padding-right: 50px;
}
.foot_menu dl {
	padding-left: 85px;
}
.inpro_txt {
	padding: 1% 0 0 2%;
}
.innews_right dl {
	margin-bottom: 53px;
}
.innews_right dl dt {
	width: 25%;
}
.innews_right dl dd {
	padding-top: 0;
}
.innews_right dd a {
	padding-right: 0;
}
.innews_right dd a p {
	margin-top: 8px;
}
.inpro_box {
	top: -80px;
}
.honor_first dd {
	margin-top: 60px;
}
.honor_first dd p {
	margin-top: 80px;
}
.honor_first dt {
	margin-left: 40px;
}
.hard_first_left dl dt {
	margin-top: 0;
}
.hard_first_left dl dd {
	margin-top: 49px;
}
.hard_first_right dl dd .hard_first p {
	margin-top: 34px;
}
.hard_first_right dl dd .hard_first h3 {
	line-height: 0.8;
}
.hard_sec_two dt h3 {
	margin-top: 70px;
}
.store_left {
	width: 28%;
}
.store_left, .store_form {
	height: 600px;
}
.store_form_bor {
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
}
.store_form_in {
	padding: 150px 100px 0;
}
.store_form_in dl dt {
	width: 70px;
}
.complaint_box .store_form_in {
	padding: 70px 60px 0;
}
.complaint_box .store_form_in dl dt {
	width: 90px;
}
.contactcont .contactitem1 {
	width: 850px;
}
.related_product .swiper-button-prev {
	left: -35px;
}
.related_product .swiper-button-next {
	right: -35px;
}
.pro_desc .pro_txt {
	padding: 40px 50px 20px 50px;
}
.pro_desc .pro_txt h3 {
	margin-top: 20px;
	padding-top: 70px;
}
.pro_desc .btn_yuyue {
	margin-top: 60px;
}
.roco_item dl {
	min-height: 501px;
}
}
@media only screen and (max-width:1600px) {
.nav li {
	padding: 0 30px;
}
.manage_box {
	background-size: 23%;
}
.f-60 {
	font-size: 48px;
}
#history .wrap {
	width: 1440px;
	margin-left: -720px;
}
#history .font .year {
	width: 160px;
	height: 160px;
	padding-top: 30px;
}
.newslist .item .img {
	width: 33%;
}
.newslist .item .font {
	padding: 0 180px 0 4em;
	margin-top: 65px;
}
.contactcont .contactitem1 {
	width: 850px;
}
.contactcont .contactitem2 {
	width: 590px;
}
.contactinfo2 {
	padding-left: 0;
}
.contactinfo2 .item {
	margin-left: 3em
}
#list, .contactcont3 {
	height: 728px;
}
#list li {
	height: 242px;
}
.contactinfo4 {
	padding: 40px 60px 40px 3em;
}
.contactinfo4 .dot {
	width: 60px;
	height: 60px;
	background-size: 40% auto;
	top: 7em;
}
}
 @media only screen and (max-width:1440px) {
.f-48, .f-60 {
	font-size: 40px;
}
.f-36 {
	font-size: 32px;
}
.f-40 {
	font-size: 36px;
}
.f-30 {
	font-size: 26px;
}
.wrap {
	width: 1200px;
}
.searchbox {
	width: 160px;
}
.searchbox a img {
	margin-right: 15px;
}
.nav li {
	padding: 0 25px;
}
.foot_left {
	width: 290px;
}
.foot_menu dl {
	padding-left: 35px;
}
.inquanwu .qw_txt {
	width: 650px;
	padding-left: 100px;
}
.invideo_desc {
	height: 340px;
	padding-top: 120px;
}
.innews_left dl dd {
	width: 54%;
}
.innews_left .news_txt .more {
	margin-top: 20px;
}
.innews {
	margin-bottom: 50px;
}
.inservice {
	background-size: 26%;
}
.inservice_in {
	background-size: 20%;
	background-position: 101% 30%;
	padding-bottom: 80px;
}
.innews_left .news_txt h3 {
	font-size: 2rem;
}
.invideo {
	margin-top: -30px;
}
.newsbox .wrap {
	width: 1200px;
}
.newscon {
	margin-top: 40px;
}
.inpro_cell dl dd .mask::before, .inpro_cell dl dd .mask::after {
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
}
.inpro_txt br {
	display: none;
}
.inpro_cell dl dd a:hover .div1 {
	left: 50px;
	top: 40px;
}
.inpro_cell dl dd a .div2 {
	left: 50px;
	bottom: 40px;
	font-size: 14px;
}
.inpro_cell dl dd a:hover .mask span {
	right: 50px;
	bottom: 50px;
}
.inban_txt h2 {
	font-size: 5.6rem;
}
.bottom_fan {
	width: 25%;
}
.about_con dl {
	width: 22.6%;
	margin-left: 3.2%;
	padding: 20px;
	min-height: 367px;
}
.about_con dl dd {
	margin-top: 120px;
}
.roco_txt {
	padding-top: 70px;
}
.idea_txt dl {
	width: 22.6%;
	margin-left: 3.2%;
}
.idea_txt dl dt img {
	height: 100px;
}
.idea_txt dl dd, .roco_txt span, .roco_box {
	margin-top: 30px;
}
.idea_txt dl dd h3 {
	padding-bottom: 20px;
}
.idea_txt dl dd h4, .about_con dl dd p {
	margin-top: 20px;
}
.related_product .swiper-button-prev {
	left: 10px;
}
.related_product .swiper-button-next {
	right: 10px;
}
.pro_desc .btn_yuyue {
	margin-top: 30px;
}
.pro_desc .pro_txt h4 {
	margin-top: 20px;
}
.pro_desc .pro_txt h2 br {
	display: none;
}
.brand_txt p {
	margin-top: 20px;
}
.brand_honor {
	background-size: 25%;
}
.select_year, .honor_total {
	margin-top: 30px;
}
.honor_list .honor_item, .honor_first {
	height: 427px;
}
.honor_list .honor_img {
	height: 290px;
}
.hard_section3, .hard_section2_in {
	padding: 100px 0;
}
.hard_section3 dl dt h4 {
	font-size: 4rem;
}
.hard_section2_in {
	background-size: 25%;
}
.hard_sec_one dd {
	padding-left: 50px;
}
.honor_list .honor_img img {
	padding: 15px;
	filter: drop-shadow(0px 2px 6px rgba(0,0,0,.22));
}
.reservation_step {
	padding-left: 50px;
}
.nation_top {
	padding: 20px;
}
.nation_top h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nation_item {
	line-height: 1.5;
}
.manage_box {
	background-size: 20%;
}
.manage_box dl dt h3 {
	margin-top: 50px;
}
.philosophy_in {
	background-position: -25% 100%;
}
.jiameng_support .wrap, .jiameng_case .wrap, .jiameng_laoka .wrap, .jiameng_process .wrap {
	width: 1300px;
}
.jiameng_box_tit h3 {
	font-size: 32px;
}
.jiameng_box_tit p {
	font-size: 16px;
}
.jiameng_tit {
	height: 90px;
	line-height: 90px;
}
.jiameng_tit span {
	font-size: 120px;
	line-height: 0.7;
}
.support_item {
	margin-bottom: 80px;
}
.support_tit span {
	font-size: 5rem;
	height: 72px;
	line-height: 72px;
}
.support_tit h3 {
	font-size: 3rem;
	padding: 0 30px;
	height: 72px;
	line-height: 72px;
}
.support_txt {
	font-size: 16px;
}
.jiameng_process ul li {
	padding: 20px 40px;
}
.jiameng_process_in {
	background-size: 25%;
}
.jiameng_adv {
	padding-bottom: 80px;
}
.jiameng_form .store_form_in {
	margin: 30px 0;
	padding: 0 30px;
}
.jiameng_contact {
	padding: 30px;
}
.jiameng_contact .btn_jm, .jiameng_contact .btn_jm_copy {
	margin-top: 30px;
}
.jiameng_process {
	background-size: 25%;
	padding-bottom: 100px;
}
.jiameng_case {
	padding-bottom: 100px;
}
.jiameng_case_box {
	margin-top: 40px;
}
.contactinfo4 .f1 br {
	display: none;
}
.ewm_item {
	width: 140px;
	margin-left: 20px;
}
.ewm_item img {
	margin: 10px;
}
.menu a {
	margin-right: 70px;
}
.innews_right dl {
	margin-bottom: 42px;
}
.innews_right .news_date span {
	font-size: 4rem;
}
.inquanwu .qw_txt {
	width: 500px;
	padding-left: 50px;
}
.inpro_cell dl dd .mask::before, .inpro_cell dl dd .mask::after {
	border-width: 4px;
}
.brand_box {
	padding-top: 60px;
	height: 225px;
}
.brand_txt {
	margin-top: 20px;
}
.hard_first_right dl dd .hard_first h3, .hard_sec_two dt h3, .hard_section3 dl dd h3 {
	font-size: 10rem;
}
.hard_section3 dl dt h3 {
	font-size: 5.6rem;
}
.honor_list .honor_tit {
	font-size: 14px;
	right: 40px;
}
.honor_list .honor_item span {
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	background-size: 20px;
}
.store_txt {
	left: 30px;
	right: 30px;
}
.jiameng_support .wrap, .jiameng_case .wrap, .jiameng_laoka .wrap, .jiameng_process .wrap {
	width: 1280px;
}
.jiameng_item {
	padding: 40px;
}
.jiameng_box {
	padding: 0;
}
.jiameng_tit, .support_item {
	margin-bottom: 40px;
}
.support_item:last-child {
	padding-top: 40px;
}
.support_txt {
	margin: 40px 0;
}
.jiameng_support, .jiameng_case {
	padding: 50px 0;
}
.jiameng_case_box dl dt {
	height: 60px;
	line-height: 60px;
}
.jiameng_laoka {
	padding: 135px 0 80px;
}
.jiameng_form .store_form_in dl {
	margin-bottom: 25px;
}
.jiameng_contact h2 {
	font-size: 3.8rem;
}
.jiameng_form {
	padding: 80px 0;
}
.jiameng_box2, .jiameng_box3, .jiameng_box6, .jiameng_box7 {
	margin-top: 40px;
}
.jiameng_box8 {
	background-size: 20%;
}
.jiameng_step_item {
	padding: 25px 25px 50px;
}
.prdlistbox {
	padding: 50px 0 80px 0;
}
.prolist1 {
	margin-top: 50px;
}
.pronum {
	margin: 1.5em 0;
}
.historytabs .gallery-thumbs {
	margin: 0 120px;
}
.historytabs .swiper-button-prev {
	left: 10px;
}
.historytabs .swiper-button-next {
	right: 10px;
}
#history .wrap {
	width: 1280px;
	margin-left: -640px;
}
#history .font .year span.f1 {
	font-size: 4.8rem;
}
#history .font .year .f2 {
	margin-left: 3px;
	margin-right: 3px;
}
.latestnews .font {
	padding: 28px;
}
.latestnews .font .f1 {
	font-size: 30px;
	margin-bottom: 20px;
}
.recruit .protitle {
	width: 560px;
}
.recruitform .input {
	width: 300px;
}
.recruitform {
	margin-top: 30px;
}
.contactcont .contactitem1 {
	width: 730px;
}
.contactcont .contactitem2 {
	width: 500px;
}
.contactinfo4 .dot {
	top: 5em;
}
#list, .contactcont3 {
	height: 644px;
}
#list li {
	height: 214px;
}
.contactinfo1 .info1 {
	padding-right: 60px;
	font-size:16px;
	line-height:200%;
}
.contactinfo1 .info2 {
	padding: 0 60px;
}
}
 @media only screen and (max-width:1366px) {
/*.wrap{width:1130px;}*/
.nav li {
	padding: 0 20px;
}
.historytabs .swiper-button-prev {
	left: 20px;
}
.historytabs .swiper-button-next {
	right: 20px;
}
#history .wrap {
	width: 1200px;
	margin-left: -600px;
}
.contactinfo1 .info1 {
	padding-right: 30px;
}
.contactinfo1 .info2 {
	padding: 0 30px;
}
.reservation_box .store_form {
	width: 60%;
}
.step_item span {
	font-size: 20px;
}
.order_txt {
	width: 50%;
	margin-left: -25%;
}
.jiameng_form .store_form_in dl {
	margin-bottom: 18px;
}
.recruittable .tbody > div {
	padding: 20px 0;
}
.recruittable .tbody .btnbox {
	width: 80px;
}
.recruittable .tbody .ww1 {
	width: 20%;
}
.recruitform .input {
	width: 250px;
}
/*.recruitform .select{margin-right:20px;}*/
.inpro_cell dl dd a:hover .div1 {
	top: 30px;
}
.innews_right dl {
	margin-bottom: 40px;
}
.innews_right dl dd {
	padding-top: 0;
}
.innews_right dd a p {
	margin-top: 10px;
}
.innews_left dl dd {
	width: 76%;
	left: 50%;
	margin-left: -38%;
}
.about_con dl dd h3 {
	font-size: 16px;
}
.manage_left {
	padding-left: 20px;
}
.manage_left h3 {
	font-size: 3.6rem;
}
.manage_box dl dt {
	padding-left: 45px;
	padding-right: 45px;
}
.introducebox .device .deviceitem .item .f1, .introducebox .device .deviceitem .item .f2 {
	font-size: 20px;
}
.mt100 {
	margin-top: 60px;
}
.pad100, .introducebox .testing {
	padding: 60px 0;
}
.pad80-100 {
	padding: 60px 0;
}
.pad40-130 {
	padding: 40px 0 60px 0;
}
.pb100 {
	padding-bottom: 60px;
}
.designbox .brand .brandtop .font {
	margin: 60px 0;
}
.designbox .branditem {
	margin-top: 40px;
}
.introducebox .team .font {
	padding: 40px 40px 0 40px;
}
.introducebox .device .protitle {
	margin-right: 80px;
}
.introducebox .system .img {
	margin-left: 80px;
	margin-top: 60px;
}
.introducebox .system .font {
	padding-top: 60px;
}
.advantagetit {
	margin: 40px 0
}
.designbox .branditem .item .font {
	padding: 60px 40px 0 40px;
}
.introducebox .system {
	background-size: 1px 80px;
}
.introducebox .manage .item .font {
	padding: 20px 20px 0 20px;
}
}

@media only screen and (max-width:1280px) {
.wrap {
	width: auto;
	max-width: 100%;
	margin-left: 12px;
	margin-right: 12px;
	margin: 0px;
}
.nav li {
	padding: 0 14px;
}
.ewm_item {
	width: 120px;
}
.ewm_item img {
	width: 100px;
	height: 100px;
}
.invideo_desc {
	height: 260px;
	padding-top: 60px;
}
.spacelist dl {
	width: 49%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.newsbox {
	padding: 50px 0;
}
.newsbox .wrap {
	width: auto;
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}
.innews_right dl {
	margin-bottom: 40px;
}
.aboutbox_in, .service {
	background-size: 35%;
}
.about_con dl {
	min-height: 320px;
}
.about_con dl dd {
	margin-top: 90px;
	padding: 30px 0 0;
}
.idea_txt dl dd img {
	margin-top: 60px;
}
.hard_section2 {
	background-size: 10%;
}
.hard_sec_one dd {
	padding-right: 180px;
	padding-top: 0;
}
.hard_sec_one dd p.font1 {
	padding-top: 40px;
	margin-top: 20px;
}
.hard_sec_one dd p.font2 {
	margin-top: 20px;
}
.hard_sec_two dt h3 {
	margin-top: 40px;
	line-height: 0.8;
}
.reservation_step {
	padding-left: 50px;
}
.step_item span {
	font-size: 2rem;
}
.jiameng_adv .wrap, .jiameng_support .wrap, .jiameng_case .wrap, .jiameng_laoka .wrap, .jiameng_process .wrap {
	width: 1200px;
	margin: 0 auto;
}
.jiameng_case_tit h2, .jiameng_case_tit h3 span {
	font-size: 6rem;
}
.jiameng_case_tit h3 {
	font-size: 3rem;
}
.jiameng_tit {
	height: 72px;
	line-height: 72px;
	font-size: 30px;
}
.jiameng_tit span {
	font-size: 100px;
}
.support_txt {
	font-size: 14px;
}
.jiameng_process ul li h3 {
	font-size: 5rem;
	padding-bottom: 38px;
}
.manage_box .wrap {
	padding: 0;
	margin: 0 12px;
}
.f-18 {
	font-size: 16px;
}
.f-20 {
	font-size: 18px;
}
.f-24, .f-30 {
	font-size: 20px;
}
.f-48, .f-60 {
	font-size: 36px;
}
.f-36 {
	font-size: 24px;
}
.f-40 {
	font-size: 30px;
}
.prdlistbox {
	padding: 40px 0 70px 0;
}
.prolist1 {
	margin-top: 40px;
}
.prolist1 .item {
	margin-bottom: 2em;
}
.prolist1 .item .w {
	margin: 0 1em;
}
.prolist1 .contw {
	margin: 0 -1em;
}
.historytabs .gallery-thumbs {
	margin: 0 120px;
}
.historytabs .swiper-button-prev {
	left: 0;
}
.historytabs .swiper-button-next {
	right: 0;
}
#history .wrap {
	width: auto;
	margin-left: 0;
	left: 1em;
	right: 1em;
}
#history .font .year {
	width: 110px;
	height: 110px;
	padding: 20px 16px 10px;
	border-width: 5px;
}
#history .font .year span.f1 {
	font-size: 36px;
}
#history .font .year .f2 {
	margin: 10px 0 0;
}
.news_menu {
	margin-top: 25px;
}
.latestnews .font .more, .newslist .item .font .more {
	width: 40px;
	height: 40px;
	background-size: 40% auto;
}
.newslist .item .font .more {
	margin-top: -21px;
	right: 40px;
}
.newslist .item .date {
	padding: 1.4em 2em;
	margin-top: 60px;
}
.newslist .item .font {
	margin-top: 55px;
	padding: 0 120px 0 2em;
}
.latestnews .font .lable {
	left: -92px;
}
.recruit .protitle {
	width: 500px;
}
.recruitform .input {
	width: 200px;
}
.recruitform .input .sub {
	width: 50px;
	background-size: 36%;
}
.recruitform .select {
	background-position: 150px center;/*margin-right:2em;*/
}
.recruitform .select select {
	width: 200px;
	background-position: 168px center;
}
.recruitform {
	margin-top: 30px;
}
.recruitform .select select, .recruitform .input .txt, .recruitform .input .sub {
	height: 50px;
	padding: 15px;
}
.recruittable .thead {
	padding: 1em 0;
}
.recruittable .tbody .btnbox {
	width: 40px;
}
.recruittable .thead div.tal, .recruittable .tbody div.tti {
	padding-left: 15px;
}
.recruittable .tbody > div {
	font-size: 14px;
}
.recruittable .tbody div.tti {
	font-size: 16px;
}
.jobdesc {
	padding: 30px;
}
.recruittable .thead, .recruittable .item {
	margin-bottom: 1.5em;
}
.connectway .mail {
	margin-top: 1em;
	padding-top: 1em;
}
.connectway {
	margin-top: 2em;
}
.contactcont .contactitem1, .contactcont .contactitem2 {
	width: 755px;
	width: auto;
	float: none;
	padding: 0 1em;
}
.contactinfo1 .info2 p:nth-child(2) {
	margin-top: 1em;
}
.contactinfo1 {
	padding: 10px 0;
}
.contactinfo2 {
	padding: 3em 0 3em 0;
}
.contactinfo2 .item {
	margin-left: 2em;
	width: 140px;
}
#list, .contactcont3 {
	height: 533px;
}
#list li {
	height: 177px;
}
.contactinfo4 {
	padding: 2em 60px 2em 2em;
}
.contactinfo1 .info1 {
	padding-right: 3em;
}
.contactinfo1 .info2 {
	padding: 0 3em;
}
.contactinfo4 .dot {
	top: 4em;
}
.order_result {
	padding-left: 20px;
	padding-right: 20px;
}
.order_result_box h3 {
	font-size: 24px;
}
.order_result_box h3 img {
	width: 30px;
}
.order_result_table table td, .order_result_box ul li {
	font-size: 14px;
}
.order_result_table table td {
	padding: 8px 5px;
}
.order_result_box ul li {
	margin-bottom: 5px;
}
}
 @media only screen and (max-width:1200px) {
.nav li {
	padding: 0 3px;
}
.searchbox {
	width: 120px;
}
.foot_menu dl {
	padding-left: 50px;
}
/* .invideo{margin-top:20px;}*/
.innews_left dl dd {
	width: 60%;
	margin-left: -30%;
}
.innews_right dl dd {
	padding-top: 0;
}
.innews_right .news_date {
	padding: 0 25px;
}
.innews_right dd a p {
	margin-top: 8px;
}
.inservice_in {
	padding-bottom: 40px;
}
.pro_desc .pro_txt {
	padding: 40px 30px 0;
}
.honor_list .honor_item, .honor_first {
	height: 415px;
}
.honor_list .honor_img {
	height: 250px;
	margin-bottom: 20px;
}
.honor_first dd h3 {
	font-size: 2.4rem;
}
.jiameng_adv .wrap {
	width: auto;
	max-width: 100%;
	margin-left: 12px;
	margin-right: 12px;
}
.jiameng_support .wrap, .jiameng_case .wrap, .jiameng_laoka .wrap, .jiameng_process .wrap {
	width: 1100px;
}
.support_tit h3 {
	font-size: 24px;
	padding: 0 20px;
	height: 64px;
	line-height: 64px;
}
.support_tit span {
	width: 72px;
	font-size: 4rem;
	height: 64px;
	line-height: 64px;
}
.support_txt {
	margin: 30px 0;
}
.jiameng_process ul li h3 {
	padding-bottom: 30px;
}
.jiameng_process ul li p {
	margin-top: 20px;
}
.jiameng_step_item {
	padding: 20px 20px 30px;
	min-height: 373px;
}
.jiameng_form .store_form_in {
	margin: 20px 0;
	padding: 0 20px;
}
.jiameng_contact {
	padding: 20px;
}
.jiameng_adv {
	padding-bottom: 40px;
}
.jiameng_item {
	padding: 20px 20px 30px;
}
#history .font .event {
	left: 30px;
	top: 30px;
}
}
 @media (max-width: 1024px) {
body, html {
	font-size: 46.875%;
}
.mt160 {
	margin-top: 55px;
}
.mt100 {
	margin-top: 55px;
}
.header {
	height: 55px;
	left: 0;
	right: 0;
	top: 0;
}
.header.hiddened {
	top: -55px;
}
.logo {
	height: 55px;
}
.logo img {
	height: 90%;
    padding: 2% 0 0 5%;
	width: auto;
}
.slogan {
	margin: 12px 0 0 15px;
}
.searchbox {
	height: 55px;
}
.hamburger {
	display: block;
}
.nav {
	display: none;
}
.banner {
	margin-top: 55px;
}
.banner .swiper-pagination {
	display: block;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 3px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 20px;
}
.banner .swiper-slide-active .ban_txt span {
	background-size: 15px;
}
.ban_txt {
	top: 18%;
}
.ban_txt h2 {
	font-size: 6rem;
	background-size: 40px;
	padding-top: 40px;
}
.ban_txt span {
	top: 70px;
	width: 140px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.banner .swiper-slide-active .ban_txt span {
	margin-top: 40px;
}
.inbanner {
	margin-top: 55px;
}
.inban_txt {
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
.fan_left, .fan_right {
	background-size: 40px;
}
.ewmbox {
	float: none;
	width: 280px;
	margin: 0 auto;
	padding-top: 20px;
	overflow: hidden;
}
.crumbs {
	top: 80px;
}
.menu a {
	margin-right: 45px;
	font-size: 16px;
}
.inban_txt h2 {
	font-size: 5rem;
}
.gotop {
	width: 40px;
	height: 40px;
	right: 0;
	background-size: 100%;
}
.inlink {
	padding: 50px 0;
}
.inlink a span.link_img {
	width: 60px;
	height: 60px;
}
.inlink a span.link_img img {
	width: 60px;
}
.inlink a:hover span.link_img img {
	margin-top: -60px;
}
.inlink a span.link_tit {
	margin: 15px 0 20px;
}
.inlink a span.link_more {
	background-size: 10px;
}
.inquanwu {
	padding-bottom: 50px;
}
.inquanwu .qw_txt {
	height: 140px;
	padding-top: 42px;
}
.inquanwu .qw_txt span {
	background-size: 15px;
}
.inquanwu .swiper-button-next, .inquanwu .swiper-button-prev {
	right: 30px;
}
.inproduct {
	margin-top: 50px;
}
.inpro_cell dl {
	margin-bottom: 7px;
}
.inpro_cell dl:nth-child(1) {
	margin-top: 10.9%;
}
.inpro_cell dl dd h3 {
	bottom: 45px;
}
.inpro_txt br {
	display: none;
}
.inpro_cell dl dd a .div2 {
	display: none;
}
.inpro_cell dl dd a:hover .mask::before, .inpro_cell dl dd a:hover .mask::after {
	display: none;
}
.inpro_cell dl dd .mask span {
	display: none;
}
.inpro_cell dl dd a:hover .mask {
	background: none;
}
.inpro_cell dl dd a:hover .div1 {
	left: 20px;
	bottom: 20px;
	top: auto;
}
.lk_tit h3 {
	background-size: 30px!important;
}
.invideo_link {
	padding-top: 40px;
}
.innews_right dl {
	margin-bottom: 24px;
}
.spacelist {
	margin-top: 2em;
}
.prolist2 .item .font {
	padding: 1em;
	box-shadow: 0 0 8px 6px #f5f5f5;
}
.prolist2 .item .font .arrow {
	opacity: 1;
	background-size: 15px;
}
.spacelist2 .item a .font {
	box-shadow: 0 5px 10px rgba(0,0,0,0.08)
}
.spacelist2 .item span.ellipsis {
	padding-left: 0;
}
.newsbox {
	padding: 0;
}
.newsbox .wrap {
	padding: 40px 20px;
	margin: 0;
}
.news_time {
	padding-bottom: 20px;
}
.newscon {
	margin-top: 30px;
}
.prev_next {
	margin-top: 50px;
	padding-top: 30px;
}
.btn_back {
	width: 200px;
	height: 80px;
	padding: 25px 38px 0;
}
.btn_back img {
	width: 24px;
}
.prev_next em {
	width: 50px;
	height: 50px;
	background-size: 12px!important;
}
.prev_next .fl, .prev_next .fr {
	line-height: 50px;
}
.aboutbox {
	padding-bottom: 80px;
}
.aboutbox_in {
	padding-top: 50px;
}
.service {
	padding: 50px 0 80px;
}
.about_con dl dd {
	margin-top: 70px;
}
.pro_desc .pro_txt h3 {
	padding-top: 40px;
	background-size: 20px;
}
.pro_desc .btn_yuyue {
	width: 200px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	margin-top: 20px;
}
.procontent {
	margin-top: 55px;
	padding: 20px 0 50px;
}
.pro_box {
	margin-top: 30px;
}
.brand_story, .brand_img {
	width: 100%;
	float: none;
	overflow: hidden;
}
.brand_box {
	float: left;
	margin-right: 30px;
}
.brand_txt {
	margin-top: 0;
}
.brand_img img {
	width: 100%;
}
.honor_box {
	margin-top: 30px;
}
.honor_list .honor_item {
	padding: 20px 20px 10px;
	border-width: 3px;
}
.honor_list .honor_img {
	height: 200px;
}
.honor_list .honor_item, .honor_first {
	height: 298px;
}
.honor_list .honor_item span {
	display: none;
}
.honor_list .honor_tit {
	left: 20px;
	right: 20px;
}
.honor_list .honor_tit br {
	display: none;
}
.honor_first {
	padding: 80px 30px 30px;
}
.honor_first dd p {
	margin-top: 50px;
}
.honor_list .honor_item span {
	display: none;
}
.video_box {
	padding: 40px 0 60px;
	background-size: 15%;
}
.video_box .protitle {
	margin-bottom: 30px;
}
.video_swiper dl dd {
	padding: 15px 12px;
}
.hard_txt {
	width: 360px;
	height: 360px;
}
.video_swiper .swiper-button-prev, .video_swiper .swiper-button-next {
	top: -70px;
}
.hard_section1, .hard_section3, .hard_section2_in {
	padding: 60px 0;
}
.hard_section3 dl dt {
	margin-top: 50px;
}
.hard_section3 dl dt h4 {
	margin-top: 20px;
	padding-top: 40px;
}
.lk_tit i {
	background-size: 15px;
}
.inpro_tab .tab_item h2 {
	background-size: 15px;
}
.lk_more, .invideo_link, .service_box a h4 {
	background-size: 18px;
}
.invideo_con h3 {
	margin-top: 10px;
}
.invideo_play {
	margin-top: 40px;
}
.invideo_play span {
	width: 56px;
	height: 56px;
	margin-left: -28px;
	margin-top: -28px;
	background-size: 100%;
}
.searchbox a img {
	width: 20px;
	vertical-align: -4px;
}
.innews_box {
	padding-top: 40px;
}
.innews_left dl dd {
	padding: 20px;
	width: 76%;
	margin-left: -38%;
}
.innews_box .swiper-pagination {
	top: 10px;
}
.innews_left .news_txt .more {
	width: 40px;
	height: 40px;
	background-size: 12px;
}
.inred_bar {
	height: 120px;
}
.inred_bar dl dt {
	width: 45px;
}
.inred_bar dl dd span {
	background-size: 10px;
	width: 40px;
	height: 40px;
}
.inred_bar dl::after {
	height: 50px;
}
.foot_left_tit {
	background-size: 16px;
}
.slogo {
	width: 180px;
}
.flink a {
	width: 46px;
	height: 46px;
	margin-right: 20px;
}
.flink a img {
	width: 56%;
}
.inban_txt h3 {
	background-size: 25px;
	padding-left: 36px;
}
.crumbs i {
	background-size: 8px;
}
.btn_down {
	background-size: 12px;
	width: 40px;
	height: 40px;
}
.kefu_float {
	width: 40px;
	height: 40px;
	right: 0;
	bottom: 80px;
}
.kefu_float .kefu_icon {
	background-size: 20px;
}
.kefu_pop {
	width: 170px;
	height: 40px;
	right: 40px;
}
.kefu_pop a {
	line-height: 40px;
}
.about_con dl dt img {
	transform: scale(0.8);
}
.idea_txt dl dd img {
	width: 80%;
}
#history .font .event .chs {
	margin-top: 40px;
}
#history .font .event .chs p {
	background-size: 8px;
	padding-left: 20px;
	background-position: 0 8px;
}
.hard_txt h3 {
	background-size: 30px;
}
#history .font .event p {
	margin-bottom: 10px;
}
.hard_first_left dl dt p.font2, .hard_sec_one dd p.font1, .hard_section3 dl dt h4, .roco_title h3 {
	background-size: 14px;
}
.select_year select {
	background-size: 35px;
}
.page .pagenum, .pronavarrow, .recruitform .select select {
	background-size: 12px;
}
.protitle .f2 span {
	width: 40px;
	height: 40px;
	background-size: 12px;
}
.spacelist2 {
	margin-top: 40px;
}
.pro_tit h3::before, .pro_tit h3::after {
	background-size: 30px;
}
.recruittable .tbody .btn {
	background-size: 10px;
}
.hard_first_left {
	width: 42%;
}
.hard_first_right {
	width: 55%;
}
.hard_first_right dl dd .hard_first h3, .hard_sec_two dt h3, .hard_section3 dl dd h3 {
	font-size: 8rem;
}
.hard_first_right dl dd .hard_first {
	padding: 20px;
}
.hard_first_right dl dd .hard_first p {
	margin-top: 27px;
}
.historytabs .swiper-button-prev, .historytabs .swiper-button-next {
	background-size: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.inpro_cell dl dd .mask::before, .inpro_cell dl dd .mask::after, .inpro_cell dl dd .mask span, .spacelist dl dd .mask::before, .spacelist dl dd .mask::after, .spacelist dl dd .mask span, .prolist2 .item .imgmask, .prolist2 .item .imgmask {
	display: none;
}
.order_box, .order_input, .order_button, .store_box, .reservation_box {
	margin-top: 30px;
}
.order_input, .order_button {
	height: 50px;
}
.order_txt {
	width: 60%;
	margin-left: -30%;
}
.store_left, .store_form {
	height: 500px;
}
.store_txt {
	bottom: 80px;
}
.store_form_in {
	padding: 120px 50px 0;
}
.store_form_in dl {
	margin-bottom: 30px;
}
.store_form_in dl dd .store_input, .store_form_in dl dd select {
	height: 50px;
}
.store_form_in dl dd select {
	padding: 15px;
	background-size: 25px;
}
.store_form_in dl dt {
	width: 40px;
	line-height: 50px;
	margin-right: 20px;
}
.store_form_in dl dd .btn_submit, .store_form_in dl dd .btn_reset {
	width: 180px;
	height: 50px;
}
.store_form_in dl dd .store_input {
	padding: 15px;
}
.complaint_box .store_form_in {
	padding: 70px 40px 0;
}
.store_form_in dl dd .store_textarea {
	height: 100px;
	padding: 15px;
}
.complaint_box .store_form_in dl dt {
	width: 65px;
	margin-right: 20px;
}
.reservation_design {
	background-size: 60px;
}
.reservation_design dl dd p {
	margin-top: 0;
}
.reservation_box .store_form_in {
	margin-top: 40px;
}
.step_item {
	padding-bottom: 35px;
	margin-bottom: 30px;
	background-size: 10px;
}
.step_item img {
	width: 40px;
}
.step_item span {
	padding-left: 20px;
	font-size: 16px;
}
.nation_con {
	top: 30px;
}
.nation_txt {
	width: 300px;
}
.nation_item {
	width: 46%;
	padding-left: 30px;
}
.nation_item span {
	padding-right: 5px;
}
.vision_box {
	width: 290px;
	padding: 30px 30px 20px;
}
.vision_box h2 {
	padding-bottom: 60px;
	background-size: 30px;
}
.vision_box h3 {
	padding-top: 20px;
	margin-top: 20px;
	border-width: 3px;
}
.chairman {
	width: 300px;
	height: 85px;
	margin-left: -150px;
	bottom: 30px;
	background-size: auto 100%;
}
.philosophy_in {
	background-size: 20%;
	background-position: -13% 100%;
	padding-bottom: 60px;
}
.chairman_box {
	margin-top: 30px;
}
.manage_box {
	padding: 50px 0;
}
.manage_left {
	padding: 30px 20px 0 20px;
}
.manage_left h3 {
	margin-top: 20px;
	background-size: 12px;
}
.manage_box dl dt {
	padding: 30px 20px 20px;
}
.manage_box dl dt h4 {
	margin-top: 10px;
}
.spacelist dl dd h4 i {
	width: 40px;
	height: 22px;
}
.jiameng_support .wrap, .jiameng_case .wrap, .jiameng_laoka .wrap, .jiameng_process .wrap {
	width: auto;
	max-width: 100%;
	margin-left: 12px;
	margin-right: 12px;
}
.support_txt span {
	padding-left: 15px;
	background-size: 5px;
	padding-right: 12px;
	background-position: 0 11px;
}
.jiameng_case_tit h3::before, .jiameng_case_tit h3::after {
	width: 35px;
	height: 35px;
}
.jiameng_process .protitle, .jiameng_step {
	margin-top: 30px;
}
.jiameng_step_item {
	padding: 15px;
	min-height: 271px;
}
.jiameng_step_item h2 {
	font-size: 3.6rem;
	padding-bottom: 12px;
}
.jiameng_step_item h3 {
	font-size: 20px;
	background-size: 8px;
	margin: 10px 0 15px;
}
.jiameng_step_item p {
	font-size: 14px;
}
.jiameng_contact .btn_jm, .jiameng_contact .btn_jm_copy {
	width: 200px;
	height: 50px;
	background-size: 100%;
	margin-top: 25px;
}
.jiameng_form .store_form_in dl {
	margin-bottom: 15px;
}
.jiameng_form .store_form_in dl dd select {
	font-size: 14px;
	background-size: 12px;
	padding: 12px 16px;
}
.jiameng_form .store_form_in dl dd .store_input {
	font-size: 14px;
}
.jiameng_process ul li {
	padding: 20px;
}
.jiameng_process ul li p {
	font-size: 14px;
}
.jiameng_tit {
	height: 62px;
	line-height: 62px;
	font-size: 24px;
}
.jiameng_tit span {
	font-size: 80px;
}
.jiameng_box_tit h3 {
	font-size: 20px;
}
.jiameng_item1 .jiameng_box_tit .zs_bar {
	margin-top: 15px;
}
.jiameng_box_tit .zs_bar {
	margin-bottom: 15px;
}
.jiameng_box3 dl dd {
	height: 130px;
}
.jiameng_box3 dl dd h3 {
	font-size: 16px;
	left: 10px;
	bottom: 10px;
}
.jiameng_box3 dl:nth-child(2n) dd h3 {
	top: 10px;
}
.jiameng_process {
	padding-bottom: 60px;
}
.jiameng_laoka {
	padding: 90px 0 30px;
}
.jiameng_process .pro_tit {
	margin-bottom: 40px;
}
.jiameng_process_in {
	padding-top: 40px;
}
.jiameng_case_box dl dt {
	height: 40px;
	line-height: 40px;
}
.jiameng_box8_name {
	width: 40%;
	bottom: 10%;
	left: -12%;
}
.jiameng_box8_left {
	width: 40%;
}
.jiameng_box4_left img {
	margin-top: 40px;
}
.jiameng_box_tit .zs_bar {
	width: 40px;
	background-size: 100%;
}
.f-24 {
	font-size: 18px;
}
.f-48, .f-60 {
	font-size: 32px;
}
.protitle {
	background-size: 60px auto;
}
.prdlistbox {
	padding: 30px 0;
}
.prolist1 {
	margin-top: 2em;
}
.page {
	padding: 16px;/*width:96px;*/
	height: 84px;
	margin-top: 1em;
}
.prolist2 .item .imgmask {
	background-size: 3em auto;
}
.newslist .item {
	margin-bottom: 20px;
}
.newslist .item .img {
	width: 30%;
}
.newslist .item .date {
	float: none;
	margin-top: 0;
	padding: 14px 14px 0 14px;
	border: none;
	text-align: left;
}
.newslist .item .date div {
	display: inline;
	margin-right: 6px;
}
.newslist .item .font {
	margin-top: 0;
	padding: 16px 14px;
}
.newslist .item .font .more {
	display: none;
}
.latestnews {
	margin: 3em 0 2em 0;
}
.latestnews .img {
	width: auto;
	text-align: center;
}
.latestnews .img img {
	width: 100%;
}
.latestnews .font .lable {
	position: static;
	width: 80px;
	height: 80px;
	padding: 30px 10px 10px;
	display: inline-block;
	margin-bottom: 1em;
}
.latestnews .font {
	right: 5%;
}
.latestnews .font .more {
	margin-top: 2em;
}
.recruit .protitle {
	width: 450px;
}
.contactbox .protitle {
	padding: 2em 0;
}
.contactcont1, .contactcont2, .contactcont3, .contactcont4, .contactcont5 {
	width: auto;
	float: none;
}
.contactinfo1 {
	padding: 2em 0;
}
.contactinfo1 .info1 {
	width: 45%;
	padding-right: 5%;
}
.contactinfo1 .info2 {
	width: 45%;
	padding: 0 0 0 5%;
}
.contactinfo2 {
	padding: 2em 0;
	text-align: center;
}
.contactinfo2 .item {
	display: inline-block;
	margin: 0 1em;
	float: none;
}
.contactinfo4 {
	padding-left: 0;
}
#list {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	background: #f1f1f1;
}
#list li {
	width: 33.33%;
	float: left;
	height: auto;
	background: #fff;
	border-top: none;
	border-left: 1px solid #f1f1f1;
}
.contactinfo4 .dot {
	width: 40px;
	height: 40px;
	border-width: 3px;
	top: 2.5em;
}
.contactcont3 {
	height: 300px;
}
}
 @media (max-width: 800px) {
.searchbox {
	width: 100px;
	margin-top: 0px;
}
.searchbox a {
	font-size: 14px;
}
.searchbox a img {
	width: 20px;
	margin-right: 10px;
}
.inred_bar {
	height: 120px;
}
.inred_bar dl {
	padding: 38px 20px 0 20px;
}
.inred_bar dl dt {
	margin-right: 25px;
}
.inred_bar dl dd {
	margin-top: 5px;
}
.inred_bar dl dd span {
	width: 30px;
	height: 30px;
}
.foot_menu, .slogo {
	display: none;
}
.ewmbox {
	float: right;
	width: 280px;
	padding-top: 0;
}
.footer, .foot_bom {
	padding: 30px 0;
}
.inban_txt h2 {
	font-size: 4rem;
}
.menu a {
	padding: 25px 0;
	margin-right: 30px;
}
.btn_down {
	width: 40px;
	height: 40px;
	margin-top: 15px;
}
.inquanwu .swiper-button-next, .inquanwu .swiper-button-prev {
	right: 20px;
	top: 35%;
}
.inquanwu .swiper-button-prev {
	margin-top: 80px;
}
.inquanwu .swiper-button-prev::before {
	top: -35px;
}
.inquanwu .qw_txt {
	width: 460px;
	padding-left: 40px;
	padding-right: 40px;
}
.inproduct {
	margin-top: 30px;
}
.inpro_tab .tab_item {
	padding: 0 15px;
}
.inpro_tab .tab_item h2 {
	width: 130px;
	height: 60px;
	margin-top: 15px;
	font-size: 4rem;
}
.lk_more {
	width: 180px;
	height: 60px;
	line-height: 56px;
	padding-left: 25px;
	margin-top: 20px;
}
.lk_tit h2 {
	font-size: 4rem;
	letter-spacing: 2px;
}
.lk_tit h3 {
	font-size: 16px;
	letter-spacing: 3px;
	background-size: 30px!important;
}
.lk_tit i {
	margin-top: 15px;
}
.inpro_box {
	top: -60px;
}
.invideo {
	margin-top: 150px;
	height: 360px;
	overflow: hidden;
}
.invideo_play img {
	width: 100%;
	height: auto;
}
.invideo_desc {
	height: 180px;
	padding: 20px 0 0 20px;
}
.invideo_desc h3 {
	font-size: 3rem;
	line-height: 1.5;
}
.invideo_desc h4 {
	margin-top: 15px;
}
.invideo_link {
	padding: 25px 0 30px 25px;
	background-position: 25px 100%;
	line-height: 1.2;
}
.invideo_play span {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	background-size: 100%;
}
.invideo_play {
	background-size: 15px;
	padding: 0 20px 0 40px;
	background-position: 16px 50%;
}
.innews {
	margin-top: 50px;
}
.service_box a {
	width: 23.5%;
	margin-left: 2%;
}
.service_box a h3, .service_box a h4 {
	left: 20px;
}
.service_box a h3 {
	top: 20px;
}
.service_box a h4 {
	bottom: 20px;
	padding-bottom: 20px;
}
.service_box a:nth-child(1) {
	margin-top: 34px;
}
.service_box a:nth-child(2) {
	margin-top: 108px;
}
.service_box a:nth-child(3) {
	margin-top: 34px;
}
.service_box a:nth-child(4) {
	margin-top: 70px;
}
.innews_left {
	width: 100%;
	float: none;
	margin-right: 0
}
.innews_right dl {
	margin-bottom: 0;
	margin-top: 20px;
}
.innews_right dl dd {
	padding-top: 15px;
}
.inpro_txt {
	clear: both;
	float: none;
	width: 100%;
	padding-left: 0;
}
.innews_left dl dd {
	width: 48%;
}
.spacelist dl dd h3 {
	left: 20px;
	bottom: 50px;
}
.spacelist dl dd h4 {
	left: 20px;
	bottom: 20px;
}
.spacelist2 {
	margin-top: 30px;
}
.about_con dl {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 4%;
	min-height: 280px;
}
.about_con dl:nth-child(2n 1) {
	clear: both;
	margin-left: 0;
}
.idea_txt {
	position: static;
	-webkit-transform: translatey(0);
	transform: translatey(0);
	background: #565656;
	padding: 3em;
}
.idea_txt dl {
	width: 47%;
	margin-left: 6%;
	margin-bottom: 6%;
}
.idea_txt dl:nth-child(2n 1) {
	margin-left: 0;
}
.pro_desc .pro_img {
	width: 100%;
	float: none;
}
.pro_desc .pro_txt {
	padding: 20px;
}
.pro_desc .pro_txt h2 {
	font-size: 4rem;
}
.pro_desc .pro_txt h3 {
	font-size: 3rem;
	background-size: 16px;
}
.brand_vision {
	margin-bottom: 30px;
}
.brand_vision, .brand_story, .brand_img {
	margin-top: 30px;
}
.brand_box {
	width: 230px;
}
.brand_txt p {
	margin: 0 0 20px 0;
}
.select_year select {
	height: 50px;
	padding: 15px;
}
.brand_honor {
	padding: 40px 0;
}
.honor_first dd span, .honor_first dd p {
	margin-top: 10px;
}
.hard_power img {
	height: 400px;
	max-width: none;
	width: auto;
}
.hard_txt {
	width: 300px;
	height: 300px;
	padding: 40px;
}
.hard_txt h3 {
	font-size: 6rem;
}
.hard_first_left, .hard_first_right {
	width: 100%;
	float: none;
}
.hard_first_right, .hard_sec_two {
	margin-top: 2em;
}
.hard_first_right dl dd .hard_first p {
	margin-top: 70px;
}
.hard_sec_one dt {
	width: 100%;
	float: none;
}
.hard_sec_one dd {
	margin-top: 2em;
	padding: 0;
}
.hard_sec_two dt, .hard_sec_two dd {
	width: 100%;
	float: none;
	overflow: hidden;
}
.hard_sec_two dt p {
	margin-top: 0;
	width: 80%;
	float: left;
}
.hard_sec_two dt h3 {
	float: right;
	margin-top: 0;
}
.hard_sec_two dd {
	text-align: center;
	margin-top: 20px;
	font-size: 0;
}
.hard_sec_two dd span:nth-child(1) {
	width: 64%;
}
.hard_sec_two dd span:nth-child(2) {
	width: 32.2%;
}
.hard_section3 dl dt {
	margin-top: 0;
	width: 100%;
	float: none;
}
.hard_section3 dl dd {
	width: 100%;
	float: none;
	margin-top: 2em;
}
.hard_section3 dl dd .span2 {
	margin-top: 30px;
}
.hard_section3 dl dd h3 {
	margin-right: 0;
}
.idea_txt dl dd img {
	width: 55%;
}
.store_left, .store_form {
	height: 360px;
}
.store_txt {
	left: 20px;
	right: 20px;
}
.store_txt h3 {
	font-size: 2.6rem;
}
.store_txt p {
	font-size: 14px;
}
.store_form_bor {
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}
.store_form_in {
	padding: 60px 30px 0;
}
.store_form_in dl {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.store_form_in dl dd .store_input {
	width: 93%;
	padding: 10px;
}
.store_form_in dl dd .store_input, .store_form_in dl dd select {
	height: 40px;
}
.store_form_in dl dd select {
	padding: 10px;
	background-size: 25px;
	background-position: 92% 50%;
}
.store_form_in dl dt {
	line-height: 40px;
}
.store_form_in dl dd .btn_submit, .store_form_in dl dd .btn_reset {
	width: 150px;
}
.complaint_box .store_left, .complaint_box .store_form {
	height: 560px;
}
.complaint_box .store_form_in dl dd .store_input, .complaint_box .store_form_in dl dd select, .complaint_box .store_form_in dl dd .store_textarea {
	width: 100%;
}
.complaint_box .store_form_in dl:nth-child(3) {
	width: 100%;
}
.store_form_in dl dd .store_textarea {
	padding: 10px;
}
.reservation_box .store_form_bor {
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}
.reservation_box .store_form {
	padding: 40px 30px 40px 40px;
}
.reservation_step {
	padding: 120px 20px 0 20px;
}
.reservation_box .store_form_in dl dd select {
	margin-bottom: 20px;
}
.nation_con {
	position: static;
	padding-top: 30px;
}
.nation_txt {
	width: 100%;
	float: none;
	margin-top: 30px;
	overflow: hidden;
}
.nation_top {
	width: 50%;
	float: left;
}
.vision_box {
	position: static;
	width: 100%;
}
.chairman {
	width: 240px;
	height: 70px;
	left: auto;
	margin-left: 0;
	right: 20px;/*bottom:20px;*/
}
.chairman h3 {
	font-size: 18px;
}
.chairman p {
	font-size: 14px;
	margin-top: 5px;
}
.vision_box h2 {
	padding-bottom: 0;
	background-position: right center;
}
.manage_box dl dt h3 {
	margin-top: 10px;
}
.manage_box dl dt p {
	font-size: 14px;
	margin-bottom: 5px;
}
.manage_box dl dt h4 {
	margin-top: 5px;
}
.manage_left h3 {
	font-size: 24px;
}
.support_tit h3 {
	font-size: 16px;
}
.jiameng_contact h3, .jiameng_contact p {
	font-size: 16px;
}
.jiameng_contact h2 {
	font-size: 3rem;
	margin: 5px 0;
}
.jiameng_contact .btn_jm, .jiameng_contact .btn_jm_copy {
	width: 160px;
	margin-top: 15px;
}
.jiameng_form .store_form_in {
	margin: 15px 0;
	padding: 0 15px;
}
.jiameng_contact {
	padding: 15px;
}
.support_tit span {
	width: 50px;
	height: 46px;
	line-height: 46px;
}
.support_tit h3 {
	height: 46px;
	line-height: 46px;
}
.jiameng_process_img {
	margin-top: 20px;
}
.jiameng_box1_left {
	margin-top: 0;
}
.jiameng_box4_left {
	width: 46%;
}
.jiameng_box4_left img {
	width: 80%;
	margin-top: 20px;
}
.jiameng_box_tit p {
	font-size: 14px;
}
.jiameng_box3 dl dd {
	height: 100px;
}
.jiameng_process ul li h3 {
	padding-bottom: 15px;
}
.jiameng_process ul li p {
	min-height: 70px;
}
.jiameng_process ul li:nth-child(1) img {
	height: 184px;
	width: auto;
	max-width: none;
}
.btn_down {
	display: none;
}
.f-16 {
	font-size: 14px;
}
.prolist1 .item .imgborder {
	border-width: 4px;
}
.prolist1 .item {
	width: auto;
	float: none;
}
.prolist2 .item {
	width: 48%;
	margin-left: 4%;
	margin-bottom: 4%;
}
.prolist2 .item:nth-child(3n 1) {
	clear: none;
	margin-left: 4%;
}
.prolist2 .item:nth-child(2n 1) {
	clear: both;
	margin-left: 0;
}
.newslist .item .img {
	width: 40%;
}
.newslist .item .font {
	padding: 10px 14px 14px;
}
.newslist .item .font .f2 {
	margin-top: 10px;
}
#history {
	background: #151313;
}
#history .wrap {
	position: static;
	margin: 0;
	padding: 0;
}
#history .font {
	position: static;
	padding: 1em;
	width: auto;
	background-position: left bottom;
	background-size: 100%;
}
#history .font .event {
	position: static;
	padding: 20px 10px;
}
#history .font .year .f2 {
	background-size: 12px;
}
#history .font .event .chs {
	margin-top: 40px;
}
.latestnews .font {
	position: static;
	width: auto;
	padding: 20px;
	transform: translatey(0);
	-webkit-transform: translatey(0);
	-o-transform: translatey(0);
	-moz-transform: translatey(0);
}
.latestnews .font .more {
	margin-top: 1em;
}
.corporate_news .protitle {
	float: none;
	padding-right: 0;
}
.news_menu {
	float: none;
	text-align: center;
}
.news_menu a {
	margin: 0 14px;
}
.recruittable {
	margin: 2em 0;
}
.recruittable .tbody .ww {
	display: none;
	clear: both;
	padding-top: 1em;
}
.recruittable .item.on .tbody .ww {
	display: block;
}
.recruittable .item.on .tbody .line {
	border: none;
}
.recruittable .tbody .ww.active {
	display: block;
}
.recruittable .tbody .ww1 {
	float: left;
	width: 82%;
}
.recruittable .tbody {
	position: relative;
}
.recruittable .tbody .btnbox {
	position: absolute;
	right: 12px;
	top: 7px;
	margin-top: 0;
	width: 30px;
	height: 30px;
}
.recruittable .tbody .btn {
	width: 30px;
	height: 30px;
}
.recruit .protitle, .recruitform {
	float: none;
}
.jobdesc {
	padding: 20px 15px;
}
.recruit .protitle {
	width: auto;
}
.recruittable .thead {
	display: none;
}
.recruittable .tbody .line {
	border: none;
}
.recruittable .tbody > div {
	width: auto;
	float: none;
	text-align: left;
	padding-left: 6em;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}
.recruittable .tbody div.tti {
	padding-left: 0;
	line-height: 1.5;
	font-size: 14px;
}
.recruittable .tbody > div::before {
	position: absolute;
	left: 1em;
}
.recruittable .tbody > div:nth-child(1)::before {
	content: "鎷涜仒鑱屼綅";
	line-height: 1.5;
}
.recruittable .tbody > div:nth-child(2)::before {
	content: "宸ヤ綔缁忛獙";
}
.recruittable .tbody > div:nth-child(3)::before {
	content: "宸ヤ綔鍦板潃";
}
.recruittable .tbody > div:nth-child(4)::before {
	content: "瀛﹀巻";
}
.recruittable .tbody > div:nth-child(5)::before {
	content: "鎷涜仒浜烘暟";
}
.recruittable .tbody > div:nth-child(6)::before {
	content: "鎴鏃堕棿";
}
/*  .recruittable .tbody > div:nth-child(7)::before{content:"鎿嶄綔";}*/ 

.recruitform .select select, .recruitform .input {
	width: 280px;
}
.recruitform .select {
	background-position: 230px center;
	margin-bottom: 1em;
}
.recruitform .select select {
	background-position: 248px center;
}
.connectway .connectitem {
	width: auto;
	border: none;
	float: none;
}
.connectway .connectitem img {
	width: 1.5em;
}
.contactinfo1 .info1 {
	margin-bottom: 2em;
}
.contactinfo1 .info1, .contactinfo1 .info2 {
	width: auto;
	padding: 0;
	border: none;
	float: none;
}
.contactbox .protitle {
	padding-bottom: 0;
}
.contactinfo4 {
	padding-right: 40px;
}
.contactinfo4 .dot {
	width: 40px;
	height: 40px;
	border-width: 3px;
}
.historytabs .gallery-thumbs {
	margin: 0 100px;
}
}
 @media (max-width: 640px) {
.ban_txt h2 {
	width: 100%;
	font-size: 24px;
	background-size: 20px;
	padding-top: 16px;
}
.ban_txt h3 {
	width: 100%;
	font-size: 16px;
	letter-spacing: 3px;
}
.ban_txt span {
	width: 100px;
	height: 36px;
	line-height: 36px;
	padding-left: 15px;
	font-size: 13px;
}
.inlink {
	padding: 20px 0;
}
.inlink a span.link_tit {
	margin: 10px 0 15px;
}
.inlink a span.link_more {
	display: none;
}
.inquanwu .qw_txt {
	width: 360px;
	height: 100px;
	padding: 20px 20px 0 20px;
}
.inquanwu .qw_txt h3 {
	margin-top: 5px;
}
.inquanwu .qw_txt span {
	width: 40px;
	height: 40px;
	margin-top: 12px;
}
.inservice_in {
	padding-top: 50px;
}
.service_txt {
	margin-right: 35px;
}
.innews_right dl dt {
	width: 120px;
}
.innews_right dl dd {
	padding-top: 0;
}
.innews_right .news_date {
	padding: 8px 15px 0;
}
.innews_right .news_date span {
	font-size: 4rem;
	margin-bottom: 3px;
}
.innews_right dd a {
	padding-left: 20px;
}
.inproduct .lk_tit {
	float: none;
}
.inproduct .lk_more {
	float: right;
	margin-top: -106px;
}
.inpro_box {
	top: 0;
	margin-top: 20px;
}
.inpro_tab {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 20px;
}
.inpro_tab .tab_item {
	display: inline-block;
	float: none;
	padding: 0 40px;
}
.inpro_tab .tab_item h2 {
	background-position: center bottom;
}
.crumbs {
	position: static;
	padding: 12px 0;
	background: #7b8b6f;
}
.crumbs i {
	margin: 0 6px;
	background-size: 8px;
}
.crumbs a, .crumbs span {
	color: #fff;
}
.menu {
	padding-left:30px;
}
.aboutbox_in {
	background-size: 50%;
}
.select_year {
	margin-left: 20px;
	width: 160px;
	margin-top: 18px;
}
.select_year select {
	background-size: 30px;
}
.honor_total {
	float: left;
}
.brand_honor {
	background: #f4f4f4;
}
.honor_first {
	width: 100%;
	height: auto;
	float: none;
}
.honor_list .honor_item {
	width: 31%;
	height: 300px;
	margin-left: 3.5%;
	margin-bottom: 3.5%;
}
.honor_list .honor_item:nth-of-type(3n 1) {
	clear: both;
	margin-left: 0;
}
.honor_list .honor_item:nth-of-type(4n-1) {
	clear: none;
	margin-left: 3.5%;
}
.service {
	padding: 30px 0;
	background: none;
}
.order_box .wrap {
	padding: 0;
	margin: 0 12px;
}
.order_box img {
	height: 300px;
	width: auto;
	max-width: none;
}
.complaint_box .store_form_in dl dd .btn_submit, .complaint_box .store_form_in dl dd .btn_reset {
	width: 120px;
}
.complaint_box .store_form_in dl dd .btn_reset {
	margin-left: 20px;
}
.reservation_box .store_form {
	width: 100%;
	float: none;
}
.reservation_step {
	padding: 30px 20px;
}
.f-48 {
	font-size: 24px;
}
.protitle {
	background: none;
}
.protitle .f2 {
	letter-spacing: 2px;
}
.recruitform .select, .recruitform .input {
	width: 100%;
	float: none;
}
.recruitform .select {
	margin-right: 0;
}
.recruitform .select {
	background-position: 86% center;
}
.recruitform .select select {
	width: 100%;
	background-position: 95% center;
}
.contactinfo2 .item {
	width: 100px;
	margin: 0 0.5em;
	padding: 10px;
}
.space_mobile_img {
	display: block;
}
.space_pc_img {
	display: none;
}
}
 @media (max-width: 500px) {
.slogan, .inred_bar dl dd span {
	display: none;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets {
	width: 100%;
	left: 0;
	margin-left: 0;
	bottom: 12px;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
}
.banner .swiper-button-prev, .banner .swiper-button-next {
	display: none;
}
.banner .swiper-slide .ban_txt span {
	height: 32px;
	line-height: 32px;
	background-position: 85% 50%;
}
.banner .swiper-slide-active .ban_txt h3 {
	opacity: 1;
	margin-top: 5px;
}
.banner .swiper-slide-active .ban_txt span {
	opacity: 1;
	margin-top: 12px;
}
.inred_bar {
	height: auto;
}
.inred_bar dl {
	padding-right: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.inred_bar dl::after {
	height: 30px;
	top: 15px;
}
.inred_bar dl dt {
	width: 30px;
	margin-right: 10px;
}
.inred_bar dl:nth-child(2) dt {
	margin-top: 2px;
}
.inred_bar dl dd {
	margin-top: 0;
	line-height: 30px;
}
.inred_bar dl dd h3 {
	font-size: 12px;
}
.inred_bar dl dd p {
	font-size: 12px;
	display: none;
}
.footer, .foot_bom {
	padding: 20px 0;
}
.copyright {
	float: none!important;
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
}
.flink {
	float: none!important;
	align-items: center;
	justify-content: center;
}
.flink a {
	width: 40px;
	height: 40px;
	margin: 0 10px;
	border-width: 2px;
}
.ewmbox {
	float: none;
	padding-top: 20px;
}
.inban_txt h3 {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	padding-left: 24px;
	background-size: auto 12px;
	margin-bottom: 0;
}
.inban_txt h2 {
	font-size: 3rem;
	letter-spacing: 0;
}
.inban_txt h2 br {
	display: none;
}
.inproduct {
	margin-top: 10px;
}
.inpro_tab .tab_item h2 {
	font-size: 24px;
	margin-top: 5px;
	padding-bottom: 15px;
	height: 45px;
}
.inpro_cell dl {
	width: 100%!important;
	float: none!important;
	margin-left: 0!important;
}
.inpro_cell dl:nth-child(1) {
	margin-top: 0;
	display: block;
}
.inpro_cell dl:nth-child(3) dt {
	height: 260px;
	overflow: hidden;
}
.inpro_cell dl:nth-child(3) dt img {
	margin-top: -45%;
}
.inpro_cell dl {
	display: none;
}
.inpro_txt {
	display: none;
}
.inquanwu {
	display: none;
}
.service_box a {
	width: 48%;
	margin-left: 2%;
}
.service_box a:nth-child(2n 1) {
	margin-left: 0;
}
.inservice_in {
	padding-top: 30px;
	background-size: 50%;
	background-position: 101% 32%;
}
.inservice .lk_tit {
	float: none;
}
.service_box a:nth-child(1) {
	margin-top: 10px;
}
.service_box a:nth-child(2) {
	margin-top: 70px;
}
.service_box a:nth-child(3) {
	margin-top: -42px;
}
.service_box a:nth-child(4) {
	margin-top: 10px;
}
.service_txt {
	float: none;
	margin-right: 0;
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}
.lk_more {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	padding: 0;
	background-position: center center;
	background-size: 16px;
	border-width: 2px;
}
.lk_tit h2 {
	font-size: 22px;
	margin: 16px 10px 10px;
}
.invideo {
	height: auto!important;
}
.invideo img {
	height: auto;
	max-width: 100%;
}
.invideo_con h3 {
	display: none;/*font-size:20px;*/
}
.invideo_con h4 {
	font-size: 14px;
	padding-left: 30px;
}
.invideo_con h4::before {
	width: 20px;
	height: 2px;
	margin-top: -1px;
}
.invideo_play {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-top: 15px;
}
.invideo img {
	height: 200px;
	width: auto;
	max-width: none;
}
.invideo_desc {
	width: 100%;
	height: auto;
	padding: 50px 20px 30px;
	background-size: cover;
}
.invideo_link {
	padding-top: 15%;
}
.video_show .video_w {
	width: 90%;
	margin-left: -45%;
}
.video_show .video_close {
	width: 24px;
	height: 24px;
}
.inpro_tab .tab_item {
	padding: 0;
	border: none;
}
.inlink a span.link_img {
	width: 30px;
	height: 30px;
}
.inlink a span.link_img img {
	width: 30px;
}
.inlink a:hover span.link_img img {
	margin-top: -30px;
}
.inlink a span.link_tit {
	font-size: 12px;
}
.inquanwu .swiper-button-next, .inquanwu .swiper-button-prev {
	display: none;
}
.inquanwu .swiper-pagination {
	display: block;
}
.inquanwu .swiper-container {
	width: 100%;
}
.inquanwu .qw_txt {
	width: 72%;
	height: 88px;
}
.inquanwu .qw_txt h2 {
	font-size: 2.4rem;
}
.inquanwu .qw_txt h3 {
	font-size: 2rem;
}
.inquanwu .qw_txt span {
	margin-top: 5px;
}
.innews {
	margin-bottom: 20px;
}
.innews_box {
	padding-top: 0;
}
.innews_box .swiper-slide {
	display: none;
}
.innews_box .swiper-slide:nth-child(1) {
	display: block;
}
.innews_left {
	display: none;
}
.innews_left dt {
	height: auto;
}
.innews_left dt img {
	height: auto;
	max-width: 100%;
}
.innews_left dl dd {
	position: static;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	transform: translatey(0);
	margin-left: 0;
}
.innews_left .news_txt p {
	margin-top: 10px;
	font-size: 12px;
}
.innews_right .news_date {
	display: none;
}
.innews_right dd a {
	border: none;
	padding-left: 12px;
	margin-top: 0;
}
.innews_right dd a p {
	margin-top: 2px;
}
.spacelist dl {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 5%;
}
.newsbox .wrap {
	padding: 20px 1em;
}
.newscon, .newscon p {
	line-height: 2;
	color: #151313;
}
.newstitle {
	font-size: 3rem;
}
.news_time {
	font-size: 14px;
}
.news_time span {
	padding: 0 8px;
}
.news_time .social-share .social-share-icon {
	width: 24px;
	height: 24px;
}
.contactcont2, .contactcont3, #list {
	display: none;
}
.btn_back {
	clear: both;
	width: 160px;
	height: 60px;
	line-height: 24px;
	font-size: 16px;
	padding: 18px 30px 0;
}
.btn_back img {
	margin-right: 9px;
	width: 20px;
}
.prev_next {
	margin-top: 30px;
	padding-top: 20px;
}
.prev_next .fl, .prev_next .fr {
	margin-bottom: 2em;
}
.about_con dl {
	padding: 12px;
}
.about_con dl dd h3 {
	font-size: 14px;
}
.idea_txt {
	padding: 3em 1em;
}
.aboutbox {
	padding-bottom: 20px;
}
.aboutbox_in {
	background: none;
	padding-top: 2em;
}
.idea_txt dl {
	width: 100%;
	float: none;
	margin-left: 0!important;
	text-align: center;
	margin-bottom: 10%;
}
.idea_txt dl dt img {
	height: 70px;
}
.idea_txt dl dd h3 br {
	display: none;
}
.idea_txt dl dd p {
	margin-top: 5px;
}
.idea_txt dl dd img {
	margin-top: 1em;
}
.procontent .crumbs {
	background: none;
	padding: 0;
	margin: 0;
}
.related_product .swiper-pagination {
	display: block;
}
.related_product .swiper-button-prev, .related_product .swiper-button-next {
	display: none;
}
.related_product .prolist2 .item .font {
	background: #fff;
}
.pro_tit {
	margin: 30px 0;
}
.pro_tit p {
	margin-top: 5px;
}
.pro_desc .btn_yuyue {
	margin-left: auto;
	margin-right: auto;
}
#history .font .year span.f1 {
	font-size: 32px;
}
#history .font .event .chs p {
	font-size: 14px;
	background-size: 6px;
	padding-left: 14px;
	background-position: 0 7px;
}
.honor_first .honor_flag {
	width: 70px;
	height: 70px;
	font-size: 14px;
	padding-top: 1.6em;
}
.honor_first dt {
	width: 100%;
	float: none;
	margin-left: 0;
	text-align: center;
}
.honor_first dd {
	margin-top: 30px;
}
.honor_list .honor_item {
	width: 48%;
	height: 290px;
	margin-left: 4%;
	padding: 10px;
}
.honor_list .honor_item:nth-of-type(3n 1) {
	clear: none;
	margin-left: 4%;
}
.honor_list .honor_item:nth-of-type(2n 1) {
	clear: both;
	margin-left: 0;
}
.honor_list .honor_tit {
	font-size: 14px;
	text-align: center;
	left: 10px;
	right: 10px;
}
.video_box {
	padding-bottom: 40px;
}
.hard_power img {
	height: 260px;
}
.hard_txt {
	width: 200px;
	height: 200px;
	padding: 20px;
}
.hard_txt h3 {
	font-size: 4rem;
	padding-top: 40px;
}
.hard_txt p {
	font-size: 2rem;
	letter-spacing: 8px;
}
.hard_first_right dl dd .hard_first, .hard_first_right dl dd .hard_img {
	width: 100%;
	float: none;
}
.hard_first_right dl dd .hard_first p {
	margin-top: 30px;
}
.hard_first_right dl dd .hard_img {
	margin-top: 2em;
}
.hard_first_right dl dd .hard_img img {
	width: 100%;
}
.hard_section2 {
	background-size: 25%;
}
.menu_sub {
	padding: 20px;
}
.menu_sub a {
	padding: 0 30px;
}
.news_menu a {
	width: 120px;
	font-size: 16px;
	padding: 10px 0;
	margin: 0 10px;
}
.newslist {
	margin-bottom: 30px;
}
.latestnews .font .f1 {
	font-size: 18px;
}
.hard_sec_one dd h3 {
	font-size: 20px;
}
.hard_section3 dl dt h3 {
	font-size: 4rem;
}
.hard_section3 dl dt h4 {
	font-size: 3rem;
}
.brand_box {
	width: 100%;
	height: auto;
	float: none;
	margin-right: 0;
	margin-bottom: 30px;
	padding: 20px;
	background-image: none;
}
.brand_box h3 br {
	display: none;
}
.vision_box h2 {
	font-size: 20px;
}
.vision_box h3 {
	font-size: 16px;
}
.vision_box p {
	margin-top: 10px;
}
.service {
	padding-bottom: 0;
}
.service .protitle {
	padding-right: 0;
}
.store_box .wrap, .reservation_box .wrap {
	margin: 0;
}
.order_box .wrap {
	margin-bottom: 12px;
}
.order_txt {
	width: 86%;
	margin-left: -43%;
}
.order_txt h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.order_txt h4 {
	font-size: 14px;
}
.order_input {
	font-size: 14px;
	padding: 12px 30px 12px 20px;
}
.order_input, .order_button {
	height: 40px;
}
.order_button {
	width: 120px;
	font-size: 16px;
	font-family: "microsoft yahei";
}
.store_left, .complaint_box .store_left {
	width: 100%;
	float: none;
	height: auto;
}
.store_txt {
	position: static;
	padding: 50px 20px 20px;
}
.store_form_in dl dd .store_input {
	width: 100%;
	float: none;
	margin-right: 0;
}
.store_form_in dl dd select {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.store_form_in dl dd select:nth-of-type(3) {
	margin-right: 0;
}
.store_form {
	height: auto;
	margin-bottom: 12px;
}
.store_form_in {
	padding-top: 30px;
	padding-bottom: 30px;
}
.store_form_in dl dt, .complaint_box .store_form_in dl dt {
	width: 100%;
	float: none;
	margin-right: 0;
	text-align: left;
}
.store_form_in dl dd .btn_submit, .store_form_in dl dd .btn_reset {
	width: 100%;
	margin-top: 0;
}
.store_form_in dl:last-child dt {
	height: 0;
}
.complaint_box .store_form_in dl dd select {
	margin-bottom: 0;
}
.complaint_box .store_form {
	height: auto;
}
.complaint_box .store_form_in {
	padding: 30px;
}
.complaint_box .store_form_in dl:last-child dd {
	text-align: center;
}
.complaint_box .store_txt h3 br {
	display: none;
}
.store_form_in dl dd .btn_submit, .store_form_in dl dd .btn_reset {
	height: 44px;
}
.reservation_box .store_form_in dl:nth-child(3) dd .store_input {
	width: 100%;
}
.step_item {
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.reservation_box .store_form {
	padding: 30px;
}
.reservation_box .store_form_in {
	margin-top: 30px;
}
.nation_top {
	width: 100%;
	float: none;
}
.nation_txt {
	margin: 20px 0;
}
.philosophy_box {
	padding-top: 20px;
	background-size: auto 200px;
}
.philosophy_in {
	padding-bottom: 30px;
}
.vision_box {
	padding: 30px 20px 20px;
}
.chairman {
	width: 180px;
	height: 65px;
}
.chairman h3 {
	font-size: 14px;
}
.chairman p {
	font-size: 12px;
}
.manage_box {
	padding: 30px 0;
}
.manage_box .wrap {
	background: none;
}
.manage_left, .manage_box dl, .manage_box dl dt, .manage_box dl dd {
	width: 100%;
	float: none;
}
.manage_left {
	background: #f6f6f6  no-repeat left 50px;
	background-size: 100%;
	padding: 20px 20px 30px;
}
.manage_box dl {
	background-size: 100%;
}
.manage_left h3 {
	margin-top: 10px;
	padding-bottom: 30px;
}
.manage_box dl dt {
	padding: 20px 15px;
}
.manage_box dl dt h3 {
	margin-top: 30px;
}
.manage_box dl dd {
	text-align: right;
	padding: 0 15px 15px;
}
.manage_box dl dd img {
	width: 30%;
}
.select_year {
	width: 120px;
}
.select_year select {
	height: 40px;
	padding: 10px;
	font-size: 12px;
}
.jiameng_tit {
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	font-size: 16px;
}
.jiameng_tit span {
	font-size: 40px;
	padding: 0 6px;
	margin-right: 10px;
}
.jiameng_top {
	position: relative;
	height: 90px;
}
.jiameng_top img {
	height: 100%;
	width: auto;
	max-width: none;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	top: 0;
}
.jiameng_box1_left {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.jiameng_box2_img {
	float: none;
	width: 100%;
}
.jiameng_box2, .jiameng_box3, .jiameng_box6, .jiameng_box7 {
	margin-top: 20px;
}
.jiameng_box4_left, .jiameng_box5_left, .jiameng_box6_img1, .jiameng_box6_img2, .jiameng_box7_img, .jiameng_box8_left, .support_img1, .jiameng_case_box dl, .jiameng_laoka_img1, .jiameng_laoka_img2 {
	width: 100%;
	float: none;
	margin-left: 0!important;
	margin-bottom: 20px;
}
.jiameng_box3 dl dt img, .jiameng_case_box dl dd img {
	width: 100%;
}
.jiameng_box3 dl dd {
	background-size: auto 100%;
	height: 50px;
}
.jiameng_box3 dl dd h3 {
	bottom: auto!important;
	top: 10px!important;
	left: 5px;
	font-size: 12px;
}
.jiameng_box4_left img {
	display: block;
	margin: 20px auto 0;
}
.jiameng_box5_right {
	width: 100%;
	float: none;
	overflow: hidden;
}
.jiameng_box8_name {
	width: 80%;
	bottom: auto;
	top: 0;
	left: -60%;
}
.jiameng_box9_img {
	margin-top: 20px;
}
.jiameng_box9 .jiameng_box_tit h3 {
	padding: 0 32px;
	font-size: 16px;
}
.jiameng_box9 .jiameng_box_tit h3::before, .jiameng_box9 .jiameng_box_tit h3::after {
	width: 24px;
	background-size: 100%;
}
.jiameng_support .pro_tit h3, .jiameng_process .pro_tit h3 {
	font-size: 20px;
	padding: 0 56px;
}
.jiameng_box10_img li:nth-child(1) {
	width: 100%;
	float: none;
}
.jiameng_box10_img li {
	width: 49.6%;
}
.jiameng_box10_img li:nth-child(2n 2) {
	clear: both!important;
	margin-left: 0!important;
);
}
.jiameng_adv {
	padding: 15px 0;
}
.jiameng_item {
	padding: 15px 12px;
	margin-top: 12px;
}
.jiameng_tit, .support_item {
	margin-bottom: 20px;
}
.support_item {
	width: 100%!important;
	float: none!important;
	margin-left: 0!important;
	margin-bottom: 20px;
	padding: 0;
	border-right: none!important;
	padding-right: 0!important;
}
.support_txt span {
	display: block;
	padding-right: 0;
}
.jiameng_support, .jiameng_case {
	padding: 30px 0;
}
.jiameng_case_tit h2, .jiameng_case_tit h3 span {
	font-size: 3.6rem;
}
.jiameng_case_tit h3 {
	padding: 0 40px;
	font-size: 2rem;
}
.jiameng_case_tit h3 span {
	vertical-align: -2px;
}
.jiameng_case_tit h3::before, .jiameng_case_tit h3::after {
	width: 24px;
	height: 24px;
	margin-top: -7px;
}
.jiameng_laoka {
	background-size: 200%;
}
.jiameng_process ul li {
	width: 49%!important;
	margin-left: 2%!important;
	padding: 15px;
}
.jiameng_process ul li:nth-child(2n 1) {
	margin-left: 0!important;
	clear: both;
}
.jiameng_process ul li:nth-child(3n 1) {
	clear: none;
}
.jiameng_process ul li:nth-child(1) {
	height: 196px;
	background: #fd2115;
}
.jiameng_process ul li:nth-child(1) img {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-top: 30%;
}
.jiameng_process ul li p {
	min-height: 92px;
}
.jiameng_step_item {
	width: 49%;
	margin-left: 2%;
	min-height: 200px;
	margin-bottom: 2%;
}
.jiameng_step_item:nth-child(2n 1) {
	clear: both;
	margin-left: 0;
}
.jiameng_step_item:last-child {
	margin-bottom: 0;
}
.jiameng_step_item h3 {
	font-size: 16px;
}
.jiameng_step_item p {
	font-size: 12px;
}
.jiameng_process {
	padding-bottom: 10px;
}
.jiameng_process_img a {
	display: block;
	width: 100%;
	float: none;
	margin-left: 0!important;
	margin-bottom: 20px;
}
.jiameng_form {
	padding: 15px 0;
}
.jiameng_form_img, .jiameng_form_left, .jiameng_contact {
	width: 100%;
	float: none;
}
.jiameng_form_img {
	height: 130px;
	overflow: hidden;
}
.jiameng_form_img img {
	width: 85%;
}
.jiameng_form .store_form_in {
	border-right: none;
}
.jiameng_form .store_form_in dl dd select {
	float: left;
	margin-bottom: 0;
	padding: 10px 12px;
}
.jiameng_form .store_form_in dl dd select:last-child {
	margin-bottom: 0;
}
.jiameng_form .store_form_in dl dd .store_input {
	padding: 10px 12px;
}
.jiameng_contact h3 {
	font-size: 20px;
}
.jiameng_contact .btn_jm, .jiameng_contact .btn_jm_copy {
	width: 100%;
	background-size: auto 100%;
	background-position: center;
	background-color: #7b8b6f;
}
.jiameng_case_box dl dd, .jiameng_case_box dl p {
	overflow: hidden;
}
.jiameng_case_box dl dd img, .jiameng_case_box dl p img {
	width: 49%;
	float: left;
	margin-left: 2%;
	margin-bottom: 0;
}
.jiameng_case_box dl dd img:nth-child(1), .jiameng_case_box dl p img:nth-child(1) {
	margin-left: 0;
}
#list li {
	width: 100%;
	float: none;
	border-left: none;
	border-top: 1px solid #f1f1f1;
}
.prolist2 .item {
	width: auto;
	float: none;
	margin-left: 0!important;
}
.newslist .item .img {
	width: auto;
	flex: none;
}
.newslist .item .ovh {
	overflow: visible;
}
.newslist .item .date, .newslist .item .font .more {
	display: block;
}
.newslist .item .font .more {
	display: none;
	position: static;
	margin-top: 1em;
}
.historytabs {
	margin: 30px 0;
}
.historytabs .gallery-thumbs {
	margin: 0 55px;
}
.historytabs .swiper-slide span {
	letter-spacing: 0;
}
.historytabs .swiper-button-prev, .historytabs .swiper-button-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
#history .font .event .chs {
	margin-top: 20px;
	height: 120px;
	overflow-y: auto;
}
#history .font .year {
	width: auto;
	height: auto;
	padding-top: 10px;
}
#history .font .year span {
	display: inline-block;
}
#history .font .year .f2 {
	background: none;
	padding-left: 5px;
}
#history .font .event p {
	margin-bottom: 10px;
}
.pronav .contw {
	margin: 0;
	font-size: 0;
}
.pronav .item {
	width: 33.3%;
	padding: 0 12px 0 0;
	background: none;
}
.pronav .item a {
	width: 100%;
	background: #f2f2f2;
}
.contactinfo4 {
	padding-right: 0;
}
.contactcont3 {
	height: 300px;
}
#list li .contactinfo4 .f3 {
	width: 100%;
}
.contactinfo4 .f3 i {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}
.order_result_box h3 {
	font-size: 20px;
}
.order_result_box h3 img {
	width: 24px;
	margin-right: 10px;
}
.order_result_close {
	right: 15px;
	top: 15px;
}
}
/*浼佷笟浠嬬粛 鏍稿績浼樺娍 鍥介檯鍝佽川 start*/
.protitle .f3 {
	color: #7b8b6f;
	display: inline-block;
	padding-right: 20px;/*background: right center no-repeat;*/
	background-size: 12px auto;
	font-family: "microsoft yahei";
}
.protitle .f4 {
	text-transform: uppercase;
	padding-bottom: 20px;/*background:  0.20px bottom no-repeat;*/
	background-size: 0.4em auto;
	font-family: "microsoft yahei";
}
.protitle .f5 {
	color: #cacaca;
	margin-top: 20px;
	line-height: 1.7;
}
.protitle .f5 em {
	color: #7b8b6f;
	font-family: "microsoft yahei";
}
.mt100 {
	margin-top: 100px;
}
.pad100 {
	padding: 100px 0;
}
.pad80-100 {
	padding: 80px 0 100px 0;
}
.pad40-130 {
	padding: 40px 0 130px 0;
}
.pb100 {
	padding-bottom: 100px;
}
.mb50 {
	margin-bottom: 50px;
}
.bn {
	background: none !important;
}
.f-20 {
	font-size: 20px;
}
.advantagetit {
	margin: 55px 0 45px;
	text-align: center;
}
.advantagetit h3 {
	font-family: "microsoft yahei";
}
.advantagetit p {
	text-transform: uppercase;
	font-family: "microsoft yahei";
	margin-top: 10px;
	display: inline-block;
	position: relative;
	padding: 0 50px;
}
.advantagetit p::before {
	content: '';
	width: 40px;
	height: 2px;
	background:  no-repeat left center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.advantagetit p::after {
	content: '';
	width: 40px;
	height: 2px;
	background:  no-repeat left center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
}
.introducebox .pofont {
	margin: 60px 0;
	text-align: center;
	line-height: 3.6;
	height: 3.6em;
	text-align: center;
	color: #fff;
	background: #7b8b6f left bottom no-repeat;
	background-size: auto 100%;
}
.introducebox .pofont .fontbg {
	background:  right bottom no-repeat;
	background-size: auto 100%;
}
.introducebox .itembox {
	margin: 0 -20px;
}
.introducebox .itembox .item {
	width: 50%;
	float: left;
}
.introducebox .itembox .w {
	margin: 0 20px;
}
.introducebox .itembox .img {
	position: relative;
}
.introducebox .itembox .name {
	position: absolute;
	line-height: 3;
	height: 3em;
	padding: 0 1.6em;
	background: #7b8b6f;
	color: #fff;
	position: absolute;
	bottom: -1.5em;
	left: 15.8%;
	top: 80.7%;
	transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
}
.introducebox .itembox .ff {
	color: #777;
	margin-top: 4em;
	line-height: 1.8;
}
.introducebox .team {
	background:  left center no-repeat;
	background-size: 41% auto;
	position: relative;
}
.introducebox .team .img {
	width: 59%;
}
.introducebox .team .font {
	padding: 76px 72px 0 72px;
}
.introducebox .team .font .f1 {
	color: #fff;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
	background:  left bottom no-repeat;
	background-size: 0.8em 6px;
}
.introducebox .team .font .f2 {
	color: #cacaca;
	line-height: 1.6;
}
.introducebox .team .font .f3 {
	position: absolute;
	text-align: right;
	bottom: 76px;
	left: 36%;
	width: 14.4%;
	margin-left: -14.4%;
}
.introducebox .team .font .f3 a {
	display: inline-block;
	color: #fff;
	margin-top: 0.8em;
	padding-right: 1.5em;
	background:  right center no-repeat;
	background-size: 0.8em auto;
}
.introducebox .device {
	background:  repeat-x bottom center;
	background-size: 1px 56%;
}
.introducebox .device .protitle {
	width: 200px;
	margin-top: 20px;
	margin-right: 180px;
}
.introducebox .device .protitle .f4 {
	font-family: "microsoft yahei";
}
.introducebox .device .deviceitem .item {
	width: 30%;
	float: left;
	display: block;
	margin-left: 3.3%;
}
.introducebox .device .deviceitem .item span {
	display: block
}
.introducebox .device .deviceitem .item .ff {
	padding: 60px 30px 40px 30px;
	background: #fff;
	position: relative;
}
.introducebox .device .deviceitem .item .f2 {
	margin-bottom: 20px;
}
.introducebox .device .deviceitem .item .f3 {
	color: #777;
	line-height: 2;
	height: auto;
	min-height: 96px;
}
.introducebox .device .deviceitem .item .line {
	margin-top: 20px;
	width: 26px;
	height: 3px;
	background: #7b8b6f;
}
.introducebox .device .deviceitem .item:hover .f1, .introducebox .device .deviceitem .item:hover .f2, .introducebox .device .deviceitem .item:hover .f3 {
	color: #fff;
}
.introducebox .device .deviceitem .item:hover .line {
	background: #fff;
}
.introducebox .device .deviceitem .item:hover .ff {
	background: #7b8b6f;
}
.introducebox .device .deviceitem .icon {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 40%;
}
.introducebox .system {
	background:  repeat-x top center;
	background-size: 1px 100px;
}
.introducebox .system .protitle {
	margin-bottom: 20px;
}
.introducebox .system .img {
	width: 53%;
	margin-left: 160px;
	margin-top: 90px;
	box-shadow: 0 0 40px 10px #e7e7e7;
}
.introducebox .system .font {
	padding-top: 90px;
	color: #595757;
}
.introducebox .system .font p {
	margin-bottom: 0.5em;
	line-height: 1.8;
	padding-left: 1.5em;
	background:  left 0.6em no-repeat;
}
.introducebox .testing {
	background: #f8f8f8;
	padding: 60px 0 100px 0;
}
.introducebox .testing .protitle {
	margin-bottom: 1.5em;
}
.introducebox .testingitembox {
	background: #fff;
	padding: 0 50px;
}
.introducebox .testingitem {
	padding: 40px 0;
}
.introducebox .testingitem.bb {
	border-top: 1px solid #e8e8e8;
}
.introducebox .testingitem .item {
	width: 20%;
	float: left;
	margin-left: 8%;
}
.introducebox .testingitem .item.on {
	width: 15%;
	margin-left: 0;
}
.introducebox .testingitem .item .f1 {
	padding: 30px;
	color: #fff;
	background: #7b8b6f;
	text-align: center;
	font-family: "microsoft yahei";
	line-height: 1.5;
}
.introducebox .testingitem .item .f2 {
	margin-bottom: 20px;
	margin-top: 0.5em;
	font-family: "microsoft yahei";
}
.introducebox .testingitem .item .f2 span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid #c00000;
	font-size: 16px;
	color: #ce251f;
	text-align: center;
	line-height: 26px;
	vertical-align: 0;
	margin-right: 15px;
}
.introducebox .testingitem .item .f3 {
	color: #595757;
	line-height: 1.5;
}
.introducebox .testingitem .item .f3 p {
	padding-left: 18px;
	margin-bottom: 30px;
	background:  no-repeat 0 5px;
}
.introducebox .testingitem.bb .item:last-child {
	width: 38%;
}
.introducebox .supply {/*background: right 50px no-repeat;background-size:20% auto;*/
}
.introducebox .supply .protitle {
	margin-bottom: 35px;
	background: none;
}
.introducebox .supply .protitle .f5 {/*background:  right 8px no-repeat;*/
	margin-right: 86px;
	padding-right: 100px;
}
.introducebox .supply .supplylogo {
	width: 35.8%;
}
.introducebox .supply .supplylogo .item {
	width: 50%;
	float: left;
}
.introducebox .supply .supplylogo .item .w {
	margin: 0 20px 18px 0;
	border: 1px solid #eee;
	padding: 21px 0;
	background: #fff;
}
.introducebox .supply .supplylogo .item span {
	display: block;
	text-align: center;
	color: #9b9b9b;
	margin-top: 20px;
}
.introducebox .supply .supplymap {
	width: 62.9%;
}
.introducebox .manage {/*background: left bottom no-repeat #f8f8f8;background-size:12.4% auto;*/
}
.introducebox .manage .protitle {
	margin-bottom: 55px;
}
.introducebox .manage .item {
	width: 50%;
	float: left;
	background:  right center no-repeat;
	background-size: 51% auto;
}
.introducebox .manage .item .img {
	width: 50%;
}
.introducebox .manage .item .font {
	padding: 60px 70px 0 40px;
}
.introducebox .manage .item .font .f1 {
	color: #ccc;
	height: 18em;
	line-height: 1.8;
}
.introducebox .manage .item .font .f2 {
	color: #fff;
	margin-top: 20px;
	padding-left: 1.8em;
	background:  left center no-repeat;
	background-size: 20px auto;
}
.introducebox .manage .item .font .f3 {
	color: #595757;
	margin-top: 15px;
	font-size: 14px;
}
/*浼佷笟浠嬬粛 鏍稿績浼樺娍 鍥介檯鍝佽川 end*/

/*浼佷笟浠嬬粛 鏍稿績浼樺娍 娼祦璁捐 start*/
.italydesignbox {
	background:  right top no-repeat #212b44;
	background-size: 20% auto;
}
.italydesign {
	background:  left bottom no-repeat;
	background-size: 14.2% auto;
}
.italydesign .italyitem {
	margin: 30px -20px 0 -20px;
}
.italydesign .italyitem .item {
	float: left;
	width: 50%;
}
.italydesign .italyitem .item .w {
	margin: 0 20px;
	position: relative;
	background: #a01a71;
	color: #fff;
}
.italydesign .italyitem .item.on .w {
	background: #fff;
	color: #595757
}
.italydesign .italyitem .item .img {
	width: 51.2%
}
.italydesign .italyitem .item .fontbox {
	position: absolute;
	width: 52%;
	left: 45.4%;
	top: 4.6%;
}
.italydesign .italyitem .item .font {
	position: absolute;
	left: 19%;
	right: 12.2%;
	bottom: 2.3em;
	line-height: 1.8;
}
.italydesign .italyitem .item .font em {
	color: #ce251f;
	font-family: "microsoft yahei";
}
.designbox .brand {
	background: #f6f6f6;
}
.designbox .brand .brandtop {
	background: #fff;
	padding: 60px 80px;
}
.designbox .brand .brandtop .font {
	margin: 90px 0;
	text-align: center;
}
.designbox .brand .brandtop .font .f-36 {
	font-family: "microsoft yahei";
}
.designbox .brand .brandtop .font p {
	margin-top: 0.6em;
}
.designbox .brand .brandtop .font p em {
	color: #7b8b6f;
}
.designbox .branditem {
	margin-top: 60px;
}
.designbox .branditem .item {
	width: 48%;
	background:  left top no-repeat #ce251f;
	background-size: 16% auto;
}
.designbox .branditem .item .w {
	background:  39% bottom no-repeat;
	background-size: 13% auto;
}
.designbox .branditem .item .img {
	width: 53%;
}
.designbox .branditem .item .font {
	color: #fff;
	padding: 120px 60px 0 60px;
	text-align: center;
	line-height: 1.8;
}
.designbox .branditem .item.on {
	background-color: #fff;
}
.designbox .branditem .item.on .font {
	color: #595757;
}
.designbox .software {
	background:  right top no-repeat;
	background-size: 16% auto;
}
.designbox .software h2 {
	height: 80px;
	margin-bottom: 1.4em;
	font-family: "microsoft yahei";
}
.designbox .software h2 img {
	width: 80px;
	margin-right: 20px;
	vertical-align: middle;
}
.designbox .software .softwareitem {
	margin: 0 -10px;
}
.designbox .software .softwareitem .item {
	width: 33.3%;
	float: left;
}
.designbox .software .softwareitem .item .w {
	margin: 0 10px;
	background: #212b44;
	position: relative;
}
.designbox .software .softwareitem .item .img {
	opacity: 0.4;
}
.designbox .software .softwareitem .item .font {
	position: absolute;
	text-align: center;
	width: 62%;
	left: 19%;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
}
.designbox .software .softwareitem .item .font img {
	max-width: 33%;
}
.designbox .software .softwareitem .item .font .ff {
	margin-top: 3em;
	line-height: 1.8;
	color: #fff;
	min-height: 5.4em;
}
/*浼佷笟浠嬬粛 鏍稿績浼樺娍 娼祦璁捐 end*/


/**/
.health .boardbox {
	background:  right top no-repeat #7b8b6f;
	background-size: 17% auto;
}
.health .board {
	background:  left bottom no-repeat;
	background-size: 18% auto;
}
.health .board .protitle {
	padding: 50px 0;
	color: #fff;
}
.health .board .protitle .f3 {
	background-image: ;
}
.health .board .boardtop {
	margin-bottom: 48px;
}
.health .board .boardtop .item {
	width: 48.4%;
}
.health .board .boardbot {
	margin: 0 -18px;
}
.health .board .boardbot .item {
	width: 25%;
	float: left;
}
.health .board .boardbot .item .w {
	margin: 0 18px;
}
.health .board .boardbot .item .img {
	position: relative;
}
.health .board .boardbot .item .tab {
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.health .board .boardbot .item .tab .f1 {
	text-transform: uppercase;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	background: #7b8b6f;
	color: #fff;
}
.health .board .boardbot .item .tab .f2 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 0.4em;
	font-family: "microsoft yahei";
}
.health .board .boardbot .item .font {
	background: #fff;
	padding: 36px;
}
.health .board .boardbot .item .font .f1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background:  left bottom no-repeat;
	background-size: 20px 2px;
}
.health .board .boardbot .item .font .f2 {
	color: #595757;
	line-height: 1.8;
	height: 5.4em;
}
.health .point {
	background: #f6f6f6;
}
.health .point .pointcont {
	margin-bottom: 40px;
	background: #fff;
}
.health .point .pointcont:last-child {
	margin-bottom: 0;
}
.health .point .pointcont .ff {
	position: relative;
	width: 25%;
}
.health .point .pointcont .ff .font {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.health .point .pointcont .ff .font span {
	display: block;
	font-family: "microsoft yahei";
}
.health .point .pointcont .itembox {
	padding-left: 40px;
}
.health .point .pointcont .itembox .f1 {
	color: #595757;
	margin-top: 4em;
}
.health .point .pointcont .itembox .item {
	width: 33.3%;
	float: left;
	padding: 50px 8% 0 0;
}
.health .point .pointcont .itembox .f2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background:  left bottom no-repeat;
	background-size: 20px 2px;
}
.health .point .pointcont .itembox .f3 {
	color: #595757;
	line-height: 1.8;
}
.health .point .pointcont .itembox .item2 {
	width: 33.3%;
	float: left;
	text-align: center;
	padding-top: 50px;
}
.health .point .pointcont .itembox .f4 {
	margin-top: 1.5em;
}
/*瀹朵汉鏈嶅姟*/
.service_exp {
	padding: 105px 0 120px;
	background: #f5f5f5  no-repeat right top;
}
.service_ext_txt {
	padding: 50px 190px 50px 60px;
	background:  no-repeat 0 0;
	background-size: cover;
	left: 0;
	bottom: 0;
}
.service_ext_txt h4 {
	font-family: "microsoft yahei";
	color: #fff;
}
.service_ext_txt h3 {
	font-family: "microsoft yahei";
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.service_exp .inlink {
	padding: 60px 0 70px;
	background: #fff;
}
.service_exp .inlink a {
	width: 20%;
}
.service_exp .inlink a:hover span.link_img img {
	margin-top: 0;
}
.service_exp .inlink a span.link_tit {
	margin-bottom: 0;
	font-size: 18px;
	color: #595757;
}
.service_exp .inlink a:hover span.link_tit {
	color: #595757;
}
.service_exp_system {
	margin-top: 85px;
}
.service_exp_system dl {
	width: 50%;
	float: left;
	padding-right: 5%;
}
.service_exp_system dl:nth-child(2n) {
	padding-right: 0;
	padding-left: 5%;
	border-left: 1px solid #dcdcdc;
}
.service_exp_system dl dd {
	background: #fff;
	padding: 60px 20px;
	text-align: center;
}
.service_exp_system dl dd h3 {
	font-family: "microsoft yahei";
	color: #151313;
	padding-bottom: 30px;
	margin-bottom: 25px;
	position: relative;
	line-height: 1;
}
.service_exp_system dl dd h3::after {
	width: 40px;
	height: 2px;
	background: #7b8b6f;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.service_exp_system dl dd p {
	color: #595757;
}
.after_sale {
	padding: 75px 0 135px;
	background:  no-repeat left bottom;
}
.after_sale_tit {
	margin-bottom: 60px;
}
.after_sale_tit h3 {
	display: inline-block;
	padding-right: 35px;
	background:  no-repeat right center;
	font-family: "microsoft yahei";
}
.afater_sale_img {
	width: 50%;
}
.adv_menu_sub {
	background: #f5f5f5;
	padding: 0;
}
.adv_menu_sub a {
	width: 25%;
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #595757;
	text-align: center;
	padding: 0 10px;
	position: relative;
}
.adv_menu_sub a::after {
	width: 1px;
	height: 25px;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	background: #dddddd;
}
.adv_menu_sub a:nth-child(1)::after, .adv_menu_sub a.cr::after {
	display: none;
}
.adv_menu_sub a.cr, .adv_menu_sub a.cr:hover {
	background:  no-repeat left center;
	background-size: cover;
	color: #fff;
}
.adv_menu_sub a:hover {
	color: #7b8b6f;
}
@media only screen and (max-width:1680px) {
.introducebox .device .deviceitem .item .f3 {
	min-height: 130px;
}
.health .point .pointcont .itembox .f1 {
	margin-top: 55px;
}
.introducebox .itembox .name {
	left: 50%;
}
}
@media only screen and (max-width:1680px) {
.mt100 {
	margin-top: 80px;
}
.pad100 {
	padding: 80px 0;
}
.pad80-100 {
	padding: 80px 0;
}
.pad40-130 {
	padding: 40px 0 80px 0;
}
.pb100 {
	padding-bottom: 80px;
}
.introducebox .testing {
	padding: 60px 0 80px 0;
}
.designbox .brand .brandtop .font {
	margin: 80px 0;
}
.introducebox .manage .item .font .f1 {
	height: 14.4em;
	overflow: hidden;
}
.introducebox .manage .item .font {
	padding: 40px 40px 0 40px;
}
.introducebox .system .font {
	padding-top: 80px;
}
.health .board .boardbot .item .font {
	padding: 25px;
}
.health .board .boardbot .item .font .f2 {
	display: block;
	height: 112px;
}
}
 @media only screen and (max-width:1440px) {
.introducebox .device .protitle {
	margin-right: 120px;
}
.introducebox .system .img {
	margin-left: 120px;
}
.health .point .pointcont .itembox .item2 {
	padding: 40px 0;
}
.health .point .pointcont .itembox .f1 {
	margin-top: 3em;
}
.service_exp {
	background-size: 34%;
}
.designbox .branditem .item .font {
	padding: 73px 30px 0 30px;
}
.introducebox .device .deviceitem .item .f1, .introducebox .device .deviceitem .item .f2 {
	font-size: 18px;
}
.introducebox .testingitem .item .f1 {
	padding: 30px 18px;
	font-size: 22px;
}
.health .board .boardbot .item .font .f1 {
	font-size: 18px;
}
.introducebox .device .deviceitem .item .ff {
	padding: 40px 20px 30px 20px;
}
.introducebox .testingitem .item {
	width: 24%;
	margin-left: 4%;
}
.introducebox .manage .item .font .f1 {
	font-size: 16px;
}
.introducebox .testingitem .item .f3 {
	font-size: 14px;
}
.health .point .pointcont .itembox .item2 .img {
	width: 100px;
	margin: 0 auto;
}
.health .board .boardbot .item .font .f2 {
	height: 140px;
}
}
 @media only screen and (max-width:1280px) {
.f-20 {
	font-size: 18px;
}
.mt100 {
	margin-top: 40px;
}
.pad100, .introducebox .testing {
	padding: 40px 0;
}
.pad80-100 {
	padding: 40px 0;
}
.pad40-130 {
	padding: 40px 0;
}
.pb100 {
	padding-bottom: 40px;
}
.mb50 {
	margin-bottom: 40px;
}
.designbox .brand .brandtop {
	padding: 40px;
}
.designbox .brand .brandtop .font {
	margin: 40px 0;
}
.introducebox .testingitem {
	padding: 20px 0;
}
.introducebox .testingitembox {
	padding: 0 30px;
}
.introducebox .manage .item .font .f2 {
	margin-top: 20px;
}
.health .board .boardtop .item {
	width: 49%;
}
.health .board .boardtop {
	margin-bottom: 20px;
}
.health .board .boardbot .item .w {
	margin: 0 20px;
}
.health .board .boardbot {
	margin: 0 -20px;
}
.health .board .boardbot .item .font {
	padding: 20px;
}
}
 @media only screen and (max-width:1200px) {
.introducebox .manage .item .font {
	padding: 20px 20px 0 20px;
}
}
 @media only screen and (max-width:1024px) {
.f-20 {
	font-size: 16px;
}
.mt100 {
	margin-top: 20px;
}
.pad100, .introducebox .testing {
	padding: 30px 0;
}
.pad80-100 {
	padding: 30px 0;
}
.pad40-130 {
	padding: 30px 0;
}
.pb100 {
	padding-bottom: 20px;
}
.mb50 {
	margin-bottom: 20px;
}
.designbox .brand .brandtop {
	padding: 20px;
}
.designbox .branditem {
	margin-top: 20px;
}
.advantagetit, .designbox .brand .brandtop .font {
	margin: 30px 0
}
.introducebox .itembox {
	margin: 0;
}
.introducebox .itembox .w {
	margin: 0;
}
.introducebox .pofont {
	margin: 30px 0;
}
.introducebox .system .img {
	margin-left: 20px;
}
.introducebox .device .protitle {
	margin: 0 0 20px 0;
	float: none;
	width: auto;
}
.introducebox .device .deviceitem .item {
	margin: 0 1.6%;
}
.introducebox .system {
	background-size: 1px 60px;
}
.introducebox .system .font {
	padding-top: 30px;
}
.introducebox .system .img {
	margin-top: 30px;
}
.introducebox .system .protitle {
	margin-bottom: 20px;
}
.introducebox .system .font p {
	background-size: 8px;
}
.introducebox .manage .protitle {
	margin-bottom: 30px;
}
.introducebox .manage .item .font, .introducebox .team .font, .introducebox .testingitem .item .f1 {
	padding: 15px;
	font-size: 18px;
}
.introducebox .manage .item .font .f3 {
	margin-top: 10px;
}
.introducebox .manage .item {
	background-position: right top;
	background-size: auto 100%;
	background-color: #181819;
}
.introducebox .device .deviceitem .item .ff {
	padding: 40px 20px 20px 20px;
}
.introducebox .testingitem.bb .item:nth-child(2) {
	width: 30%;
}
.introducebox .testingitem.bb .item:last-child {
	width: 40%;
}
.introducebox .testingitem .item .f2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.introducebox .testingitem .item .f3 {
	font-size: 14px;
}
.italydesign .italyitem .item .font {
	bottom: 20px;
}
.italydesign .italyitem {
	margin: 20px -0.5em 0 -0.5em;
}
.italydesign .italyitem .item .w {
	margin: 0 0.5em;
}
.designbox .software h2 {
	height: 60px;
}
.designbox .software h2 img {
	width: 60px;
}
.designbox .branditem .item .font {
	padding: 60px 22px 0 22px;
}
.health .point .pointcont {
	margin-bottom: 20px;
}
.health .point .pointcont .itembox .item {
	padding: 30px 20px 0 0;
}
.health .point .pointcont .itembox {
	padding-left: 20px;
}
.health .point .pointcont .ff .font {
	font-size: 24px;
}
.health .point .pointcont .itembox .f1 {
	margin-top: 40px;
}
.health .point .pointcont .itembox .f3 {
	font-size: 14px;
}
.adv_menu_sub .wrap {
	margin: 0;
}
.adv_menu_sub a {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
.service_exp, .after_sale {
	padding: 50px 0;
}
.after_sale {
	background-size: 11%;
}
.after_sale_tit {
	margin-bottom: 30px;
}
.service_ext_txt {
	padding: 30px 100px 30px 30px;
}
.service_ext_txt h3 {
	margin-top: 0;
}
.service_exp .inlink {
	padding: 30px 0;
}
.service_exp .inlink a span.link_tit {
	font-size: 15px;
}
.service_exp_system {
	margin-top: 50px;
}
.service_exp_system dl {
	padding-right: 3%;
}
.service_exp_system dl:nth-child(2n) {
	padding-left: 3%;
}
.service_exp_system dl dd {
	padding: 30px 20px;
}
.service_exp_system dl dd h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.after_sale_tit h3 {
	background-size: 14px;
}
.protitle .f4 {
	display: inline-block;
	background-size: 12px;
	padding-right: 20px;
	padding-bottom: 0;
	background-position: right center;
}
.introducebox .testingitem .item .f3 p {
	background-size: 6px;
	background-position: 0 7px;
}
.ewmbox {
	padding-top: 20px;
	padding-left: 0px;
	width: 330px;
}
}
.ewm_item {
	width: 90px;
}
}
 @media only screen and (max-width:800px) {
.introducebox .manage .item .font {
	padding: 30px;
}
.introducebox .testingitem {
	padding: 20px 0;
}
.introducebox .testingitembox {
	padding: 0 20px;
}
.introducebox .supply .protitle {
	margin-bottom: 20px;
	background: none;
}
.introducebox .team .font .f3 {
	bottom: 20px;
	width: auto;
}
.introducebox .pofont {
	margin: 20px 0;
}
.designbox .branditem .item .font {
	padding: 4em;
}
.italydesign .italyitem .item, .designbox .branditem .item {
	width: auto;
	float: none;
	margin-bottom: 20px;
}
.designbox .software .softwareitem .item .font {
	width: 80%;
	left: 10%;
}
.designbox .software .softwareitem .item .font .ff {
	margin-top: 20px;
}
.health .board .boardbot .item {
	width: 50%;
	margin-bottom: 20px;
}
.health .point .pointcont .ff > img {
	display: none;
}
.health .point .pointcont .ff .font {
	position: static;
	padding: 20px;
}
.health .point .pointcont:nth-child(1) .ff .font {
	background: #7b8b6f;
}
.health .point .pointcont:nth-child(2) .ff .font {
	background: #0093dd;
}
.health .point .pointcont:nth-child(3) .ff .font {
	background: #7ba287;
}
.health .point .pointcont:nth-child(4) .ff .font {
	background: #aa1b79;
}
.health .point .pointcont .itembox {
	padding-left: 0;
}
.health .point .pointcont .itembox .item {
	padding: 20px;
}
.health .point .pointcont .itembox .f1 {
	padding-left: 20px;
}
.health .point .pointcont .itembox .item2 {
	padding: 20px;
}
.health .point .pointcont .itembox .f4 {
	margin-top: 20px;
}
.health .point .pointcont .ff {
	float: none;
	width: auto;
}
.health .point .pointcont .ff .font {
	-webkit-transform: translatey(0);
	transform: translatey(0);
}
.health .board .boardbot {
	margin: 0;
}
.health .board .boardbot .item {
	width: 49%;
	margin-left: 2%;
}
.health .board .boardbot .item:nth-child(2n 1) {
	margin-left: 0;
	clear: both;
}
.health .board .boardbot .item .w {
	margin: 0;
}
.health .board .boardbot .item .w .img img {
	width: 100%;
}
.health .point .pointcont .itembox .f1 {
	padding: 30px 20px;
	margin-top: 0;
}
.introducebox .device .deviceitem .item .f3 {
	font-size: 14px;
	min-height: 140px;
}
.introducebox .device .deviceitem .item .f1, .introducebox .device .deviceitem .item .f2 {
	font-size: 15px;
}
.ewmbox {
	padding-top: 20px;
	padding-left: 0px;
	width: 330px;
}
.ewm_item {
	width: 90px;
}
}
 @media (max-width:640px) {
.introducebox .itembox .item {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.introducebox .team .img {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.introducebox .system .img {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.introducebox .supply .supplylogo {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.introducebox .supply .supplymap {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.introducebox .itembox .ff {
	margin-top: 3em;
}
.introducebox .team {
	background-position: bottom center;
	background-size: 100% auto;
}
.introducebox .team .font .f3 {
	position: static;
	margin: 20px 0 0 0;
}
.introducebox .system .img {
	margin-left: 0;
}
.introducebox .supply .supplylogo .item .w {
	margin: 0 0.5em 20px 0.5em;
	padding: 20px 0;
}
.introducebox .supply .supplylogo img {
	width: 100%;
}
.introducebox .manage .item {
	width: auto;
	float: none;
	margin-bottom: 20px;
}
.introducebox .pofont {
	height: auto;
	line-height: 1.5;
	padding: 10px 20px;
}
.introducebox .pofont .fontbg {
	background: none;
}
.adv_menu_sub a {
	height: 42px;
	line-height: 42px;
}
.adv_menu_sub a::after {
	height: 18px;
	margin-top: -9px;
}
.service_ext_txt {
	padding: 20px 30px 20px 20px;
}
.service_exp .inlink a span.link_tit {
	font-size: 14px;
}
.service_exp, .after_sale {
	padding: 30px 0;
}
.service_exp_system {
	margin-top: 30px;
}
.introducebox .testingitem .item {
	width: 100%!important;
	float: none;
	margin-top: 20px;
	margin-left: 0;
}
.introducebox .testingitem .item .f2 {
	background: none;
}
.introducebox .supply {
	background: none;
}
}
 @media (max-width:500px) {
.protitle .f3, .introducebox .team .font .f1, .introducebox .device .protitle {
	font-size: 20px;
}
.introducebox .device {
	background: none;
}
.introducebox .device .deviceitem {
	width: 80%;
	margin: 0 auto;
}
.introducebox .device .deviceitem .item {
	max-width: 100%;
	margin: 0 auto 20px auto;
	float: none;
	width: auto;
}
.introducebox .device .deviceitem .item .f3 {
	height: auto;
	min-height: auto;
}
.introducebox .device .deviceitem .item .f1, .introducebox .device .deviceitem .item .f2 {
	font-size: 18px;
}
.introducebox .device .deviceitem .item img {
	width: 100%;
}
.introducebox .device .deviceitem .icon {
	width: 30%;
}
.introducebox .device .deviceitem .item .ff {
	padding: 40px 0 0;
}
.introducebox .manage .item {
	margin: 0 auto 20px auto;
	float: none;
	width: auto;
}
.introducebox .manage .item .img img {
	width: 100%;
}
.introducebox .manage .item .font {
	padding: 15px;
}
.introducebox .manage .item .img {
	width: 43%;
}
.introducebox .manage .item .font .f1 {
	height: auto;
	font-size: 13px;
}
.introducebox .manage .item .font .f2 {
	margin-top: 10px;
	font-size: 14px;
}
.introducebox .manage .item .font .f3 {
	margin-top: 5px;
	font-size: 12px;
}
.introducebox .pofont, .introducebox .team .font .f2 {
	font-size: 14px;
}
.introducebox .itembox .name {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	bottom: -20px;
}
.introducebox .system {
	background-size: 1px 140px;
	padding-top: 20px;
}
.introducebox .system .img {
	margin: 0;
	box-shadow: 0 0 10px #e7e7e7;
}
.introducebox .system .font {
	font-size: 14px;
}
.introducebox .system .font p {
	background-size: 6px;
	padding-left: 14px;
}
.designbox .software {
	background: none;
}
.designbox .software h2 {
	font-size: 20px;
}
.designbox .software h2 img {
	width: 50px;
}
.designbox .software .softwareitem .item .img {
	height: 180px;
	overflow: hidden;
}
.designbox .software .softwareitem .item .img img {
	height: 100%;
	width: auto;
	max-width: none;
}
.designbox .software .softwareitem .item .font .ff {
	font-size: 12px;
	min-height: 84px;
}
.designbox .software .softwareitem .item .w {
	margin: 0 6px;
}
.designbox .branditem .item .font {
	padding: 35px 20px 20px;
	font-size: 14px;
}
.italydesign .italyitem .item .font {
	font-size: 13px;
	right: 8%;
}
.italydesign .italyitem .item .font em {
	font-size: 18px;
}
.designbox .brand .brandtop .font .f-36 {
	font-size: 20px;
}
.designbox .software .softwareitem .item {
	margin-bottom: 20px;
}
.health .point .pointcont .itembox .item {
	width: auto;
	float: none;
}
.health .point .pointcont .itembox .item2 {
	padding: 20px 10px;
}
.health .point .pointcont .itembox .item2 .img {
	width: 60px;
	margin: 0 auto;
}
.health .point .pointcont .itembox .f4 {
	font-size: 14px;
	margin-top: 15px;
}
.health .board .boardtop {
	margin-bottom: 0px;
}
.health .board .boardtop .item {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 12px;
}
.health .board .boardbot .item .font {
	padding: 12px;
}
.health .board .boardbot .item .tab {
	bottom: 10px;
	left: 10px;
}
.health .board .boardbot .item .tab .f1 {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
}
.health .board .boardbot .item .font .f1 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.health .board .boardbot .item .font .f2 {
	height: 150px;
	font-size: 13px;
}
.health .board .boardbot .item:nth-child(3) .font .f2, .health .board .boardbot .item:nth-child(4) .font .f2 {
	height: 80px;
}
.health .point .pointcont .ff .font {
	font-size: 18px;
	padding: 10px;
}
.service_ext_txt {
	padding: 12px 15px 12px 12px;
}
.service_ext_txt h4 {
	font-size: 14px;
}
.service_ext_txt h3 {
	font-size: 16px;
}
.service_exp .inlink {
	padding: 20px 0;
}
.service_exp .inlink a span.link_tit {
	font-size: 12px;
	height: 34px;
	padding: 0 5px;
}
.service_exp_system dl {
	width: 100%;
	float: none;
	padding: 0!important;
	margin-bottom: 20px;
	border: none!important;
}
.service_exp_system dl:nth-child(2n) {
	margin-bottom: 0;
}
.after_sale_tit h3 {
	font-size: 24px;
}
.afater_sale_img {
	width: 100%;
	float: none;
}
.advantagetit h3 {
	font-size: 24px;
}
.advantagetit p {
	font-size: 14px;
}
.health .board .protitle {
	padding: 30px 0;
}
.introducebox .supply .protitle .f5 {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
.introducebox .testing .protitle {
	font-size: 28px;
}
.recruittable .tbody > div::before, .recruittable .tbody div.tti, .recruittable .item.on .tbody .line, .jobdesc h3, .jobdesc p, .recruittable .tbody .ww, .recruittable .tbody .ww1 {
	font-size: 14px;
}
.order_result_close {
	top: auto;
	bottom: -40px;
	right: auto;
	left: 50%;
	margin-left: -12px;
	border-radius: 100%;
	background-size: 70%;
	background-image: ;
	border: 1px solid #fff;
}
.order_result_box h3 {
	padding-bottom: 15px;
}
.order_result_table table td {
	font-size: 12px;
}
.copyright a.beian {
	padding-left: 20px;
	background-size: 16px;
}
.ewmbox {
	padding-top: 20px;
	padding-left: 0px;
}
}
@media (max-width:360px) {
.italydesign .italyitem .item .font {
	font-size: 12px;
	bottom: 15px;
}
.health .board .boardbot .item .font .f1 {
	font-size: 16px;
}
.health .board .boardbot .item .font .f2, .health .point .pointcont .itembox .f4 {
	font-size: 12px;
}
.health .board .boardbot .item .font .f2 {
	height: 120px;
}
.designbox .branditem .item .font {
	font-size: 13px;
}
.jiameng_step_item {
	padding: 10px;
}
.copyright a {
	padding-right: 0;
}
.copyright a.beian {
	display: inline-block;
}
}
.chuchuang {
	height: 190px;
	width: 20%;
	float: left;
	background-color: #fff;
}
.chuchuang .chua ul {
	text-align: center;
	height: 195px;
	width: 100%;
	margin-top: 65px;
	list-style-type: none;
}
.jiajua {
	height: 195px;
}
.zs {
	height: 230px;
	width: 100%;
	background-color: #e9e9e9;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center center;
}
.zs .tua .jjzt {
	text-align: center;
	font-size: 5em;
	padding-top: 100px;
	font-family: arial, helvetica, sans-serif;
}
.zsb {
	height: 230px;
	width: 100%;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center center;
}
.zsb .tua .jjzt {
	text-align: center;
	font-size: 5em;
	padding-top: 100px;
	font-family: arial, helvetica, sans-serif;
}
.zsc {
	height: 230px;
	width: 100%;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center center;
}
.zsc .tua .jjzt {
	text-align: center;
	font-size: 5em;
	padding-top: 100px;
	font-family: arial, helvetica, sans-serif;
}
.ppzx {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.ppzx .tua {
	position: absolute;
	height: 570px;
	width: 100%;
}
.ppzx .tua img {
	width: 100%;
}
.ppzx .tub {
	height: 273px;
	width: 500px;
	position: relative;
	background-color: rgba(0,40,112,0.95);
	z-index: 800;
	left: 50%;
	margin-top: 10%;
	margin-left: -250px;
}
 @media (max-width:359px) {
.jiameng_form_img {
	height: 108px;
}
}
@media (max-width: 900px) {
.ppzx .tub {
	height: 273px;
	width: 100%;
	position: relative;
	background-color: rgba(0,40,112,0.95);
	z-index: 800;
	left: 50%;
	margin-top: 10%;
	margin-left: -180px;
}
}
.zhanting {
	height: 190px;
	width: 100%;
	background-color: #ffffff;
}
.zhanting ul li {
	padding: 0px;
	height: 90px;
	width: 20%;
	margin-top: 50%;
	float: left;
}
.zhanting ul li img {
	float: left;
}
.jiajua .chuchuang .chua ul .tub {
	font-size: 2.5ex;
	line-height: 35px;
}
.chuchuang:hover {
	background-color: #f4f4f4;
}
.wrap .spacelist.hid {
	background-color: #e9e9e9;
}
.ppxp {
	background-image: ;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
}
.ppzx .tuc .tucs .ysjj .paixua {
	display: block;
	width: 20%;
	float: left;
	margin-top: 8%;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #e8e8e8;
	margin-bottom: 4%;
}
.wrap .yanse.spacelist.hid {
	color: #828790;
	background-color: #fff;
}
.ppzx .tuc .tucs .ysjj .paixua ul .huidu {
	color: #999;
}
.ppzx .tuc .tucs .syjs .chakangengduo {
 text-align:center  width: 30%;
	display: block;
	width: 15%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #fff;
	background-color: #f90;
	text-align: center;
}
.xinwena .xinwenb ul {
	list-style-type: none;
	display: block;
	background-color: rgba(247,247,247,0.8);
	height: 330px;
	width: 400px;
	position: relative;
	margin-left: 13%;
	margin-top: 25%;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: 0px 0px 10px #000;
}
.xinwena .xinwenb img {
	position: absolute;
}
.xinwena .xinwenb ul .bta {
	font-size: 18px;
	font-weight: 900;
	line-height: 30px;
	padding-top: 20px;
	margin: 6%;
}
.xinwena .xinwenb ul .shijiana {
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
	margin-top: 2%;
	margin-right: 6%;
	margin-bottom: 2%;
	margin-left: 6%;
}
.xinwena .xinwenb ul .jianjiea {
	font-size: 16px;
	line-height: 30px;
	margin-left: 6%;
	margin-right: 6%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
.xinwena .xinwenb ul .gengduob {
	background-color: #f90;
	text-align: center;
	display: block;
	margin: 5%;
	padding: 2%;
}
.xinwena .xinwenc .shijianc ul .shijiane {
	float: left;
	height: 100px;
	width: 100px;
	font-size: 14px;
}
.xinwena .xinwenc .shijianc ul {
	list-style-type: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
}
.xinwena .xinwenc .shijianc ul .xinwene span {
	color: #ccc;
}
.xinwena .xinwenc .shijianc ul .xinwene {
	font-weight: 900;
	font-size: 15px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.xinwena .xinwenc .shijianc ul .jianjiee {
	font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
#wl-tec a {color:#fff;line-height:360%}
#wl-tec a:hover {color:#f90;}
@media (max-width: 900px) {
.newslist {
	margin-bottom: 5em;
	margin-top:80px;
}
#wl-tec a {display:block;padding-top:20px;line-height:200%}
}