﻿@charset "UTF-8";
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
	background: #fff;
}

img {
	max-width: 100%;
} 

.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.section{
	overflow: hidden;
}

/* contact */
.contact{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 40px 0;
	background: #fff;
}
.contact .container{
	background: #a8abb0;
}
.sub-contact-left{
	width: 40%;
	float: left;
	position: relative; 
	background: url(../images/c-l-back.jpg) no-repeat top right;
	padding: 60px 40px 0;
} 
.contact.abtEn .sub-contact-left{
	width: 100%;
}
.sub-contact-left .yinhao{
	position: absolute;
	left: 40px;
	top: 30px;
}
.sub-contact-left .yinhao i{
	font-size: 38px;
	color: #fff;
}
.sub-contact-left .tit{
	font-size: 23px;
	color: #fff;
	line-height: 30px;
}
.sub-contact-left .info{
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	color: #fff;
	line-height: 42px;
}
.sub-contact-left .info p{
	padding-left: 30px;
}
.sub-contact-left .info p.dz{
	background: url(../images/c-dz.png) no-repeat left top 9px;
}
.sub-contact-left .info p.dh{
	background: url(../images/c-dh.png) no-repeat left center;
}
.sub-contact-left .info p.dh a{
	font-size: 24px;
}
.sub-contact-left .info p.cz{
	background: url(../images/c-cz.png) no-repeat left center;
}
.sub-contact-left .info p.yx{
	background: url(../images/c-yx.png) no-repeat left center;
}
.sub-contact-left .info p.lxr{
	background: url(../images/c-lxr.png) no-repeat left center;
}
.sub-contact-left .info a{
	font-family: arial;
	color: #fff;
}
.maps{
	width: 60%;
	float: right;
	border: 1px solid #e2e4e6;
	overflow: hidden;
}
.maps img{
	display: block;
	width: 100%;
}
/* message */
.message{
	padding: 55px 0 55px;
	background: #f5f5f5;
}
.message .row{
	margin-top: 58px;
}
.message .row .pdg{
	position: relative;
}
.message .row input[type=text]{
	width: 100%;
	height: 56px;
	border: 1px solid #e7e7e7;
	outline: none;
	padding: 0;
	margin-bottom: 11px;
	text-indent: 118px;
	font-size: 15px;
    transition: all .5s ease;
}
.message .row input[type=text]:focus{
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .15);
    transition: all .5s ease;
}
.message .row textarea{
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
	max-height: 150px;
	border: 1px solid #e7e7e7;
	outline: none;
	padding: 55px 25px 0;
	font-size: 15px;
    transition: all .5s ease;
}
.message .row textarea:focus{
	background: #fff;
	box-shadow: 0px 0px 13px 0 rgba(0, 0, 0, .15);
    transition: all .5s ease;
}
.message .row .pdg .bq{
	position: absolute;
	line-height: 56px;
	top: 0;
	left: 40px;
	font-size: 16px;
	color: #333333;
}
.message .row .pdg .bq.bt{
	background: url(../images/bt-ico.png) no-repeat top 20px right;
	padding-right: 12px;
}
.message .row input[type=button]{
	width: 280px;
	height: 60px;
	display: block;
	margin: 55px auto 0;
	background: #24b7b3;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	border: none;
	outline: none;
	transition: all .5s ease;
	border-radius: 50px;
}
.message .row input[type=button]:hover{
	background: #219996;	
}

/* abt-tit */
.abt-tit-cn{
	font-size: 42px;
	color: #333333;
	line-height: 48px;
	text-align: center;
}
.abt-tit-en{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 18px;
	text-align: center;
}
.abt-tit-sub{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 44px;
}

