.banner-box{
	position:relative;
	padding-top:80px;
	box-sizing:border-box;
}
.banner-box > img {
	width: 100%;
}
.banner-box .txt-box{
	padding-top:90px;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.banner-box .txt-box h3{
	position:relative;
	font-size:36px;
	color:#ffffff;
	margin-bottom:15px;
}
.banner-box .txt-box p{
	color:#FEFEFE;
	font-size:20px;
}
.banner-box .txt-box h3 > img{
	position:absolute;
	z-index:-1;
	top:-20px;
	left:-27px;
}


.public-footer{
	margin-top:0;
}



/*菜单栏*/
.banner-box .tab-list {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	bottom:30px;
	z-index:120;
}
.banner-box .tab-list a {
	position:relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width:200px;
	height:60px;
	line-height:60px;
	background: rgba(0, 0, 0, 0.5);
	margin-left: 15px;
	margin-right: 15px;
	box-sizing: border-box;
	border-radius: 20px;
}
.banner-box .tab-list a.active,
.banner-box .tab-list a:hover {
	background:#fff;
	color:#FC671A;
}
.banner-box .tab-list a:before {
	position: absolute;
	content: '';
	height: 2px;
	background:#FC671A;
	left: 50%;
	margin-left: 0;
	width: 0px;
	bottom: 0;
	transition:all .5s;
}
.banner-box .tab-list a:hover:before,
.banner-box .tab-list a.active:before {
	width: 70px;
	margin-left: -35px;
}

.banner-box .tab-box {
	width:1400px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	bottom:30px;
	z-index:120;
	background:rgba(0, 0, 0, 0.5);
	border-radius:25px;
	display:flex;
	justify-content:space-between;
}
.banner-box .tab-box a {
	position:relative;
	font-size: 16px;
	color: #fff;
	width:20%;
	height:80px;
	line-height:80px;
	box-sizing: border-box;
}
.banner-box .tab-box a img{
	height:41px;
	margin-right:25px;
}
.banner-box .tab-box a.active img,
.banner-box .tab-box a img.active{
	display:none;
}
.banner-box .tab-box a.active img.active{
	display:inline-block;
}
.banner-box .tab-box a:before{
	position:absolute;
	content:'';
	width:1px;
	height:50px;
	background:rgba(255, 255, 255, 0.2);
	right:-5px;
	top:50%;
	transform:translateY(-50%);
	display:inline-block;
}
.banner-box .tab-box a.active{
	background:#fff;
	border-radius:25px;
	color:#FC671A;
}
.banner-box .tab-box a:last-child:before,
.banner-box .tab-box a.active:before{
	display:none;
}





/*分页*/
.page-box {
	text-align: center;
	font-size: 0;
}
.page-box span {
	display: inline-block;
	height: 30px;
	border: 1px solid #DDDDDD;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	vertical-align: middle;
}
.page-box span:hover {
	background:#FC671A;
	border-color: #FC671A;
	color: #fff;
}
.page-box span.active {
	color:#FC671A;
	border-color: transparent;
}
.page-box span.active:hover {
	background: transparent;
}
.page-box em {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	color: #666666;
	height: 30px;
	vertical-align: middle;
	position: relative;
	top:8px;
}



/*面包屑*/
.public-site {
	height: 80px;
	line-height: 80px;
	margin-bottom: 75px;
	background-color: #f9f9f9;
}
.public-site .left-box {
	float: left;
	font-size: 16px;
	color: #999999;
}
.public-site .left-box a{
	color:#999999;
}
.public-site .left-box a:last-child{
	color:#004438;
}
.public-site .left-box img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.public-site .right-box {
	float: right;
	font-size: 0;
}
.public-site .right-box li {
	position: relative;
	display: inline-block;
	width:124px;
	height:80px;
	text-align:center;
}
.public-site .right-box li a {
	font-size: 16px;
	color: #999999;
	display:inline-block;
	width:100%;
	height:100%;
}
.public-site .right-box li:hover a,
.public-site .right-box li.active a {
	color: #ffffff;
}
.public-site .right-box li:hover,
.public-site .right-box li.active{
	background:#004438;
}



/*内页通用标题*/
.public-title{
	text-align:center;
	padding-top:80px;
	box-sizing:border-box;
}
.public-title h3{
	position:relative;
	font-size:30px;
	margin-bottom:44px;
}
.public-title h3:before{
	position:absolute;
	content:'';
	left:50%;
	transform:translateX(-50%);
	width:60px;
	height:2px;
	bottom:-22px;
	background:#FC671A;
}
.public-title p{
	font-size:16px;
}





/*关于*/
.about-wrap .session_1{
	margin-top:55px;
}
.about-wrap .session_1 .title-box {
	height:80px;
	line-height:80px;
	display:flex;
	justify-content:space-between;
	border-bottom:1px solid #e5e5e5;
}
.about-wrap .session_1 .title-box p{
	position:relative;
	font-size:20px;
	color:#000;
	font-family:'DIN';
	font-weight:700;
	line-height:80px;
}
.about-wrap .session_1 .title-box p span{
	color:#FC671A;
}
.about-wrap .session_1 .title-box p:before{
	position:absolute;
	content:'';
	width:100%;
	height:5px;
	background:#FC671A;
	bottom:-2px;
}
.about-wrap .session_1 .title-box h3{
	font-size:20px;
	color:#000;
	line-height:80px;
	letter-spacing:8px;
}
.about-wrap .session_1 .des-box{
	margin-top:40px;
}
.about-wrap .session_1 .des-box p{
	font-size:16px;
	color:#000;
	line-height:36px;
	text-indent:2em;
}
.about-wrap .session_1 .img-box{
	margin-top:50px;
}
.about-wrap .session_1 .img-box img{
	width:100%;
}

.about-wrap .session_2{
	margin-top:100px;
	background:#f5f5f5;
}
.about-wrap .session_2 .list-video{
	width:1200px;
	height:650px;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
	background:#454545;
}
.about-wrap .session_2 .list-video video{
	background:#000;
	max-width:1200px;
	max-height:650px;
	text-align:center;
}
.about-wrap .session_2 .list-video > p{
	color:#666;
	font-size:16px;
	margin-top:30px;
}
.about-wrap .session_2 .all-box{
	background:#000;
	margin-top:85px;
	padding-top:100px;
	padding-bottom:80px;
	box-sizing:border-box;
}
.about-wrap .session_2 .all-box .col-md-4 .item-box > img{
	height:260px;
	width:100%;
	object-fit:cover;
	transition:all .5s;
}
.about-wrap .session_2 .all-box .col-md-4:hover .item-box > img{
	transform:scale(1.1);
}
.about-wrap .session_2 .all-box .col-md-4 .item-box{
	position:relative;z-index:1;overflow:hidden;
}
.about-wrap .session_2 .all-box .col-md-4 .item-box:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:0;
	background:rgba(0, 0, 0, 0.5);
	transition:all .5s;z-index:3;
}
.about-wrap .session_2 .all-box .col-md-4.active .item-box:before,
.about-wrap .session_2 .all-box .col-md-4:hover .item-box:before{
	height:100%;
	z-index:2;
}
.about-wrap .session_2 .all-box .col-md-4 .item-box .icon-box{
	opacity:0;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	transition:all .5s;
	width:70px;
	height:70px;
	z-index:10;
}
.about-wrap .session_2 .all-box .col-md-4 .item-box .icon-box img{
	height:100%;
	width:100%;
}
.about-wrap .session_2 .all-box .col-md-4.active .item-box .icon-box,
.about-wrap .session_2 .all-box .col-md-4:hover .item-box .icon-box{
	opacity:1;
}
.about-wrap .session_2 .all-box .col-md-4 p{
	color:#ccc;
	font-size:16px;
	text-align:center;
	margin-top:30px;
}
.about-wrap .session_2 .swiper-button-prev {
	left:8.3%;
}
.about-wrap .session_2 .swiper-button-next {
	right:8.3%;
}
.about-wrap .session_2 .swiper-button-next,
.about-wrap .session_2 .swiper-button-prev {
	width: 60px;
	height: 60px;border-radius:100%;
	background: rgba(0, 0, 0, 0.2);
	line-height: 50px;
	transition: all .3s;
	text-align: center;
}
.about-wrap .session_2 .swiper-button-next:after,
.about-wrap .session_2 .swiper-button-prev:after {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
.about-wrap .session_2 .swiper-button-next:hover,
.about-wrap .session_2 .swiper-button-prev:hover {
	background:#FC671A;
}


.about-wrap .session_3{
	background:url('../images/img_5.png') center center no-repeat;
	background-size:cover;
	padding-bottom:65px;
	box-sizing:border-box;
}
.about-wrap .session_3 .centent-box {
	position: relative;
	margin-top:50px;
}
.about-wrap .session_3 .centent-box:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	top: 235px;
	background: #eaeaea;
}
.about-wrap .session_3 .all-box .swiper-button-next {
	right: 0px;
}
.about-wrap .session_3 .all-box .swiper-button-prev {
	left: 0px;
}
.about-wrap .session_3 .all-box .swiper-button-next,
.about-wrap .session_3 .all-box .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: #EEEEEE;
	line-height: 50px;
	transition: all .3s;
	z-index: 1;
	margin: 0;
	top: 205px;
	border-radius: 0px 10px 10px 0px;
}
.about-wrap .session_3 .all-box .swiper-button-next{
	border-radius: 10px 0px 0px 10px;
}
.about-wrap .session_3 .all-box .swiper-button-next:after,
.about-wrap .session_3 .all-box .swiper-button-prev:after {
	font-size: 24px;
	color: #fff;
}
.about-wrap .session_3 .all-box .swiper-button-next:hover,
.about-wrap .session_3 .all-box .swiper-button-prev:hover {
	background:#FC671A;
}
.about-wrap .session_3 .item-box {
	position: relative;
	width: 100%;
}
.about-wrap .session_3 .item-box .center {
	float: left;
	position: relative;
	height: 235px;
	padding-top: 65px;
	box-sizing: border-box;
}
.about-wrap .session_3 .item-box .center h3 {
	font-size: 24px;
	margin-bottom:10px;
}
.about-wrap .session_3 .item-box .center p {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}
.about-wrap .session_3 .item-box .center span {
	position: absolute;
	bottom: -5px;
	width: 10px;
	height: 10px;
	background: #dddddd;
	border-radius: 100%;
	left: 50%;
	margin-left: -52px;
}
.about-wrap .session_3 .item-box .center span:before {
	width: 24px;
	height: 24px;
	border: 1px solid #dddddd;
	content: '';
	position: absolute;
	top: -7px;
	left: -7px;
	border-radius: 100%;
	box-sizing: border-box;
}
.about-wrap .session_3 .item-box:hover .center h3 {
	color:#FC671A;
}
.about-wrap .session_3 .item-box:hover .center span {
	background-color:#FC671A;
}
.about-wrap .session_3 .item-box:hover .center span:before {
	border-color:#FC671A;
}
.about-wrap .session_3 .swiper-slide:nth-child(2n+2) {
	margin-top: 235px;
}
.about-wrap .session_3 .swiper-slide:nth-child(2n+2) .item-box {
	text-align: left;
	box-sizing: border-box;
}
.about-wrap .session_3 .swiper-slide:nth-child(2n+2) .item-box .center span {
	bottom: auto;
	top: -5px;
}


