.banner-box{
	position:relative;
	box-sizing:border-box;
}
.banner-box .img-box img {
	width: 100%;
}
.banner-box .txt-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.banner-box .txt-box p{
	font-size:30px;
	color:#fff;
	font-family:'Mi-L';
	margin-bottom:25px;
}
.banner-box .txt-box h3{
	font-size:48px;
	color:#fff;
	font-family:'Mi-M';
	margin-bottom:26px;
}
/*纯菜单栏*/
.banner-box .public-tab-box{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:25px;
	background:rgba(238, 238, 238, .2);
	backdrop-filter:blur(25px);
}
.banner-box .public-tab-box,
.banner-box .public-tab-box ul{
	width:1300px;
	display:flex;
	align-items:center;
	border-radius: 30px;
	overflow:hidden;
}
.banner-box .public-tab-box ul li,
.banner-box .public-tab-box a{
	position:relative;
	width:325px;
	display:block;
	text-align:center;
	height:80px;
	line-height:80px;
	font-size:18px;
	color:#fff;
	font-weight:700;
	box-sizing:border-box;
	border-radius:30px;
	transition:all .5s;
}
.banner-box .public-tab-box a:before,
.banner-box .public-tab-box li:before{
	position:absolute;
	content:'';
	right:-2px;
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:40px;
	background:rgba(255, 255, 255, 0.5);
}
.banner-box .public-tab-box a:last-child:before,
.banner-box .public-tab-box li:last-child:before{
	display:none;
}
.banner-box .public-tab-box ul li.active,
.banner-box .public-tab-box a.active{
	border-color:#fff;
	background:#fff;
	color:#FF3A1F;
}
.banner-box .public-tab-box li:after,
.banner-box .public-tab-box a:after{
	position:absolute;
	content:'';
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:75px;
	height:5px;
	background:#FF3A1F;
	opacity:0;
}
.banner-box .public-tab-box ul li.active:before,
.banner-box .public-tab-box a.active:before{
	opacity:0;
}
.banner-box .public-tab-box ul li.active:after,
.banner-box .public-tab-box a.active:after{
	opacity:1;
}



/*上一个下一个样式*/
.p-n-bottom{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.p-n-bottom li a{
	font-size:18px;
	color:#666;
}
.p-n-bottom li:nth-child(1) a img{
	margin-right:20px;
}
.p-n-bottom li a img{
	margin-left:20px;
}
.p-n-bottom a.back{
	width:200px;
	height:66px;
	line-height:66px;
	border:2px solid #FF3A1F;
	border-radius:20px;
	box-sizing:border-box;
	font-size:18px;
	color:#FF3A1F;
	text-align:center;
}
.p-n-bottom a.back img{
	position:relative;
	top:-2px;
	margin-right:25px;
}




/*分页*/
.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;
	border-radius:15px;
}
.page-box a.next:hover,
.page-box a.prev:hover{
	background:#FF3A1F;
	border-color:#FF3A1F;
	color: #fff;
}
.page-box a.active {
	border:none;
	color:#FF3A1F;
	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;
}




/*通用标题*/
.public-title {
	text-align:center;
}
.public-title h3{
	position:relative;
	font-size:36px;
	margin-bottom:18px;
	padding-bottom:18px;
	box-sizing:border-box;
}
.public-title h3:before{
	position:absolute;
	content:'';
	width:60px;
	height:3px;
	background:#fff;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.public-title p{
	color:#999999;
	font-size:18px;
}


