@font-face {
	font-family: 'BEBAS';
	src: local('BEBAS'), url(../fonts/BEBAS.ttf) format('woff');
}
@font-face {
	font-family: 'Arial-Black';
	src: local('Arial-Black'), url(../fonts/Arial-Black.ttf) format('woff');
}
@font-face {
	font-family: 'Arial';
	src: local('Arial'), url(../fonts/Arial.woff) format('woff');
}
@font-face {
	font-family: 'NEXA';
	src: local('NEXA'), url(../fonts/NEXA.woff) format('woff');
}


html {
	font-size: 100px;
}
.max-1920 {
	max-width: 1920px !important;
	margin: auto;
}
@media screen and (max-width: 1680px) {
	html {
		font-size: 86px;
	}
}
@media screen and (max-width: 1500px) {
	html {
		font-size: 78px;
	}
}
@media screen and (max-width: 1300px) {
	html {
		font-size: 60px;
	}
}
@media screen and (max-width: 1024px) {
	html {
		font-size: 60px;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 60px;
	}
}
.sysbnwk {
	width: 100%;
	height: 100px;
	background: #fff;
	position: relative;
}
.sysbnnk {
	width: 100%;
	padding-left: calc(100% / 12);
	height: 100px;
}
.logo {
	width: 2.7rem;
	float: left;
	line-height: 100px;
}
.logo img {
	width: 100%;
}
.sydh {
	float: right;
	margin-right: 1.4rem;
}
.sydhmg {
	color: #000000;
	font-size: 16px;
	float: left;
	line-height: 99px;
	margin-left: 0.65rem;
	position: relative;
}
.sydhmg:first-child {
	margin-left: 0;
}
.sydhmg a {
	color: #000000;
}
.sydhmg:after {
	content: "";
	width: 10px;
	height: 6px;
	background: url(../img/dhjt.png) no-repeat;
	background-size: 100% 100%;
	top: 50%;
	margin-top: -3px;
	right: -25px;
	opacity: 0;
	transition: .25s all;
	line-height: 1;
	display: block;
	position: absolute;
}
.sydhmg:hover>a {
	color: #db1522;
}
.sydhmg:hover:after {
	opacity: 1;
}
.sydhmgxz>a {
	color: #db1522;
}
.sydhmgxz:after {
	opacity: 1;
}
.dhycwk {
	float: right;
	width: 120px;
	height: 100px;
	background: #db1522;
	position: relative;
}
.dhychx {
	width: 48px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -24px;
	top: 37px;
}
.dhychx:after {
	content: "";
	position: absolute;
	width: 48px;
	height: 1px;
	background: #fff;
	top: 11px;
	left: 50%;
	margin-left: -24px;
}
.dhychx:before {
	content: "";
	position: absolute;
	width: 48px;
	height: 1px;
	background: #fff;
	top: 22px;
	left: 50%;
	margin-left: -24px;
}
.dhycwkxz .dhychx {
	background: transparent;
}
.dhycwkxz .dhychx:after {
	transform: rotate(45deg);
}
.dhycwkxz .dhychx:before {
	transform: rotate(-45deg);
	top: 11.5px;
}
.ejdh {
	position: absolute;
	z-index: 99;
	padding-top: 10px;
	display: none;
}
.ejdhmg {
	color: #8e8e8e;
	font-size: 14px;
	line-height: 48px;
	white-space:nowrap;
}
.ejdhmg a {
	color: #8e8e8e;
	white-space:nowrap;
}
.sysbnwk:after {
	content: "ZHONGCHI";
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 0;
	background: #151515;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	z-index: -1;
	text-align: center;
	line-height: 360px;
	color: #1e1e1e;
	font-size: 2.5rem;
	font-family: "Arial-Black";
	overflow: hidden;
}
.sysbnwk2:after {
	z-index: 98;
	height: 340px;
}

@media screen and (max-width : 1600px) {
.ejdhmg {
	line-height: 35px;
}
.ejdh:after {
	height: 285px;
	line-height: 270px;
}
.sydhmg:after {
	right: -18px;
}
}

.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;position:absolute;bottom:-30px;left:50%;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;font-size:20px;color:#fff;cursor:pointer;overflow:hidden;z-index: 99;width: 60px;height: 60px;text-align: center;border-radius: 50%;background: #db1522;opacity: 1;line-height: 55px;}
.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
@keyframes arrow{ %0,%100{bottom:-30px; opacity:1;} 50%{bottom:0px; opacity:.5} }
@-webkit-keyframes arrow{ %0,%100{bottom:-30px; opacity:1;} 50%{bottom:0px; opacity:.5} }
.tit img{
height: 100vh;
width: 100vw;
}
.sybanner {
	width: 100%;
	position: relative;
}
.sybanner .swiper-slide img {
	width: 100%;
}




/* 首页banner下四个开始 */
.bnxwk {
	width: 100%;
	height: 5rem;
	background: url(../img/bnxbj.jpg) no-repeat;
	
	padding-left: calc(100% / 12);
	padding-right: calc(100% / 12);
	display: flex;
	justify-content: space-between;
}
.bnxmgtbwk {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	text-align: center;
	height: 1.5rem;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	transition: .25s all;
}
.bnxmgtbwk img {
	width: 100%;
}
.bnxmg {
	float: left;
	width: 18.75%;
	padding-top: 1.32rem;
	height: 100%;
	border-bottom: 4px solid rgba(219,21,34,0);
	transition: .25s all;
}
.bnxmg:first-child {
	margin-left: 0;
}
.bnxmgwzdwk {
	width: 100%;
	text-align: center;
	margin-top: 0.4rem;
}
.bnxmgwzyw {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: .18rem;
	font-family: "Arial";
	font-weight: bold;
	line-height: 1;
	margin-top: 0.12rem;
}
.bnxmgwzzw {
	color: #ffffff;
	font-size: .16rem;
	font-weight: bold;
	line-height: 1;
}
.bnxmg:hover {
	border-bottom: 4px solid rgba(219,21,34,1);
}
.bnxmg:hover .bnxmgtbwk {
	background: rgba(219,21,34,1);
}

