* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
a {
    text-decoration: none;
}
input,textarea{
    outline: none;
	border: none;
	background: transparent;
}

body{
	background: #FFFFFF;
}
html{
    font-weight: 500;
	color: #000000;
	font-size: 1px;
}
img{
	max-width: 100%;
}

@media screen and (max-width:1500px) {
	html{
		font-size: 0.95px;
	}
}
@media screen and (max-width:1400px) {
	html{
		font-size: 0.9px;
	}
}
@media screen and (max-width:1300px) {
	html{
		font-size: 0.85px;
	}
}

@media screen and (max-width:768px) {
	html{
		font-size: 0.4px;
	}
}
@media screen and (max-width:698px) {
	html{
		font-size: 0.36354px;
	}
}
@media screen and (max-width:648px) {
	html{
		font-size: 0.3375px;
	}
}
@media screen and (max-width:608px) {
	html{
		font-size: 0.31666px;
	}
}
@media screen and (max-width:540px) {
	html{
		font-size: 0.28125px;
	}
}
@media screen and (max-width:490px) {
	html{
		font-size: 0.2552px;
	}
}
@media screen and (max-width:414px) {
	html{
		font-size: 0.215625px;
	}
}
@media screen and (max-width:390px) {
	html{
		font-size: 0.20417px;
	}
}
@media screen and (max-width:375px) {
	html{
		font-size: 0.19531px;
	}
}
@media screen and (max-width:360px) {
	html{
		font-size: 0.1875px;
	}
}
@media screen and (max-width:280px) {
	html{
		font-size: 0.14583px;
	}
}

