@font-face { 
  	font-family: DINBLACK; 
  	src: url('en_Din/DIN-Black.otf'); 
} 
#direct{
	width: 100%;
	height: auto;
}
.direct{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}.bring_01{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
.bring_01 div{
	width: 64px;
	height: 8px;
	background: #337dff;
	margin: 0 auto;
}
.bring_01 span{
	font-size: 32px;
	font-weight: bold;
	color: #222;
	line-height: 100px;
	display: block;
}
.bring_01 p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-top: -10px;
}
.direct_02 ul{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 50px 0px;
}
.direct_02 ul li{
	width: 250px;
	height: 445px;
	float: left;
	position: relative;
	z-index: 20;
	box-shadow:  0px 10px 30px 5px rgba(0,0,0,0.35);
	margin-top: 30px;
	transition: all 0.5s;
	background: rgba(0,0,0,0.4);
}
.direct_02 ul li:hover{
	margin-top: 0px;
}
.direct_02 ul li img{
	position: relative;
	z-index: -1;
}
.direct_02 button{
	width: 180px;
	height: 42px;
	background: #337dff;
	color: #fff;
	border: none;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 115px;
	transition: all 1s;
}
.direct_02 button:hover{
	background: #1849C6;
}



/*			商机			*/



#business{
	width: 100%;
	height: 560px;
	min-width: 1200px;
	background: url(../images/business001.png) no-repeat center center;
	/*margin-bottom: 800px;*/
}
.business{
	width: 1200px;
	height: 560px;
	margin: 0 auto;
	overflow: hidden;
}
.business_01{
	margin-top: 75px;
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	display: block;
	text-align: center;
}
.business_02{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 60px;
}
.business_02_01{
	width: 260px;
	height: 320px;
	float: left;
	border-right: 2px #55555d solid;
	/*background: red;*/
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.business_02_01 li{
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-weight: bold;
}
.business_02_01 .active{
	color: #337DFF;
}
.business_02_02{
	width: 4px;
	height: 26px;
	background: #337dff;
	position: absolute;
	left: 259px;
	top: 40px;
	transition: all 1s;
}
.business_02_03{
	float: right;
	width: 938px;
	height: 960px;
	overflow: hidden;
	transition: all 1s;
}
.business_02_03 li{
	width: auto;
	height: 320px;
	padding-left: 70px;
	overflow: hidden;
}
.business_02_03 li div{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	margin-top: 34px;
}
.business_02_03 li span{
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	display: block;
	margin-top: 25px;
}
.business_02_03 li button{
	width: 178px;
	height: 40px;
	border: 1px #fff solid;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-top: 60px;
	transition: all 1s;
	float: left;
	background: rgba(0,0,0,0);
}
.business_02_03 li button:hover{
	background: #fff;
	color: #337DFF;
}
.business_02_04{
	height: 320px;
	overflow: hidden;
}



/*			本地直通车			*/



#local{
	width: 100%;
	height: 940px;
}
.local{
	width: 1200px;
	height: 940px;
	margin: 0 auto;
	overflow: hidden;
}
.local .bring_01{
	margin-top: 80px;
}
.local_01,.local_01 li{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.local_01 li{
	width: 510px;
	margin-top: 80px;
}
.local_01 li img{
	float: left;
}
.local_01 li div{
	width: 230px;
	float: left;
}
.local_01 li div p{
	font-size: 24px;
	color: #222;
	margin-bottom: 28px;
}
.local_01 li div span{
	font-size: 14px;
	color: #797979;
	line-height: 24px;
}



/*			行业			*/




#industry{
	width: 100%;
	height: 750px;
	min-width: 1200px;
	background: #292b34;
}
.industry{
	width: 1200px;
	height: 750px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.industry_00{
	width: 64px;
    height: 8px;
    background: #337dff;
    display: block;
    margin: 50px auto;
    margin-top: 70px;
}
.industry_01{
	color: #fff;
	display: block;
	font-size: 32px;
	margin-bottom: 24px;
}
.industry_02{
	color: #97979a;
	font-size: 14px;
}
#industry .swiper-container {
	width: 100%;
	height: 520px;
}
#industry .swiper-pagination-bullet-active{
	background: #fff;
}
.industry_03 .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.industry_03 li{
	height: 400px;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	transition: all 1s;
}
.industry_03 li:hover{
	background: rgba(51,125,255,0.8);
}
.industry_03 li span{
	color: #fff;
    font-size: 20px;
    text-align: center;
    display: block;
    font-weight: bold;
}
.industry_03_01{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
.industry_03 li div{
	width: 130px;
	height: 130px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 22px;
	color: #fff;
}
.industry_03 li div img{
	width: 62px;
	display: block;
}




/*			展现			*/




#exhibit{
	width: 100%;
	height: auto;
	margin-bottom: 195px;
}
.exhibit{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.exhibit_01{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.exhibit_01_01{
	width: 190px;
	height: auto;
	float: left;
	margin-top: 70px;
}
.exhibit_01_01 img{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.exhibit_01_01 span{
	float: left;
	font-size: 100px;
	font-family: DINBLACK;
	font-style: italic;
	color: #cbdbff;
	text-align: center;
	margin-top: 70px;
}
.exhibit_01_01 div{
	width: auto;
	float: left;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 30px;
	margin-left: 20px;
}
.exhibit_01_02{
	margin-top: -90px;
}
