@charset "utf-8";

.am-slider-default{ background:none;}
.am-control-nav li a{ background:#FFF;}
.sc-overlay{ display:none;}
.sc-prev{ width:10px; height:200px; display:block;}

.contact_us{ width:100%; float:left;}
.contact_us .midle .b_back .left .tit{ width:100%; float:left; line-height:40px; font-size:20px; display:block;}
.contact_us .midle .b_back .left .line{ width:70px; float:left; height:2px; background:#26628E;}
.contact_us .midle .b_back .left ul{ display:block; width:100%; float:left; padding:0px;}
.contact_us .midle .b_back .left ul li{ width:100%; float: left; font-size:18px; line-height:40px;}
.red{ color:#fc2e54;}
.contact_us .midle .b_back .left ul li .text{ width:60%; float:left; background:#EFEFEF; line-height:60px; text-indent:0.5em; border-radius:5px; font-size:18px;}
.contact_us .midle .b_back .left ul li textarea{ background:#EFEFEF; border-radius:5px; width:90%; text-indent:0.5em; height:210px; font-size:18px;  }
.contact_us .midle .b_back .left ul li .btn{ width:222px; height:54px; float:left; background:#00487A; line-height:54px; text-align:center; color:#FFFFFF; font-size:20px; border-radius:5px;  margin-top:40px; margin-bottom:40px;}
.contact_us .midle .b_back .left ul li .btn:hover{ background:#046eb7;}


.contact_us .midle .b_back .right .map{ width:100%; float:left; height:323px; border:solid 1px #E1E0E1; padding:5px;}
.contact_us .midle .b_back .right ul{ display:block; width:100%; float:left; padding:0px;}
.contact_us .midle .b_back .right ul li{ font-size:20px; line-height:30px;}


/*=============================================================大于1200px===========================================================**/
@media screen and (min-width: 1200px) {
	 /**********banner**********/
    .banner{ width:100%; float:left;height:320px; background: url(../images/contact.jpg) center;}
	.banner img{ display:none;}
	.contact_us .midle{ width:1200px; margin:0px auto;}
	.contact_us .midle .b_back{ width:100%; float:left; border:1px solid #EEEEEE; background:#fff; position:relative; top:-66px;}
	
	.contact_us .midle .b_back .left{ width:45.8%; float:left; margin-top:30px; margin-left:30px;}
	.contact_us .midle .b_back .right{width:45.8%; float:left; margin-top:30px; margin-left:30px;}
}
/**============================================================大于720px，小于1199px============================================================***/
@media screen and (min-width:720px) and (max-width:1199px) {
	.contact_us .midle{ width:100%; margin:0px auto;}
	.contact_us .midle .b_back .left{ width:45.8%; float:left; margin-top:30px; margin-left:30px;}
	.contact_us .midle .b_back .right{width:45.8%; float:left; margin-top:30px; margin-left:30px;}



}
/*============================================================小于720px============================================================***/
@media screen and (max-width:719px) {
	.contact_us .midle{ width:100%; margin:0px auto;}
	.contact_us .midle .b_back .left{ width:90%; float:left; margin-top:30px; margin-left:30px;}
	.contact_us .midle .b_back .right{width:90%; float:left; margin-top:30px; margin-left:30px;}

	
	}