.banner-box{
	position:relative;
	padding-top:70px;
	box-sizing:border-box;
}
.banner-box .img-box img {
	width: 100%;
}
.banner-box .txt-box{
	position:absolute;
	left:15%;
	top:50%;
	transform:translateY(-50%);
}
.banner-box .txt-box h3{
	font-size:60px;
	color:#fff;
	font-family:'DIN-R';
	margin-bottom:26px;
}
.banner-box .txt-box p{
	font-size:24px;
	color:#fff;
}




/*面包屑及菜单栏*/
.public-site {
	background: #f8f8f8;
	overflow: hidden;
}
.public-site .list-box{
	width:1400px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height: 55px;
	line-height: 55px;
}
.public-site .left-box,
.public-site .left-box a{
	font-size: 16px;
	color: #666666;
}
.public-site .left-box img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.public-site .right-box ul{
	display:flex;
	justify-content:flex-end;
}
.public-site .right-box ul li,
.public-site .right-box a {
	width:120px;
	height:55px;
	line-height:55px;
	text-align:center;
	position: relative;
	font-size:16px;
	color:#666;
	display:inline-block;
}
.public-site .right-box ul li.active,
.public-site .right-box ul li:hover,
.public-site .right-box a:hover,
.public-site .right-box a.active {
	background:#0E9E9F;
	color:#fff;
}





/*分页*/
.page-box {
	text-align: center;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height:35px;
	line-height:35px;
	box-sizing: border-box;
	color:#4D4948;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	vertical-align: middle;

}
.page-box a.next,
.page-box a.prev{
	border: 1px solid #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	width:100px;
}
.page-box a.next:hover,
.page-box a.prev:hover{
	background:#0E9E9F;
	border-color:#0E9E9F;
	color: #fff;
}
.page-box a.active {
	border:none;
	color:#0E9E9F;
	font-weight:700;
}
.page-box em {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	color:#4D4948;
	height: 30px;
	vertical-align: middle;
	position: relative;
	top:8px;
}


/*关于*/
.about-wrap .session_1{
	margin-top:80px;
}
.about-wrap .session_1 .des-box{
	margin-top:50px;
	text-align:center;
}
.about-wrap .session_1 .des-box p{
	font-size:16px;
	line-height:30px;
}


.about-wrap .session_2{
	margin-top:80px;
	background:url('../images/img_4.jpg') center center no-repeat;
	background-size:cover;
	padding:80px 0;
	box-sizing:border-box;
}
.about-wrap .session_2 .public-title h3{
	color:#fff;
}
.about-wrap .session_2 .all-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:50px;
}
.about-wrap .session_2 .all-box .des-box{
	width:56.25%;
	padding-right:55px;
	box-sizing:border-box;
}
.about-wrap .session_2 .all-box .des-box p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-indent:2em;
}
.about-wrap .session_2 .all-box .img-box{
	width:43.75%;
	border-radius:10px;
	overflow:hidden;
}



.about-wrap .session_3{
	background:#f8f8f8;
	padding:80px 0;
	box-sizing:border-box;
}
.about-wrap .session_3 .all-box{
	display:flex;
	justify-content:center;
	margin-top:50px;
}
.about-wrap .session_3 .all-box .item-box{
	width:25%;
	text-align:center;
}
.about-wrap .session_3 .all-box .item-box .icon-box{
	width:130px;
	height:130px;
	line-height:130px;
	text-align:center;
	border:1px solid #0E9E9F;
	border-radius:50%;
	margin:0 auto;
	transition:all .5s;
}
.about-wrap .session_3 .all-box .item-box:hover .icon-box{
	background:#0E9E9F;
}
.about-wrap .session_3 .all-box .item-box .icon-box img{
	max-width:57px;
	max-height:50px;
	transition:all .5s;
}
.about-wrap .session_3 .all-box .item-box .icon-box img.active,
.about-wrap .session_3 .all-box .item-box:hover .icon-box img{
	display:none;
}
.about-wrap .session_3 .all-box .item-box:hover .icon-box img.active{
	display:inline-block;
}
.about-wrap .session_3 .all-box .item-box .title-box h3{
	font-size:20px;
	margin-top:30px;
	margin-bottom:10px;
}
.about-wrap .session_3 .all-box .item-box .title-box p{
	font-size:16px;
	color:#666;
}



