@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, th, td, img {
	margin:0;
	padding:0;
}
img {
	border:0
}
ol, ul {
	list-style:none
}
i, em {
	font-style: normal;
}
input {
	outline: none;
	border:none;
}
html {
	_overflow-y:scroll;
}
/*****！！页面通用css样式定义开始******/
html, body {
	min-width: 1200px;
	font-family: "Microsoft YaHei";
_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");
}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
	font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 15px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
* {
	word-break: break-all;
	word-wrap:break-word;
	max-width: 1920px;
	margin:0 auto;
}
/* 网站超链接css通用设置 */
a {
	color:#333;
	text-decoration:none;
	outline:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;	
} /* 链接无下划线,有为underline */
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover {
	color: #0067d0;
	text-decoration: none;
} /* 鼠标在链接上 */
a:active {
	color: #0067d0;
} /* 点击激活链接 */
.fl {
	float:left;
}
.fr {
	float:right;
}
.hide {
	display: none
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}/*清除浮动*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow: hidden;
}/*清除浮动*/
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	display:block
}
.textover {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
.dib {
	display: inline-block;
*display: inline;
	zoom:1;
}
/*表格样式定义 */ 
checkbox {
	border: 0px;
}/*选择框样式定义 */
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul, li {
	list-style:none
}
.backcolor {
	background:#0067d0;
}
/*      */
.white,.whites{/* position: relative; *//* overflow: hidden; */}
.white:after,.whites:after{/* content: ''; *//* position: absolute; *//* left: -100%; *//* top: 0; *//* width:100%; *//* height:100%; */background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));/* background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); *//* transform: skewx(-25deg); */}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}


/* 基础 */
*{/* -webkit-tap-highlight-color:rgba(255,255,255,0); */-webkit-touch-callout:none;/* margin:0 */}
::-webkit-scrollbar{/* width:8px; *//* height:8px; *//* background-color: #F5F5F5; */}
::-webkit-scrollbar-track{/* border-radius: 10px; *//* background-color: #E2E2E2; */}
::-webkit-scrollbar-thumb{/* border-radius: 10px; *//* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); *//* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); *//* background-color: #555; */}
input,textarea{-webkit-user-select:text}

.w1200{
    width: 1200px; margin:0 auto
}

/*网站顶部*/


/*顶部导航*/
.maintop {
	width:100%;
	height:auto;
	margin:0 auto
}
.toparea {
	width:100%;
	height:40px;
	border-bottom:1px solid #d8d8d8;
	background:url(../images/top_bg.png) repeat-x
}
.toparea ul {
	width:1200px;
	margin:0 auto
}
.toparea ul li {
	float:left;
	line-height:40px;
	color:#666666
}
.toparea ul li a {
	line-height:40px;
	color:#666666
}
.heading {
	background:url(../images/head_bg.png) center bottom no-repeat #ffffff;
	height:175px;
}
.heading .main {
	width:1200px;
	height:175px;
	margin:0 auto
}
.heading .main .logo {
	display: block;
	float: left;
}
.heading .main .logo img{ margin-top:30px;}


.heading .main .ewm{
	float: right;
    padding-top: 31px;
	}
.heading .main .ewm img {
    width: 95px;
    height: 95px;
    display: block;
}
.heading .main .ewm p {
    font-size: 13px;
    line-height: 30px;
    color: #0067d0;
    text-align: center;
}


.heading .main .tel {
    float: right;
    width:310px;
    padding-top: 50px;
    /*margin-right: 30px;*/
}
.heading .main .tel img {
    float: left;
    margin-right: 10px;
}
.heading .main .tel p {
    font-size: 18px;
    margin-bottom: 3px;
    margin-top: 8px;
}
.heading .main .tel span {
    font-size: 28px;
    font-weight: bold;
    color: #0067d0;
    font-family: arial;
}











.navbg {
	height: 60px;
	background: #0067d0;
	position: relative;
	z-index: 999;
}
.navbg ul {
	width:1200px;
	margin:0 auto
}
.navbg ul li {
	float:left;
	position:relative;
}
/*.navbg ul li.navline{ width:2px; height:64px; background:url(../images/nav_line.jpg) center center no-repeat}
.navbg ul li:nth-child(16){ background:none}*/