.center85{
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width:1500px) {
	.center85{
		width: 88%;
	}
}
@media screen and (max-width:1280px) {
	.center85{
		width: 94%;
	}
}
@media screen and (max-width:900px) {
	
}
.flexcenter{
	display: flex;
	align-items: center;
}
.hiddentxt1{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.hiddentxt2{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.hiddentxt3{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.hiddentxt4{
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 这里是超出几行省略 */
	overflow: hidden;
}
.hiddentxt5{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
}
.hiddentxt6{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
}

.ft12{
	font-size: 12rem;
}
.ft14{
	font-size: 14rem;
}
.ft16{
	font-size: 16rem;
}
.ft18{
	font-size: 18rem;
}
.ft20{
	font-size: 20rem;
}
.ft24{
	font-size: 24rem;
}
.ft26{
	font-size: 26rem;
}
.ft28{
	font-size: 28rem;
}
.ft30{
	font-size: 30rem;
}
.ft36{
	font-size: 36rem;
}
.ft40{
	font-size: 40rem;
}
.ft44{
	font-size: 44rem;
}
.ft60{
	font-size: 60rem;
}
@media screen and (max-width:900px) {
	.ft12{
		font-size: 32rem;
	}
	.ft14{
		font-size: 34rem;
	}
	.ft16{
		font-size: 36rem;
	}
	.ft18{
		font-size: 38rem;
	}
	.ft20{
		font-size: 40rem;
	}
	.ft24{
		font-size: 44rem;
	}
	.ft26{
		font-size: 46rem;
	}
	.ft28{
		font-size: 48rem;
	}
	.ft30{
		font-size: 50rem;
	}
	.ft36{
		font-size: 56rem;
	}
	.ft40{
		font-size: 60rem;
	}
	.ft44{
		font-size: 64rem;
	}
	.ft60{
		font-size: 70rem;
	}
}
.mainbox{
	width: 100%;
}
/* index.css----------------------------------------------------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	background: #FFFFFF;
}
.huanying{
	width: 100%;
	background: #F8F8F8;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #626060;
}
.huanying .center85{
	height: 42rem;
}
.header>.center85{
	height: 122rem;
	justify-content: space-between;
}
.logo{
	width: 236rem;
}
.logo img{
	display: block;
	width: 95%;
	height: auto;
}
.guanbi{
	position: absolute;
	top: 10rem;
	right: 20rem;
	display: none;
	width: 70rem;
	height: auto;
}
.menu{
	display: none;
	width: 80rem;
}
.menu img{
	display: block;
	width: 100%;
	height: auto;
}
.navlist{
	flex: 1;
	width: 100%;
	height: 100%;
	justify-content: flex-end;
	transition: .3s;
}
.navitem:last-child{
	margin-right: 0;
}
.navitem{
	height: 100%;
	position: relative;
	transition: .3s;
}
.navitem:hover>a,.navlist .select>a{
	background: #E80014;
	color: #FFFFFF;
}
.navitem>a{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 27rem;
	white-space: nowrap;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2B2B;
	transition: .3s;
}
.navitem:hover .navshow{
	height: auto;
	padding-top: 40rem;
	padding-bottom: 40rem;
}
.navshow{
	position: absolute;
	top: 100%;
	left: 0;
	width: 416rem;
	height: 0;
	padding: 0 50rem;
	background: #FFFFFF;
	overflow: hidden;
	transition: .5s;
}
.navshow .flexcenter{
	align-items: flex-start;
	justify-content: space-between;
}
.navshow .xian{
	width: 53rem;
	height: 3rem;
	margin-bottom: 27rem;
	background: #E80014;
}
.navleft,.navright{
	flex: 1;
}
.navleft{
	margin-right: 50rem;
}
.navleft .ft24{
	width: 100%;
	margin-bottom: 40rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.navleft a{
	display: block;
	width: 100%;
	padding: 7rem 0;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	text-align: center;
	font-family: Arial;
	font-weight: 400;
	color: #939393;
}
.navright .xian{
	visibility: hidden;
}
.navright a:last-child{
	margin-bottom: 0;
}
.navright a{
	display: block;
	width: 100%;
	padding: 10rem 0;
	margin-bottom: 7rem;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	text-align: center;
	font-family: Arial;
	font-weight: 400;
	color: #6C6A6A;
}

.phone{
	height: 100%;
	position: relative;
	white-space: nowrap;
}
.phone .dh{
	width: 40rem;
	height: auto;
	margin-right: 14rem;
}
.phone span{
	flex: 1;
	margin-right: 9rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2B2B2B;
}
.sousuo{
	width: 30rem;
	padding-left: 6rem;
	cursor: pointer;
}
.sousuo img{
	display: block;
	width: 100%;
	height: auto;
}
.seashow{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 380rem;
	padding: 20rem 30rem;
	background: #F8F8F8;
}
.search{
	width: 100%;
	padding: 0 10rem;
	border: 1px solid #D1D1D1;
	border-radius: 18rem;
}
.seashow .hiddentxt1{
	width: 100%;
	margin-bottom: 10rem;
}
.seashow .ft16{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6C6A6A;
}
.search input{
	width: 100%;
	flex: 1;
	height: 35rem;
	margin-right: 20rem;
}
.search img{
	width: 16rem;
	height: auto;
	cursor: pointer;
}

.banner{
	width: 100%;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .swiper-slide .imgs{
	transition: 6s;
	transform: scale(1.1);
}
.banner .imgs{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width:1630px) {
	.header .center85{
		width: 92%;
	}
}
@media screen and (max-width:1550px) {
	.header .center85{
		width: 100%;
	}
}

@media screen and (max-width:1250px) {
	.menu,.guanbi{
		display: block;
	}
	.logo{
		flex: 1;
	}
	.logo img{
		width: 240rem;
	}
	.phone{
		margin-right: 40rem;
	}
	.navlist{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		width: 50%;
		/* padding-top: 100rem; */
		background: #FFFFFF;
		display: block;
		transform: translateX(100%);
	}
	.navitem{
		width: 100%;
		height: 60rem;
		margin-bottom: 20rem;
		text-align: center;
	}
	.navitem>a{
		width: 100%;
		justify-content: center;
	}
	.navitem:hover .navshow{
		height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}
@media screen and (max-width:900px) {
	.huanying .center85{
		height: 70rem;
		white-space: nowrap;
		overflow: hidden;
	}
	.huanying p{
		animation: roll 15s linear infinite;
	}
	@keyframes roll{
		0%{
			transform: translateX(100%);
		}
		100%{
			transform: translateX(-100%);
		}
	}
	.guanbi{
		width: 100rem;
	}
	.navlist{
		padding-top: 160rem;
	}
	.navitem{
		height: 90rem;
	}
	.navitem>a{
		font-size: 48rem
	}
	.sousuo{
		width: 50rem;
	}
	.seashow{
		position: fixed;
		left: 0;
		top: 192rem;
		width: 100%;
	}
	.search{
		border-radius: 40rem;
	}
	.search input{
		height: 80rem;
	}
	.search img{
		width: 40rem;
	}
	.banner .imgs{
		height: 520rem;
		object-fit: cover;
	}
}
.indexyewu{
	width: 100%;
	padding-top: 114rem;
	padding-bottom: 233rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	background-image: url(../img/b1.png);
}

.indextitle{
	width: 100%;
	text-align: center;
}
.indextitle .flexcenter{
	justify-content: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CF000D;
}
.indextitle .ft40{
	margin: 0 20rem;
}
.indextitle .xian{
	width: 153rem;
	height: 1px;
	background: #CF000D;
}
.indextitle .ft16{
	width: 100%;
	margin-top: 20rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #535353;
}
.ywtplist{
	width: 100%;
	margin: 87rem 0;
	display: flex;
}
.ywtpitem{
	width: calc(100% / 6);
	padding: 40rem 0;
	background: #FFFFFF;
	border: 1px solid #E9E9E9;
	border-right: none;
	text-align: center;
	cursor: pointer;
}
.ywtpitem:last-child{
	border-right: 1px solid #E9E9E9;
}
.ywtpitem img{
	display: block;
	width: 25rem;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30rem;
}
.ywtplist .select{
	background: #CF000D;
}
.ywtplist .select .ig1{
	display: none;
}
.ywtplist .select p{
	color: #FFFFFF;
	opacity: 1;
}
.ywtplist .select .ig2{
	display: block;
}
.ywtpitem .ig2{
	display: none;
}
.ywtpitem .ft18{
	width: 100%;
	margin-bottom: 10rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.ywtpitem .ft12{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(104, 104, 104, .2);
	text-transform: uppercase;
}
.syywlist{
	width: 100%;
	align-items: flex-start;
	flex-wrap: wrap;
}
.syywitem:nth-child(4n){
	margin-right: 0;
}
.syywitem{
	width: calc(25% - 24rem);
	height: 400rem;
	margin-right: 32rem;
	margin-bottom: 32rem;
	position: relative;
}
.syywitem img{
	display: block;
	width: 100%;
	height: 400rem;
	/* height: auto; */
}
.syywitem:hover .syywshow{
	opacity: 1;
}
.syywshow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(207, 0, 13, .5);
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.syywitem .ft18{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FBFDFE;
	position: relative;
}
.syywitem .ft18::after{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -11rem;
	content: '';
	width: 31rem;
	height: 1px;
	background: #FCFCFD;
}
.inyoushi{
	width: 100%;
	padding-top: 130rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/b2.png);
}
.inyoushi .indextitle{
	margin-bottom: 90rem;
}
.inyoushi .indextitle .xian{
	background: #FFFFFF;
}
.inyoushi .indextitle .ft40,.inyoushi .indextitle .ft16{
	color: #FFFFFF;
}
.syyslist{
	width: 100%;
}
.syysitem:last-child{
	margin-right: 0;
}
.syysitem{
	width: 20%;
	margin-right: 6.66%;
	position: relative;
}
.syysbox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	padding-top: 153rem;
}
.syysitem:hover .syysbox{
	display: none;
}
.syysitem:hover .syysshow{
	opacity: 1;
}
.syysbox img{
	display: block;
	width: 50rem;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20rem;
}
.syysbox .dian::after{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	width: 26rem;
	height: 26rem;
	background: #CF000D;
	opacity: 0.2;
	border-radius: 50%;
}
.syysbox .dian{
	position: relative;
	margin: 0 auto;
	margin-bottom: 30rem;
	width: 11rem;
	height: 11rem;
	background: #CF000D;
	border-radius: 50%;
}
.syysbox .ft24{
	width: 100%;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.syysshow{
	width: 100%;
	min-height: 610rem;
	padding: 0 28rem;
	padding-top: 145rem;
	background: #CF000D;
	transition: .3s;
	opacity: 0;
}
.syysshow img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20rem;
	margin-bottom: 47rem;
}
.syysshow .ft24{
	width: 100%;
	margin-bottom: 35rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.syysshow .ft14{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24rem;
}

@media screen and (max-width:1280px) {
	.inyoushi .indextitle{
		margin-bottom: 35rem;
	}
	.syysbox{
		padding-top: 110rem;
	}
	.syysshow{
		width: 100%;
		min-height: 500rem;
		padding-top: 100rem;
	}
	.syysshow img{
		margin-bottom: 20rem;
	}
	.syysshow .ft24{
		margin-bottom: 10rem;
	}
}
@media screen and (max-width:900px) {
	.syyslist{
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.syysitem:nth-child(2n){
		margin-right: 0;
	}
	.syysitem{
		width: 48%;
		margin-right: 4%;
	}
	.syysbox{
		padding-bottom: 110rem;
	}
	.syysbox img{
		width: 90rem;
		margin-bottom: 40rem;
	}
	.syysbox .dian{
		width: 22rem;
		height: 22rem;
	}
	.syysbox .dian::after{
		width: 40rem;
		height: 40rem;
	}
	.syysshow{
		padding-bottom: 100rem;
	}
	.syysshow .ft14{
		line-height: 58rem;
	}
	
	.ywtplist{
		height: 300rem;
		overflow: auto;
		flex-flow: column wrap;
	}
	.ywtplist::-webkit-scrollbar{
		display: none;
	}
	.ywtpitem{
		width: 32%;
		height: 100%;
		padding: 40rem 0;
	}
	.ywtpitem img{
		width: 50rem;
	}
	.syywitem:nth-child(4n){
		margin-right: 32rem;
	}
	.syywitem:nth-child(2n){
		margin-right: 0;
	}
	.syywitem{
		width: calc(50% - 16rem);
		margin-bottom: 30rem;
	}
}

.indexabout{
	width: 100%;
	padding-top: 162rem;
	/* padding-bottom: 136rem; */
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url(../img/b3.png);
	overflow: hidden;
}
.indexabout>.center85{
	align-items: flex-start;
}
.xiaotitle{
	width: 100%;
	margin-bottom: 44rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CF000D;
}
.syableft{
	width: 52%;
	padding-right: 6.7%;
}
.syableft>.ft40{
	width: 100%;
	margin-bottom: 48rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #2A2A2A;
}
.syableft>div.ft14{
	width: 100%;
	margin-bottom: 119rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #595959;
	line-height: 36rem;
	/* overflow: hidden;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical */
}
.syablefthid {
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8; /* 这里是超出几行省略 */
	overflow: hidden;
}
.syavright{
	width: 48%;
	overflow: hidden;
	position: relative;
}
.syavright>img:hover{
	transform: scale(1.1);
}
.syavright img{
	display: block;
	width: 100%;
	height: auto;
	transition: .5s;
}
.syadright {
	width: 48%;
	height: 802rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.syadright > div {
	position: relative;
	height: 48%;
	overflow: hidden;
}
.syadright > div img {
	width: 100%;
	height: 100%;
	transition: .5s;
}
.syadright > div img:hover {
	transform: scale(1.1);
}
.syadright > div .shiping {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
}
.syadright > div .shiping img {
	width: 70rem;
    height: auto;
    margin-bottom: 48rem;
}
.syadright > div .shiping p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F8F8F8;
}

.aboutimg {
	margin: 0 130rem 40px;
	overflow: hidden;
}
.imgbox {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap
}
.imgbox::-webkit-scrollbar {
	display: none;
}
.itemimgs {
	width: 23.8%;
	display: inline-block;
	margin-right: 20px;
}

.numlist{
	width: 100%;
	margin-bottom: 54rem;
	justify-content: space-between;
}
.numitem{
	text-align: center;
}
.numitem img{
	width: auto;
	height: 31rem;
}
.numitem .ft14{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #595959;
}
.numitem .ft14 span{
	color: #DA242F;
}
.numitem .ft14.aa{
	color: #333333;
}
.chakan:hover{
	color: #CF000D;
	background: transparent;
	border: 1px solid #CF000D;
}
.chakan{
	margin-bottom: 20px;
	display: block;
	width: 172rem;
	height: 57rem;
	background: #CF000D;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 57rem;
	transition: .3s;
}
.syxwlist{
	width: 100%;
	margin-bottom: 50rem;
}
.syxwitem{
	width: 100%;
	padding: 23rem 0;
	border-bottom: 1px solid #E6E6E6;
}
.syxwitem .img{
	width: 212rem;
	height: 121rem;
	overflow: hidden;
	margin-right: 20rem;
}
.syxwitem:hover .img img{
	transform: scale(1.1);
}
.syxwitem .img img{
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
}
.syxwinfo{
	flex: 1;
}
.syxwitem:hover .ft18{
	color: #CF000D;
}
.syxwinfo .ft18{
	width: 100%;
	margin-bottom: 12rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.syxwinfo .ft14{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7E7E7E;
	line-height: 22rem;
}
.shiping{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .2);
	cursor: pointer;
}
.shiping img{
	width: 70rem;
	height: auto;
	margin-bottom: 48rem;
}
.shiping p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F8F8F8;
}
.videomask{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	padding-top: 10%;
	background: #000;
}
.videomask .guan{
	position: absolute;
	top: 20rem;
	right: 20rem;
	z-index: 99999;
	width: 80rem;
	height: auto;
	cursor: pointer;
}
.videomask>div,.videomask p,.videomask video{
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}
.fanhuitop{
	position: fixed;
	right: 65rem;
	bottom: 20%;
	z-index: 99;
	width: 55rem;
}
.fanhuitop img{
	display: block;
	width: 100%;
	height: auto;
}
.footer{
	width: 100%;
	background: #2A313B;
}
.footer>.center85{
	display: flex;
	padding: 92rem 0;
}
.footleft{
	width: 400rem;
	padding-bottom: 50rem;
}
.logo1{
	width: 204rem;
	margin-bottom: 45rem;
}
.logo1 img{
	display: block;
	width: 100%;
	height: auto;
}
.footbox{
	width: 100%;
	margin-bottom: 14rem;
}
.footbox img{
	width: 15rem;
	height: auto;
	margin-right: 10rem;
}
.footbox p{
	display: inline-block;
	flex: 1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.footlist{
	flex: 1;
	display: flex;
}
.footitem{
	flex: 1;
	border-left: 1px solid #60646A;
	position: relative;
}
.footitem::after{
	position: absolute;
	left: -1px;
	top: 0;
	content: '';
	width: 1px;
	height: 65rem;
	background: #CF000D;
}
.footitem a{
	display: block;
	width: 100%;
	text-align: center;
}
.footitem .ft18{
	margin-bottom: 40rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.footitem .ft16:hover{
	color: #FFFFFF;
}
.footitem .ft16{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAACB0;
	line-height: 30rem;
}

.footline{
	width: 100%;
	padding: 30rem 0;
	background: #000000;
}
.footline p{
	width: 100%;
	flex: 1;
}
.footline .ft14,.footline a{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #868686;
}
@media screen and (max-width:1500px) {
	.syableft{
		padding-right: 4%;
	}
}
@media screen and (max-width:1350px) {
	.syableft{
		padding-right: 2.5%;
	}
}
@media screen and (max-width:1200px) {
	.syableft{
		padding-right: 1%;
	}
}
@media screen and (max-width:1080px) {
	.indexabout>.center85{
		display: block;
	}
	.syableft{
		width: 100%;
		margin-bottom: 30rem;
		padding-right: 0;
	}
	.syavright{
		width: 100%;
	}
}
@media screen and (max-width:900px) {
	.syableft>div.ft14{
		line-height: 78rem;
	}
	.numitem img{
		height: 66rem;
	}
	.chakan{
		width: 280rem;
		height: 90rem;
		margin: 0 auto;
		line-height: 90rem;
	}
	
	.syxwitem .img{
		width: 300rem;
		height: 270rem;
	}
	.syxwinfo .ft14{
		line-height: 58rem;
	}
	.fanhuitop {
		width: 90rem;
	}
	.footer .center85{
		display: block;
	}
	.footleft{
		width: 100%;
	}
	.logo1{
		width: 40%;
	}
	.footbox{
		margin-bottom: 25rem;
	}
	.footbox img{
		width: 30rem;
	}
	.footlist{
		display: none;
	}
	.footline{
		text-align: center;
	}
	.footline .ft14, .footline a{
		line-height: 64rem;
	}
}
/* about.html--------------------------------------------- */
.daohang{
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 5rem 10rem 0 rgba(156,156,156,0.34);
	position: relative;
	z-index: 3;
}
.daohang .select{
	color: #FFFFFF;
	background: #E80014;
}
.dhnavs{
	width: 156rem;
	height: 55rem;
	text-align: center;
	line-height: 55rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333746;
	cursor: pointer;
}
.aboutnum{
	width: 100%;
	padding: 20rem 0;
	background: #E80014;
}
.aboutnum .numlist{
	margin-bottom: 0;
}
.aboutnum .numitem p,.aboutnum .numitem span{
	color: #FFFFFF !important;
}
.aboutother{
	width: 100%;
	padding: 68rem 0;
	background: #FFFFFF;
}
.abothbox{
	width: 33.33%;
	background: #F3F3F3;
	text-align: center;
}
.abothbox:nth-child(odd) .rt{
	display: none;
}
.abothbox:nth-child(even) .lt{
	display: none;
}
.abothbox img{
	display: block;
	width: 100%;
	height: 350rem;
}
.abothbox .abotxt{
	width: 100%;
	height: 350rem;
	padding: 0 10%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.abotxt .ft24{
	width: 100%;
	margin-bottom: 18rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #CF000D;
}
.abotxt .ft16{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #323232;
	line-height: 24rem;
}
.guanlitd{
	width: 100%;
	min-height: 400rem;
	padding-top: 72rem;
	padding-bottom: 110rem;
}
.gltdlist{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.gltditem:nth-child(3n){
	margin-right: 0;
}
.gltditem{
	width: calc(33.33% - 34rem);
	margin-right: 50rem;
	margin-bottom: 56rem;
	border-radius: 10rem;
	border: 1px solid #E9E9E9;
	cursor: pointer;
}
.gltditem:hover{
	box-shadow: 0 3rem 7rem 0 rgba(175,175,175,0.2);
}
.gltditem:hover .ft16{
	color: #E80014;
}
.gltditem:hover .img img{
	transform: scale(1.1);
}
.gltditem .img{
	width: 100%;
	height: 368rem;
	overflow: hidden;
	border-radius: 10rem 10rem 0 0;
}
.gltditem .img img{
	width: 100%;
	height: 100%;
	display: block;
	transition: .3s;
}
.gltditem .ft16{
	width: 100%;
	padding: 23rem 0;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #474646;
}
.pagelist{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagelist .select{
	color: #FFFFFF;
	background: #E80014;
	border-color: #E80014;
}
.pagelist .disa{
	cursor: not-allowed;
}
.pageitem:last-child{
	margin-right: 0;
}
.pageitem{
	padding: 6rem 12rem;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	margin-right: 9rem;
}

.fazhanlc{
	width: 100%;
	padding-top: 70rem;
	padding-bottom: 60rem;
	background: #FAFAFA;
}
.fazhanlc>div{
	width: 100%;
	background-position: bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url(../img/b5.png);
}
.fzlclist{
	width: 100%;
	padding-top: 84rem;
}
.fzlcitem{
	width: 100%;
	padding: 30rem 10rem;
	background: transparent;
}
.fzlcitem:hover{
	box-shadow: 0 3rem 7rem 0 rgba(156,156,156,0.34);
}
.fzlcitem:nth-child(odd){
	background: #ECECEC;
}
.fzlcitem .flexcenter{
	margin-bottom: 10rem;
}
.fzlcitem .flexcenter:last-child{
	margin-bottom: 0;
	border-left: 1px solid #A4A4A4;
	padding-left: 26rem;
}
.fzlcitem img{
	width: 14rem;
	height: auto;
	margin-right: 15rem;
}
.fzlcitem .ft24{
	flex: 1;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #CF000D;
}
.fzlcitem .ft18{
	flex: 1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 36rem;
}
.horllist{
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.horitem:nth-child(4n){
	margin-right: 0;
}
.horitem{
	width: calc(25% - 67rem);
	margin-right: 89rem;
	margin-bottom: 70rem;
	padding: 20rem;
	background: #F6F6F6;
	border-radius: 10rem;
	overflow: hidden;
}
.horitem:hover .ft16{
	color: #E80014;
}
.horitem:hover .img{
	transform: scale(1.1);
}
.horitem .img{
	width: 100%;
	height: 225rem;
	margin-bottom: 20rem;
	transition: .3s;
}
.horitem .img img{
	display: block;
	width: 100%;
	height: 100%;
}
.horitem .ft16{
	width: 100%;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #767676;
}
.popupmask{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	overflow-y: auto;
	overflow-x: hidden;
}
.popupmain{
	position: relative;
	top: 10%;
	margin: 0 auto;
	width: 50%;
	background: #FFFFFF;
}
.popupmain .guan{
	position: absolute;
	top: -50rem;
	right: -50rem;
	width: 63rem;
	height: auto;
	cursor: pointer;
}
.popupmain .imgs{
	display: block;
	width: 100%;
	height: auto;
}
.popupmain .flexcenter{
	padding: 14rem 18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #474646;
}
.popupmain .flexcenter img{
	width: 30rem;
	height: auto;
	cursor: pointer;
}
.popupmain .ft16{
	flex: 1;
	text-align: center;
}

@media screen and (max-width:900px) {
	.daohang>.center85{
		overflow: auto;
		display: block;
		white-space: nowrap;
	}
	.daohang>.center85::-webkit-scrollbar{
		display: none;
	}
	.dhnavs{
		display: inline-block;
		width: 240rem;
		height: 90rem;
		line-height: 90rem;
	}
	.gltdlist{
		display: block;
	}
	.gltditem{
		width: 100%;
		margin-right: 0;
	}
	.gltditem .img{
		height: 670rem;
	}
	.aboutimg {
		width: 100%;
		padding: 68rem 0;
		margin: 0;
		background: #FFFFFF;
	}
	.imgbox {
		white-space: normal;
	}
	.itemimgs {
		display: block;
		width: 100%;
	}
	.aboutother>.center85{
		display: block;
	}
	.abothbox{
		width: 100%;
	}
	.abothbox .rt{
		display: none !important;
	}
	.abothbox .lt{
		display: block !important;
	}
	.abothbox img,.abothbox .abotxt{
		height: 600rem;
	}
	.abotxt .ft16{
		line-height: 58rem;
	}
	.horitem:nth-child(4n){
		margin-right: 40rem;
	}
	.horitem:nth-child(2n){
		margin-right: 0;
	}
	.horitem{
		width: calc(50% - 20rem);
		margin-right: 40rem;
		margin-bottom: 40rem;
	}
	.horitem .img{
		height: 338rem;
	}
	.fzlcitem img{
		width: 20rem;
	}
	.fzlcitem .ft18{
		line-height: 60rem;
	}
	.popupmain{
		top: 16%;
		width: 85%;
	}
	.popupmain .guan{
		width: 80rem;
	}
	.popupmain .flexcenter img{
		width: 60rem;
	}
}
/* 业务领域 */
.guanlitd .syywlist{
	margin-bottom: 50rem;
}
.guanlitd .syywitem{
	margin-bottom: 34rem;
}
.ywlydet{
	width: 100%;
	padding-top: 70rem;
	padding-bottom: 40rem;
	background: #FFFFFF;
}
.ywlymain{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.ywlymain>img{
	width: 531rem;
	height: auto;
	margin-right: 6.7%;
}
.ywlyright{
	flex: 1;
	min-height: 480rem;
	padding-bottom: 30rem;
	position: relative;
}
.ywlyright h1{
	width: 100%;
	padding-bottom: 35rem;
	border-bottom: 3rem solid #E3E3E3;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.ywlytxt{
	width: 100%;
	padding-top: 40rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6B6B6B;
	line-height: 30rem;
}
.fwrxsjh{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.fwrxsjh img{
	width: 26rem;
	height: auto;
	margin-right: 9rem;
}
.fwrxsjh p{
	flex: 1;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6B6B6B;
}
.fwrxsjh span{
	color: #E80014;
}
.ywxqtitle{
	width: 100%;
	margin-bottom: 20rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E80014;
}
.ywlydetail{
	width: 100%;
	padding: 60rem 0;
	margin-bottom: 60rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6B6B6B;
	line-height: 36rem;
}
.ywlydetail .txt,.ywlytxt .txt{
	width: 100%;
	margin-bottom: 20rem;
}
.shangxia{
	width: 100%;
	justify-content: space-between;
}
.shangxia .sxbox1{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #303030;
}
.shangxia .sxbox a,.shangxia .sxbox{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E80014;
	cursor: pointer;
}
/* xitong.html----------------------------------------------- */
.xtfwlist{
	width: 100%;
	flex-wrap: wrap;
	align-items: flex-start;
}
.xtfwitem:nth-child(4n){
	margin-right: 0;
}
.xtfwitem{
	width: calc(25% - 16rem);
	background: #F6F6F6;
	margin-right: 20rem;
	border-radius: 10rem;
	margin-bottom: 40rem;
	transition: .3s;
	border-bottom: 3rem solid transparent;
}
.xtfwitem:hover{
	border-radius: 10rem 10rem 0 0;
	border-color: #E80014;
}
.xtfwitem:hover .img img{
	transform: scale(1.1);
}
.xtfwitem .img{
	width: 100%;
	padding: 6rem;
	overflow: hidden;
}
.xtfwitem .img img{
	display: block;
	width: 100%;
	height: 245rem;
	transition: .3s;
}
.xtfwitem .ft18{
	width: 100%;
	padding: 30rem 0;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2A2A2A;
}
/* news.html-------------------------------------------- */
.newsmain{
	width: 100%;
	padding-top: 70rem;
	padding-bottom: 150rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	background-image: url(../img/b6.png);
}
.newlist{
	width: 100%;
	margin-bottom: 100rem;
}
.newsone{
	width: 100%;
	padding: 24rem 20rem;
	background: #FAFAFA;
	align-items: flex-start;
}
.newsone .newright{
	padding: 34rem 0;
	padding-right: 50rem;
}
.newsone .newright h2{
	margin-bottom: 49rem;
}
.newsone .newright>div.ft16{
	margin-bottom: 22rem;
}
.newsone .chakan{
	margin-top: 30rem;
}
.newitem{
	width: 100%;
	padding: 30rem 0;
	border-bottom: 1rem solid #E5E5E5;
}
.newitem:hover .xwtime{
	background: #E80014;
}
.newitem:hover .xwtime p{
	color: #FFFFFF;
}
.xwimgs{
	width: 521rem;
	height: 348rem;
	margin-right: 80rem;
}
.xwimgs img{
	display: block;
	width: 100%;
	height: 100%;
}
.xwtime{
	width: 109rem;
	padding: 30rem 0;
	margin-right: 40rem;
	background: #F4F4F4;
	text-align: center;
	transition: .3s;
}
.xwtime .ft24{
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #606060;
	margin-bottom: 18rem;
}
.xwtime .ft18{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606060;
}
.newright{
	flex: 1;
	padding-right: 100rem;
}
.newitem:hover .newright h2,.newsone:hover .newright h2{
	color: #E80014;
}
.newright h2{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #383838;
}
.xwsj{
	width: 100%;
	margin: 15rem 0;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606060;
}
.xwsj img{
	width: 20rem;
	height: 20rem;
	margin-right: 10rem;
}
.newright>div.ft16{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606060;
	line-height: 30rem;
}
.newitem .rtj{
	width: 38rem;
	height: auto;
}
.newsxqbox{
	width: 100%;
	padding: 48rem;
	margin-bottom: 34rem;
	background: rgba(250, 250, 250, .8);
}
.newstitle{
	width: 100%;
	padding-top: 12rem;
	padding-bottom: 28rem;
	text-align: center;
	border-bottom: 1px solid #E1E1E1;
}
.newstitle .ft20{
	width: 100%;
	margin-bottom: 20rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.newstitle .ft16{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #606060;
}
.newsdets{
	width: 100%;
	padding: 30rem 0;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #595959;
	line-height: 36rem;
}

@media screen and (max-width:900px) {
	.ywlymain{
		display: block;
	}
	.ywlymain>img{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30rem;
	}
	.ywlytxt{
		line-height: 68rem;
	}
	.fwrxsjh{
		position: static;
	}
	.fwrxsjh img{
		width: 40rem;
	}
	.ywlydetail{
		line-height: 78rem;
	}
	.xtfwitem:nth-child(4n){
		margin-right: 20rem;
	}
	.xtfwitem:nth-child(2n){
		margin-right: 0;
	}
	.xtfwitem{
		width: calc(50% - 10rem);
	}
	.xtfwitem .img img{
		height: 300rem;
	}
	.shangxia{
		display: block;
	}
	.shangxia .sxbox{
		margin-bottom: 30rem;
	}
	.newsone{
		display: block;
	}
	.newsone .xwimgs{
		width: 100%;
		height: auto;
	}
	.xwtime{
		width: 140rem;
		padding: 50rem 0;
	}
	.newright{
		padding: 0;
	}
	.newright>div.ft16{
		line-height: 62rem;
	}
	.newsdets{
		line-height: 68rem;
	}
}
/* partner.html-------------------------------------- */
.partner{
	width: 100%;
	padding-top: 80rem;
	padding-bottom: 130rem;
}
.partner>.center85{
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url(../img/b7.png);
}
.parlist{
	width: 100%;
	padding-top: 108rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.paritem:nth-child(5n),.paritem:last-child{
	margin-right: 0;
}
.paritem{
	width: calc(20% - 37rem);
	height: 105rem;
	margin-bottom: 105rem;
	padding: 20rem 0;
	margin-right: 46rem;
	background: #FFFFFF;
	box-shadow: 0 3rem 7rem 0 rgba(175,175,175,0.2);
	border-radius: 53rem;
}
.paritem img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* contact.html----------------------------------------- */
.lxwmlist{
	width: 100%;
	margin-bottom: 140rem;
}
.lxwmitem:last-child{
	margin-right: 0;
}
.lxwmitem{
	width: 26%;
	margin-right: 11%;
	text-align: center;
}
.lxwmitem img{
	width: auto;
	height: 50rem;
	margin-bottom: 30rem;
}
.lxwmitem .ft26{
	width: 100%;
	margin-bottom: 20rem;
	font-family: FZDHTJW;
	font-weight: bold;
	color: #33383E;
}
.lxwmitem .ft20{
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #33383E;
	line-height: 30rem;
}
.contitle{
	width: 100%;
	margin-bottom: 86rem;
	text-align: center;
}
.contitle h1{
	width: 100%;
	margin-bottom: 28rem;
	font-family: FZDHTJW;
	font-weight: bold;
	color: #4D4D4D;
}
.contitle p{
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.contform{
	width: 100%;
}
.continput{
	width: 100%;
	margin-bottom: 13rem;
}
.contbox:last-child{
	margin-right: 0;
}
.contbox{
	flex: 1;
	width: 100%;
	padding: 0 15rem;
	margin-right: 24rem;
	background: #F4F4F4;
	border: 1px solid #E6E6E6;
}
.contbox span{
	color: #A12327;
}
.contbox input{
	flex: 1;
	padding-left: 5rem;
	height: 60rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.contbox .ft16::placeholder{
	font-size: 16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.contbox textarea{
	width: 100%;
	height: 174rem;
	padding: 16rem 0;
	resize: none;
}
.tijiao{
	width: 100%;
	padding: 20rem 0;
	text-align: center;
	background: #E80014;
	border: 1px solid #E6E6E6;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}

.left {
	width: 23.1%;
}

@media screen and (max-width:900px) {
	.paritem:nth-child(5n),.paritem:last-child{
		margin-right: 46rem;
	}
	.paritem:nth-child(2n){
		margin-right: 0;
	}
	.paritem{
		width: calc(50% - 24rem);
		height: 130rem;
		border-radius: 65rem;
	}
	
	.lxwmlist{
		display: block;
	}
	.lxwmitem{
		width: 100%;
		margin-bottom: 80rem;
	}
	.lxwmitem .ft20{
		line-height: 78rem;
	}
	.continput{
		display: block;
		margin-bottom: 0;
	}
	.contbox{
		margin-right: 0;
		margin-bottom: 20rem;
	}
	.contbox input{
		padding-left: 5rem;
		height: 100rem;
	}
	.contbox .ft16::placeholder{
		font-size: 36rem;
	}
	.contbox textarea{
		height: 260rem;
	}
}