.bnxlbwk {
	width: 100%;
	position: relative;
}
.bnxlbwk img {
	max-width: 100%;
}
.bnxlbwk .swiper-pagination {
	width: 100%;
	padding-left: calc(100% / 12);
	padding-right: calc(100% / 12);
	display: flex;
	justify-content: space-between;
	top: 42px;
}
.bnxlbwk .swiper-pagination-bullet {
	opacity: 1;
	background: none;
	color: #fff;
	font-family: "BEBAS";
	font-size: 48px;
	line-height: 1;
	width: 18.75%;
	height: 48px;
}
.bnxlbwk .swiper-pagination-bullet-active {
	color: #db1522;
}
.bnwk {
	width: 100%;
	height: 1.07rem;
	bottom: 0;
	position: absolute;
	z-index: 99;
	padding-left: calc(100% / 12);
	padding-right: calc(100% / 12);
	border-top: 1px solid rgba(255,255,255,.35);
	font-family: "NEXA";
	color: #ffffff;
	font-size: 14px;
	line-height: 1.07rem;
	text-align: right;
}
.bnwk .active {
	font-family: "NEXA";
}
.bnwk .total {
	font-family: "NEXA";
}
.bnxlbmgwz {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial";
	line-height: 1.07rem;
	padding-left: 25px;
	z-index: 99;
	position: absolute;
	left: calc(100% / 12);
	bottom: 0;
}
.bnxlbmgwz:after {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #db1522;
	left: 0;
	top: 50%;
	margin-top: -4px;
	content:"";
}








