
@font-face { 
  	font-family: DINMED; 
  	src: url('en_Din/DIN-MediumItalic.otf'); 
} 
#brand{
	width: 100%;
	height: 650px;
}
.brand{
	width: 1200px;
	height: 650px;
	margin: 0 auto;
	position: relative;
}
.brand_01{
	width: 480px;
	height: auto;
	float: left;
}
.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;
	display: block;
	font-size: 16px;
	background: #337dff;
	text-align: center;
	line-height: 42px;
	color: #fff;
	margin-top: 70px;
	outline: none;
	border: none;
	float: left;
}
.brand_01 button:hover{
	background: #1849C6;
	color: #fff;
}
.brand_02{
	width: 453px;
	height: 412px;
	position: absolute;
	right: 0px;
	bottom: 40px;
	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;
	line-height: 100px;
}
.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: 150px;
	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: 85px;
	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;
}
.bring_02 div:hover h5{ /* Safari 5.1 - 6.0 */
	color: #3e81ef;
}
.bring_02 span{
	font-size: 14px;
	color: #666;
	line-height: 28px;
}






.mailbox{
	margin-bottom: 100px;
}
.mailbox_02_01,.mailbox_02_03{
	width: 391.5px;
	float: left;
}
.mailbox_02_01{
	text-align: right;
}
.mailbox_02_02{
	width: 307px;
	float: left;
	padding: 0px 55px;
}
.mailbox_02_01 div,.mailbox_02_03 div{
	width: 240px;
	float: right;
	margin-bottom: 10px;
	margin-top: 30px;
}
.mailbox_02_03 div{
	float: left;
}
.mailbox_02_01 div span,.mailbox_02_03 div span{
	width: 24px;
	height: 4px;
	background: #337dff;
	display: block;
	float: left;
}
.mailbox_02_01 div span{
	float: right;
}
.mailbox_02_01 div h3,.mailbox_02_03 div h3{
	width: 100%;
	font-size: 18px;
	color: #222;
	font-weight: bold;
	line-height: 46px;
	display: block;
	float: right;
}
.mailbox_02_03 div h3{
	float: left;
}
.mailbox_02_01 div p,.mailbox_02_03 div p{
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 28px;
	float: right;
}
.mailbox_02_03 div p{
	float: left;
}
