@charset "utf-8";
.flex_rb {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;}
.flex_ra {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;}
.flex_rc {display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;}
.flex_cc {display:flex;flex-direction:column;justify-content:center;align-items:center;}

.img-cover{width:100%;height:100%;overflow: hidden;}
.img-cover img{width:100%;height:100%;object-fit: cover;-webkit-transition: all .6s ease-in-out;-moz-transition: all .6s ease-in-out;transition: all .6s ease-in-out;}
.img-cover:hover img{transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);}

/* 展开导行 */
.sidebar-wrapper {position:relative;height:100%;overflow:auto;display:none;}
#dowebok {background-color:rgba(0,0,0,.6);}
#dowebok .nav {margin-top:80px;list-style-type:none;color:#fff;}
#dowebok .nav li {display:block;line-height:55px;font-size:18px;position:relative;}
#dowebok .nav li a {display:block;padding:0 20px;height:100%;border-bottom:1px solid #666;}
#dowebok .nav a:hover {background-color:#000;}
#dowebok .nav li .n2btn {width:35px;height:55px;display:inline-block;position:absolute;right:0;top:0;color:#fff;background:url(../images/more.svg) no-repeat left center;background-size:auto 24px;z-index:10;}
#dowebok .nav li .nav2 {display:none;}
#dowebok .nav li .nav2 li {font-size:16px;}
#dowebok .nav li .nav2 li a {padding-left:50px;}
[data-simplersidebar='active'] {box-shadow:3px 0px 3px 0px rgba(0,0,0,0.5);}



/* 广告图 */
.ibanner{
	width:100%;
	height:100%;
}
.ibanner .swiper-slide a{
	width:100%;
	height:100%;
}
.ibanner .swiper-slide a img{
	width:100%;
	height:100%;
	object-fit: cover;
}


.ibanner img {width:100%;}
.ibanner .swiper-pagination {
	position:absolute;
	text-align: center;
	bottom:30px;
	padding:0;
	z-index:70;
}
.ibanner .swiper-pagination-bullet{
	display:inline-block;
	height:6px;
	width:20px;
	background:#fff;
	cursor:pointer;
	opacity:.6;
	border-radius:0;
	transition:all 0.3s ease-in;
	border-radius: 25px;
	margin: 0 8px !important;
}
.ibanner .swiper-pagination-bullet-active{
	width:45px !important;
	opacity:1;
}

@media (max-width: 768px) {
	.ibanner .swiper-pagination {
		bottom:18px;
	}	
}

@media (max-width: 480px) {
	.ibanner .swiper-pagination {
		bottom:15px;
	}	
}

.inc_banner {font-size:0;}
.inc_banner img {width:100%;}




body{
	/* height: 2000px; */
}

/*index*/
.header {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	/* transition: all ease-in-out 0.5s; */
	height: 90px;
	background: rgba(0, 0, 0, 0.5);
}

.header .header_box h1 {
	width: 235px;
	height: 24px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	float: left;
	margin-top: 33px;
}

.header .header_box h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.header .header_box .header_nav {
	float: right;
	margin-right: 30px;
	margin-top: 33px;
}

.header .header_box .header_nav ul li {
	float: left;
	color: #ffffff;
	font-size: 16px;
	padding-right: 30px;
}

.header .header_box .header_nav ul li:hover,
.header .header_box .header_nav ul li.on{
	font-weight: bold;
}

.header .header_box .header_nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.header .header_box .header_nav ul li:last-child {
	padding-right: 0;
}

.header .search {
	float: right;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../images/search.png);
	cursor: pointer;
	background-size: auto 65%;
	margin-top: 26px;
	padding: 0;
}

.header .menu {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	cursor: pointer;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	margin-top: 15px;
	margin-left: 20px;
}

.header .header_form {
	position: absolute;
	left: 0;
	bottom: -75px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 666;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	height: 45px;
	overflow: hidden;
	display: none;
}

.header .header_form form {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	position: relative;
}

.header .header_form form input.text {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	text-indent: 10px;
	border-bottom: 1px solid #ccc;
}

.header .header_form form input.submit {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 45px;
	background-image: url(../images/search_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.header .header_box h1 {
		width: 200px;
	}	
	
	.header .header_box .header_nav ul li {
		font-size: 14px;
		padding-right: 20px;
	}	
}

@media (max-width: 991px) {
	.header {
		height: 60px;
	}	
	
	.header .header_box h1 {
		width: 180px;
		margin-top: 18px;
	}	
	
	.header .search {
		margin-top: 15px;
	}
}

@media (max-width: 768px) {
	.header {
		height: 50px;
	}
	
	.header .header_box h1 {
		width: 160px;
		margin-top: 15px;
	}	
	
	.header .search {
		margin-top: 13px;
	}
	
	.header .menu {
		margin-top: 13px;
	}
}

.footer{
	width: 100%;
	height: 560px;
	background: url(../images/bg.jpg) no-repeat center;
}

.footer .footer_box{
	padding: 90px 0 360px;
	border-bottom: 1px solid #fff;
}

.footer .footer_nav{
	float: left;
}

.footer .footer_nav dl{
	float: left;
	margin-right: 50px;
}

.footer .footer_nav dl dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}

.footer .footer_nav dl dd {
  font-size: 16px;
  line-height: 30px;
  color: #dee7fa;
}

.footer .footer_right{
	float: right;
}

.footer .footer_right .footer_logo{
	width: 200px;
	height: 21px;
	background: url(../images/footer_logo.png) no-repeat center;
	margin-bottom: 22px;
}

.footer .footer_right p{
	text-align: right;
	color: #fff;
}

.footer .footer_right .tel{
	font-size: 16px;
	margin-bottom: 15px;
}

.footer .footer_right .phone{
	font-size: 30px;
	margin-bottom: 30px;
}

.footer .footer_right .qr{
	display: inline-block;
	width: 80px;
	height: 80px;
	float: right;
}

.footer .footer_right img{
	margin-bottom: 10px;
}

.footer .footer_right span{
	display: block;
	text-align: center;
}

.footer .copyright{
	font-size: 16px;
	color: #fff;
	padding:40px 0;
}

@media (max-width: 1500px) {
	.footer .footer_nav dl {
		margin-right: 45px;
	}	
}

@media (max-width: 1200px) {
	.footer .footer_nav dl {
		margin-right: 20px;
	}	
}