/*关于*/
.about-wrap .session_1{
	margin-top:100px;
}
.about-wrap .session_1 .title-box{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
}
.about-wrap .session_1 .title-box:before{
	position:absolute;
	content:'';
	width:50px;
	height:10px;
	background:#00269B;
	bottom:-5px;
}
.about-wrap .session_1 .title-box h3{
	font-size:30px;
	color:#00269B;
}
.about-wrap .session_1 .title-box p{
	font-size:24px;
	color:#000;
	font-weight:700;
}
.about-wrap .session_1 .img-box{
	margin-top:90px;
}
.about-wrap .session_1 .info-box{
	margin-top:80px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.about-wrap .session_1 .info-box .des-box p{
	padding-left:100px;
	font-size:16px;
	line-height:30px;
	margin-bottom:20px;
}
.about-wrap .session_1 .info-box .des-box p:last-child{
	margin-bottom:0;
}




.about-wrap .session_2{
	margin-top:100px;
	padding-top:85px;
	padding-bottom:150px;
	box-sizing:border-box;
	background:url('../images/img_6.jpg') center center no-repeat;
	background-size:cover;
}
.about-wrap .session_2 .public-title h3,
.about-wrap .session_2 .public-title p{
	color:#fff;
}
.about-wrap .session_2 .all-box{
	margin-top:80px;
	display:flex;
	justify-content:space-between;
}
.about-wrap .session_2 .all-box .item-box{
	width:28%;
	height:300px;
	padding-top:50px;
	box-sizing:border-box;
	background:rgba(0, 0, 0, 0.3);
	border-radius: 30px 0px 30px 0px;
	text-align:center;
}
.about-wrap .session_2 .all-box .item-box .icon-box{
	height:60px;
	line-height:60px;
}
.about-wrap .session_2 .all-box .item-box .txt-box h3{
	color:#fff;
	font-size:24px;
	margin-top:16px;
	margin-bottom:15px;
}
.about-wrap .session_2 .all-box .item-box p{
	font-size:16px;
	color:#fff;
	line-height:30px;
}



.about-wrap .session_3{
	position:relative;
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:125px;
	box-sizing:border-box;
}
.about-wrap .session_3 .public-title{
	color:#00269B;
}
.about-wrap .session_3 .public-title h3:before{
	background:#00269B;
}
.about-wrap .session_3 .all-box{
	position:relative;
	margin-top:100px;
}
.about-wrap .session_3 .all-box .item-box{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.about-wrap .session_3 .all-box .item-box .info-box{
	padding-top:50px;
	box-sizing:border-box;
	width:50%;
	padding-right:80px;
	box-sizing:border-box;
}
.about-wrap .session_3 .all-box .item-box .info-box .title-box{
	position:relative;
	padding-left:25px;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.about-wrap .session_3 .all-box .item-box .info-box .title-box img{
	margin-right:20px;
}
.about-wrap .session_3 .all-box .item-box .info-box .title-box h3{
	font-size:36px;
	color:#00269B;
	margin-bottom:15px;
}
.about-wrap .session_3 .all-box .item-box .info-box .title-box p{
	color:#000;
	font-size:20px;
}
.about-wrap .session_3 .all-box .item-box .info-box .des-box{
	margin-top:40px;
}
.about-wrap .session_3 .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;
}
.about-wrap .session_3 .all-box .item-box .img-box{
	position:relative;
	width:50%;
	border-radius: 0px 50px 0px 50px;
	overflow:hidden;
}
.about-wrap .session_3 .all-box .item-box .img-box:before{
	position:absolute;
	content:'';
	width:200px;
	height:1px;
	background:#FF3A1F;
	left:-200px;
	top:60px;
}
.about-wrap .session_3 .all-box .menu-box{
	position:absolute;
	left:0;
	bottom:0;
	width:50%;
	display:flex;
	justify-content:flex-start;
	padding-right:45px;
	box-sizing:border-box;
	z-index:10;
}
.about-wrap .session_3 .all-box .menu-box .txt-box{
	width:145px;
	height:90px;
	line-height:90px;
	border-radius: 0px 20px 0px 20px;
	background:#fff;
	text-align:center;
	margin-right:25px;
}
.about-wrap .session_3 .all-box .menu-box .txt-box a{
	position:relative;
	font-size:30px;
}
.about-wrap .session_3 .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;
}
.about-wrap .session_3 .all-box .menu-box .txt-box.active{
	background:#00269B;
}
.about-wrap .session_3 .all-box .menu-box .txt-box.active a{
	color:#ffffff;
}
.about-wrap .session_3 .all-box .menu-box .txt-box.active a:before{
	border-color:#fff;
}



.about-wrap .session_4 {
	background:url('../images/img_7.jpg') center center no-repeat;
	background-size:cover;
	position: relative;
	height:900px;
	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:470px;
}
.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;
}
.about-wrap .session_4 .imgs3 {
	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;
}




