.banner-box{
	position:relative;
	box-sizing:border-box;
}
.banner-box > img {
	width: 100%;
}
.block{
	width:1300px;
}

/*菜单栏*/
.tab-list{
	position:relative;
	height:60px;
}
.tab-list:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:596px;
	height:100%;
	background:url('../images/icon_6.png') center center no-repeat;
	background-size:100% 100%;
	z-index:-1;
}
.tab-list .all-box{
	display:flex;
	justify-content:space-between;
}
.tab-list .all-box .site-box h3{
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:16px;
	font-weight:400;
}
.tab-list .all-box .site-box h3 img{
	margin-right:14px;
	position:relative;
	top:-2px;
}
.tab-list .all-box .site-box h3 a{
	color:#fff;
	font-size:16px;
}
.tab-list .all-box .menu-box{
	display:flex;
	justify-content:flex-end;
}
.tab-list .all-box .menu-box a{
	margin-left:60px;
	line-height:60px;
	color:#666666;
	font-size:16px;
}
.tab-list .all-box .menu-box a.active{
	color:#E6081F;
}



/*分页*/
.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:#E6081F;
	border-color:#E6081F;
	color: #fff;
}
.page-box a.active {
	border:none;
	color:#E6081F;
	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;
	opacity:0.2;
	font-family:'Fut';
	margin-bottom:10px;
	box-sizing:border-box;
}
.public-title p{
	color:#E6081F;
	font-size:30px;
	font-weight:700;
}





/*关于*/
.about-wrap .session_1{
	background:url('../images/img_4.png') center top no-repeat;
	background-size:100% auto;
	padding-top:120px;
	padding-bottom:130px;
	box-sizing:border-box;
}
.about-wrap .session_1 .all-box{
	display:flex;
	justify-content:space-between;
}
.about-wrap .session_1 .all-box .img-box{
	position:relative;
}
.about-wrap .session_1 .all-box .img-box:before{
	position:absolute;
	content:'';
	background:url('../images/icon_7.png') center center no-repeat;
	right:-20px;
	bottom:-20px;
	width:489px;
	height:387px;
}
.about-wrap .session_1 .all-box .img-box img{
	width:500px;
	height:400px;
	object-fit:cover;
}
.about-wrap .session_1 .all-box .info-box{
	width:calc(100% - 500px);
	padding-left:115px;
	box-sizing:border-box;
}
.about-wrap .session_1 .all-box .info-box .title-box h3{
	font-size:30px;
	color:#E6081F;
	margin-bottom:10px;
}
.about-wrap .session_1 .all-box .info-box .title-box p{
	font-size:18px;
	color:#CCCCCC;
}
.about-wrap .session_1 .all-box .info-box .des-box{
	margin-top:25px;
}
.about-wrap .session_1 .all-box .info-box .des-box p{
	font-size:15px;
	color:#666;
	line-height:30px;
	margin-bottom:30px;
}



.about-wrap .session_2 .all-box{
	background:url('../images/img_5.png') center center no-repeat;
	background-size:cover;
	margin-top:127px;
	height:550px;
}
.about-wrap .session_2 .all-box .info-box{
	position:relative;
	display:flex;
	justify-content:space-between;
	top:-70px;
}
.about-wrap .session_2 .all-box .info-box .item-box{
	width:calc(calc(100% - 180px)/4);
	height:350px;
	background:#fff;
	box-shadow:0 0 15px 0px rgba(0, 0, 0, 0.1);
	padding-top:75px;
	box-sizing:border-box;
}
.about-wrap .session_2 .all-box .info-box .item-box .icon-box{
	height:50px;
	line-height:50px;
	text-align:center;
}
.about-wrap .session_2 .all-box .info-box .item-box h3{
	font-size:24px;
	color:#E6081F;
	margin-top:25px;
	margin-bottom:35px;
	text-align:center;
}
.about-wrap .session_2 .all-box .info-box .item-box p{
	font-size:16px;
	color:#666;
	line-height:30px;
	text-align:center;
}



