/*公共样式*/
.clear{clear:both}
/*.banner{height:767px !important;}*/
.banner #full-screen-slider{height:100% !important;}
.banner #full-screen-slider #slides{height:100% !important;}
.inside_pages{width: 100%;}
hr{border: 1px solid #5b5b5b; width: 90%; margin: auto; margin-top: 40px}

/*小导航*/
.inside_pages .sec_nav{
	width:90%;
	margin: auto;
	margin-top: 60px;
	background:#fff;
}
.inside_pages .sec_nav ul{
	font-size: 14px;
}
.inside_pages .sec_nav ul li{
	float: right;
}
.inside_pages .sec_nav ul li a{
	font-size: 15px;
	color:#5b5b5b;
}
.inside_pages .sec_nav ul .on a{
	color:#5b5b5b !important;
	font-weight: bold;
}

/*标题*/
.inside_pages .contact_title{
	width: 90%;
	margin: auto;
	border-bottom: 1px dashed #615d5e;
	color: #615d5e;
	text-align: center;
}
.inside_pages .contact_title img{
	width: 100%;
}

/*联系我们内容*/
.inside_pages .content{
	width: 90%;
	margin: auto;
}
.inside_pages .content .map{
	width: 100%;
	height:100%;
	padding: 3% 0;
	border-bottom: 1px dashed #615d5e;
	position:relative;
}
.inside_pages .content .map .map_1{
	/* background:green; */
	width: 2%;
    height: 5%;
    position: absolute;
    top: 37%;
    right: 21%;
}
.inside_pages .content .map .map_2{
	/* background: blue; */
    width: 2%;
    height:5%;
    position: absolute;
    top: 44%;
    right: 19.5%;
}
.inside_pages .content .map .map_3{
	/* background: yellow; */
    width: 2%;
    height: 5%;
    position: absolute;
    top: 47%;
    right: 22%;

}
.inside_pages .content .map .map_1 a{
	width:100%;
	height:100%;
	display:inline-block;
}
.inside_pages .content .map .map_2 a{
	width:100%;
	height:100%;
	display:inline-block;
}
.inside_pages .content .map .map_3 a{
	width:100%;
	height:100%;
	display:inline-block;
}
.inside_pages .content .map img{
	width: 100%;
	height:100%;
}
.inside_pages .content .coordinate{
	width: 100%;
	padding: 3% 0 3% 4%;
	border-bottom: 1px dashed #615d5e;
}
.inside_pages .content .coordinate .infor{
	width: 50%;
	float: left;
	margin-bottom: 5%;
}
.inside_pages .content .coordinate .infor .info_left{
	width: 6%;
	float: left;
}
.inside_pages .content .coordinate .infor .info_left img{
	width: 100%;
}
.inside_pages .content .coordinate .infor .info_right{
	float: left;
	padding-left: 2%;
	text-align: left;
	font-size: 16px;
	color: #615d5e;
}
.inside_pages .content .coordinate .infor .info_right p{
	margin-bottom: 1%;
	font-size:20px;
}
.inside_pages .content .coordinate .infor .info_right .title{
	font-weight: bold;
	font-size:20px;
}

/*在线留言*/
#form table{
	margin-top: 40px;
}
#form .tijiao1{
	border:none;
	margin:20px auto;
	width:60px;
	height:38px;
	color:#fff;
	background:#d91e53
}
#form input{
	width:441px;
	height:40px;
	border:1px solid #999;
}
#form textarea{
	margin-left: -64%;
	width:441px;
	border:1px solid #999;
}
@media screen and (max-width:1800px){
	#form textarea{margin-left: -61%;}
}
@media screen and (max-width:1700px){
	#form textarea{margin-left: -59%;}
}
@media screen and (max-width:1600px){
	#form textarea{margin-left: -57%;}
}
@media screen and (max-width:1500px){
	#form textarea{margin-left: -52%;}
}
@media screen and (max-width:1400px){
	#form textarea{margin-left: -49%;}
}
@media screen and (max-width:1300px){
	#form textarea{margin-left: -45%;}
}
@media screen and (max-width:1200px){
	#form textarea{margin-left: -41%;}
}
@media screen and (max-width:1100px){
	#form textarea{margin-left: -35%;}
}
@media screen and (max-width:1024px){
	#form textarea{margin-left: -30%;}
}