/*产品列表*/
.pro-wrap .session_1{
	margin-top:80px;
	margin-bottom:80px;
}
.pro-wrap .session_1 .list-box{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	margin-bottom:50px;
}
.pro-wrap .session_1 .item-box{
	width:calc(calc(100% - 40px)/3);
	margin-right:20px;
	margin-bottom:40px;
}
.pro-wrap .session_1 .item-box:nth-child(3n+3){
	margin-right:0;
}
.pro-wrap .session_1 .item-box .img-box{
	overflow:hidden;
}
.pro-wrap .session_1 .item-box .img-box img{
	width:100%;
	height:300px;
	object-fit:cover;
	transition: all .5s;
}
.pro-wrap .session_1 .item-box:hover .img-box img{
	transform:scale(1.1);
}
.pro-wrap .session_1 .item-box .txt-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:30px;
	border:1px solid #EEEEEE;
	border-top:none;
	box-sizing:border-box;
}
.pro-wrap .session_1 .item-box:hover .txt-box{
	box-shadow:0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.pro-wrap .session_1 .item-box .txt-box p{
	text-align:center;
	font-size:16px;
}



.pro-wrap.bg{
	background:#f8f8f8;
}
.pro-wrap .session_2 {
	width:1400px;
	margin-top:60px;
	display: flex;
	justify-content:space-between;
	align-items:flex-start;
	padding:40px 50px;
	background:#fff;
	border-radius:20px;
	box-sizing:border-box;
}
.pro-wrap .session_2 .left-box{
	width:50%;
}
.pro-wrap .session_2 .left-box img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.pro-wrap .session_2 .imgs .bottom-box {
	position: relative;
	padding-left:50px;
	padding-right:50px;
}
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-prev {
	left:5px;
}
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-next {
	right:5px;
}
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-next,
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-prev {
	height: 100px;
	line-height: 100px;
	width: 20px;
	top: 0;
	margin: 0;
}
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-next:after,
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-prev:after {
	font-size: 18px;
	vertical-align: middle;
	color: #999999;
	font-weight: 700;
}
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-next:hover:after,
.pro-wrap .session_2 .imgs .bottom-box .swiper-button-prev:hover:after {
	color: #2b6378;
}
.pro-wrap .session_2 .imgs .mySwiper {
	margin-top: 20px;
	padding-top:10px;
	box-sizing: border-box;
	position: relative;
}
.pro-wrap .session_2 .imgs .mySwiper img {
	height:83px;
	width: 100%;
	object-fit: cover;
}
.pro-wrap .session_2 .imgs .mySwiper .swiper-slide {
	border: 2px solid transparent;
	box-sizing:border-box;
	position:relative;
}
.pro-wrap .session_2 .imgs .mySwiper .swiper-slide img {
	cursor: pointer;
}	
.pro-wrap .session_2 .imgs .mySwiper .swiper-slide-thumb-active {
	border: 2px solid #CB292C;
}
.pro-wrap .session_2 .imgs .mySwiper .swiper-slide:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #CB292C;
	top: -10px;
	left: 50%;
	opacity: 0;
	transform:rotate(90deg);
}
.pro-wrap .session_2 .imgs .mySwiper .swiper-slide-thumb-active:before{
	opacity:1;
}
.pro-wrap .session_2 .right-box {
	width:50%;
	padding-left:70px;
	padding-top:20px;
	box-sizing:border-box;
}
.pro-wrap .session_2 .right-box h3{
	font-size: 20px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.pro-wrap .session_2 .right-box span{
	font-size:30px;
	color:#FF3A1F;
	display:block;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dddddd;
	font-weight:700;
}
.pro-wrap .session_2 .right-box p.des{
	font-size:24px;
	margin-bottom:25px;
	color:#666;
}
.pro-wrap .session_2 .right-box .txt-box .title{
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}
.pro-wrap .session_2 .right-box .txt-box p{
	position:relative;
	font-size:16px;
	color:#666666;
	line-height:36px;
	padding-left:10px;
	box-sizing:border-box;
}
.pro-wrap .session_2 .right-box .txt-box p:before{
	position:absolute;
	content:'';
	width:2px;
	height:2px;
	border-radius:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
	background:#333;
}
.pro-wrap .session_2 .right-box .icon-box{
	margin-top:20px;
}





.pro-wrap .session_3{
	width:1400px;
	margin-top:30px;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	box-sizing:border-box;
}
.pro-wrap .session_3 .left-box{
	width:33.33%;
	background:#fff;
	padding:35px 50px;
	border-radius:20px;
	box-sizing:border-box;
}
.pro-wrap .session_3 .left-box h3{
	position:relative;
	font-size:30px;
	line-height:1;
}
.pro-wrap .session_3 .left-box .item-box{
	margin-top:35px;
}
.pro-wrap .session_3 .left-box .item-box .img-box{
	width:100%;
	height:250px;
	overflow:hidden;
}
.pro-wrap .session_3 .left-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:all .5s;
}
.pro-wrap .session_3 .left-box .item-box:hover .img-box img{
	transform:scale(1.1);
}
.pro-wrap .session_3 .left-box .item-box .txt-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border:1px solid #EEEEEE;
	border-top:none;
	padding:25px;
	box-sizing:border-box;
}
.pro-wrap .session_3 .left-box .item-box .txt-box p{
	font-size:16px;
	color:#666;
}
.pro-wrap .session_3 .left-box .item-box:hover .txt-box p{
	color:#FF3A1F;
}

.pro-wrap .session_3 .right-box{
	width:calc(66.66% - 35px);
	background:#fff;
	padding:30px 50px;
	border-radius:20px;
	box-sizing:border-box;
}
.pro-wrap .session_3 .right-box .title{
	width:100%;
	height:56px;
	line-height:56px;
	background:#FF3A1F;
	border-radius:28px;
	color:#fff;
	font-weight:400;
	font-size:18px;
	text-align:center;
}
.pro-wrap .session_3 .right-box h3{
	font-size:20px;
	margin-bottom:10px;
	margin-top:30px;
}
.pro-wrap .session_3 .right-box p{
	position:relative;
	font-size:16px;
	color:#666666;
	line-height:36px;
	padding-left:10px;
	box-sizing:border-box;
}
.pro-wrap .session_3 .right-box p:before{
	position:absolute;
	content:'';
	width:2px;
	height:2px;
	border-radius:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
	background:#333;
}
.pro-wrap .session_3 .right-box .bottom-box{
	margin-top:30px;
}
.pro-wrap .session_3 .right-box .bottom-box img{
	width:100%;
}
.pro-wrap .session_4{
	margin-top:75px;
	padding-bottom:75px;
}




/*核心技术*/
.tel-wrap .banner-box .txt-box p{
	font-size:48px;
	color:#fff;
	font-family:'Mi-M';
}
.tel-wrap .banner-box .public-tab-box{
	width:650px;
}
.tel-wrap .session_1{
	position:relative;
	background:url('../images/img_8.jpg') center center no-repeat;
	background-size:cover;
	padding:100px 0;
	height:1000px;
	box-sizing:border-box;
}
.tel-wrap .session_1 .title-box{
	text-align:center;
}
.tel-wrap .session_1 .title-box h3{
	font-size:40px;
	color:#fff;
	margin-bottom:30px;
}
.tel-wrap .session_1 .title-box p{
	font-size:18px;
	color:#fff;
}
.tel-wrap .session_1 .list-box{
	position:absolute;
	left:43%;
	top:220px;
}
.tel-wrap .session_1 .list-box .txt-box{
	max-width:600px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
	white-space:nowrap;
}
.tel-wrap .session_1 .list-box .txt-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.tel-wrap .session_1 .list-box .txt-box > span{
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#fff;
	background:#FF3A1F;
	border-radius:100%;
	margin-right:12px;
}
.tel-wrap .session_1 .list-box .txt-box p{
	font-size:16px;
	color:#FFFFFF;
}
.tel-wrap .session_1 .list-box .txt-box p span{
	font-size:20px;
	color:#FFFFFF;
	font-weight:700;
}


