
@font-face { 
  	font-family: DINMED; 
  	src: url('en_Din/DIN-MediumItalic.otf'); 
} 
#brand{
	width: 100%;
	height: 750px;
}
.brand{
	width: 1200px;
	height: 750px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.brand_01{
	width: 480px;
	height: auto;
	float: right;
}
.brand_01 div{
	width: 64px;
	height: 8px;
	background: #337dff;
	margin-top: 175px;
}
.brand_01 h5{
	font-size: 36px;
	color: #222;
	font-weight: bold;
	line-height: 50px;
	margin-top: 35px;
}
.brand_01 span{
	font-size: 28px;
	color: #222;
	line-height: 50px;
	display: block;
	margin-bottom: 35px;
}
.brand_01 p{
	font-size: 16px;
	color: #707070;
	line-height: 30px;
}
.brand_01 button{
	width: 180px;
	height: 42px;
	float: left;
	outline: none;
	font-size: 16px;
	border: none;
	background: #337dff;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-top: 70px;
	transition: all 1s;
}
.brand_01 button:hover{
	color: #fff;
	background: #1849c6;
}
.brand_02{
	width: 1106px;
	height: 645px;
	position: absolute;
	left: 0px;
	top: 50px;
	z-index: -1;
}




#bring,#mailbox{
	width: 100%;
	height: auto;
}
.bring,.mailbox{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.bring_01,.mailbox_01{
	width: 100%;
	text-align: center;
	margin-top: 140px;
}
.bring_01 div,.mailbox_01 div{
	width: 64px;
	height: 8px;
	background: #337dff;
	margin: 0 auto;
}
.bring_01 span,.mailbox_01 span{
	font-size: 32px;
	font-weight: bold;
	color: #222;
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
}
.bring_01 p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-top: -10px;
}
.bring_02{
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 100px;
}
.bring_02 li{
	width: 240px;
	height: 250px;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	/*border: 1px black solid;*/
}
.bring_02_01,.bring_02_01s{
	width: 70px;
	height: 69px;
	display: block;
	/*margin: 15px auto;*/
	left: 115px;
	position: absolute;
	z-index: 5;
	transition: all 1s;
}
.bring_02_01s{
	opacity: 0;
}
.bring_02 div:hover .bring_02_01{
	opacity: 0;
}
.bring_02 div:hover .bring_02_01s{
	opacity: 1;
}
.bring_02 div{
	width: 120px;
	height: 135px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.bring_02 p{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	transition:all 1s linear;
	-moz-transition:all 1s linear; /* Firefox 4 */
	-webkit-transition:all 1s linear; /* Safari and Chrome */
	-o-transition:all 1s linear; /* Opera */
}
.bring_02 p{
	/*background: #fff;*/
	z-index: 4;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);		/* IE 9 */
	-webkit-transform: rotate(45deg);	/* Safari and Chrome */
	-o-transform: rotate(45deg);		/* Opera */
	-moz-transform: rotate(45deg);
	transition:all 1s linear;
	-moz-transition:all 1s linear; /* Firefox 4 */
	-webkit-transition:all 1s linear; /* Safari and Chrome */
	-o-transition:all 1s linear; /* Opera */
	/*background: red;*/
}
/*.bring_02 li:hover div p{
	left: -75px;
	bottom: -75px;	
	background: red;
}*/
.bring_02 h5{
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 36px;
	margin-top: 100px;
	transition: all 1s;
	margin-bottom: 4px;
}
.bring_02 div:hover h5{ /* Safari 5.1 - 6.0 */
	color: #3e81ef;
}
.bring_02 span{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}







/*		寻找客户		*/