@media (max-width: 991px) {
	.footer .footer_box{
		padding: 80px 0;
	}
	
	.footer .footer_right .footer_logo {
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.footer .footer_right {
	  float: none;
	  text-align: center;
	}
	
	.footer .footer_right p{
		text-align: center;
	}
	
	.footer .footer_right .qr{
		float: none;
		text-align: center;
		
	}
	
	.footer .copyright{
		padding:60px 0;
		text-align: center;
	}	
}


.tit1{
	text-align: center;
	margin-top: 120px;
}

.tit1 h2{
	font-size: 36px;
	margin-bottom: 15px;
}

.tit1 i{
	display: inline-block;
	font-size: 16px;
	color: #747474;
	margin-bottom: 30px;
}

.tit1 p{
	font-size: 16px;
	color: #999999;
}

.index1_box{
	margin-top: 53px;
}

.index1_box .index1_text .pic_box{
	position: relative;
	float: left;
	width: 47%;
}

.index1_box .index1_text .pic_box i{
	position: absolute;
	display: inline-block;
	background: url(../images/play.png) no-repeat center;
	width: 62px;
	height: 62px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index1_box .index1_text .text_box{
	float: right;
	width: 47%;	
	margin-top: 30px;
	height: 540px;
}

.index1_box .index1_text .text_box .text{
	width: 77%;	
}

.index1_box .index1_text .text_box .text p{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 30px;
	color: #999999;
}

.index1_box .index1_text .text_box a{
	display: block;
	width: 162px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 27px;
	background: linear-gradient(to right,#5892da,#7f7cd9);
}

.index1_box .index1_text2 .text_box{
	float: left;
	width: 47%;
	margin-top: 105px;
}

.index1_box .index1_text2 .text_box .list{
	float: left;
	width: 50%;
	padding-bottom: 60px;
}

.index1_box .index1_text2 .text_box .list h4{
	font-size: 16px;
	color: #333;
}

.index1_box .index1_text2 .text_box .list span{
	font-size: 64px;
	color: #333;
	padding: 20px 0;
	font-weight: bold;
}

.index1_box .index1_text2 .text_box .list p{
	font-size: 16px;
	color: #333;
}

.index1_box .index1_text2 .pic_box2{
	position: relative;
	width: 47%;
	float: right;
	height: 700px;
}

.index1_box .index1_text2 .pic_box2 img{
	position: absolute;
	width: 100%;
	height: 100%;
	/* bottom: 110px; */
	bottom: 15%;
}

@media (max-width: 1500px) {
	.index1_box .index1_text .text_box .text p {
	    margin-bottom: 30px;
	    line-height: 26px;
	}
}

@media (max-width: 1200px) {
	.index1_box .index1_text .text_box{
		margin-top: 20px;
	}
	.index1_box .index1_text .text_box .text {
	    width: 85%;
	}
	.index1_box .index1_text .text_box .text p {
		line-height: 26px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.index1_box .index1_text2 .pic_box2 img{
		bottom: 230px;
	}
	.index1_box .index1_text .text_box a{
		width: 158px;
		height: 46px;
		line-height: 46px;
		font-size: 14px;
	}
	.index1_box .index1_text2 .pic_box2 {
	    height: 600px;
	}
	.index1_box .index1_text2 .pic_box2 img{
		bottom: 35%;
		object-fit: cover;
	}	
	.index1_box .index1_text2 .text_box .list span{
		font-size: 60px;
	}
}

@media (max-width: 991px) {
	.tit1 {
		margin-top: 50px;
	}
	.index1_box .index1_text .text_box{
		margin-top:0px;
	}
	.index1_box .index1_text .text_box .text p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 13px;
	}	
	.index1_box .index1_text .text_box a{
		width: 150px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.index1_box .index1_text2 .pic_box2 {
	    height: 500px;
	}
	.index1_box .index1_text2 .pic_box2 img{
		/* bottom: 360px; */
		/* bottom: 60%; */
	}	
	.index1_box .index1_text2 .text_box{
		margin-top: 85px;
	}
	.index1_box .index1_text2 .text_box .list h4{
		font-size: 14px;
	}
	
	.index1_box .index1_text2 .text_box .list span{
		font-size: 46px;
		padding: 18px 0;
	}
	
	.index1_box .index1_text2 .text_box .list p{
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.index1_box {
		margin-top: 40px;
	}
	.tit1{
		margin-top: 30px;
	}
	.tit1 h2{
		font-size: 26px;
	}
	.tit1 i{
		font-size: 14px;
	}
	.tit1 p{
		font-size: 14px;
	}
	.index1_box .index1_text .pic_box {
		width: 100%;
		float: none;
		text-align: center;
	}	
	.index1_box .index1_text .text_box {
		width: 100%;
		height: 220px;
		float: none;
		margin-top: 20px;
	}
	.index1_box .index1_text .text_box .text{
		width: 100%;
	}
	.index1_box .index1_text .text_box .text p {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}	
	.index1_box .index1_text .text_box a{
		width: 146px;
		height: 38px;
		line-height: 38px;
	}
	.index1_box .index1_text2 .text_box {
		width: 100%;
		float: none;
		margin-top: 40px;
	}
	.index1_box .index1_text2 .pic_box2 {
		width: 100%;
		/* bottom: -414px; */
	}
	.index1_box .index1_text2 .pic_box2 img {
		position: static;
	}
}

@media (max-width: 480px) {
	.index1_box .index1_text .text_box a{
		width: 142px;
		height: 34px;
		line-height: 34px;
	}	
	.index1_box .index1_text .text_box .text p {
		font-size: 14px;
		line-height: 18px;
	}
	.index1_box .index1_text .text_box {
		height: 240px;
	}
	.index1_box .index1_text2 .pic_box2 {
	    float: none;
		height: 100%;
	}
}

.index2{
	background-color: #f5f5f5;
	padding: 88px 0 130px 0;
}

.index2 .tit1{
	margin-top: 0;
}

.index2_box {
    margin-top: 53px;
}

.index2_box .item{
	position: relative;
}

.index2_box .item{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position:center;
	/* background-size: 100% 100%; */
	/* object-fit: cover; */
	background-size: cover;
}

.index2_box .item:nth-child(1){
	width: 100%;
	height: 690px;
	
}

.index2_box .item:not(:nth-child(1)){
	float: left;
	width: 49%;
	height: 410px;
	margin: 2% 2% 0 0;
}

.index2_box .item:nth-child(3){
	margin-right:0;
}

.index2_box .item:nth-child(5){
	margin-right:0;
}

.index2_box .item .text_box h4{
	font-size: 24px;
	padding-bottom: 16px;	
	/* font-weight: bold; */
}

.index2_box .item .text_box p{
	font-size: 18px;	
	color: #666666;
	line-height: 30px;
}

.index2_box .item .text_box a{
	position: relative;
	font-size: 16px;	
	color: #333;
}

.index2_box .item .text_box a::after{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -13px;
	display: inline-block;
	height: 1px;
	width: 100%;
	content: '';
	background: #333;
}

.index2_box .item .text_box a:hover{
	background: linear-gradient(to right,#5892da,#7f7cd9);	
	-webkit-background-clip: text;
	color:transparent;
}

.index2_box .item .text_box a:hover::after{
	background: linear-gradient(to right,#5892da,#7f7cd9);	

}

.index2_box .item:nth-child(1) h4{
	padding-bottom: 30px;
}

.index2_box .item:not(:nth-child(1)) p{
	padding-bottom: 130px;
}

.index2_box .item:nth-child(1) .text_box{
	position: absolute;
	left: 3%;
	bottom: 12%;
}

.index2_box .item:not(:nth-child(1)) .text_box{
	position: absolute;
	top: 15%;
	left: 6%;
}



@media (max-width: 1200px) {
	.index2_box .item:nth-child(1) {
		height: 585px;
	}	
	.index2_box .item:not(:nth-child(1)){
		height: 350px;
	}	
	.index1_box .index1_text .text_box {
	    height: 460px;
	}
	.index2_box .item .text_box h4{
		font-size: 20px;
	}
	.index2_box .item .text_box p{
		font-size: 16px;	
		line-height: 28px;
	}
	.index2_box .item .text_box a{
		font-size: 14px;
	}		
	.index1_box .index1_text2 .pic_box2 img {
		position: initial;
	}
	.index1_box .index1_text .text_box .text p {
		margin-bottom: 20px;
	}
	.index1_box .index1_text2 .pic_box2 {
	    padding-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.index1_box .index1_text .text_box {
	    height: 400px;
	}
	.index1_box .index1_text .text_box .text p {
		margin-bottom: 10px;
	}
	.index2_box .item:nth-child(1) .text_box{
		bottom: 15%;
	}
	.index2_box .item:nth-child(1) {
		height: 475px;
	}	
	.index2_box .item .text_box h4{
		font-size: 18px;
	}
	.index2_box .item .text_box p{
		font-size: 14px;	
		line-height: 26px;
	}
	.index2_box .item .text_box a{
		font-size: 12px;
	}	
	.index2_box .item:not(:nth-child(1)) p{
		padding-bottom: 100px;
	}
	.index2_box .item:not(:nth-child(1)) {
	    height: 285px;
	}
}

@media (max-width: 768px) {
	.index1_box .index1_text .text_box {
	    /* height: 230px; */
		height: auto;
	}
	.index2 {
		padding-bottom: 80px;
	}
	.index2_box .item:nth-child(1) .text_box{
		bottom: 13%;
	}
	.index2_box .item:nth-child(1) {
		height: 373px;
	}	
	.index2_box .item .text_box h4{
		font-size: 16px;
	}
	.index2_box .item .text_box p{
		font-size: 12px;	
		line-height: 24px;
	}
	.index2_box .item .text_box a{
		font-size: 12px;
	}	
	.index2_box .item:not(:nth-child(1)) p{
		padding-bottom: 50px;
	}
	.index2_box .item:not(:nth-child(1)) {
	    height: 227px;
	}
}

@media (max-width: 640px) {
	.index2_box .item:nth-child(1) {
		height: 350px;
	}	
	.tit1{
		margin-top: 26px;
	}
	.tit1 h2{
		font-size: 26px;
	}
	.tit1 i{
		font-size: 14px;
	}
	.tit1 p{
		font-size: 14px;
	}
	.index2 {
		padding: 42px 0 30px 0;
	}
	.index2_box {
		margin-top: 15px; 
	}
	.index2_box .item:nth-child(1) {
		height: 260px;
	}
	.index2_box .item:not(:nth-child(1)) {
	    width: 100%;
		height: 350px;
	}
	.index2_box .item:nth-child(1) .text_box{
		bottom: 18%;
	}
	.index2_box .item .text_box h4{
		font-size: 16px;
	}
	.index2_box .item .text_box p{	
		line-height: 22px;
	}	

}

@media (max-width: 480px) {
	.tit1{
		margin-top: 28px;
	}
	.tit1 h2{
		font-size: 24px;
	}
	.index1_box .index1_text .text_box {
	    /* height: 260px; */
	}
	.index2 {
	    padding: 39px 0 28px 0;
	}
	.index2_box {
		margin-top: 13px; 
	}
	.index2_box .item:nth-child(1) {
		height: 250px;
	}
	.index2_box .item:nth-child(1) .text_box{
		bottom: 18%;
	}
	.index2_box .item:not(:nth-child(1)) {
		
	}
	.index2_box .item .text_box h4{
		font-size: 14px;
	}
	.index2_box .item .text_box p{
		line-height: 20px;
	}
	.index2_box .item:nth-child(1) h4{
		padding-bottom: 10px;
	}
	.index2_box .item:not(:nth-child(1)) {
	    width: 100%;
		height: 250px;
	}
	.index2_box .item:not(:nth-child(1)) p {
	    padding-bottom: 45px;
	}
	.index2_box .item .text_box a::after{
		bottom: -5px;
	}
	
}

@media (max-width:375px) {
	.index2_box .item:nth-child(1) {
		height: 170px;
	}
	.index2_box .item:not(:nth-child(1)) {	
		height: 200px;
	}
	.index1_box .index1_text .text_box {
	    /* height: 340px; */
	}
}

.index3{
	padding: 120px 0 120px 0;
}

.index3_box{
	float: left;
	padding-left: 30px;
	width: 48%;
}
.index3 .pic_box{
	float: right;
	width: 48%;
}
.index3 .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index3 .index3_box h2{
	font-size: 36px;
	padding-bottom: 45px;
}
.index3 .index3_box p{
	font-size: 16px;
	color: #999999;
	line-height: 25px;
}
.index3 .index3_box img{
	padding: 70px 0 55px 0;
}

.index3 .swiper-container {
  padding-bottom: 105px;
}
.index3 .swiper-container .swiper-pagination {
  bottom: 0;
}

.index3 .swiper-pagination-bullet {
    display: inline-block;
    height: 4px;
    width: 40px;
    background: #cdcdcd;
    cursor: pointer;
    opacity: .6;
    border-radius: 0;
    /* transition: all 0.3s ease-in; */
    /* border-radius: 25px; */
    margin: 0 8px !important;
}

.index3 .swiper-pagination-bullet-active {
	background: linear-gradient(to right,#5892da,#7f7cd9);
    opacity: 1;
}

@media (max-width: 1200px) {
	.index3 .index3_box h2{
		font-size: 34px;
		padding-bottom: 43px;
	}
	.index3 .index3_box p{
		font-size: 14px;
		line-height: 23px;
	}
	.index3 .pic_box {
	  padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.index3{
		padding:0 0 60px 0;
	}
	.index3_box{
		padding-bottom: 20px;
	}
	.index3 .pic_box{
		padding-top: 50px;
	}
	.index3 .index3_box h2{
		font-size: 32px;
		padding-bottom: 42px;
	}
	.index3 .index3_box p{
		font-size: 14px;
		color: #999999;
		line-height: 22px;
	}
	.index3 .index3_box img{
		padding: 50px 0 45px 0;
	}
	.index3 .swiper-container {
	    padding-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.index3_box{
		float: none;
		width: 100%;
		text-align: center;
		padding-left: 0;
		height: 260px;
	}
	.index3 .pic_box{
		float: none;
		width: auto;
		padding-top: 0;
	}
	.index3 .index3_box h2{
		font-size: 30px;
		padding-bottom: 40px;
	}
	.index3 .index3_box p{
		line-height: 22px;
	}
	.index3 .index3_box img{
		padding: 30px 0 20px 0;
	}
	.index3 .swiper-container {
	    padding-bottom: 56px;
	}
}

@media (max-width: 480px) {
	.index3 .index3_box h2{
		font-size: 28px;
		padding-bottom: 38px;
	}
	.index3 .index3_box p{
		line-height: 20px;
	}
	.index3 .index3_box img{
		padding: 30px 0 20px 0;
		background-size: 50% auto;
	}
	.index3 .swiper-container {
	    padding-bottom: 44px;
	}
}

.index4{
	background-color: #f5f5f5;
}

.index4 .tit1{
	padding: 90px 0 50px 0;
	margin-top: 0;
}

.index4 .index4_box{
	padding-bottom: 120px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.index4 .index4_box .item{
	float: left;
	margin-right: 3%;
	width: 31.3%;
}

.index4 .index4_box .item:nth-child(3){
	margin-right: 0;
}

.index4 .index4_box .item .text_box p{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	padding-top: 20px;
	line-height: 42px;
}

.index4 .index4_box .item:hover p{
	color: #1f5dcb;
}

.index4 .index4_box .item .text_box h4{
	position: relative;
	font-size: 18px;
	color: #333333;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}

.index4 .index4_box .item h4::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1f5dcb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.index4 .index4_box .item:hover h4:after {
	width: 100%;
}

.index4 .index4_box .item:hover h4{
	color: #1f5dcb;
}

.index4 .index4_box .item span{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding-top: 24px;
}

.index4 .index4_box .item:hover span{
	color: #1f5dcb;
}

.index4 .index4_box .item .pic_box {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.index4 .index4_box .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}

.index4 .index4_box .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1200px) {
	.index4 .tit1 h2{
		font-size: 34px;
		margin-bottom: 13px;
	}
	.index4 .tit1 i{
		font-size: 14px;
		margin-bottom: 28px;
	}
	.index4 .tit1 p {
	    font-size: 14px;
	}
	.index4 .index4_box .item .text_box p{
		font-size: 14px;
		padding-top: 18px;
		line-height: 40px;
	}
	.index4 .index4_box .item .text_box h4{
		font-size: 16px;
		height: 48px;
	}
	.index4 .index4_box .item span{
		font-size: 12px;
		padding-top: 22px;
	}
	.index4 .index4_box{
		padding-bottom: 100px;
	}
	.index4 .tit1{
		padding: 80px 0 50px 0;
	}
	.index4 .index4_box .item .pic_box {
		height: 250px;
	}
}

@media (max-width: 991px) {
	.index4 .tit1 h2{
		font-size: 32px;
		margin-bottom: 11px;
	}
	.index4 .tit1 i{
		margin-bottom: 26px;
	}
	.index4 .index4_box .item .text_box p{
		padding-top: 16px;
		line-height: 38px;
	}
	.index4 .index4_box .item .text_box h4{
		font-size: 14px;
		height: 46px;
	}
	.index4 .index4_box .item span{
		padding-top: 20px;
	}
	.index4 .index4_box{
		padding-bottom: 80px;
	}
	.index4 .tit1{
		padding: 60px 0 50px 0;
	}
	.index4 .index4_box .item {
		width: 46%;
		padding-bottom: 40px;
	}
	.index4 .index4_box .item .pic_box {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.index4 .index4_box .item{
		width: 48.5%;
		padding-bottom: 30px;
	}
	.index4 .index4_box .item:nth-child(2){
		margin: 0;
	}
	.index4 .tit1 h2{
		font-size: 30px;
		margin-bottom: 9px;
	}
	.index4 .tit1 i{
		font-size: 10px;
		margin-bottom: 24px;
	}
	.index4 .index4_box .item .text_box p{
		padding-top: 14px;
		line-height: 36px;
	}
	.index4 .index4_box .item .text_box h4{
		height: 44px;
	}
	.index4 .index4_box .item span{
		padding-top: 18px;
		padding-bottom: 20px;
	}
	.index4 .index4_box{
		padding-bottom: 60px;
	}
	.index4 .tit1{
		padding: 40px 0 50px 0;
	}
	.index4 .index4_box .item .pic_box {
		height: 220px;
	}
}

@media (max-width: 640px) {
	.index4 .index4_box .item{
		width: 48.5%;
		padding-bottom: 20px;
	}
	.index4 .index4_box .item:nth-child(2){
		margin: 0;
	}
	.index4 .tit1 h2{
		font-size: 28px;
		margin-bottom: 11px;
	}
	.index4 .tit1 i{
		margin-bottom: 26px;
	}
	.index4 .index4_box .item .text_box p{
		padding-top: 16px;
		line-height: 38px;
	}
	.index4 .index4_box .item .text_box h4{
		font-size: 14px;
		height: 46px;
	}
	.index4 .index4_box .item span{
		padding-top: 20px;
		padding-bottom: 22px;
	}
	.index4 .index4_box{
		padding-bottom: 40px;
	}
	.index4 .tit1{
		padding: 42px 0 52px 0;
	}
	.index4 .index4_box .item .pic_box {
		height: 180px;
	}
}

@media (max-width: 480px) {
	.index4 .tit1 h2{
		font-size: 26px;
		margin-bottom: 7px;
	}
	.index4 .tit1 i{
		margin-bottom: 22px;
	}
	.index4 .index4_box .item {
		width: 100%;
		padding-bottom: 10px;
	}
	.index4 .index4_box .item .pic_box{
		height: 245px;
	}
	.index4 .index4_box .item .text_box p{
		padding-top: 12px;
		line-height: 34px;
	}
	.index4 .index4_box .item .text_box h4{
		height: 42px;
	}
	.index4 .index4_box .item span{
		padding-top: 16px;
		padding-bottom: 18px;
	}
	.index4 .index4_box{
		padding-bottom: 20px;
	}
	.index4 .tit1{
		padding: 20px 0 30px 0;
	}	
}

/* nav */
.nav{
	border-bottom: 2px solid #dcdcdc;
}

.nav1{
	float: left;
}

.nav1 ul li{
	float: left;
	font-size: 18px;
	color: #666;
	line-height: 90px;
	text-align: center;
	position: relative;
	margin-right: 50px;
}

.nav1 ul li:last-child{
	margin-right: 0;
}

.nav1 ul li::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #1f5dcb;
	display: none;
}
.nav1 ul li.on{
	color: #1f5dcb;
}
.nav1 ul li:hover::after,
.nav1 ul li.on::after{
	display: block;
}

.nav1 ul li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}

@media (max-width: 1200px) {
	.nav1 ul li{
		font-size: 16px;
		line-height: 80px;
		margin-right: 48px;
	}	
}

@media (max-width: 991px) {
	.nav1 ul li{
		font-size: 14px;
		line-height: 76px;
		margin-right: 46px;
	}	
}

@media (max-width: 768px) {
	.nav1 ul li{
		line-height: 74px;
		margin-right: 44px;
	}	
}

@media (max-width: 640px) {
	.nav1 ul li{
		line-height: 66px;
		margin-right: 30px;
	}	
}

@media (max-width: 480px) {
	.nav1 ul li{
		line-height: 60px;
		margin-right: 16px;
	}	
}

/*about*/
.about{
	background-color: #f5f5f5;
}

.about .intro{
	padding-top: 90px;
}
@media (max-width: 1200px) {
	.about .intro {
		padding-top: 80px;
	}
}

.about .text_box{
	float: left;
	padding-top: 55px;
	width: 48%;
}

.about .pic_box{
	float: right;
	width: 48%;
	height: 467px;
	margin-right: 0;
	
}

.about .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .about_tit strong{
	color: #1f5dcb;
	font-size: 40px;
}

.about .about_tit h2{
	color: #1f5dcb;
	font-size: 28px;
	padding-top: 10px;
}

.about .about_tit i{
	display: inline-block;
	background-color: #1f5dcb;
	height: 2px;
	width: 52px;
	margin: 36px 0 35px 0;
}

.about .text_box .text p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

@media (max-width: 1200px) {
	.about .about_tit strong{
		font-size: 36px;
	}

	.about .about_tit h2{
		font-size: 26px;
		padding-top: 8px;
	}

	.about .about_tit i{
		margin: 32px 0 25px 0;
	}	
	.about .text p{
		font-size: 14px;
		line-height: 34px;
	}
}

@media (max-width: 991px) {
	.about .text_box {
	    padding-top: 0;
	}
	.about .about_tit strong{
		font-size: 30px;
	}

	.about .about_tit h2{
		font-size: 20px;
		padding-top: 6px;
	}

	.about .about_tit i{
		margin: 30px 0 22px 0;
	}	
}

@media (max-width: 768px) {	
	.about .intro{
		padding-top: 0px;
	}
	.about .text_box{
		float: none;
		padding-top: 55px;
		width: 100%;
	}

	.about .pic_box{
		float: none;
		width: 100%;
		height:auto;
	}	
	
	.about .text_box .text{
		padding-bottom: 30px;
	}
	
	.about .text_box .about_tit strong{
		font-size: 26px;
	}
	
	.about .text_box .about_tit h2{
		font-size: 18px;
		padding-top: 4px;
	}
	
	.about .text_box .about_tit i{
		margin: 24px 0 18px 0;
	}	
	.about .intro .text_box .text p{
		font-size: 14px;
		line-height: 28px;
	}

}

@media (max-width: 640px) {	
	.about .text_box{
		padding-top: 50px;
	}
	
	.about .text_box .text{
		padding-bottom: 30px;
	}
	
	.about .text_box .about_tit strong{
		font-size: 24px;
	}
	
	.about .text_box .about_tit h2{
		font-size: 16px;
	}
	
}

@media (max-width: 480px) {	
	.about .text_box{
		padding-top: 45px;
	}
	
	.about .text_box .text{
		padding-bottom: 26px;
	}
	
	.about .text_box .about_tit strong{
		font-size: 22px;
	}
	
	.about .text_box .about_tit h2{
		font-size: 14px;
	}
	
}

.about .history {
	padding-top: 180px;
}

@media (max-width: 1200px) {
	.about .history {
		padding-top: 120px;
	}	
}

@media (max-width: 991px) {
	.about .history {
		padding-top: 100px;
	}	
}

@media (max-width: 768px){
	.about .history {
	    padding-top: 80px;
	}
}

@media (max-width: 480px){
	.about .history {
	    padding-top: 60px;
	}
}

/* .about .about_tit strong{
	color: #1f5dcb;
	font-size: 40px;
}

.about .about_tit h2{
	color: #1f5dcb;
	font-size: 28px;
	padding-top: 10px;
}

.about .about_tit i{
	display: inline-block;
	background-color: #1f5dcb;
	height: 2px;
	width: 52px;
	margin: 36px 0 35px 0;
} */

.history {
	padding-bottom:100px;
	background-color: #f5f5f5;
}

.history .gallery-thumbs {
	background: url(../images/dotline.jpg) 0 51px repeat-x;
}

.history .gallery-thumbs .swiper-slide {
	padding-top: 40px;
	height: 62px;
	text-align: center;
}

.history .gallery-thumbs .dotout {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	padding: 6px;
	border-radius: 50%;
	background-color: rgba(195, 195, 195, .2);
	cursor: pointer;
}

.history .gallery-thumbs .dotin {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c3c3c3;
}

.history .gallery-thumbs .swiper-slide-thumb-active .dotout {
	background-color: rgba(1, 96, 81, .2);
}

.history .gallery-thumbs .swiper-slide-thumb-active .dotin {
	background-color: #1f5dcb;
}

.history .gallery-thumbs .dotout span {
	left: -10px;
	top: -35px;
	position: absolute;
	font-size: 18px;
	color: #333;
	width: 40px;
}

.history .gallery-top {
	width: 100%;
	/* height: 578px; */
	border-bottom: 2px solid #1f5dcb;
	box-sizing: border-box;
	text-align: center;
	background-color: #fff;
	padding-bottom: 58px;
}

.history .gallery-top .text {
	padding-top: 65px;
	padding-left: 20px;
	padding-right: 20px;
}

.history .gallery-top h5 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.history .gallery-top p {
	font-size: 16px;
	line-height: 35px;
	color: #666;
}

@media (max-width: 768px){
	.about .about_tit strong {
		font-size: 26px;
	}
	.about .about_tit h2 {
	    font-size: 18px;
	    padding-top: 4px;
	}
	.about .about_tit i {
	    margin: 24px 0 18px 0;
	}
}
@media (max-width: 480px) {
	.history .gallery-top {
		/* height: 478px; */
		padding-bottom: 30px;
	}
	.history .gallery-top p {
		font-size: 14px;
		line-height: 35px;
	}
	.history .gallery-top .text {
	    padding-top: 35px;
	}
	.history .gallery-thumbs .dotout span {
	    font-size: 15px;
	    left: -7px;
	}
	.about .about_tit strong {
		font-size: 22px;
	}
	.about .about_tit h2 {
	    font-size: 14px;
	    padding-top: 4px;
	}
	.about .about_tit i {
	    margin: 20px 0 14px 0;
	}
}



.mission_box {
	position: relative;
	background: url(../images/about3.jpg) no-repeat center;
	width: 100%;
	height: 700px;
	
}

.mission_box::before{
	position: absolute;
	content: '';
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	top: 50%;
	left: 0;
}

.mission_box::after{
	position: absolute;
	content: '';
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	top: 0;
	left: 50%;
}

.mission_box .list{
	float: left;
	width: 50%;
	height: 50%;
	text-align: center;
	position: relative;
}

.mission_box .list:hover{
	background-color: #1f5dcb;
	background: rgba(31, 93, 203, 0.5);
}

.mission_box .list .text{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;	
	z-index: 999;
}

.mission_box .list .text p{
	color: #fff;
	font-size: 24px;
	padding-bottom: 15px;
}

.mission_box .list .text span{
	color: #fff;
	font-size: 16px;	
}

@media (max-width: 1200px){
	.mission_box .list .text p{
		font-size: 22px;
		padding-bottom: 13px;
	}
	
	.mission_box .list .text span{
		font-size: 14px;	
	}
}

@media (max-width: 991px){
	.mission_box .list .text p{
		font-size: 22px;
		padding-bottom: 11px;
	}
	
	.mission_box .list .text span{
		font-size: 12px;	
	}
}

@media (max-width: 768px){
	.mission_box {
		height: 600px;
	}
	.mission_box .list .text p{
		font-size: 20px;
		padding-bottom: 19px;
	}
	
}

@media (max-width: 480px){
	.mission_box {
		height: 500px;
	}
	.mission_box .list .text p{
		font-size: 16px;
		padding-bottom: 17px;
	}
	
}

.about .culture{
	padding: 120px 0 120px 0;
}

.culture .culture_box{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;	
}

.culture .culture_box .list{
	float: left;
	width: 320px;
	height: 270px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	transition: all .3s ease-in-out;
}

.culture .culture_box .list:hover {
  transform: translate(0, -10px);
}

.culture .culture_box .list em{
	width: 62px;
	height: 62px;	
	padding-bottom: 32px;
}

.culture .culture_box .list:nth-child(1) em{
	background: url(../images/about_icon1.png) no-repeat center;
}

.culture .culture_box .list:nth-child(2) em{
	background: url(../images/about_icon2.png) no-repeat center;
}

.culture .culture_box .list:nth-child(3) em{
	background: url(../images/about_icon3.png) no-repeat center;
}

.culture .culture_box .list:nth-child(4) em{
	background: url(../images/about_icon4.png) no-repeat center;
}

.culture .culture_box .list h4{
	color: #fff;
	font-size: 24px;
	padding-bottom: 14px;
}

.culture .culture_box .list span{
	color: #fff;
	font-size: 16px;	
}

@media (max-width: 1200px) {
	.culture .culture_box .list em{
		padding-bottom: 30px;
	}	
	.culture .culture_box .list h4{
		font-size: 22px;
		padding-bottom: 12px;
	}
	.culture .culture_box .list span{
		font-size: 14px;	
	}
}

@media (max-width: 991px) {
	.culture .culture_box .list{
		width: 300px;
		height: 250px;
	}
	.about .culture .culture_box .list em{
		background-size: 90%;
		padding-bottom: 28px;
	}	
	.culture .culture_box .list h4{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.culture .culture_box .list span{
		font-size: 12px;	
	}
}

@media (max-width: 768px) {
	.culture .culture_box .list{
		/* width: 48%; */
	}
	.about .culture .culture_box .list em{
		background-size: 84%;
		padding-bottom: 26px;
	}	
	.culture .culture_box .list h4{
		font-size: 18px;
		padding-bottom: 8px;
	}
}

@media (max-width: 480px) {
	.culture .culture_box .list{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.about .culture .culture_box .list em{
		background-size: 80%;
		padding-bottom: 24px;
	}	
	.culture .culture_box .list h4{
		font-size: 16px;
		padding-bottom: 6px;
	}
	.about .culture_box {
		padding-top:50px;
	}
	.about .culture {
	    padding-bottom:50px;
	}
}

/*case*/
.case{
	padding-top: 90px;
	padding-bottom: 90px;
}

.case .case_box .item{
	width: 32%;
	height: 470px;
	margin-bottom: 60px;
}

.case .case_box .item .pic_box{
    width: 100%;
    height: 300px;
    overflow: hidden;	
}

.case .case_box .item .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
}

.case .case_box .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case .case_box .item .text_box p {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding-top: 20px;
    line-height: 42px;
}

.case .case_box .item:hover p{
	color: #1f5dcb;
}

.case .case_box .item .text_box h4{
	position: relative;
	font-size: 18px;
	color: #333333;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
}

.case .case_box .item h4::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1f5dcb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease-in-out;
}

.case .case_box .item:hover h4:after {
	width: 100%;
}

.case .case_box .item:hover h4{
	color: #1f5dcb;
}

.case .case_box .item span{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding-top: 24px;
}

.case .case_box .item:hover span{
	color: #1f5dcb;
}

@media (max-width: 1200px) {
	.case .case_box .item{
		width: 30%;
		height: 450px;
		margin-bottom: 58px;
	}	
	.case .case_box .item .text_box p {
		font-size: 14px;
	}
	.case .case_box .item .text_box h4{
		font-size: 16px;
		height: 48px;
	}
	.case .case_box .item span{
		font-size: 12px;
		padding-top: 22px;
	}
	.case .case_box .item .pic_box{
		height: 250px;
	}
}

@media (max-width: 991px) {
	.case .case_box .item{
		width: 48%;
		height: auto;
		margin-bottom: 58px;
	}	
	.case .case_box .item .pic_box{
		height: 300px;
	}
}

@media (max-width: 768px) {
	.case .case_box .item{
		margin-bottom: 50px;
	}	
	.case .case_box .item .pic_box{
		height: 260px;
	}
}

@media (max-width: 640px) {
	.case {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.case .case_box .item{
		margin-bottom: 40px;
	}	
	.case .case_box .item .pic_box{
		height: 200px;
	}
	.case .case_box .item .text_box p {
		font-size: 12px;
	}
	.case .case_box .item .text_box h4{
		font-size: 14px;
		height: 46px;
	}
	.case .case_box .item span{
		font-size: 12px;
		padding-top: 20px;
	}
}

@media (max-width: 480px) {
	.case {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.case .case_box .item{
		width: 100%;
		margin-bottom: 36px;
	}	
	.case .case_box .item .pic_box{
		/* height: 300px; */
		height: auto;
	}
	.case .case_box .item .text_box p {
		font-size: 12px;
	}
	.case .case_box .item .text_box h4{
		font-size: 14px;
		height: 44px;
	}
}

/* page */
.page {
	text-align: center;
	color: #666;
}

.page .pagination {
	display: inline-block;
}

.page .pagination li {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 36px;
	margin: 0 5px 10px;
	font-size: 15px;
	color: #333;
	background: #fff;
}

.page .pagination li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.page .pagination li.active,
.page .pagination li:hover {
	background-color: #1f5dcb;
	color: #fff;
}

.page .pagination li.prev,
.page .pagination li.next {
	padding: 0;
	width: 36px;
	font-family: "宋体";
	border: none;
}

.page .pagination li.prev{
	background: url(../images/l_bg2.png) center center no-repeat;
	background-size: 6px 12px;
}

.page .pagination li.next{
	background: url(../images/r_bg2.png) center center no-repeat;
	background-size: 6px 12px;
}
.page .pagination li.disabled{
	display: none;
}
.page .pagination li.first,
.page .pagination li.last {
	width: 70px;
}

@media (max-width: 768px) {
	.page .pagination li {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		/* padding: 0 11px; */
		width: 30px;
		margin: 0 3px 10px;
	}

	.page .pagination li.prev,
	.page .pagination li.next {
		width: 30px;
	}

	.page ul li.first,
	.page ul li.last {
		width: 50px;
	}
}

/* newsv */
.newsv {
	padding-bottom: 107px;
}

.newsv_box {
	box-sizing: border-box;
}

.newsv_box .htit {
	padding-bottom: 50px;
	text-align: center;
}

.newsv_box .htit h4 {
	font-size: 30px;
	color: #333;
	padding-top: 116px;
}

.newsv_box .htit .date {
	margin-top: 20px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}

.newsv_box .htit .date span {
	color: #999;
	font-size: 16px;
	/* line-height: 50px; */
	/*padding-left: 25px;*/
}

.newsv_box .htit span.day {
	background-image: url(../images/date.png);
	margin-left: 20px;
	margin-right: 20px;
}

.newsv_box .htit span.count {
	background-image: url(../images/view.png);
}

.newsv_box .text_box {
	font-size: 18px;
	color: #333;
	line-height: 34px;
	padding-bottom: 85px;
}

.newsv_box .next_group {
	/* height: 65px; */
	position: relative;
	/* padding-top: 104px; */
	box-sizing: border-box;
	font-size: 16px;
	color: #999;
}

.newsv_box .next_group a.back {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%,-25%);
  border: 1px solid #999;
  border-radius: 27px;
  text-align: center;
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
}

.newsv_box .next_group a {
	display: inline-block;
	/* padding: 0 20px; */
	/* position: relative; */
}

.newsv_box .next_group a.newsv_left {
	float: left;
	width: 400px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* .newsv_box .next_group a.newsv_left::before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsleft.png) center center no-repeat;
} */

.newsv_box .next_group a.newsv_right {
	float: right;
	width: 400px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* .newsv_box .next_group a.newsv_right::before {
	position: absolute;
	right: 0px;
	top: 0px;
	content: '';
	width: 10px;
	height: 20px;
	background-size: auto 10px;
	background: url(../images/newsright.png) center center no-repeat;
} */

.newsv_box .next_group a:hover {
	color: #1f5dcb;
}


@media(max-width:1200px) {

	/* .newsv_box .next_group a.newsv_left,
	.newsv_box .next_group a.newsv_right {
		float: none;
		margin: 10px 0;
	} */
	.newsv_box .text_box {
	    font-size: 16px;
	    line-height: 30px;
	    padding-bottom: 82px;
	}
	.newsv_box .htit h4 {
	    font-size: 26px;
	    padding-top: 100px;
	}
	.newsv_box .next_group a.back{
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:991px) {
	.newsv_box .next_group a.newsv_left{
		width: 280px;
	}
	.newsv_box .next_group a.newsv_right{
		width: 280px;
	}
}

@media (max-width:768px) {
	.newsv_box .htit h4{
		font-size: 20px;
		padding-top: 60px;
	}
	.newsv_box .htit {
		padding: 25px 0;
	}

	.newsv_box .htit h2 {
		font-size: 18px;
	}
	.newsv_box .text_box {
	    font-size: 14px;
	    line-height: 28px;
	    padding-bottom: 80px;
	}
	.newsv_box .next_group {
		font-size: 14px;
	}
	.newsv_box .next_group a.back{
		width: 140px;
		height: 30px;
		line-height: 30px;
	}
	.newsv_box .next_group a.newsv_left{
		width: 200px;
	}
	.newsv_box .next_group a.newsv_right{
		width: 200px;
	}
	.newsv_box .htit .date {
	  margin-top: 0;
	  padding-bottom:0;
	}
	.newsv_box .htit .date span {
	  font-size: 14px;
	  line-height: 46px;
	}
	
}

@media (max-width:640px) {
	.newsv {
		padding-bottom: 40px;
	}
	.newsv_box .htit h4{
		font-size: 18px;
		padding-top: 0;
	}
	.newsv_box .htit h2 {
		font-size: 16px;
	}

	.newsv_box .htit p {
		font-size: 14px;
	}

	.newsv_box .next_group a{
		display: block;
	}
	.newsv_box .next_group a.newsv_left{
		float: none;
		width: 500px;
	}
	.newsv_box .next_group a.newsv_right{
		float: none;
		width: 500px;
	}
	.newsv_box .next_group a.back{
		border: 0;
		position: inherit;
		left:0;
		top: 0;
		display: inline;
		transform: none;
		text-align: left;
	}
	
	.newsv_box .text_box {
	    padding-bottom: 52px;
	}

}

@media (max-width:480px) {
	.newsv_box .next_group a.newsv_left{
		width: 100%;
	}
	.newsv_box .next_group a.newsv_right{
		width: 100%;
	}
}

.newsv .newsv_box .text_box video,
.newsv .newsv_box .text_box iframe {
	display: block;
	width: 90% !important;
	margin: 0 auto;
}

.newsv .newsv_box .text_box iframe {
	height: 750px;
}

@media(max-width:1200px) {
	.newsv .newsv_box .text_box iframe {
		height: 650px;
	}
}

@media(max-width:992px) {
	.newsv .newsv_box .text_box iframe {
		height: 550px;
	}
}

@media(max-width:768px) {
	.newsv .newsv_box .text_box iframe {
		height: 450px;
	}
}

@media(max-width:680px) {
	.newsv .newsv_box .text_box iframe {
		height: 400px;
	}
}


/*contact*/
.contact{
	background-color: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 120px;
	box-sizing: border-box;
	/* text-align: center; */
}

.way {
	padding: 90px 0 80px;
	margin-bottom: 74px;
	background-color: #fff;
}

.way .item {
	box-sizing: border-box;
	width: 100%;
	/* border-right: 1px solid #ececec; */
	color: #999;
	text-align: center;
	padding: 0 15px;
	padding-top: 10px;
}

.way .swiper-slide:last-child .item {
	border-right-width: 0;
	padding-top: 0;
}

.way .item em {
	width: 48px;
	height: 48px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.way .item h4 {
	margin: 32px 0 10px;
	color: #666;
	font-size: 16px;
}

.way .item p {
	/* max-width: 270px; */
	line-height: 24px;
	font-size: 16px;
}

.way .item .pic_box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

.way .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.way .swiper-slide:last-child .item h4 {
	margin-top: 15px;
	font-size: 16px;
}



/* @media (max-width:1500px) {
	.contact {
		padding-top: 55px;
		padding-bottom: 90px;
	}

	.contact h2 {
		margin: 6px 0 55px;
	}

	.way {
		padding: 50px 0;
		margin-bottom: 55px;
	}
} */

.contact .about{
	margin-top: 120px;
}

@media (max-width:1200px) {
	.contact .about {
	    margin-top: 80px;
	}
/* 	.contact {
		padding-top: 50px;
		padding-bottom: 70px;
	} */

/* 	.contact h2 {
		margin: 6px 0 50px;
		font-size: 24px;
	} */


	.way {
		padding: 45px 0;
		margin-bottom: 50px;
	}

	.way .item {
		padding-top: 15px;
	}

	.way .swiper-slide:last-child .item {
		padding-top: 0;
	}
}

@media (max-width:991px) {
	.contact {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.way {
		padding: 40px 0;
		margin-bottom: 40px;
	}
}

@media (max-width:768px) {
	.contact {
		padding-top: 35px;
		padding-bottom: 40px;
	}

	.contact .ens {
		font-size: 14px;
	}

	.way {
		padding: 30px 0;
		margin-bottom: 35px;
	}

	/* .way .item {
		height: 155px;
	} */

	.way .item h4 {
		margin: 24px 0 14px;
	}

	.way .item p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width:480px) {
	.contact {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.way {
		padding: 30px 0;
	}

	.way .item .pic_box {
		width: 100px;
		height: 100px;
	}
}

@media (max-width:375px) {
	.way .item {
		border-right-width: 0;
	}
}

/* message */
.rform {
	width: 100%;
	margin-top: 68px;
}



.about .mess{
	font-size: 16px;
	color: #666;
}

.rform input,
.rform textarea {
	font-size: 16px;
}

.rform .flexbet {
	margin-bottom: 20px;
}

.rform .flexbet input {
	padding-left: 2%;
	width: 49%;
	height: 62px;
	margin-bottom: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.rform textarea {
	width: 100%;
	height: 200px;
	padding: 25px 0 0 2%;
	background-color: #fff;
	font-family: Arial, "微软雅黑";
	box-sizing: border-box;
}

.rform .sbtn {
	display: flex;
	/* justify-content: flex-end; */
}

.rform .sbtn .form_left{
	width: 49%;
}

.rform .sbtn .form_right{
	width: 49%;
}

.rform .sbtn .pic,
.rform .sbtn .f4,
.rform .sbtn .apply {
	height: 62px;
}

.rform .sbtn .pic {
	background-color: transparent;
	/* float: left; */
}

.rform .sbtn .f4 {
	width: 67%;
	padding-left: 4%;
	height: 62px;
	background-color: #fff;
	box-sizing: border-box;
}

.rform .sbtn .apply {
	float: right;
	width: 30%;
	background-color: #1f5dcb;
	color: #fff;
}

.rform .sbtn .apply:hover {
	background-color: #177ae5;
}

@media (max-width:1200px) {
	.rform {
		margin-top: 48px;
	}
	.about .mess {
	    font-size: 14px;
	}
	.rform .sbtn .f4 {
		width: 58%;
	}
}

@media (max-width:991px) {

	.rform .flexbet input {
		height: 38px;
		/* margin-bottom: 12px; */
	}

	.rform textarea {
		height: 120px;
	}

	.rform .sbtn {
		flex-wrap: wrap;
	}



	.rform .sbtn .pic,
	.rform .sbtn .f4,
	.rform .sbtn .apply {
		height: 38px;
	}

	.rform .sbtn .f4 {
		width: 58%;
	}


}

@media (max-width:768px) {

	.rform textarea {
		height: 100px;
	}
	.rform input, .rform textarea {
	    font-size: 14px;
	}
}

@media (max-width:640px) {
	.rform {
		width: 100%;
	}

	.rform .flexbet input {
		/* margin-bottom: 10px; */
	}

	.rform textarea {
		height: 100px;
	}
	
	.rform .sbtn .f4 {
		width: 45%;
	}
	.rform .sbtn .apply {
		width: 40%;
	}
}

@media (max-width:480px) {
	.rform {
		width: 100%;
	}
	.rform .flexbet input {
		width: 100%;
	}
	.rform .sbtn .apply {
		width: 60%;
	}
	.rform textarea {
		padding-top: 10px;
	}
	.rform .sbtn .form_left {
	    width: 60%;
	}
	.rform .sbtn .form_right {
	    width: 40%;
	}
	.rform .sbtn .pic, .rform .sbtn .f4, .rform .sbtn .apply {
		height: 34px;
	}
}

/* download */
.down1{
	padding-top: 85px;
}

.down1,.down2{
	padding-bottom: 120px;
}

.down_box .item{
	width: 46%;
	border: 1px solid #e6e6e6;
	padding: 36px 0 36px 36px;
	margin-bottom: 38px;
}

.down_box .item em{
	display:inline-block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 40px;
	background-position:center;
	background-repeat: no-repeat;
}

.down_box .item:nth-child(1) em{
	background-image: url(../images/down1.png);
}
.down_box .item:nth-child(2) em{
	background-image: url(../images/down2.png);
}
.down_box .item:nth-child(3) em{
	background-image: url(../images/down3.png);
}
.down_box .item:nth-child(4) em{
	background-image: url(../images/down4.png);
}

.down1 .down_box .item:not(:nth-child(1)):hover em{
	background-image: url(../images/down_qr.png);
	background-size: contain;
}

.down_box .item .text{
	float: left;
	padding-top: 10px;
}

.down_box .item .text h4{
	font-size: 24px;
	color: #333;
	padding-bottom: 20px;
}

.down_box .item .text p{
	font-size: 16px;
	color: #666;
}

.down2 .down_box .item em{
	background-image: url(../images/file.png);
}

.down2 .down_box .item:nth-child(1):hover em{
	background-image: url(../images/guide.png);
	background-size: contain;
}

@media (max-width: 1200px){
	.down_box .item .text h4{
		font-size: 22px;
		padding-bottom: 14px;
	}
	.down_box .item .text p{
		font-size: 14px;
	}
	.down_box .item em{
		width: 80px;
		height: 80px;
		margin-right: 36px;
	}
	.down_box .item .text{
		padding-top: 8px;
	}
	.down1,.down2{
		padding-bottom: 80px;
	}
	.down_box .item{
		padding: 34px 0 34px 34px;
		margin-bottom: 34px;
	}
}

@media (max-width: 991px){
	.down_box .item .text h4{
		font-size: 18px;
		padding-bottom: 12px;
	}
	.down_box .item .text p{
		font-size: 12px;
	}
	.down .down_box .item em{
		width: 55px;
		height: 55px;
		margin-right: 8px;
		background-size: 80%;
	}
	.down_box .item .text{
		padding-top: 0;
	}
	.down_box .item{
		padding: 20px 0 20px 20px;
		margin-bottom: 24px;
	}
	.down1,.down2{
		padding-bottom: 60px;
	}
}

@media (max-width: 768px){
	.down_box .item{
		width: 80%;
		margin: 14px auto;
	}
	.down_box .item .text h4{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.down .down_box .item em{
		margin-right: 20px;
	}
	.down1 .down_box .item:not(:nth-child(1)) em{
		background-image: url(../images/down_qr.png);
		background-size: contain;
	}
	.down2 .down_box .item:nth-child(1) em{
		background-image: url(../images/guide.png);
		background-size: contain;
	}
	.down1,.down2{
		padding-bottom: 40px;
	}
}

@media (max-width: 640px){
	.down1 {
	    padding-top: 65px;
	}
	.down_box .item{
		width: 80%;
		margin: 14px auto;
	}
}

@media (max-width: 480px){
	.down1 {
	    padding-top: 45px;
	}
	.down_box .item{
		width: 100%;
	}
	.down1 .down .down_box .item em {
		margin-right: 20px;
	}
	.down_box .item .text h4{
		font-size: 14px;
		padding-bottom: 8px;
	}
	.down_box .item .text p{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.down .down_box .item em{
		margin-right: 10px;
	}
}

/* pro */
.pro{
	background-color: #f5f5f5;
	padding-bottom: 90px;
}
.pro .pro_box{
	padding: 80px 0 90px 0;
}
.pro .pro_box .item{
	width: 48.5%;
	background-color: #fff;
	margin-bottom: 42px;
	transition: all .3s ease-in-out;
}

.pro .pro_box .item:hover {
  transform: translate(0, -10px);
}

.pro .pro_box .item .pic_box{
	float: left;
	padding: 30px 50px 40px 15px;
	overflow: hidden;
	width: 45%;
	height: 335px;
}

.pro .pro_box .item .pic_box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pro .pro_box .item .text_box{
	margin-top: 100px;
	margin-right: 56px;
	height: 200px;
}

.pro .pro_box .item .text_box h4{
	font-size: 24px;
	color: #333;
	padding-bottom: 40px;
}

.pro .pro_box .item .text_box p{
	font-size: 18px;
	color: #999;
}

.pro .pro_box .item span{
	position: relative;
	font-size: 16px;
	color: #666;
}

.pro .pro_box .item span::after{
	position: absolute;
    z-index: 1;
    left: 0;
    bottom: -13px;
    display: inline-block;
    height: 1px;
    width: 100%;
    content: '';
    background: #666;
}

.pro .pro_box .item:hover span{
	background-color: #1f5dcb;	
	-webkit-background-clip: text;
	color:transparent;
}

.pro .pro_box .item:hover span::after{
	background-color: #1f5dcb;	

}

@media (max-width: 1200px){
	.pro .pro_box .item .text_box h4{
		font-size: 22px;
		padding-bottom: 38px;
	}
	
	.pro .pro_box .item .text_box p{
		font-size: 16px;
	}
	
	.pro .pro_box .item span{
		font-size: 14px;
	}
	
	.pro .pro_box .item .pic_box{
		padding: 28px 48px 38px 13px;
		height: 315px;
	}
	
	.pro .pro_box .item .text_box{
		margin-top: 90px;
		margin-right: 52px;
		height: 180px;
	}
	.pro .pro_box .item {
		margin-bottom: 34px;
	}
	.pro .pro_box {
	    padding: 70px 0 80px 0;
	}
}

@media (max-width: 991px){
	.pro .pro_box .item .text_box h4{
		font-size: 20px;
		padding-bottom: 36px;
	}
	
	.pro .pro_box .item .text_box p{
		font-size: 14px;
	}
	
	.pro .pro_box .item span{
		font-size: 12px;
	}
	
	.pro .pro_box .item .pic_box{
		padding: 26px 46px 25px 11px;
		height: 295px;
	}
	.pro .pro_box .item .text_box{
		margin-top: 80px;
		margin-right: 48px;
		height: 160px;
	}
	.pro .pro_box {
	    padding: 60px 0 70px 0;
	}
}

@media (max-width: 768px){
	.pro .pro_box .item{
		width: 100%;
	}
	.pro .pro_box .item .text_box h4{
		font-size: 24px;
		padding-bottom: 36px;
	}
	
	.pro .pro_box .item .text_box p{
		font-size: 18px;
	}
	
	.pro .pro_box .item span{
		font-size: 16px;
	}
	
	.pro .pro_box .item .pic_box{
		padding: 26px 46px 36px 11px;
		height: 295px;
	}
	.pro .pro_box .item .text_box{
		margin-top: 80px;
		margin-right: 48px;
		height: 180px;
	}
}

@media (max-width: 640px){
	.pro .pro_box .item .text_box h4{
		font-size: 22px;
		padding-bottom: 36px;
	}
	
	.pro .pro_box .item .text_box p{
		font-size: 16px;
	}
	
	.pro .pro_box .item span{
		font-size: 14px;
	}
	
	.pro .pro_box .item .pic_box{
		padding: 26px 46px 36px 11px;
		height: 275px;
	}
	.pro .pro_box .item .text_box{
		margin-top: 70px;
		margin-right: 38px;
		height: 170px;
	}
	.pro .pro_box {
	    padding: 50px 0 30px 0;
	}
	.pro{
		padding-bottom: 70px;
	}
	.pro .pro_box .item {
	    margin-bottom: 24px;
	}
}

@media (max-width: 480px){
	.pro .pro_box .item .text_box {
		margin-top: 70px;
		margin-right: 38px;
		height: 156px;
	}
	
	.pro .pro_box .item .text_box h4{
		font-size: 18px;
		padding-bottom: 32px;
	}
	
	.pro .pro_box .item .text_box p{
		font-size: 14px;
	}
	
	.pro .pro_box .item span{
		font-size: 12px;
	}
	
	.pro .pro_box .item .pic_box{
		padding: 10px 28px 10px 11px;
		height: 255px;
	}
	.pro .pro_box .item .text_box{
		margin-top: 46px;
		margin-right: 30px;
	}
	.pro .pro_box {
	    padding: 46px 0 28px 0;
	}
	.pro{
		padding-bottom: 60px;
	}
	.pro .pro_box .item {
	    margin-bottom: 20px;
	}
	
}

/* pro-detail */
.prov{
	background-color: #f5f5f5;
	padding-top: 180px;
	padding-bottom: 120px;
}

.prov1_box{
	background-color: #fff;
	height: 500px;
}

.prov .prov1_box .swiper-container{
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
	height: 400px;
	overflow: hidden;
	padding:60px 0 20px 0;
}

.prov1_box .swiper-container .swiper-pagination {
  bottom: 0;
}

.prov .prov1_box .swiper-container .pic_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  
}

.prov .prov1_box .pic_box img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.prov .prov1_box .text_box{
	float: left;
	width: 50%;
}

.prov .prov1_box .text_box .text{
	padding: 115px 30px 30px 70px;
}

.prov .prov1_box .text_box .text h2{
	font-size: 30px;
	color: #333;
	padding-bottom: 38px;
}

.prov .prov1_box .text_box .text p{
	font-size: 18px;
	color: #999;
	line-height: 28px;
}

.prov .swiper-pagination-bullet {
    margin: 0 8px !important;
	background: #8eb5f9;
}

.prov .swiper-pagination-bullet-active {
	background: #1f5dcb;
}

.prov .prov2_box {
	margin-top: 90px;
	background-color: #fff;
	padding: 0 50px;
}

.prov .prov2_box .prov_tit{
	padding-top:88px;
	padding-bottom:56px;
}

.prov .prov2_box .prov_tit h2{
	font-size: 28px;
	color: #333;
	text-align: center;
}

.prov .prov2_box .text_box {
    font-size: 15px;
    line-height: 34px;
    color: #666;
	padding-bottom: 120px;
}

@media (max-width:1200px){
	.prov {
	    padding-top: 160px;
		padding-bottom:100px;
	}
	.prov .prov1_box{
		height: 480px;
	}
	.prov .prov1_box .swiper-container{
		height: 360px;
		padding:56px 0 22px 0;
	}
	.prov .prov1_box .text_box .text h2{
		font-size: 28px;
		padding-bottom: 36px;
	}
	
	.prov .prov1_box .text_box .text p{
		font-size: 16px;
		line-height: 28px;
	}
	.prov .prov2_box {
		margin-top: 64px;
	}
	
	.prov .prov2_box .prov_tit{
		padding-top:80px;
		padding-bottom:52px;
	}
	
	.prov .prov2_box .prov_tit h2{
		font-size: 26px;
	}
	
	.prov .prov2_box .text_box {
	    padding-bottom: 100px;
	}
	
}

@media (max-width:991px){
	.prov {
	    padding-top: 120px;
		padding-bottom:80px;
	}
	.prov .prov1_box{
		height: 460px;
	}
	.prov .prov1_box .swiper-container{
		height: 340px;
		padding:52px 0 24px 0;
	}
	.prov .prov1_box .text_box .text h2{
		font-size: 26px;
		padding-bottom: 32px;
	}
	
	.prov .prov1_box .text_box .text p{
		font-size: 14px;
		line-height: 26px;
	}
	
	.prov .prov2_box {
		margin-top: 60px;
	}
	
	.prov .prov1_box .swiper-container {
	    padding-top: 38px;
	}
	
	.prov .prov2_box .prov_tit{
		padding-top:70px;
		padding-bottom:42px;
	}
	
	.prov .prov2_box .prov_tit h2{
		font-size: 24px;
	}
	
	.prov .prov2_box .text_box {
	    padding-bottom: 80px;
	}
}

@media (max-width:768px){
	.prov {
	    padding-top: 100px;
		padding-bottom:60px;
	}
	.prov .prov1_box{
		height: auto;
	}
	.prov .prov1_box .swiper-container{
		height: 320px;
		padding:52px 0 24px 0;
	}
	.prov .prov1_box .swiper-container{
		float: none;
		width: 100%;
	}
	.prov .prov1_box .text_box{
		float: none;
		width: 100%;
	}	
	.prov .prov1_box .text_box .text {
	    padding: 30px 30px 30px 70px;
	}
	.prov .prov1_box .text_box .text h2{
		font-size: 24px;
		padding-bottom: 30px;
	}
	
	.prov .prov2_box {
		margin-top: 50px;
	}
	
	.prov .prov2_box .prov_tit{
		padding-top:60px;
		padding-bottom:32px;
	}
	
	.prov .prov2_box .prov_tit h2{
		font-size: 22px;
	}
	
	.prov .prov2_box .text_box {
	    padding-bottom: 60px;
	}
	
}

@media (max-width:640px){
	.prov {
	    padding-top: 80px;
		padding-bottom:40px;
	}
	.prov .prov1_box .text_box .text h2{
		font-size: 24px;
		padding-bottom: 30px;
	}
	
	.prov .prov1_box .text_box .text p{
		line-height: 24px;
	}
		
	.prov .prov1_box .text_box .text {
	    padding: 30px 30px 30px 50px;
	}
	
	.prov .prov2_box {
		margin-top: 40px;
	}
	
	.prov .prov2_box .prov_tit{
		padding-top:50px;
		padding-bottom:22px;
	}
	
	.prov .prov2_box .prov_tit h2{
		font-size: 20px;
	}
	
	.prov .prov2_box .text_box {
	    padding-bottom: 50px;
	}
}

@media (max-width:480px){
	.prov {
	    padding-top: 70px;
		padding-bottom:30px;
	}
	.prov .prov1_box .text_box .text h2{
		font-size: 24px;
		padding-bottom: 30px;
	}
	.prov .prov1_box .text_box .text h2{
		font-size: 22px;
		padding-bottom: 28px;
	}
	
	.prov .prov1_box .text_box .text p{
		font-size: 12px;
		line-height: 22px;
	}
	
	.prov .prov2_box {
		margin-top: 30px;
		padding: 0 20px;
	}
	
	.prov .prov2_box .prov_tit{
		padding-top:40px;
		padding-bottom:18px;
	}
	
	.prov .prov2_box .prov_tit h2{
		font-size: 18px;
	}
	
	.prov .prov2_box .text_box {
	    padding-bottom: 40px;
	}
}

/* free */
.free {
	background-image: url(../images/free_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	padding-top:240px;
	padding-bottom:120px;
}

.free .free_form{
	background-color: #fff;
	width: 100%;
	max-width: 562px;
}

.free .free_form .form_box{
	padding: 40px 80px;
}

.free .free_form .form_box .form_tit{
	text-align: center;
	padding-bottom: 32px;
}

.free .free_form .form_box .form_tit h2{
	font-size: 28px;
	color: #333;
	padding-bottom: 6px;
}

.free .free_form .form_box .form_tit p{
	font-size: 16px;
	color: #666;
}

.free .free_form .form_box .form_top{
	margin-bottom: 10px;
}

.free .free_form .form_box .form_top label{
	font-size: 14px;
	color: #666;
	width: 30%;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
}

.free .free_form .form_box .form_top label>i{
	color: #ed6618;
	padding-right: 5px;
}

.free .free_form .form_box .form_top input{
	width: 65%;
	height: 38px;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	line-height: 38px;
	padding-left: 4%;
	margin-bottom: 10px;
	color: #b2b2b2;
}

.free .free_form .form_box .form_middle{
	margin-bottom: 36px;
}

.free .free_form .form_box .form_middle p{
	float: left;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	line-height: 38px;
}

.free .free_form .form_box .form_middle p>a{
	color: #ed6618;
}

.free .free_form .form_box .form_middle .submit{
	width: 40%;
	background-color: #b3b3b3;
	float: right;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.free .free_form .form_box .form_bottom span{
	display: inline-block;
	font-size: 13px;
	color: #ed6618;
	padding-bottom: 8px;
	font-weight: bold;
}

.free .free_form .form_box .form_bottom p{
	font-size: 13px;
	color: #b2b2b2;
	line-height: 18px;
}

@media (max-width:1200px){
	.free{
		padding-top: 200px;
	}
	.free .free_form .form_box {
		padding: 36px 76px;
	}
	.free .free_form .form_box .form_tit h2 {
	    font-size: 26px;
	}
	.free .free_form .form_box .form_tit p {
	    font-size: 14px;
	}
	.free .free_form .form_box .form_tit {
	    padding-bottom: 28px;
	}
	.free .free_form .form_box .form_top label {
	    font-size: 12px;
	    height: 36px;
	    line-height: 36px;
	}
	.free .free_form .form_box .form_top input {
	    height: 36px;
	    font-size: 12px;
	    line-height: 36px;
	}
	.free .free_form .form_box .form_top {
	    margin-bottom: 8px;
	}
	.free .free_form .form_box .form_middle {
	    margin-bottom: 34px;
	}
	.free .free_form .form_box .form_middle p {
	    font-size: 12px;
	    line-height: 36px;
	}
	.free .free_form .form_box .form_middle .submit {
	    width: 36%;
	    height: 36px;
	    line-height: 36px;
	    font-size: 12px;
	}
	.free .free_form .form_box .form_bottom span {
	    font-size: 12px;
	}
	.free .free_form .form_box .form_bottom p {
	    font-size: 12px;
	    line-height: 16px;
	}
}

@media (max-width:991px){
	.free{
		background-position: left center;
		padding-top: 60px;
	}
	.free .free_form {
		margin: 70px auto;
	}
	.free .free_form .form_box {
		padding: 34px 74px;
	}
	.free .free_form .form_box .form_tit h2 {
	    font-size: 24px;
	}
	.free .free_form .form_box .form_tit p {
	    font-size: 12px;
	}
	.free .free_form .form_box .form_tit {
	    padding-bottom: 26px;
	}
	.free .free_form .form_box .form_top label {
	    height: 34px;
	    line-height: 34px;
	}
	.free .free_form .form_box .form_top input {
	    height: 34px;
	    line-height: 34px;
	}
	.free .free_form .form_box .form_top {
	    margin-bottom: 6px;
	}
	.free .free_form .form_box .form_middle {
	    margin-bottom: 30px;
	}
	.free .free_form .form_box .form_middle p {
	    line-height: 34px;
	}
	.free .free_form .form_box .form_middle .submit {
	    width: 32%;
	    height: 34px;
	    line-height: 34px;
	}
}

@media (max-width:768px){
	.free{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.free .free_form .form_box {
		padding: 34px 54px;
	}
	.free .free_form .form_box .form_tit h2 {
	    font-size: 22px;
	}
	.free .free_form .form_box .form_tit {
	    padding-bottom: 24px;
	}
	.free .free_form .form_box .form_top label {
	    height: 32px;
	    line-height: 32px;
	}
	.free .free_form .form_box .form_top input {
	    height: 32px;
	    line-height: 32px;
	}
	.free .free_form .form_box .form_top {
	    margin-bottom: 4px;
	}
	.free .free_form .form_box .form_middle {
	    margin-bottom: 28px;
	}
	.free .free_form .form_box .form_middle p {
	    line-height: 32px;
	}
	.free .free_form .form_box .form_middle .submit {
	    width: 28%;
	    height: 32px;
	    line-height: 32px;
	}
}

@media (max-width:640px){
	.free{
		padding-bottom: 50px;
	}
	.free .free_form{
		margin: 80px auto;
		max-width: 500px;
	}
}

@media (max-width:480px){
	.free{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.free .free_form{
		margin: 56px auto;
		max-width: 430px;
	}
	.free .free_form .form_box {
		padding: 32px 22px;
	}
	.free .free_form .form_box .form_tit h2 {
	    font-size: 20px;
	}
	.free .free_form .form_box .form_tit {
	    padding-bottom: 22px;
	}
	.free .free_form .form_box .form_top label {
	    height: 30px;
	    line-height: 30px;
	}
	.free .free_form .form_box .form_top input {
	    height: 30px;
	    line-height: 30px;
	}
	.free .free_form .form_box .form_top {
	    margin-bottom: 2px;
	}
	.free .free_form .form_box .form_middle {
	    margin-bottom: 26px;
	}
	.free .free_form .form_box .form_middle p {
	    line-height: 30px;
	}
	.free .free_form .form_box .form_middle .submit {
	    width: 30%;
	    height: 30px;
	    line-height: 30px;
	}
}

.free2 .item{
	float: left;
	width: 50%;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.free2 .item .text_box{
	padding-top: 100px;
	text-align: center;
}

.free2 .item .text_box h2{
	font-size: 28px;
	color: #333;
	padding-bottom: 30px;
}

.free2 .item .text_box p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.free2 .item:nth-child(3) .text_box h2{
	color: #fff;
}

.free2 .item:nth-child(3) .text_box p{
	color: #fff;
}

@media (max-width:1200px) {
	.free2 .item{
		height: 700px;
	}
	.free2 .item .text_box h2{
		font-size: 26px;
		padding-bottom: 28px;
	}
	
	.free2 .item .text_box p{
		font-size: 14px;
		line-height: 28px;
	}
}

@media (max-width:991px) {
	.free2 .item .text_box {
		padding-top: 90px;
	}
	.free2 .item{
		height: 600px;
	}
	.free2 .item .text_box h2{
		font-size: 24px;
		padding-bottom: 26px;
	}
	
	.free2 .item .text_box p{
		font-size: 12px;
		line-height: 26px;
	}
}

@media (max-width:768px) {
	.free2 .item{
		width: 100%;
	}
	.free2 .item .text_box {
		padding-top: 80px;
	}

}

@media (max-width:640px) {
	.free2 .item .text_box {
		padding-top: 40px;
	}
	.free2 .item{
		height: 500px;
	}
}

@media (max-width:480px) {
	.free2 .item .text_box {
		padding-top: 30px;
	}
	.free2 .item{
		height: 400px;
	}
	.free2 .item .text_box h2{
		font-size: 20px;
		padding-bottom: 18px;
	}
	
	.free2 .item .text_box p{
		line-height: 22px;
	}
}

/* join */
.join{
	padding-bottom: 120px;
}

.join .about_tit{
	padding-top: 115px;
}

.join .mall .text{
	font-size: 16px;
	color: #666;
	padding-bottom: 56px;
}

.join .mall .mall_box .item{
	position: relative;
	width: 23%;
	height: 240px;
	background-color: #fff;
}

.join .mall .mall_box .item::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #1f5dcb;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.join .mall .mall_box .item:hover::after {
	width: 100%;
}

.join .mall .mall_box .item h4{
	position: relative;
	font-size: 24px;
	color: #333;
	letter-spacing:4px;
	padding-top: 60px;
	text-align: center;
	padding-bottom: 54px;
}

.join .mall .mall_box .item h4::after {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    display: inline-block;
    height: 1px;
    width: 60px;
    content: '';
    background: #666;
	transform: translate(-50%, -50%);
}

.join .mall .mall_box .item p{
	font-size: 16px;
	color: #666;
	padding: 0 35px;
	text-align: center;
}

@media (max-width:1200px) {
	.join {
	    padding-bottom: 100px;
	}
	.join .about_tit{
		padding-top: 105px;
	}	
	.join .mall .text{
		font-size: 14px;
		padding-bottom: 54px;
	}
	.join .mall .mall_box .item{
		height: 220px;
	}
	.join .mall .mall_box .item h4{
		font-size: 22px;
		padding-bottom: 50px;
	}
	
	.join .mall .mall_box .item h4::after {
	    bottom: 28px;
	}
	
	.join .mall .mall_box .item p{
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.join {
	    padding-bottom: 80px;
	}
	.join .about_tit{
		padding-top: 85px;
	}	
	.join .mall .text{
		padding-bottom: 50px;
	}
	.join .mall .mall_box .item{
		height: 200px;
	}
	.join .mall .mall_box .item h4{
		font-size: 20px;
		padding-bottom: 46px;
	}
	
	.join .mall .mall_box .item h4::after {
	    bottom: 24px;
	}
	
}

@media (max-width:768px) {
	.join {
	    padding-bottom: 60px;
	}
	.join .about_tit{
		padding-top: 65px;
	}	
	.join .mall .mall_box .item{
		width: 49%;
		height: 200px;
		margin-bottom: 15px;
	}
}

@media (max-width:640px) {
	.join {
	    padding-bottom: 40px;
	}
	.join .about_tit{
		padding-top: 60px;
	}
	.join .mall .mall_box .item{
		height: 180px;
		margin-bottom: 15px;
	}
	.join .mall .mall_box .item h4{
		padding-top: 40px;
	}
}

@media (max-width:480px) {
	.join {
	    padding-bottom: 20px;
	}
	.join .about_tit{
		padding-top: 60px;
	}
	.join .mall .text{
		padding-bottom: 46px;
	}
	.join .mall .mall_box .item{
		height: 160px;
		margin-bottom: 12px;
	}
	.join .mall .mall_box .item h4{
		font-size: 18px;
		padding-bottom: 42px;
		padding-top: 32px;
	}
	
	.join .mall .mall_box .item h4::after {
	    bottom: 20px;
	}
	
}

@media (max-width:375px) {
	.join .mall .mall_box .item h4{
		padding-bottom: 35px;
		padding-top: 20px;
	}
	
}

.join .support .support_box .item{
	position: relative;
	width: 32%;
	height: 300px;
	background-color: #fff;
}

.join .support .support_box .item::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #1f5dcb;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.join .support .support_box .item:hover::after {
	width: 100%;
}


.join .support .support_box .item:nth-child(-n+3){
	margin-bottom: 25px;
}

.join .support .support_box .item em{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 35px;
}

.join .support .support_box .item h4{
	font-size: 24px;
	color: #333;
	padding-bottom: 25px;
}

.join .support .support_box .item p{
	font-size: 16px;
	color: #666;
}

@media (max-width:1200px) {
	.join .support .support_box .item{
		height: 280px;
		margin-bottom: 23px;
	}

	.join .support .support_box .item em{
		padding-bottom: 32px;
		background-size: 48px 48px;
	}

	.join .support .support_box .item h4{
		font-size: 22px;
		padding-bottom: 22px;
	}

	.join .support .support_box .item p{
		font-size: 14px;
	}	
}

@media (max-width:991px) {
	.join .support .support_box .item{
		height: 260px;
		margin-bottom: 21px;
	}

	.join .support .support_box .item em{
		padding-bottom: 30px;
		background-size: 46px 46px;
	}

	.join .support .support_box .item h4{
		font-size: 20px;
		padding-bottom: 20px;
	}

	.join .support .support_box .item p{
		font-size: 12px;
	}	
}

@media (max-width:768px) {
	.join .support .support_box .item{
		width: 48%;
		margin-bottom: 23px;
	}
}

@media (max-width:640px) {
	.join .support .support_box .item{
		margin-bottom: 21px;
		height: 240px;
	}
	
	.join .support .support_box .item em{
		padding-bottom: 28px;
		background-size: 44px 44px;
	}
	
	.join .support .support_box .item h4{
		font-size: 18px;
		padding-bottom: 18px;
	}
	
}

@media (max-width:480px) {
	.join .support .support_box .item{
		margin-bottom: 19px;
		height: 220px;
	}
	
	.join .support .support_box .item em{
		padding-bottom: 26px;
		background-size: 42px 42px;
	}
	
	.join .support .support_box .item h4{
		font-size: 16px;
		padding-bottom: 16px;
	}
		
}

.join .case_display_box .item{
	background-color: #fff;
	margin-bottom: 60px;
}

.join .case_display_box .item:nth-child(3){
	margin-bottom:0;
}

.join .case_display_box .item:nth-child(3) .pic .pic_box:nth-child(-n+2){
	padding-bottom: 25px;
}

.join .case_display_box .item .pic{
	padding: 80px 60px 60px 60px;
}

.join .case_display_box .item .pic .pic_box{
	width: 49%;
	height: 310px;
}

.join .case_display_box .item .pic .pic_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join .case_display_box .item .case_text_box{
	text-align: center;
	padding-bottom: 60px;
}

.join .case_display_box .item .case_text_box h4{
	font-size: 24px;
	color: #333;
	padding-bottom: 24px;
}

.join .case_display_box .item .case_text_box p{
	font-size: 16px;
	color: #666;
}

@media (max-width:1200px) {
	.join .case_display_box .item{
		margin-bottom: 54px;
	}
	
	.join .case_display_box .item:nth-child(3) .pic .pic_box:nth-child(-n+2){
		padding-bottom: 21px;
	}
	
	.join .case_display_box .item .pic{
		padding: 78px 58px 58px 58px;
	}
	
	.join .case_display_box .item .pic .pic_box{
		height: 270px;
	}
	.join .case_display_box .item .case_text_box{
		padding-bottom: 56px;
	}
	
	.join .case_display_box .item .case_text_box h4{
		font-size: 22px;
		padding-bottom: 22px;
	}
	
	.join .case_display_box .item .case_text_box p{
		font-size: 14px;
	}
}

@media (max-width:991px) {
	.join .case_display_box .item{
		margin-bottom: 50px;
	}
	
	.join .case_display_box .item:nth-child(3) .pic .pic_box:nth-child(-n+2){
		padding-bottom: 19px;
	}
	
	.join .case_display_box .item .pic{
		padding: 76px 56px 56px 56px;
	}
	
	.join .case_display_box .item .pic .pic_box{
		height: 210px;
	}
	
	.join .case_display_box .item .case_text_box{
		padding-bottom: 54px;
	}
	
	.join .case_display_box .item .case_text_box h4{
		font-size: 20px;
		padding-bottom: 20px;
	}
	
}

@media (max-width:768px) {
	.join .case_display_box .item{
		margin-bottom: 46px;
	}
	
	.join .case_display_box .item:nth-child(3) .pic .pic_box:nth-child(-n+2){
		padding-bottom: 15px;
	}
	
	.join .case_display_box .item .pic{
		padding: 74px 50px 36px 50px;
	}
	
	.join .case_display_box .item .pic .pic_box{
		height: 160px;
	}
	
	.join .case_display_box .item .case_text_box{
		padding: 0 50px 52px 50px;
	}
	
	.join .case_display_box .item .case_text_box h4{
		font-size: 18px;
		padding-bottom: 18px;
	}
	.join .case_display_box .item .case_text_box p{
		line-height: 22px;
	}
	
}

@media (max-width:640px) {
	.join .case_display_box .item .pic {
	    padding: 70px 48px 20px 48px;
	}
	.join .case_display_box .item .pic .pic_box{
		width: 100%;
		height: auto;
		padding-bottom: 15px;
	}
	.join .case_display_box .item .case_text_box{
		padding: 0 50px 48px 50px;
	}
	
	.join .case_display_box .item .case_text_box h4{
		font-size: 20px;
		padding-bottom: 16px;
	}
	
	.join .case_display_box .item .case_text_box p{
		line-height: 20px;
	}
}

@media (max-width:480px) {
	.join .case_display_box .item {
	    margin-bottom: 26px;
	}
	.join .case_display_box .item .pic {
	    padding: 30px 16px 20px 16px;
	}
	.join .case_display_box .item .pic .pic_box{
		padding-bottom: 13px;
	}
	.join .case_display_box .item .case_text_box{
		padding: 0 50px 48px 50px;
	}
	
	.join .case_display_box .item .case_text_box h4{
		font-size: 18px;
		padding-bottom: 14px;
	}
	
	.join .case_display_box .item .case_text_box p{
		line-height: 18px;
	}
}

/* dealer */
.dealer {
	padding-bottom: 120px;
}

.dealer .about_tit {
	padding-top: 120px;
}

.dealer .join1 .about_tit em{
	display: inline-block;
	background-image: url(../images/join_logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 351px;
	height: 36px;
}

.dealer .join1 .text p{
	font-size: 16px;
	color: #666;
	line-height: 36px;
}

.dealer .join1 .pic {
	width: 100%;
	height: 840px;
	overflow: hidden;
}

.dealer .join1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:1200px) {
	.dealer {
		padding-bottom: 100px;
	}
	.dealer .about_tit {
		padding-top: 100px;
	}
	
	.dealer .join1 .about_tit em{
		width: 311px;
	}
	.dealer .join1 .text p{
		font-size: 14px;
		line-height: 34px;
	}
	
	.dealer .join1 .pic {
		height: 740px;
	}
}

@media (max-width:991px) {
	.dealer {
		padding-bottom: 80px;
	}
	.dealer .about_tit {
		padding-top: 80px;
	}
	
	.dealer .join1 .about_tit em{
		width: 271px;
	}
	.dealer .join1 .text p{
		line-height: 32px;
	}
	
	.dealer .join1 .pic {
		height: 640px;
	}
}

@media (max-width:768px) {
	.dealer {
		padding-bottom: 60px;
	}
	.dealer .about_tit {
		padding-top: 60px;
	}
	
	.dealer .join1 .about_tit em{
		width: 231px;
	}
	.dealer .join1 .text p{
		line-height: 30px;
	}
	
	.dealer .join1 .pic {
		height: 540px;
	}
}

@media (max-width:640px) {
	.dealer {
		padding-bottom: 40px;
	}
	.dealer .about_tit {
		padding-top: 50px;
	}
	
	.dealer .join1 .about_tit em{
		width: 191px;
	}
	.dealer .join1 .text p{
		line-height: 28px;
	}
	
	.dealer .join1 .pic {
		height: 440px;
	}
}

@media (max-width:480px) {
	.dealer {
		padding-bottom: 20px;
	}
	.dealer .about_tit {
		padding-top: 40px;
	}
	
	.dealer .join1 .about_tit em{
		width: 171px;
	}
	.dealer .join1 .text p{
		line-height: 26px;
	}
	
	.dealer .join1 .pic {
		height: 340px;
	}
}

.dealer .join2 .pic {
	width: 100%;
	height: 735px;
	overflow: hidden;
}

.dealer .join2 .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dealer .join2 .join2_box .item{
	width: 23%;
	padding-top: 40px;
}

.dealer .join2 .join2_box .item .join2_pic_box{
	width: 100%;
	height: 220px;
	overflow: hidden;	
}

.dealer .join2 .join2_box .item .join2_pic_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dealer .join2 .join2_box .item p{
	display: block;
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #333;
}

@media (max-width:1200px) {
	.dealer .join2 .pic {
	    height: 350px;
	}
	.dealer .join2 .join2_box .item .join2_pic_box {
	    height: 180px;
	}
	.dealer .join2 .join2_box .item p{
		height: 46px;
		line-height: 46px;
		font-size: 12px;
	}
}

@media (max-width:991px) {
	.dealer .join2 .pic {
	    height: 600px;
	}
	.dealer .join2 .join2_box .item {
		width: 32%;
		padding-top: 20px;
	}
	.dealer .join2 .join2_box .item .join2_pic_box {
	    height: 210px;
	}
	.dealer .join2 .join2_box .item p{
		height: 42px;
		line-height: 42px;
	}
}

@media (max-width:768px) {
	.dealer .join2 .join2_box .item {
		width: 48%;
	}
	.dealer .join2 .join2_box .item .join2_pic_box {
	    height: 230px;
	}
	.dealer .join2 .join2_box .item p{
		height: 38px;
		line-height: 38px;
	}
}

@media (max-width:640px) {
	.dealer .join2 .join2_box .item .join2_pic_box {
	    height: 200px;
	}
	.dealer .join2 .join2_box .item p{
		height: 36px;
		line-height: 36px;
	}
}

@media (max-width:480px) {
	.dealer .join2 .join2_box .item {
		width: 100%;
	}
	.dealer .join2 .join2_box .item .join2_pic_box {
	    height: 300px;
	}
	.dealer .join2 .join2_box .item p{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
}

@media (max-width:375px) {
	.dealer .join2 .join2_box .item .join2_pic_box {
	    height: 245px;
	}
}

.join3 .join3_box .pic{
	width: 100%;
	height: 350px;
}

.join3 .join3_box .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join3 .join3_box .text{
	text-align: center;
	height: 250px;
	background-color: #fff;
}

.join3 .join3_box .text em{
	display: inline-block;
	font-size: 58px;
	color: #ccc;
	font-weight: bold;
	padding-top: 32px;
}

.join3 .join3_box .text h4{
	font-size: 24px;
	color: #333;
	padding-top: 6px;
}

.join3 .join3_box .text i{
	display: inline-block;
	font-size: 14px;
	color: #ccc;
	padding-top: 10px;
	text-transform: uppercase;
}

.join3 .join3_box .text p{
	font-size: 16px;
	color: #666;
	padding-top: 15px;
}

.join3 .join3_box span {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: auto .26rem; */
  outline: none;
  position: absolute;
  top: 40%;
  z-index: 100;
}

.join3 span.swiper-prev{
	background-image: url(../images/prev.png);
	left:0;
}
.join3 span.swiper-next{
	background-image: url(../images/next.png);
	right:0;
}

.join3 span.swiper-prev:active{
	background-color: #1f5dcb;
	background-image: url(../images/prev2.png);
}
.join3 span.swiper-next:active{
	background-color: #1f5dcb;
	background-image: url(../images/next2.png);
}

@media (max-width:1200px) {
	.join3 .join3_box .pic{
		height: 310px;
	}
	
	.join3 .join3_box .text{
		height: 220px;
	}
	
	.join3 .join3_box .text em{
		font-size: 54px;
		padding-top: 28px;
	}
	
	.join3 .join3_box .text h4{
		font-size: 22px;
		padding-top: 4px;
	}
	
	.join3 .join3_box .text i{
		font-size: 12px;
		padding-top: 8px;
	}
	
	.join3 .join3_box .text p{
		font-size: 14px;
		padding-top: 13px;
	}
}

@media (max-width:991px) {
	.join3 .join3_box .pic{
		height: 280px;
	}
	
	.join3 .join3_box .text{
		height: 200px;
	}
	
	.join3 .join3_box .text em{
		font-size: 50px;
		padding-top: 24px;
	}
	
	.join3 .join3_box .text h4{
		font-size: 20px;
		padding-top: 2px;
	}
	
	.join3 .join3_box .text i{
		padding-top: 6px;
	}
	
	.join3 .join3_box .text p{
		font-size: 12px;
		padding-top: 11px;
	}
	.join3 .join3_box span {
	    width: 45px;
	    height: 45px;
	    top: 42%;
	}
}

@media (max-width:991px) {
	.join3 .join3_box .pic{
		height: 300px;
	}
}

@media (max-width:640px) {
	.join3 .join3_box .pic{
		height: 290px;
	}
	
	.join3 .join3_box .text{
		height: 190px;
	}
	
	.join3 .join3_box .text em{
		font-size: 46px;
		padding-top: 22px;
	}
	
	.join3 .join3_box .text h4{
		font-size: 18px;
	}
	
	.join3 .join3_box .text i{
		padding-top: 4px;
	}
	
	.join3 .join3_box .text p{
		padding-top: 9px;
	}
	.join3 .join3_box span {
	    width: 40px;
	    height: 40px;
	}
}

@media (max-width:480px) {
	.join3 .join3_box .pic{
		height: 240px;
	}
	
	.join3 .join3_box .text{
		height: 170px;
	}
	
	.join3 .join3_box .text em{
		font-size: 44px;
		padding-top: 20px;
	}
	
	.join3 .join3_box .text h4{
		font-size: 16px;
	}
	
	.join3 .join3_box .text i{
		padding-top: 2px;
	}
	
	.join3 .join3_box .text p{
		padding-top: 7px;
	}
	.join3 .join3_box span {
	    width: 35px;
	    height: 35px;
		background-size: auto 20px;
	}
}