.about-wrap .session_3{
	padding-top:100px;
	padding-bottom:160px;
	background:url('../images/img_6.png') center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
.about-wrap .session_3 .all-box{
	margin-top:170px;
}
.about-wrap .session_3 .all-box .top-box{
	position:relative;
}
.about-wrap .session_3 .all-box .item-box{
	padding-left:175px;
	height:150px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	box-sizing:border-box;
}
.about-wrap .session_3 .all-box .item-box h3{
	position:relative;
	font-size:60px;
	color:#E6081F;
	font-family:'Fut';
}
.about-wrap .session_3 .all-box .item-box h3:before{
	position:absolute;
	content:'';
	width:1px;
	height:123px;
	background:#E6081F;
	top:50%;
	transform:translateY(-50%);
	right:-60px;
}
.about-wrap .session_3 .all-box .item-box .txt-box{
	padding-left:120px;
	box-sizing:border-box;
}
.about-wrap .session_3 .all-box .item-box .txt-box p{
	font-size:30px;
	color:#E6081F;
	font-weight:700;
	margin-bottom:15px;
}
.about-wrap .session_3 .all-box .item-box .txt-box span{
	font-size:16px;
	color:#666666;
	line-height:30px;
}
.about-wrap .session_3 .bottom-box{
	margin-top:105px;
	padding-left:22px;
	padding-right:22px;
	background:url('../images/icon_8.png') center center no-repeat;
	width:100%;
	height:28px;
	background-size:100% 100%;
	box-sizing:border-box;
}
.about-wrap .session_3 .bottom-box h3{
	text-align:center;
	font-size:24px;
	font-weight:400;
	font-family:'Fut';
	margin-top:40px;
}
.about-wrap .session_3 .bottom-box .swiper-slide-thumb-active h3{
	color:#E6081F;
}
.about-wrap .session_3 .swiper-button-next,
.about-wrap .session_3 .swiper-button-prev{
	width:60px;
	height:60px;
	border-radius:10px;
	background:rgba(0, 0, 0, 0.2);
}
.about-wrap .session_3 .swiper-button-next:hover,
.about-wrap .session_3 .swiper-button-prev:hover{
	background:#E6081F;
}
.about-wrap .session_3 .swiper-button-next:after,
.about-wrap .session_3 .swiper-button-prev:after{
	color:#fff;
	font-size:24px;
	font-weight:700;
}



.about-wrap .session_4{
	background:url('../images/img_7.png') center center no-repeat;
	background-size:cover;
	padding-top:120px;
	padding-bottom:108px;
	box-sizing:border-box;
}
.about-wrap .session_4 .all-box{
	margin-top:75px;
}
.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;
	border-color:#CDCDCD;
}
.about-wrap .session_4 .public-pagination .swiper-pagination-bullet-active{
	background:#E6081F;
	border-color:#E6081F;
}


