.main-wrap {
	padding-top: .6rem;
}

.main .title {
	font-size: .36rem;
	color: #333333;
	line-height: .36rem;
	padding-bottom: .3rem;
	position: relative;
	text-align: center;
}

.main .title:after {
	position: absolute;
	bottom: 0;
	display: block;
	content: '';
	width: .6rem;
	height: 1px;
	background: #000000;
	left: 50%;
	transform: translateX(-50%);
}

.brand .main .cont {
	padding-top: .6rem;
	font-size: .28rem;
	line-height: .6rem;
	text-align: justify;
	padding-bottom: .22rem;
	letter-spacing: 0.01rem;
}

.brand .main .cont img {
	width: 6rem;
	margin: 0 auto;
	border-radius: 0.16rem;
	margin-bottom: .44rem;
}

.history .main .title {
	margin-bottom: .6rem;
}

.history .main .wrap {
	position: relative;

}

.history .main .wrap::before {
	display: block;
	content: '';
	left: 0.04rem;
	height: calc(100% - 0.08rem);
	top: 50%;
	transform: translateY(-50%);
	background-color: #E6E6E6;
	position: absolute;
	width: 1px;
}

.history .main .list .item {
	display: flex;
	position: relative;
}

.history .main .list .item:not(:last-child) {
	margin-bottom: .4rem;
}

.history .main .list .item::before {
	position: absolute;
	display: block;
	content: '';
	height: .08rem;
	width: .08rem;
	border-radius: 50%;
	background: #878E99;
	left: 1px;
	top: 50%;
	transform: translateY(-50%);
}

.history .main .list .item::after {
	display: block;
	position: absolute;
	content: '';
	background-color: #878E99;
	height: 1px;
	top: 50%;
	left: 1px;
	width: .28rem;
}

.history .main .list .item .year {
	display: flex;
	flex-shrink: 0;
	width: 1.3rem;
	box-sizing: border-box;
	padding-left: .4rem;
	font-size: .28rem;
	color: #878E99;
	align-items: center;
	transition: .2s;
}

.history .main .list .item .text {
	font-size: .3rem;
	line-height: .5rem;
	color: #363D4C;
	padding: 0.2rem 0.4rem;
	box-sizing: border-box;
	background: #FAFAFA;
	border-radius: 0.16rem;
	transition: .2s;
}

.history .main-wrap {
	padding-bottom: 1rem;
}

.history .main .list .item.active * {
	color: #CB333B;
}

.history .main .list .item.active .year {
	font-size: .34rem;
}
/* 
.zhanhui .main .title {
	margin-bottom: .57rem;
} */

.zhanhui .years {
	font-size: 0;
	white-space: nowrap;
	margin-left: .5rem;
	position: relative;
	margin-bottom: .6rem;
}

.zhanhui .years .years2 {
	padding-bottom: 0.08rem;
	overflow-x: auto;
}

.zhanhui .years::after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #f5f5f5;
	bottom: 0.07rem;
	position: absolute;
	left: 0;
}

.zhanhui .years .item {
	display: flex;
	width: 1.16rem;
	color: #878E99;
	font-size: .26rem;
	line-height: .3rem;
	height: .8rem;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: .26rem;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	transition: .2s;
}

.zhanhui ::-webkit-scrollbar {
	display: none;
}

.zhanhui .years .years-wrap {
	padding: 0 0.5rem 0 0.4rem;
	display: inline-flex;
}

.zhanhui .years .item::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #878E99;
	border-radius: 50%;
	height: 0.08rem;
	width: 0.08rem;
	transform: translate(-50%, 50%);
}

.zhanhui .years .item.active {
	color: #CB333B;
	font-size: .4rem;
	line-height: .4rem;
}

.zhanhui .years .item.active:after {
	background: #CB333B;
}

.zhanhui .main .wrap {
	width: 6.3rem;
}

.zhanhui .main .wrap img {
	width: 100%;
	height: 3.73rem;
	border-radius: 0.16rem;
	margin-bottom: .4rem;
}

.zhanhui .main .wrap .name {
	font-size: .3rem;
	line-height: .3rem;
	color: #000014;
	text-align: center;
}

.zhanhui .swiper-container {
	overflow: visible;
}