.tel-wrap .session_2{
	padding:100px 0 170px 0;
	background:url('../images/img_9.jpg') center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
.tel-wrap .session_2 .title-box{
	text-align:center;
}
.tel-wrap .session_2 .title-box h3{
	font-size:40px;
	color:#FF3A1F;
	margin-bottom:25px;
}
.tel-wrap .session_2 .title-box p{
	font-size:18px;
}
.tel-wrap .session_2 .all-box{
	margin-top:80px;
	padding-right:8.3%;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
.tel-wrap .session_2 .all-box .info-box{
	position:relative;
	width:56%;
}
.tel-wrap .session_2 .all-box .info-box .img-box img{
	width:100%;
	border-radius:0 30px 30px 0;
}
.tel-wrap .session_2 .all-box .info-box:before{
	position:absolute;
	content:'';
	left:0;
	bottom:-60px;
	width:100%;
	height:100%;
	background:url('../images/img_4.png') center center no-repeat;
	background-size:100% 100%;
}
.tel-wrap .session_2 .all-box .list-box{
	width:44%;
	padding-left:30px;
}
.tel-wrap .session_2 .all-box .list-box .item-box{
	height:80px;
	background:#FAFAFA;
	border-radius: 20px;
	margin-bottom:24px;
	transition:all .5s;
}
.tel-wrap .session_2 .all-box .list-box .item-box:last-child{
	margin-bottom:0;
}
.tel-wrap .session_2 .all-box .list-box .item-box.active{
	height:270px;
}
.tel-wrap .session_2 .all-box .list-box .item-box .txt-box{
	display:none;
}
.tel-wrap .session_2 .all-box .list-box .item-box p.title{
	position:relative;
	font-size:20px;
	line-height:80px;
	font-weight:700;
	padding-left:72px;
	box-sizing:border-box;
}
.tel-wrap .session_2 .all-box .list-box .item-box.active p.title{
	display:none;
}
.tel-wrap .session_2 .all-box .list-box .item-box p.title:before{
	position:absolute;
	content:'';
	width:12px;
	height:12px;
	top:35px;
	left:35px;
	background:#FF3A1F;
	border-radius:100%;
}
.tel-wrap .session_2 .all-box .list-box .item-box.active .txt-box{
	display:block;
	padding-left:60px;
	padding-right:60px;
	padding-top:35px;
	box-sizing:border-box;
}
.tel-wrap .session_2 .all-box .list-box .item-box .txt-box .title-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	border-bottom:1px solid #dddddd;
	padding-bottom:28px;
	margin-bottom:25px;
	box-sizing:border-box;
}
.tel-wrap .session_2 .all-box .list-box .item-box .txt-box .title-box span{
	display:inline-block;
	width:64px;
	height:64px;
	line-height:64px;
	text-align:center;
	background:#FF3A1F;
	color:#fff;
	font-family:'Mi-M';
	font-size:30px;
	border-radius:100%;
	margin-right:20px;
}
.tel-wrap .session_2 .all-box .list-box .item-box .txt-box .title-box .des-box h3{
	font-size:24px;
	color:#FF3A1F;
	margin-bottom:15px;
	text-align:left;
	box-sizing:border-box;
}
.tel-wrap .session_2 .all-box .list-box .item-box .txt-box .title-box .des-box p{
	font-size:18px;
}
.tel-wrap .session_2 .all-box .list-box .item-box .txt-box p.des{
	font-size:15px;
	color:#666;
	line-height:30px;
}






/*新闻*/
.news-wrap .banner-box .txt-box{
	text-align:center;
}
.news-wrap .banner-box .txt-box p{
	font-size:36px;
	font-family:'Mi-L';
}
.news-wrap .banner-box .txt-box h3{
	font-size:24px;
}
.news-wrap .banner-box .public-tab-box{
	width:650px;
}
.news-wrap.bg{
	background:#f8f8f8;
}
.news-wrap .session_1 {
	margin-top: 65px;
	margin-bottom: 55px;
	height:395px;
}
.news-wrap .session_1 .item-box {
	display:block;
	background: #ffffff;
	height: 395px;
	border-radius:20px;
	display: flex;
}
.news-wrap .session_1 .item-box .img-box{
	border-radius:20px;
	overflow:hidden;
}
.news-wrap .session_1 .item-box .txt-box .more-box .public_a{
	overflow:hidden;
}
.news-wrap .session_1 .item-box .txt-box .more-box .public_a:after{
	border-radius:12px;
	border-color:#dddddd;
	overflow:hidden;
}
.news-wrap .session_1 .item-box .txt-box .more-box .public_a:hover:after{
	border-color:#FC671A;
}
.news-wrap .session_1 .item-box .img-box img {
	width: 600px;
	height: 395px;
	object-fit: cover;
	transition:all .5s;
}
.news-wrap .session_1 .item-box:hover .img-box img{
	transform:scale(1.1);
}
.news-wrap .session_1 .item-box .txt-box {
	width: 700px;
	padding-left: 50px;
	padding-right: 40px;
	box-sizing: border-box;
	padding-top: 50px;
}
.news-wrap .session_1 .item-box .txt-box .title-box {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news-wrap .session_1 .item-box .txt-box .title-box h3 {
	font-size: 18px;
	line-height: 1.6;
}
.news-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-wrap .session_1 .item-box .txt-box .des-box p {
	font-size: 14px;
	color: #999;
	line-height:24px;
}
.news-wrap .session_1 .item-box .txt-box .more-box {
	margin-top: 55px;
	height:45px;
}
.news-wrap .session_1 .item-box .txt-box .more-box .public_a{
	background: transparent;
}
.news-wrap .session_1 .item-box .txt-box .more-box .public_a span{
	font-style: normal;
}
.news-wrap .session_1 .swiper-pagination {
	text-align: right;
	padding-right: 40px;
	box-sizing: border-box;
}
.news-wrap .session_1 .swiper-pagination .swiper-pagination-bullet {
	background: transparent;
	opacity: 1;
	width: 10px;
	height: 10px;
	border: 1px solid #cdcdcd;
}
.news-wrap .session_1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #CB292C;
	border-color: #CB292C;
}
.news-wrap .session_2 {
	margin-bottom: 70px;
}
.news-wrap .session_2 .row {
	margin-left: -40px;
	margin-right: -40px;
}
.news-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-wrap .session_2 .item-box {
	transition: all .3s;
}
.news-wrap .session_2 .item-box .img-box {
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}
.news-wrap .session_2 .item-box .img-box img {
	width: 100%;
	height: 250px;
	object-fit:cover;
	transition: all .3s;
}
.news-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-wrap .session_2 .item-box .txt-box .title {
	padding-top: 20px;
	height: 85px;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.news-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-wrap .session_2 .item-box .txt-box .title span {
	font-size: 14px;
	color: #999999;
}
.news-wrap .session_2 .item-box .txt-box .des-box {
	height: 115px;
	box-sizing: border-box;
	padding-top: 22px;
}
.news-wrap .session_2 .item-box .txt-box .des-box p {
	font-size: 14px;
	color: #999999;
	line-height:24px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-wrap .session_2 .item-box:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius:20px;
}
.news-wrap .session_2 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.news-wrap .session_2 .item-box:hover .txt-box .title h3 {
	color:#FF3A1F;
}
.news-wrap .session_2 .page-box {
	margin-top: 20px;
}
/*详情*/
.news-wrap .session_3 {
	margin-bottom:50px;
	margin-top:60px;
	background:#ffffff;
	padding:50px;
	box-sizing:border-box;
	border-radius:20px;
}
.news-wrap .session_3 .title-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom:30px;
	border-bottom:2px solid #333;
}
.news-wrap .session_3 .title-box p {
	font-size: 30px;
	margin-bottom: 10px;
}
.news-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-wrap .session_3 .des-box span,
.news-wrap .session_3 .des-box p {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 30px;
}
.news-wrap .session_3 .des-box p img {
	max-width: 100%;display:block;margin:0 auto;
}
.news-wrap .session_3 .bottom-box {
	padding-bottom:10px;
	border-bottom: 1px solid #eeeeee;
	margin-top: 100px;
}
.news-wrap .session_3 .bottom-box a .black-btn{
	opacity:0;
}
.news-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-wrap .session_3 .bottom-box .share-box {
	float: right;
	opacity:0;
}
.news-wrap .session_3 .bottom-box .share-box #share-1 {
	display: inline-block;
}
.news-wrap .session_3 .bottom-box .share-box #share-1 .social-share-icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.news-wrap .session_3 .other-box {
	display:flex;
	margin-top:50px;
	justify-content:space-between;
}
.news-wrap .session_3 .other-box li a {
	color:#666666;
	font-size:20px;
}
.news-wrap .session_3 .other-box li:nth-child(1) img{
	margin-right:20px;
}
.news-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-wrap .session_3 .other-box li:nth-child(2) img{
	margin-right:20px;
	position:relative;
	top:-2px;
}
.news-wrap .session_3 .other-box li:nth-child(2) a{
	font-size:18px;
	color:#FC671A;
}
.news-wrap .session_3 .other-box li:nth-child(3) img{
	margin-left:20px;
}
.news-wrap .session_4{
	margin-bottom:96px;
}
.news-wrap .session_4 .title-box h3{
	font-size:24px;
	line-height:1;
	margin-bottom:36px;
	padding-left:30px;
	box-sizing:border-box;
}
.news-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:40px;
}
.news-wrap .session_4 .item-box .img-box{
	width:280px;
	height:184px;
	border-radius:20px;
	overflow:hidden;
}
.news-wrap .session_4 .item-box .img-box img{
	width:100%;
	height:100%;
	transition:all .5s;
	object-fit:cover;
}
.news-wrap .session_4 .item-box:hover .img-box img{
	transform:scale(1.1);
}
.news-wrap .session_4 .item-box .txt-box{
	width:calc(100% - 280px);
	padding-left:30px;
	box-sizing:border-box;
}
.news-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-wrap .session_4 .item-box:hover .txt-box h3{
	color:#FF3A1F;
}
.news-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-wrap .session_4 .item-box .txt-box p{
	font-size:14px;
	color:#999999;
	line-height:24px;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}




