body {
	font-size: .24rem;
	max-width: 750px;
	margin: 0 auto;
	overflow-x: hidden;
}

body,
th,
td,
input,
select,
textarea,
button {
	font-size: .24rem;
}

.p0-20 {
	padding: 0 .2rem;
}

.logo {
	font-size: .3rem;
}

.logo img {
	height: .64rem;
}

header {
	height: .8rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
}

header img {
	height: .24rem;
}

.menu img {
	height: .27rem;
	margin-left: .38rem;
}

.pagination{padding:28px 0; text-align:center;}

.pagination li{border-radius:3px; border:1px solid #dfdfdf;display:inline-block;margin:0 2px;width:38px}

.pagination .active{background:#e60012; color:#FFF; border-color:#e60012; margin:0 2px;}

.pagination .disabled{color:#aaa;}

.pagination a{ border-radius:3px;display:inline-block; padding:5px 12px;}

.pagination span{border-radius:3px;display:inline-block;padding:5px 12px;}

.heard-add {
	padding: .20rem .15rem;
	background: #fff;
	position: absolute;
	border-radius: .1rem;
	top: .8rem;
	left: .2rem;
	z-index: 999;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
	display: none;
}

.heard-add a {
	border: 1px solid #e5e5e5;
	display: block;
	margin-bottom: .1rem;
	font-size: .26rem;
	height: .5rem;
	line-height: .5rem;
	padding: 0 .3rem;
	border-radius: 8px;
	text-align: center;
}

.heard-add a:hover,
.heard-add a.on {
	background: #e60012;
	color: #fff;
}

.heard-search {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 1.4rem;
	position: absolute;
	top: .8rem;
	left: 0;
	z-index: 999;
	display: none;
}

.headSearch {
	width: 7.1rem;
	margin: .35rem auto;
}

.headSearch select {
	border: 1px solid #f8f8f8;
	background: #f8f8f8;
	width: 1.9rem;
	height: .7rem;
	font-size: .24rem; padding: 0 .2rem;
	/* border-left: .2rem solid #f8f8f8;
	border-right: .2rem solid #f8f8f8; */
}

.headSearch .text {
	width: 4.2rem;
	height: .7rem;
	font-size: .24rem;
	padding-left: .2rem;
}

.headSearch .sub {
	width: .7rem;
	height: .7rem;
	background: url(../images/input-search.png) no-repeat center center #fff;
}

.navbox {
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.6);
}

.nav {
	width: 3rem;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.navlogo {
	height: 1.19rem;
}

.navlogo img {
	height: .7rem;
}

.nav ul {
	height: calc(100vh - 1.19rem);
}

.nav ul li:first-child {
	border-top: 1px solid #e5e5e5;
}

.nav ul li {
	height: calc(100% / 12);
	padding-left: .3rem;
}

.nav ul li a {
	display: flex;
	border-bottom: 1px dashed #e5e5e5;
	align-items: center;
	height: 100%;
	font-size: .26rem;
}

.nav ul li:last-child a {
	border: none
}

#sitecontent {
	transition: all 0.4s;
}

body.open #sitecontent {
	transform: translate3d(-3rem, 0, 0);
	-webkit-transform: translate3d(-3rem, 0, 0);
	box-shadow: inset -5px 0px 15px rgb(0 0 0 / 0.1);
}

#sitecontent {
	background: #fff;
	z-index: 1;
	position: relative;
	min-height: 100vh;
	/* height: 100%; */
	/*  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.6); */
}


.nav-img {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
	padding: .1rem 0;
	line-height: 3;
}

.nav-img img {
	height: 0.5rem;
	/*filter: drop-shadow(0 0 .1rem rgba(230, 0, 18, .4));*/
	
}


.index-input .tit h2 {
	font-size: .36rem;
}

.index-input .tit {
	color: #555555;
	padding: .2rem 0;
}

.index-input input {
	background: #f8f8f8;
	height: .75rem;
	border: 1px solid #e5e5e5;
	width: 100%;
	border-radius: 5px;
	margin-bottom: .15rem;
	line-height: .75rem;
	padding-left: .63rem;
}

.index-input .input1 {
	background: url(../images/input-name.png) no-repeat left .25rem center #f8f8f8;
	background-size: auto .24rem;
}

.index-input .input2 {
	background: url(../images/input--phone.png) no-repeat left .25rem center #f8f8f8;
	background-size: auto .24rem;
}