/************适配****************/
@media ( min-width:1200px) and ( max-width:1399px) { 
	.sub-contact-left .info{
		font-size: 12px;
	}
	.sub-contact-left{
		padding: 40px 20px 0; 
	}
}
@media ( min-width:768px) and ( max-width:1200px) {
	.contact{
		padding: 28px 0;
	}
	.sub-contact-left{
		width: 100%;
		background: #0068b7;
		padding: 4%;
		height: auto !important;
	}
	.sub-contact-left .yinhao{
		display: none;
	}
	.sub-contact-left .tit{
		font-size: 18px;
	}
	.sub-contact-left .info{
		font-size: 14px;
		line-height: 26px;
	}
	.sub-contact-left .info br{
		display: none;
	}
	.sub-contact-left .info span{
		display: none;
	}
	.sub-contact-left .info p.dz {
		background: url(../images/c-dz.png) no-repeat left top 1px;
	}
	.maps{
		width: 100%;
	}
	.message{
		padding: 28px 0;
	}
	.message .row{
		margin-top: 25px;
	}
	.abt-tit-en{
		font-size: 14px;
		margin-top: 6px;
	}
	.message .row input[type=button]{
		width: 60%;
		height: 42px;
		font-size: 14px;
		margin: 25px auto 0;
	}
	.message .row .pdg .bq{
		font-size: 14px;
	}
	.message .row input[type=text]{
		font-size: 14px;
	}
	.isMobile{
		display: block !important;
	}
	.isPc{
		display: none;
	}
	
}

@media ( min-width:1280px) and ( max-width:1438px) {
	.sub-contact-left .box .list .ico{
		margin-left: 17px;
	}
	.sub-contact-left .box .list .info{
		font-size: 14px;
	}
	.sub-contact-right{
		height: 411px;
	}
	.banshichu{
		cursor: all-scroll;
	}
}
@media ( min-width:768px) and ( max-width:1024px) {
	.contact{
		padding: 28px 0 0 0;
	}
	.sub-contact-left{
		width: 100%;
	}
	.sub-contact-left .gs-name{
		font-size: 20px;
		line-height: 25px;
		margin-top: 5px;
	}
	.sub-contact-left .box .list{
		width: 100%;
		margin-bottom: 5px;
	}
	.sub-contact-left .box .list .ico{
		margin-left: 0;
		width: 42px;
		height: 42px;
		font-size: 20px;
		line-height: 40px;
		margin-top: 7px;
	}
	.sub-contact-right{
		width: 100%;
	}
	.banshichu{
		padding: 28px 0;
	}
	.sub-contact-left .box{
		padding: 5%;
	}
	.sub-contact-left .box .list .info{
		width: 79%;
		font-size: 14px;
	}	
}

@media ( max-width:767px) {
	.abt-tit-cn{
		font-size: 22px;
		line-height: 28px;		
	}
	.abt-tit-en{
		margin-top: 10px;
	}
	.sub-contact-left{
		width: 100%;
		padding: 4%;
		height: auto !important;
	}
	.sub-contact-left .yinhao{
		display: none;
	}
	.sub-contact-left .tit{
		font-size: 18px;
	}
	.sub-contact-left .info{
		font-size: 14px;
		line-height: 26px;
	}
	.sub-contact-left .info br{
		display: none;
	}
	.sub-contact-left .info span{
		display: none;
	}
	.sub-contact-left .info p.dz {
		background: url(../images/c-dz.png) no-repeat left top 1px;
	 
	}
	.maps{
		width: 100%;
	}
	.message{
		padding: 28px 0 58px 0;
	}
	.message .row{
		margin-top: 25px;
	}
	.abt-tit-en{
		font-size: 14px;
		margin-top: 6px;
	}
	.message .row input[type=button]{
		width: 60%;
		height: 42px;
		font-size: 14px;
		margin: 25px auto 0;
	}
	.message .row .pdg .bq{
		font-size: 14px;
		left: 30px;
		line-height: 40px;
	}
	.message .row input[type=text]{
		font-size: 14px;
		text-indent: 98px;
		height: 40px;
	}
	.message .row textarea{
		padding:40px 15px;
	}
	.message .row .pdg .bq.bt{
	background: url(../images/bt-ico.png) no-repeat top 17px right;
}
	.contact{
		padding-top: 10px;
		padding-bottom: 0;
	}
	
}
