* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}


/* PC版 */
@media screen and (min-width: 751px){

	/*联系我们-内容*/
	.tcontent {
		background: #f8f8f8;
	}
	.content {
		width: 1200px;
		margin: 0 auto;
	}
	.content .title01 {
		font-size: 30px;
		color: #090909;
		text-align: center;
		padding: 55px 0 42px 0;
	}
	.content .map {
		background: url(../Images/contact/network.png) center top no-repeat;
		width: 1200px;
		height: 631px;
	}
	.content .con-introduce {
		width: 1070px;
	}
	.content .con-introduce .introduce {
		/*float: left;*/
		width: 405px;
		padding-left: 130px;
		padding-right: 0px;
		height: 100px;
		margin: 15px auto;
		background: url(../Images/contact/icon01.png) no-repeat 86px 0px;
	}
	.content .con-introduce .introduce h4 {
		font-size: 14px;
		color: #090909;
		font-weight: normal;
		line-height: 30px;
	}
	.content .con-introduce .introduce p {
		font-size: 14px;
		color: #6d6d6d;
	}
	/*联系方式*/
	.tcontact {
		background: #ffffff;
	}
	.contact {
		width: 1200px;
		height: 450px;
		margin: 0 auto;
		position: relative;
	}
	.contact .contact_left {
		position: absolute;
		left: 122px;
		top: 95px;
		height: 60px;
		border-left: 4px solid #e62f17;
	}
	.contact .title02 {
		font-size: 19px;
		color: #6d6d6d;
		padding-left: 13px;
		padding-top: 2px;
	}
	.contact .title03 {
		font-size: 30px;
		color: #090909;
		padding-left: 13px;
		margin-top: -4px;
	}
	.contact .contact_right{
		width:540px;
		padding-top:150px;
		float:right;
		}
	.contact .contact_right p{ font-size:14px; color:#223557; line-height:24px;}
	.contact .contact_right .phone{ padding-left:58px; background:url(../Images/contact/icon02.png) no-repeat 0px 2px; padding-bottom:48px;}
	.contact .contact_right .address{ padding-left:58px; background:url(../Images/contact/icon03.png) no-repeat 0px 12px; padding-bottom:48px;}
	.contact .contact_right .email{ padding-left:58px; background:url(../Images/contact/icon04.png) no-repeat 0px 0px;}
}

/* 移动端适配版 */
@media screen and (max-width: 750px){
		/*联系我们-内容*/
	.tcontent {
		background: #f8f8f8;
	}
	.content {
		width: 92%;
		margin: 0 auto;
	}
	.content .title01 {
		font-size: 30px;
		color: #090909;
		text-align: center;
		padding: 55px 0 42px 0;
	}
	.content .map {
		background: url(../Images/contact/network.png) center top no-repeat;
		background-size: 130%;
		height: 10px;
		padding: 30% 0;
	}
	.content .con-introduce {
		width: 100%;
	}
	.content .con-introduce .introduce {
		float: left;
		width: 90%;
		padding-left: 40px;
		height: auto;
		margin: 15px 0;
		background: url(../Images/contact/icon01.png) no-repeat;
	}
	.content .con-introduce .introduce h4 {
		font-size: 14px;
		color: #090909;
		font-weight: normal;
		line-height: 30px;
	}
	.content .con-introduce .introduce p {
		font-size: 14px;
		color: #6d6d6d;
	}
	/*联系方式*/
	.tcontact {
		background: #ffffff;
	}
	.contact {
		width: 92%;
		height: auto;
		margin: 0 auto;
		position: relative;
		padding-bottom: 70px;
	}
	.contact .contact_left {
		position: absolute;
		left: 0;
		top: 75px;
		height: 60px;
		border-left: 4px solid #e62f17;
	}
	.contact .title02 {
		font-size: 19px;
		color: #6d6d6d;
		padding-left: 13px;
		padding-top: 2px;
	}
	.contact .title03 {
		font-size: 30px;
		color: #090909;
		padding-left: 13px;
		margin-top: -4px;
	}
	.contact .contact_right{
		width:100%;
		padding-top:200px;
	}
	.contact .contact_right p{ font-size:14px; color:#223557; line-height:24px;}
	.contact .contact_right .phone{ padding-left:35px; background:url(../Images/contact/icon02.png) no-repeat 0px 12px; padding-bottom:25px;}
	.contact .contact_right .address{ padding-left:35px; background:url(../Images/contact/icon03.png) no-repeat 0px 12px; padding-bottom:25px;}
	.contact .contact_right .email{ padding-left:35px; background:url(../Images/contact/icon04.png) no-repeat 0px 0px;}
}