.contantUs{
	height:630px;
	background: url(../images/cooperationBG.jpg) no-repeat center center;
	background-size: 100% auto;
	margin-top: 20px;
	overflow: hidden;
}
.ContactIn{	
	background: url(../images/contentBG.jpg) no-repeat center center;
	padding-top: 70px;
	box-sizing: border-box;
	background-size: 100% auto;
}
.HonorBlock{	
	background: url(../images/CompanyBG.jpg) no-repeat center center;
}
.contList{
	width:1200px;
	margin: 120px auto 0;
	box-sizing: border-box;
}
.contList:nth-of-type(2){
	margin-top:40px;
}
.contList:nth-of-type(1){
	padding:0 20px 0 46px;
}
.contList li{
	float:left;
	width: 190px;
	color:#999;
	font-size: 14px;
	margin: 0 3.24% 0 0;
	background: none;
	text-align: center;
	line-height: 30px;
}

.contList:nth-of-type(2) li{
	margin: 0  0.41%;
}
.contList li img{
	width:100%;
	position: relative;
	transition: 0.5s all ease;
}

.contList li img:hover{
	transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2); /* IE 9 */
	-moz-transform:scale(1.2,1.2); /* Firefox */
	-webkit-transform:scale(1.2,1.2); /* Safari and Chrome */
	-o-transform:scale(1.2,1.2); /* Opera */
}

/**************************Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬*****************************/
.ConInFormation{
	width:1200px;
	border-radius: 10px;
	overflow:hidden;
	margin:0 auto 0;
	height:485px;
	background: #fff;
}
.conLeft{
	float:left;
	width: 808px;
	box-sizing: border-box;
	padding:35px 110px 0;
}
.conLeft p{
	color:#333;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 15px;
}
input::-webkit-input-placeholder {
         color: #999;
     }
.layui-input, .layui-textarea{
	border-radius: 5px;
	border:1px solid #cccccc;
	font-size: 14px;
}
.layui-form-label{
    padding: 9px 0px 9px 0;
    font-size: 14px;
    color:#333;
    width:100px;
}
.layui-form-label img{
	display: inline-block;
	margin-right: 10px;
}
.layui-input-block {
    margin-left: 101px;
}
.layui-textarea{
	height:180px;
	resize: none;

}
.layui-btn{
	font-size: 14px;
	background: #003399;
	color: #fff;
	display: block;
	width: auto;
	padding: 0 40px;
	border-radius: 40px;
	line-height: 36px;
	margin: 40px auto 0;
}