/*产品*/
.pro-wrap .banner-box{
	overflow:hidden;
}
.pro-wrap .pro-menu-box{
	position:absolute;
	display:flex;
	justify-content:center;
	bottom:75px;
	width:100%;
}
.pro-wrap .pro-menu-box .item-box{
	margin-left:8%;
	margin-right:8%;
	width:150px;
	height:250px;
	padding-top:65px;
	text-align:center;
	transform:translateY(85px);
	box-sizing:border-box;
	transition:all .5s;
}
.pro-wrap .pro-menu-box .item-box p{
	font-size:16px;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
.pro-wrap .pro-menu-box .item-box:hover,
.pro-wrap .pro-menu-box .item-box.active{
	background:url('../images/icon_11.png') center center no-repeat;
	background-size:cover;
	transform:translateY(40px);
}
.pro-wrap .session_1 {
	margin-top:100px;
	margin-bottom: 95px;
}
.pro-wrap .session_1 .row {
	margin-left: -17px;
	margin-right: -17px;
}
.pro-wrap .session_1 .row .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 17px;
	padding-right: 17px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.pro-wrap .session_1 .item-box {
	display: block;
	background-color: #fff;
}
.pro-wrap .session_1 .item-box .img-box {
	overflow: hidden;
}
.pro-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: all 0.3s;
}
.pro-wrap .session_1 .item-box .txt-box {
	position: relative;
	height: 75px;
	border: 1px solid #eeeeee;
	border-top: none;
	line-height: 74px;
	padding-left: 20px;
	padding-right: 50px;
	box-sizing:border-box;
}
.pro-wrap .session_1 .item-box .txt-box p{
	line-height:75px;
}
.pro-wrap .session_1 .item-box .txt-box span {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 100;
}
.pro-wrap .session_1 .item-box .txt-box p {
	font-size: 16px;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-wrap .session_1 .item-box:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.pro-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.pro-wrap .session_1 .item-box:hover .txt-box p {
	color:#E6081F;
}
.pro-wrap .session_1 .page-box {
	margin-top: 30px;
}



.pro-wrap .session_2{
	background:url('../images/img_4.png') center top no-repeat;
	background-size:100% auto;
	padding-top:120px;
	padding-bottom:72px;
	box-sizing:border-box;
}
.pro-wrap .session_2 .all-box{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.pro-wrap .session_2 .all-box .img-box{
	flex-shrink:0;
	width:50%;
}
.pro-wrap .session_2 .all-box .img-box img{
	width:100%;
	height:450px;
	object-fit:cover;
}
.pro-wrap .session_2 .all-box .des-box{
	padding-left:70px;
	width:50%;
	box-sizing:border-box;
}
.pro-wrap .session_2 .all-box .des-box h3{
	font-size:30px;
	margin-bottom:25px;
	padding-bottom:30px;
	border-bottom:1px solid #DDDDDD;
}
.pro-wrap .session_2 .all-box .des-box p{
	color:#666666;
	font-size:16px;
}
.pro-wrap .session_3 h3{
	font-size:30px;
	margin-bottom:20px;
}
.pro-wrap .session_3 p{
	color:#666;
	font-size:16px;
	line-height:36px;
}
.pro-wrap .session_3_1{
	margin-top:60px;
}
.pro-wrap .session_3_1 h3{
	font-size:30px;
	margin-bottom:20px;
}
.pro-wrap .session_3_1 img{
	max-width:100%;
}
.pro-wrap .session_4{
	position:relative;
	margin-top:180px;
	padding-bottom:95px;
	display:flex;
	justify-content:space-between;
	box-sizing:border-box;
}
.pro-wrap .session_4 .back{
	position:absolute;
	text-align:center;
	left:50%;
	transform:translateX(-50%);
}
.pro-wrap .session_4 .back p{
	font-size:16px;
	color:#666;
	margin-top:15px;
}
.pro-wrap .session_4 li:nth-child(1) img{
	margin-right:15px;
}
.pro-wrap .session_4 li:last-child img{
	margin-left:15px;
}
.pro-wrap .session_4 li:hover img,
.pro-wrap .session_4 li img.active{
	display:none;
}
.pro-wrap .session_4 li a{
	color:#999;
	font-size:16px;
}
.pro-wrap .session_4 li:hover a{
	color:#E6081F;
}
.pro-wrap .session_4 li:hover img.active{
	display:inline-block;
}



/*案例*/
.case-wrap .session_1 {
	background:url('../images/img_4.png') center top no-repeat;
	background-size:100% auto;
	padding-top:120px;
	padding-bottom:80px;
	box-sizing:border-box;
}
.case-wrap .session_1 .page-box {
	margin-top: 50px;
}
.case-wrap .session_1 .row {
	margin-left: -11px;
	margin-right: -11px;
}
.case-wrap .session_1 .row .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 11px;
	padding-right: 11px;
	box-sizing: border-box;
	margin-bottom: 24px;
}
.case-wrap .session_1 .item-box {
	display: block;
}
.case-wrap .session_1 .item-box .img-box {
	overflow: hidden;
}
.case-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: all 0.3s;
}
.case-wrap .session_1 .item-box .txt-box {
	height: 74px;
	line-height: 74px;
	text-align: center;
	background-color: #f9f9f9;
	font-size: 16px;
	color: #666666;
}
.case-wrap .session_1 .item-box .txt-box p{
	line-height:74px;
}
.case-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.case-wrap .session_1 .item-box:hover .txt-box {
	color:#E6081F;
}