.index-input .input3 {
	background: url(../images/input-area.png) no-repeat left .25rem center #f8f8f8;
	background-size: auto .24rem;
}

.index-input button {
	border-radius: 5px;
	background: #919191;
	width: 3.5rem;
	height: .75rem;
	text-align: center;
	line-height: .75rem;
	color: #fff;
}

.index-input a {
	border-radius: 5px;
	background: #919191;
	width: 3.5rem;
	height: .75rem;
	text-align: center;
	line-height: .75rem;
	color: #fff;
}

.index-input .color-6 {
	line-height: 3;
}

#announcement {
	padding-right: .3rem;
	width: 100%;
	height: .8rem;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: url(../images/gg.png) no-repeat center left .23rem;
	padding-left: .75rem;
}

#announcement .swiper-slide {
	line-height: .8rem;
}

.index-tit {
	padding: .2rem 0;
}

.index-tit a h2 {
	font-size: .4rem;
	line-height: 1.6;
}

.index-tit a div {
	width: 5.37rem;
	line-height: 1.2;
}

.index-tabs {
	width: 100%;
	height: .8rem;
	line-height: .5rem;
	white-space: nowrap;

	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-overflow-scrolling: touch;

	box-sizing: border-box;
}

.index-tabs::-webkit-scrollbar {
	display: none;
}

.index-tabs span {
	padding-right: .4rem;
	font-size: .28rem;
	position: relative;
}

.index-tabs span.active::after {
	display: block;
	content: '';
	background: #e60012;
	width: calc(100% - .4rem);
	height: 2px;
	position: absolute;
	bottom: -.1rem;
	left: 0;
}

.tab-con li {
	display: none;
	width: 100%;
}

.tab-con li.on {
	display: block;
}

.tab-con li .swiper-slide {
	width: 100%;
	padding-bottom: .5rem;
}

.tab-con li .swiper-slide .txt {
	padding: .2rem;
	border: 1px solid #e5e5e5;
	border-top: none;
	line-height: 1.8;
}

.tab-con li .swiper-slide .txt h2 {
	font-size: .3rem;
}

.tab-con li .swiper-slide .txt h6 {
	font-size: .24rem;
}

.tab-con li .swiper-pagination-bullet,
.index-tyg .swiper-pagination-bullet,
.index-team .swiper-pagination-bullet {
	width: .12rem;
	height: .12rem;
	opacity: 1;
	background: #aaa;
	margin: 0 6px;
}

.index-tyg .swiper-pagination-bullet-active,
.tab-con li .swiper-pagination-bullet-active,
.index-team .swiper-pagination-bullet-active {
	background: #e60012;
	width: .4rem;
	border-radius: .8rem;
}

.tab-con li .swiper-pagination,
.index-team .swiper-pagination {
	bottom: 0;
}

.open-money {
	margin: .2rem;
	font-size: .28rem;
	height: .71rem;
	border-radius: .4rem;
}

.open-money img {
	height: .3rem;
}

.index-team .swiper-slide .img img {
	border-radius: 10px;
}

.index-team .swiper-slide .img div {
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	align-items: flex-end;
	background-image: linear-gradient(rgb(0 0 0 / 0%), #0000008a);
	color: #fff;
	width: 100%;
	padding: .2rem;
	font-size: .3rem;
}

.index-team .swiper-slide .img div span {
	font-size: .24rem;
	opacity: .7;
	margin-left: .2rem;
}

.index-team .swiper-slide .txt {
	padding: .20rem 0 .6rem;
}

.index-hot ul {
	display: grid;
	grid-gap: .2rem;
	grid-template-columns: repeat(2, 1fr);
}

.index-hot ul li .img span {
	background: #c69c4e;
	color: #fff;
	position: absolute;
	top: 0;
	left: .15rem;
	z-index: 2;
	line-height: 1.2;
	width: .8rem;
	height: .8rem;
	border-radius: 0 0 .5rem .5rem;
}

.index-hot ul li .img div {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: .5rem;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
	color: #fff;
}

.index-hot ul li .txt {
	color: #555;
	background: #f8f8f8;
	height: .7rem;
}

.index-tyg .swiper-container {
	width: 100%;
}

.index-tyg .swiper-slide .img span {
	position: absolute;
	top: 0;
	right: .3rem;
}

.index-tyg .swiper-slide .txt {
	padding: .2rem;
	height: 1.27rem;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	line-height: 1.8;
}

.index-tyg .swiper-slide .txt h2 {
	font-size: .32rem;
}

.index-tyg .swiper-slide .txt a {
	width: 1.35rem;
	height: .5rem;
	background: #c69c4e;
	color: #fff;
}

.index-tyg .swiper-pagination {
	bottom: 1.5rem;
}

.index-tyg .swiper-pagination-bullet {
	background: #fff;
}

.index-tyg .swiper-pagination-bullet-active {
	background: #e60012;
}

.index-news ul li {
	border: 1px solid #e5e5e5;
	margin-bottom: .28rem;
}

.index-news ul li .img {
	width: 2.2rem;
}

.index-news ul li .txt {
	width: calc(100% - 2.4rem);
	line-height: 2;
}

.index-news ul li .txt div:last-child {
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6;
}

footer {
	background: #f5f5f5;
	text-align: center;
	padding: .35rem 0;
	line-height: 1.8;
}

.bot-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 56;
	border-top: 1px solid #e5e5e5;
	height: 1rem;
}

