.about .box1 .box-t{
	position: relative;
	padding: 74px 59px 79px 0;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.about .box1 .box-t:before{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	right: 0;
	width: 100vw;
	background: #FFFFFF;
	box-shadow: 0px 8px 29px 3px rgba(6,5,5,0.1400);
	border-radius: 16px;
	z-index: -1;
}
.about-title{
	position: relative;
}
.about-title .zh{
	font-size: 38px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.about-title .en{
	position: absolute;
	font-size: 48px;
	font-family: Arial;
	font-weight: 900;
	color: rgba(2, 66, 149, .09);
	line-height: 48px;
	text-transform: uppercase;
	left: 0;
	bottom: 20px;
	white-space: nowrap;
}
.about .box1 .box-t .l{
	width: 40.62%;
}
.about .box1 .box-t .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 50px;
}
.about .box1 .box-t .r{
	width: 47%;
}
.about .box1 .box-t .r img{
	/* height: 458px; */
	width: 100%;
	display: block;
	object-fit: cover;
}
.about .box1 .box-c{
	position: relative;
	padding: 46px 0 56px 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about .box1 .box-c::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: calc(100% + 256px);
	width: 100vw;
	background: linear-gradient(90deg,#2D65B0 , #0096E0 );
	border-radius: 10px;
	z-index: -1;
}
.about .box1 .box-c .l{
	width: 56.59%;
}
.about .box1 .box-c .l .list{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.about .box1 .box-c .l .list:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
	background-color: rgba(255, 255, 255, .2);
	opacity: 0;
}
.about .box1 .box-c .l .list:after{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .2);
}
.about .box1 .box-c .l li{
	/* width: 340px; */
	/* width: 50%; */
	display: flex;
}
.about .box1 .box-c .l .li-line{
	height: 270px;
	width: 1px;
	background-color: rgba(255, 255, 255, .2);
}
.about .box1 .box-c .l li:nth-child(2n){
	/* justify-content: flex-end; */
}
.about .box1 .box-c .l li:nth-child(1){
	padding-bottom: 48px;
}
.about .box1 .box-c .l li:nth-child(2){
	padding-top: 48px;
}
.about .box1 .box-c .l li .li-l{
	width: 87px;
	height: 87px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 35px;
}
.about .box1 .box-c .l li .li-l img{
	max-width: 100%;
	max-height: 100%;
	transition: all .6s;
}
.about .box1 .box-c .l li:hover .li-l img{
	transform: rotateY(180deg);
}
.about .box1 .box-c .l li .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.about .box1 .box-c .l li .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 13px;
}
.about .box1 .box-c .about-title{
	text-align: right;
}
.about .box1 .box-c .about-title .zh{
	color: #fff;
}
.about .box1 .box-c .about-title .en{
	position: relative;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	opacity: 0.2;
	bottom: auto;
	margin-top: 20px;
}
.about .box1 .box-c .bg{
	position: absolute;
	left: 0;
	bottom:0;
	font-size: 210px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 152px;
	opacity: 0.02;
	white-space: nowrap;
	text-transform: uppercase;
	
}
.about .box2{
	margin-top: 138px;
}
.about .box2 .contain{
	background-image: url(../img/about-box2-bg.jpg.png);
	background-size: cover;
	padding-bottom: 140px;
}
.about .box2 .box-c{
	position: relative;
	margin-top: 100px;
}
.about .box2 .box-c:before{
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100vw;
	height: 2px;
	background-color: rgba(44, 102, 177, 1);
}
.about .box2 .box-c .swiper{
	height: 410px;
}
.about .box2 .box-c .swiper-slide{
	height: 50%;
	width: 200px;
	display: flex;
	align-items: flex-end;
}
.about .box2 .box-c .swiper-slide .text-box{
	margin-bottom: -11px;
}
.about .box2 .box-c .swiper .swiper-slide:nth-child(2n){
	align-self: flex-end;
	align-items: flex-start;
}
.about .box2 .box-c .swiper .swiper-slide:nth-child(2n) .text-box{
	margin-top: -11px;
}
.about .box2 .box-c .year{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #006EBC;
	line-height: 1;
}
.about .box2 .box-c .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin-top: 8px;
	width: 400px;
}
.about .box2 .box-c .line{
	margin: 4px 0 11px 33px;
	width: 2px;
	height: 26px;
	background: #2C66B1;
}
.about .box2 .box-c .dot{
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 3px solid #2C66B1;
	border-radius: 50%;
	margin-left: 24px;
}
.about .box2 .box-c .lines{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.about .box2 .box-c .lines1{
	left: -74px;
}
.about .box2 .box-c .lines2{
	right: -74px;
}
.about{
	padding-bottom: 35px;
}
.news{
	background-color: #f5f5f5;
	padding-bottom: 92px;
}
.news .box1{
	padding: 116px 0 68px;
}
.news .box1 .box-c{
	margin-top: 57px;
}
.news .box1 .box-c .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news .box1 .box-c .list li{
	position: relative;
	background-size: cover;
	height: 364px;
	border-radius: 10px;
	transition: all .6s;
	overflow: hidden;
}
.news .box1 .box-c .list li,
.news .box1 .box-c .list i{
	width: 29.02%;
}
.news .box1 .box-c .list li.active{
	width: 39.3%;
}
.news .box1 .box-c .list li .li-box{
	position: absolute;
	width: 100%;
	padding: 0 35px 35px;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.news .box1 .box-c .list li .li-box .text-title{
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .list li .li-box .text-des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 11px;
	opacity: 0;
	transition: all .6s;
	height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .box1 .box-c .list li.active .li-box .text-des{
	opacity: 1;
	height: auto;
}
.news .box1 .box-c .list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news .box1 .box-c .list li .more{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 38px;
}
.news .box1 .box-c .list li .more-l{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.news .box1 .box-c .list li .more-r{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
}
.news .box1 .box-c .list li .more-r span{
	margin-left: 10px;
}
.news .box2 .box-c{
	margin-top: 53px;
}
.news .box2 .box-c li{
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
}
.news .box2 .box-c li:not(:last-child){
	margin-bottom: 24px;
}
.news .box2 .box-c li:hover{
	background-color: rgba(0, 110, 188, 1);
}
.news .box2 .box-c li:before{
	position: absolute;
	left: 0;
	top: 54px;
	content: "";
	width: 55px;
	height: 2px;
	background-color: rgba(204, 204, 204, 1);
}
.news .box2 .box-c li::after{
	position: absolute;
	left: 0;
	top: 62px;
	content: "";
	width: 25px;
	height: 2px;
	background-color: rgba(204, 204, 204, 1);
}
.news .box2 .box-c li:hover:before,
.news .box2 .box-c li:hover::after{
	background-color: #fff;
}
.news .box2 .box-c li .bg{
	font-size: 280px;
	font-family: Arial;
	font-weight: 400;
	color: rgba(231, 233, 237, .03);
	line-height: 190px;
	position: absolute;
	left: 0;
	bottom: 0;
	white-space: nowrap;
	text-transform: uppercase;
}
.news .box2 .box-c li a{
    position: relative;
	padding: 45px 96px;
	display: block;
	z-index: 2;
}
.news .box2 .box-c li .date{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
}
.news .box2 .box-c li .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
}
.news .box2 .box-c li .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 15px;
}
.news .box2 .box-c li .more{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 33px;
}
.news .box2 .box-c li .more .iconfont{
	margin-left: 15px;
	font-size: 20px;
}
.news .box2 .box-c li:hover .date,
.news .box2 .box-c li:hover .title,
.news .box2 .box-c li:hover .des,
.news .box2 .box-c li:hover .more{
	color: #fff;
}
.news .box2 .pagination{
	margin-top: 86px;
}
.join .box1{
	padding: 116px 0 105px;
	background-color: #f5f5f5;
}
.join .box1 .box-c{
	margin-top: 60px;
}
.join .box1 .box-c li{
	position: relative;
	background-color: #fff;
	padding: 0 57px 0 95px;
}
.join .box1 .box-c li:not(:last-child){
	margin-bottom: 18px;
}
.join .box1 .box-c li:before{
	position: absolute;
	left: 0;
	top: 59px;
	content: "";
	width: 55px;
	height: 2px;
	background-color: rgba(204, 204, 204, 1);
}
.join .box1 .box-c li::after{
	position: absolute;
	left: 0;
	top: 67px;
	content: "";
	width: 25px;
	height: 2px;
	background-color: rgba(204, 204, 204, 1);
}
.join .box1 .box-c .li-t{
	padding: 48px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.join .box1 .box-c .li-t-l{
	display: flex;
	align-items: center;
}
.join .box1 .box-c .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #006EBC;
	line-height: 1;
}
.join .box1 .box-c .li-t-l .msg{
	display: flex;
	margin-left: 110px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}
.join .box1 .box-c .li-t-l .msg span:not(:last-child){
	margin-right: 50px;
}
.join .box1 .box-c .li-t-r{
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #006EBC;
	line-height: 1;
}
.join .box1 .box-c .li-t-r .iconfont{
	margin-left: 10px;
	display: block;
	transform: rotate(90deg);
	font-size: 20px;
	transition: all .6s;
}
.join .box1 .box-c .li-t.active .li-t-r .iconfont{
	transform: rotate(-90deg);
}
.join .box1 .box-c .li-c{
	padding-bottom: 163px;
	display: none;
}
.join .box1 .box-c .li-c .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.join .box1 .box-c .li-c .text-box{
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 24px;
	margin-top: 26px;
}
.join .box1 .pagination{
	margin-top: 85px;
}
.contact .box1{
	position: relative;
	background-color: #f5f5f5;
}
.contact .box1 .contain{
	display: flex;
	justify-content: flex-end;
}
.contact .box1 .l{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 48.43%;
}
.contact .box1 .l #container{
	height: 100%;
	width: 100%;
}
.contact .box1 .r{
	padding: 90px 0 150px 48px;
	width: 48.26%;
}
.contact .box1 .r .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 23px;
	border-bottom: 1px solid rgba(209, 209, 210, 1);
	margin: 62px 0 40px;
}
.contact .box1 .r .list{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.contact .box1 .r .list .line{
	background-color: rgba(209, 209, 210, .72);
	width: 1px;
	height: 40px;
}
.contact .box1 .r .list li{
	display: flex;
	align-items: center;
}
.contact .box1 .r .list li .text-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.contact .box1 .r .list li .text-des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}
.contact .box1 .r .list li .text-box{
	margin-left: 19px;
}
.contact .box1 .r .list:not(:last-child){
	margin-bottom: 34px;
}
.contact .box1 .r .ewms{
	display: flex;
	margin-top: 46px;
}
.contact .box1 .r .ewm img{
	display: block;
	width: 145px;
}
.contact .box1 .r .ewm .text{
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 12px;
}
.contact .box1 .r .ewm:not(:last-child){
	margin-right: 44px;
}
.e-i .box1{
	padding: 120px 0 92px;
	background-color: #f5f5f5;
}
.e-i .box1 .box-c{
	margin-top: 74px;
}
.e-i .box1 .box-c li{
	display: flex;
}
.e-i .box1 .box-c li:not(:last-child){
	margin-bottom: 30px;
}
.e-i .box1 .box-c li .l{
	display: flex;
	width: 294px;
	padding-top: 46px;
}
.e-i .box1 .box-c li .dot{
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(205, 211, 217, 1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 29px;
}
.e-i .box1 .box-c li:hover .dot{
	border-color: rgba(0, 110, 188, 1);
}
.e-i .box1 .box-c li:not(:last-child) .dot:before{
	position: absolute;
	top: 33px;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	width: 3px;
	height: 240px;
	background-color: rgba(205, 211, 217, 1);
}

.e-i .box1 .box-c li .dot span{
	display: block;
	background-color: rgba(205, 211, 217, 1);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 auto;
}
.e-i .box1 .box-c li:hover .dot span{
	background-color: rgba(0, 110, 188, 1);
}
.e-i .box1 .box-c li .date{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 1;
}
.e-i .box1 .box-c li:hover .date{
	color: rgba(0, 110, 188, 1);
}
.e-i .box1 .box-c li .r{
	flex: 1;
	background: #FFFFFF;
	border-radius: 10px;
}
.e-i .box1 .box-c li .r a{
	display: flex;
	padding: 25px 30px 25px 72px;
	justify-content: space-between
	
}
.e-i .box1 .box-c li:hover .r{
	background-color: rgba(0, 110, 188, 1);
}
.e-i .box1 .box-c li .r .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.e-i .box1 .box-c li:hover .r .text-title,
.e-i .box1 .box-c li:hover .r .text-des{
	color: #fff;
}
.e-i .box1 .box-c li .r .text-box{
	padding-top: 25px;
	flex: 1;
	margin-right: 20px;
}
.e-i .box1 .box-c li .r .text-des{
	margin-top: 69px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
}
.e-i .box1 .box-c li .r .pic{
	width: 302px;
	height: 202px;
	border-radius: 0px 10px 10px 0px;
}
.e-i .box1 .box-c li .r .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.e-i .box1 .pagination{
	margin-top: 132px;
}
.news-d{
	padding: 82px 0 66px;
	background-color: #f5f5f5;
}
.news-d .box1 .box-c{
	padding: 74px 54px 25px;
	background-color: #fff;
}
.news-d .box1 .box-c .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.news-d .box1 .box-c .msg{
	margin-top: 17px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 70px;
}
.news-d .box1 .box-c .msg .l{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.news-d .box1 .box-c .msg .r{
	display: flex;
}
.news-d .box1 .box-c .msg .r a{
	width: 28px;
	height: 28px;
	background-color: rgba(204, 204, 204, 0.68);
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
}
.news-d .box1 .box-c .msg .r a:hover{
	background-color: #006EBC;
}
.news-d .box1 .box-c .msg .r a:not(:last-child){
	margin-right: 12px;
}
.news-d .box1 .box-c .msg .r a .iconfont{
	color: #fff;
}
.news-d .box1 .box-c .text-container{
	margin-top: 45px;
}
.news-d .box1 .box-c .text-box{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-bottom: 26px;
}
.news-d .box1 .box-c .img{
	margin: 0 0 47px;
	display: block;
	max-width: 100%;
}
.news-d .box1 .box-b{
	margin-top: 47px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-d .box1 .box-b .l,
.news-d .box1 .box-b .r{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 30px;
}
.news-d .box1 .box-b .l span,
.news-d .box1 .box-b .r span{
	color: #333;
}
.news-d .box1 .box-b .l:hover,
.news-d .box1 .box-b .r:hover,
.news-d .box1 .box-b .l:hover span,
.news-d .box1 .box-b .r:hover span{
	color: rgba(0, 110, 188, 1);
}
.news-d .box1 .box-b .c{
	width: 121px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 24px;
	line-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.news-d .box1 .box-b .c:hover{
	background-color: #006EBC;
	color: #fff;
}
.news-d .box1 .box-b .c .iconfont{
	margin-right: 9px;
	font-size: 26px;
}
@media (max-width:1440px){
	.about .box1 .box-c{
		padding-left: 40px;
	}
	.about .box1 .box-c .l{
		width: 60%;
	}
	.contact .box1 .r{
		padding-left: 0;
	}
	.e-i .box1 .box-c li .r a{
		padding-left: 30px;
	}
}
@media (max-width:1280px) {
	.about .box1 .box-c .l li .li-l{
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
	.about .box1 .box-c .l li .li-l img{
		height: 35px;
	}
	.contact .box1 .r .list li .text-box{
		margin-left: 10px;
	}
	.contact .box1 .l{
		width: 44%;
	}
	.contact .box1 .r{
		width: 53%;
	}
	.contact .box1 .l{
		position: relative;
		width: 100%;
		height: 400px;
	}
	.contact .box1 .contain{
		flex-direction: column-reverse;
	}
	.contact .box1 .r{
		width: 100%;
	}
}
@media (max-width:1199px){
	.about-title .en{
		font-size: 36px;
	}
	.about-title .zh{
		font-size: 30px;
	}
	.about .box1 .box-t .des{
		margin-top: 30px;
	}
	.about .box1 .box-t .l{
		width: 47.62%;
	}
	.about .box1 .box-c .l{
		width: 70%;
	}
	.about .box1 .box-c .about-title .en{
		white-space: normal;
		line-height: 1.3;
	}
	.about .box1 .box-c .l li .text-des{
		font-size: 14px;
	}
	.about .box1 .box-c .l li .text-title{
		font-size: 22px;
	}
	.contact .box1 .r .title{
		font-size: 26px;
		margin-top: 20px;
	}
	.contact .box1 .r{
		padding: 90px 0 60px;
	}
	.contact .box1{
		padding-bottom: 40px;
	}
	.e-i .box1 .box-c li .l{
		display: none;
	}
	.join .box1 .box-c .title{
		font-size: 26px;
	}
	.news .box1 .box-c .list li .li-box .text-title{
		font-size: 22px;
		line-height: 30px;
	}
}
@media (max-width:1024px) {
	.about .box1 .box-t{
		flex-direction: column;
	}
	.about .box1 .box-t .l{
		width: 100%;
	}
	.about .box1 .box-t .r{
		width: 100%;
		margin-top: 30px;
	}
	.about .box1 .box-t .r img{
		max-width: 100%;
		margin: 0 auto;
		display: block;
		width: auto;
	}
	.about .box1 .box-c{
		flex-direction: column-reverse;
	}
	.about .box1 .box-c .about-title{
		text-align: center;
	}
	.about-title .zh{
		font-size: 28px;
	}
	.about-title .en,
	.about .box1 .box-c .about-title .en{
		font-size: 32px;
		bottom: 0px;
	}
	.about .box1 .box-c .about-title .en{
		margin-top: 10px;
	}
	.about .box1 .box-c .l{
		width: 100%;
		margin-top: 40px;
	}
	.about .box2 .box-c .year{
		font-size: 26px;
	}
	.about .box2 .box-c .des{
		font-size: 16px;
	}
	.about .box2 .box-c{
		margin-top: 50px;
	}
	.about .box2 .contain{
		padding-bottom: 50px;
	}
	.about .box2{
		margin-top: 80px;
	}
	.e-i .box1 .box-c{
		margin-top: 40px;
	}
	.e-i .box1{
		padding: 90px 0;
	}
	.e-i .box1 .pagination{
		margin-top: 40px;
	}
	.e-i .box1 .box-c li .r .text-title{
		font-size: 20px;
	}
	.e-i .box1 .box-c li .r .pic{
		width: 250px;
	}
	.join .box1 .box-c .title{
		font-size: 22px;
	}
	.join .box1 .box-c li{
		padding: 0 30px;
	}
	.join .box1 .box-c .li-t{
		padding: 25px 0;
	}
	.join .box1 .box-c li:before,
	.join .box1 .box-c li::after{
		display: none;
	}
	.join .box1 .box-c .li-c{
		padding-bottom: 40px;
	}
	.join .box1 .box-c .li-t-l .msg{
		margin-left: 40px;
	}
	.join .box1 .box-c .li-t-l .msg span:not(:last-child){
		margin-right: 25px;
	}
	.join .box1{
		padding: 80px 0;
	}
	.news .box1 .box-c .list{
		flex-direction: column;
	}
	.news .box1 .box-c .list li.active,
	.news .box1 .box-c .list li, .news .box1 .box-c .list i{
		width: 100%;
	}
	.news .box1 .box-c .list li:not(:last-child){
		margin-bottom: 25px;
	}
	.news .box1 .box-c .list li .li-box .text-des{
		opacity: 1;
		height: auto;
	}
	.news .box1 .box-c .list li{
		height: 300px;
	}
	.news .box1{
		padding: 80px 0 ;
	}
	.news .box1 .box-c{
		margin-top: 40px;
	}
	.news .box2 .box-c li:before{
		display: none;
	}
	.news .box2 .box-c li::after{
		display: none;
	}
	.news .box2 .box-c li a{
		padding: 25px 40px;
	}
	.news .box2 .box-c li .title{
		font-size: 20px;
	}
	.news-d .box1 .box-c .title{
		font-size: 26px;
		line-height: 1.5;
	}
	.news-d .box1 .box-c{
		padding: 40px 30px;
	}
	.news-d .box1 .box-b{
		margin-top: 30px;
		flex-direction: column;
	}
	.news-d{
		padding: 60px 0 ;
	}
	.news-d .box1 .box-b .c{
		margin: 20px 0;
		height: 36px;
	}
	.news-d .box1 .box-b .l, .news-d .box1 .box-b .r{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width:768px){
	.about .box1 .box-c .l .list{
		flex-direction: column;
	}
	.about .box1 .box-c .l .li-line{
		display: none;
	}
	.about .box1 .box-c .l li:nth-child(1){
		padding-bottom: 0;
	}
	.about .box1 .box-c .l li:nth-child(2){
		padding-top: 0;
	}
	.about .box1 .box-c .l li{
		margin-bottom: 25px;
	}
	.about .box1 .box-c .l .list:after{
		display: none;
	}
	.about .box1 .box-c .l li .text-title{
		font-size: 20px;
	}
	.about-title .zh{
		font-size: 26px;
	}
	.about-title .en,
	.about .box1 .box-c .about-title .en{
		font-size: 28px;
	}
	.about .box1 .box-t{
		padding: 50px 25px 25px 0;
	}
	.about .box1 .box-t .des{
		margin-top: 25px;
	}
	.about .box1 .box-c{
		padding: 39px 0 10px 25px;
	}
	.contact .box1 .r .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.contact .box1 .r .list .line{
		display: none;
	}
	.contact .box1 .r .list{
		flex-direction: column;
		align-items: flex-start;
	}
	.contact .box1 .r .list li{
		margin-bottom: 15px;
	}
	.contact .box1 .r .list:not(:last-child){
		margin-bottom: 0;
	}
	.contact .box1 .r .ewms{
		margin-top: 30px;
	}
	.e-i .box1 .box-c li .r a{
		flex-direction: column-reverse;
	}
	.e-i .box1 .box-c li .r .pic{
		width: 100%;
		height: auto;
	}
	.e-i .box1 .box-c li .r .text-box{
		margin-right: 0;
		margin-top: 30px;
		padding-top: 0;
	}
	.e-i .box1 .box-c li .r .text-des{
		margin-top: 15px;
	}
	.e-i .box1 .box-c li .r a{
		padding: 20px;
	}
	.e-i .box1{
		padding: 60px 0;
	}
	.join .box1 .box-c li{
		padding: 0 20px;
	}
	.join .box1 .box-c .title{
		font-size: 18px;
	}
	.join .box1 .box-c .li-t-l .msg{
		font-size: 14px;
		margin-left: 0;
	}
	.join .box1 .box-c .li-t{
		padding: 18px 0;
	}
	.join .box1{
		padding: 50px 0;
	}
	.join .box1 .box-c{
		margin-top: 30px;
	}
	.join .box1 .box-c .li-c .text-title{
		font-size: 16px;
	}
	.join .box1 .box-c .li-c .text-box{
		margin-top: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	.join .box1 .box-c .li-t-l{
		flex-direction: column;
		align-items: flex-start;
	}
	.join .box1 .pagination{
		margin-top: 30px;
	}
	.news .box1 .box-c .list li .more{
		margin-top: 10px;
	}
	.news .box2 .box-c li a{
		padding: 20px 15px;
	}
	.news .box2 .box-c{
		margin-top: 30px;
	}
	.news .box1{
		padding: 60px 0 50px;
	}
	.news .box2 .pagination{
		margin-top: 30px;
	}
	.news{
		padding-bottom: 50px;
	}
	.news-d .box1 .box-c .title{
		font-size: 22px;
	}
	.news-d .box1 .box-c .msg{
		padding-right: 0;
		flex-direction: column;
		margin-top: 0;
	}
	.news-d .box1 .box-c .msg .r{
		margin-top: 10px;
	}
	.news-d .box1 .box-c .text-container{
		margin-top: 30px;
	}
	.news-d .box1 .box-c{
		padding-bottom: 15px;
	}
	.news-d .box1 .box-c .img{
		margin-bottom: 25px;
	}
	.news-d .box1 .box-c .text-box{
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.news .box1 .box-c .list li .li-box .text-title{
		font-size: 18px;
	}
	.about-title .zh{
		font-size: 22px;
	}
	.about-title .en,
	.about .box1 .box-c .about-title .en{
		font-size: 22px;
	}
	.about .box1 .box-t .des{
		margin-top: 15px;
	}
	.about .box1 .box-t{
		padding-top: 40px;
	}
	.about .box1 .box-c .l li .li-l{
		width: 50px;
		height: 50px;
	}
	.about .box1 .box-c .l li .li-l img{
		height: 30px;
	}
	.about .box1 .box-c .l{
		margin-top: 20px;
	}
	.about .box2{
		margin-top: 50px;
	}
	.about .box2 .box-c .year{
		font-size: 22px;
	}
	.about .box2 .box-c{
		margin-top: 15px;
	}
	.about .box2 .contain{
		padding-bottom: 0;
	}
	.contact .box1 .r{
		padding: 60px 0 40px;
	}
	.contact .box1 .r .list li .text-title{
		font-size: 16px;
	}
	.contact .box1 .r .list li .text-des{
		font-size: 16px;
	}
	.contact .box1 .r .ewms{
		margin-top: 20px;
	}
	.contact .box1 .r .ewms{
		justify-content: space-between;
	}
	.e-i .box1 .box-c li .r .text-box{
		margin-top: 20px;
	}
	.e-i .box1 .box-c li .r .text-des{
		margin-top: 0;
	}
	.e-i .box1 .pagination{
		margin-top: 30px;
	}
	.e-i .box1 .box-c{
		margin-top: 30px;
	}
	.join .box1 .box-c .li-t-r{
		font-size: 14px;
	}
	.join .box1 .box-c .li-t-r .iconfont{
		font-size: 16px;
		margin-left: 3px;
	}
	.join .box1 .box-c .li-t-l .msg span:not(:last-child){
		margin-right: 10px;
	}
	.join .box1 .box-c li{
		padding: 0 10px;
	}
	.news .box1 .box-c .list li .li-box{
		padding: 0 20px 20px;
	}
	.news .box1 .box-c .list li{
		height: 250px;
	}
	.news .box2 .box-c li .more{
		margin-top: 20px;
	}
	.news-d .box1 .box-c .title{
		font-size: 18px;
	}
	.news-d .box1 .box-c{
		padding: 30px 15px 15px;
	}
	.news-d .box1 .box-c .msg .l{
		font-size: 14px;
	}
	.news-d{
		padding: 50px 0;
	}
	.news-d .box1 .box-c .text-container{
		margin-top: 20px;
	}
}