/*加盟*/
.join-wrap .session_1{
	background:url('../images/img_4.png') center top no-repeat;
	background-size:100% auto;
	padding-top:120px;
	padding-bottom:125px;
	box-sizing:border-box;
}
.join-wrap .session_1 .title-box{
	text-align:center;
}
.join-wrap .session_1 .title-box span{
	font-size:30px;
	font-weight:700;
}
.join-wrap .session_1 .title-box h3{
	font-size:48px;
	color:#E6081F;
	margin-top:20px;
	margin-bottom:35px;
}
.join-wrap .session_1 .des-box p{
	color:#666666;
	font-size:16px;
	line-height:36px;
}
.join-wrap .session_1 .all-box{
	display:flex;
	justify-content:center;
	margin-top:110px;
}
.join-wrap .session_1 .all-box .item-box{
	width:300px;
	height:300px;
	line-height:300px;
	background:url('../images/icon_14.png') center center no-repeat;
	background-size:100% 100%;
	text-align:center;
	padding-top:130px;
	box-sizing:border-box;
	z-index:10;
}
.join-wrap .session_1 .all-box .item-box:nth-child(2){
	background-image:url('../images/icon_15.png');
	z-index:15;
}
.join-wrap .session_1 .all-box .item-box p{
	font-size:20px;
	color:#E6081F;
	font-family:'Fut';
}
.join-wrap .session_1 .all-box .item-box h3{
	font-size:30px;
	margin-top:8px;
}
.join-wrap .session_1 .all-box .item-box:nth-child(1){
	margin-right:-56px;
}
.join-wrap .session_1 .all-box .item-box:nth-child(3){
	margin-left:-56px;
}