.bot-nav a {
	width: 25%;
	padding-top: .6rem;
	text-align: center;
	padding-bottom: .1rem;
}

.bot-nav a:nth-child(1) {
	background: url(../images/bottom-nav1.png) no-repeat center top .15rem;
	background-size: auto .35rem;
}

.bot-nav a:nth-child(2) {
	background: url(../images/bottom-nav2.png) no-repeat center top .15rem;
	background-size: auto .35rem;
}

.bot-nav a:nth-child(3) {
	background: url(../images/bottom-nav3.png) no-repeat center top .15rem;
	background-size: auto .35rem;
}

.bot-nav a:nth-child(4) {
	background: url(../images/bottom-nav4.png) no-repeat center top .15rem;
	background-size: auto .35rem;
}

.bot-nav a:nth-child(1):hover,
.bot-nav a:nth-child(1).on {
	background: url(../images/bottomhover-nav1.png) no-repeat center top .15rem;
	color: #e60012;
	background-size: auto .35rem;
}

.bot-nav a:nth-child(2):hover,
.bot-nav a:nth-child(2).on {
	background: url(../images/bottomhover-nav2.png) no-repeat center top .15rem;
	color: #e60012;
	background-size: auto .35rem;
}

.bot-nav a:nth-child(3):hover,
.bot-nav a:nth-child(3).on {
	background: url(../images/bottomhover-nav3.png) no-repeat center top .15rem;
	color: #e60012;
	background-size: auto .35rem;
}

.bot-nav a:nth-child(4):hover,
.bot-nav a:nth-child(4).on {
	background: url(../images/bottomhover-nav4.png) no-repeat center top .15rem;
	color: #e60012;
	background-size: auto .35rem;
}



