@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0	font-family: "宋体", "微软雅黑", "新宋体", "仿宋_GB2312";
}

.clear {
	clear: both;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.flex-between {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-around {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content:space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.flex-center {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-center;
	-moz-justify-content:space-center;
	-ms-justify-content: space-center;
	-o-justify-content: space-center;
	justify-content: space-center;
}
.flex-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ll {
	float: left;
}
.rr {
	float: right;
}
.scale {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
	-o-transform:scale(1.2,1.2); 
}

/*公共头部样式*/
.top {
	width: 100%;
	max-width: 1920px; 
	height: 35px;
	margin: 0 auto;
	background: #353535;
	clear: both; overflow: hidden;
}
.head {height: 35px;position: relative;}
.top div{
	color: #999;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 35px;
}
.top a {
	color: #999;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 35px;
}
.logoimg{
	line-height: 0;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
}
.header {
	height: 100px;
	overflow: hidden;
}
.hottel {
	height: 100px;
	background: url(../images/hottel.png) no-repeat left center;
	padding-left: 50px;
}
.hottel p {
	font-family: "微软雅黑";
	color: #666;
	font-size: 14px;
	line-height: 100px;
	float: left;
}
.hottel h1 {
	float: left;
	font-family: "微软雅黑";
	color: #01509f;
	font-size: 24px;
    line-height: 29px;
    padding-top: 20px;
}
.header {height: 100px;}
.logo{float: left;line-height: 0;}
.tel{float: right;padding-left: 60px; background: url(../images/hottel.png) left center no-repeat;margin-top: 10px;}
.tel p{color: #333;font-size: 14px;line-height: 26px;}
.tel strong{display: block;font-size: 24px;line-height: 25px;color: #0f63c1}

/*.nav .box{border-top: #e1e1e1 1px solid;}
.nav ul li{display: inline-block;width: 129px;padding: 12px 0;}
.nav ul li a{display: block;font-size: 16px;line-height: 28px;color: #333;border:#fff 1px solid;border-radius: 8px;text-align: center;-webkit-transition-duration: .4s;
-o-transition-duration: .4s;
transition-duration: .4s;}
.nav ul li a:hover{color: #0f63c1;border-color: #0f63c1;}*/


/* 本例子css */

		.nav{ height:54px; line-height:52px; position:relative; z-index:10000; border-top: #e1e1e1 1px solid;  }
		.nav a{ color:#fff;  }
		.nav .nLi{ float:left;  position:relative; display:inline;  width:129px; text-align: center;}
		.nav .nLi h3{ text-align: center;padding: 12px 0;}
		.nav .nLi h3 a{ display: block;font-size: 16px;line-height: 28px;color: #333;border:#fff 1px solid;border-radius: 8px;text-align: center;-webkit-transition-duration: .4s;-o-transition-duration: .4s;transition-duration: .4s; }
		.nav .sub{ display:none; width:129px; left:0; top:54px;  position:absolute; background:#0f63c1;   }
		.nav .sub li{ zoom:1; text-align: center; line-height:40px !important; height: 40px !important; border-bottom: 1px solid #0850a0; color: #FFFFFF; text-align: center; list-style: none;}
		.nav .sub a{ display:block; color: #FFFFFF; line-height:40px !important; height: 40px !important; padding: 0 0 0 10px; }
		.nav .sub a:hover{ background:#0850a0; color:#fff;padding: 0 0 0 10px;   }
		.nav .on h3 a{ color: #0f63c1;border-color: #0f63c1; }


/*banner*/
.flexslider { margin: 0px auto; position: relative; width: 100%; height: 500px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 0px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:500px; display: block; }

/*公共栏目样式*/
.sidebar{width: 320px;float: left;background: url(../images/leval-bg.jpg) no-repeat center bottom #0f63c1;text-align: center;}
.l-title{font-size: 30px;line-height: 48px;padding-top: 40px;color: #fff;font-weight: bold;}
.l-span{display: inline-block;padding: 15px;font-size: 30px;line-height: 36px;color: rgba(255,255,255,.5);position: relative;}
.l-span:before,.l-span:after{content: "";display: block;position: absolute;top: 50%;width: 30px;height: 1px;background-color: rgba(255,255,255,.5);}
.l-span:before{right: 100%;}
.l-span:after{left: 100%;}
.l-ul{min-height: 390px;}
.l-ul li{padding: 5px 70px;}
.l-ul li a{display: block;text-align: center;font-size: 16px;line-height: 36px;border: transparent 1px solid;border-radius: 8px;color: #fff;-webkit-transition-duration: .4s;
-o-transition-duration: .4s;
transition-duration: .4s;}
.l-ul li a:hover{border-color: #fff;}
.l-con{border-top: #fff 1px solid;padding: 30px 0 30px 100px;background: url(../images/tel.png) 40px center no-repeat;color: #fff;text-align: left;}
.l-con p{font-size: 14px;line-height: 24px;}
.l-con strong{font-size: 24px;line-height: 36px;}


/*底部公用样式*/
.links {
	height: 60px;
	overflow: hidden;
}
.links ul {
	width: 1200px;
	height: 60px;
	margin:0 auto;
}
.links li {
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 22px;
}
.links li a,.links li {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #4c4c4c;
	line-height: 60px;
}
.links li a:hover {
	color: #f90a0a;
}
.footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #353535;
	padding: 15px 0;
	overflow: hidden;
}
.fnav {
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.fnav a {
	display: inline-block;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
	padding: 0 30px;
}
.fnav a:hover {
	text-decoration: underline;
}
.footleft {
	width: 950px; 
}
.copyright  p {
	text-align: center;
	line-height: 25px;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
}
.copyright  a {
	color: #fff;
	font-size: 14px;
}
.copyright a:hover {
	color: #d4d5d6;
}
.top_right{width: 287px; float: right; height: 35px; line-height: 35px;}
.top_right p{float: left; padding-left: 15px;}
.top_right p a{ padding: 0px 10px 0px 10px;}
.search_1{ background: #FFFFFF; width: 160px; height: 26px; float: left; margin-top: 5px;}
.search-btn{ border: none; background:  url(../images/search.jpg) no-repeat left center; width: 30px; height: 26px; float: left;}
.search-input{ width: 127px; float: left;  border: none; height: 24px; line-height: 24px;}