.join-wrap .session_2{
	background:#F5F5F5;
	padding-top:100px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.join-wrap .session_2 .all-box .public-title{
	text-align:left;
}
.join-wrap .session_2 .all-box .info-box{
	width:calc(100% - 620px);
}
.join-wrap .session_2 .all-box .list-box{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	margin-top:85px;
}
.join-wrap .session_2 .all-box .list-box:before{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	left:0;
	top:50%;
	transform:translateY(-50%);
	background:#DDDDDD;
}
.join-wrap .session_2 .all-box .list-box:after{
	position:absolute;
	content:'';
	width:1px;
	height:100%;
	top:0;
	left:50%;
	transform:translateX(-50%);
	background:#DDDDDD;
}
.join-wrap .session_2 .all-box .list-box .item-box{
	width:50%;
	height:185px;
}
.join-wrap .session_2 .all-box .list-box .item-box:nth-child(1),
.join-wrap .session_2 .all-box .list-box .item-box:nth-child(3){
	padding-right:50px;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box .list-box .item-box:nth-child(2),
.join-wrap .session_2 .all-box .list-box .item-box:nth-child(4){
	padding-left:50px;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box .list-box .item-box:nth-child(3),
.join-wrap .session_2 .all-box .list-box .item-box:nth-child(4){
	padding-top:55px;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box .list-box .item-box h3{
	font-size:24px;
	margin-bottom:20px;
}
.join-wrap .session_2 .all-box .list-box .item-box p{
	font-size:15px;
	color:#666666;
	line-height:30px;
}
.join-wrap .session_2 .all-box .img-box{
	width:620px;
	padding-left:120px;
	box-sizing:border-box;
}
.join-wrap .session_2 .all-box .img-box img{
	width:100%;
	height:600px;
	object-fit:cover;
}





.join-wrap .session_3{
	background:url('../images/img_8.png') center center no-repeat;
	background-size:cover;
	padding-top:115px;
	padding-bottom:130px;
	box-sizing:border-box;
}
.join-wrap .session_3 .public-title h3{
	color:#fff;
}
.join-wrap .session_3 .public-title p{
	color:#E6081F;
}
.join-wrap .session_3 .all-box{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	margin-top:98px;
}
.join-wrap .session_3 .all-box .info-box{
	width:803px;
	height:480px;
	background:url('../images/icon_17.png') center center no-repeat;
	background-size:cover;
	padding-left:60px;
	padding-top:45px;
	box-sizing:border-box;
}
.join-wrap .session_3 .all-box .info-box .des-box{
	padding-right:180px;
	box-sizing:border-box;
}
.join-wrap .session_3 .all-box .info-box .des-box p{
	font-size:18px;
	color:#fff;
	line-height:40px;
}
.join-wrap .session_3 .all-box .info-box h3{
	font-size:36px;
	color:#fff;
	margin-top:45px;
}
.join-wrap .session_3 .all-box .list-box{
	padding-left:115px;
	box-sizing:border-box;
}
.join-wrap .session_3 .all-box .list-box p{
	position:relative;
	color:#fff;
	font-size:22px;
	line-height:60px;
	padding-left:60px;
	box-sizing:border-box;
}
.join-wrap .session_3 .all-box .list-box p img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}


.join-wrap .session_4{
	margin-top:105px;
}
.join-wrap .session_4 .public-title{
	text-align:left;
}
.join-wrap .session_4 .all-box{
	display:flex;
	justify-content:space-between;
	margin-top:60px;
}
.join-wrap .session_4 .all-box .item-box{
	position:relative;
	width:calc(calc(100% - 48px)/5);
	height:365px;
}
.join-wrap .session_4 .all-box .item-box .img-box img{
	width:100%;
	height:160px;
	object-fit:cover;
}
.join-wrap .session_4 .all-box .item-box .txt-box{
	height:215px;
	background:#F5F5F5;
	padding-top:50px;
	padding-left:35px;
	padding-right:30px;
	box-sizing:border-box;
}
.join-wrap .session_4 .all-box .item-box .txt-box p{
	font-size:16px;
	line-height:30px;
}
.join-wrap .session_4 .all-box .item-box .num{
	position:absolute;
	width:60px;
	height:60px;
	line-height:60px;
	background:#FFFFFF;
	border-radius:50%;
	left:50%;
	top:130px;
	transform:translateX(-50%);
	font-size:30px;
	color:#E6081F;
	font-family:'Fut';
	text-align:center;
}





.join-wrap .session_5 {
	position:relative;
	background:#F5F5F5;
	margin-top:130px;
	padding-top: 90px;
	padding-bottom:140px;
}
.join-wrap .session_5:before{
	position:absolute;
	content:'';
	width:100%;
	height:1px;
	background:rgba(0, 0, 0, 0.1);
	bottom:215px;
	z-index:1;
}
.join-wrap .session_5 .public-title{
	text-align:left;
}
.join-wrap .session_5 .all-box {
	position:relative;
	z-index:3;
	display: flex;
	justify-content: space-between;
	margin-top:80px;
	background:#f5f5f5;
}
.join-wrap .session_5 .all-box .item-box {
	position: relative;
	width: 150px;
	height: 150px;
	background-color: #333333;
	border-radius: 50%;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
}
.join-wrap .session_5 .all-box .item-box:last-child .arr-box {
	display: none;
}
.join-wrap .session_5 .all-box .item-box .icon-box {
	height: 54px;
	line-height: 54px;
}
.join-wrap .session_5 .all-box .item-box .icon-box img {
	vertical-align: top;
}
.join-wrap .session_5 .all-box .item-box p {
	color: #fff;
	font-size:18px;
	margin-top:10px;
}
.join-wrap .session_5 .all-box .item-box .arr-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -55px;
}



.join-wrap .session_6{
	background:url('../images/img_9.png') center center no-repeat;
	background-size:cover;
	padding-top:100px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.join-wrap .session_6 .public-title h3,
.join-wrap .session_6 .public-title p{
	color:#fff;
}
.join-wrap .session_6 .info-box{
	margin-top:65px;
	display:flex;
	justify-content:space-between;
}
.join-wrap .session_6 .info-box input{
	width:calc(calc(100% - 56px)/3);
	height:60px;
	background:transparent;
	border:1px solid rgba(255, 255, 255, 0.75);	
	border-radius:10px;
	padding-left:20px;
	color:#fff;
	font-size:16px;
	box-sizing:border-box;
}
.join-wrap .session_6 .info-box input::-webkit-input-placeholder{
	color:#fff;
}
.join-wrap .session_6 .btn-box {
	margin-top:37px;
	margin-bottom:65px;
	text-align:center;
}
.join-wrap .session_6 .btn-box input{
	width:250px;
	height:60px;
	line-height:60px;
	background:#fff;
	border-radius:10px;
	border:none;
	font-size:24px;
	color:#E6081F;
}
.join-wrap .session_6 .des-box{
	text-align:center;
}
.join-wrap .session_6 .des-box p{
	font-size:16px;
	color:#fff;
	line-height:36px;
}







/*新闻*/
.news-wrap .session_1 {
	background:url('../images/img_4.png') center top no-repeat;
	background-size:100% auto;
	padding-top:120px;
	padding-bottom:85px;
	box-sizing:border-box;
}
.news-wrap .session_1 .page-box {
	margin-top: 20px;
}
.news-wrap .session_1 .list-box .row {
	margin-left: -32px;
	margin-right: -32px;
}
.news-wrap .session_1 .list-box .row .col-md-4 {
	float: left;
	width: 33.33%;
	padding-left: 36px;
	padding-right: 36px;
	box-sizing: border-box;
	margin-bottom: 45px;
}
.news-wrap .session_1 .list-box .item-box {
	display: block;
	background-color: #f9f9f9;
}
.news-wrap .session_1 .list-box .item-box .img-box {
	overflow: hidden;
}
.news-wrap .session_1 .list-box .item-box .img-box img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: all 0.3s;
}
.news-wrap .session_1 .list-box .item-box .txt-box .top-box {
	padding-right: 20px;
	padding-left: 20px;
	padding-top:22px;
	height: 85px;
	border-bottom: 1px solid #f0f0f0;
	box-sizing: border-box;
}
.news-wrap .session_1 .list-box .item-box .txt-box .top-box h3 {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}
.news-wrap .session_1 .list-box .item-box .txt-box .top-box span {
	font-size: 14px;
	color: #999999;
}
.news-wrap .session_1 .list-box .item-box .txt-box .des-box {
	height: 115px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 20px;
}
.news-wrap .session_1 .list-box .item-box .txt-box .des-box p {
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-wrap .session_1 .list-box .item-box:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.news-wrap .session_1 .list-box .item-box:hover .img-box img {
	transform: scale(1.1);
}
.news-wrap .session_1 .list-box .item-box:hover .txt-box .top-box h3 {
	color:#E6081F;
}
.news-wrap .session_2 {
	background:url('../images/img_4.png') center top no-repeat;
	background-size:100% auto;
	padding-top:120px;
	padding-bottom:85px;
	box-sizing:border-box;
}
.news-wrap .session_2 .title-box {
	text-align: center;
	margin-bottom: 45px;
}
.news-wrap .session_2 .title-box p {
	font-size: 30px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 15px;
}
.news-wrap .session_2 .title-box .txt_1 span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}
.news-wrap .session_2 .des-box span,
.news-wrap .session_2 .des-box p {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 30px;
	background:transparent !important;
}
.news-wrap .session_2 .des-box img,
.news-wrap .session_2 .des-box p img {
	max-width:900px;
	display:block;
	margin:0 auto;
}
.news-wrap .session_2 .bottom-box {
	border-bottom: 1px solid #cacbcd;
	margin-top: 100px;
}
.news-wrap .session_2 .bottom-box .black-btn {
	float: left;
	width: 145px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ef0512;
	color: #ffffff;
	font-size: 16px;
}
.news-wrap .session_2 .bottom-box .share-box {
	float: right;
}
.news-wrap .session_2 .bottom-box .share-box #share-1 {
	display: inline-block;
}
.news-wrap .session_2 .bottom-box .share-box #share-1 .social-share-icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.news-wrap .session_2 .other-box {
	margin-top: 20px;
}
.news-wrap .session_2 .other-box ul li a {
	line-height: 2;
	color: #666;
	font-size: 16px;
}
.news-wrap .session_2 .other-box ul li a:hover {
	color:#E6081F;
}