.custom {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.customBox {
	position: absolute;
	width: 7.1rem;
	left: 50%;
	top: 50%;
	height: 7.3rem;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.customBox .close {
	width: .4rem;
	height: .4rem;
	position: absolute;
	right: .25rem;
	top: .2rem;
}

.customBoxDivTit {
	line-height: 2;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.customBoxDivTit h2 {
	font-size: .32rem;
}

.customBoxDivTian {
	width: 6rem;
	margin: 0 auto;
}

.customBoxDivTianLi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .2rem;
}

.customBoxDivTianLi .customBoxDivTianLiCont {
	width: 1.3rem;
	white-space: nowrap;
}

.customBoxDivTianLi .customBoxDivTianLiTent {
	width: calc(100% - 1.3rem);
}

.customBoxDivTianLi .customBoxDivTianLiTent input {
	border: 1px solid #e5e5e5;
	width: 100%;
	height: .8rem;
	padding-left: .25rem;
}

.customBoxDivTianOn .sub {
	width: 100%;
	height: .8rem;
	color: #fff;
	margin-bottom: .2rem;
}

.customBoxDivExe {
	color: #aaa;
}

.cash {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.cashBox {
	position: absolute;
	width: 7.1rem;
	left: 50%;
	top: 50%;
	height: 5.6rem;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.cash .close {
	width: .4rem;
	height: .4rem;
	position: absolute;
	right: .25rem;
	top: .2rem;
}

.cashBoxDivMing {
	margin: .35rem 0;
}

.cashBoxDivMing h2 {
	font-size: .32rem;
}

.cashBoxDivMing p {
	color: #e60012;
	margin-top: .2rem;
}

.cashBoxDivMing h3 {
	font-size: .24rem;
	margin-top: .35rem;
	font-weight: bold;
}

.cashBoxDiv {
	width: 6.2rem;
	margin: 0 auto;
}

.cashBox ul {
	display: grid;
	grid-gap: .15rem .65rem;
	grid-template-columns: repeat(2, 1fr);
}

.cashBox ul span {
	color: #e60012;
	width: 1.2rem;
	text-align: center;
	display: inline-block;
}

.cashBox input {
	border: 1px solid #aaaaaa;
	width: 2.89rem;
	height: .75rem;
	padding-left: .25rem;
	margin-top: .3rem;
}

.cashBox input.sub {
	color: #fff;
	width: 100%;
	height: .75rem;
	border: none;
}

/* 精选案例 */
.tagBox {
	background: #f8f8f8;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.tagBox .box {
	width: 20%;
}

.tagBox .box h3 {
	height: .6rem;
	width: 100%;
}

.tagBox .box h3 span {
	width: .18rem;
	height: .06rem;
	background: url(../images/i_con.png) no-repeat center center;
	background-size: cover;
}

.tagBox .box ul {
	background: #fff;
	padding: .2rem;
	width: 100vw;
	grid-gap: .16rem;
	grid-template-columns: repeat(3, 1fr);
	display: none;
	position: absolute;
	left: 0;
	top: .6rem;
	z-index: 30;
}

.tagBox .box ul a {
	background: #f8f8f8;
	text-align: center;
	line-height: .65rem;
}

.tagBox .box ul a.cur {
	background: #e60012;
	color: #fff;
}

.tagBox .tap ul {
	display: grid;
}

.tagBox .tap h3 {
	color: #e60012;
}

.tagBox .tap h3 span {
	background: url(../images/i_con-red.png.png) no-repeat center center;
	background-size: cover;
}

.nei-search {
	border: 1px solid #e5e5e5;
	margin: .3rem 0;
	height: .7rem;
	line-height: .7rem;
	border-radius: .4rem;
}

.nei-search .txt {
	height: .7rem;
	width: calc(100% - .7rem);
	padding-left: .25rem;
}

.nei-search .img {
	background: url(../images/heard-search.png) no-repeat center center;
	height: .7rem;
	width: .7rem;
	background-size: .24rem .24rem;
}

.casellist {}

.casellist li .img {
	border-radius: .1rem .1rem 0 0;
	overflow: hidden;
}

.casellist li .img .bg {
	height: .8rem;
	background-image: linear-gradient(rgb(0 0 0 / 0%), #0000008a);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 .2rem;
}

.casellist li .img .left img {
	width: .6rem;
	height: .6rem;
	border-radius: 50%;
	margin-right: .12rem;
	object-fit: cover;
}

.casellist li .img .left h2 {
	font-size: .28rem;
}

.casellist li .img .left span {
	opacity: .6;
	font-size: .24rem;
}

.casellist li .img .right {
	border: 1px solid #fff;
	width: 1.5rem;
	height: .4rem;
	font-size: .20rem;
	border-radius: .3rem;
}

.casellist li .txt {
	padding: .3rem 0;
	line-height: 1.5;
}

.casellist li .txt h2 {
	font-size: .3rem;
}

.casellist li .txt span {
	width: 2.2rem;
	height: .54rem;
	color: #fff;
	border-radius: .08rem;
	margin-left: 0.7em;
}

.casellist img {
	width: 100%;
}

.more {
	width: 100%;
	height: .58rem;
	border: 1px solid #e5e5e5;
	border-radius: .4rem;
	margin: .3rem 0;
}

/* 精品案例详情 */
.case-ban .txt {
	position: absolute;
	bottom: 0;
	margin: 0 .2rem;
	background: rgba(255, 255, 255, 0.9);
	width: calc(100% - .4rem);
	padding: .25rem 0;
	line-height: 2;
	border-radius: .2rem .2rem 0 0;
}

.case-ban .txt div:first-child {
	font-size: .3rem;
}

.alxx {
	line-height: 2;
}

.alxx h1 {
	font-size: .38rem;
}

.alxx ul {}

.alxx ul li {
	float: left;
	width: 50%;
	color: #000;
}

.alxx ul li span:first-child {
	color: #666666;
	display: inline-block;
}

.case-sej {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: .2rem 0;
	margin: .2rem 0;
}

.case-sej img {
	border-radius: 50%;
	object-fit: cover;
	width: 1.1rem;
	height: 1.1rem;
}

.case-sej figure {
	padding: 0;
	margin: 0;
	line-height: 2;
	margin-left: .15rem;
}

.case-sej figure h1 {
	font-size: .3rem;
}

.case-sej figure h1 span {
	color: #e60012;
	font-size: .24rem;
}

.case-sej .tanSjs {
	color: #fff;
	width: 1.3rem;
	height: 0.6rem;
}

.case-info h1 {
	font-size: .38rem;
}

.case-info .info {
	line-height: 2;
	margin-top: .15rem;
}

.case-info img {
	margin: 5px 0;
}

.casepage {
	padding: .35rem 0;
	border-bottom: 1px solid #e5e5e5;
}

.casepage a {
	width: 50%;
	text-align: center;
}

.seeother {
	padding: .3rem 0;
}

.seeother h1 {
	font-size: .3rem;
}

.seeother ul li {
	padding: .12rem;
	border: 1px solid #e5e5e5;
	margin-top: .18rem;
}

.seeother ul li .img {
	width: 2.2rem;
}

.seeother ul li .img img {
	width: 2rem;
	height: 1.30rem;
	object-fit: cover;
}

.seeother ul li .txt {
	width: calc(100% - 2.2rem);
	line-height: 2.2;
}

.seeother ul li .txt div:nth-child(1) {
	font-size: .28rem;
}

.seeotherMore {
	width: 100%;
	height: .7rem;
	margin: .3rem 0 0;
}

.caseBtn {
	height: 1rem;
	font-size: .3rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 85;
}

.caseBtn a {
	flex: 1;
	height: 1rem;
}

.caseBtn a img {
	height: .3rem;
}

/* 设计团队 */
.teamlist li {
	padding: .2rem;
	box-shadow: 0 0 .08rem rgba(0, 0, 0, 0.1);
	border-radius: .1rem;
	margin-bottom: .3rem;
}

.teamlist li .img {
	width: 2.4rem;
}

.teamlist li .img img {
	width: 2.2rem;
	border-radius: 8px;
}

.teamlist li .txt {
	width: calc(100% - 2.4rem);
}

.teamlist li .txt h1 {
	font-size: .34rem;
	align-items: flex-end;
}

.teamlist li .txt h1 em {
	font-size: .24rem;
	font-weight: normal;
	margin-left: .2rem;
}

.teamlist li .txt p {
	line-height: 2;
}

.teamlist li .txt  a,.teamlist li .txt span{
	width: 2rem;
	height: .56rem;
	border-radius: .3rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.p25-20 {
	padding: .25rem .2rem;
}

.p20-0 {
	padding: .2rem 0;
}

.sjs1 .img {
	width: 2.8rem;
}

.sjs1 .img img {
	width: 2.5rem;
}

.sjs1 .img span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: .85rem;
}

.sjs1 .txt {
	width: calc(100% - 2.8rem);
}

.sjs1 .txt h1 {
	font-size: .32rem;
}

.sjs1 .txt h1 em {
	color: #e60012;
	font-size: .24rem;
	font-weight: normal;
	margin-left: .1rem;
}

.sjs1 .txt dl {
	align-items: flex-start;
	line-height: 2;
}

.sjs1 .txt dl dt {
	white-space: nowrap;
	color: #666;
}

.line-height {
	line-height: 2;
}

.sjs2 {
	padding: .2rem 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.sjs2 h1 {
	font-size: .3rem;
	position: relative;
	padding-bottom: .08rem;
	margin-bottom: .12rem;
}

.sjs2 h1::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: .02rem;
	width: .62rem;
	background: #e60012;
}

.sjs3 h1 {
	font-size: .36rem;
}

.sjs3 dl {
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	padding: .2rem;
	margin-top: .2rem;
}

.sjs3 dl dt {
	width: 2.88rem;
}

.sjs3 dl dt img {
	width: 2.6rem;
}

.sjs3 dl dd {
	width: calc(100% - 2.88rem);
}

.sjs3 dl dd div:nth-child(1) {
	font-size: .32rem;
}

.sjs3 dl dd div:nth-child(2) {
	margin: .2rem 0;
}

.sjs3 dl dd div:nth-child(3) {
	width: 1.6rem;
	height: .5rem;
	border-radius: .1rem;
}

.team-tabs {
	width: 100%;
	height: .8rem;
	background: #f8f8f8;
}

.team-tabs a {
	width: 33.3%;
	text-align: center;
	position: relative;
	height: .8rem;
	line-height: .8rem;
	transition: all .3s;
}

.team-tabs a.active {
	color: #e60012;
	transform: scale(1.12);
}

/* font-size: .34rem; */
.team-tabs a.active::before {
	content: '';
	display: block;
	width: .3rem;
	height: .04rem;
	position: absolute;
	bottom: 0.05rem;
	left: 50%;
	margin-left: -.15rem;
	background: #e60012;
}

#tabs-container,
#tabs-container .swiper-slide {
	width: 100%;
}

.customerlist li {
	float: left;
	margin-right: .16rem;
	width: 3.4rem;
}

.customerlist li:nth-child(2n) {
	margin-right: 0;
}

.customerlist li .txt {
	line-height: .75rem;
	height: .75rem;
}


.videolist li {
	float: left;
	margin-right: .26rem;
	width: 3.4rem;
	margin-bottom: .26rem;
}

.videolist li:nth-child(2n) {
	margin-right: 0;
}

.videolist li .img img {
	width: 100%;
	height: 2.5rem;
	object-fit: cover;
}

.videolist li .img em {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .6rem;
	height: .6rem;
	margin-left: -.3rem;
	margin-top: -.3rem;
	z-index: 5;
}

.videolist li .img em img {
	width: .6rem;
	height: .6rem;
}

.videolist li .txt {
	height: .7rem;
	text-align: center;
	line-height: .7rem;
	padding: 0 .2rem;
}

.videos {
	display: none;
	border: 1px solid #efefef;
	background: #000;
	position: fixed;
	left: 2%;
	top: 50%;
	margin-top: -1rem;
	z-index: 100;
	width: 96%;
	height: auto;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}

.hot-ban .swiper-button-prev:after,
.hot-ban .swiper-button-next:after {
	transform: scale(0.7);
}

/*  */

.hot-info .tit {
	font-size: .34rem;
	margin-bottom: .1rem;
}

.hot-info .desc span {
	color: #e60012;
	margin: 0 .15rem;
}

.hxjxlist li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: .28rem;
	padding-bottom: .28rem;
}

.hxjxlist li .img {
	width: 2.95rem;
}

.hxjxlist li .img img {
	width: 2.67rem;
	height: 2rem;
	object-fit: cover;
}

.hxjxlist li .txt {
	width: calc(100% - 2.95rem);
	line-height: 2;
}

.hxjxlist li .txt div:first-child {
	font-size: .3rem;
	margin-bottom: .15rem;
}

.hxjxlist li .txt div:last-child {
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6;
}

/* 关于我们 */
.aboutBan div {
	height: 100%;
	position: absolute;
	top: 0;
	left: .2rem;
	width: calc(100% - .4rem);
	z-index: 9;
	display: flex;
	justify-content: center;
}

.aboutBan div h1 {
	font-size: .4rem;
	margin-bottom: .2rem;
}

.aboutnav {
	display: grid;
	grid-gap: .18rem;
	grid-template-columns: repeat(3, 1fr);
}

.aboutnav a {
	background: #f8f8f8;
	text-align: center;
	line-height: .7rem;
}

.aboutnav a.cur {
	background: #e60012;
	color: #fff;
	font-weight: bold;
}

.abouttit {
	font-size: .36rem;
	font-weight: bold;
}

.abouttit::after {
	width: 30px;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -15px;
	background: #e60012;
	bottom: -4px;
}

.about-info img {
	max-width: 100%;
	margin: 8px auto;
}

.about-ul {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(2, 1fr);
	margin: .1rem 0;
}

.about-ul h2 {
	color: #e60012;
	font-weight: bold;
}

.Culturelist {
	padding: .3rem 0;
}

.Culturelist li {
	padding: .3rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.2);
	margin-bottom: .4rem;
}

.Culturelist li:last-child {
	margin-bottom: 0;
}

.Culturelist li .txt {
	line-height: .4rem;
	color: #000;
}

.Culturelist li .txt h3 {
	font-size: .4rem;
	color: #e60012;
	font-weight: bold;
	margin: .2rem 0;
}

.fzlclist {
	background: url(../images/fzlclist.jpg) top left .14rem repeat-y;
}

.fzlclist li {
	margin-bottom: .4rem;
}

.fzlclist li h1 {
	background: url(../images/fzlc-ico.png) no-repeat center left;
	padding-left: .60rem;
	background-size: .3rem .3rem;
	line-height: .3rem;
	font-size: .3rem;
}

.fzlclist li div,
.fzlclist li figure {
	padding-left: .60rem;
}

.fzlclist li figure {
	margin: .15rem 0;
}

.fzlclist li figure p {
	position: relative;
	padding-left: .24rem;
}

.fzlclist li figure p::after {
	display: block;
	content: '';
	width: .08rem;
	height: .08rem;
	background: #e60012;
	border-radius: 50%;
	left: 0;
	top: .16rem;
	position: absolute;
}


.article {
	display: block;
	margin: 0 0 .25rem 0;
	padding: .2rem;
	background: #f8f8f8;

	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	transition: all 220ms;
}

.article:hover {
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	transition: all 220ms;
}

.article img {
	display: block;
	width: 100%;
	margin: 0 0 .15rem 0;
}

.article h2 {
	text-align: center;
	font-size: .24rem;
	text-transform: uppercase;
}

.wall {
	display: block;
	position: relative;
}

.wall-column {
	display: block;
	position: relative;
	width: 50%;
	/* width: 25%; */
	float: left;
	padding: 0 .1rem;
	box-sizing: border-box;
}

.joinlist li {
	border: 1px solid #e5e5e5;
	padding: .25rem;
	margin-top: .3rem;
}

.joinlist li figure {
	display: none;
}

.joinlist li h1 {
	font-size: .3rem;
	margin-bottom: .15rem;
}

.joinlist li span {
	border-radius: .3rem;
}

.join {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.joinBox {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
}

.joinBox .close {
	right: .2rem;
	top: .32rem;
	width: .4rem;
	position: absolute;
}

.joinBox .tit {
	font-size: .3rem;
	line-height: 1rem;
}

.joinInfo {
	max-height: 8.7rem;
	overflow-y: scroll;
}

.joinInfo::-webkit-scrollbar {
	/*滚动条整体样式*/
	/*高宽分别对应横竖滚动条的尺寸*/
	width: .1rem;
}

.joinInfo::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #e60012;
	width: .1rem;
}

.joinInfo::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: #ddd;
	width: .1rem;
}

.join-email {
	color: #e60012;
	height: 1rem;
	line-height: 1.2rem;
}

.news-tabs {
	width: 100%;
	height: .8rem;
	background: #f8f8f8;
}

.news-tabs a {
	width: 33.3%;
	text-align: center;
	position: relative;
	height: .8rem;
	line-height: .8rem;
	transition: all .3s;
}

.news-tabs a.active {
	color: #e60012;
}

.news-tabs a.active::before {
	content: '';
	display: block;
	width: .3rem;
	height: .04rem;
	position: absolute;
	bottom: 0.05rem;
	left: 50%;
	margin-left: -.15rem;
	background: #e60012;
}

.newslist li {
	margin-bottom: .28rem;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	margin-top: .25rem;
	padding: .2rem .15rem;
}

.newslist li .img {
	width: 2.7rem;
}

.newslist li .img img {
	width: 2.5rem;
	height: 1.6rem;
	object-fit: cover;
}

.newslist li .txt {
	width: calc(100% - 2.7rem);
	line-height: 2;
}

.newslist li .txt div {
	width: 100%;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.6;
}

.location {
	color: #aaaaaa;
}

.newstit {
	font-size: .4rem;
	line-height: 2.2
}

.newinfo {
	border-top: 1px solid #e5e5e5;
	line-height: 2;
}

.newinfo img {
	margin: .1rem 0;
	max-width: 100%;
}

.newspage {
	background: #f5f5f5;
	height: .9rem;
	line-height: .9rem;
}

.newspage a {
	width: 33.3%;
	text-align: center;
}

.jztyglist li {
	box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
	margin-top: .3rem;
}

.jztyglist li .txt {
	padding: .22rem .18rem;
	line-height: 1.8;
}

.jztyglist li .txt h2 {
	font-size: .3rem;
	color: #000;
}

.jztyglist li .txt span {
	width: 1.4rem;
	height: .5rem;
	border-radius: .1rem;
	position: absolute;
	right: .18rem;
	top: .22rem;
}

.jztygDetail {
	border-bottom: 1px solid #e5e5e5;
	padding: .2rem 0;
}

.jztygDetail h6 {
	font-size: .24rem;
}

.free {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.freebox {
	position: absolute;
	padding: .4rem;
	width: 5rem;
	left: 50%;
	top: 50%;
	height: 5rem;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}

.freebox h2 {
	font-size: .3rem;
	text-align: center;
}

.freebox input {
	background: #f8f8f8;
	border: 1px so #e5e5e5;
	border-radius: .05rem;
	width: 100%;
	height: .7rem;
	padding-left: .3rem;
}

.freebox button {
	width: 100%;
	height: .7rem;
	border-radius: .05rem;
}

.videoslist li {
	margin-bottom: .26rem;
	border-radius: .15rem;
	overflow: hidden;
}

.videoslist li .img img {
	width: 100%;
	height: 4.3rem;
	object-fit: cover;
}

.videoslist li .img em {
	position: absolute;
	left: 50%;
	top: 50%;
	width: .8rem;
	height: .8rem;
	margin-left: -.4rem;
	margin-top: -.4rem;
	z-index: 5;
}

.videoslist li .img em img {
	width: .8rem;
	height: .8rem;
}

.videoslist li .txt {
	text-align: center;
	padding: .2rem;
	line-height: 1.8;
}

.videoslist li .txt h2 {
	font-size: .3rem;
}


/* 新加的 */
.spkzx {
	display: flex;
	flex-direction: column;
}

.spkzx .swiper-container {
	width: 100%;
	height: 100%;
}

.spkzx .swiper-container .swiper-slide {
	display: flex;
	flex-direction: column;
}

.spkzx .swiper-container .swiper-button-next:after,
.spkzx .swiper-container .swiper-button-prev:after {
	display: none;
}

.spkzx .swiper-container .swiper-slide .spkzxPic {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	height: 100%;
	object-fit: cover;
}

.spkzx .swiper-container .swiper-slide .spkzxImg {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	z-index: 20;
}

.spkzx .swiper-container .swiper-slide .spkzxImg img {
	width: 0.8rem;
}

.spkzx .swiper-container .swiper-slide .spkzxVideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yycg {
	display: flex;
	flex-direction: column;
	margin-top: 0.2rem;
}

.yycg .yycgNd {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background: #c69c50;
	border-radius: 0.4rem;
	font-size: 0.28rem;
	height: 0.71rem;
}


.lookat {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.lookatBox {
	position: absolute;
	width: 7.1rem;
	left: 50%;
	top: 50%;
	padding: 0.3rem;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	background: #FFF;
}

.lookat .close {
	width: .4rem;
	height: .4rem;
	font-size: 0.5rem;
	position: absolute;
	right: .25rem;
	top: .2rem;
}

.lookat .lookatBox .lookatBoxDivTit {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.lookat .lookatBox .lookatBoxDivTit h2 {
	font-size: .32rem;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivTian .lookatBoxDivTianLi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	align-items: center;
	margin-top: 0.2rem;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivTian .lookatBoxDivTianLi .lookatBoxDivTianLiCont {
	font-size: 0.26rem;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivTian .lookatBoxDivTianLi .lookatBoxDivTianLiTent {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1 1;
	display: flex;
	flex-direction: column;
	border: 1px solid #E5E5E5;
	padding: 0 0.1rem;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivTian .lookatBoxDivTianLi .lookatBoxDivTianLiTent .text {
	width: 100%;
	height: 0.7rem;
	color: #888;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivTian .lookatBoxDivTianOn {
	display: flex;
	flex-direction: column;
	margin-top: 0.2rem;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivTian .lookatBoxDivTianOn .sub {
	height: 0.7rem;
	background: #E60012;
	font-size: 0.26rem;
	color: #FFF;
	cursor: pointer;
	transition: all 0.3s linear;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivTian .lookatBoxDivTianOn .sub:hover {
	background: #C69C4E;
}

.lookat .lookatBox .lookatBoxDiv .lookatBoxDivExe {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #AAA;
	padding-top: 0.1rem;
}


.wage,
.wage2 {
	display: flex;
	flex-direction: column;
	position: relative;
}

.wage .swiper-container,
.wage2 .swiper-container {
	width: 100%;
	height: 100%;
}

.wage .swiper-container .swiper-slide,
.wage .swiper-container .swiper-slide a,
.wage2 .swiper-container .swiper-slide,
.wage2 .swiper-container .swiper-slide a {
	display: flex;
	flex-direction: column;
}

.wage .swiper-container .swiper-slide img{
	width: 100%;
	object-fit: cover;
	height: 3.4rem
}
.wage2 .swiper-container .swiper-slide img {
	width: 100%;
	object-fit: cover;
	height: 2.5rem;
}

.wage .swiper-container .swiper-slide h2,
.wage2 .swiper-container .swiper-slide h2 {
	overflow: hidden;
	font-size: 0.25rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.15rem;
}

.free .close {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0.25rem;
	top: 0.2rem;
}