.about-wrap .session_4 {
	background:url('../images/img_5.png') center center no-repeat;
	background-size:cover;
	position: relative;
	height:835px;
	padding-top:95px;
	padding-bottom:55px;
	overflow: hidden;
	box-sizing:border-box;
}
.about-wrap .session_4 .public-title{
	margin-bottom:130px;
}
.about-wrap .session_4 .public-title h3,
.about-wrap .session_4 .public-title p{
	color:#fff;
}
.about-wrap .session_4 .public-title h3:before{
	background:#fff;
}
.about-wrap .session_4 .c-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom:120px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	transition: transform 0.4s;
	color: #fff;
	transform: scale(0);
	cursor: pointer;
}
.about-wrap .session_4 .c-arrow img,
.about-wrap .session_4 .c-arrow svg {
	width: 40%;
	height: 40%;
}
.about-wrap .session_4 .c-arrow img path,
.about-wrap .session_4 .c-arrow svg path {
	fill: #fff;
	transition: all 0.4s;
}
.about-wrap .session_4 .c-arrow.on {
	transform: scale(1);
}
.about-wrap .session_4 .c-arrow.on2 img,
.about-wrap .session_4 .c-arrow.on2 svg {
	transform: rotate(180deg);
}
.about-wrap .session_4 .bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 5;
	transform: scale(1.1);
}
.about-wrap .session_4 .imgs1 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 3;
	font-size:400px;
	opacity: 0.1;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}
.about-wrap .session_4 .container{
	position:relative;
	margin:0 auto;
	width:74%;
	max-width:1400px;
}
.about-wrap .session_4 .imgs2 {
	position: relative;
	z-index:8;
	color: #fff;
	text-align: center;
	min-height:385px;
}
.about-wrap .session_4 .imgs2 h3{
	font-size:30px;
	color:#fff;
	margin-bottom:30px;
}
.about-wrap .session_4 .imgs2 p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	max-width:680px;
	margin:0 auto;
	text-align:center;
}
.about-wrap .session_4 .imgs3 {
	margin-top:40px;
	position: relative;
	z-index: 8;
	color: #fff;
	text-align: center;
}
.about-wrap .session_4 .imgs3 .swiper-container::before {
	content: "";
	position: absolute;
	top:11px;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.about-wrap .session_4 .imgs3 .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 65px;
	cursor: pointer;
}
.about-wrap .session_4 .imgs3 .c-dot {
	margin: 0 auto ;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-radius: 50%;
	position: relative;
	transition: all 0.4s;
}
.about-wrap .session_4 .imgs3 .c-dot::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}
.about-wrap .session_4 .imgs3 p {
	width: 100%;
	transition: all 0.4s;
	line-height: 1;
	opacity: 0.3;
	font-size:16px;
}
.about-wrap .session_4 .imgs3 .swiper-slide-thumb-active .c-dot {
	border-color: #fff;
}
.about-wrap .session_4 .imgs3 .swiper-slide-thumb-active p {
	opacity: 1;
	font-size:30px;
	margin-top:5px;
}


