﻿
/*****************************************************************contact_us CSS****************************************************************/


/**/

.location-title{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	padding-bottom: 3%;
}
.location-text{
	font-size: 24px;
	color: #666666;
	margin-top: 3%;
}

.location-en{
	font-size: 16px;
	color: #999999;
}
.text-box{
	margin-top: 45px;
}
.text-box p{
	font-size: 18px;
	color: #7092bf;
}
.text-box2{
	margin-top: 35px;
	line-height: 30px;
	padding-bottom: 35px;
}
.company-address{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	padding-top: 5%;
	padding-bottom: 3%;
	color: #666666;
}
.adderss-left{
	/*width: 50%;*/
	height: auto;
}
.adderss-left,.adderss-right{
	padding:0 2%;
	line-height: 40px;
	
}
.adderss-title{
	font-size: 16px;
	color: #000000;
}
.adderss-email{
	margin-left: 13%;
}
/* 留言 */
.Leave-from-box{
	width: 100%;
	height: 411px;
	text-align: center;
	padding-bottom: 7%;
}
.Leave-from-box p{
	font-size: 28px;
	color: #7092bf;
	margin-top: 50px;
	margin-bottom: 23px;
}
.leave-input input{
	outline: none;
	background: #f1f1f1;
	border: none;
	padding-left: 1%;
}
.input-box{
	width: 100%;
	display: flex;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
	display: -webkit-flex;
}
.input-box input{
	width: 49%;
	height: 46px;
}
.input-text{
	margin-left: 2%;
}
.leave-ly{
	width: 100%;
	height: 160px;
	margin-top: 1%;
	outline: none;
	background: #f1f1f1;
	border: none;
	padding-left: 1%;
	padding-top: 10px;
}
#contact-btn{
	width: 200px;
	height: 40px;
	margin-top: 1%;
	background: #8f9db7;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	line-height: 40px;
}


@media only screen and (max-width: 1200px){
	/*.about-col-x{
		display: none;
	}*/
	.text-box>p{
		font-size: 18px !important;
	}
	.location-title p{
		font-size: 14px;
	}
	.adderss-title{
		font-size: 18px !important;
	}
	.adderss-left{
		padding: 0;
	}
	.adderss-left>p,.adderss-right>p{
		font-size: 16px;
	}
}