.navbg ul li a {
    padding: 0 53px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    display: block;
}
.navbg ul li a:hover {
	color:#fff;
	line-height:60px;
	font-size:16px;
	background:#2b2b2b;
}
.navbg ul li:hover {
	color:#fff;
	line-height:60px;
	font-size:16px;
	background:#2b2b2b;
}
.navbg ul li:hover a {
	color:#fff
}
.navbg ul li dl {
	position:absolute;
	left:0px;
	top:60px;
	z-index:99999;
	display:none;
	width:100%;
}
.navbg ul li:hover dl {
	position:absolute;
	left:0px;
	top:60px;
	z-index:99999;
	display:block;
}
.navbg ul li dl dt a {
	padding-left:0;
	padding-right:0;
	width:100%;
	height:44px;
	line-height:44px !important;
	color:#fff !important;
	font-size: 14px !important;
	font-weight:500;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	text-align:center;
	background:#0067d0;
	border-bottom:1px solid #0056ad
}
.navbg ul li dl dt a:hover {
	background:#2b2b2b;
	color:#fff !important;
	line-height:44px !important;
	font-size:14px !important;
	font-weight:500;
}
.navbg .nav_on {
	color:#fff;
	height:60px;
	display:block;
	line-height:60px;
	font-size:16px;
	background:#2b2b2b
}
.navbg.nav01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	z-index:999;
	background:#0067d0;
	margin:0;
}
/*搜索*/
.link {
	width:100%;
	height:65px;
	margin:0 auto;
	border-bottom:1px solid #e5e5e5
}
.link ul {
	width:1200px;
	height:65px;
	margin:0 auto;
}
.link ul li {
	float:left;
	height:65px
}
.link ul li p {
	line-height:65px;
	color:#333;
	font-size:15px;
	font-weight:bold
}
.link ul li a {
	line-height:65px;
	color:#444;
	font-weight:500
}
.bannerfo{
	width: 320px;
    height: 36px;
    border: 1px solid #dddddd;
    position: relative;
    margin-top: 13px;
	}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:277px; height:36px;}
.bannerfo dl .inputbox input{ width:247px; height:36px; padding:0 15px;color:#aaaaaa; line-height:36px; font-size:14px; background:none}
.bannerfo dl .menuser{ position:absolute; left:277px; top:0; width:43px; height:36px; display:block;background: url(../images/search2.png) no-repeat 0 0; }
.bannerfo dl .menuser input{width:43px; height:36px;background: none}



/*子页面大图*/
.nban {
	width:100%;
	height:400px;
	margin:0 auto;
	background:#dfdfdf;
}



/*网站底部*/
.footer{
	background: url(../images/foot_bg.jpg);
    padding-top: 60px;
    background-size: 100% 100%;
	}


.footer .bot_logo{
	display: block;
    float: left;
    margin-right: 8%;
	}
.footer .bot_logo img{}

.footer .fnav{color:#fff;font-size:14px;text-align: center;line-height: 60px;height: 60px;background: #262628;box-shadow: 0 0 5px rgb(0 0 0 / 50%); margin-top:50px;}
.footer .fnav a{position: relative;color:#fff;font-size: 16px;display:inline-block; padding:0 42px}
.footer .fnav a:before,.footer .fnav a:after{content: " ";position: absolute;top: 50%;margin-top: -7px;left: 0;width: 1px;height: 14px;background: rgba(255,255,255,.2);z-index: 1;}
.footer .fnav a:after{left: auto;right: 0;background: rgba(0,0,0,.2);}
.footer .fnav a:first-child:before,.footer .fnav a:last-child:after{display: none;}


.navigation{
    display: block;
    float: left;
    width: 210px;
    height: auto;
    margin-right: 8%;
	}
.navigation .title{ font-size:18px; color:#ffffff; line-height:35px}
.navigation .title span{margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.navigation .content{ margin-top:20px}
.navigation .content ul li{
    width: 35%;
    margin-right: 25%;
    height: 38px;
    display: block;
    float: left;
    border-bottom: 1px solid #7f7f7f;
	}
.navigation .content ul li:nth-child(2n){ margin-right:0}
.navigation .content ul li a{line-height:38px; font-size:15px; color:#d6d6d6}

.botlx{ display:block; float:left; width:280px;}
.botlx .title{ font-size:18px; color:#ffffff; line-height:35px}
.botlx .title span{margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.botlx .content{ margin-top:20px; font-size:15px; line-height:34px; color:#d6d6d6}
.botlx .content ul li{line-height:40px; font-size:15px; color:#d6d6d6; width:50%; float:left;}
.botlx .content ul li a{line-height:40px; font-size:15px; color:#d6d6d6}

.bot_contact{ display:block; float: right; width:320px;}
.bot_contact .title{ font-size:18px; color:#ffffff; line-height:35px}
.bot_contact .title span{margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.bot_contact .content{ margin-top:20px; font-size:15px; line-height:34px; color:#d6d6d6}






.attention{
	width: 314px;
    display: block;
    float: right;
	}
.attention .title{ font-size:18px; color:#ffffff; line-height:35px}
.attention .title span{ margin-left:10px;font-size:12px; color:#888888; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.attention .content{ margin-top:20px; width:320px; height:150px; position:relative }
.attention .content .ewm{ position:absolute; right:0; top:0; width:148px; height:148px;}
.attention .content .ewm img{ max-width:95%; height:auto}
.attention .content .message{ position:absolute; left:15px; top:22px; width:127px; height:35px; background:url(../images/message.jpg) 0 0 no-repeat; text-indent:50px; font-size:16px; line-height:35px; color:#fff}
.attention .content .message a{font-size:16px; line-height:35px; color:#fff}

.attention .content .hottel{ 
    position: absolute;
    left: 0;
    top: 75px;
    text-align: right;
    width: 142px;
    height: auto;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
.attention .content .hottel p{font-size:20px; line-height:2; color:#fff; font-family:Arial, Helvetica, sans-serif}