.about-wrap .session_4 .item-box{
	position:relative;
}
.about-wrap .session_4 .img-box img{
	width:100%;
}
.about-wrap .session_4 .title-box{
	position:absolute;
	text-align:right;
	top:95px;
	left:50%;
	transform:translateX(-50%);
}
.about-wrap .session_4 .title-box h3{
	font-size:24px;
	color:#FC671A;
	font-family:'DIN';
}
.about-wrap .session_4 .title-box p{
	font-size:36px;
	color:#010101;
	font-weight:700;
	margin-top:15px;
}
.about-wrap .session_4 .title-box.two{
	text-align:left;
}
.about-wrap .session_4 .all-box{
	background:url('../images/img_6.png') center center no-repeat;
	background-size:cover;
	padding-top:150px;
	padding-bottom:108px;
	box-sizing:border-box;
}
.about-wrap .session_4 .all-box .col-md-4 .item-box{
	position:relative;
	height:250px;
}
.about-wrap .session_4 .all-box .col-md-4 .item-box img{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:0;
	height:100%;
}
.about-wrap .session_4 .all-box .col-md-4 .txt-box{
	text-align:center;
	background:url('../images/icon_16.png') center center no-repeat;
	background-size:100% 100%;
	height:162px;
}
.about-wrap .session_4 .all-box .col-md-4 .txt-box p{
	position:relative;
	font-size:16px;color:#666;top:50px;
}
.about-wrap .session_4 .all-box .swiper-pagination{
	position:static;
	margin-top:80px;
}
.about-wrap .session_4 .public-pagination .swiper-pagination-bullet{
	background:#CDCDCD;
}
.about-wrap .session_4 .public-pagination .swiper-pagination-bullet-active{
	background:#FC671A;
}









