﻿.banner img{
	width: 100%;
}
.product .types-lists{
	border-bottom:  1px solid #dddddd;
}
.product .types-lists .content{
	width: 1200px;
	margin: 0 auto;
}
.product .types-lists ul{
	height: 80px;
	/* padding: 0 10px; */
	
	font-size: 18px;
	color: #666666;
}
.product .types-lists li{
	display: inline-block;
	padding: 20px 30px 0 30px;
	line-height: 60px;
	cursor: pointer;
	margin-left: -5px;
	text-align: center;
}
.product .types-lists li a{
	text-decoration: none;
	color: #666666;
}
.product .types-lists li.active,.product .types-lists li:hover{
	background-color: #f7f7f7;
	border-bottom: 2px solid #ffa936;
}
.product .types-lists li.active a,.product .types-lists li:hover a{
	color: #ffa936;
}
.product .types-lists li:first-child{
	/* padding-left: 0; */
	margin-left: 0;
}
.product .types-lists li:last-child{
	/* padding-right: 0; */
}
.product .types-lists .current {
	float: right;
	margin-top: -30px;
	font-size: 14px;
	color: #999999;
}
.product-lists{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}
#map{
	width: 700px;
	height: 450px;
	display: inline-block;
	float: left;
}
.contact{
	overflow: hidden;
}
.contact .right{
	padding-top: 40px;
	float: left;
	border: 1px solid #a0a0a0;
	border-left: none;
	height: 410px;
	width: 470px;
	padding-left: 20px;
}
.contact .right .company_name{
	color: #656a72;
	font-size: 19px;
	margin-bottom: 30px;
}
.contact .right .text{
	color: #656a72;
	font-size: 16px;
	margin-bottom: 20px;
}
.feedback{
	width: 1200px;
	height: 485px;
	margin: auto;
	border: 3px solid #ebebeb;
	padding: 40px 20px 0 20px;
	box-sizing: border-box;
}
.feedback .title{
	position: relative;
	color: #666666;
	font-size: 22px;
	text-align: center;
}
.feedback .title:before{
	position: absolute;
	content: "";
	bottom: -8px;
	width: 50px;
	height: 3px;
	background-color: #3362d8;
	left: 50%;
	transform: translateX(-50%);
}
.feedback .form{
	margin-top: 70px;
	overflow: hidden;
}
.feedback .form .input input{
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
	height: 50px;
}
.feedback .form .input{
	position: relative;
	margin-bottom: 20px;
}
.feedback .form .input.textarea{
	display: none;
}
.feedback .form .input>img{
	position: absolute;
	top: 15px;
	left: 10px;
}
.feedback .form .input .verify_code,.feedback .form .verify,.feedback .form .submit{
	display: inline-block;
	width: 100px;
	height: 40px;
	margin-right: 20px;
	float: left;
}
.feedback .form .submit{
	width: 177px;
	text-align: center;
	background-color: #3362d8;
	font-size: 16px;
	color: white;
	line-height: 40px;
}
.feedback .form .verify{
	height: 37px;
	line-height: 33px;
	border: 1px solid #808080;
	text-align: center;
	
}
.feedback .form .verify img{
	width: 90%;
	vertical-align: middle;
}
.feedback .form .input .verfiy_code{
	padding-left: 30px;
	
}
.feedback .form .left{
	float: left;
	width: 45%;
}
.feedback .form .right{
	position: relative;
	float: right;
	width: 45%;
}
.feedback .form .right img{
	position: absolute;
	top: 15px;
	left: 15px;
}
.feedback .form .right textarea{
	padding-top: 16px;
	padding-left: 40px;
	box-sizing: border-box;
	width: calc(100% - 2px);
	height: 190px;
	resize: none;
	font-size: 16px;
	color: #999999;
}
.recruitment .message{
	position: relative;
	height: 74px;
	padding: 0 40px;
	color: #333333;
	border-bottom: 1px solid #efefef;
	cursor: pointer;
}
.recruitment .message:nth-child{
	border: none;
}
.recruitment .message:hover,.recruitment .message.active{
	background-color: #e8e8e8;
}
.recruitment .message .position{
	line-height: 74px;
	font-size: 20px;
}
.recruitment .details{
	padding-left: 40px;
	padding-top: 30px;
	box-shadow: 0px 15px 0px #f9f9f9;
	padding-bottom: 60px;
	display: none;
	margin-bottom: 15px;
}
.recruitment .details .text{
	margin-bottom: 10px;
}
.recruitment .details .bold{
	font-weight: bold;
}
.recruitment .details a{
	margin-top: 30px;
	display: inline-block;
	width: 150px;
	height: 50px;
	font-size: 18px;
	color: white;
	background-color: #1478f0;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
}
.recruitment .message .icon{
	position: absolute;
	bottom: 15px;
	right: 40px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-left: 3px solid #999;
	border-bottom: 3px solid #999;
	-webkit-transform: translate(0,-50%) rotate(-135deg);
	transform: translate(0,-50%) rotate(-135deg);
	transition: all 0.5s;
}
.recruitment .message .icon.active{
	border-color: #1478f0;
	transform:translate(0,-50%) rotate(-45deg)
}
@media (max-width: 767px){
	.banner img{
		width: 100%;
	}
	.product .types-lists .content{
		width: 100%;
	}
	.product .types-lists li{
		padding: 20px 0 0 0;
		width: 33%;
	}
	.product .types-lists li a{
		font-size: 14px;
	}
	.product .types-lists .current{
		display: none;
	}
	.product-lists{
		width: 100%;
	}
	#dituContent{
		width: 90%;
		height: 200px;
		margin-left: 5%;
	}
	.contact .right{
		width: 100%;
		border: none;
		height: auto;
	}
	.footer .bottom{
		width: 100%;
		padding-top: 20px;
		font-size: 14px;
	}
	.footer .bottom .address{
		margin-top: 0;
	}
	.footer .nav{
		width: 80%;
		margin: 0 auto;
		padding-top: 10px;
		box-sizing: border-box;
	}
	.footer .nav li{
		padding: 0;
		line-height: 1.5;
	}
	.footer .nav li a{
		font-size: 16px;
	}
	.footer .bottom .pic{
		float: none;
		margin-top: 20px;
	}
	.footer .bottom p{
		padding: 0 5%;
	}
	.feedback{
		padding: 0px 10px 0 10px;
		border: none;
		width: 100%;
		height: auto;
	}
	.feedback .form .left{
		width: 100%;
	}
	.product-lists{
		padding-top: 40px;
	}
	.feedback .form{
		margin-top: 20px;
	}
	.feedback .form .input.textarea{
		display: block;
		width: 100%;
		height: 70px;
	}
	.feedback .form .input.textarea textarea{
		height: 100%;
		width: calc(100% - 2px);
		padding-top: 15px;
		padding-left: 40px;
		box-sizing: border-box;
		font-family: "微软雅黑";
	}
	.feedback .form .right{
		display: none;
	}
	.feedback .form .input .verify_code, .feedback .form .verify, .feedback .form .submit{
		width: 80px;
	}
	.feedback .form .input .verify_code{
		padding-left: 20px;
	}
	.feedback .form .submit{
		width: 130px;
	}
	.recruitment .details a{
		width: 100px;
		height: 40px;
		line-height: 40px;
	}
	
}