@charset "utf-8";
html,body{
	min-width:1300px;
}
.l-head {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-head:hover,
.l-head.scro {
	background: rgba(24, 24, 24, .8);
}

.l-head .l-wrap {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	height: 120px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-head .r {
	height: 63px;
	margin: 0 0 0 auto;
}

.l-head .r .lang a {
	font-size: 15px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-head .r .lang a:first-child,
.l-head.scro .lang a:first-child {
	color: #c80405!important;
}

.l-head .r .lang a:hover {
	text-decoration: underline;
}

.l-head .r .lang span {
	margin: 0 0 0 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-head:hover .r .lang span,
.l-head.scro .r .lang span {
	color: #fff;
}

.l-head .nav {
	text-align: center;
}

.l-head .nav>li {
	position: relative;
	z-index: 99;
	cursor: pointer;
}

.l-head .nav>li>a {
	display: block;
	padding: 11px 18px 0;
	font-size: 17px;
	color: black;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-head:hover a,
.l-head.scro a {
	color: white!important;
}

.l-head .nav hr {
	opacity: 0;
	width: 34px;
	height: 3px;
	margin: 10px auto -10px;
	line-height: 3px;
	background: #c80405;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-head .nav>li {
	position: relative;
	min-height: 68px;
}

.l-head .nav>li:hover hr,
.l-head .nav>li>a.active+hr {
	opacity: 1;
}

.l-head .nav .chil {
	display: none;
	position: absolute;
	left: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 28px 0 0;
	padding: 15px 0;
	background: rgba(24, 24, 24, .8);
}

.l-head .nav .chil a {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 39px;
	font-size: 16px;
	color: white;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
}

.l-head .nav .chil a:hover,
.l-head .nav .chil a.active {
	color: #c80405!important;
}

.l-head .sear {
	position: relative;
	margin: 11px 0 0 16px;
}

.l-head .sear div {
	position: absolute;
	top: 55px;
	right: 0;
	overflow: hidden;
}

.l-head .sear input:nth-child(1) {
	opacity: 0;
	position: relative;
	left: 265px;
	width: 265px;
	height: 40px;
	border: 1px solid #EFEFEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #cfcfcf;
	z-index: 99;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-head .sear input:nth-child(1).active {
	opacity: 1;
	left: 0;
}

.l-head .sear input:nth-child(1)::-webkit-input-placeholder {
	color: #cfcfcf;
}

.l-head .sear input:nth-child(1):-moz-placeholder {
	color: #cfcfcf;
}

.l-head .sear input:nth-child(1)::-moz-placeholder {
	color: #cfcfcf;
}

.l-head .sear input:nth-child(1):-ms-input-placeholder {
	color: #cfcfcf;
}

.l-head .sear input:nth-child(2) {
	width: 22px;
	height: 22px;
	background: url("../img/sear-butt.png") no-repeat center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	cursor: pointer;
}

.l-head:hover .sear input:nth-child(2),
.l-head.scro .sear input:nth-child(2) {
	background: url("../img/sear-butt2.png") no-repeat center;
}

.l-foot {
	background: #111111;
}

.l-foot,
.l-foot a {
	color: white;
}

.l-foot a:hover {
	text-decoration: underline;
}

.l-foot .bott {
	-webkit-align-items: center;
	align-items: center;
	padding: 60px 0;
	color: white;
}

.l-foot .bott>*:last-child {
	margin: 0 0 0 auto;
}

.l-foot .nav {
	line-height: 30px;
}

.l-foot .nav span {
	margin: 0 5px 0 10px;
}

.l-foot .nav span:last-child {
	display: none;
}

.l-foot .info {
	line-height: 30px;
}

.l-foot .righ {
	margin: 27px 0 0;
}

.l-foot .righ,
.l-foot .righ a {
	color: #666666;
}

.l-foot .bott .qr img {
	vertical-align: bottom;
}

.l-foot .bott .qr p {
	margin: 10px 0 0;
	line-height: 14px;
}

.l-foot .link {
	padding: 20px 0;
	background: #222222;
}

.l-foot .link a {
	padding: 0 10px;
}

.l-ce {
	position: fixed;
	top: 50%;
	left: 98.7%;
	transform: translate(-100%, -98px);
	text-align: center;
	z-index: 99;
}

.l-ce li {
	position: relative;
	border: 1px solid #3d3d3d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin: 0 0 7px;
	padding: 9px;
}

.l-ce a {
	color: #4b4b4b;
}

.l-ce .l-flex {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.l-ce a {
	width: 36px;
	height: 36px;
}

.l-ce li>a>img {
	display: block;
	max-width: 30px;
	max-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-ce li:hover>a>img {
	/*filter: invert(49%) sepia(18%) saturate(1502%) hue-rotate(4deg) brightness(99%) contrast(92%);*/
}

.l-ce li:last-child img {
	/*filter: invert(49%) sepia(18%) saturate(1502%) hue-rotate(4deg) brightness(99%) contrast(92%);*/
}

.l-ce div {
	display: none;
	position: absolute;
	top: 0;
	left: -130px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-ce li a:hover+div {
	display: block;
}

.l-ce li:nth-child(2) div {
	top: 10px;
	left: auto;
	right: 74px;
	padding: 12px 15px;
	color: black;
	background: white;
	white-space: nowrap;
}

.l-midd {
	padding: 0 0 100px;
	overflow: hidden;
}

.l-midd .prod {
	background: url("../img/prod-b.png") no-repeat center;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 76px 0 96px;
	background-size: cover;
}

.l-midd .prod .desc p {
	text-align: center;
}

.l-midd .prod .desc p:nth-child(1) {
	width: 800px;
	margin: 0 auto;
	line-height: 30px;
	font-size: 15px;
	color: #000;
}

.l-midd .prod .swip {
	position: relative;
	margin: 73px 0 60px;
	color: white;
}

.l-midd .prod .swip .l-img div {
	width: 500px;
	height: 370px;
	background-size: cover!important;
}

.l-midd .prod .l-butt {
	width: 160px;
}

.l-midd .prod .l-butt span {
	color: #A37E2A;
}

.l-midd .user {
	padding: 140px 0 50px;
	background: url("../img/user-b.png") no-repeat center;
	background-size: 100% 100%;
}

.l-midd .user .l-wrap {
	width: 980px;
}

.l-midd .user .l-titl {
	margin-bottom: 80px;
}

.l-midd .user .l-titl hr {
	opacity: 1;
}

.l-midd .user .cont {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
}

.l-midd .user .item img {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-midd .user .item:hover img {
	filter: invert(49%) sepia(18%) saturate(1502%) hue-rotate(4deg) brightness(99%) contrast(92%);
}

.l-midd .user .cont p {
	margin: 50px 0 10px;
	font-size: 18px;
	color: white;
}

.l-midd .user hr {
	opacity: 0;
	display: inline-block;
	width: 37px;
	height: 5px;
	background: #A37E2A;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-midd .user .item:hover hr {
	opacity: 1;
}

.l-midd .abou {
	background: #f3f3f3;
	background-size: 100% 100%;
	padding: 80px 0;
	color: #000;
}

.l-midd .abou .l-flex {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
}

.l-midd .abou .l-titl {
	padding-bottom: 30px;
	text-align: left;
}

.l-midd .abou .cont {
	width: 550px;
	margin: 0 50px 0 0;
	line-height: 30px;
	font-size: 15px;
}

.l-midd .abou .pic {
	position: relative;
}

.l-midd .abou .pic img {
	position: relative;
	z-index: 99;
	width: 100%;
}

.l-midd .abou .l-butt {
	width: 160px;
	margin: 50px 0 0;
}

.l-midd .abou .l-butt span {
	color: #c80405;
}

.l-midd .news {
	padding: 80px 0;
	background-size: cover;
	 background: url(../img/p_5.jpg) no-repeat center top;
}

.l-midd .news,
.l-midd .news a {
	
}

.l-midd .news .bd {
	width: 550px;
	margin: 18px 0 0!important;
}

.l-midd .news .img {
	width: 550px;
	height: 408px;
	background-size: cover!important;
}

.l-midd .news .bd p {
	margin: 32px 0 0;
	line-height: 30px;
	font-size: 16px;
	color: #777777;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-midd .news .r {
	width: 600px;
}

.l-midd .news .r {
	font-size: 17px;
}

.l-midd .news .r>.titl {
	border-bottom: 2px solid #fff;
	padding: 0 0 22px;
	border-bottom: 2px solid #777777;
}

.l-midd .news .r>.titl span:nth-child(1) {
	line-height: 34px;
	font-size: 34px;
	color: #c80405;
}

.l-midd .news .r>.titl span:nth-child(2) {
	position: relative;
	top: 12px;
	margin: 0 0 0 28px;
	font-size: 20px;
	color: #777777;
}

.l-midd .news .r>.titl a {
	position: relative;
	top: 14px;
	color: #777777;
}

.l-midd .news .r li {
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	
}

.l-midd .news .r li>a {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	height: 77px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-midd .news .r li.on>a {
	height: 100px;
}

.l-midd .news .r li>a>*:last-child {
	margin: 0 0 0 auto;
}

.l-midd .news .r .date {
	position: relative;
	width: 57px;
	height: 57px;
	margin: 0 32px 0 -88px;
	background: url("../img/news-i.png") no-repeat center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-midd .news .r li.on .date {
	margin: 0 32px 0 8px;
}

.l-midd .news .r .date span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
}

.l-midd .news .r .date span:nth-child(2) {
	position: absolute;
	bottom: 0;
	right: 0;
}

.l-midd .news .r .mo {
	font-size: 12px;
	color: #777777;
}

.l-midd .news .r p {
	width: 380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-midd .news .r .mo span {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-midd .news .r li.on .mo span:nth-child(1) {
	display: none;
}

.l-midd .news .r .mo span:nth-child(2) {
	display: none;
}

.l-midd .news .r li.on .mo span:nth-child(2) {
	display: block;
}

.l-loca {
	margin: 0 0 35px;
	padding: 15px 0;
}

.l-loca,
.l-loca a {
	color: #999999!important;
}

.l-loca a:hover {
	text-decoration: underline;
}

.l-colu {
	padding: 0 0 50px;
}

.l-colu li {
	display: inline-block;
	margin: 0 17px 10px;
}

.l-colu li a {
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 12px 47px;
	font-size: 16px;
	transition: .5s;
}

.l-colu li:hover a,
.l-colu li a.active {
	border: 1px solid #c80405;
	background: #c80405;
	color: #fff;
}

.l-prod {
	padding: 0 0 100px;
}

.l-prod .list .item {
	position: relative;
	width: 1200px;
	height: 400px;
	margin: 0 0 15px;
	background-size: cover;
	overflow: hidden;
}

.l-prod .list .item:last-child {
	margin-bottom: 0;
}

.l-prod .list .item .shad {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-prod .list .item:hover .shad {
	background: rgba(0, 0, 0, 0);
}

.l-prod .list .item .cont {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	margin: 0 auto;
}

.l-prod .list .item .cont>* {
	position: relative;
	top: 0;
	height: 400px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-prod .list .item:hover .cont>* {
	top: -400px;
}

.l-prod .list .item .cont .one h1 {
	line-height: 34px;
	font-size: 34px;
	font-weight: normal;
	color: #fff;
}

.l-prod .list .item .cont .one p {
	margin: 16px 0 37px;
	font-size: 16px;
	color: #cccccc;
}

.l-prod .list .item .cont .one hr {
	width: 50px;
	height: 4px;
	margin: 0 auto;
	background: #c80405;
}

.l-prod .list .item .cont .two>div {
	width: 430px;
	height: 235px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 38px 70px 20px;
	background: rgba(255, 255, 255, .5);
}

.l-prod .list .item .cont .two h3 {
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-prod .list .item .cont .two p {
	min-height: 54px;
	line-height: 18px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-prod .list .item .cont .two .l-butt {
	width: 160px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 28px 0 0;
	padding: 14px 0;
	line-height: 18px;
	color: #fff;
	background: #c80405;
}
.l-prod .list .item .cont .two a.l-butt {
	color: #fff;
}
.l-prod .list .item .cont  .l-butt span{
	color: #fff;
}
.l-prod .list2 .item {
	margin: 0 0 20px;
}

.l-prod .list2 .item:nth-child(odd) {
	margin-right: 18px;
}

.l-prod .list2 .item .l-img {
	width: 413px;
	height: 324px;
}

.l-prod .list2 .item .l-img div {
	width: 413px;
	height: 324px;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-prod .list2 .item:hover .l-img div {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.l-prod .list2 .item .text {
	position: relative;
	width: 178px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 46px 20px;
	background: #f2f2f2;
	transition: .5s;
}

.l-prod .list2 .item:hover .text {
	background: #c80405;
}

.l-prod .list2 .item .text h5 {
	margin-bottom: 2px;
	font-size: 16px;
	color: #333333;
	transition: .5s;
}

.l-prod .list2 .item:hover .text h5 {
	color: #fff;
}

.l-prod .list2 .item .text p {
	line-height: 18px;
	font-size: 13px;
	color: #666666;
	transition: .5s;
}

.l-prod .list2 .item:hover .text p {
	color: #dddddd;
}

.l-prod .list2 .item .text p:nth-child(2) {
	margin-bottom: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-prod .list2 .item .text p:nth-child(3) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-prod .list2 .item .text .l-hr {
	width: 30px;
	height: 3px;
	margin: 9px 0 0;
	background: #c80405;
	transition: all ease-in-out .5s;
}
.l-prod .list2 .item:hover .l-hr{
	background: #fff;
}
.l-prod .list2 .item .text .l-butt {
	position: absolute;
	bottom: 50px;
	width: 130px;
	padding: 7px 0;
	border: 1px solid #c80405;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 13px;
	color: white;
	background: #c80405;
	transition: .5s;
}
.l-prod .list2 .item .text .l-butt span{
	color: #fff;
}
.l-prod .list2 .item:hover .text .l-butt {
	border: 1px solid #fff;
}

.l-news {
	padding: 0 0 100px;
}

.l-news .item {
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-bottom: 2px solid #e1e1e1;
	padding: 26px 0;
}

.l-news .item:first-child {
	border-bottom: 2px solid #e1e1e1;
}

.l-news .item .date {
	margin: -81px 148px 0 0;
	font-size: 18px;
}

.l-news .item .date div {
	position: relative;
	top: 6px;
	left: 10px;
	width: 30px;
	height: 30px;
	transition: .5s;
	border: 1px solid #fff;
	background: url(../img/pp1.png) no-repeat center center;
}

.l-news .item:hover .date div {
    background: url(../img/pp2.png) no-repeat center center;
	border: 1px solid #c80405;
}

.l-news .item .date img {
	position: relative;
	top: -2px;
}

.l-news .item .text {
	width: 640px;
}

.l-news .item .text p:nth-child(1) {
	margin: 0 0 22px;
	font-size: 18px;
	color: #333333;
	transition: .5s;
}

.l-news .item:hover .text p:nth-child(1) {
	color: #c80405;
	font-weight: bold;
}

.l-news .item .text p:nth-child(2) {
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-news .item .l-img2 {
	margin: 0 0 0 auto;
}

.l-news .item .l-img2 img {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-news .item:hover .l-img2 img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.l-abou {
	margin: 90px 0 0;
}

.l-abou .pic {
	position: relative;
	margin: 0 50px 23px 0;
}

.l-abou .pic::after {
	position: absolute;
	top: -35px;
	left: -35px;
	content: "";
	width: 600px;
	height: 400px;
	border: 1px solid #cccccc;
}

.l-abou .pic img {
	position: relative;
	z-index: 99;
	width: 600px;
}

.l-abou .titl {
	position: relative;
	top: -39px;
}

.l-abou .titl p:nth-child(1) {
	font-size: 22px;
    color: #000;
    font-weight: bold;
}

.l-abou .titl p:nth-child(2) {
	margin: 20px 0 30px;
	font-size: 34px;
}

.l-abou .cont {
	line-height: 30px;
	font-size: 16px;
	
}

.l-abou .cont p:first-child {
	font-size: 17px;
	font-weight: bold;
}

.l-mess {
	margin: 0 0 50px 0;
	text-align: left;
}

.l-mess form {
	width: 900px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 60px 207px;
	background: #f8f8f8;
	box-shadow: 0px 0px 10px 2px #f1f1f1;
}

.l-mess .write>div {
	margin-bottom: 20px;
}

.l-mess .write>div span {
	display: -moz-inline-box;
	display: inline-block;
	width: 82px;
	font-size: 16px;
	color: #333334;
}

.l-mess .write input {
	border: 1px solid #fff;
	width: 392px;
	height: 40px;
	padding: 0 0 0 10px;
	background: #fff;
	color: #333334;
}

.l-mess .write textarea {
	border: 1px solid #fff;
	width: 392px;
	height: 100px;
	padding: 13px 0 0 10px;
	color: #333334;
	background: #fff;
}

.l-mess .write div:nth-last-child(2) span {
	position: relative;
	top: -34px;
}

.l-mess .write div:last-child {
	margin-top: -23px;
	clear: both;
}

.l-mess .write div:last-child input:nth-last-child(2) {
	width: 168px;
}

.l-mess .write img {
	height: 42px;
	margin-left: 10px;
	position: relative;
	top: 17px;
}

.l-mess .submit {
	clear: both;
}

.l-mess .submit input {
	width: 160px;
	height: 50px;
	border: 1px solid #c80405;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0 0;
	font-size: 16px;
	color: #c80405;
	background: none;
}

.l-mess input::-webkit-input-placeholder {
	color: #CCCCCC;
}

.l-mess input:nth-child(1):-moz-placeholder {
	color: #CCCCCC;
}

.l-mess input:nth-child(1)::-moz-placeholder {
	color: #CCCCCC;
}

.l-mess input:nth-child(1):-ms-input-placeholder {
	color: #CCCCCC;
}

.l-mess textarea::-webkit-input-placeholder {
	color: #CCCCCC;
}

.l-mess textarea:nth-child(1):-moz-placeholder {
	color: #CCCCCC;
}

.l-mess textarea:nth-child(1)::-moz-placeholder {
	color: #CCCCCC;
}

.l-mess textarea:nth-child(1):-ms-input-placeholder {
	color: #CCCCCC;
}

.l-cont {
	margin-top: 25px;
}

.l-side {
	width: 264px;
}

.l-side>.titl {
	height: 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 27px 0 0;
	text-align: center;
	background: url("../img/side-titl-b.png") no-repeat center;
}

.l-side>.titl * {
	color: white;
}

.l-side>.titl h2 {
	font-family: Agency FB;
	font-size: 30px;
	color: #bc9e74;
}

.l-side>.titl h1 {
	margin: 8px 0 0;
	font-size: 30px;
	color: #fff;
}

.l-side .type {
	padding: 8px 0;
	text-align: center;
	background: #2F2F2F;
}

.l-side .type>li {
	margin: 10px 0;
}

.l-side .type>li>a {
	display: inline-block;
	width: 155px;
	padding: 8px 0;
	font-weight: bold;
	color: white;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-side .type>li:hover>a {
	background: #B79667;
	-webkit-box-shadow: 0px 1px 32px 1px #00000052 inset;
	-moz-box-shadow: 0px 1px 32px 1px #00000052 inset;
	box-shadow: 0px 1px 32px 1px #00000052 inset;
}

.l-side .type>li>a.active {
	background: #B79667;
	-webkit-box-shadow: 0px 1px 32px 1px #00000052 inset;
	-moz-box-shadow: 0px 1px 32px 1px #00000052 inset;
	box-shadow: 0px 1px 32px 1px #00000052 inset;
}

.l-side .type>li>a.active+ul {
	display: block;
}

.l-side .type>li ul {
	display: none;
}

.l-side .type>li li a {
	display: inline-block;
	border-infoom: 1px solid #2F2F2F;
	margin: 5px 0;
	padding: 1px 8px;
	color: white;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.l-side .type>li li:hover a {
	border-bottom: 1px solid #B79667;
}

.l-side .type>li li a.active {
	border-bottom: 1px solid #B79667;
}

.l-side .ctct {
	padding: 10px 20px 20px;
	color: white;
	background: #2F2F2F;
}

.l-side .ctct .titl {
	text-align: center;
}

.l-side .ctct .titl h1 {
	font-size: 16px;
}

.l-side .ctct .titl p {
	margin: -3px 0 0;
	transform: scale(0.65);
	font-family: Arial;
	font-size: 10px;
}

.l-side .ctct .cont p {
	line-height: 28px;
	text-indent: -3em;
	margin-left: 3em;
}

.l-sideR {
	width: 896px;
}

.l-page {}

.l-page .pagination {}

.l-page .pagination li {
	display: inline-block;
	border: 1px solid #E1E1E1;
	margin-right: 2px;
	padding: 4px 0;
	width: 33px;
	text-align: center;
}

.l-page .pagination li span,
.l-page .pagination li a {
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

.l-page .pagination .active {
	border: 1px solid #c80405;
	background: #c80405;
}

.l-page .pagination .active span {
	color: white;
}

.l-prodS>.titl {
	margin: 0 0 15px;
}

.l-prodS>img {
	max-width: 100%;
	padding: 20px 0;
}

.l-prodS img {
	max-width: 100%;
}

.l-prodS {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .15rem;
}

.l-prodS>h1 {
	margin: 0 0 .7rem;
	line-height: 58px;
	font-size: 30px;
	text-align:left;
}

.l-prodS>p {
	margin: -.2rem 0 .2rem;
}

.l-prodS img {
	max-width: 100%;
}

.l-prodS .cont {
	text-align: left;
}

.l-sx {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 50px 0 0;
	padding: 0 .15rem;
	text-align: left;
}

.l-ln {
	margin: 30px 0;
}

.l-ctct .cont h1 {
	margin: 0 0 12px;
	font-weight: normal;
	color: #1d1d1d;
}

.l-ctct .cont p {
	line-height: 30px;
}

.l-ctct .qr {
	margin: 0 150px 0 0;
}

.l-map {
	margin: 30px 0 0;
}

.l-jod li {
	width: 380px;
	margin: 0 30px 30px 0;
}

.l-jod li:nth-child(3n) {
	margin-right: 0;
}

.l-jod li .titl {
	border-bottom: 1px solid #c80405;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 16px;
}

.l-jod .l-butt {
	border-radius: 10px;
	margin: 30px 0 0;
	padding: 10px 20px;
}

.l-jod li:hover .l-butt {
	background: #c80405;
}

.l-jod .l-butt span {
	color: #c80405;
}

.l-jod li:hover .l-butt span {
	color: #fff;
}

.l-posi .info {
	width: 370px;
}

.l-posi .map {
	width: 800px;
}

.l-case .l-wrap {
	width: 1040px;
}

.l-case li {
	margin: 0 70px 30px 0;
}

.l-case li:nth-child(3n) {
	margin-right: 0;
}

.l-case .l-img {
	width: 300px;
	height: 205px;
}

.l-case .l-img img {
	max-width: 300px;
	max-height: 205px;
	transition: .5s;
}

.l-case li:hover .l-img img {
	max-width: 300px;
	max-height: 205px;
	transiton: .5s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.l-case p a {
	display: block;
	width: 300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7px 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.l-vide li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
}

.l-vide li:nth-child(odd) {
	margin: 0 48px 0 0;
}

.l-vide li iframe {
	width: 100%;
	height: 320px;
}

.l-vide li p {
	padding: 7px 0;
}
.zs_box{
	background: url(../img/p_1.jpg) no-repeat center top;
	height: 833px;
	box-sizing: border-box;
	padding: 79px 0 78px;
	text-align: center; 
	background-size: cover;
}
.zs_list{
	margin-top: 15px;
	margin-bottom: 120px;
}
.zs_box ul li{
	display: inline-block;
	margin: 0 15px;
}
.zs_box  .l-butt {
    width: 160px;
}
.pro_title{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: rgba(202,47,48,0.8);
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 200;
	padding: 16px 0;
}


	/* 产品详情 */

.box{width:700px;margin:0 auto;}

.tb-pic a{display:table-cell;text-align:center;vertical-align:middle;}

.tb-pic a img{vertical-align:middle;max-width: initial;width: 100%;height:100%;}

.tb-pic a{*display:block;*font-family:Arial;*line-height:1;}

.tb-thumb{margin:10px 0 0;overflow:hidden;}

.tb-thumb li{background:none repeat scroll 0 0 transparent;float:left;height:90px;margin:0 6px 0 0;overflow:hidden;padding:2px;}

.tb-s310, .tb-s310 a{height:590px;width:700px;}

.tb-s310, .tb-s310 img{max-width:100%;margin: 0 auto;}

.tb-s310 a{*font-size:271px;}

.tb-s40 a{*font-size:35px;}

.tb-s40, .tb-s40 a{height:90px;width:90px;}

.tb-booth{position:relative;z-index:1;margin-bottom: 30px;}

.tb-thumb .tb-selected{background:none repeat scroll 0 0 #ebc94b;height:90px;padding:2px;}

.tb-thumb .tb-selected div{background-color:#FFFFFF;border:medium none;}

.tb-thumb li div{border:1px solid #CDCDCD;}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #ebc94b;display:none;text-align:center;overflow:hidden;}

div.zoomMask{position:absolute;background:url("images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
.wrap{
	
}
.pro_le{
	width: 700px;
	float: left;
	
}
.pro_ri{
	width: 445px;
	float: left;
	margin-left: 30px;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}






/* 添加 */
.m-head{
	display:none;
}
.m-nav-side{
	display:none;
}
.m-bann{
	display:none;
}
.abou .pic iframe{
	width:600px;
	height:393px;
	display:block;
}

/*底部悬浮*/
.m-foot{
	position: fixed;
	bottom: .08rem;
	z-index: 9999;
	width: 100%;
	text-align: center;
	display:none;
}
.m-foot ul{
	width: 100%;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin: 0 auto;
	background: rgba(17,17,17,.8);
	-webkit-flex-direction: row;
	flex-direction: row;
}
.m-foot ul li{
	width: 25%;
}
.m-foot ul li a{
	display: block;
	padding: .14rem 0;
	color: white;
}
.m-foot ul li:hover a,
.m-foot ul li.active a{
	color: #a37e2a;
}
.m-foot ul li img{
	height: .56rem;
}
.m-foot ul li:hover img,
.m-foot ul li.active img{
	filter: invert(49%) sepia(18%) saturate(1502%) hue-rotate(4deg)
	brightness(99%) contrast(92%);
}
.m-foot ul li p{
	line-height: 14px;
}
.m-shad{
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.6);
    pointer-events: none;
}
.m-shad.active{
    opacity: 1;
    pointer-events: auto;
}
.foot_kb{
	height:109px; 
	background:#000;
	display:none;
}


@media screen and (min-width: 320px) and (max-width: 768px){
	.m-foot{
		display:block;
	}
	.foot_kb{
		display:block; 
	}
	.l-wrap{
		width:100%;
	}
	.wrap{
		width:100%;
	}
	.abou .text{
		width:100%;
		margin-bottom:25px;
	}
	.l-midd .abou .pic{
		width:100%;
	}
	.l-midd .abou .l-flex{
		display:block;
	}
	.abou .pic iframe {
		width: 100% !important;
		height: 303px;
		display: block;
	}
	.news .tempWrap{
		width:100% !important;
		padding:0 2%;
		margin:15px 0;
	}
	.news .tempWrap ul li{
		width:100% !important;
	}
	.news .tempWrap{
		display:none;
	}
	.l-midd .news .r{
		width:100%;
		float:none;
		padding:0 2%;
		box-sizing: border-box;
	}
	.l-foot .bott{
		padding:30px 0;
	}
	.l-foot .nav{
		display:none;
	}
	.l-foot .l-flex{
		display:block;
		text-align:center;
	}
	.l-foot .l-flex img{
		display:block;
		margin:0 auto;
	}
	.l-foot .l-flex p{
		display: inline-block;
	}
	.l-foot .bott>*:last-child{
		display:none;
	}
	.l-foot .link{
		padding:15px 2%;
	}
	.l-midd .news .r p{
		width:70%;
	}
	.l-loca{
		padding:15px 2%; 
		margin-bottom:0px;
	}
	.l-prod .list2 .item {
		width: 100%;
		margin-bottom:15px;
	}
	.l-prod .list2 .item:nth-child(odd){
		margin-right:0px;
	}
	.l-prod .list2 .item .l-img{
		width: 100%;
        height: auto;
	}
	.l-prod .list2 .item .l-img div{
		width: 100%;
        height: 300px;
	}
	.l-prod{
		padding:10px 2%;
	}
	.l-prod .list2 .item .text{
		height:auto;
		width:100%;
		padding:15px;
	}
	.l-prod .list2 .item .text p:nth-child(2){
		margin-bottom:10px;
	}
	.l-prod .list2 .item .text h5{
		line-height: 40px;
	}
	.l-prod .list2 .item .text .l-butt{
		position:relative;
		bottom: 0px;
		margin-top:15px;
	}
	.l-midd{
		padding:25px 0;
	}
	.l-sx{
		margin:25px 0;
	}
	.l-colu{
		padding: 0 0 20px;
	}
	.l-colu li{
		width:23%;
		margin:10px 0.9%;
	}
	.l-colu li a{
		padding:0px 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.l-abou{
		margin: 40px 0 0;
		padding:0 2%;
	}
	.l-abou .pic{
		float:none;
		margin:  0;
	}
	.l-abou .pic iframe{
		width:100% !important;
	}
	.l-abou .titl{
		top:0px;
		margin:15px 0;
	}
	.l-abou .titl p:nth-child(2){
		font-size:24px;
	}
	.l-abou .pic::after{
		display:none;
	}
	.l-case .l-wrap{
		width:100%;
	}
	.l-case li{
		width:48%;
		margin:10px 1%;
	}
	.l-case p a{
		width:100%;
	}
	.l-case .l-img{
		width:100%;
		
		height:2.3rem;
		display:block;
	}
	.l-case .l-img img{
		margin:0 auto;
		max-width: 100%;
		max-height:100%;
	}
	.l-case .l-img a{
		display:table-cell;
		vertical-align:middle;
		display: block;
        margin: 0 auto;
		height: 100%;
	}
	.l-abou .cont img{
		display: block;   
        margin: 0 auto;
	}
	.l-news .item:first-child {
		border-top: 1px solid #fff;
	}
	.l-news .item{
		border-bottom: 1px solid #fff;
		overflow:hidden;
	}
	.l-news .item .date{
		margin: 20px;
		width:10%;
		display:none;
	}
	.l-news .item .date p{
		display:block;
		width:100%;
	}
	.l-news .item .text{
		width:50%;
		margin:0 2%;
	}
	.l-news .item .text p:nth-child(1){
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.list {
		padding: 0 2%;
        box-sizing: border-box;
	}
	.l-vide li{
		width:100%;
		float:none;
		margin-bottom:25px;
	}
	.l-vide li:nth-child(odd){
		margin-bottom:25px;
	}
	.l-mess form{
		width:100%;
		padding:15px 2%;
		box-sizing: border-box;
	}
	.l-mess .write>div span{
		display:block;
		margin:10px 0;
	}
	.l-mess .write div:nth-last-child(2) span{
		top:0px;
	}
	.l-mess .write>div{
		margin-bottom:0px;
	}
	.l-mess .write div:last-child{
		margin-top:0px;
	}
	.l-mess .write input{
		width:100%;
		box-sizing: border-box;
	}
	.l-mess .write textarea{
		width:100%;
		box-sizing: border-box;
	}
	.l-jod li{
		width:100%;
		margin: 20px 2%;
		box-sizing: border-box;
	}
	.l-posi .info{
		width:100%;
		padding:0 2%;
		box-sizing: border-box;
	}
	.l-prod .list .item:hover .cont>*{
		
	}
	
}

@media screen and (min-width: 320px) and (max-width: 1024px){
	.l-case .l-wrap{
		width:100%;
	}
	.wrap{
		width:100%;
	}
	.l-wrap{
		width:100%;
	}
	.m-bann{
		display:block;
	}
	.m-bann img{
		display:block;
		max-width:100%;
		width:100%;
	}
	.l-head{
		display:none;
	}
	.l-bann{
		display:none;
	}
	.m-head,
	.m-head>*{
		height: 1rem;
	}
	.m-head{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 999;
		display:block;
	}
	.m-head>*{
		background: #222222;
	}
	.m-head .nav-butt{
		position: absolute;
		top: .34rem;
		left: .3rem;
		height: .35rem;
	}
	.m-head .logo{
		width: 2.1rem;
		margin: .29rem 0 0;
		
	}
	.m-head .lang{
		position: absolute;
		top: .28rem;
		right: .3rem;
	}
	.m-head .lang a{
		color: #cccccc;
	}
	.m-head .lang a:first-child{
		color: #a37e2a;
	}
	.m-head .navL{
		display: none;
		position: absolute;
		top: 1.2rem;
		left: 0;
		width: 100%;
		padding: .32rem 0;
		background: #EEEEEE;
	}
	.m-head .navL a{
		display: block;
		padding: .25rem 0;
		font-size: 14px;
		color: #2d2d2d;
	}
	.m-head .navL a:hover{
		color: #009faa;
	}
	.m-head .navL a.active{
		color: #009faa;
	}
	.m-head .navL a:hover span{
		border-bottom: 1px solid #fff;
		padding: 0 .03rem .05rem;
	}
	.m-head .navL a.active span{
		border-bottom: 1px solid #fff;
		padding: 0 .03rem .05rem;
	}
	.m-nav-side{
		position: fixed;
		top: 0;
		left: -70vw;
		width: 70vw;
		height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #3C3C3C;
		z-index: 999;
		overflow-y: auto;
		display:block;
	}
	.m-nav-side a{
		display: block;
		padding: .3rem 0;
	}
	.m-nav-side>ul>li{
		width: 100%;
		border-bottom: 1px solid #838383;
	}
	.m-nav-side>ul>li>p{
		margin-bottom: 0;
	}
	.m-nav-side .nav>li p a{
		border-left: 10px solid #3C3C3C;
		padding: 20px 0 20px 25px;
		font-size: 15px;
		color: #fff;
	}
	.m-nav-side .nav>li p a.active{
		border-left: 10px solid #888888;
	}
	.m-nav-side img{
		width: 10px;
		margin: .14rem 15px 0;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-ms-transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.m-nav-side img.active{
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.m-nav-side>ul ul{
		display: none;
	}
	.m-nav-side .nav>li ul a{
		padding: 20px 0 20px 56px;
		font-size: 15px;
		color: #fff;
	}
	.m-nav-side .nav>li ul a:hover{
		background: #888888;
	}
	.m-nav-side .nav>li ul a.active{
		background: #888888;
	}
	.l-midd .prod{
		height:auto;
		padding:30px 0;
	}
	.l-midd .prod .swip{
		margin: 35px 0 30px;
	}
	.l-midd .user{
		padding:70px 0 25px;
	}
	.l-midd .user .l-wrap{
		width:100%;
	}
	.l-midd .user .l-titl {
		margin-bottom: 15px;
		padding:15px 0;
	}
	.l-titl h1{
		font-size:26px;
	}
	.l-midd .user a{
		width:31%;
		margin:15px 1%;
	}
	.l-midd .user img{
		max-width:75%;
		display:block;
		margin:0 auto;
	}
	.l-midd .abou{
		padding:35px 2%;
	}
	.pro_le{
		width:100%;
		float:none;
	}
	.pro_ri{
		width:100%;
		float:none;
		margin-left:0px;
	}
	.l-prodS>h1{
		margin-top:25px; 
		font-size:36px;
		text-align:center;
	}
	.l-prod .list .item{
		width:100%;
	}
	html,body{
		min-width:100%;
	}
	.l-midd .prod .desc p:nth-child(1){
		width:100%;
	}
	.ms-showcase2-template .ms-thumb-list.ms-dir-v{
		position:relative;
		left:0px !important;
		text-align:center;
		width:100% !important;
		margin-top:25px;
	}
	.ms-showcase2-template .ms-view{
		width:100% !important; 
		margin-left:auto;
	}
	.ms-showcase2-template .ms-thumb-list.ms-dir-v .ms-thumb-frame{
		display:inline-block;
		float:none;
		margin:0 5px; 
	}
	.ms-thumbs-cont{ 
		height:auto !important;
		transform: translateY(0px) translateZ(0px) !important;
	}
	.zs_box{
		height:auto;
		background:none;
		padding: 20px 0;
	}
	.zs_list{
		margin-bottom:35px;
	}
	.zs_list ul{
		overflow:hidden;
	}
	.zs_box ul li{
		width:48%;
		margin:10px 1%;
		float:left;
	}
	
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	.tempWrap{
		width:100% !important;
		float:none;
		display:none;
	}
	.tempWrap ul li{
		width:100% !important;
	}
	.l-midd .news .r{
		float:none;
		width:100%;
		padding:0 2%;
		box-sizing: border-box;
	}
	.abou .l-flex{
		display:block;
		overflow:hidden;
	}
	.abou .l-flex .text{
		width:50%;
		float:left;
		padding:0 2%;
		box-sizing: border-box;
	} 
	.l-midd .abou .cont{
		width:100%;
		margin: 0 25px 0 0;
	}
	.abou .l-flex .pic {
		width:50%;
		float:left;
	} 
	.l-foot .bott {
		padding:30px 2%;
	}
	.l-prod .list2 .item{
		margin:0px 2%;
		
		margin-bottom:20px;
	}
	.l-prod .list2 .item .l-img{
		width:70%;
	}
	.l-prod .list2 .item{
		background:#dddddd;
	}
	.l-prod .list2 .item .l-img div{
		width:100%;
	}
	.l-prod .list2 .item .text{
		width:30%;
	}
	.l-midd .l-flex{
		display:block;
		overflow:hidden;
	}
	.l-midd .user .l-flex{
		display:flex;
	}
	.l-prod .list2 .item .text .l-butt{
		position:relative;
		bottom:0px;
		margin-top: 25px;
	}
	.l-case li{
		width:31%;
		margin:20px 1%;
	}
	.l-case .l-img img{
		max-width:100%;
	}
	.l-news .item .date{
		margin: 0px 2% 0 0;
		width:10%;
		float:left;
		text-align: center;
	}
	.l-news .item .text{
		width:50%;
		float:left;
	}
	.l-news .item .l-img2{
		width:38%;
		float:right;
	}
	.l-posi .info{
		float:none;
		width:100%;
		padding:0 2%;
		box-sizing: border-box;
	}
	.l-posi .map{
		float:none;
		width:100%;
	}
	.l-jod{
		padding:0 2%;
	}
	.l-jod li{
		width:31%;
		margin:25px 1%;
	}
	.l-midd .l-jod .l-flex{
		display: flex;
	}
	.l-vide li:nth-child(odd){
		margin:15px 1%;
	}
	.l-vide li{ 
		margin:15px 1%;
	}
	.l-jod li{
		width:48%;
	}
	
}
@media screen and (min-width: 1025px) and (max-width: 1199px){
	.l-wrap{
		width:100%;
		
	}
	.l-foot .bott{
		padding:30px 2%;
	}
	.l-midd .l-jod .l-flex{
		display: flex;
	}
	.l-vide li:nth-child(odd){
		margin:15px 1%;
	}
}