.about-wrap .session_5{
	position:relative;
	background:url('../images/img_6.png') center center no-repeat;
	background-size:cover;
	padding-top:100px;
	padding-bottom:150px;
	box-sizing:border-box;
}
.about-wrap .session_5:before{
	position:absolute;
	content:'';
	left:0;
	bottom:-10px;
	width:100%;
	height:162px;
	background:url('../images/img_7.png') center center no-repeat;
	background-size:100% auto;
}
.about-wrap .session_5 .all-box{
	width:1300px;
	margin-top:50px;
}
.about-wrap .session_5 .all-box .img-box{
	position:relative;
	text-align:center;
	height:320px;
	overflow:hidden;
}
.about-wrap .session_5 .all-box .img-box img{
	position:absolute;
	max-width:96%;
	max-height:96%;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.about-wrap .session_5 .all-box p{
	font-size:16px;
	margin-top:40px;
	color:#666666;
	text-align:center;
}
.about-wrap .session_5 .swiper-button-next {
	right: 100px;
}
.about-wrap .session_5 .swiper-button-prev {
	left: 100px;
}
.about-wrap .session_5 .swiper-button-next,
.about-wrap .session_5 .swiper-button-prev {
	width: 56px;
	height: 56px;
	background: rgba(0, 0, 0, 0.2);
	line-height: 50px;
	transition: all .3s;
	z-index: 1;
	margin: 0;
	margin-top:80px;
	border-radius:100%;
}
.about-wrap .session_5 .swiper-button-next:after,
.about-wrap .session_5 .swiper-button-prev:after {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
.about-wrap .session_5 .swiper-button-next:hover,
.about-wrap .session_5 .swiper-button-prev:hover {
	background:#0E9E9F;
}



.about-wrap .session_6 .all-box{
	margin-top:50px;
	width:1300px;
	display:flex;
	justify-content:space-between;
}
.about-wrap .session_6 .all-box .item-box{
	width:calc(50% - 25px);
}
.about-wrap .session_6 .all-box .item-box:nth-child(1){
	margin-right:50px;
}
.about-wrap .session_6 .all-box .item-box .img-box{
	overflow:hidden;
}
.about-wrap .session_6 .all-box .item-box .img-box img{
	width:100%;
	height:400px;
	object-fit:cover;

	transition:all .5s;
}
.about-wrap .session_6 .all-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.about-wrap .session_6 .all-box .item-box .txt-box{
	padding:15px;
	box-sizing:border-box;
}
.about-wrap .session_6 .all-box .item-box:hover .txt-box{
	box-shadow:0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.about-wrap .session_6 .all-box .item-box .txt-box h3{
	font-size:18px;
	margin-top:10px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.about-wrap .session_6 .all-box .item-box:hover .txt-box h3{
	color:#0E9E9F;
}
.about-wrap .session_6 .all-box .item-box .txt-box span{
	font-size:14px;
	color:#999999;
	display:inline-block;
	margin-top:10px;
	margin-bottom:15px;
}
.about-wrap .session_6 .all-box .item-box .txt-box p{
	color:#999999;
	font-size:14px;
	line-height:24px;
	border-top:1px solid #efefef;
	padding-top:10px;
	box-sizing:border-box;
}

.about-wrap .session_7 {
	width:1300px;
	margin-top: 95px;
	margin-bottom: 90px;
}
.about-wrap .session_7 .title-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: 1px solid #efefef;
}
.about-wrap .session_7 .title-box p {
	font-size: 30px;
	color: #383431;
	font-weight: 400;
	margin-bottom: 15px;
}
.about-wrap .session_7 .title-box .txt_1 span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}
.about-wrap .session_7 .des-box span,
.about-wrap .session_7 .des-box p {
	font-size: 16px !important;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
}
.about-wrap .session_7 .des-box p img {
	max-width: 900px;
	display:block;
	margin:0 auto;
}
.about-wrap .session_7 .bottom-box {
	border-bottom: 1px solid #dddddd;
	margin-top: 100px;
	padding-bottom: 35px;
}
.about-wrap .session_7 .bottom-box .share-box {
	float: right;
}
.about-wrap .session_7 .bottom-box .share-box #share-1 {
	display: inline-block;
}
.about-wrap .session_7 .bottom-box .share-box #share-1 .social-share-icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.about-wrap .session_7 .other-box {
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.about-wrap .session_7 .other-box .arr-box {
	height: 70px;
	width: 70px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	line-height: 68px;
}
.about-wrap .session_7 .other-box .arr-box img.active {
	display: none;
}
.about-wrap .session_7 .other-box .left-box,
.about-wrap .session_7 .other-box .right-box {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #666666;
}
.about-wrap .session_7 .other-box .left-box span,
.about-wrap .session_7 .other-box .right-box span {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}
.about-wrap .session_7 .other-box .left-box:hover .arr-box,
.about-wrap .session_7 .other-box .right-box:hover .arr-box {
	background:#0E9E9F;
}
.about-wrap .session_7 .other-box .left-box:hover .arr-box img,
.about-wrap .session_7 .other-box .right-box:hover .arr-box img {
	display: none;
}
.about-wrap .session_7 .other-box .left-box:hover .arr-box img.active,
.about-wrap .session_7 .other-box .right-box:hover .arr-box img.active {
	display: inline-block;
}
.about-wrap .session_7 .other-box .center-box {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	display: flex;
	align-items: center;
	font-size:18px;
	color: #666666;
}
.about-wrap .session_7 .other-box .center-box span {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}




/* ------ 产品  ------*/
/*列表*/
.pro-wrap .session_1 {
	width:1300px;
	margin-top:80px;
	margin-bottom: 95px;
}
.pro-wrap .session_1 .row {
	margin-left: -17px;
	margin-right: -17px;
}
.pro-wrap .session_1 .row .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 17px;
	padding-right: 17px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.pro-wrap .session_1 .item-box {
	display: block;
	border:1px solid #EEEEEE;
}
.pro-wrap .session_1 .item-box .img-box {
	overflow: hidden;
}
.pro-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: all 0.3s;
}
.pro-wrap .session_1 .item-box .txt-box{
	height:60px;
}
.pro-wrap .session_1 .item-box .txt-box p{
	color:#666666;
	font-size:18px;
	line-height:60px;
	text-align:center;
}
.pro-wrap .session_1 .item-box:hover .txt-box{
	background:#0E9E9F;
}
.pro-wrap .session_1 .item-box:hover .txt-box p{
	color:#fff;
}
.pro-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.pro-wrap .session_1 .page-box {
	margin-top:30px;
}


