@font-face{
	font-family:Akzidenz;
	src:url('Akzidenz Grotesk-Extra Bold.otf');
}
@font-face{
	font-family:Arial;
	src:url('Arial-BoldMT.otf');
}
@font-face{
	font-family:din;
	src:url('DIN Condensed Bold.woff.ttf');
}
*{
	font-family:MicrosoftYaHei;
}
.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.ico.active i:nth-child(2) {
    opacity: 0;
}
.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
.ico {
    position: relative;
    width: 30px;
    height: 25px;
    z-index: 999;
    cursor: pointer;
}
.ico i {
    height: 3px;
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ico i:nth-child(1) {
    top: 0px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.ico i:nth-child(2) {
	/* width: 22px; */
    top: 10px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.ico i:nth-child(3) {
    top: 20px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}

header{
	position: fixed;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.head_left{
	width: 270px;
	float: left;
	padding-left: 40px;
}
.head_right{
	width: calc(100% - 270px);
	float: right;
	text-align: right;
}
.head_right nav{
	float: right;
}
.reach{
	float: right;
	margin: 0 50px 0 20px;
}
.btnse{
	float: right;
	width: 100px;
	height: 100px;
}
.btnse2{
	display: none;
}
.head_right nav li{
	display: inline-block;
	line-height: initial;
	position: relative;
	padding: 0 30px;
}
.head_right nav li .down{
	background-color: rgba(255,255,255,0.9);
	/* transition: background-color 0.8s; */
}
.head_right.acu nav li .down{
	background: none;
}
.head_right nav li .down{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 88;
	padding-top: 20px;
	display: none;
}
.head_right nav li .down a{
	display: block;
	color: #666666;
	font-size: 16px;
	text-align: left;
	padding: 10px 30px;
}
nav li .top{
	line-height: 100px;
}
nav li .top span{
	display: none;
}
nav li .top a{
	color: #333333;
	font-size: 16px;
}
.reach{
	position: relative;
}
.reach input{
	width: 200px;
	height: 50px;
	position: absolute;
	z-index: 3;
	background-color: #fff;
	left: -210px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 6px;
	border-color: rgba(0,0,0,0.3);
	padding: 0 10px;
	display: none;
}
.bg{
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 9;
	height: 730px;
	width: 100%;
	display: none;
}
.reach img{
	cursor: pointer;
}
.btnse{
	cursor: pointer;
	position: relative;
}
.btnse img{
	position: absolute;
	    top: 0;
	    left: 0;
		z-index: 2;
}
#fp-nav.right{
	right: auto;
	left: 40px;
}
#fp-nav ul li, .fp-slidesNav ul li{
	width: 20px;
	height: 20px;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span{
	background: #fff;
}
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active{
	background: none;
	border: 1px solid #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	    
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	    height: 4px;
	    width: 4px;
		margin: -2px 0 0 -2px;
}
.banner,.banner .swiper-container,.banner .fp-tableCell{
	height: 100% !important;
	overflow: hidden;
}
.banner .swiper-container .swiper-slide img{
	display: none;
}
.banner_btn{
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 60px;
	z-index: 11;
	cursor: pointer;
	width: 22px;
	height: 57px;
}
.banner_btn img{
	position: absolute;
	width: 22px;
	height: 57px;
	left: 0;
}
.padwo{
	padding-top: 100px;
	max-width: 620px;
	text-align: left;
}
.title .font48{
	font-family:Akzidenz;
}
.title .font48,.title .font36{
	color: #333333;
	font-weight: bold;
}
.padwo p{
	color: #333333;
	line-height: 1.8;
	margin: 40px 0 20px;
}
.padwo li{
	padding: 27px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	/*display:flex;*/
}
.padwo li:last-child{
	border-bottom: none;
}
.padwo li span.font24{
	width: 130px;
	display: inline-block;
}
.padwo li span.font16{
	color: #333333;
}
.padwo a{
	margin-top: 50px;
}
.page2 .lt{
	width: 340px;
	float: left;
	text-align: left;
}
.page2 .lt .title{
	margin-bottom: 50px;
}
.page2 .rt{
	width: -webkit-calc(100% - 340px);
	width: calc(100% - 340px);
	float: left;
	overflow: hidden;
}
.mySwiper2{
	width: 140px;
}
.mySwiper2 li{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	height: auto !important;
	padding: 24px 0;
}
.mySwiper2 li.active .font24,
.mySwiper2 li.active .font14,
.mySwiper2 li:hover .font24,
.mySwiper2 li:hover .font14{
	color: #c3151f;
}
.mySwiper2 li:last-child{
	border-bottom: none;
}
.mySwiper2 .font24{
	color: #000000;
}
.mySwiper2 .font14{
	color: #000000;
}
.page2 .fp-tableCell{
	padding-top: 100px;
}
.mySwiper .swiper-slide{
	width: 80%;
}
.page2 .wid100,.page3 .wid100{
	width: 91.6%;
	margin-left: 9.3%;
}
.page2 .rt .cont{
	display: flex;
}
.page2 .rt .cont .let{
	width: 50%;
}
.page2 .rt .cont .ret{
	width: 50%;
	text-align: left;
	padding: 70px 56px;
}
.page2 .rt .cont .ret .font30{
	color: #000;
	font-weight: bold;
}
.page2 .rt .cont .ret .font30.ber{
	color: #333;
	opacity: 0.1;
	font-family:Arial;
}
.page2 .rt .cont .ret p{
	color: #333333;
	line-height: 1.5;
	margin: 30px 0 50px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	overflow:hidden;
	-webkit-box-orient: vertical;
}
.page2 .rt .cont .ret a{
	display: inline-block;
}
.add{
	width: 149px;
		height: 50px;
		background-color: #c3151f;
		text-align: center;
		line-height: 50px;
		color: #fff;
}
.page3 .lt{
	width: 27%;
	float: left;
	text-align: left;
	padding-top: 20vh;
}
.page3 .rt{
	width: 73%;
	float: left;
	overflow: hidden;
	height: 100%;
}
.page3 .fp-tableCell{
	padding-top: 100px;
}
.page3 .lt .title{
	margin-bottom: 60px;
}
.page3 .rt ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
.page3 .rt ul li{
	width: 33.333%;
	height: 100%;
	text-align: left;
}
.page3 .wid100{
	height: 100%;
}
.page3 .rt ul li .font70,.pageSwiper .font70{
	color: #333333;
	opacity: 0.23;
	line-height: 1;
	margin-bottom: 60px;
	font-weight: bold;
}
.page3 .rt ul li .font24,.pageSwiper .font24{
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
}
.page3 .rt ul li .font18,.pageSwiper .font18{
	font-weight: bold;
	color: #333333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow:hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
}
.page3 .rt ul li p,.pageSwiper p{
	color: #333333;
	line-height: 1.9;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow:hidden;
	-webkit-box-orient: vertical;
	margin-bottom: 35px;
}
.page3 .rt ul li span,.pageSwiper span{
	color: #333333;
	margin-top: 38px;
	display: inline-block;
}
.page3 .rt ul li a,.pageSwiper a{
	display: block;
	height: 100%;
	padding: 0 15%;
	position: relative;
	text-align: center;
}
.page3 .rt ul li a::after,.pageSwiper a::after{
	content: '';
	width: 1px;
	height: 606px;
	background-color: #dcdcdc;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page3 .rt ul li a:hover,.pageSwiper a:hover{
	background-color: rgba(255,255,255,0.5);
}
.pageSwiper,.pageSwiper .swiper-wrapper{
	height: 100%;
}
.top100{
	margin-top: 100px;
}
.bannerAll{
	position: relative;
}
.bannerAll img{
	opacity: 0;
}
.bannerAll .cont{
	background: url(../images/c2_02.png) no-repeat left center;
	background-size: cover;
	padding: 32px 0;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	bottom: 0;
}
.bannerAll .cont .font18{
	font-weight: bold;
}
.bannerAll .cont .font30{
	font-weight: bold;
	margin-top: 5px;
}
.tabs{
	border-bottom: 1px solid #e5e5e5;
}
.tabs ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.tabs ul li{
	width: 16.6666%;
	position: relative;	
}
.tabs ul li a{
	padding: 30px 0;
	text-align: center;
	display: block;
	color: #999999;
	position: relative;
	font-size: 18px;
}
.tabs ul li a::before{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #d2d2d2;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tabs ul li a::after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #d2d2d2;
	position: absolute;
	z-index: 3;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}
.tabs ul li:last-child::after{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #d2d2d2;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tabs ul li a:hover,
.tabs ul li.active a{
	border-bottom: 3px solid #c3151f;
	color: #C3151F;
	font-weight: bold;
}

.dd .img{
	margin-bottom: 40px;
	text-align: center;
}
.dd p{
	color: #000000;
	line-height: 2.2;
	margin-bottom: 60px;
}
.member{
	padding-bottom: 20px;
}
nav li .top.active a{color: #C3151F;}
footer{
	background-color: #333;
	
}
.member_business{
	overflow: hidden;
}
footer .foot_top{
	overflow: hidden;
	padding-bottom: 80px;
}
.foot_top .lt{
	width: 60%;
	float: left;
}
.foot_top .lt ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.foot_top .lt ul li a{
	color: #ffffff;
	opacity: 0.6;
	padding: 5px 0;
	display: block;
	text-align: left;
}
.foot_top .lt ul li a:first-child{
	color: #ffffff;
	opacity: 1;
	margin-bottom: 20px;
}
.foot_top .rt{
	width: 40%;
	float: left;
	text-align: right;
}
.foot_top .rt a{
	margin-bottom: 30px;
}
.foot_top .rt p:first-child a img{
	height: 55px;
}
.head_right nav li.cur .down{
	
	padding-bottom: 20px;
}
.head_right nav li .down a:hover{
	background-color: rgba(0,0,0,0.1);
	color: #C3151F;
}
.head_right nav li:hover .top a{
	color: #C3151F;
}
.foot_bom{
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 26px;
}
.foot_bom p{
	color: #ffffff;
		opacity: 0.2;
		text-align: center;
		line-height: 2.2;
}
.foot_bom p a{
	color: #fff;
}
footer.pad6{
	padding-bottom: 0;
}
.group .title{
	text-align: center;
	margin-bottom: 42px;
}
.titles.title .font24{
	font-family:Akzidenz;
}
.titles.title .font24,
.titles.title .font36{
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}
.titles .xian{
	width: 40px;
	height: 1px;
	background-color: #000000;
	margin: 30px auto 40px;
}
.group .font16{
	color: #000000;
	font-size: 16px;
	line-height: 1.9;
	text-align: left;
	margin-bottom: 56px;
}
.group .font18{
	color: #b60007;
	font-weight: bold;
	text-align: left;
}
.group .font24{
	color: #000000;
	font-weight: bold;
	text-align: left;
	margin: 14px 0 20px;
}
.group ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
.group ul li{
	width: 30.333%;
	overflow: hidden;
}
.group ul li .img{
	transition: all 0.6s;
}
.group ul li .imgs{
	overflow: hidden;
	border-radius: 10px;
}
.group ul li .img{
	border-radius: 8px;
	overflow: hidden;
}
.group ul li .font24{
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 10px;
}
.group ul li .font24 span{
	color: #c3151f;
}
.group ul li p.font16{
	color: #000000;
	text-align: center;
}
.groupOne{
	position: relative;
}
.groupOne::after{
	content: '';
	width: 100%;
	height: 70%;
	background-color: #f6f7f9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.groupOne .Box1100{
	position: relative;
	z-index: 9;
}
.groupOne .imgs{
	margin: 50px auto 30px;
}
.groupOne .imgs img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.groupOne .imgs,.groupOne .img{
	overflow: hidden;
}
.groupOne ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.groupOne ul li{
	width: 30.33%;
}
.groupOne ul li .font24{
	color: #c3151f;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	overflow: hidden;
}
.groupOne ul li .font16{
	color: #333333;
	line-height: 1.6;
	padding-top: 16px;
}
.groupOne ul li .font24 span{
	float: left;
}
.groupOne ul li .font24 img{
	float: right;
	position: relative;
	top: 6px;
}
.group ul{
	margin-bottom: 30px;
}
.team .titles .font36{
	text-align: left;	
	line-height: 1.7;
}
.team .titles .xian{
	margin: 30px 0 40px;
}
.team p.font16{
	color: #000000;
	line-height: 1.9;
	max-width: 730px;
	float: right;
	margin-bottom: 90px;
}
.team  ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.team  ul li{
	width: 30.333%;
	margin-bottom: 60px;
	background-color: #f3f3f3;
	transition: all 0.6s; 
}
.team  ul li .cont{
	
	padding: 10%;
	overflow: hidden;
}
.team  ul li .cont .font22{
	float: left;
	width: 35%;
	color: #333333;
	
}
.team  ul li .cont .rt{
	width: 65%;
	float: left;
	border-left: 1px solid #dcdcdc;
	position: relative;
	padding-left: 15%;
	
	
}
.team  ul li .cont .rt::after{
	content: '';
	width: 2px;
	height: 21px;
	position: absolute;
	left: -2px;
	top: 0;
	z-index: 3;
	background-color: #c3151f;
}
.team  ul li .cont .rt .font16{
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.team  ul li .cont .rt .font14{
	color: #333;
	line-height: 1.8;
	height: 51px;
}
.team  ul li:hover{
	background-color:  #c3151f;
}
.team  ul li:hover .cont .font22,
.team ul li:hover .cont .rt .font16,
.team ul li:hover .cont .rt .font14{
	color: #fff;
}
.team{
	margin-bottom: 30px;
}
.news_dj li{
	margin-bottom: 26px;
}
.news_dj li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5%;
	background-color: #f6f6f6;
}
.news li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5% 0;
}
.news li:first-child a{
	padding-top: 0;
}
.news_dj li a .lt{
	width: calc(100% - 260px);
	width: -webkit-calc(100% - 260px);
	
}
.news_dj li a .lt .font18{
	color: #333333;
	margin-bottom: 18px;
	font-weight: bold;
}
.news_dj li a .lt .font14{
	color: #666666;
	line-height: 1.8;
}
.news_dj li a .rt{
	width: 260px;
	text-align: right;
}
.bn{
	display: inline-block;
	width: 130px;
		height: 50px;
		background-color: #c3151f;
		border-radius: 2px;
		text-align: center;
		line-height: 50px;
		color: #fff;
}
.bn img{
	position: relative;
	margin-left: 5px;
	top: -2px;
}
.pages{
	text-align: center;
	margin-top: 50px;
}
.pages a{
	padding:5px 10px;
	background-color: #e5e5e5;
	color: #333333;
	margin: 0 2px;
}
.pages span.current,.pages a:hover{
	padding:5px 10px;
	background-color: #c3151f;
	color: #fff;
	margin: 0 2px;
}
.news li a .lt{
	width: 100px;
}
.news li a .ct{
	width: 318px;
	margin: 0 50px 0 40px;
	overflow: hidden;
}
.news li a .rt{
	width: calc(100% - 508px);
	width: -webkit-calc(100% - 508px);
}
.news li a .lt{
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	color: #333333;
}
.news li a .lt .font48,.news li a .lt .font18{
	font-family:Akzidenz;
}
.news li a .lt .font48{
	line-height: 1.2;
}
.news li a .ct img{
	overflow: 0;
}
.news li a .rt .font18{
	font-weight: bold;
	color: #000000;
}
.news li a .rt .font14{
	color: #666666;
	line-height: 1.8;
	margin: 20px 0 75px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow:hidden;
	-webkit-box-orient: vertical;
	height: 50px;
}
.news li{
	border-bottom: 1px solid  #e5e5e5;
}
.news li a .ct .imgs{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.business .font36{
	color: #333333;
	font-weight: bold;
	margin-bottom: 18px;
}
.business .font16{
	color: #000000;
	line-height: 1.9;
}
.business li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 533px;
	margin-bottom: 110px;
}
.business .li1 .lt,
.business .li2 .lt{
	width: 50%;
	    position: relative;
	    z-index: 23;
}
.business li .lt .font80{
	color: #c3151f;
	margin: 70px 0 0px;
	font-weight: bold;
	font-family:din;
}
.business ul{
	margin-top: 100px;
}
.business li .lt .font30{
	color: #000000;
	margin-bottom: 15px;
}
.business li .lt .font16{
	color: #000000;
	line-height: 1.9;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow:hidden;
	-webkit-box-orient: vertical;
	height: 91px;
}
.li1 .rt{
	position: absolute;
	width: auto;
	top: 0;
	right: 0;
}
.li2 .rt{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
}
.business .li2 .lt{
	margin-left: 50%;
	text-align: right;
	width: 40%;
}
.li1 .rt img{
	position: relative;
	z-index: 3;
}
.business li:nth-child(1) .rt::after{
	content: '';
	width: 570px;
	height: 570px;
	background: url(../images/d9_03.jpg) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	transform: translate3d(50%,-50%,0);
}
.business li:nth-child(2) .rt::after{
	content: '';
	width: 384px;
	height: 384px;
	background: url(../images/d9_03.jpg) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	transform: translate3d(-50%,50%,0);
}
.member_business .Box1274{
	overflow: inherit;
}
.business .li2 .font30,
.business .li2 .font16{
	text-align: left;
}
.li2 .rt img{
	position: relative;
	z-index: 3;
}
.about li{
	background-color: #f5f5f5;
	margin-bottom: 30px;
}
.about li .about_top{
	padding: 4% 5% 3%;
}
.about li .about_top .font24{
	color: #444444;
	margin-bottom: 20px;
}
.about li .about_top .font14{
	color: #444444;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.about li .about_top .font14 span{
	display: block;
	width: 34%;
	text-align: center;
	height: 18px;
}
.about li .about_top .font14 span:nth-child(1),
.about li .about_top .font14 span:nth-child(2){
	border-right: solid 2px #a7a7a8;
}
.about li .about_top .font14 span:nth-child(1){
	text-align: left;
}
.about li .about_top .font14 .bni{
	text-align: right;
	width: 20%;
	overflow: hidden;
	position: relative;
	top: -15px;
}
.about li .about_bom{
	padding: 0 5% 5%;
	color: #333;
	display: none;
}
/*.about li .about_bom p{
	margin-top: 50px;
}*/
.about li .about_bom div.font14{
	line-height: 1.7;
}
.about li .about_top .font14 .bni b{
	width: 123px;
	height: 45px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	background-color: #c3151f;
	display: inline-block;
	font-weight: 200;
	float: right;
}
.contact ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.contact ul li{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.contact ul li .ig{
	margin-right: 10px;
}
.contact ul li div.font16{
	color: #333333;
	font-weight: bold;
	margin-right: 20px;
}
.contact ul li p.font16{
	color: #333333;
}
.contact ul li p.font16 img{
	position: relative;
	top: -6px;
}
.pesponsibility li{
	display: block;
	overflow: hidden;
	height: 450px;
	margin-bottom: 50px;
	border: solid 1px #dcdcdc;
}
.pesponsibility li a{
	display: block;
	height: 100%;
}
.pesponsibility li .lt{
	float: left;
	width: 50%;
	background-image: linear-gradient(144deg, 
			#ffffff 0%, 
			#e5e5e5 100%), 
		linear-gradient(
			#eeeeee, 
			#eeeeee);
		background-blend-mode: normal, 
			normal;
			height: 100%;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			 -webkit-box-align: center;
			 -ms-flex-pack: center;
			 -webkit-justify-content: center;
			 justify-content: center;
			 -webkit-box-pack: center;
			 -webkit-flex-flow: column wrap;
			 -ms-flex-flow: column wrap;
			 flex-flow: column wrap;
			 align-items: center;
			 overflow: hidden;
}
.pesponsibility li .rt{
	float: left;
	height: 100%;
	width: 50%;
	background-color: #ffffff;
		
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		 -webkit-box-align: center;
		 -ms-flex-pack: center;
		 -webkit-justify-content: center;
		 justify-content: center;
		 -webkit-box-pack: center;
		 -webkit-flex-flow: column wrap;
		 -ms-flex-flow: column wrap;
		 flex-flow: column wrap;
		 align-items: center;
		 padding: 5%;
}
.pesponsibility li:nth-child(2n) .lt{
	float: right;
}
.pesponsibility li:nth-child(2n) .rt{
	float: right;
}
.pesponsibility li .rt .font24{
	color: #000000;
	margin-bottom: 16px;
	font-weight: bold;
}
 .pesponsibility li .imgs{
	 transition: all 0.6s;
 }
.pesponsibility li .rt .font16{
	color: #333;
	line-height: 1.9;
}
.pesponsibility ul{
	margin-bottom: 70px;
}
.pesponsibility {
	margin-bottom: 20px;
}
.business_gq.business .li1 .lt{
	width: 50%;
}
.business.business_gq li .lt .font16{
	-webkit-line-clamp: 4;
	height: 121px;
}
.business .font16{
	position: relative;
	z-index: 6;
}
.business_zc p{
	margin-bottom: 50px;
}
.business_zc .img{
	text-align: center;
	margin-bottom: 60px;
	overflow: hidden ;
}
.business_zc .img img{
	transition: all 0.7s;
}
.about_yg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_yg li{
	width: calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	margin-bottom: 50px;
	position: relative;
}
.about_yg li img{
	opacity: 0;
}
.about_yg li .cont{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_yg li .cont p{
	color: #ffffff;
	position: absolute;
	padding: 28px 35px;
	bottom: 0;
	left: 0;
}
.ased .pages{
	margin-top: 0;
}
.about_yg li:hover .cont{
	opacity: 1;
}
.ceont{
	background-color: #F5F5F5;
	padding: 70px 9% 20px 0;
}
.business li:nth-child(2n) .ceont{
	padding: 70px 0 20px 9%;
}
.page4 ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0;
}
.Box1720{
	width: 89.5%;
	margin: 0 auto;
}
.page4 ul li{
	width: calc(20% - 10px);
	width: -webkit-calc(20% - 10px);
	text-align: center;
	position: relative;
	margin-left: 12px;
}
.page4 ul li:nth-child(5n + 1){
	margin-left: 0;
}
.page4 ul li .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	z-index: 4;
}
.page4 ul li .icon{max-width: 120px;max-height: 120px;}
.swit2{
	display: none;
}
.page4 ul li .icon img{
	position: relative;
	z-index: 6;
}
.page4 ul li:nth-child(6){
	margin-left: 10%;
}
.fot{
	color: #333333;
	font-size: 16px;
	line-height: 2;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: 100%;
}
.fot a{
	color: #333333;
}
.page4 ul li:nth-child(6),
.page4 ul li:nth-child(7),
.page4 ul li:nth-child(8),
.page4 ul li:nth-child(9)
{
	margin-top: -8%;
	position: relative;
}

.dateils{
	background-color: #f5f5f5;
}
.dateils .Box1338{
	overflow: inherit;
	overflow: initial;
}
.dateils .conts{
	background-color: #fff;
	z-index: 67;
	padding:4% 6%;
}
.dateils .conts .font36{
	text-align: center;
	color: #333333;
	margin-bottom: 20px;
}
.dateils .conts .font14{
	text-align: center;
	margin-bottom: 60px;
	color: #333;
}
.dateils .conts .font14 img{
	position: relative;
	top: -2px;
	margin-right: 6px;
}
.dateils .conts p{
	font-size: 16px;
	color: #333333;
	line-height: 2;
	margin-bottom: 2rem;
}
.dateils .conts p img{
	display: block;
	margin: 4rem auto;
}
.dateils .conts .next_prev{
	border-top: 1px solid  #e5e5e5;
	padding-top: 35px;
}
.dateils .conts .next_prev a{
	color: #333333;
	font-size: 16px;
}
.dateils .conts .next_prev p{
	margin-bottom: 1rem;
}
.dateils .conts .next_prev p:last-child{
	margin-bottom: 0;
}
.dateils .conts .next_prev .text-right a{
	width: 156px;
		height: 49px;
		background-color: #be1e36;
		color: #ffffff;
		text-align: center;
		line-height: 49px;
		border: 1px solid #be1e36;
}

.dateils .conts .next_prev .text-right a i{
	margin-right: 10px;
}
.manImg .imgs:last-child{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}
.team ul li a .manImg .imgs{
	transition: all 0.4s; 
}
.manImg .imgs:first-child{
	position: relative;
	z-index: 3;
	opacity: 1;
}
.team ul li a:hover .manImg .imgs:last-child{
	opacity: 1;
	z-index: 5;
}
.team ul li a:hover .manImg .imgs:first-child{
	opacity: 0;
	z-index: 2;
}
.team ul li a{
	position: relative;
}
.manImg{
	overflow: hidden;
	position: relative;
}

.banner .swiper-slide .bsImg {
	display: block;
	height: 100%;
}

.bsImgpone {
	display: none;
	height: 100%;
}

@media (max-width:767px) {
	.banner .swiper-slide .bsImg {
		display: none;
	}

	.bsImgpone {
		display: block;
	}
}
