@font-face{
            font-family: 'VeneerCleanReg';
            src :url(../font/VeneerCleanReg.otf);
        }
@font-face{
            font-family: 'OpenSans';
            src :url(../font/OpenSans-Regular.ttf);
        }



.about{
	padding: 30px 0;
}
.about_title{
	padding-bottom: 48px;
	
}

.about_title h3{
	line-height: 1;
	font-size: 38px;
	font-family: "VeneerCleanReg";
    text-transform: uppercase;
}
.about_title i{
	height: 4px;
	background: #e40c24;
	width: 79px;
	display: block;
}

.about_contant{
	background: #fff;
	padding: 20px;
}

.about_contant_pic{
	
	margin-bottom: 50px;
}
.about_contant_pic img{
	max-width: 100%;
}
.about_contant h3{
	font-size: 38px;
	padding-bottom: 30px;
	line-height: 1;
}
.about_contant p{
	font-size: 24px;
	padding-bottom: 15px;
	color: #333;
	word-wrap:break-word;
	
}

.contact_left{
	float: left;
	width: calc(60% - 10px);
}
.contact_left_title{
	padding-bottom: 20px;
}
.contact_left_title h5{
	font-size: 18px;
	font-family: "OpenSans";
	display: block;
	margin: 0;
	background: url(../img/Contact_1.png) no-repeat left;
	padding-left: 40px;
}
.contact_left_title i{
	width: 100%;
}
.contact_left_title i img{
	width: 100%;
}
.contact_left_title p{
	font-size: 14px;
	font-family: "OpenSans";
	display: block;
	margin: 0;
	margin-top: 16px;
}


.contact_left_email input{
	width: 100%;
	height: 42px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #ddd;
}
.contact_left_email textarea{
	width: 100%;
	height: 133px;
	margin-bottom: 10px;
	padding: 10px 10px;
	border: 1px solid #ddd;
}

.send{
	width: 150px;
	height: 55px;
	background: #414141;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-family: "OpenSans";
	line-height: 55px;
}
.send:hover{
	background: #333;
}



.contact_right{
	float: right;
	width: calc(35% - 10px);
}
.tel{
	width: 100%;
	background: #141b64;
	height: 147px;
	text-align: center;
	
}
.tel img{
	float: left;
	width: 60px;
	vertical-align: middle;
	height: 60px;
	margin-top: 40px;
	margin-left: 30px;
}
.tel h4{
	line-height: 147px;
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	float: left;
	padding-left: 30px;
}

.Information{
	border: 1px solid #161d6a;
	margin-top: 30px;
}

.i_title{
	
	background: #161d6a;
	padding: 10px 20px;
}

.i_title h4{
	font-size: 19px;
	background: url(../img/Contact_3.png) no-repeat left;
	color: #fff;
	padding-left: 40px;
	margin: 0!important;
	line-height: 1.8;
	background-size: 30px;
	font-weight: normal;
}
.i_text{
	padding: 20px;
}
.i_text_1{
	padding-bottom: 40px;
}
.i_text_1 h4{
	font-size: 18px;
	
}
.i_text_1 p{
	font-size: 16px;
	line-height: 1;
	margin: 0;
}
.i_text_1:nth-child(2){
	padding: 0;
}


@media screen and (max-width: 1200px){
	.tel img{
	
	width: 40px;
	height: 40px;
	margin-top: 50px;
	margin-left: 20px;
}
.tel h4{
	font-size: 20px;
	padding-left: 20px;
}
}
@media screen and (max-width: 900px){
	.contact_right{
	
	width: 100%;
}
	.contact_left{
	
	width: 100%;
		margin-bottom: 50px;
}
}