/*加盟*/
.join-wrap .banner-box .txt-box{
	display:none;
}
.join-wrap .banner-box .tab-box{
	width:1600px;
}
.join-wrap .banner-box .tab-box a{
	width:12.5%;
}
.join-wrap .banner-box .tab-box a img{
	height:auto !important;
	margin-right:15px;
	position:relative;
	top:-2px;
}
.join-wrap .title-box{
	text-align:center;
}
.join-wrap .title-box h3{
	font-size:40px;
	color:#000;
}
.join-wrap .title-box p{
	font-size:16px;
	color:#000;
}
.join-wrap .block{
	width:1400px;
}
.join-wrap .session_1{
	background:url('../images/img_7.png') center center no-repeat;
	background-size:cover;
	padding-top:120px;
	padding-bottom:162px;
	box-sizing:border-box;
}
.join-wrap .session_1 .title-box h3{
	color:#fff;
	margin-bottom:25px;
}
.join-wrap .session_1 .title-box p{
	font-size:18px;
	color:#fff;
}
.join-wrap .session_1 .all-box{
	display:flex;
	justify-content:space-between;
	margin-top:110px;
}
.join-wrap .session_1 .all-box .item-box{
	position:relative;
	width:31%;
	background:rgba(255, 255, 255, 0.1);
	border-radius:12px;
	height:320px;
	padding-left:50px;
	padding-top:65px;
	box-sizing:border-box;
}
.join-wrap .session_1 .all-box .item-box h3{
	margin-top:15px;
	margin-bottom:40px;
}
.join-wrap .session_1 .all-box .item-box h3 em{
	font-size:60px;
	font-style:normal;
	font-family:'DIN';
	color:#fff;
}
.join-wrap .session_1 .all-box .item-box h3 span{
	font-size:16px;
	color:#fff;
	position:relative;
	top:-2px;
}
.join-wrap .session_1 .all-box .item-box > p{
	font-size:24px;
	color:#fff; 
}
.join-wrap .session_1 .all-box .item-box .des-box p{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.join-wrap .session_1 .all-box .item-box .icon-box{
	position:absolute;
	top:35px;
	right:50px;
}





.join-wrap .session_2{
	position:relative;
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:125px;
	box-sizing:border-box;
}
.join-wrap .session_2 > .title-box{
	text-align:center;
}
.join-wrap .session_2 > .title-box h3{
	font-size:40px;
	margin-bottom:15px;
}
.join-wrap .session_2 > .title-box p{
	font-size:16px;
	color:#666666;
}
.join-wrap .session_2 .all-box{
	position:relative;
	margin-top:100px;
}
.join-wrap .session_2 .all-box .item-box{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.join-wrap .session_2 .all-box .item-box .info-box{
	padding-top:50px;
	box-sizing:border-box;
	width:50%;
	padding-right:45px;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box .item-box .info-box .title-box{
	position:relative;
	padding-left:25px;
	text-align:left;
}
.join-wrap .session_2 .all-box .item-box .info-box .title-box:before{
	position:absolute;
	content:'';
	width:60px;
	height:60px;
	left:0;
	top:-20px;
	background:url('../images/icon_3.png') center center no-repeat;
	background-size:100% 100%;
	z-index:-1;
}
.join-wrap .session_2 .all-box .item-box .info-box .title-box h3{
	font-size:30px;
	color:#000;
	margin-bottom:15px;
}
.join-wrap .session_2 .all-box .item-box .info-box .title-box p{
	color:#000;
	font-size:20px;
}
.join-wrap .session_2 .all-box .item-box .info-box .des-box{
	margin-top:40px;
}
.join-wrap .session_2 .all-box .item-box .info-box .des-box p{
	position:relative;
	font-size:15px;
	line-height:30px;
	padding-left:25px;
	color:#666666;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box .item-box .info-box .des-box p:before{
	position:absolute;
	content:'';
	width:5px;
	height:5px;
	background:#FC671A;
	border-radius:50%;
	left:10px;
	top:50%;
	transform:translateY(-50%);
}
.join-wrap .session_2 .all-box .item-box .img-box{
	position:relative;
	width:50%;
}
.join-wrap .session_2 .all-box .item-box .img-box:before{
	position:absolute;
	content:'';
	width:200px;
	height:1px;
	background:#FC671A;
	left:-200px;
	top:60px;
}
.join-wrap .session_2 .all-box .menu-box{
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	display:flex;
	justify-content:space-between;
	padding-right:45px;
	box-sizing:border-box;
	z-index:10;
}
.join-wrap .session_2 .all-box .menu-box .txt-box{
	width:120px;
	height:90px;
	line-height:90px;
	border-radius: 0px 20px 0px 20px;
	background:#fff;
	text-align:center;
}
.join-wrap .session_2 .all-box .menu-box .txt-box a{
	position:relative;
	font-size:30px;
}
.join-wrap .session_2 .all-box .menu-box .txt-box a:before{
	position:absolute;
	content:'';
	width:8px;
	height:8px;
	border:2px solid #FC671A;
	border-radius:100%;
	top:-5px;
	right:-5px;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box .menu-box .txt-box.active{
	background:#FC671A;
}
.join-wrap .session_2 .all-box .menu-box .txt-box.active a{
	color:#ffffff;
}


.join-wrap .session_3{
	margin-top:80px;
	padding-left:12%;
	box-sizing:border-box;
}
.join-wrap .session_3 .title-box{
	position:relative;
	left:-150px;
}
.join-wrap .session_3 .all-box{
	margin-top:100px;
}
.join-wrap .session_3 .all-box .item-box{
	position:relative;
	overflow:hidden;
}
.join-wrap .session_3 .all-box .item-box .img-box{
	width:100%;
}
.join-wrap .session_3 .all-box .item-box .img-box img{
	width:100%;
	height:500px;
	object-fit:cover;
}
.join-wrap .session_3 .all-box .item-box .des-box{
	position:absolute;
	top:80px;
	right:75px;
}
.join-wrap .session_3 .all-box .item-box .des-box p{
	font-size:20px;
	color:#fff;
	line-height:50px;
}
.join-wrap .session_3 .all-box .item-box .des-box p span{
	font-weight:700;
}
.join-wrap .session_3 .all-box .item-box .icon-box{
	position:absolute;
	right:60px;
	bottom:40px;
}
.join-wrap .session_3 .all-box .item-box .txt-box{
	position:absolute;
}
.join-wrap .session_3 .all-box .item-box .txt-box h3{
	position:absolute;
	left:75px;
	bottom:70px;
	font-size:24px;
	color:#fff;
	white-space:nowrap;
	z-index:3;
}
.join-wrap .session_3 .all-box .item-box .txt-box h3:before{
	position:absolute;
	content:'';
	width:196px;
	height:171px;
	background:url('../images/icon_15.png') center center no-repeat;
	background-size:100% 100%;
	left:-65px;
	top:-50px;
	z-index:-1;
}
.join-wrap .session_3 .all-box .item-box .txt-box p{
	position:absolute;
	left:130px;
	bottom:50px;
	background:#212121;
	font-size:20px;
	color:#FFFEFE;
	width:215px;
	height:38px;
	line-height:38px;
	border-radius:19px;
	padding-left:55px;
	box-sizing:border-box;
}
.join-wrap .session_3 .all-box .item-box .txt-box:before{
	position:absolute;
	content:'';
	background:url('../images/icon_14.png') center center no-repeat;
	width:494px;
	height:410px;
	background-size:100% 100%;
	left:-36px;
	bottom:-203px;
}
.join-wrap .session_3 .swiper-pagination{
	position:static;
	margin-top:60px;
}
.join-wrap .session_3 .public-pagination .swiper-pagination-bullet{
	background:#ddd;
}
.join-wrap .session_3 .public-pagination .swiper-pagination-bullet-active{
	background:#FC671A;
}


.join-wrap .session_4{
	position:relative;
	margin-top:100px;
}
.join-wrap .session_4 .title-box{
	position:absolute;
	top:110px;
	left:50%;
	transform:translateX(-50%);
}
.join-wrap .session_4 .title-box h3{
	color:#fff;
}
.join-wrap .session_4 .bg-box{
	width:100%;
	height:800px;
}
.join-wrap .session_4 .bg-box .img-box{
	display:none;
}
.join-wrap .session_4 .bg-box .img-box.active{
	width:100%;
	height:100%;
	display:inline-block;
	background:url('../images/img_9.png') center center no-repeat;
	background-size:cover;
}
.join-wrap .session_4 .bg-box .img-box:nth-child(1).active{
	background-image:url('../images/img_8.png');
}
.join-wrap .session_4 .menu-box{
	position:absolute;
	top:200px;
	left:50%;
	transform:translateX(-50%);
}
.join-wrap .session_4 .menu-box a{
	font-size:20px;
	color:#CCCCCC;
	margin-left:45px;
	margin-right:45px;
	padding-bottom:10px;
	box-sizing:border-box;
}
.join-wrap .session_4 .menu-box a.active{
	color:#FC671A;
	border-bottom:2px solid #FC671A;
}
.join-wrap .session_4 .all-box{
	position:absolute;
	height:345px;
	bottom:140px;
	left:50%;
	transform:translateX(-50%);
}
.join-wrap .session_4 .all-box .list-box{
	display:none;
	position:absolute;
	width:100%;
}
.join-wrap .session_4 .all-box .list-box.active{
	display:inline-block;
}
.join-wrap .session_4 .all-box .list-box .img-box img{
	width:100%;
}




.join-wrap .session_5{
	padding-top:140px;
	padding-bottom:120px;
	box-sizing:border-box;
	background:url('../images/img_10.png') center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
.join-wrap .session_5 .title-box h3{
	margin-bottom:15px;
}
.join-wrap .session_5 .title-box p{
	color:#666;
}
.join-wrap .session_5 .all-box{
	margin-top:110px;
}
.join-wrap .session_5 .all-box .list-box{
	margin-left:-20px;
	margin-right:-20px;
}
.join-wrap .session_5 .all-box .list-box .col-md-4{
	float:left;
	width:25%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
}
.join-wrap .session_5 .all-box .list-box .col-md-4 .item-box{
	position:relative;
	height:180px;
	background:#FFFFFF;
	border-radius:12px;
	margin-bottom:50px;
	padding-left:25px;
	padding-top:25px;
	box-sizing:border-box;
}
.join-wrap .session_5 .all-box .list-box .col-md-4 .item-box .num{
	position:absolute;
	top:15px;
	right:35px;
	font-size:48px;
	color:#EEEEEE;
	font-family:'DIN';
}
.join-wrap .session_5 .all-box .list-box .col-md-4 .item-box .icon-box{
	height:45px;
}
.join-wrap .session_5 .all-box .list-box .col-md-4 .item-box h3{
	font-size:20px;
	color:#000;
	margin-top:20px;
	margin-bottom:22px;
}
.join-wrap .session_5 .all-box .list-box .col-md-4 .item-box p{
	font-size:14px;
	color:#666;
}


.join-wrap .session_6{
	background:url('../images/img_11.jpg') center center no-repeat;
	background-size:cover;
	padding-top:100px;
	padding-bottom:178px;
	box-sizing:border-box;
}
.join-wrap .session_6 .title-box{
	position:relative;
	z-index:3;
}
.join-wrap .session_6 .title-box h3{
	color:#fff;
	margin-bottom:25px;
}
.join-wrap .session_6 .title-box p{
	color:#fff;
}
.join-wrap .session_6 .all-box{
	position:relative;
	width:650px;
	height:650px;
	margin:0 auto;
	margin-top:10px;
}
.join-wrap .session_6 .all-box .img-box{
	position:absolute;
	content:'';
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
.join-wrap .session_6 .all-box .item-box{
	position:absolute;
	z-index:5;
	white-space:nowrap;
}
.join-wrap .session_6 .all-box .item-box:nth-child(2n){
	text-align:left;
}
.join-wrap .session_6 .all-box .item-box:nth-child(2n+1){
	text-align:right;
}
.join-wrap .session_6 .all-box .item-box h3{
	position:relative;
	font-size:20px;
	color:#FC671A;
	margin-bottom:15px;
}
.join-wrap .session_6 .all-box .item-box h3:before{
	position:absolute;
	content:'';
	width:20px;
	height:20px;
	background:#FC671A;
	border-radius:100%;
}
.join-wrap .session_6 .all-box .item-box:nth-child(2n+1) h3:before{
	right:-35px;
}
.join-wrap .session_6 .all-box .item-box:nth-child(2n) h3:before{
	left:-35px;
}
.join-wrap .session_6 .all-box .item-box p{
	color:#999;
	font-size:14px;
	line-height:30px;
}
.join-wrap .session_6 .all-box .item-box:nth-child(1){
	right:600px;
	top:110px;
}
.join-wrap .session_6 .all-box .item-box:nth-child(2){
	left:603px;
	top:110px;
}
.join-wrap .session_6 .all-box .item-box:nth-child(3){
	top:350px;
	right:672px;
}
.join-wrap .session_6 .all-box .item-box:nth-child(4){
	left:675px;
	top:350px;
}
.join-wrap .session_6 .all-box .item-box:nth-child(5){
	top:560px;
	right:565px;
}
.join-wrap .session_6 .all-box .item-box:nth-child(6){
	left:565px;
	top:560px;
}




.join-wrap .session_7{
	background:url('../images/img_12.png') center center no-repeat;
	background-size:cover;
	padding-top:110px;
	padding-bottom:120px;
	box-sizing:border-box;
}
.join-wrap .session_7 .title-box h3{
	color:#fff;
	padding-left:100px;
	box-sizing:border-box;
}
.join-wrap .session_7 .all-box{
	width:1300px;
	text-align:right;
	margin-top:85px;
}
.join-wrap .session_7 .all-box .list-box{
	width:700px;
	margin-right:0;
	margin-left:auto;
}
.join-wrap .session_7 .all-box .list-box .item-box{
	float:left;
	width:25%;
	margin-bottom:30px;
	text-align:center;
}
.join-wrap .session_7 .all-box .list-box .item-box .icon-box{
	height:110px;
}
.join-wrap .session_7 .all-box .list-box .item-box p{
	color:#FFFFFF;
	font-size:16px;
	margin-top:12px;
}




.join-wrap .session_8{
	background:url('../images/img_13.png') center center no-repeat;
	background-size:cover;
	height:860px;
	padding-top:95px;
	box-sizing:border-box;
}
.join-wrap .session_8 .title-box{
	text-align:left;
}
.join-wrap .session_8 .title-box h3{
	font-size:40px;
	color:#ffffff;
	font-weight:400;
	margin-bottom:20px;
}
.join-wrap .session_8 .title-box p{
	font-size:24px;
	color:#ffffff;
}
.join-wrap .session_8 .form-box{
	margin-top:100px;
}
.join-wrap .session_8 .bottom-box,
.join-wrap .session_8 .top-box{
	display:flex;
	justify-content:flex-start;
}
.join-wrap .session_8 .top-box{
	margin-bottom:50px;
}
.join-wrap .session_8 .input-box{
	width:20%;
	margin-right:50px;
}
.join-wrap .session_8 .input-box p{
	font-size:20px;
	color:#ffffff;
}
.join-wrap .session_8 .input-box input{
	width:100%;
	height:64px;
	line-height:64px;
	color:#ffffff;
	background:transparent;
	border:none;
	border-bottom:1px solid #555555;
}
.join-wrap .session_8 .input-box input::-webkit-input-placeholder{
	font-size:16px;
	color:#CCCCCC;
}
.join-wrap .session_8 .bottom-box{
	margin-bottom:50px;
}
.join-wrap .session_8 .btn-box{
	margin-top:50px;
}
.join-wrap .session_8 .btn-box input{
	width:200px;
	height:55px;
	background:#FC671A;
	font-size:18px;
	color:#ffffff;
	border-radius:12px;
	border:none;
}




/*服务*/
.ser-wrap .title-box{
	text-align:center;
}
.ser-wrap .title-box h3{
	position:relative;
	font-size:36px;
	margin-bottom:46px;
}
.ser-wrap .title-box h3:before{
	position:absolute;
	content:'';
	background:#FC671A;
	width:60px;
	height:3px;
	left:50%;
	transform:translateX(-50%);
	bottom:-20px;
}
.ser-wrap .title-box p{
	font-size:16px;
}
.ser-wrap .session_1{
	margin-top:100px;
}
.ser-wrap .session_1 .des-box{
	text-align:center;
	margin-top:40px;
}
.ser-wrap .session_1 .des-box p{
	font-size:16px;
	line-height:36px;
}
.ser-wrap .session_2{
	position:relative;
	margin-top:100px;
}
.ser-wrap .session_2 .title-box{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:80px;
	z-index:8;
}
.ser-wrap .session_2 .title-box h3{
	font-size:36px;
	color:#FC671A;
}
.ser-wrap .session_2 .title-box p{
	font-size:24px;
	margin-top:-10px;
	color:#cccccc;
}
.ser-wrap .session_2 .left-box{
	position:absolute;
	left:80px;
	top:50%;
	transform:translateY(-50%);
	z-index:8;
}
.ser-wrap .session_2 .left-box span a{
	display:block;
	font-size:14px;
	color:#fff;
	font-weight:300;
	margin-top:16px;
	margin-bottom:16px;
}
.ser-wrap .session_2 .left-box span.active a{
	color:#FC671A;
}
.ser-wrap .session_2 .left-box span em{
	display:inline-block;
	width:12px;
	height:12px;
	border:1px solid rgba(255, 255, 255, 0.5);
	border-radius:100%;
	background:transparent;
	box-sizing:border-box;
	margin-right:12px;
	position:relative;
	top:1px;
}
.ser-wrap .session_2 .left-box span.active em{
	background:#FC671A;
	border-color:#FC671A;
}
.ser-wrap .session_2 .all-box .item-box{
	position:relative;
}
.ser-wrap .session_2 .all-box .item-box .img-box img{
	width:100%;
	height:100%;
}
.ser-wrap .session_2 .all-box .item-box .content-box{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:160px;
	width:560px;
}
.ser-wrap .session_2 .all-box .item-box .content-box .txt-box{
	position:relative;
}
.ser-wrap .session_2 .all-box .item-box .content-box .txt-box:before{
	position:absolute;
	content:'';
	width:60px;
	height:2px;
	background:#FC671A;
	bottom:-45px;
	left:2px;
}
.ser-wrap .session_2 .all-box .item-box .content-box .txt-box h3{
	font-size:18px;
	color:#fff;
	font-weight:400;
	width:100px;
	height:100px;
	line-height:100px;
	text-align:center;
	background:url('../images/icon_20.png') center center no-repeat;
	background-size:100% 100%;
}
.ser-wrap .session_2 .all-box .item-box .content-box .txt-box span{
	font-size:30px;
	color:#FC671A;
	font-weight:700;
	display:inline-block;
	margin-top:35px;
}
.ser-wrap .session_2 .all-box .item-box .content-box .des-box{
	margin-top:90px;
}
.ser-wrap .session_2 .all-box .item-box .content-box .des-box p{
	font-size:16px;
	color:#fff;
	line-height:36px;
}
.ser-wrap .session_2 .swiper-pagination{
	bottom:70px;
}
.ser-wrap .session_2 .swiper-button-prev:after,
.ser-wrap .session_2 .swiper-button-next:after{
	display:none;
}
.ser-wrap .session_2 .swiper-button-next,
.ser-wrap .session_2 .swiper-button-prev{
	top:unset;
	bottom:150px;    
	left: 50%;
	transform: translateX(-50%);
}
.ser-wrap .session_2 .swiper-button-prev{
	margin-left:-30px;
}
.ser-wrap .session_2 .swiper-button-next{
	margin-left:30px;
}



.ser-wrap .session_3{
	margin-top:85px;
	padding-bottom:300px;
}
.ser-wrap .session_3 .all-box{
	position:relative;
	width:750px;
	height:750px;
	margin:0 auto;
	margin-top:90px;
}
.ser-wrap .session_3 .all-box .item-box{
	position:absolute;
}
.ser-wrap .session_3 .all-box .item-box .icon-box{
	width:150px;
	height:150px;
	line-height:150px;
	border-radius:100%;
	background:#FC671A;
	text-align:center;
}
.ser-wrap .session_3 .all-box .item-box .txt-box p{
	font-size:18px;
	line-height:30px;
}
.ser-wrap .session_3 .all-box .item-box:nth-child(1){
	left:-65px;
	top:165px;
}
.ser-wrap .session_3 .all-box .item-box:nth-child(1) .txt-box{
	position:relative;
	text-align:right;
	top:-135px;
	left:-172px;
}
.ser-wrap .session_3 .all-box .item-box:nth-child(2){
	right:-75px;
	top:114px;
}
.ser-wrap .session_3 .all-box .item-box:nth-child(2) .txt-box{
	position:relative;
	text-align:left;
	top:-100px;
	left:175px;
}
.ser-wrap .session_3 .all-box .item-box:nth-child(3){
	bottom:-180px;
	left:310px;
}
.ser-wrap .session_3 .all-box .item-box:nth-child(3) .txt-box{
	position:relative;
	text-align:center;
	margin-top:25px;
	/*left:-33px;*/
}
.ser-wrap .session_3 .all-box .img-box{
	width:100%;
	height:100%;
}





.ser-wrap .session_4{
	padding-top:95px;
	padding-bottom:240px;
	background:url('../images/img_14.png') center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
.ser-wrap .session_4 .title-box h3{
	color:#FC671A;
}
.ser-wrap .session_4 .title-box h3:before{
	background:#FC671A;
}
.ser-wrap .session_4 .title-box p{
	color:#fff;
}
.ser-wrap .session_4 .all-box{
	position:relative;
	margin-top:170px;
	width:1260px;
	height:318px;
	background:url('../images/icon_21.png') center center no-repeat;
	background-size:100% 100%;
}
.ser-wrap .session_4 .all-box .item-box{
	position:absolute;
}
.ser-wrap .session_4 .all-box .item-box .icon-box{
	width:100px;
	height:100px;
	line-height:100px;
	background:#FC671A;
	border-radius:100%;
	text-align:center;
}
.ser-wrap .session_4 .all-box .item-box p{
	font-size:16px;
	color:#fff;
	margin-top:20px;
	text-align:center;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(1){
	left:-2px;
	top:-50px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(2){
	left:304px;
	top:-50px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(3){
	left:608px;
	top:-50px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(4){
	left:911px;
	top:-50px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(5){
	right:-50px;
	top:100px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(5) p{
	position:relative;
	left:105px;
	top:-75px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(6){
	left:911px;
	bottom:-70px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(7){
	left:608px;
	bottom:-70px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(8){
	left:304px;
	bottom:-70px;
}
.ser-wrap .session_4 .all-box .item-box:nth-child(9){
	left:-2px;
	bottom:-70px;
}





.ser-wrap .session_5 {
	margin-top:90px;
	padding-bottom:105px;
	box-sizing:border-box;
}
.ser-wrap .session_5 .all-box{
	width:1400px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:75px;
}
.ser-wrap .session_5 .all-box .left-box{
	width:48.57%;
}
.ser-wrap .session_5 .all-box .left-box img{
	width:100%;
	height:480px;
	object-fit:cover;
}
.ser-wrap .session_5 .all-box .info-box{
	width:51.43%;
	padding-left:70px;
	box-sizing:border-box;
}
.ser-wrap .session_5 .form-box {
	margin-top:36px;
	box-sizing:border-box;
}
.ser-wrap .session_5 .form-box .row .col-md-3{
	position:relative;
	margin-bottom:20px;
}
.ser-wrap .session_5 .form-box .row:nth-child(2){
	display:flex;
	justify-content:space-between;
}
.ser-wrap .session_5 .form-box .row:nth-child(2) .col-md-3{
	width:31%;
	flex-shrink:0;
}
.ser-wrap .session_5 .form-box .row:nth-child(2) .col-md-3 > img{
	position:absolute;
	top:23px;
	right:15px;
}
.ser-wrap .session_5 .form-box .row:nth-child(2) .col-md-3 select{
	width:100%;
	height:50px;
	line-height:50px;
	border-radius:4px;
	padding-left:15px;
	background:#eeeeee;
	border-color:#eeeeee;
	color:#999;
	font-size:14px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ser-wrap .session_5 .form-box input{
	background:#EEEEEE;
	width: 100%;
	border:none;
	height:50px;
	line-height:50px;
	padding-left:15px;
	padding-right:15px;
	border-radius:4px;
	box-sizing: border-box;
	font-size:14px;
	color:#999999;
}
.ser-wrap .session_5 .form-box input::-webkit-input-placeholder{
	color:#999;
}
.ser-wrap .session_5 .form-box .ok{
	display: inline-block;
	margin-top:30px;
	width:100%;
	text-align: center;
	color: #fff;
	height:50px;
	line-height:50px;
	background:#FC671A;
	cursor: pointer;
	border-radius:4px;
	font-size:20px;
}







/*联系*/
.link-wrap .session_1 img{
	width:100%;
}

.link-wrap .session_2 {
	margin-top:90px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.link-wrap .session_2 .left-box img{
	width:514px;
	object-fit:cover;
}
.link-wrap .session_2 .right-box{
	padding-left:120px;
	box-sizing:border-box;
}
.link-wrap .session_2 .clearfix{
	margin-left:-40px;
	margin-right:-40px;
}
.link-wrap .session_2 .right-box .title-box{
	text-align:left;
	box-sizing:border-box;
}
.link-wrap .session_2 .right-box .title-box h3{
	font-size:30px;
	margin-bottom:15px;
	padding-left:90px;
	box-sizing:border-box;
}
.link-wrap .session_2 .right-box .title-box p{
	font-size:16px;
	color:#666666;
}
.link-wrap .session_2 .form-box {
	margin-top:35px;
}
.link-wrap .session_2 .form-box .input-box {
	position: relative;
	float: left;
	width:50%;
	margin-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	box-sizing: border-box;
}
.link-wrap .session_2 .form-box .input-box:nth-child(5),
.link-wrap .session_2 .form-box .input-box:nth-child(6){
	width:100%;
}
.link-wrap .session_2 .form-box .input-box input {
	width: 100%;
	height:80px;
	line-height:80px;
	border:none;
	border-bottom: 1px solid #eeeeee;
	box-sizing: border-box;
	font-size: 18px;
}
.link-wrap .session_2 .form-box .input-box input::-webkit-input-placeholder,
.link-wrap .session_2 .form-box .input-box textarea::-webkit-input-placeholder{
	font-size: 18px;
	color:#333;
}
.link-wrap .session_2 .form-box .input-box textarea {
	width: 100%;
	padding-top:30px;
	box-sizing: border-box;
	height:180px;
	font-size: 18px;
	border:none;
	border-bottom: 1px solid #eeeeee;
}
.link-wrap .session_2 .form-box .input-box:nth-child(5),
.link-wrap .session_2 .form-box .input-box:last-child {
	margin-bottom: 20px;
}
.link-wrap .session_2 .form-box .btn-box .ok {
	display: block;
	border:none;
	border-radius:6px;
	width:150px;
	height:50px;
	background:#FC671A;
	color: #fff;
	line-height:50px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	margin-top:20px;
}



.link-wrap .session_3 {
	border-top:1px solid #e5e5e5;
	position:relative;
	margin-top:125px;
}
.link-wrap .session_3 .all-box{
	display:flex;
	justify-content:space-between;
}
.link-wrap .session_3 .item-box {
	position:relative;
	width:33.33%;
	height:500px;
	border-left:1px solid #e5e5e5;
	padding-left:67px;
	padding-right:40px;
	padding-top:126px;
	box-sizing: border-box;
}
.link-wrap .session_3 .item-box:before{
	position:absolute;
	content:'';
	left:-1.5px;
	top:126px;
	width:3px;
	height:177px;
	background:#FC671A;
}
.link-wrap .session_3 .item-box  .title-box{
	margin-top:37px;
}
.link-wrap .session_3 .item-box .title-box h3{
	font-size:20px;
	color:#666;
	position:relative;
	padding-bottom:7px;
	box-sizing:border-box;
	margin-bottom:15px;
}
.link-wrap .session_3 .item-box .title-box p{
	color:#000;
	font-size:20px;
	line-height:30px;
	font-weight:700;
}







/*案例*/
.case-wrap .session_1 {
	width:1400px;
	margin-top:80px;
}
.case-wrap .session_1 .page-box {
	margin-top:25px;
	margin-bottom:80px;
}
.case-wrap .session_1 .row {
	margin-left: -24px;
	margin-right: -24px;
}
.case-wrap .session_1 .row .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.case-wrap .session_1 .item-box {
	position:relative;
	display: block;
	height:100%;
	border-radius:20px;
	overflow:hidden;
}
.case-wrap .session_1 .item-box .img-box {
	overflow: hidden;
	height:100%;
}
.case-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height:300px;
	object-fit: cover;
	transition: all 0.3s;
}
.case-wrap .session_1 .item-box .txt-box {
	box-sizing:border-box;
	height:85px;
	text-align:center;
	font-size:20px;
	border:1px solid #999999;
	border-top:none;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.case-wrap .session_1 .item-box .txt-box p{
	line-height:85px;
}
.case-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.1);
}



/*新闻*/
.news_list-wrap .session_1 {
	margin-top: 65px;
	margin-bottom: 55px;
	height:395px;
}
.news_list-wrap .session_1 .item-box {
	background: #ffffff;
	height: 395px;
	border-radius:20px;
}
.news_list-wrap .session_1 .item-box a {
	display: block;
	display: flex;
}
.news_list-wrap .session_1 .item-box .img-box{
	border-radius:20px;
	overflow:hidden;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a{
	overflow:hidden;
	border-radius:12px;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a:after{
	border-radius:12px;
	border-color:#dddddd;
	overflow:hidden;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a:hover:after{
	border-color:#FC671A;
}
.news_list-wrap .session_1 .item-box .img-box img {
	width: 600px;
	height: 395px;
	object-fit: cover;
	transition:all .5s;
}
.news_list-wrap .session_1 .item-box:hover .img-box img{
	transform:scale(1.1);
}
.news_list-wrap .session_1 .item-box .txt-box {
	width: 700px;
	padding-left: 50px;
	padding-right: 40px;
	box-sizing: border-box;
	padding-top: 50px;
}
.news_list-wrap .session_1 .item-box .txt-box .title-box {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news_list-wrap .session_1 .item-box .txt-box .title-box h3 {
	font-size: 18px;
	line-height: 1.6;
}
.news_list-wrap .session_1 .item-box .txt-box .title-box span {
	font-size: 14px;
	color: #999999;
	display:inline-block;
	margin-top:10px;
	margin-bottom:8px;
}
.news_list-wrap .session_1 .item-box .txt-box .des-box p {
	font-size: 14px;
	color: #999;
	line-height:24px;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box {
	margin-top: 55px;
	height:45px;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a{
	background: transparent;
}
.news_list-wrap .session_1 .item-box .txt-box .more-box .public_a span{
	font-style: normal;
}
.news_list-wrap .session_1 .swiper-pagination {
	text-align: right;
	padding-right: 40px;
	box-sizing: border-box;
}
.news_list-wrap .session_1 .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	width: 10px;
	height: 10px;
	border: 1px solid #cdcdcd;
}
.news_list-wrap .session_1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #CB292C;
	border-color: #CB292C;
}
.news_list-wrap .session_2 {
	margin-bottom: 70px;
}
.news_list-wrap .session_2 .row {
	margin-left: -40px;
	margin-right: -40px;
}
.news_list-wrap .session_2 .row .col-md-4 {
	width: 33.33%;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.news_list-wrap .session_2 .item-box {
	transition: all .3s;
}
.news_list-wrap .session_2 .item-box .img-box {
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}
.news_list-wrap .session_2 .item-box .img-box img {
	width: 100%;
	height: 250px;
	transition: all .3s;
}
.news_list-wrap .session_2 .item-box > .txt-box{
	padding-left: 22px;
	padding-right: 22px;
	background:#ffffff;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.news_list-wrap .session_2 .item-box .txt-box .title {
	padding-top: 20px;
	height: 85px;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.news_list-wrap .session_2 .item-box .txt-box .title h3 {
	font-size: 18px;
	margin-bottom:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}
.news_list-wrap .session_2 .item-box .txt-box .title span {
	font-size: 14px;
	color: #999999;
}
.news_list-wrap .session_2 .item-box .txt-box .des-box {
	height: 115px;
	box-sizing: border-box;
	padding-top: 22px;
}
.news_list-wrap .session_2 .item-box .txt-box .des-box p {
	font-size: 14px;
	color: #999999;
	line-height:24px;
}
.news_list-wrap .session_2 .item-box:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius:20px;
}
.news_list-wrap .session_2 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.news_list-wrap .session_2 .item-box:hover .txt-box .title h3 {
	color:#FC671A;
}
.news_list-wrap .session_2 .page-box {
	margin-top: 20px;
}
.news_list-wrap .session_3 {
	margin-bottom:50px;
	margin-top:60px;
	background:#ffffff;
	padding:50px;
	box-sizing:border-box;
	border-radius:20px;
}
.news_list-wrap .session_3 .title-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom:30px;
	border-bottom:2px solid #333;
}
.news_list-wrap .session_3 .title-box p {
	font-size: 30px;
	margin-bottom: 10px;
}
.news_list-wrap .session_3 .title-box .txt_1 span {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: 400;
}
.news_list-wrap .session_3 .des-box span,
.news_list-wrap .session_3 .des-box p {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 30px;
}
.news_list-wrap .session_3 .des-box p img {
	max-width: 100%;display:block;margin:0 auto;
}
.news_list-wrap .session_3 .bottom-box {
	padding-bottom:10px;
	border-bottom: 1px solid #eeeeee;
	margin-top: 100px;
}
.news_list-wrap .session_3 .bottom-box a .black-btn{
	opacity:0;
}
.news_list-wrap .session_3 .bottom-box .black-btn {
	float: left;
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #CB292C;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}
.news_list-wrap .session_3 .bottom-box .share-box {
	float: right;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-1 {
	display: inline-block;
}
.news_list-wrap .session_3 .bottom-box .share-box #share-1 .social-share-icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.news_list-wrap .session_3 .other-box {
	display:flex;
	margin-top:50px;
	justify-content:space-between;
}
.news_list-wrap .session_3 .other-box li a {
	color:#666666;
	font-size:20px;
}
.news_list-wrap .session_3 .other-box li:nth-child(1) img{
	margin-right:20px;
}
.news_list-wrap .session_3 .other-box li:nth-child(2){
	width:200px;
	height:66px;
	border-radius:20px;
	text-align:center;
	padding-top:18px;
	box-sizing:border-box;
	border:1px solid #FC671A;
}
.news_list-wrap .session_3 .other-box li:nth-child(2) img{
	margin-right:20px;
	position:relative;
	top:-2px;
}
.news_list-wrap .session_3 .other-box li:nth-child(2) a{
	font-size:18px;
	color:#FC671A;
}
.news_list-wrap .session_3 .other-box li:nth-child(3) img{
	margin-left:20px;
}
.news_list-wrap .session_4{
	margin-bottom:96px;
}
.news_list-wrap .session_4 .title-box h3{
	font-size:24px;
	line-height:1;
	margin-bottom:36px;
	padding-left:30px;
	box-sizing:border-box;
}
.news_list-wrap .session_4 .item-box{
	float:left;
	width:50%;
	padding-left:30px;
	padding-right:30px;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.news_list-wrap .session_4 .item-box .img-box img{
	width:280px;
	height:184px;
	border-radius:20px;
	object-fit:cover;
}
.news_list-wrap .session_4 .item-box .txt-box{
	padding-left:30px;
	box-sizing:border-box;
}
.news_list-wrap .session_4 .item-box .txt-box h3{
	font-size:18px;
	margin-bottom:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.news_list-wrap .session_4 .item-box .txt-box span{
	font-size:14px;
	color:#999999;
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}
.news_list-wrap .session_4 .item-box .txt-box p{
	font-size:14px;
	color:#999999;
	line-height:24px;
}








/*产品*/
.pro_list-wrap .session_1 {
	width:1400px;
	margin-top:80px;
}
.pro_list-wrap .session_1 .row {
	margin-left: -24px;
	margin-right: -24px;
}
.pro_list-wrap .session_1 .row .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.pro_list-wrap .session_1 .item-box{
	display:inline-block;
	border-radius:20px;
	overflow:hidden;
}
.pro_list-wrap .session_1 .item-box .img-box {
	overflow: hidden;
}
.pro_list-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition: all 0.3s;
}
.pro_list-wrap .session_1 .item-box .info-box{
	height:160px;
	background:#F5F5F5;
	padding-top:26px;
	box-sizing:border-box;
}
.pro_list-wrap .session_1 .item-box .info-box .title-box{
	text-align:center;
}
.pro_list-wrap .session_1 .item-box .info-box .title-box h3{
	font-size:20px;
	margin-bottom:10px;
}
.pro_list-wrap .session_1 .item-box .info-box .title-box p{
	font-size:16px;
}
.pro_list-wrap .session_1 .item-box .txt-box {
	position: relative;
	margin-top:38px;
	padding-left:25px;
	padding-right:25px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.pro_list-wrap .session_1 .item-box .txt-box .more-box img.active,
.pro_list-wrap .session_1 .item-box .txt-box .icon-box img.active{
	display:none;
}
.pro_list-wrap .session_1 .item-box .txt-box .more-box{
	font-size:14px;
	color:#666;
}
.pro_list-wrap .session_1 .item-box .txt-box .more-box img{
	position:relative;
	margin-left:15px;
	top:-2px;
}
.pro_list-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.pro_list-wrap .session_1 .item-box:hover .title-box h3{
	color:#FC671A;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box .more-box img,
.pro_list-wrap .session_1 .item-box:hover .txt-box .icon-box img{
	display:none;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box .more-box img.active,
.pro_list-wrap .session_1 .item-box:hover .txt-box .icon-box img.active{
	display:inline-block;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box .more-box{
	color:#FC671A;
}
.pro_list-wrap .session_1 .page-box{
	margin-top:30px;
}
.pro_list-wrap .session_2{
	margin-top:90px;
	padding-top:80px;
	padding-bottom:60px;
	background:#F5F5F5;
	box-sizing:border-box;
	text-align:center;
}
.pro_list-wrap .session_2 .title-box{
	text-align:center;
	display:inline-block;
	margin:0 auto;
}
.pro_list-wrap .session_2 > .title-box h3{
	position:relative;
	color:#000;
	font-size:36px;
	margin-bottom:20px;
}
.pro_list-wrap .session_2 > .title-box h3 img{
	position:absolute;
	left:-30px;
	top:-25px;
}
.pro_list-wrap .session_2 > .title-box p{
	color:#000;
	font-size:20px;
}
.pro_list-wrap .session_2 .all-box{
	margin-top:70px;
}
.pro_list-wrap .session_2 .all-box .item-box{
	display:flex;
	justify-content:space-between;
	background:#ffffff;
	align-items:center;
	height:480px;
	border-radius:20px;
	overflow:hidden;
}
.pro_list-wrap .session_2 .all-box .item-box .img-box{
	height:100%;
	overflow:hidden;
}
.pro_list-wrap .session_2 .all-box .item-box .img-box img{
	width:480px;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.pro_list-wrap .session_2 .all-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.pro_list-wrap .session_2 .all-box .item-box .txt-box{
	width:320px;
}
.pro_list-wrap .session_2 .all-box .item-box .txt-box .title-box h3{
	font-size:24px;
	margin-bottom:15px;
}
.pro_list-wrap .session_2 .all-box .item-box .txt-box .title-box p{
	font-size:16px;
}
.pro_list-wrap .session_2 .all-box .item-box:hover .txt-box .title-box h3{
	color:#FC671A;
}
.pro_list-wrap .session_2 .all-box .item-box .txt-box .more-box{
	width:190px;
	color:#FC671A;
	border-radius:12px;
	text-align:center;
	font-size:16px;
	margin:0 auto;
	opacity:0;
	height:0;
	transition:all .5s;
	transform:translateY(80px);
}
.pro_list-wrap .session_2 .all-box .item-box .txt-box .more-box img{
	margin-left:30px;
	position:relative;
	top:-2px;
}
.pro_list-wrap .session_2 .all-box .item-box:hover .txt-box .more-box{
	opacity:1;
	transform:translateY(0);
	height:60px;
	line-height:60px;
	margin-top:75px;
	border:2px solid #FC671A;
}
.pro_list-wrap .session_2 .swiper-pagination{
	position:static;
	margin-top:55px;
}
.pro_list-wrap .session_2 .public-pagination .swiper-pagination-bullet{
	background:#fff;
}
.pro_list-wrap .session_2 .public-pagination .swiper-pagination-bullet-active{
	background:#FC671A;
}
.pro_list-wrap .other-box {
	margin-top:80px;
	width:100%;
	height:140px;
	background:#333;
	box-sizing:border-box;
}
.pro_list-wrap .other-box .back-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.pro_list-wrap .other-box .back-box .back{
	line-height:140px;
	color:#FC671A;
	font-size:18px;
}
.pro_list-wrap .other-box .back-box .back img{
	margin-right:25px;
}
.pro_list-wrap .other-box .title-box{
	text-align:right;
}
.pro_list-wrap .other-box .title-box h3{
	font-size:24px;
	color:#fff;
	margin-bottom:15px;
}
.pro_list-wrap .other-box .title-box p{
	font-size:16px;
	color:#fff;
}


.pro_list-wrap .session_3{
	position:relative;
	margin-top:80px;
}
.pro_list-wrap .session_3 .img-box img{
	width:100%;
	border-radius:20px;
}
.pro_list-wrap .session_3 .icon-box{
	position:absolute;
	width:80px;
	height:80px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.pro_list-wrap .session_3 .icon-box img{
	width:100%;
	height:100%;
}
.pro_list-wrap .session_3 .qrcode-box{
	position:absolute;
	right:40px;
	bottom:35px;
	display:none;
}
.pro_list-wrap .session_3 .qrcode-box img{
	width:123px;
	height:123px;
	border-radius:9px;
}

.pro_list-wrap .session_4{
	margin-top:50px;
}
.pro_list-wrap .session_4 .item{
	margin-bottom:60px;
}
.pro_list-wrap .session_4 .item h3{
	width:100%;
	height:60px;
	line-height:60px;
	background:#F8F8F8;
	border-radius: 0px 15px 15px 0px;
	border-left:5px solid #FC671A;
	font-size:18px;
	color:#1E1E1E;
	padding-left:35px;
	box-sizing:border-box;
}
.pro_list-wrap .session_4 .item_1 .des-box{
	margin-top:30px;
}
.pro_list-wrap .session_4 .item_1 .des-box p{
	position:relative;
	font-size:16px;
	color:#666666;
	line-height:36px;
	padding-left:40px;
}
.pro_list-wrap .session_4 .item_1 .des-box p:before{
	position:absolute;
	content:'';
	width:3px;
	height:3px;
	background:#666;
	border-radius:100%;
	left:32px;
	top:50%;
	transform:translateY(-50%);
}
.pro_list-wrap .session_4 .item_2 .des-box{
	margin-top:50px;
	margin-bottom:100px;
}
.pro_list-wrap .session_4 .item_2 .des-box img{
	display:block;
	margin:0 auto;
	max-width:100%;
}


@media screen and (max-width: 1680px) {
	.join-wrap .session_3{
		padding-left:3%;
	}
	.join-wrap .session_3 .all-box .item-box .des-box{
		right:30px;
	}
	.join-wrap .session_3 .all-box .item-box .icon-box{
		right:30px;
	}
	.join-wrap .session_3 .all-box .item-box .icon-box img{
		width:180px;
	}
	.join-wrap .session_3 .all-box .swiper-slide:nth-child(3) .item-box .txt-box p{
		padding-left:43px;
	}
	.join-wrap .session_6 .all-box{
		transform:scale(0.85);
	}
	.ser-wrap .session_2 .all-box{
		zoom:.7;
	}
	.ser-wrap .session_4 .all-box{
		zoom:.8;
	}
}












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