﻿/*banner*/

.banner {
	display: flex;
	overflow: hidden;
}

.banner .ban-box {
	position: relative;
}

.ban-box .swiper-slide {
	position: relative;
	overflow: hidden;
}

.ban-box .ban-img img {
	width: 100%;
	height: 800px;
	object-fit: cover;
}

.ban-box .ban-col {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ban-box .ban-col .container {
	padding: 0px 140px;
}

.ban-col .content h3 {
	font-size: 70px;
	font-family: "hg";
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
}

.ban-col .content h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: "sy-b";
	margin-top: 20px;
	line-height: 1.2;
	text-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: 2px;
}


.ban-col .content a {
	display: flex;
	align-items: center;
	width: 240px;
	height: 63px;
	justify-content: center;
	background: #fff;
	position: relative;
	z-index: 0;
}

.ban-col .content a span {
	display: block;
	color: #0068b0;
	font-size: 16px;
	margin-right: 20px;
	transform: translateY(1px);
}

.ban-col .content a i {
	display: block;
	width: 30px;
	height: 1px;
	background: #0068b0;
}

.ban-col .content a:before {
	content: "";
	background: #0068b0;
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.ban-col .content a:hover span {
	color: #fff;
}

.ban-col .content a:hover i {
	background: #fff;
}

.ban-col .content a:hover:before {
	top: 0;
	height: 100%;
	opacity: 1;
}

.ban-box .swiper-pagination {
	position: absolute;
	bottom: 20px;
	transform: translateX(-50%);
	left: 50%
}
.ban-box .swiper-pagination .swiper-pagination-bullet{
	margin: 0px 3px;
	width: 60px;
	height: 2px;
	background: #999999;
	opacity: 1;
	border-radius: 0;
}
.ban-box .swiper-pagination span.swiper-pagination-bullet-active{
	background: #414141;
}
.ban-box .swiper-button-next,
.ban-box .swiper-button-prev {
	display: block;
	margin: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	left: auto;
	right: auto;
	font-size: 40px;
	transition: all 0.4s;
}

.ban-box .swiper-button-prev {
	left: 0;
}

.ban-box .swiper-button-next {
	right: 0;
}

.ban-box .swiper-button-prev:hover,
.ban-box .swiper-button-next:hover {
	color: #0068b0;
}


.ban-box li.swiper-slide-active .ban-col .content h3 {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}

.ban-box li.swiper-slide-active .ban-col .content h2 {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
}

.ban-box li.swiper-slide-active .ban-col .content a {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
}
/*首页标题*/
.index-tit{

}
.index-tit span{
	font-size: 20px;
	position: relative;
	color: #1a568c;
	line-height: 1em;
	display: inline-block;
	padding-left: 32px;
}
.index-tit span:before{
	width: 25px;
	height: 1px;
	background: #1a568c;
	content: '';
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.index-tit h3{
	font-size: 40px;
	color: #15529f;
	font-family:'sy-b';
	margin-top: 20px;
	line-height: 1.2em;
}
/*产品领域*/
.product{
	padding: 75px 0px;
	background: #f4f7fc;
}
.product .content{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.product .lib{
	width: calc(100% - 590px);
}
.product .lib ul{
	margin: 0px -10px;
	display: flex;
	height: 100%;
}
.product .lib li{
	width: 25%;
	padding: 0px 10px;

}
.product .lib li a{
	width: 100%;
	height: 100%;
	background: url("../images/indexprobg.png") no-repeat bottom center;
	background-size: cover;
	box-shadow: 0px 0px 10px rgba(102, 102, 102, .2);
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 1s;
	border-bottom: 5px solid #24b0d5;
}
.product .lib li:nth-child(1) a,.product .lib li:nth-child(4) a{
	border-bottom: 5px solid #375c93;
}
.product .lib li a:hover{
	background: url("../images/indexprobg.png") no-repeat bottom center #375c93;
	background-size: cover;
}
.product .lib li .info img{
	height: 100px;
}
.product .lib li .info h2{
	color: #002c4a;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 30px;
}
.product .lib li .info p{
	color: #002c4a;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 5px;
}
.product .lib li a:hover .info h2,.product .lib li a:hover .info p{
	color: #fff;
}
.product .lib li .more{
	display: flex;
	align-items: center;
}
.product .lib li .more span{
	display: inline-block;
	width: 15px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
	transition: all 1s;
	background: url(../images/xc.png) right center/cover;
}
.product .lib li a:hover .more{
	color: #fff;
}
.product .lib li a:hover .more span{
	width: 25px;
	background: url(../images/xc1.png) right center/cover;
	transition: all 1s;
}

.xy-an{
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 40px;
	height: 52px;
	width: 179px;
	margin-top: 30px;
}

.xy-an a{
	display: inline-block;
	color:#66686c;
	font-size: 15px;
	border: 1px solid #d0dedf;
	width: 179px;
	height: 52px;
	line-height: 51px;
	text-align: center;
	border-radius: 40px;
	transition: all .7s ease-in-out;
	position: relative;
	z-index: 2;
}
.xy-an a:hover {
	color: #fff;
}
.xy-an a span{
	width: 15px;
	height: 12px;
	display: inline-block;
	background: url(../images/xc.png)  right center/cover;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom:2px;
}
.xy-an:hover a{
	border: 1px solid #375c93;
}
.xy-an a:hover span {
	background: url(../images/an.png);
}
.xy-an:after { content:''; width: 0; height: 100%; background: #375c93; position: absolute; left:0; bottom: 0; transition: all 0.6s; }
.xy-an:hover:after { width: 100%; z-index: 1;}

/*关于达晟*/
.about .top{
	position: relative;
}
.about .top img{
	width: 100%;
}
.about .top .con{
	padding-top: 5%;
	position: absolute;
	left: 4.2%;
	top: 0;
}
.about .top .con .en{
	font-size: 15px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-family: 'din';
	line-height: 1em;
}
.about .top .con .en b{
	font-weight: 700;
}
.about .top .con .cn{
	color: #fff;
	font-family: 'sy-b';
	font-size: 40px;
	margin-top: 15px;
}
.about .top .con .txt{
	margin-top: 100px;
}
.about .top .con .txt p{
	color: #fff;
	font-size: 26px;
	line-height: 1.4em;
	font-family: "Microsoft YaHei",Arial;
}
.about .top .con a{
	margin-top: 100px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	width: 160px;
	height: 46px;
	line-height: 44px;
	text-align: center;
}
.about .top .con a:hover{
	background: #375c93;
	border: 1px solid #375c93;
	color: #fff;
}
.about .content{
	display: flex;
}
.about .conLeft{
	width: 42%;
	background: #1c6da9;
}
.about .conLeft .con{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0px;
}
.about .conLeft .con .tit{
	font-size: 28px;
	color: #fff;
	position: relative;
	font-family: 'sy-b';
	line-height: 1em;
}
.about .conLeft .con .tit:after{
	position: absolute;
	width: 110px;
	height: 1px;
	background: #fff;
	content: '';
	left: 0px;
	bottom: -20px;
}
.about .conLeft .con .desc{
	margin-top: 46px;
}
.about .conLeft .con .desc p{
	color: #b2cee2;
	font-size: 18px;
	line-height: 1.5em;
}

.about .conRight{
	width: 58%;
	position: relative;
	overflow: hidden;
}
.about .conRight .img{
	width: 100%;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	left: 0;
}
.about .conRight .img img{
	width: 100%;
}
.about .conRight .itemlib{
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	height: 100%;
}
.about .conRight .item{
	color: #fff;
}
.about .conRight .item .t{
	font-family: 'sy-b';
	font-size: 20px;
}
.about .conRight .item .t span{
	font-size: 48px;
	font-family: din-m;
	margin-right: 5px;
}
.about .conRight .item .t1{
	margin-top: 20;
	font-size: 20px;
}
/*企业社会责任*/
.duty{
	padding: 65px 0px;
	background: url("../images/index_dutybg.jpg") no-repeat top center/cover;
}
.duty .desc{
	margin-top: 50px;
	width: 60%;
	font-size: 18px;
	line-height: 1.5em;
}
.dutylib{
	margin-top: 65px;
}
.dutylib ul{
	margin: 0px -5px;
	display: flex;
}
.dutylib li{
	padding: 0px 5px;
	width: 25%;
}
.dutylib li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.dutylib li .img{
	position: relative;
	border-bottom: 8px solid #0068b0;
}
.dutylib li:nth-child(3) .img,.dutylib li:nth-child(4) .img{
	border-bottom: 8px solid #24b0d5;
}
.dutylib li .img img{
	width: 100%;
}
.dutylib li .img p{
	position: absolute;
	color: #fff;
	width: 100%;
	top: 70%;
	padding: 0px 40px;
	font-size: 22px;
	display: flex;
	justify-content: space-between;
}
.dutylib li .img p span{
	width: calc(100% - 80px);
}
.dutylib li .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/index_dutylibg.jpg") no-repeat center/cover;
	left: 0px;
	bottom: -100%;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 1s;
}
.dutylib li a:hover .txt{
	bottom: 0;
}
.dutylib li .txt .tit{
	display:flex;
	color: #fff;
	font-size: 22px;
	justify-content: space-between;
}
.dutylib li .txt .tit span{
	width: calc(100% - 80px);
}
.dutylib li .txt .con{
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	height: calc(100% - 56px);
	overflow: auto;
}
.dutylib li:first-child .txt .con{
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	height: calc(100% - 86px);
	overflow: auto;
}

.dutylib li .txt .con p{
	color: #fff;
	line-height: 2em;
}

/*加入我们*/
.join{
	background: url("../images/join_bg.jpg") no-repeat top center #f4f7fc;
	background-size: 100% auto;
	padding: 65px 0px;
}
.join .tit p{
	color: #fff;
	line-height: 1em;
}
.join .tit p.en{
	font-size: 20px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-family: 'din';
	line-height: 1em;
}
.join .tit p.en b{
	font-weight: 700;
}
.join .tit p.cn{
	color: #fff;
	font-family: 'sy-b';
	font-size: 40px;
	margin-top: 20px;
}
.join .desc{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.join .desc .t{
	width: calc(100% - 300px);
}
.join .desc .t p{
	font-size: 20px;
	color: #fff;
	line-height: 1.8em;
}
.join .desc a{
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	width: 160px;
	height: 46px;
	line-height: 44px;
	text-align: center;
}
.join .desc a:hover{
	background: #24b0d5;
	border: 1px solid #24b0d5;
	color: #fff;
}
.join .itembox{
	margin-top: 90px;
	display: flex;
}
.join .itembox .itemLeft{
	width: 33.33%;
	position: relative;
}
.join .itembox .itemLeft .img{
	overflow: hidden;
}
.join .itembox .itemLeft .img img{
	width: 100%;
	transition: all 1s;
}
.join .itembox .itemLeft:hover .img img{
	transform: scale(1.1,1.1);
}
.join .itembox .itemLeft .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 24px;
	line-height: 1.5em;
	padding: 45px;
	color: #fff;
}
.join .itembox .itemRight{
	width: 66.67%;
	display: flex;
	flex-wrap: wrap;
}
.join .itembox .itemRight .item{
	width:calc(100% / 3);
	height: 50%;
	position: relative;
}
.join .itembox .itemRight .item .img{
	overflow: hidden;
}
.join .itembox .itemRight .item .img img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.join .itembox .itemRight .item:hover .img img{
	transform: scale(1.1,1.1);
}
.join .itembox .itemRight .item .txt{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px 40px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.join .itembox .itemRight .item:hover .txt{
	transform: translateY(-15px);
}

.join .itembox .itemRight .item .txt p{
	font-size: 20px;
	line-height: 1.8em;
	height: 5.4em;
	overflow: hidden;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.join .itembox .itemRight .item:nth-child(1){
	background: #5893d4;
}
.join .itembox .itemRight .item:nth-child(3),.join .itembox .itemRight .item:nth-child(4){
	background: #fff;
}
.join .itembox .itemRight .item:nth-child(3):after,.join .itembox .itemRight .item:nth-child(4):after{
	position: absolute;
	left: 40px;
	bottom: 40px;
	content: '';
	width: 36px;
	height: 2px;
	background-color: #5893d4;
}
.join .itembox .itemRight .item:nth-child(3) .txt p  {
	color: #333;
}
.join .itembox .itemRight .item:nth-child(4){
	width: 66.66%;
}
.join .itembox .itemRight .item:nth-child(4) .txt{
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.join .itembox .itemRight .item:nth-child(4) .txt h2{
	font-size: 20px;
	color: #333;
}
.join .itembox .itemRight .item:nth-child(4) .txt p{
	font-size: 18px;
	color: #a8a9ad;
	height: 3.6em;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}

@media only screen and (max-width: 1800px) {
	/*产品领域*/
	.product  .img{
		width: 500px;
	}
	.product  .lib{
		width: calc(100% - 530px);
	}
	.product .lib li a{
		padding: 50px 30px;
	}
}
@media only screen and (max-width: 1600px) {
	.dutylib li .img p{
		padding: 0px 20px;
	}
	.dutylib li .txt{
		padding: 25px;
	}
	.dutylib li .img p{
		font-size: 18px;
	}
	.dutylib li .txt .tit{
		font-size: 18px;
	}
	.dutylib li:first-child .txt .con{

	}
}

@media only screen and (max-width: 1440px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 600px;
	}
	.ban-col .content h3 {
		font-size: 60px;
	}
	.ban-col .content h2 {
		font-size: 36px;
		margin: 20px 0 60px;
	}
	.ban-col .content a {
		width: 220px;
		height: 59px;
	}
	.ban-col .content a span {
		font-size: 15px;
	}

	/*产品领域*/
	.product  .img{
		width: 400px;
	}
	.product  .lib{
		width: calc(100% - 430px);
	}
	.product .lib li a{
		padding: 30px;
	}
	.product .lib li .info img{
		height: 80px;
	}
	.product .lib li .info h2,.product .lib li .info p{
		font-size: 16px;
	}

	/*达晟介绍*/
	.about .top .con .en{
		font-size: 18px;
	}
	.about .top .con .cn{
		font-size: 40px;
	}
	.about .top .con .txt{
		margin-top: 75px;
	}
	.about .top .con .txt p{
		font-size: 24px;
	}
	.about .content{
		background: #1c6da9;
	}
	.about .conLeft .con .tit{
		font-size: 24px;
		font-family: 'sy-n';
	}
	.about .conLeft .con .tit:after{
		bottom: -20px;
		width: 25px;
	}
	.about .conLeft .con .desc{
		margin-top: 40px;
	}
	.about .conLeft .con .desc p{
		font-size: 16px;
	}
	.about .conRight .item .t1{
		font-size: 16px;
	}
	.about .conRight .item .t span{
		font-size: 32px;
	}
	.about .conRight .img{
		transform: translateY(-30%);
	}
	/*加入我们*/
	.join{
		padding: 30px 0px;
	}
	.join .tit p.cn{
		font-size: 40px;
	}
	.join .desc{
		margin-top: 30px;
	}
	.join .desc .t p{
		font-size: 18px;
	}
	.join .itembox{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1280px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 500px;
	}
	.ban-col .content h3 {
		font-size: 50px;
	}
	.ban-col .content h2 {
		font-size: 30px;
		margin: 15px 0 50px;
	}
	.ban-col .content a {
		width: 200px;
		height: 55px;
	}
	.ban-col .content a i {
		width: 20px;
	}
	.ban-col .content a span {
		font-size: 14px;
		margin-right: 15px;
	}
	.ban-box .swiper-button-next,
	.ban-box .swiper-button-prev {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	/*产品领域*/
	.product  .img{
		width: 350px;
	}
	.product  .lib{
		width: calc(100% - 380px);
	}
	.product .lib li .info h2,.product .lib li .info p{
		font-size: 14px;
	}
	/*达晟介绍*/
	/*达晟介绍*/
	.about .top .con .en{
		font-size: 16px;
	}
	.about .top .con .cn{
		font-size: 32px;
	}
	.about .top .con .txt{
		margin-top:40px;
	}
	.about .top .con .txt p{
		font-size: 18px;
		font-family: 'sy-n';
	}
	.about .top .con a{
		margin-top: 50px;
	}
	/*加入我们*/
	.join .itembox .itemLeft .txt{
		padding: 20px;
		font-size: 18px;
	}
	.join .itembox .itemRight .item .txt{
		padding: 0px 20px;
	}
	.join .itembox .itemRight .item .txt p{
		font-size: 16px;
	}
	.join .itembox .itemRight .item:nth-child(4) .txt h2{
		font-size: 18px;
	}
	.join .itembox .itemRight .item:nth-child(4) .txt p{
		font-size: 16px;
	}
	.join .itembox .itemRight .item:nth-child(3):after,.join .itembox .itemRight .item:nth-child(4):after{
		position: absolute;
		left: 20px;
		bottom: 20px;
		content: '';
		width: 36px;
		height: 2px;
		background-color: #5893d4;
	}
}

@media only screen and (max-width: 1180px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 400px;
	}
	.ban-col .content h2 {
		font-size: 42px;
		margin: 15px 0 40px;
	}
	.ban-col .content h2 br {
		display: none;
	}
	.ban-col .content a {
		width: 180px;
		height: 55px;
	}
	.ban-col .content a span {
		font-size: 14px;
		margin-right: 10px;
	}

	.index-tit h3{
		font-size: 32px;
	}
	.join .desc .t p{
		font-size: 16px;
	}



}

@media only screen and (max-width: 820px) {
	/*banner*/
	.ban-box .ban-col .container{
		padding: 0px 50px;
	}
	.ban-box .ban-img img {
		height: 300px;
	}
	.ban-col .content h3{
		font-size: 36px;
	}
	.ban-col .content h2 {
		font-size: 24px;
		margin: 15px 0 20px;
	}
	.ban-col .content a {
		height: 49px;
	}


	.product,.duty,.join{
		padding: 40px 0px;
	}
	.index-tit h3{
		font-size: 32px;
	}
	/*产品*/
	.product .content{
		margin-top: 40px;
		flex-flow: column;
	}
	.product .img{
		width: 100%;
	}
	.product .lib{
		margin-top: 40px;
		width: 100%;
	}
	/*社会责任*/
	.duty .desc{
		width: 100%;
		font-size: 16px;
		margin-top: 20px;
	}
	.dutylib{
		margin-top: 20px;
	}
	.dutylib ul{
		flex-wrap: wrap;
	}
	.dutylib li{
		width: 50%;
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 540px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 180px;
	}
	.ban-box .ban-col .content {
		margin: 0;
		padding: 0 50px;
	}
	.ban-col .content h3 {
		font-size: 32px;
		line-height: 1.5;
	}
	.ban-col .content h2 {
		font-size: 20px;
		margin: 10px 0 0;
	}
	.ban-col .content a {
		display: none;
	}
	.ban-box .swiper-button-next,
	.ban-box .swiper-button-prev {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}


	.product,.duty,.join{
		padding: 20px 0px;
	}
	.index-tit h3{
		font-size: 20px;
		margin-top: 10px;
	}
	/*产品*/
	.product .content{
		margin-top: 20px;
	}
	.product .lib{
		margin-top: 0px;
	}
	.product .lib ul{
		flex-wrap: wrap;
	}
	.product .lib li{
		width: 50%;
		margin-top: 20px;
	}
	/*达晟介绍*/
	.about .top img{
		width: 100%;
		height: 600px;
		object-fit: cover;
	}
	.about .content{
		flex-direction: column;
	}
	.about .conLeft{
		width: 100%;
	}
	.about .conLeft .con{
		padding: 20px;
		width: 100%;
	}
	.about .conRight{
		width: 100%;
		padding: 20px;
	}
	.about .conRight .img{
		transform: translateY(0);
		top: 0 !important;
	}
	.about .conRight .itemlib{
		flex-wrap: wrap;
	}
	.about .conRight .item{
		width: 50%;
	}
	.about .conRight .item .t{
		font-family: 'sy-n';
		font-size: 16px;
	}
	/*社会责任*/
	.duty .desc{
		width: 100%;
		font-size: 16px;
		margin-top: 20px;
	}
	.dutylib{
		margin-top: 20px;
	}
	.dutylib ul{
		flex-direction: column;
	}
	.dutylib li{
		width: 100%;
		margin-bottom: 10px;
	}

	/*加入我们*/
	.join{
		background-size: auto 400px;
	}
	.join .tit p.en{
		font-size: 14px;
	}
	.join .tit p.cn{
		font-size: 18px;
		margin-top: 10px;
	}
	.join .desc{
		flex-direction: column;
		align-items: first;
		margin-top: 15px;
	}
	.join .desc .t{
		width: 100%;
	}
	.join .desc a{
		margin-top: 15px;
	}
	.join .itembox{
		flex-direction: column;
	}
	.join .itembox .itemLeft{
		width: 100%;
	}
	.join .itembox .itemRight{
		width: 100%;
	}
	.join .itembox .itemRight .item{
		width: calc(100% / 3);
		height: auto;
	}
	.join .itembox .itemRight .item .txt{
		padding: 5px;
	}
	.join .itembox .itemRight .item .txt p{
		font-size: 12px;
	}
	.join .itembox .itemRight .item:nth-child(4),.join .itembox .itemRight .item:nth-child(3){
		display: none;
	}

}