@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
/* 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-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;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*公共头部样式*/
.headtop {
	width: 100%;
	max-width: 1920px;
	height: 35px;
	margin: 0 auto;
	background: #333;
}
.headtop span {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 35px;
}
.headtop span a {
	display: block;
	float: left;
	color: #fff;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 32px;
	width: 60px;
	text-align: center;
}
.headtop span .wzmap:after {
	content: "";
	width: 2px;
	height: 14px;
	background: #fff;
	display: block;
	float: right;
	margin-top:9px;
}
.head {
	width: 1200px;
	height: 100px;
	background: #fff;
	margin: 0 auto;
}
.head .logo {
	overflow: hidden;
}
.hottel {
	margin-top: 25px;
	padding-left: 60px;
	background: url(../images/tel.png) no-repeat left center;
}
.hottel p {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 20px;
}
.hottel h1 {
	font-family: "微软雅黑";
	color: #1a8fe0;
	font-size: 24px;
	line-height: 30px;
}
.nav {
	width: 100%;
	max-width: 1920px;
	height: 40px;
	background: #1a8fe0;
	margin: 0 auto;
	padding:10px 0;
}
.nav ul {
	width: 1200px;
	height: 40px;
	position: relative;
}
.nav li {
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    float: left;
    margin: 0 7px;
}
.nav li:after {
	content: "";
	display: block;
	width: 1px;
	height: 15px;
	background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.nav li:last-child:after {
	background: #0173bc;
}
.nav li a {
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	display: block;
}
.nav li:hover,.nav li:hover:after{
	background: #fff;	
	background-size: 20px 20px;
}
.nav li:hover a {
	font-size: 16px;
	color: #1a8fe0;
}

/*banner*/
.banner{width: 100%; height:484px; margin: 0;max-width: 1920px;margin:0 auto;}
.bannerBox{ width:100%; height:100%; overflow:hidden; position:relative;}
.bannerBox .next,.bannerBox .prev{position: absolute;display: block;width: 74px;height: 74px;top: 50%;margin-top: -37px;border-radius: 50%;background: rgba(0,0,0,.4);text-align: center;line-height: 74px;font-size: 24px;color: #fff;}
.bannerBox .prev{left: 120px;}
.bannerBox .next{right: 120px;}
.bannerBox .next:hover,.bannerBox .prev:hover{background: rgba(0,165,135,.4);}
.bannerBox .hd{ height:15px; overflow:hidden; position:absolute; right:0; bottom:15px; z-index:1; width: 100%;}
.bannerBox .hd ul{ float:left;position: relative;left: 50%;zoom:1;}
.bannerBox .hd ul li{ float:left; margin-right:12px;  width:14px; height:14px; line-height:9999px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%;border:0;position: relative;right: 50%;}
.bannerBox .hd ul li.on{ background:#00a587; color:#fff; }
.bannerBox .bd{ position:relative; height:100%; z-index:0;   }
.bannerBox .bd ul{width: 100%!important;}
.bannerBox .bd ul li{ zoom:1; vertical-align:middle;width: 100%!important;height: 484px }
.bannerBox .bd ul li a{display: block;}


/*banner*/
.flexslider { margin: 0px auto; position: relative; width: 100%; height: 484px; 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:484px; display: block; }

/*公共栏目样式*/
.sidebar {
	width: 280px;
    min-height: 660px;
    overflow: hidden;
 	float: left;
 	margin-bottom: 30px;
}
.sidetit {
	width: 280px;
	height: 105px;
	background: #0173bc;
}
.sidetit h1 {
	font-size: 28px;
	font-family: "微软雅黑";
	color: #fff;
	text-align: center;
	line-height: 40px;
	padding-top: 15px;
}
.sidetit h2 {
	font-family: "Times New Roman";
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}
.sidenav {
	padding: 20px 0;
	min-height: 10px;
	border:1px solid #ececec;
}
.sidenav ul {
	width: 255px;
	margin: 0 auto;
}
.sidenav ul li {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    background: #e2e2e2;
    margin-bottom: 10px;
}
.sidenav ul li a {
	font-family:"微软雅黑";
	color: #000;
	font-size: 16px;
	display: block;
}
.sidenav ul li:hover {
	background: #0173bc;
}
.sidenav ul li:hover a {
	color: #fff;
}
.contactcon {
	width: 280px;
	min-height: 25px;
	background: #0173bc;
	padding-bottom: 7px;
}
.contactus {
	width: 265px;
	min-height: 85px;
	background: #fff;
	padding: 20px 0;
	margin: 0 auto;
}
.contactus p {
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
	line-height: 23px;
	padding-left:15px;
}

/*底部公用样式*/
.links {
	height: 80px;
	margin:20px auto;
	border:1px solid #efefef;
}
.links h1 {
	width: 180px;
	margin-top: -15px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #1a8fe0;
	line-height: 30px;
	margin-left: 25px;
	background: #fff;
}
.links h1 span {
	font-size: 18px;
	font-family: "微软雅黑";
	color: #808e97;
	margin-right: 5px;
	font-weight: bold;
}
.links ul {
	height: 40px;
	line-height: 40px;
}
.links ul li {
	float: left;
}
.links ul li a:after {
	content: "";
	width: 1px;
	height: 14px;
	display: block;
	float: right;
	background: #333;
	margin-top: 13px;
}
.links ul li:last-child a:after {
	background: #2c2c2c;
}
.links ul li,.links ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	padding: 0 5px;
}
.links ul li:hover a {
	color: #438aff;
}
.footer {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	background: #444;
	padding: 28px 0;
	overflow: hidden;
}
.flogo {
	width: 430px;
	border-right:1px solid #595959;
}
.foot {
	width: 745px;
}
.fnav {
    height: 30px;
	text-align: center;
}
.fnav a {
	position: relative;
	display: inline-block;
	color: #ccc;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0 15px;
}
.fnav a:after {
	content: "";
	width: 5px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top:50%;
	right: 0;
}
.fnav a.last:after {
	background: #0e60bc;
}
.fnav a:hover {
	color: #fff;
	text-decoration: underline;
}
.copyright {
	text-align: left;
	padding-left: 30px;
}
.copyright p {
    line-height: 30px;
	color: #ccc;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
}
.copyright a {
	color: #ccc;
	font-family: "微软雅黑";
	font-size: 14px;
}
.copyright a:hover {
	color: #ccc;
}