.zhanhui .swiper-slide {
	transform: scale(0.94);
	transition: 0.4s;
}

.zhanhui .swiper-slide-active {
	transform: scale(1);
}

.zhanhui .main-wrap {
	padding-bottom: 1rem;
}

.zhanhui .titles{
	display: flex;
	justify-content: center;
	margin-bottom: .57rem;
	border-bottom: 1px solid #E8E8E8;
}
.zhanhui .title{
	width: 50%;
	display: block;
}
.zhanhui .title.active{
	color: #CB333B;
}
.zhanhui .title:after{
	display: none;
	height: 0.04rem;
}
.zhanhui .title.active:after{
	display: block;
	background-color: #CB333B;
}


.news .main .item {
	display: block;
	margin-bottom: 0.4rem;
}

.news .main .item img {
	width: 100%;
	border-radius: 0.16rem;
}

.news .main .item .name {
	line-height: .48rem;
	font-size: .28rem;
	color: #000014;
}

.news .main .item .info {
	padding: 0.27rem 0;
}

.news .main .item .date {
	color: #878E99;
	font-size: .24rem;
	line-height: .46rem;
	padding-left: 1.04rem;
	transition: .4s;
	position: relative;
}

.news .main .item .date::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 0.02rem;
	background-color: #363D4C;
	width: .8rem;
	transition: .4s;
}

.news .main .item.active .date,
.news .main .item:hover .date {
	color: rgba(0, 0, 0, 0);
}

.news .main .item.active .date::before,
.news .main .item:hover .date::before {
	background-color: #CB333B;
	width: 2.13rem;
}

.news .main-wrap {
	padding-bottom: .3rem;
}

.news_detail .main .wrap {
	padding-top: .55rem;
}

.news_detail .main .title1 {
	color: #333333;
	font-size: .34rem;
	line-height: .44rem;
	margin-bottom: .25rem;

}

.news_detail .main .date {
	color: #878E99;
	font-size: .26rem;
}

.news_detail .main .cont {
	font-size: .28rem;
	line-height: .6rem;
	color: #333333;
	padding-top: .56rem;
	padding-bottom: 0.66rem;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: .8rem;
}

.news_detail .main .cont img {
	width: 100%;
	height: auto !important;
	margin: 0.2rem 0;
}

.news_detail .main .list {
	width: 4.2rem;
}

.news_detail .main .list img {
	width: 100%;
	height: 2.94rem;
}

.news_detail .main .list .name {
	line-height: .84rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .28rem;
	color: #000014;
}

.news_detail .swiper-container {
	overflow: visible;
}

.news_detail .main {
	padding-bottom: .78rem;
}

.zz .main .wrap {
	display: flex;
	justify-content: space-between;
}