.conRight{
	width: 392px;
	background: url(../images/contentInnBg.jpg) no-repeat center;
	background-size: 100% 100%;
	height:485px;
	float:right;
	color:#fff;
	box-sizing: border-box;
	padding:40px 60px;
}
.conRight h3{
	font-size: 24px;
	margin-bottom: 30px;
}
.conRight p{
	font-size: 14px;
	line-height: 38px;
	padding-left: 45px;
	background: url(../images/contantIcon.png) no-repeat 1px -57px;
	background-size: 24px auto;
}
.conRight p:nth-of-type(2){
	background-position: 2px 13px;
	background-size: 22px auto;
}
.conRight p:nth-of-type(3){
	background-position: 2px -118px;
	background-size: 22px;
}
/************************************团队介绍*************************************/
.introduce{
	width: 1200px;
	margin: 0 auto;
}
.companyName{
	line-height: 38px;
	color:#003399;
	border-bottom: 2px solid #003399;
	width: 170px;
	font-size: 18px;
	margin-top: 50px;
}
.companyName span{
	color:#fdd100;
}
.companyName strong{
	color:#999;
	font-weight: normal;
	font-size: 14px;
}
.introText{
	margin-top: 20px;
	line-height: 30px;
	font-size: 14px;
	color:#999;
	margin-bottom: 80px;
}
.team li{
	width:28%;
	border:1px solid #d7d7d7;
	float:left;
	text-align: center;
	padding:30px 0;
	line-height: 24px;
	margin-left: 8%;
	box-sizing: border-box;
}
.team li:hover{
	border:2px solid #003399;
}
.team li:nth-of-type(1){
	margin:0;
}
.team li img{
	margin-bottom: 10px;
	display: inline-block;
}
.team li h3{
	font-size: 16px;
	color:#333;
}
.team li h3:nth-of-type(2){
	margin-top: 10px;
}
.team li span{
	color:#999;
	font-size: 14px;
}


 @media screen and (min-width: 1600px) and (max-width: 1800px){
	.contantUs {
	    height: 500px;
	    padding-top: 52px;
	}
	.contList {
	    width: 1150px;
	    margin: 33px auto 0;
	    box-sizing: border-box;
	}
	.contList li {
		width: 181.6px;
	}
	.conLeft .emailLab img {	    
		width: 17px;
	    height: 13px;
	    margin-right: 8px;
	}
	.conLeft{
		width: 630px;
		height:400px;
		padding: 25px 60px 0;
	}
	.conRight {
	    width: 470px;
	    height:400px;
	}
	.ConInFormation{
		height:400px;
		width: 1100px;
	}
	.layui-btn{
		margin-top:30px;
	}

	.layui-input, .layui-select, .layui-input-block {
	    max-height: 34px;
	    line-height: 34px;
	    min-height: 34px;
	    font-size: 12px;
	}
	.layui-form-label {
	    padding: 0;
	    line-height: 34px;
	}
	.layui-form-text,.layui-textarea{
		height:130px;
	}
}
@media screen and (max-width: 1366px){
	.contantUs{
		height:442px;

	}
	.ContactIn{
		padding-top: 47px;
	}
	.contList li{
		width:160px;    
		margin: 50px 1.4% 0 1.4%;
	}
	.contList:nth-of-type(2) li{
	    margin: 30px 0.33%;
	}
	.contList{
		width:1000px;
		margin-top: 5px;
	}
	.contList:nth-of-type(2) {
	    margin-top: 0;
	}

	.ConInFormation{
		width:1000px;
		height: 350px;
	}
	.conRight,.conLeft{
		height: 350px;
	}
	.conLeft{
		padding:20px 80px 0;
		width: 608px;
	}
	.layui-form-label {
    padding: 0 0px 0 0;
    line-height: 30px;
    font-size: 12px;
}
	.layui-input, .layui-select,.layui-input-block{
		max-height: 30px;
		line-height: 30px;
		min-height: 30px;
		font-size: 12px;
	}
	.layui-textarea {
	    height: 100px;
	    resize: none;
	    font-size: 12px;
	}
	.layui-form-text{
		height: 100px;
	}
	.conLeft p {
   		font-size: 12px;
	}
	.layui-btn{
		margin-top: 35px;
		line-height: 30px;
		height: 30px;
		font-size: 12px;
		padding: 0 30px;
	}
	.conRight h3{
		font-size:20px;
	}
	.conRight p{
		font-size: 12px;
		background-size:20px auto;
		padding-left: 40px;
		line-height: 32px;
		background: url(../images/contantIcon.png) no-repeat 1px -55px;
	}
	.conRight p:nth-of-type(2) {    
		background-position: 2px -166px;
	    background-size: 18px auto;
	}
	.conRight p:nth-of-type(3) {
	    background-position: 2px 11px;
	    background-size: 18px auto;
	}
	.conRight p:nth-of-type(4) {
        background-position: 2px -93px;
    	background-size: 18px auto;
	}
	.introduce{
		width: 1000px;
	}
	.companyName{
		line-height: 30px;
		font-size: 14px;
		width:150px;
	}
	.companyName strong{
		font-size: 12px;
	}
	.introText{
		font-size: 12px;
		line-height: 20px;
	}
	.team{
		width:1000px;
		margin:0 auto;
	}
	.team li img{
		width:120px;
	}
	.team li h3{
		font-size: 14px;
	}
	.team li span{
		font-size: 12px;
	}
} 