/*详情*/
.pro-wrap .session_2.block,
.pro-wrap .session_3.block,
.pro-wrap .session_4.block{
	width:1300px;
}
.pro-wrap .session_2{
	display:flex;
	justify-content:space-between;
	margin-top:80px;
}
.pro-wrap .session_2 .img-box{
	width:55%;
	height:525px;
}
.pro-wrap .session_2 .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.pro-wrap .session_2 .des-box{
	width:45%;
	padding:100px 50px 0 65px;
	background:#F8F8F8;
	box-sizing:border-box;
}
.pro-wrap .session_2 .des-box .txt-box h3{
	text-align:left;
	font-size:28px;
	margin-bottom:80px;
}
.pro-wrap .session_2 .des-box .txt-box span{
	font-size:22px;
	color:#0E9E9F;
	font-weight:700;
}
.pro-wrap .session_2 .des-box .txt-box p{
	color:#666;
	font-size:16px;
	line-height:25px;
	margin-top:20px;
}


.pro-wrap .session_3{
	margin-top:50px;
}
.pro-wrap .session_3 h3{
	display:inline-block;
	padding-left:25px;
	width:100%;
	height:56px;
	line-height:56px;
	border-left:5px solid #0E9E9F;
	text-align:left;
	background:#F8F8F8;
	font-size:24px;
	margin-bottom:30px;
	color:#0E9E9F;
}
.pro-wrap .session_3 .des-box{
	padding-left:20px;
	box-sizing:border-box;
}
.pro-wrap .session_3 .des-box p{
	font-size:20px;
	color:#666666;
	line-height:36px;
}
.pro-wrap .session_3 img{
	max-width:100%;
}
.pro-wrap .bottom-box{
	text-align:right;
	margin-top:70px;
	padding-bottom:30px;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:50px;
}
.pro-wrap .bottom-box #share-1{
	display:inline-block;
}
.pro-wrap .session_4{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:60px;
	padding-bottom:100px;
	padding-top:40px;
	border-top:1px solid #efefef;
	box-sizing:border-box;
}
.pro-wrap .session_4 li{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.pro-wrap .session_4 li .arr-box {
	height: 70px;
	width: 70px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	line-height: 68px;
	margin-left:10px;
}
.pro-wrap .session_4 li:nth-child(1) .arr-box{
	margin-left:0;
	margin-right:10px;
}
.pro-wrap .session_4 li:hover .arr-box img,
.pro-wrap .session_4 li .arr-box img.active {
	display: none;
}
.pro-wrap .session_4 li:hover .arr-box{
	background:#0E9E9F;

}
.pro-wrap .session_4 li:hover .arr-box img.active{
	display: inline-block;
}
.pro-wrap .session_4 li a{
	color:#666;
	font-size:16px;
}
.pro-wrap .session_4 .back{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	font-size:16px;
	color:#666666;
	text-align:center;
	box-sizing:border-box;
}
.pro-wrap .session_4 .back img{
	position:relative;
	margin-right:12px;
	top:-2px;
}
.pro-wrap .session_4 .back p{
	display:inline-block;
}



/*加盟*/
.join-wrap .public-footer{
	margin-top:0;
}
.join-wrap .session_1{
	background:url('../images/img_8.jpg') center center no-repeat;
	background-size:cover;
	padding:80px 0;
	box-sizing:border-box;
}
.join-wrap .session_1 .all-box{
	width:1260px;
	margin-top:50px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.join-wrap .session_1 .all-box .item-box{
	width:calc(calc(100% - 200px)/3);
	height:360px;
	background:#fff;
	border-radius:8px;
	margin-bottom:40px;
	padding:44px 26px 0 26px;
	text-align:center;
	box-sizing:border-box;
}
.join-wrap .session_1 .all-box .item-box .icon-box{
	height:56px;
	line-height:56px;
	text-align:center;
}
.join-wrap .session_1 .all-box .item-box .icon-box img{
	max-height:100%;
}
.join-wrap .session_1 .all-box .item-box h3{
	margin-top:23px;
	margin-bottom:15px;
	font-size:24px;
	color:#0E9E9F;
}
.join-wrap .session_1 .all-box .item-box p{
	font-size:14px;
	color:#666;
	line-height:30px;
	text-align:left;
}


.join-wrap .session_2{
	margin-top:80px;
}
.join-wrap .session_2 .all-box {
	position:relative;
	margin-top:50px;
}
.join-wrap .session_2 .all-box .icon-box{
	text-align:center;
}
.join-wrap .session_2 .all-box .list-box{
	position:absolute;
	width:432px;
	height:432px;
	top:0;
	left:50%;
	transform:translateX(-50%);
}
.join-wrap .session_2 .all-box .list-box .txt-box{
	position:absolute;
}
.join-wrap .session_2 .all-box .list-box .txt-box h3{
	white-space:nowrap;
	font-size:16px;
	font-weight:400;
}
.join-wrap .session_2 .all-box .list-box .txt-box h3 span{
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
	background:#0E9E9F;
	color:#fff;
	border-radius:100%;
	text-align:center;
	font-size:30px;
	font-weight:700;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(2n+1) h3 span{
	margin-left:18px;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(2n) h3 span{
	margin-right:18px;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(1){
 	right:305px;
 	top:0;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(2){
 	left:300px;
 	top:0;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(3){
 	right:410px;
 	top:185px;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(4){
 	left:410px;
 	top:185px;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(5){
 	right:305px;
 	bottom:0;
}
.join-wrap .session_2 .all-box .list-box .txt-box:nth-child(6){
 	left:300px;
 	bottom:0;
}


.join-wrap .session_3{
	margin-top:80px;
}
.join-wrap .session_3 .all-box{
	width:1400px;
	margin-top:100px;
	display:flex;
	justify-content:space-between;
}
.join-wrap .session_3 .all-box .des-box{
	position:relative;
	width:48%;
	box-sizing:border-box;
}
.join-wrap .session_3 .all-box .des-box .txt-box{
	height:100%;
	padding:90px 70px 0 30px;
	box-sizing:border-box;
}
.join-wrap .session_3 .all-box .des-box:before{
	position:absolute;
	content:'';
	width:calc(100% + 60px);
	height:calc(100% + 60px);
	margin-top:-30px;
	margin-left:-30px;
	border:3px dashed #0E9E9F;
	z-index:-1;
}
.join-wrap .session_3 .all-box .des-box p{
	font-size:16px;
	line-height:30px;
}
.join-wrap .session_3 .all-box .img-box{
	width:52%;
}


.join-wrap .session_4{
	margin-top:128px;
	background:url('../images/img_9.jpg') center center no-repeat;
	background-size:cover;
	padding:80px 0;
	box-sizing:border-box;
}
.join-wrap .session_4 .public-title h3{
	color:#fff;
}
.join-wrap .session_4 .centent-box {
	position: relative;
	margin-top: 60px;
}
.join-wrap .session_4 .centent-box .line-box {
	position: absolute;
	left: 0;
	top: 165px;
	width: 100%;
	height: 1px;
	background:#0E9E9F;
}
.join-wrap .session_4 .centent-box .all-box{
	width:1300px;
}
.join-wrap .session_4 .list-box {
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
.join-wrap .session_4 .list-box .item-box {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}
.join-wrap .session_4 .list-box .item-box:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	left: 50%;
	bottom: 50%;
	margin-bottom: -5px;
	margin-left: -5px;
	border-radius: 100%;
	box-sizing: border-box;
	background: #0E9E9F;
}
.join-wrap .session_4 .list-box .item-box .txt-box {
	height: 90px;
	line-height: 1.6;
	margin-top: 35px;
	margin-bottom: 35px;
}
.join-wrap .session_4 .list-box .item-box .txt-box span {
	font-size: 20px;
	color: #fff;
	display:inline-block;
}
.join-wrap .session_4 .list-box .item-box .txt-box p {
	color: #fff;
	font-size: 20px;
	font-weight:700;
}
.join-wrap .session_4 .list-box .item-box:nth-child(2n+1) p{
	margin-top:10px;
}
.join-wrap .session_4 .list-box .item-box:nth-child(2n+2) p{
	margin-bottom:10px;
}
.join-wrap .session_4 .list-box .item-box .icon-box {
	height: 100px;
	line-height: 100px;
	width: 100px;
	border-radius: 100%;
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 35px;
	background:#0E9E9F;
}
.join-wrap .session_4 .list-box .item-box:nth-child(2n+2) .txt-box {
	padding-top: 50px;
	box-sizing: border-box;
}





/*案例*/
.case-wrap .session_1{
	width:1300px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-top:80px;
}
.case-wrap .session_1 .item-box{
	width:calc(calc(100% - 48px)/3);
	margin-right:24px;
	margin-bottom:25px;
}
.case-wrap .session_1 .item-box:nth-child(3n+3){
	margin-right:0;
}
.case-wrap .session_1 .item-box .img-box{
	width:100%;
	height:280px;
	cursor:pointer;
	overflow:hidden;
}
.case-wrap .session_1 .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.case-wrap .session_1 .item-box:hover .img-box img{
	transform:scale(1.1);
}
.case-wrap .session_1 .item-box .txt-box{
	height:75px;
	text-align:center;
	background:#f8f8f8;
}
.case-wrap .session_1 .item-box .txt-box p{
	font-size:16px;
	line-height:75px;
	color:#666666;
}
.case-wrap .session_1 .item-box:hover .txt-box{
	background:#0E9E9F;
}
.case-wrap .session_1 .item-box:hover .txt-box p{
	color:#fff;
}
.case-wrap .page-box{
	margin-top:80px;
}



/*新闻*/
.news_list-wrap .block{
	width:1400px;
}
.news_list-wrap .session_1 {
	margin-top:80px;
	margin-bottom: 85px;
}
.news_list-wrap .session_1 .item-box {
	display: flex;
	position: relative;
	align-items: center;
	background-color: #f9f9f9;
	padding-right: 255px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.news_list-wrap .session_1 .item-box .img-box {
	margin-right: 60px;
	overflow: hidden;
	width: 380px;
	height: 260px;
}
.news_list-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.news_list-wrap .session_1 .item-box .txt-box {
	flex: 1;
}
.news_list-wrap .session_1 .item-box .txt-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.news_list-wrap .session_1 .item-box .txt-box p {
	font-size: 15px;
	color: #666666;
	line-height:30px;
}
.news_list-wrap .session_1 .item-box .time-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
	width: 195px;
	border-left: 1px solid #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news_list-wrap .session_1 .item-box .time-box span {
	font-size: 60px;
	line-height: 1.6;
	font-weight:300;
}
.news_list-wrap .session_1 .item-box .time-box p {
	font-size: 14px;
}
.news_list-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.news_list-wrap .session_1 .item-box:hover .txt-box h3 {
	color: #0E9E9F;
}
.news_list-wrap .session_1 .item-box:hover .time-box span,
.news_list-wrap .session_1 .item-box:hover .time-box p {
	color: #0E9E9F;
}
.news_list-wrap .session_1 .page-box {
	margin-top: 78px;
}






.news_list-wrap .session_2 {
	margin-top: 95px;
	margin-bottom: 90px;
}
.news_list-wrap .session_2 .title-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: 1px solid #efefef;
}
.news_list-wrap .session_2 .title-box p {
	font-size: 30px;
	color: #383431;
	font-weight: 400;
	margin-bottom: 15px;
}
.news_list-wrap .session_2 .title-box .txt_1 span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}
.news_list-wrap .session_2 .des-box img{
	display:block;
	margin:0 auto;
}
.news_list-wrap .session_2 .des-box span,
.news_list-wrap .session_2 .des-box p {
	font-size: 16px !important;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
}
.news_list-wrap .session_2 .des-box p img {
	max-width: 900px;
	display:block;
	margin:0 auto;
}
.news_list-wrap .session_2 .bottom-box {
	border-bottom: 1px solid #dddddd;
	margin-top: 100px;
	padding-bottom: 35px;
}
.news_list-wrap .session_2 .bottom-box .share-box {
	float: right;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-1 {
	display: inline-block;
}
.news_list-wrap .session_2 .bottom-box .share-box #share-1 .social-share-icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.news_list-wrap .session_2 .other-box {
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.news_list-wrap .session_2 .other-box .arr-box {
	height: 70px;
	width: 70px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	line-height: 68px;
}
.news_list-wrap .session_2 .other-box .arr-box img.active {
	display: none;
}
.news_list-wrap .session_2 .other-box .left-box,
.news_list-wrap .session_2 .other-box .right-box {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #666666;
}
.news_list-wrap .session_2 .other-box .left-box span,
.news_list-wrap .session_2 .other-box .right-box span {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}
.news_list-wrap .session_2 .other-box .left-box:hover .arr-box,
.news_list-wrap .session_2 .other-box .right-box:hover .arr-box {
	background-color:#0E9E9F;
}
.news_list-wrap .session_2 .other-box .left-box:hover .arr-box img,
.news_list-wrap .session_2 .other-box .right-box:hover .arr-box img {
	display: none;
}
.news_list-wrap .session_2 .other-box .left-box:hover .arr-box img.active,
.news_list-wrap .session_2 .other-box .right-box:hover .arr-box img.active {
	display: inline-block;
}
.news_list-wrap .session_2 .other-box .center-box {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	display: flex;
	align-items: center;
	font-size:18px;
	color: #666666;
}
.news_list-wrap .session_2 .other-box .center-box span {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}




/*联系*/
.link-wrap .session_1{
	margin-top:80px;
}
.link-wrap .session_1 .list-box{
	width:1000px;
	display:flex;
	justify-content:space-around;
	margin-top:50px;
}
.link-wrap .session_1 .list-box .item-box{
	text-align:center;
	width:30%;
}
.link-wrap .session_1 .list-box .item-box .icon-box{
	width:82px;
	height:82px;
	line-height:82px;
	text-align:center;
	border:1px solid #666666;
	border-radius:10px;
	margin:0 auto;
}
.link-wrap .session_1 .list-box .item-box .icon-box img{
	max-width:48px;
	max-height:45px;
}
.link-wrap .session_1 .list-box .item-box .title-box{
	margin-top:35px;
}
.link-wrap .session_1 .list-box .item-box .title-box h3{
	position:relative;
	width:140px;
	padding-bottom:18px;
	border-bottom:1px solid #666666;
	margin:0 auto;
	margin-bottom:15px;
}
.link-wrap .session_1 .list-box .item-box .title-box h3:before{
	position:absolute;
	content:'';
	width:15px;
	height:3px;
	background:#0E9E9F;
	bottom:-2px;
	left:50%;
	transform:translateX(-50%);
}
.link-wrap .session_1 .list-box .item-box .title-box p{
	font-size:16px;
	color:#666;
	line-height:22px;
	padding-left:50px;
	padding-right:50px;
	box-sizing:border-box;
}

.link-wrap .session_1_1{
	margin-top:50px;
	width:100%;
	height:300px;
	background:#0E9E9F;
	display:flex;
	justify-content:center;
	padding-top:42px;
	box-sizing:border-box;
}
.link-wrap .session_1_1 .er-box{
	margin-left:37px;
	margin-right:37px;
	text-align:center;
}
.link-wrap .session_1_1 .er-box .img-box img{
	width:180px;
	height:180px;
}
.link-wrap .session_1_1 .er-box p{
	font-size:20px;
	color:#fff;
	margin-top:18px;
}


.link-wrap .session_2 img{
	width:100%;
}

.link-wrap .session_3 {
	margin-top:80px;
	box-sizing: border-box;
	margin-bottom:100px;
}
.link-wrap .session_3 .form-box{
	margin-top:80px;
	width:1300px;
}
.link-wrap .session_3 .form-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.link-wrap .session_3 .form-box .row .col-md-6,
.link-wrap .session_3 .form-box .row .col-md-12 {
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 24px;
}
.link-wrap .session_3 .form-box .row .col-md-12 {
	width: 100%;
}
.link-wrap .session_3 .form-box .row input {
	width: 100%;
	height:56px;
	line-height:56px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	color:#999;
	font-size: 16px;
	border:none;
	border-bottom:1px solid #E5E5E5;
}
.link-wrap .session_3 .form-box .row textarea {
	width: 100%;
	font-size: 16px;
	height:180px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.6;
	padding-top:10px;
	color:#999;
	border:none;
	border-bottom:1px solid #E5E5E5;
	box-sizing: border-box;
}
.link-wrap .session_3 .form-box .row textarea::-webkit-input-placeholder,
.link-wrap .session_3 .form-box .row input::-webkit-input-placeholder{
	color:#999;
}
.link-wrap .session_3 .form-box .sub-box{
	text-align:left;
	display:block;
	margin-top:30px;
}
.link-wrap .session_3 .form-box .sub-box .ok{
	height: 56px;
	line-height: 56px;
	background:#0E9E9F;
	width: 200px;
	text-align: center;
	font-size:16px;
	border-radius:6px;
	border:none;
	color:#fff; 
	display:inline-block;
	cursor: pointer;
}
.link-wrap .session_3 .form-box .sub-box .ok2{
	display:none;
	background:#EEEEEE;
	color:#666666;
}




@media screen and (max-width: 1680px) {
	.join-wrap .session_3 .all-box{
		zoom:.9;
	}
}












/*# sourceMappingURL=./style.css.map */