.zz .main-wrap {
	background-color: #FAFAFA;
}
.zz .wrap2{
	width: 3.05rem;
}
.zz .main-wrap .item {
	padding: 0.3rem 0.23rem 0;
	border-radius: 0.16rem;
	box-shadow: 0px 4px 10px 0px rgba(7, 6, 6, 0.04);
	background: url(../images/zzlines.png) no-repeat bottom center #fff;
	background-size: 100% auto;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: .3rem;
}
.zz .main-wrap .item .pic{
	background-color: #fff;
	border-radius: 0.16rem;
	overflow: hidden;
	border:1px solid #EEEEEE;
	box-sizing: border-box;
	width: 100%;
	height: 1.86rem;
}
.zz .main-wrap .item .pic img{
	width: 100%;
	height: 100%;
}
.zz .main-wrap .item .pic2{
	height: 2.5rem;
	width: 1.76rem;
	margin:0 auto;
}
.zz .title{
	margin-bottom: .5rem;
}
.zz .main-wrap .item .name{
	font-size: .3rem;
	color: #666666;
	line-height: .4rem;
	padding:0.25rem 0;
	text-align: center;
}
.zz .main{
	padding-bottom: 0.7rem;
}
.partner .title{
	margin-bottom: .6rem;
}
.partner .swiper-slide .list{
	padding:0 0.2rem 0.4rem;
}
.partner .swiper-slide .item{
	float: left;
	width: 25%;
	height: .8rem;
	position: relative;
	margin-bottom:.77rem;
}
.partner .swiper-slide .item img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
	max-width: 85%;
}
.partner .main{
	padding-bottom: 0.8rem;
}
.contact .main .top{
	padding-left:.4rem;
	display: flex;
	margin-bottom: 1rem;
}
.contact .main .top .left{
	width: 1rem;
	height: auto;
	margin-right: .6rem;
	flex-shrink: 0;
	flex-grow: 0;
}
.contact .main .top .left img{
	width: 100%;
}
.contact .main .top .right .text1{
	font-size: .24rem;
	line-height: .4rem;
	color: #999999;
}
.contact .main .top .right .text2{
	font-size: .48rem;
	color: #525867;
}
.contact .main .title1{
	font-size: .32rem;
	color: #8C959C;
	line-height: .32rem;
	text-align: center;
	margin-bottom: .7rem;
}
.contact .main .tools{
	display: flex;
	justify-content: space-between;
	height: 3.25rem;
	border-bottom: 1px solid #E5E5E5;
}
.contact .main .tools .left,
.contact .main .tools .right{
	width: 50%;
}
.contact .main .tools .pic{
	width: 1.9rem;
	height: 1.9rem;
	margin:0 auto;
	
}
.contact .main .tools .pic img{
	wdith:100%;
	height: 100%;
}
.contact .main .tools .qr{
	transform: scale(1.1);
}
.contact .main .tools .text{
	color: #363D4C;
	font-size: .24rem;
	text-align: center;
	line-height: .3rem;
	margin-top:.28rem;
}
.contact .main .cont{
	padding-top: .77rem;
}
.contact .main .title2{
	font-size: .32rem;
	line-height: .32rem;
	color: #8C959C;
	text-align: center;
	margin-bottom: .6rem;
}
.contact .main .pic{
	width: 100%;
	border-radius: 0.16rem;
	
}

.contact .main .texts{
	padding-top: .3rem;
}
.contact .main .texts .name{
	font-size: .3rem;
	line-height: .4rem;
	color: #000014;
}
.contact .main .texts .info{
	font-size: .24rem;
	line-height: .42rem;
	color: #666666;
	margin-top: .15rem;
}
.contact .main .map{
	font-size: .24rem;
	line-height: .5rem;
	color: #000014;
	padding:0 0.18rem;
	position: relative;
	margin-top: 0.27rem;
}
.contact .main .map::after{
	display: block;
	content: '';
	background: url(../images/arrowright.png) no-repeat;
	background-size: 100% 100%;
	width: 0.08rem;
	height: 0.16rem;
	position: absolute;
	right: 0;
	top:50%;
	transform: translateY(-50%);
}
.contact .main-wrap{
	margin-bottom: 0.88rem;
}
.top_banner2{
	position: relative;
}
.contact .top_banner2 .txt-wrap{
	position: absolute;
	left: .5rem;
	top:1.3rem;
	
}
.contact .top_banner2 .txt1{
	font-size: .36rem;
	line-height: .36rem;
	color: #333333;
	margin-bottom: .2rem;
	
}
.contact .top_banner2 .txt2{
	font-size: .22rem;
	line-height: .22rem;
	color: #666666;
	font-weight: lighter;
}
.msg-form-wrap {
	padding-bottom: 1.2rem;
	}
.msg-form-wrap label{
	display: block;
	font-size: .28rem;
	color: #363D4C;
	display: flex;
}
.msg-form-wrap label .name{
	line-height: 1.06rem;
	width: 1.12rem;
	flex-shrink: 0;
}
.msg-form-wrap label .value{
	color: #333333;
	flex-grow: 1;
}
.msg-form-wrap label .value input,
.msg-form-wrap label .value textarea{
	width: 100%;
	min-height: 1.06rem;
	font-size: .28rem;
	display: block;
}
.msg-form-wrap ::placeholder{
	color: #CCCCCC;
}
.msg-form-wrap label{
	border-bottom: 1px solid #E8E8E8;
}
.msg-form-wrap .value.n textarea{
	padding:0.34rem 0;
	height: 2.06rem;
	box-sizing: border-box;
	display: block;
}
.msg-form-wrap .submit{
	margin-top: .8rem;
}
.msg-wrap{
	padding-top:0.94rem;
}
.msg-mask .contain{
	padding-top:.4rem;
}