/* 首页产品开始 */
.sycpdwk {
	width: 100%;
	padding-top: 1.85rem;
	padding-bottom: 2rem;
}
.sycpnk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.sycpswk {
	width: 100%;
}
.sycpszcwk {
	float: left;
}
.sycpszsyw {
	font-family: "Bebas";
	color: #111111;
	font-size: .6rem;
	line-height: .6rem;
	margin-top: 0.28rem;
}
.sycpszszw {
	color: #111111;
	font-size: .18rem;
	font-weight: bold;
	line-height: .22rem;
	
}
.sycpsyswk {
	float: right;
	margin-top: 10px;
}
.sycpsysmg {
	float: left;
	color: #111111;
	font-size: .16rem;
	margin-left: 0.1rem;
	/*padding-bottom: 0.28rem;*/
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	transition: .25s all;
	line-height: 1;
	border: 1px solid #111111;
}
.sycpsysmg:first-child {
	margin-left: 0;
}
.sycpsysmg a {
	color: #111111;
	transition: .25s all;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.sycpsysmg:hover {
	border: 1px solid rgba(219, 21, 34, 1);
	font-weight: bold;
}
.sycpsysmg:hover a {
	color: #db1522;
}
.sycpsysmgxz {
	border: 1px solid rgba(219, 21, 34, 1);
	font-weight: bold;
}
.sycpsysmgxz>a {
	color: #db1522;
}

.sydh .sycpsysmgxz {
    border: none;
}
@media screen and (max-width : 1890px) {
 .sycpsysmg {
     font-size: .14rem;
 }
}
.sycpxwk {
	width: 100%;
	margin-top: .8rem;
	overflow: hidden;
}
.sycpxmg {	float: left;	width: calc((100% - 40px) / 3);	margin-left: 20px;	position: relative;}
.sycpxmg2 {
	width: 100%;
	position: relative;
}
.sycpxmg:first-child {
	margin-left: 0;
}
.sycpxmgtpwk {
	width: 100%
}
.sycpxmg2 .sycpxmgtpwk {
	width: 32.791%;
	float: left;
}
.sycpxmgtpwk img {
	width: 100%;
}
.sycpxmgyywk {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: .25s all;
}
.sycpxmgyyyxwk {
	position: absolute;
	right: 0.3rem;
	bottom: 0.5rem;
}
.sycpxmgyxwz {
	color: #f5f5f5;
	font-size: .2rem;
	font-weight: bold;
	width: 100%;
	height: 0.2rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 1;
}
.sycpxmgyxmorewk {
	width: 1.6rem;
	height: 0.5rem;
	background: #db1522;
	margin-top: 0.25rem;
	border-bottom-left-radius: .25rem;
	text-align: right;
	float: right;
}
.sycpxmgyxmore {
	color: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial";
	line-height: 0.5rem;
	padding-right: 0.29rem;
}
.sycpxmgyxmore span {
	font-size: 12px;
	line-height: 0.5rem;
	margin-left: 5px;
	font-weight: 500;
}
.sycpxmg:hover .sycpxmgyywk {
	opacity: 1;
}


/* 首页产品结束 */


/* 首页关于开始 */
.sygydwk {
	width: 100%;
}
.sygyone {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.sygytpwk {
	width: 50%;
	float: left;
}
.sygytpwk img {
	width: 100%;
}
.sygyycwk {
	width: 50%;
	float: right;
	padding-left: 1.2rem;
	padding-right: 0.1rem;
}
.sygyycsm {
	width: 100%;
	overflow: hidden;
}
.sygyycbtdwk {
	float: left;
}
.sygyycywbt {
	font-family: "BEBAS";
	color: #111111;
	font-size: .6rem;
	line-height: 1;
	margin-top: 0.32rem;
}
.sygyyczwbt {
	color: #111111;
	font-size: .18rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 0.14rem;
}
.sygyycmore {
	float: right;
	line-height: 1;
	margin-top: 0.22rem;
	margin-right: 0.1rem;
	color: #db1522;
	font-size: .14rem;
	font-family: "Arial";
	font-weight: bold;
}
.sygyycmore a {
	color: #db1522;
}
.sygyycmsnr {
	color: #6b6b6b;
	font-size: .16rem;
	line-height: 0.26rem;
	margin-top: 0.52rem;
	height: 1.56rem;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
	text-align: justify;
}
.sygyycxmmg {
	margin-top: 0.62rem;
	width: 100%;
}
.sygyycwzwk {
	overflow: hidden;
}
.sygyycywwk {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: "Arial";
	line-height: 1;
}
.sygyyczwwk {
	float: left;
	font-size: 14px;
	line-height: 1;
	margin-left: 0.1rem;
}
.sygyycxmjbdwk {
	margin-top: 0.16rem;
	position: relative;
	display: inline-block;
	width: auto;
}
.sygyycwzxjb {
	width: 5.18rem;
	height: 0.25rem;
	background: linear-gradient(to right,#fff,#db1522);
	float: left;
}
.sygyycxbfb {
	position: absolute;
	color: #111111;
	font-size: .18rem;
	font-weight: bold;
	font-family: "Arial-Black";
	right: -0.6rem;
	top: 0rem;
	line-height: .25rem;
}
.sygyycxmmg2 {
	margin-top: 0.29rem;
}
.sygyycwzxjb2 {
	width: 5.57rem;
}


.gyxdh {
	width: 100%;
	padding-left: calc(100% / 12);
	margin-top: -0.5rem;
	padding-bottom: 1.5rem;
}
.gywgwk {
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	background: #db1522;
	overflow: hidden;
	padding-left: calc(100% / 12);
	padding-right: calc(100% / 12);
}
.sygyermg {
	width: calc((100% - 1.92rem) / 5);
	margin-left: 0.48rem;
	height: 2.5rem;
	border: 1px solid #fff;
	float: left;
	transition: .25s all;
}
.sygyermg:first-child {
	margin-left: 0;
}
.sygyermg a {
	display: block;
	padding-top: 0.32rem;
	width: 100%;
	height: 100%;
}
.gyejtb {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.gyejtb img {
	filter: grayscale(100%) brightness(3000%);
	width: 0.35rem;
	height: 0.36rem;
	transition: .25s all;
}
.gyejyw {
	font-family: "BEBAS";
	color: #ffffff;
	font-size: .18rem;
	text-align: center;
	line-height: 1;
	transition: .25s all;
	margin-top: 0.13rem;
}
.gyejzw {
	color: #ffffff;
	font-size: .18rem;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	transition: .25s all;
	margin-top: 0.39rem;
}
.gyejjt {
	text-align: center;
	margin-top: 0.36rem;
}
.gyejjt img {
	width: 0.22rem;
	filter: grayscale(100%) brightness(3000%);
	opacity: .5;
	transition: .25s all;
}

.sygyermg:hover {
	background: #fff;
}
.sygyermg:hover .gyejtb img {
	filter: grayscale(0%) brightness(100%);
}
.sygyermg:hover .gyejyw {
	color: #111111;
}
.sygyermg:hover .gyejzw {
	color: #111111;
}
.sygyermg:hover .gyejjt img {
	filter: grayscale(0%) brightness(100%);
	opacity: 1;
}
.hzhbdwk {
	width: 100%;
	overflow: hidden;
}
.hzhbzwk {
	width: 5.2rem;
	height: 1.4rem;
	background: #111111;
	float: left;
	padding-top: .33rem;
}
.hzhbyw {
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: .6rem;
	font-weight: bold;
	font-family: "Arial";
	line-height: .48rem;
	text-transform: uppercase;
	margin-top: 0.19rem;
}
.hzhbzw {
	text-align: center;
	color: #ffffff;
	font-size: .18rem;
	font-weight: bold;
	line-height: 1;
}
.hzhbyc {
	width: calc(100% - 5.2rem);
	float: left;
}
.hzhbycnk {
	width: 100%;
	height: 1.4rem;
}
.hzhbycnk img {
	width: 100%;
	height: 100%;
}

/* 首页关于结束 */

/* 首页新闻资讯开始 */
.syxwdwk {
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #f7f7f7;
	overflow: hidden;
}
.syxwnk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.syxwxwk {
	width: 100%;
	margin-top: 0.6rem;
}
.syxwxmg {
	margin-left: 25px;
	width: calc((100% - 75px) / 4);
	float: left;
}
.syxwxmg:first-child {
	margin-left: 0;
}
.syxwxmg a {
	display: block;
	width: 100%;
	height: 100%;
}
.syxwxmgtp {
	width: 100%;
}
.syxwxmgtp img {
	width: 100%;
}
.syxwxwzwk {
	width: 100%;
	padding-top: 0.55rem;
	padding-left: 0.27rem;
	padding-right: 0.24rem;
	padding-bottom: 1.1rem;
	background: #fff;
}
.syxwxmgsj {
	font-family: "BEBAS";
	color: #e3e1e1;
	font-size: .48rem;
	line-height: 1;
	position: relative;
	transition: .25s all;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #e5e5e5;
}
.syxwxmgsj:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #db1522;
	border-radius: 50%;
	right: 0px;
	top: .2rem;
}
.syxwxmgbt {
	color: #111111;
	font-size: .18rem;
	font-weight: bold;
	line-height: .22rem;
	height: 0.22rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top: 0.26rem;
	transition: .25s all;
}
.syxwxmgms {
	color: #6b6b6b;
	font-size: .16rem;
	line-height: 0.26rem;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-top: 0.2rem;
}

.syxwxmg:hover .syxwxmgsj {
	color: #db1522;
}
.syxwxmg:hover .syxwxmgbt {
	color: #db1522;
}


/* 首页新闻资讯结束 */


/* 底部开始 */
.dibudwk {
	background: #111;
	padding-bottom: 0.7rem;
}
.dibunk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
}
.dibuewmdwk {
	width: 100%;
	margin-top: 0.34rem;
}
.dibuewmmg {
	float: left;
	width: 0.65rem;
	height: 0.65rem;
	position: relative;
	cursor: pointer;
	margin-right: 0.08rem;
}
.dibuewmtb {
	width: 0.65rem;
	height: 0.65rem;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: .25s all;
	text-align: center;
	line-height: 0.6rem;
	border-radius: 50%;
}
.dibuewmtb img {
	transition: .25s all;
}
.dibuewmmg:hover .dibuewmtb {
	border: 1px solid rgba(255, 255, 255, .3);
}
.dibuewmdwk .dibuewmmg:nth-child(1) .dibuewmtb img {
	width: 0.24rem;
}
.dibuewmdwk .dibuewmmg:nth-child(2) .dibuewmtb img {
	width: 0.18rem;
}
.dibuewmdwk .dibuewmmg:nth-child(3) .dibuewmtb img {
	width: 0.17rem;
}
.dibuewmmg:hover .dibuewmtb img {
	filter: grayscale(100%) brightness(300%);
}
.dibuewm {
	width: 1.3rem;
	position: absolute;
	left: 50%;
	transform:translate(-50%,0%);
	opacity: 0;
	transition: .25s all;
}
.dibuewm img {
	width: 100%;
}
.dibuewmmg:hover .dibuewm {
	opacity: 1;
}
.dibuzcwk {
	float: left;
}
.flogo {
	padding-top: 0.8rem;
	width: 2.3rem;
}
.flogo img {
	width: 100%;
}
.dibuzjwk {
	margin-left: 0.85rem;
	padding-top: 1.05rem;
	float: left;
}
.dibuzjmg {
	margin-bottom: 0.19rem;
	overflow: hidden;
}
.dibuzjtbwk {
	width: 0.4rem;
	height: 0.4rem;
	border: 1px solid rgba(255,255,255,.4);
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.dibuzjtbwk img {
	max-width: .18rem;
}
.dibuzjmgwz {
	float: left;
	line-height: 0.4rem;
	margin-left: 0.25rem;
	color: #ffffff;
	font-size: .14rem;
}
.dibuycwk {
	float: right;
	padding-top: 1.05rem;
}
.dibuycmg {
	float: left;
	margin-left: 0.64rem;
	width: 0.65rem;
}
.dibuycmg:first-child {
	margin-left: 0;
	width: auto;
}
.dibuycyjdh {
	color: #ffffff;
	font-size: .16rem;
	line-height: 1;
}
.dibuycyjdh a {
	color: #ffffff;
	transition: .25s all;
}
.dibuycyjdh:hover a {
	color: #db1522;
	font-weight: bold;
}
.dibuycejwk {
	margin-top: 0.22rem;
	width: 100%;
	text-align: center;
}
.dibuycejmg {
	color: #8e8e8e;
	font-size: .14rem;
	line-height: 0.3rem;
	
}
.dibuycejmg a {
	color: #8e8e8e;
}
.dibuycwk .dibuycmg:nth-child(3) .dibuycejwk {
	width: 0.9rem;
	text-align: left;
}
.dibuycwk .dibuycmg:nth-child(3) .dibuycejwk .dibuycejmg {
	position: relative;
}
.dibuycwk .dibuycmg:nth-child(3) .dibuycejwk .dibuycejmg:after {
	content: "-";
	position: absolute;
	top: 0rem;
	left: -0.1rem;
}
.dibubqwk {
	width: 100%;
	height: 0.95rem;
	border-top: 1px solid rgba(255,255,255,.15);
	background: #111111;
	line-height: 0.95rem;
	overflow: hidden;
}
.dibubqnk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.dibubqzc {
	color: #ffffff;
	font-size: .14rem;
	float: left;
	font-weight: 100;
	opacity: .5;
}
.dibubqzc a {
	color: #ffffff;
}
.dibubqyc {
	color: #ffffff;
	font-size: .14rem;
	float: right;
	font-weight: 100;
	opacity: .5;
}
.dibubqyc a {
	color: #ffffff;
}
/* 底部结束 */




/* 关于内页开始 */
.nybndwk {
	width: 100%;
	position: relative;
}
.nybntp {
	width: 100%;
}
.nybntp img {
	width: 100%;
}
.nybnswzwk {
	position: absolute;
	text-align: center;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.nybnswzbt {
	font-family: "Noto Sans SC";
	font-weight: 100;
	color: #ffffff;
	font-size: .6rem;
	line-height: 1;
	
}
.nybnswzfbt {
	color: #ffffff;
	font-family: "Arial";
	font-size: .14rem;
	margin-top: 0.2rem;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-indent: 10px;
}


.gynygsjjwk {
	width: 100%;
}
.gynygsjjnk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}



/* 企业文化开始 */
.qywhdwk {
	width: 100%;
	padding-bottom: 1rem;
}
.qywhnk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.qywhxmwk {
	width: 100%;
	overflow: hidden;
	margin-top: 0.6rem;
}
.qywhmg {
	margin-left: 0.25rem;
	width: calc((100% - 1rem) / 4);
	height: 3rem;
	border-radius: .1rem;
	background: #ebebeb;
	padding-top: 0.28rem;
	float: left;
	transition: .25s all;
	margin-bottom: 20px;
}
.qywhmg:first-child {
	margin-left: 0;
}
.qywhmg:nth-child(5) {
    margin-left: 0;
}
.qywhtpwk {
	width: 1.36rem;
	height: 1.36rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-radius: 50%;
	border: 8px solid #ebebeb;
	transition: .25s all;
}
.qywhtpwk img {
	width: 100%;
}
.qywhxmwzwk {
	margin-top: 0.16rem;
	width: 100%;
}
.qywhzwbt {
	color: #111111;
	font-size: .2rem;
	font-weight: bold;
	line-height: 0.28rem;
	text-align: center;
	transition: .25s all;
}
.qywhywbt {
	color: #747474;
	font-size: .14rem;
	text-align: center;
	margin-top: 0.08rem;
	line-height: 1;
	font-family: "Arial";
	transition: .25s all;
}
.qywhmg:hover {
	background: #db1522;
}
.qywhmg:hover .qywhtpwk {
	border-color: #f62c3a;
}
.qywhmg:hover .qywhzwbt {
	color: #fff;
}
.qywhmg:hover .qywhywbt {
	color: #fff;
}

/* 企业文化结束 */

/* 荣誉资质开始 */
.nyryzzwk {
	width: 100%;
	overflow: hidden;
	padding-bottom: 1rem;
}
.nyryzznk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.ryzzsjtwk {
	float: right;
}
.ryzzzjt {
	float: left;
	width: 1.6rem;
	height: 0.5rem;
	border-radius: .5rem;
	background: #ebebeb;
	text-align: center;
	line-height: 0.5rem;
	margin-right: 9px;
	transition: .25s all;
	cursor: pointer;
}
.ryzzyjt {
	float: left;
	width: 1.6rem;
	height: 0.5rem;
	border-radius: .5rem;
	background: #ebebeb;
	text-align: center;
	line-height: 0.5rem;
	margin-right: 9px;
	transition: .25s all;
	cursor: pointer;
}
.ryzzzjt img {
	transition: .25s all;
}
.ryzzyjt img {
	transform-origin: center;
	transform: rotate(180deg);
	transition: .25s all;
}
.ryzzzjt:hover {
	background: #db1522;
}
.ryzzyjt:hover {
	background: #db1522;
}
.ryzzzjt:hover img {
	filter: grayscale(100%) brightness(3000%);
}
.ryzzyjt:hover img {
	filter: grayscale(100%) brightness(3000%);
}
.ryzzxwk {
	margin-top: 0.45rem;
}
.nyryzzswk {
	overflow: hidden;
}

.ryzzxwk .swiper-slide {
	
}
.zzrymg {
	width: 100%;
}
.zzrymg a {
	display: block;
}
.zzrymgtp {
	width: 100%;
	padding-left: .27rem;
	padding-right: .26rem;
	padding-top: .32rem;
	padding-bottom: .35rem;
	background: url(../img/zzbj.png);
	background-size: 100% 100%;
}
.zzrymgtp img {
	width: 100%;
}
.zzrymgwz {
	width: 100%;
	text-align: center;
	margin-top: 0.24rem;
	color: #111111;
	font-size: .16rem;
	line-height: .2rem;
	height: 0.2rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
/* 荣誉资质结束 */

/* 经营理念开始 */
.jylndwk {
	width: 100%;
	overflow: hidden;
	background: #ebebeb;
	padding-top: 1rem;
	padding-bottom: 1.2rem;
}
.jylnnk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.jylnxmwk {
	width: 100%;
	margin-top: 0.4rem;
	position: relative;
}
.jylnlhx {
	width: 100%;
	height: 1px;
	background: #bfbfbf;
	left: 0;
	top: 0.83rem;
	position: absolute;
}
.jylnxmnk {
	width: calc(100% - 100px);
	margin-left: auto;
	margin-right: auto;
}
.jylnxmmg {
	width: 100%;
}
.jylnxmmg a {
	display: block;
	width: 100%;
}
.jylnxmmgtp {
	width: 1.66rem;
	border: .08rem solid rgba(255,255,255,0);
	height: 1.66rem;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	transition: .25s all;
}
.jylnxmmgtp img {
	width: 100%;
}
.jylnxmmgwz {
	width: 100%;
	text-align: center;
	color: #111111;
	font-size: .16rem;
	margin-top: 0.28rem;
	transition: .25s all;
}
.jjyzjt {
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	left: 0;
	top: 0.63rem;
	cursor: pointer;
}
.jjyzjt img {
	width: 100%;
}
.jjyyjt {
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	border-radius: 50%;
	right: 0;
	top: 0.63rem;
	cursor: pointer;
	transform-origin: center;
	transform: rotate(180deg);
}
.jjyyjt img {
	width: 100%;
	
}
.jylnxmmg:hover .jylnxmmgwz {
	color: #db1522;
}
.jylnxmmg:hover .jylnxmmgtp {
	border: .08rem solid rgba(255,255,255,1);
}

/* 经营理念结束 */

/* 销售网络开始 */

.xswlwk {
	width: 100%;
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.xswlnk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.xswlxwk {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.2rem;
}
.xswlxnk {
	width: 817px;
	height: 621px;
	margin-left: 95px;
	position: relative;
}
.citutupwk {
	width: 817px;
	height: 621px;
}
.citutupwk img {
	width: 100%;
}
.xswlxdtsdwwk {
	width: 817px;
	height: 621px;
	position: absolute;
	left: 0;
	top: 0;
}
.ditusdw {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
}
.ditusdw img {
	width: 100%;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
}
.ditusdwxz img {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
}
.ditusdw1 {
	top: 419px;
	left: 620px;
}
.ditusdw2 {
	top: 403px;
	left: 607px;
}
.ditusdw3 {
	top: 399px;
	left: 629px;
}
.ditusdw4 {
	top: 383px;
	left: 616px;
}
.ditusdw5 {
	top: 460px;
	left: 328px;
}
.ditusdw6 {
	top: 133px;
	left: 186px;
}
.ditusdw7 {
	top: 312px;
	left: 452px;
}
.ditusdw8 {
	top: 300px;
	left: 479px;
}
.ditusdw9 {
	top: 250px;
	left: 490px;
}
.ditusdw10 {
	top: 356px;
	left: 628px;
}
.ditusdw11 {
	top: 279px;
	left: 546px;
}
.ditusdw12 {
	top: 289px;
	left: 588px;
}
.ditusdw13 {
	top: 270px;
	left: 593px;
}
.ditusdw14 {
	top: 266px;
	left: 607px;
}
.ditusdw15 {
	top: 274px;
	left: 564px;
}
.ditusdw16 {
	top: 250px;
	left: 612px;
}
.ditusdw17 {
	top: 427px;
	left: 354px;
}
.ditusdw18 {
	top: 383px;
	left: 419px;
}
.ditusdw19 {
	top: 375px;
	left: 387px;
}
.ditusdw20 {
	top: 411px;
	left: 402px;
}
.ditusdw21 {
	top: 275px;
	left: 414px;
}
.ditusdw22 {
	top: 256px;
	left: 414px;
}
.ditusdw23 {
	top: 205px;
	left: 436px;
}
.ditusdw24 {
	top: 205px;
	left: 483px;
}
.ditusdw25 {
	top: 223px;
	left: 611px;
}
.ditusdw26 {
	top: 191px;
	left: 600px;
}
.ditusdw27 {
	top: 197px;
	left: 617px;
}
.ditusdw28 {
	top: 180px;
	left: 621px;
}
.ditusdw29 {
	top: 323px;
	left: 598px;
}
.ditusdw30 {
	top: 436px;
	left: 548px;
}
.ditusdw31 {
	top: 428px;
	left: 531px;
}
.ditusdw32 {
	top: 323px;
	left: 514px;
}
.ditusdw33 {
	top: 300px;
	left: 526px;
}
.ditusdw34 {
	top: 98px;
	left: 648px;
}
.ditusdw35 {
	top: 375px;
	left: 525px;
}
.ditusdw36 {
	top: 218px;
	left: 573px;
}
.ditusdw37 {
	top: 264px;
	left: 524px;
}
.ditusdw38 {
	top: 251px;
	left: 524px;
}
.ditusdw39 {
	top: 233px;
	left: 542px;
}
.ditusdw40 {
	top: 253px;
	left: 539px;
}
.ditusdw41 {
	top: 276px;
	left: 524px;
}
.ditusdw42 {
	top: 235px;
	left: 527px;
}
.ditusdw43 {
	top: 210px;
	left: 523px;
}
.ditusdw44 {
	top: 490px;
	left: 465px;
}
.ditusdw45 {
	top: 487px;
	left: 570px;
}
.ditusdw46 {
	top: 505px;
	left: 519px;
}
.ditusdw47 {
	top: 532px;
	left: 482px;
}
.ditusdw48 {
	top: 470px;
	left: 589px;
}
.ditusdw49 {
	top: 454px;
	left: 598px;
}
.ditusdw50 {
	top: 404px;
	left: 421px;
}
.ditusdw51 {
	top: 330px;
	left: 547px;
}
.ditusdw52 {
	top: 233px;
	left: 559px;
}









.xswlyctdwk {
	position: absolute;
	top: 200px;
	left: 757px;
	width: 320px;
}
.xswlyctmgwk {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 10px;
	background: #3c3c3c;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 14px;
	display: none;
}
.xswlyctmgwkxz {
	display: block;
}
.xswlyctmgwk>div:first-child {
	color: #f6f7fa;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
}
.xswlyctmgwk>div:nth-child(2) {
	width: 100%;
}
.xswlyctmgwk>div:nth-child(2) img {
	width: 100%;
}







/* 销售网络结束 */

/* 关于内页结束 */


/* 产品中心开始 */

.cpnywk {
	width: 100%;
	overflow: hidden;
	padding-top: 1rem;
	padding-bottom: .75rem;
}
.cpnynk {
	width: calc((100% / 12) * 10);
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


.fanye {
	width: auto;
	float: left;
	margin-right: 12px;
	margin-top: 45px;
}
.fanye p {
	width: 30px;
	height: 30px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 30px;
	color: #2e2e2e;
	font-size: 16px;
	font-family: "Arial";
	float: left;
	margin-right: 14px;
}
.fanye a {
	width: 30px;
	height: 30px;
	border: 1px solid #e5e5e5;
	text-align: center;
	line-height: 30px;
	color: #2e2e2e;
	font-size: 16px;
	font-family: "Arial";
	display: block;
	float: left;
	margin-right: 14px;
}
.fanye a.cur {
	background: #cf1b1b;
	border-color: #cf1b1b;
	color: #fff;
	font-weight: bold;
}
.fanye .ymsy {
    width: 60px;
}






/* 产品中心结束 */


/* 案例内页开始 */
.anlixiawk {
	width: 100%;
	margin-top: 0.6rem;
}
.anlinmg {
	width: calc((100% - .75rem) / 4);
	margin-left: calc(.75rem / 3);
	margin-top: 0.8rem;
	float: left;
}
.anlinmg:first-child {
	margin-left: 0;
	margin-top: 0;
}
.anlinmg:nth-child(2) {
	margin-top: 0;
}
.anlinmg:nth-child(3) {
	margin-top: 0;
}
.anlinmg:nth-child(4) {
	margin-top: 0;
}
.anlisdwk {
	border-radius: .2rem;
	position: relative;
	overflow: hidden;
}
.anlisdwk img {
	width: 100%;
}
.anlitpwk {
	width: 100%;
}
.anlitpwk img {
	width: 100%;
}
.anlitpswk {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: .25s all;
}
.anlisjh {
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: #fff;
	line-height: 0.7rem;
	text-align: center;
	color: #db1522;
	font-size: 16px;
	font-weight: bold;
}
.anlimgxwk {
	width: 100%;
	margin-top: 0.25rem;
}
.anlixmgbt {
	width: 100%;
	color: #111111;
	font-size: .24rem;
	font-weight: bold;
	height: 0.24rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 1;
	transition: .25s all;
}
.anlixmgms {
	width: 100%;
	color: #878787;
	font-size: .14rem;
	font-weight: bold;
	height: 0.14rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-top: 0.2rem;
	line-height: 1;
}
.anlinmg:hover .anlitpswk {
	opacity: 1;
}
.anlinmg:hover .anlixmgbt {
	color: #db1522;
}

/* 案例内页结束 */

/* 联系页开始 */
.lxswk {
	width: 100%;
	margin-top: 0.6rem;
	overflow: hidden;
}
.lxsmg {
	float: left;
	margin-left: .26rem;
	width: calc((100% - .78rem) / 4);
	height: 2.8rem;
	border-radius: .1rem;
	background: #ebebeb;
	padding-top: 0.6rem;
	transition: .25s all;
}
.lxsmg:first-child {
	margin-left: 0;
}
.lxstb {
	width: 0.5rem;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	margin-left: auto;
	margin-right: auto;
}
.lxstb img {
	max-width: 100%;
	max-height: 100%;
	transition: .25s all;
}
.lxswz {
	color: #535353;
	font-size: .18rem;
	font-family: "Arial";
	font-weight: bold;
	margin-top: 0.36rem;
	text-align: center;
	transition: .25s all;
}
.lxswz2 {
	font-weight: 500;
}
.lxswz1 {
	font-size: .24rem;
}
.lxswz1 span {
	margin-top: 0.25rem;
}
.lxsmg:hover {
	background: #db1522;
}
.lxsmg:hover .lxstb img {
	-webkit-filter: invert(1);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
}
.lxsmg:hover .lxswz {
	color: #fff;
}

#allmap {
	border-radius: .1rem;
	margin-top: 0.6rem;
}





.lydwk {
	margin-top: 75px;
	width: 100%;
	overflow: hidden;
}
.lyswz {
	color: #575757;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 26px;
}
.lymg {
	width: calc(50% - .2rem);
	height: .66rem;
	line-height: .66rem;
	float: left;
	margin-bottom: 12px;
	margin-left: .4rem;
}
.lymg input {
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
	padding-left: 23px;
	color: #a2a1a1;
	font-size: 14px;
	outline: none;
	-webkit-text-fill-color: #a2a1a1;
}
.lymg input:focus {
	border-radius: 0;
	border: 1px solid #db1522;
}
.lymg:nth-child(2n) {
	margin-left: 0;

}
.lyxxk {
	width: 100%;
	height: 1.6rem;
}
.lyxxk textarea {
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
	padding-left: 23px;
	color: #a2a1a1;
	font-size: 14px;
	line-height: 66px;
	outline: none;
	-webkit-text-fill-color: #a2a1a1;
}
.lyxxk textarea:focus {
	border-radius: 0;
	border: 1px solid #db1522;
}
.lyfs {
	display: block;
	margin-top: 50px;
	float: right;
	width: 190px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	background: #db1522;
	border-radius: 29px;
	font-size: 16px;
	font-weight: bold;
}

/* 联系页结束 */


/* 详情开始 */

.xqbt {
	width: 100%;
	color: #111111;
	font-size: .22rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.xqnr {
	color: #6b6b6b;
	font-size: .16rem;
	line-height: 0.26rem;
	margin-top: 0.52rem;
	text-align: justify;
}
.xqnr img {
    max-width: 100%;
}






/* 详情结束 */


/* 发展历程开始 */
.fzlcxwk {
	width: 100%;
	position: relative;
	padding-top: 124px;
	padding-bottom: 55px;
}
.fzlcxwk:after {
	content: "";
	position: absolute;
	width: 1px;
	background: #cbcbcb;
	height: calc(100% - 60px);
	top: 60px;
	left: 77px;
	z-index: -1;
}
.fzlcmg {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.fzlczc {
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #e7e7e7;
	text-align: center;
	color: #089b42;
	font-size: 16px;
	float: left;
	margin-top: 68px;
	font-family: "Arial-Black";
	transition: .25s all;
}
.fzlcyc {
	width: calc(100% - 200px);
	height: 200px;
	border-radius: 20px;
	background: #f4f4f4;
	float: right;
	overflow: hidden;
	padding-top: 24px;
	padding-left: 27px;
	padding-right: 63px;
	transition: .25s all;
}
.fzlcyctp {
	width: 286px;
	height: 154px;
	border-radius: 5px;
	float: left;
}
.fzlcyctp img {
	width: 100%;
	height: 100%;
}
.fzlcycms {
	color: #787878;
	font-size: 16px;
	line-height: 30px;
	margin-left: 50px;
	width: calc(100% - 386px);
	float: left;
	height: 154px;
	overflow: hidden;
	display: flex;
	align-items: center;
	transition: .25s all;
}
.fzlcycms td{
    width: 370px;
}
.xwxqwkfz {
	padding-top: 70px;
}
.xwxqnkfz {
	position: relative;
}
.xwxqnkfz:after {
	content: "";
	position: absolute;
	width: 1px;
	background: #cbcbcb;
	height: calc(100% - 18px);
	top: 12px;
	left: 70px;
	z-index: -1;
}

.fzlcmg:hover .fzlcyc {
	background: #089b42;
}
.fzlcmg:hover .fzlcycms {
	color: #fff;
}
.fzlcmg:hover .fzlczc {
	background: #089b42;
	color: #fff;
}
.fzlcsy {
	position: absolute;
	width: 13px;
	height: 13px;
	background: #cbcbcb;
	border-radius: 50%;
	top: 60px;
	left: 71px;
}
.fzlcxy {
	position: absolute;
	width: 13px;
	height: 13px;
	background: #cbcbcb;
	border-radius: 50%;
	bottom: 0;
	left: 71px;
}
.fzlcdddwk {
	padding-bottom: 246px;
}



/* 发展历程结束 */
.fdj {
	width: 100%;
	height: 100%;
	padding-top: 41px;
}





.ssxwk {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 340px;
	background: #151515;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	overflow: hidden;
	z-index: 9;
	display: none;
}
.sysbnwk2:after {
	z-index: 98;
	height: 340px;
}
.ssxwz {
	z-index: 1;
	text-align: center;
	line-height: 360px;
	color: #1e1e1e;
	font-size: 2.5rem;
	font-family: "Arial-Black";
}
.ssswk {
	width: 845px;
	height: 90px;
	border-radius: 10px;
	overflow: hidden;
}
.sssrk {
	width: 680px;
	height: 90px;
	line-height: 90px;
	background: rgba(255,255,255,.6);
	float: left;
}
.sssrk input {
	width: 100%;
	height: 90px;
	background: none;
	border: none;
	padding-left: 40px;
	color: #ffffff;
	font-size: 16px;
	line-height: 90px;
}
.sssrk input::placeholder {
	color: #ffffff;
	font-size: 16px;
	line-height: 90px;
}
.sssran {
	width: 165px;
	float: right;
	height: 90px;
	background: #db1522;
	text-align: center;
	line-height: 90px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.ssfropm {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
input{ outline: none; }
.ss {
	cursor: pointer;
}





.sydycn {
	width: 100%;
	line-height: 1;
	font-family: "Arial";
	font-weight: bold;
	display: flex;
	color: #fff;
	justify-content: center;
}
.cn {
	margin-right: 9px;
	transition: .25s all;
}
.en {
	margin-right: 9px;
	margin-top: 10px;
	opacity: 0;
	transition: .25s all;
}
.en a {
	color: #fff;
	transition: .25s all;
}
.cn:hover {
    color: #111111;
}
.en a:hover {
    color: #111111;
}
.enjt {
	opacity: 0;
}
.sydhycdy:hover .en {
	opacity: 1;
}
.sydhycdy:hover {
    height: auto;
}













.zpgwxwk {
	width: 100%;
	margin-top: 1rem;
}
.zpgwxbtwk {
	width: 100%;
	height: 0.85rem;
	background: #6f6f70;
}
.zpgwxbtwk>div {
	float: left;
	color: #ffffff;
	font-size: .18rem;
	line-height: 0.85rem;
	text-align: center;
}
.zwmc {
	width: 30%;
}
.zwlb {
	width: 10%;
}
.gzdd {
	width: 20%;
}
.zprs {
	width: 10%;
}
.gxrq {
	width: 30%;
}
.zpgwxxmgdwk {
	width: 100%;
	margin-top: .1rem;
}
.zpgwclwk {
	width: 100%;
	background: #e2e1e1;
	overflow: hidden;
	height: 0.6rem;
	cursor: pointer;
	transition: .25s all;
}
.zpgwclwk>div {
	float: left;
	font-size: .18rem;
	line-height: 0.6rem;
	text-align: center;
	color: #3c3c3c;
	transition: .25s all;
}
.zpgwclwk>.zwmc {
	font-weight: bold;
}
.zpgwxxqwk {
	width: 100%;
	background: #e2e1e1;
	padding-bottom: 0.4rem;
	position: relative;
	display: none;
}
.zpgwxxqnk {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.zpgwgwzz {
	color: #3c3c3c;
	font-size: .16rem;
	font-weight: bold;
	line-height: 1;
	padding-top: 0.44rem;
}
.gwzzbr {
	color: #3c3c3c;
	font-size: .14rem;
	line-height: 0.36rem;
	margin-top: 5px;
}
.wyyp {
	width: 1.68rem;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-top: 0.2rem;
	background: #db1522;
}
.wyyp a {
	color: #f5f5f5;
	font-size: .14rem;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.zpgwxmgwk {
	margin-bottom: .1rem;
}
.gb {
	position: absolute;
	color: #db1522;
	font-size: .14rem;
	right: 14.56%;
	bottom: .4rem;
	cursor: pointer;
}
.zpgwxmgwk:hover .zpgwclwk {
	background: #db1522;
}
.zpgwxmgwk:hover .zpgwclwk div {
	color: #fff;
}
.zpgwclwkxz {
	background: #db1522;
}
.zpgwclwkxz div {
	color: #fff;
}






.cpnybt {
	color: #111111;
	font-size: .3rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.45rem;
	transition: .25s all;
}
.cpnybg {
	width: 57.762%;
	float: left;
	margin-left: 0.48rem;
	float: left;
}

.cpnybg img {
	max-width: 100%;
}
.sycpxmg2 {
	border-bottom: 1px solid #de343d;
	margin-top: 0.7rem;
}
.sycpxmg2:first-child {
	margin-top: 0;
}
.sycpxmg2 a {
	padding-bottom: 0.79rem;
	overflow: hidden;
	display: block;
}
.sycpxmg2:hover .cpnybt {
	color: #db1522;
}