﻿.contact{
	padding-top: 60px;
	padding-bottom: 70px;
}
.contact .contact_title{
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}
.contact .contact_title .img{
	display: inline-block;
	width: 100px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}
.contact .contact_title .img img{
	width: 85%;
}
@media screen and (min-width: 992px){
	.contact .contact_title .img{
		width: 138px;
	}
}
.contact .contact_title::after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #E5E5E5;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.contact .contact_con{
	margin: 0 auto;
	padding-bottom: 100px;
	padding: 0 10px;
}

.contact .contact_con .contact_list{
	padding-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 50px 0;
}
.contact .contact_con .contact_list dl{
	float: left;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 0;
	margin-bottom: 15px;
}
.contact .contact_con .contact_list dl dd.icon{
	width: 90px;
	height: 100%;
}
.contact .contact_con .contact_list dl dd.icon img{
	width: 100%;
	height: 100%;
}
.contact .contact_con .contact_list dl dd.text_con{
	width: calc(100% - 90px);
	padding-left: 28px;
	padding-right: 55px;
}
.contact .contact_con .contact_list dl dd.text_con p{
	color: #222;
	line-height: 20px;
	font-size: 14px;
}
.contact .contact_con .contact_list dl dd.text_con p.name{
	margin-bottom: 8px;
	font-weight: bold;
	color: #222;
}
.contact .contact_con .contact_office > p.title{
	color: #222;
	font-size: 18px;
	margin-bottom: 45px;
}
.contact .contact_con .contact_office .contact_office_list{
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 55px 0;
}
.contact .contact_con .contact_office .contact_office_list dl{
	height: 90px;
	float: left;
	margin-bottom: 40px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 0;
}
.contact .contact_con .contact_office .contact_office_list dl dd.icon{
	width: 90px;
	height: 100%;
	position: relative;
}
.contact .contact_con .contact_office .contact_office_list dl dd.icon img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.contact .contact_con .contact_office .contact_office_list dl dd.icon img.two{
	opacity: 0;
}
.contact .contact_con .contact_office .contact_office_list dl dd.text_con{
	width: calc(100% - 90px);
	padding-left: 40px;
}
.contact .contact_con .contact_office .contact_office_list dl dd.text_con p.name{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.contact .contact_con .contact_office .contact_office_list dl dd.text_con p.text{
	line-height: 20px;
	font-size: 12px;
	color: #222;
}
.contact .contact_con .contact_office .contact_office_list dl:hover dd.icon img.one{
	opacity: 0;
}
.contact .contact_con .contact_office .contact_office_list dl:hover dd.icon img.two{
	opacity: 1;
}
.contact .contact_con .contact_table > p.title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 45px;
}
.contact .contact_con .contact_table > dl.top{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}
.contact .contact_con .contact_table > dl.top dd{
	width:100%;
	height: 40px;
	padding: 0;
	margin: 0 0 20px 0;
	
}
.contact .contact_con .contact_table > dl.top dd .input_text{
	width: 100%;
	height: 100%;
	border: 1px solid #b2b2b2;
	padding: 0 10px;
}
.contact .contact_con .contact_table > dl.con{
	margin-bottom: 20px;
}
.contact .contact_con .contact_table > dl.con dd textarea{
	width: 100%;
	height: 270px;
	border: 1px solid #B2B2B2;
	padding: 10px;
	resize: none;
}
.contact .contact_con .contact_table > dl.bt dd button{
	width: 110px;
	height: 35px;
	border: none;
	background: #1d8b8a;
	font-size: 14px;
	color: #FFFFFF;
}
@media screen and (min-width: 768px){
	.contact .contact_con{
		padding: 0;
	}
	.contact .contact_con .contact_table > dl.top dd{
		width: 240px;
	}
	.contact .contact_con .contact_table > dl.bt dd button{
		width: 180px;
		height: 40px;
		font-size: 14px;
	}
}
@media screen and (min-width: 992px){
	.contact .contact_con .contact_list dl{
		margin-bottom: 0;
	}
	.contact .contact_con .contact_table > dl.top dd{
		width: 310px;
	}
	.contact .contact_con .contact_table > dl.bt dd button{
		width: 220px;
		height: 60px;
	}
}
@media screen and (min-width: 1200px){
	.contact .contact_con{
		width: 1180px;
	}
	.contact .contact_con .contact_table > dl.top dd{
	width: 180px;
	}
}