/*加盟*/
.join-wrap .session_1 img{
	width:100%;
}
.join-wrap .session_2 .all-box .block{
	width:1600px;
}
.join-wrap .session_2 .all-box:nth-child(1){
	height:700px;
	padding-top:50px;
	background:url('../images/img_10.jpg') center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box:nth-child(2){
	position:relative;
	padding-top:20px;
	box-sizing:border-box;
	height:715px;
	background:url('../images/img_11.jpg') center center no-repeat;
	background-size:cover;
	z-index:5;
}
.join-wrap .session_2 .all-box:nth-child(2):before{
	position:absolute;
	content:'';
	background:url('../images/img_13.jpg') center center no-repeat;
	background-size:cover;
	width:100%;
	height:487px;
	left:0;
	top:150px;
	z-index:10;
}
.join-wrap .session_2 .all-box:nth-child(3){
	height:720px;
	background:url('../images/img_12.jpg') center center no-repeat;
	background-size:cover;
}
.join-wrap .session_2 .all-box .list-box{
	display:flex;
	justify-content:space-between;
}
.join-wrap .session_2 .all-box:nth-child(3) .item-box,
.join-wrap .session_2 .item-box img{
	max-width:100%;
}
.join-wrap .session_2 .all-box .list-box .icon-box{
	margin-bottom:40px;
}
.join-wrap .session_2 .all-box .list-box .img-box{
	position:relative;
	border-radius:20px;
	overflow:hidden;
	z-index:15;
}
.join-wrap .session_2 .all-box:nth-child(2) .list-box .item-box .img-box{
	margin-top:115px;
}
.join-wrap .session_2 .all-box:nth-child(3) .list-box .item-box .img-box{
	margin-top:50px;
}
.join-wrap .session_2 .all-box:nth-child(1) .list-box .item-box .img-box,
.join-wrap .session_2 .all-box:nth-child(3) .list-box .item-box .img-box{
	border:1px solid rgba(255,255,255,0.2);
	box-sizing:border-box;
}


.join-wrap .session_all{
	background:url('../images/img_14.jpg') center center no-repeat;
	background-size:cover;
	padding:100px 0 120px 0;
	box-sizing:border-box;
}
.join-wrap .session_all .all-box{
	display:flex;
	justify-content:space-between;
}
.join-wrap .session_all .all-box .session_3 .title-box p{
	font-size:18px;
	color:#fff;
	margin-top:22px;
}
.join-wrap .session_all .all-box .session_3 .list-box{
	margin-top:40px;
}
.join-wrap .session_all .all-box .session_3 .list-box .txt-box{
	margin-bottom:40px;
}
.join-wrap .session_all .all-box .session_3 .list-box .txt-box h3{
	position:relative;
	font-size:20px;
	color:#FF3A1F;
	margin-bottom:15px;
	padding-left:30px;
	box-sizing:border-box;
}
.join-wrap .session_all .all-box .session_3 .list-box .txt-box h3:before{
	position:absolute;
	content:'';
	width:12px;
	height:12px;
	background:#FF3A1F;
	border-radius:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.join-wrap .session_all .all-box .session_3 .list-box .txt-box p{
	font-size:16px;
	color:#fff;
}

.join-wrap .session_all .all-box .session_4 .title-box p{
	font-size:18px;
	color:#fff;
	margin-top:22px;
}
.join-wrap .session_all .all-box .session_4 .list-box{
	margin-top:35px;
}
.join-wrap .session_all .all-box .session_4 .txt-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:30px;
}
.join-wrap .session_all .all-box .session_4 .txt-box .num{
	font-size:48px;
	color:#fff;
	font-family:'Mi-M';
	margin-right:25px;
}
.join-wrap .session_all .all-box .session_4 .txt-box .des-box h3{
	font-size:20px;
	color:#fff;
	margin-bottom:10px;
}
.join-wrap .session_all .all-box .session_4 .txt-box .des-box p{
	font-size:14px;
	color:#fff;
}



.join-wrap .session_5{
	margin-top:100px;
}
.join-wrap .session_5 .title-box{
	text-align:center;
	margin-bottom:56px;
}
.join-wrap .session_5 .title-box h3{
	font-size:40px;
}
.join-wrap .session_5 .title-box h3 span{
	font-size:60px;
	color:#FF3A1F;
}
.join-wrap .session_5 .title-box p{
	font-size:18px;
	color:#666;
	margin-top:20px;
}
.join-wrap .session_5 .img-box img{
	width:100%;
	height:600px;
	object-fit:cover;
	border-radius:20px;
}
.join-wrap .session_5 .swiper-slide .img-box{
	transform:scale(0.8);
}
.join-wrap .session_5 .swiper-slide-active .img-box{
	transform:scale(1);
}
.join-wrap .session_5 .swiper-pagination{
	position:static;
	margin-top:60px;
}
.join-wrap .session_5 .swiper-pagination .swiper-pagination-bullet{
	border-color:#DCDCDC;
}
.join-wrap .session_5 .swiper-pagination .swiper-pagination-bullet-active{
	border-color:#FF3A1F;
}
.join-wrap .session_5 .swiper-button-prev{
	left:60px;
}
.join-wrap .session_5 .swiper-button-next{
	right:60px;
}
.join-wrap .session_5 .swiper-button-prev,
.join-wrap .session_5 .swiper-button-next{
	width:60px;
	height:60px;
	border-radius:100%;
	background:#00269B;
}
.join-wrap .session_5 .swiper-button-prev:hover,
.join-wrap .session_5 .swiper-button-next:hover{
	background:#FF3A1F;
}
.join-wrap .session_5 .swiper-button-prev:after,
.join-wrap .session_5 .swiper-button-next:after{
	color:#fff;
	font-size:24px;
}



.join-wrap .session_6{
	margin-top:70px;
	background:url('../images/img_15.jpg') center center no-repeat;
	background-size:cover;
	padding:85px 0;
	box-sizing:border-box;
}
.join-wrap .session_6 .public-title h3{
	color:#00269B;
}
.join-wrap .session_6 .public-title h3:before{
	background:#00269B;
}
.join-wrap .session_6 .list-box{
	display:flex;
	justify-content:space-between;
	margin-top:60px;
}
.join-wrap .session_6 .list-box .item-box{
	text-align:center;
}
.join-wrap .session_6 .list-box .item-box .icon-box{
	width:100px;
	height:100px;
	background:#00269B;
	border-radius:100%;
	line-height:100px;
	margin:0 auto;
	text-align:center;
}
.join-wrap .session_6 .list-box .item-box span{
	font-size:20px;
	display:block;
	margin-top:30px;
	margin-bottom:20px;
}
.join-wrap .session_6 .list-box .item-box p{
	font-size:20px;
}


.join-wrap .session_7{
	background:url('../images/img_16.jpg') center center no-repeat;
	background-size:cover;
	height:860px;
	padding-top:95px;
	box-sizing:border-box;
}
.join-wrap .session_7 .title-box{
	text-align:left;
}
.join-wrap .session_7 .title-box h3{
	font-size:40px;
	color:#ffffff;
	font-weight:400;
	margin-bottom:20px;
}
.join-wrap .session_7 .title-box p{
	font-size:24px;
	color:#ffffff;
}
.join-wrap .session_7 .form-box{
	margin-top:100px;
}
.join-wrap .session_7 .bottom-box,
.join-wrap .session_7 .top-box{
	display:flex;
	justify-content:flex-start;
}
.join-wrap .session_7 .top-box{
	margin-bottom:50px;
}
.join-wrap .session_7 .input-box{
	width:20%;
	margin-right:50px;
}
.join-wrap .session_7 .input-box p{
	font-size:20px;
	color:#ffffff;
}
.join-wrap .session_7 .input-box input{
	width:100%;
	height:64px;
	line-height:64px;
	color:#ffffff;
	background:transparent;
	border:none;
	font-size:18px !important;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}
.join-wrap .session_7 .input-box input:-webkit-autofill {
	-webkit-animation: autofill-fix 1s infinite!important;
	-webkit-text-fill-color: #CCCCCC;
	-webkit-transition: background-color 50000s ease-in-out 0s!important;
	-webkit-box-shadow: 0 0 0 1000px transparent inset!important;
	transition: background-color 50000s ease-in-out 0s!important;
	background-color: transparent!important;
	background-image: none !important;
}
.join-wrap .session_7 .input-box input::-webkit-input-placeholder{
	font-size:16px;
	color:#CCCCCC;
}
.join-wrap .session_7 .bottom-box{
	margin-bottom:50px;
}
.join-wrap .session_7 .btn-box{
	margin-top:50px;
}
.join-wrap .session_7 .btn-box input{
	width:200px;
	height:55px;
	background:#FF3A1F;
	font-size:18px;
	color:#ffffff;
	border-radius:12px;
	border:none;
}




/*联系*/
.link-wrap .banner-box .txt-box{
	text-align:center;
}
.link-wrap .banner-box .txt-box p{
	font-size:36px;
	font-family:'Mi-L';
}
.link-wrap .banner-box .txt-box h3{
	font-size:24px;
}
.link-wrap .session_1 {
	position: relative;
	overflow: hidden;
}
.link-wrap .session_1 .map-box {
	height:650px;
}
.link-wrap .session_1 .map-box img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.link-wrap .session_1 .all-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.link-wrap .session_1 .all-box .info-box {
	background:#fff;
	width:435px;
	height:290px;
	border-radius:10px;
	padding-left:40px;
	padding-right:40px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.link-wrap .session_1 .all-box .info-box h3 {
	font-size: 30px;
	margin-bottom: 25px;
}
.link-wrap .session_1 .all-box .info-box p {
	position:relative;
	color: #666;
	font-size: 16px;
	line-height: 36px;
}
.link-wrap .session_1 .all-box .info-box p.jidi{
	padding-left:25px;
	box-sizing:border-box;
}
.link-wrap .session_1 .all-box .info-box p img{
	position:relative;
	top:-2px;
	margin-right:8px;
}
.link-wrap .session_1 .all-box .info-box p.jidi img{
	position:absolute;
	left:0;
	top:10px;
}
.link-wrap .session_1 .all-box .info-box p span{
	font-weight:700;
}



.link-wrap .session_2 {
	margin-top:80px;
	box-sizing: border-box;
	margin-bottom:100px;
}
.link-wrap .session_2 .title-box{
	text-align:center;
	margin-bottom:65px;
}
.link-wrap .session_2 .title-box h3{
	font-size: 30px;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.link-wrap .session_2 .title-box h3:before{
	position:absolute;
	content:'';
	width:50px;
	height:2px;
	background:#333333;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.link-wrap .session_2 .title-box p{
	font-size:16px;
	color:#666;
}
.link-wrap .session_2 .form-box .row {
	margin-left: -10px;
	margin-right: -10px;
}
.link-wrap .session_2 .form-box .row .col-md-6,
.link-wrap .session_2 .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_2 .form-box .row .col-md-12 {
	width: 100%;
}
.link-wrap .session_2 .form-box .row input {
	width: 100%;
	height:56px;
	line-height:56px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 16px;
	background: #f9f9f9;
	border:1px solid #eeeeee;
	border-radius:9px;
}
.link-wrap .session_2 .form-box .row textarea {
	width: 100%;
	font-size: 16px;
	background: #f9f9f9;
	border-radius:9px;
	height:265px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.6;
	padding-top:10px;
	border:1px solid #eeeeee;
	box-sizing: border-box;
}
.link-wrap .session_2 .form-box .sub-box{
	text-align:center;
	display:block;
	margin-top:30px;
}
.link-wrap .session_2 .form-box .sub-box .ok{
	height: 56px;
	line-height: 56px;
	background:#00269B;
	width: 200px;
	text-align: center;
	font-size:16px;
	border-radius:6px;
	border:none;
	color:#fff; 
	margin-left:12px;
	margin-right:12px;
	display:inline-block;
	cursor: pointer;
}
.link-wrap .session_2 .form-box .sub-box .ok2{
	background:#EEEEEE;
	color:#666666;
}


/*服务*/
.ser-wrap .title-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.ser-wrap .title-box .icon-box{
	margin-right:20px;
}
.ser-wrap .title-box h3{
	font-size:40px;
	color:#00269B;
	margin-bottom:12px;
}
.ser-wrap .title-box h3 span{
	font-size:36px;
	font-family:'Mi-L';
}
.ser-wrap .title-box p{
	font-size:24px;
	color:#666;
}
.ser-wrap .session_1{
	background:url('../images/img_17.jpg') center center no-repeat;
	background-size:cover;
	padding:140px 0 300px 0;
	box-sizing:border-box;
}
.ser-wrap .session_1 .all-box .list-box{
	margin-top:45px;
	padding-left:85px;
	box-sizing:border-box;

	display:grid;
	grid-template-columns:290px 320px;
}
.ser-wrap .session_1 .all-box .list-box .txt-box{
	margin-bottom:30px;
}
.ser-wrap .session_1 .all-box .list-box .txt-box p{
	font-size:20px;
}
.ser-wrap .session_1 .all-box .list-box .txt-box p span{
	font-size:36px;
	color:#00269B;
	font-style:italic;
	font-family:'Mi-M';
	margin-right:10px;
}




.ser-wrap .session_2{
	background:url('../images/img_18.jpg') center center no-repeat;
	background-size:cover;
	padding:140px 0 300px 0;
	box-sizing:border-box;
}
.ser-wrap .session_2 .all-box{
	position:relative;
	width:600px;
	left:25%;
}
.ser-wrap .session_2 .all-box .list-box{
	margin-top:40px;
	padding-left:85px;
	box-sizing:border-box;
}
.ser-wrap .session_2 .all-box .list-box .txt-box{
	margin-bottom:30px;
}
.ser-wrap .session_2 .all-box .list-box .txt-box p{
	font-size:20px;
}
.ser-wrap .session_2 .all-box .list-box .txt-box p span{
	font-size:36px;
	color:#00269B;
	font-style:italic;
	font-family:'Mi-M';
	margin-right:10px;
}



.ser-wrap .session_3{
	background:url('../images/img_19.jpg') center center no-repeat;
	background-size:cover;
	padding:150px 0 300px 0;
	box-sizing:border-box;
}
.ser-wrap .session_3 .all-box .list-box{
	margin-top:40px;
	padding-left:85px;
	box-sizing:border-box;
}
.ser-wrap .session_3 .all-box .list-box .txt-box{
	margin-bottom:30px;
}
.ser-wrap .session_3 .all-box .list-box .txt-box p{
	font-size:20px;
}
.ser-wrap .session_3 .all-box .list-box .txt-box p span{
	font-size:36px;
	color:#00269B;
	font-style:italic;
	font-family:'Mi-M';
	margin-right:10px;
}
.ser-wrap .session_3_1{
	background:url('../images/img_20.jpg') center center no-repeat;
	background-size:cover;
	padding:130px 0 115px 0;
	box-sizing:border-box;
}
.ser-wrap .session_3_1 .icon-box img{
	width:100%;
}
.ser-wrap .session_3_1 .img-box{
	margin-top:50px;
}
.ser-wrap .session_3_1 .img-box img{
	width:100%;
}




.ser-wrap .session_4{
	background:url('../images/img_21.jpg') center center no-repeat;
	background-size:cover;
	padding:140px 0 130px 0;
	box-sizing:border-box;
}
.ser-wrap .session_4 .all-box .list-box{
	position:relative;
	margin-top:40px;
	padding-left:85px;
	box-sizing:border-box;
}
.ser-wrap .session_4 .all-box .list-box:before{
	position:absolute;
	content:'';
	left:35px;
	top:2px;
	width:1px;
	height:650px;
	background:#00269B;
}
.ser-wrap .session_4 .all-box .list-box .txt-box{
	margin-bottom:30px;
}
.ser-wrap .session_4 .all-box .list-box .txt-box p{
	font-size:20px;
}
.ser-wrap .session_4 .all-box .list-box .txt-box p span{
	font-size:36px;
	color:#00269B;
	font-style:italic;
	font-family:'Mi-M';
	margin-right:10px;
}
.ser-wrap .session_4 .info-box{
	margin-top:455px;
	padding-left:20px;
	box-sizing:border-box;
}
.ser-wrap .session_4 .info-box h3{
	font-size:40px;
	color:#00269B;
	margin-bottom:35px;
}







@media screen and (max-width: 1680px) {
	.pro-wrap .session_2,
	.pro-wrap .session_3{
		width:1300px !important;
	}
	.tel-wrap .session_2 .all-box .list-box .item-box.active .txt-box{
		padding-left:25px;
		padding-right:25px;
		padding-top:25px;
	}
	.join-wrap .session_2 .all-box{
		zoom:.8;
	}


}












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