/*联系*/
.link-wrap .session_1 {
	background:url('../images/img_4.png') center top no-repeat;
	background-size:100% auto;
	padding-top:115px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.link-wrap .session_1 .public-title{
	text-align:left;
}
.link-wrap .session_1 .list-box{
	width:1437px;
	height:360px;
	margin:0 auto;
	margin-top:50px;
	background:url('../images/img_10.png') center center no-repeat;
	background-size:100% 100%;
}
.link-wrap .session_1 .list-box .info-box{
	display:flex;
	justify-content:space-between;
	height:100%;
}
.link-wrap .session_1 .list-box .info-box .item-box{
	position:relative;
	width:33.33%;
	height:100%;
	text-align:center;
	padding-top:100px;
	box-sizing:border-box;
}
.link-wrap .session_1 .list-box .info-box .item-box:before{
	position:absolute;
	content:'';
	width:1px;
	height:250px;
	background:#EEEEEE;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(1) h3{
	font-size:30px;
	font-family:'Fut';
	margin-top:30px;
	margin-bottom:15px;
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(2) h3{
	font-size:16px;
	margin-top:45px;
	margin-bottom:15px;
}
.link-wrap .session_1 .list-box .info-box .item-box p{
	font-size:14px;
	color:#666;
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(3){
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	text-align:left;
	padding-left:70px;
	box-sizing:border-box;
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(3):before{
	display:none;
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(3) .icon-box{
	border:1px solid #EEEEEE;
	padding:8px;
	box-sizing:border-box;
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(3) .txt-box{
	text-align:center;
	padding-left:25px;
	padding-top:35px;
	box-sizing:border-box;
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(3) h3{
	font-size:20px;
	margin-bottom:10px;
}
.link-wrap .session_1 .list-box .info-box .item-box:nth-child(3) p{
	font-size:14px;
	color:#666666;
}
.link-wrap .session_2 img {
	width: 100%;
}
.link-wrap .session_3 {
	margin-top: 78px;
	margin-bottom: 135px;
}
.link-wrap .session_3 .title {
	text-align: center;
	margin-bottom: 90px;
}
.link-wrap .session_3 .title h3 {
	font-size: 36px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 16px;
}
.link-wrap .session_3 .title p {
	font-size: 18px;
	color: #666666;
}
.link-wrap .session_3 .form-box {
	margin-top: 90px;
}
.link-wrap .session_3 .form-box .input-box {
	position: relative;
	float: left;
	width: 25%;
	margin-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.link-wrap .session_3 .form-box .input-box span {
	position: absolute;
	right: 4px;
	top: 18px;
	line-height: 1;
	color: #ef0512;
	font-size: 20px;
}
.link-wrap .session_3 .form-box .input-box:last-child {
	width: 100%;
}
.link-wrap .session_3 .form-box .input-box input {
	width: 100%;
	height: 42px;
	line-height: 40px;
	border: 1px solid #eeeeee;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	background: transparent;
	background: #fff;
	font-size: 14px;
}
.link-wrap .session_3 .form-box .input-box textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	height: 200px;
	border: 1px solid #eeeeee;
	background: transparent;
	background: #fff;
	font-size: 14px;
}
.link-wrap .session_3 .form-box .input-box:last-child {
	margin-bottom: 20px;
}
.link-wrap .session_3 .form-box .input-box.other-box input {
	width: 120px;
}
.link-wrap .session_3 .form-box .input-box.other-box label {
	left: 125px;
}
.link-wrap .session_3 .form-box .input-box.other-box .img-box {
	margin-left: 20px;
	display: inline-block;
	border: 1px solid #a5a5a4;
}
.link-wrap .session_3 .form-box .btn-box {
	margin-top: 20px;
	padding-left: 20px;
}
.link-wrap .session_3 .form-box .btn-box input {
	display: block;
	width: 145px;
	height: 45px;
	background: #ef0512;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border:none;
}







@media screen and (max-width: 1680px) {
	.link-wrap .session_1 .list-box{
		zoom:.9;
	}
}












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