#content{
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin-top: 100px;
}
.content{
	width: 100%;
	height: auto;
	background: #292b34;
	margin-top: 95px;
}
.content_00{
	width: 1200px;
	height: 420px;   
	margin: 0 auto;
}
.mark_01{
	width: 100%;
	text-align: center;
}
.mark_01 div{
	width: 64px;
	height: 8px;
	background: #337dff;
	margin: 0 auto;
}
.mark_01 span{
	font-size: 32px;
	font-weight: bold;
	color: #222;
	line-height: 100px;
	
}
.mark_01 p{
	font-size: 16px;
	color: #666;
}
.content_00 li{
	width: 300px;
	height: 420px;
	float: left;
}
.content_00 li div{
	width: 300px;
	height: 420px;
	overflow: hidden;
	transition: all 0.5s;
}
.content_00 li:hover div{
	background: rgba(51,125,255,0.8);
}
.content_01{
	width: 53px;
	display: block;
	margin: 0 auto;
	margin-top: 140px;
	transition: all 0.5s;
}
.content h3{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
	opacity: 0;
	transition: all 0.5s;
}
.content li:hover .content_01{
	margin-top: 100px;
}
.content_02{
	display: none;
}
.content li:hover h3{
	opacity: 1;
}
.content li p{
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 28px auto;
}
.content li span{
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	font-weight: bold;
}



/*		展现效果		*/




#have,#process{
	width: 100%;
	min-width: 1200px;
	height: auto;
}
.have,.process{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}



.exhibit_01{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}
.exhibit_01_01{
	width: 300px;
	height: auto;
	float: left;
	margin-top: 70px;
	display: flex;
    justify-content: center;
}
.exhibit_01_01 img{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.exhibit_01_01 span{
	width: 58px;
	float: left;
	font-size: 100px;
	font-family: DIN;
	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;
}






#topLine{
	width: 100%;
	height: auto;
	background: #f7f8fa;
	padding-bottom: 80px;
	padding-top: 1px;
}

#topLine .mark_01 {
	font-size: 36px;
	color: #252B3A;
	line-height: 72px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 100px;
}

#topLine .mark_02 {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	letter-spacing: 2px;
}

#topLine .swiper-pagination-bullet{
	background: #dde8fc;
	opacity: 1;
	transition: all 0.5s;
}
#topLine .swiper-pagination-bullet-active{
	width: 20px;
	border-radius: 4px;
	background: #3B7AFF;
	transition: all 0.5s;
}
#topLine .swiper-container{
	padding-bottom: 100px;
}
#topLine .swiper-button-next{
	right: -40px;
}
#topLine .swiper-button-prev{
	left: -40px;
}
#topLine .swiper-button-next,#topLine .swiper-button-prev{
	width: 42px;
	height: 42px;
	background: #ffffff;
	transform: scale(.8);
	top: 380px;
	outline: none;
	opacity: 0;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	transition: all .6s ease;
}
#topLine .swiper-button-next img,#topLine .swiper-button-prev img{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.topLine{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.topLine .swiper-container{
	width: 1200px;
	padding: 0 20px;
}

.topLine .swiper-slide {
	border:1px solid rgba(230,233,240,1);
		transition: all .6s ease;
}

.topLine .swiper-slide:hover {
	box-shadow: 0px 10px 20px 0px rgba(37,44,59,0.1);
	transform: translateY(-20px);
}
.topLine_01{
	width: 1200px;
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
	/*flex-wrap: wrap;*/
	margin-top: 60px;
}
.topLine_01 li{
	width: 380px !important;
	height: 350px;
	background: #fff;
}
.topLine_01 a{
	width: 100%;
	height: 380px;
	display: block;
}
.topLine_01_01,.topLine_01_01 img{
	width: 100%;
	height: 212px;
	display: block;
	overflow: hidden;
	transition: all 1s;
}
/* .topLine_01_01 img:hover{
	transform: scale(1.05);
} */
.topLine_01 li h3,.topLine p{
	display: block;
	padding: 0px 30px;
}
.topLine_01 li h3{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #222;
	line-height: 50px;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}
.topLine_01 li h3 span{
	height: auto;
	float: left;
	font-size: 18px;
	color: #222;
	font-weight: normal;
	line-height: 28px;
	padding: 0 5px 0 0px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	z-index: 10;
	transition: all .6s ease;
}
.topLine_01 li h3 div{
	width: 0;
	height: 14px;
	background: #3B7AFF;
	opacity: 0.2;
	position: absolute;
	bottom: 10px;
	left: 0px;
	transition: all 1s;
	z-index: -1;
}
.topLine .swiper-slide:hover h3 span {
	color: #3B7AFF;
}
.topLine_01 span{
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 6px;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.topLine_01 p{
	display: none;
	line-height: 16px;
	font-size: 14px;
	margin-top: 25px;
}
.topLine_01 a p img{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 10px;
}