﻿@charset "utf-8";
/* CSS Document 
@名称: base
@功能: 重设浏览器默认样
*/
*{ margin:0px; padding:0px;}
body{-webkit-text-size-adjust: none;font-family: "微软雅黑";}/*用来控制谷歌浏览器和360浏览器，不支持英文字号小于12号的问题*/
html, body {font-family: "Microsoft yahei"; background-color:#fff;}
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{margin:0;padding:0;}/* 内外边距通常让各个浏览器样式的表现位置不同 */
input, select, textarea {border:0;font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}/* 去掉各Table cell 的边距并让其边重合 */
th{text-align:inherit;}/* IE bug fixed: th 不继承 text-align*/
fieldset,img{border:none;margin:0;padding:0;}/* 去除默认边框,消除下边距 */
button{ cursor: pointer; }
ul,li,dl,ol,menu { list-style-type: none; margin:0; padding:0; }/* 去掉列表前的标识, li 会继承，解决.ul标签在Mozilla中默认是有padding值的 ,menu在HTML5中有效*/
li{list-style-position:outside;vertical-align:middle;}/*IE6 问题解决：ul左浮动后，内部li出现左边距,li内有div浮动时，li出现4px间距，这是IE6的bug*/
p{margin:0px;padding:0px;}
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
ul li, ol li {list-style: none;}
ul,li,a{margin: 0px; padding:0px;}
ul, dl {list-style-type: none;}
/*img{filter: Alpha(Opacity=100);opacity:1}
img:hover{filter: Alpha(Opacity=70);opacity: 0.7;}*/
/*字体所有*/
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}/* 标题自定义, 适应多个系统应用*/
.f_b{ font-weight:bold;}/*粗体，斜体去斜（日期常用em）*/
.f_u {text-decoration:underline;}
.f_14{font-size: 14px;}
.f_16 {font-size:16px;}
.f_17{font-size: 17px;}


/*浮动和左中右对齐*/
.f_l{float:left;}
.f_r {float:right;}
.t_l{text-align:left;}
.t_t{text-align:center;}
.t_r{text-align:right;}
.f_ov{overflow:hidden;zoom:1;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.relative{position:relative;}
.absolute{position:absolute;}

.font_title{color: #060809;}
.font_english{color: #c2c2c2;}
.font_content{color:#838383;}
.font_content1{color: #494a4a; }
.font_bold{font-weight: bold;}
/*超链接*/
a{text-decoration:none;}
 /* 取消a标签点击后的虚线框 */
a {outline: none;}  
a:active {star:expression(this.onFocus=this.blur());}
a img{ border:0px;}

/*框架样式*/
.wth1200{ 
	width:1200px; 
	margin: 0px auto;}

/*banner样式*/
.banner{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	height:536px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex-box;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	text-align:center;
}

 /* 导航样式 */
.navbg{
	background-color: #086cd3; 
	width: 100%;
	height: 54px;}
.nav_ul{
	margin-left:5px;}
.nav_ul > li{ 
	position: relative;
	height: 54px; 
	line-height: 54px;
	width: 224px;
	text-align:left; 
	float: left;
	z-index: 2;}
.nav_ul > li a:link,.nav_ul > li a:visited{ 
	color: #fff;
	text-decoration: none;}
.nav_ul > li a:hover{ 
	color: #fff; 
	text-decoration: none;}
.top_title{position: relative}
.square{
	position: absolute; 
	top:-30px; 
	left:50px;}
.js_hshow{ 
	position: absolute;
	left:-24px;
	top:54px; 
	z-index: 99999; 
	background:#086cd3;
	padding-bottom:10px;
	padding-top:4px; }
.js_hshow > ul > li { 
	line-height:36px; 
	font-size: 16px;
	width: 115px;
	font-weight: normal; 
	color: #fff; 
	text-align: center; 
	}
.js_hshow> ul > li a:link,.js_hshow > ul > li a:visited{ 
	color: #fff; 
	text-decoration: none;}
.js_hshow>ul > li a:hover{
	color: #fff; 
	text-decoration:none; 
	font-weight: bold;}


/* 站点地图样式 */
.borders_bottom{
	height: 70px; 
	line-height: 70px;
	border-bottom: 1px solid #e2e2e2; 
	margin-bottom: 22px;}
.map_wdth{
	width: 1115px; 
	margin: 0 auto;}
.menu_tab{
	float: left;
	text-align: center;
	width: 85px;
	height: 33px;
	line-height: 33px; 
	color: #838383;}
.menu_tab1{
	border: 1px solid #dcdfe3; 
	}

/* 分页样式 */
.page{
	margin-top: 30px; 
	position:absolute;
    left:50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  transform:translateX(-50%);}
.page a{
    float: left; 
	padding:5px 10px;
	background: #f8f8f8;
	text-decoration: none; 
	margin-right: 5px;
	color: #7d7f83; 
	border-radius: 2px;}
.page a:hover,.page>.currentpage{
	color: #fff;
	background: #3d95f0;
	border-radius: 2px;}

/* 底部样式 */
.footer{ 
	background: #086cd3; 
	height: 140px; 
	color: #ffffff; 
	line-height:28px; 
	margin-top:35px;}

.footer ul{ 
	padding-top:48px; }






