@charset "utf-8";
/* CSS Document */

body {
	background-color: #f5f5f7;
	background-position: center top;
	font-family: 'Microsoft YaHei', 'Simsun', Arial;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
}
a {
	color: #666;
}
a:hover {
	color: #0084e9;
}

.w1200{ width: 1200px; margin: auto;}

.header{ overflow: hidden;}
.head{
	margin-top: 50px;
	overflow: hidden;
}
.logo{
	float: left;
}

.headrg{ float: right;}
.phone{
	float: right;
	padding-left: 24px;
	background: url(../images/icon-phone.png) no-repeat left center;
	color: #000;
	line-height:1.6;
}
/* .phone span{
	display: inline-block;
	width: 30px;
	font-size: 9px;
	text-align: center;
	line-height: 1.2;
	vertical-align: middle;
} */
.phone span{
	color:#ff6d00;
	font-size: 16px;
}

.searchform{
	float: right;
	clear: right;
	margin-top: 3px;
	border: 1px solid #0a91f5;
}
.search-keyword{
	width: 232px;
	height: 35px;
	float: left;
	padding: 0 5px;
	border: 0;
}
.search-submit{
	width: 70px;
	height: 35px;
	float: left;
	background-color: #008cf5;
	border: 0;
	font-family: "microsoft yahei";
	font-size: 21px;
	color: #fff;
	text-align: center;
}

.nav{
	width: 1060px;
	margin: 10px auto 4px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.nav li{
	float: left;
	margin: 0 20px;
}
.nav li a{
	display: block;
	height: 45px;
	line-height: 46px;
	padding: 0 12px;
	font-size: 16px;
	color: #555;
	border-bottom: 2px solid #fff;
}
.nav li a:hover,.nav li a.cur{
	border-bottom-color: #ff6d00;
	color: #ff6d00;
}

.banner{ }
.owl-carousel .owl-item div{
	height: 572px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

 .owl-dots {
	 position: absolute;
	 bottom: 15px;
	 width: 100%;
  text-align: center;
  }
 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .owl-dots .owl-dot span {
      width: 14px;
      height: 14px;
      margin: 0 5px ;
      background: #ddd;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 50%; }
  .owl-dots .owl-dot.active span,  .owl-dots .owl-dot:hover span {
      background: #008cf5; }


.footer{
	height: 315px;
	position: relative;
	background: url(/images/map.jpg) no-repeat center top;
}
.footer .bgfoot{
	width: 100%;
	height: 315px;
	background-color: rgba(0,0,0,0.71);
}
.footer .foot{
	width: 1200px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
}
.footlf{
	width: 560px;
	float: left;
	margin-left: 60px;
}
.footlf h2{
	margin-top: 42px;
	font-size: 30px;
	color: #ff9000;
}
.footlf .lianxi{
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	font-weight: bold;
	white-space: pre-wrap;
}

.footrg{
	width: 580px;
	float: right;
}
.footrg ul{
	margin:24px 0 ;
	padding:0;
	list-style:none;
}
.footrg ul li{
	display:inline-block;
	margin:0 12px;
	font-size:16px;
}
.footrg ul li a{ color: #ff9000;}

.footrg h2{
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 26px;
	color: #ff9000;
}
.footrg img{ max-height: 160px;}
.footrg .copy{ color: #fff;}
.footrg a{ color: #fff;}
.footrg .qrcode{
	text-align:center;
}
.footrg .qrcode>div{
	display:inline-block;
	margin:0 20px;
}
.footrg .qrcode img{max-width:160px;}
.footrg .qrcode p{
	font-size:14px;
	color:#fff;
}



