﻿*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}
/* Remove default margin. */
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;
}
/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template,
script {
  display: none;
}
/* Links
   ========================================================================== */
/*  默认背景色透明*/
a {
  background-color: transparent;
}
/* 获取焦点字段，并设计其样式*/
a:focus {
  outline: thin dotted;
}
/* 当使用TAB键盘控制页面时，取消默认选中模块的虚线框 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/* 下划线 */
ins,
a {
  text-decoration: none;
}
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
b,
strong {
  font-weight: bold;
}
/* Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre-wrap;
}
/* Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}
/* Embedded content
   ========================================================================== */
/**
  * 1. Corrects max-width behavior (2.) if padding and border are used
  * 2. Responsiveness: Sets a maxium width relative to the parent and auto scales the height
  * 3. Remove the gap between images and the bottom of their containers
  * 4. Remove border when inside `a` element in IE 8/9.
  */
img {
  box-sizing: border-box;
  vertical-align: middle;
  border: 0; 
}
a img{border:0}

/* Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}
/* Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}
/* Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}
/* Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
/* Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   Component:Hanweb Base
 ============================================================================ */
/**
 * `font-size` is set in `html` element to support the `rem` unit for font-sizes
 * NOTE: IE9 & IE10 do not recognize `rem` units when used with the `font` shorthand property.
 */
html {

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  min-height: 100%; padding:0; margin:0;
}

body {
  font-weight: normal;
  color: #333;
}
body,
input,
textarea,
select,
button {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}
/* links */
a {
  text-decoration:none;
  transition: all 0.2s ease-out 0s; 
}
a:hover,
a:focus {
	text-decoration: none;
	text-decoration:none;
	transition: all 0.2s ease-out 0s;
}
a:focus {
  outline:none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Spacing for block elements */
p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  /*margin: 0 0 10px 0; 2017年1-23*/
  margin:0;
}
/*
* + p,
* + hr,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 10px;
}
*/
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin: 0 0 10px 0; 2017-01*/
  margin: 0;
  font-weight: 600;
  font-size: 100%;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}

/* List
   ========================================================================== */
/* Ordered and unordered lists */
ul,
ol,
li {
  padding:0;
  list-style:none;
  text-decoration:none;
}
/* Reset margin for nested lists */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #eeeeee;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* iframe */
iframe {
  border: 0;
}
/* ==========================================================================
   Component: Table
 ============================================================================ */
table {
  max-width: 100%;
  /*background-color: transparent; 背景色透明有问题2017-01*/
  empty-cells: show; 
}
th {
  text-align: left;
}

body {
    font-family: 'Microsoft Yahei'; /**根据项目自行修改**/
    text-align: center;
}

a {
    color: #333
}

    a:hover {
        color: #1b407b;
    }
.bt-column-s{
	width:1000px;
	min-height:520px;
	margin:0 auto;
	overflow:hidden;
	position:relative
}

.bt-column-y{
	width:1100px;
	min-height:520px;
	margin:0 auto;
	overflow:hidden;
	position:relative
}

.bt-column-y{font-family:"微软雅黑"}
.bt-column-s{ font-family:"宋体"}

/*共用*/
.bt-column-y .bt-column-menu,
.bt-column-s .bt-column-menu{ /*绝对定位值是解决自适应高度问题=同 时父div要加相定位*/	
	background:#f6f6f6;
}
/*私用*/
.bt-column-y .bt-column-menu{
	 width:235px; 

	 background:#f6f6f6; 
     float:left;

}
.bt-column-s .bt-column-menu{
	width:220px; 
	background:#edf6f7;
}

/*共用*/
.bt-column-y .bt-column-cen,
.bt-column-s .bt-column-cen{
	overflow:hidden;
	text-align:left; 
	min-height:520px;
	padding:0 15px 15px 15px; 
    float:right;
}

/*私用*/
.bt-column-y .bt-column-cen{
	width:12000px;	
	 background:#f9f9f9
}
.bt-column-s .bt-column-cen{
	width:770px; *+width:740px; 
	padding-top:5px; 
	border:#e6e6e6 solid 1px; 
	background:#FFF
}


/*左侧栏目样式开始*/
.bt-column-y .bt-left-title {
    height: 40px;
    line-height: 40px;
    background: #0071ba;
    text-align: center
}
.bt-column-y .bt-left-title span {
	font-size:16px;
	font-weight:600;
	color:#fff;
	line-height:40px;
	 display:block;
}
.bt-column-s .bt-left-title {
	height:30px;
	line-height:30px;
	background:url(../images/bt_column_03_bj.png) no-repeat;
	text-align:center
}
.bt-column-s .bt-left-title span {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:30px;
}
/*栏目列表-宋体*/
	.bt-column-s .bt-left-con {
	padding:10px 15px;
	height:100%;
	*+min-height:470px;
	border:#cfe2f0 solid 1px;
	border-top:0;
	overflow:hidden
}
.bt-column-s .bt-left-con ul {
	margin:0;
	padding:0;
}
.bt-column-s .bt-left-con li {
	float:left;
	width:100%;
	height:35px;
	background:url(../images/bt_column_04_bj.png) repeat-x left bottom
}
.bt-column-s .bt-left-con li a {
	width:100%;
	height:35px;
	line-height:35px;
	display:block;
	vertical-align:middle;
	background:url(../images/bt_column_05_bj.png) no-repeat 10px 10px;
}
.bt-column-s .bt-left-con li a:hover {
	color:#0e8ad7;
	font-weight:bold;
	background:url(../images/bt_column_06_bj.png) no-repeat 10px 10px;
}
.bt-column-s .bt-left-con li a.active {
	color:#0e8ad7;
	font-weight:bold;
	background:url(../images/bt_column_06_bj.png) no-repeat 10px 10px;
}
.bt-column-s .bt-left-con li img {
	margin:-2px 10px 0 10px;
	border:0
}
.bt-column-s .bt-left-con li span {
	line-height:35px;
	*+line-height:30px;
	font-size:14px;
	padding-left:30px
}
/*栏目列表-雅黑*/
	.bt-column-y .bt-left-con {
	padding:5px 15px;
	height:auto;
	overflow:hidden
}
.bt-column-y .bt-left-con ul {
	margin:0;
	padding:0;
}
.bt-column-y .bt-left-con li {
	float:left;
	width:100%;
	height:45px;
}
.bt-column-y .bt-left-con li a {
	width:100%;
	height:45px;
	line-height:45px;
	display:block;
	vertical-align:middle;
}
.bt-column-y .bt-left-con li a:hover {
	color:#0e8ad7;
}
.bt-column-y .bt-left-con li a.active {
	color:#0e8ad7;
	background:url(../images/bt_column_08_bj.png) no-repeat 0px 18px;
}
.bt-column-y .bt-left-con li img {
	margin:-2px 10px 0 10px;
	border:0
}
.bt-column-y .bt-left-con li span {
	line-height:45px;
	font-size:15px;
	padding-left:20px
}
/*栏目列表-雅黑*/
	.bt-column-y .bt-rig-title {
	width:100%;
	height:40px;
	*+height:38px;
	border-bottom:#CCC solid 2px;
	background:url(../images/bt_title_blue.jpg) no-repeat 0 12px
}
.bt-column-y .bt-rig-title img {
	margin:15px 10px 0 0;
	float:left }
.bt-column-y .bt-rig-title span {
	line-height:38px;
	border-bottom:#1e79cc solid 2px;
	display:block;
	float:left;
	font-size:16px;
	font-weight:600;
	padding:0 10px 0 25px;
	/*如果前缀使用图片请删除内边距*/
	
}
/*栏目列表-宋体*/
	.bt-column-s .bt-rig-title {
	width:100%;
	height:30px;
	*+height:28px;
	border-bottom:#CCC solid 1px;
	background:url(../images/bt_title_blue.jpg) no-repeat 0 5px
}
.bt-column-s .bt-rig-title img {
	margin:5px 10px 0 0;
	float:left }
.bt-column-s .bt-rig-title span {
	line-height:28px;
	border-bottom:#1e79cc solid 2px;
	display:block;
	float:left;
	color:#1e79cc;
	font-weight:bold;
	font-size:14px;
	padding:0 10px 0 25px;
	/*如果前缀使用图片请删除内边距*/
	
}

/***不同风格的不同展现类容**/
.bt-column-y .bt-rig-cen-01,
.bt-column-y .bt-rig-cen-02,
.bt-column-s .bt-rig-cen-01,
.bt-column-s .bt-rig-cen-02{ 
	width:100%; 
	height:auto;
	overflow:hidden;
	padding-top:5px;
  }

.bt-column-y .bt-rig-cen-01 ul,
.bt-column-y .bt-rig-cen-02 ul,
.bt-column-s .bt-rig-cen-01 ul,
.bt-column-s .bt-rig-cen-02 ul{ 
	margin:0; 
	padding:0;
}

/*li通用*/
.bt-column-y .bt-rig-cen-01 li,
.bt-column-y .bt-rig-cen-02 li,
.bt-column-s .bt-rig-cen-01 li,
.bt-column-s .bt-rig-cen-02 li{
	width:100%;  
	float:left; 
	border-bottom:#e8e8e8 dashed 1px;
}
/*li独立*/
.bt-column-y .bt-rig-cen-01 li{ min-height:45px;}
.bt-column-y .bt-rig-cen-02 li{min-height:36px; border:none}
.bt-column-s .bt-rig-cen-01 li{min-height:30px;}
.bt-column-s .bt-rig-cen-02 li{min-height:26px;border:none}

/*li a通用*/
.bt-column-y .bt-rig-cen-01 li a,
.bt-column-y .bt-rig-cen-02 li a,
.bt-column-s .bt-rig-cen-01 li a,
.bt-column-s .bt-rig-cen-02 li a{
	float:left; 
	font-size:14px;
}
/*li a独立*/
/*.bt-column-y .bt-rig-cen-01 li a{ line-height:45px; font-size:16px;width:560px; }
.bt-column-y .bt-rig-cen-02 li a{ line-height:36px; font-size:16px;}
.bt-column-s .bt-rig-cen-01 li a{ line-height:30px; width:560px;}
.bt-column-s .bt-rig-cen-02 li a{ line-height:26px; }*/
/*li sp通用*/
/*.bt-column-y .bt-rig-cen-01 li .sp-time,
.bt-column-y .bt-rig-cen-02 li .sp-time,
.bt-column-s .bt-rig-cen-01 li .sp-time,
.bt-column-s .bt-rig-cen-02 li .sp-time{
	float:right; 
	color:#666; 
	font-size:14px;
}*/
/*li sp独立*/
/*.bt-column-y .bt-rig-cen-01 li .sp-time{ line-height:45px; }
.bt-column-y .bt-rig-cen-02 li .sp-time{ line-height:36px; }*/
.bt-column-s .bt-rig-cen-01 li .sp-time{ line-height:30px;}
.bt-column-s .bt-rig-cen-02 li .sp-time{ line-height:26px;}

/*li img通用*/
.bt-column-y .bt-rig-cen-01 li img,
.bt-column-y .bt-rig-cen-02 li img,
.bt-column-s .bt-rig-cen-01 li img,
.bt-column-s .bt-rig-cen-02 li img{float:left;}
/*li img独立*/
.bt-column-y .bt-rig-cen-01 li img{margin:21px 10px 0 1px}
.bt-column-y .bt-rig-cen-02 li img{margin:16px 10px 0 1px}
.bt-column-s .bt-rig-cen-01 li img{margin:13px 10px 0 1px}
.bt-column-s .bt-rig-cen-02 li img{margin:11px 10px 0 1px}

.bt-position,.bt-column-y{width: 1200px;}
.bt-column-y .bt-column-menu{width: 280px;}
.bt-column-y .bt-column-cen{width: 890px;}
.bt-column-y .bt-left-con{padding: 10px 25px;}
.lanmu_old,.lanmu_On{padding-left: 35px;background-position: 15px 20px;border-bottom: 1px dashed #ccc;color: #355e92;}
.bt-column-y .bt-left-title{background: #0071ba;}
.bt-column-y .bt-rig-title span{border-bottom: 3px solid #355e92;}
.bt-column-y .bt-column-menu{ background-color:#efefef;}
.bt-column-y .bt-left-con{ padding:20px 25px;}
.bt-column-y .bt-column-cen{ padding:0 20px 20px 20px; background-color:#fff;}
.bt-column-y .bt-rig-title{ display:none;}
.bt-column-y .bt-left-con li{ width:50%;}
.bt-column-cen{float: left; margin-left: 30px; border: 1px solid #e3e3e3; min-height:618px;}
.bt-column-y{background: url(../images/757142ba2a7d4073a153cdc36d4ff596.jpg) left repeat-y;}
.dqlm_tit{display:none;}
.lanmu_old{font-size:17px; line-height:45px;background:url(../images/d3a9bfccf0a64621a29cea74af8b70b2.jpg) no-repeat; color:#3d3d3d; text-align:left; padding-left:25px; border:none;}
.lanmu_On{font-size:15px; line-height:45px;background:url(../images/e0cac3c5837c4841980409646e7d7c84.jpg) no-repeat; color:#0783d0;text-align:left; padding-left:25px; border:none;}
.bg_list{ width:270px; height:60px; text-align:center; background-color:#efefef; line-height:60px; float:left;margin-left: 10px; margin-bottom: 15px;}
.bg_list a{ font-size:17px; text-align: center;}
.bg_list a:hover{ color:#365d98}
.dqlm_tit{ width:100%;min-height:50px;}
.lmmc{width: 760px; font-size:23px; line-height:60px; float:left; color:#355e92; text-indent:355px;}
.fhml{ width:88px; height:50px; float:left; line-height:64px; background: url(../images/94cf89dd263e4a258380ecdf2822548b.jpg) no-repeat;     text-indent: 28px;}
.fhml a{ font-size:15px;}
.fhml a:hover{ color:#365d98}
.zfgb_list{width: 100%; min-height:85px; border-bottom:1px dashed #d9d9d9; line-height:30px;}



.header{width:100%;height:256px;background:url(../images/newlogo.jpg) no-repeat center top;min-width:1200px;}
.header .main{width:1000px;height:256px;margin:0 auto;}
.header .main .tag{display:inline-block;width:950px;height:82px;margin:0 auto;margin-top:53px;overflow:hidden;}
.content{width:100%;height:auto;background:#f8f8f8;padding:34px 0px;min-height:500px;min-width:1200px;}
.content .main{width:1000px;height:auto;margin:0 auto;overflow:hidden;}
.content .main .searchbox{width:790px;height:66px;overflow:hidden;margin:0 auto;margin-top:116px;}
.content .main .searchbox .inputbox{width:656px;height:66px;display:inline-block;float:left;border:1px solid #e2e2e2;border-radius:9px 0px 0px 9px;background:#fff;}
.content .main .searchbox .inputbox .input{width:616px;height:24px;border:0px;outline:none;margin:20px;line-height:24px;font-size:18px;background:#fff;}
.content .main .searchbox .btn{float:left;width:131px;height:66px;overflow:hidden;border:0px;background:url(../images/btsearchbg.jpg) no-repeat center center;outline:none;}
.content .main .hotsearchbox{width:750px;height:auto;margin:0 auto;margin-top:20px;font-family:'Microsoft YaHei';font-size:18px;overflow:hidden;color:#373737;}
.content .main .hotsearchbox .title{width:100px;height:auto;display:inline-block;float:left;}
.content .main .hotsearchbox .keybox{width:646px;height:auto;display:inline-block;float:right;margin:0px;padding:0px;overflow:hidden;}
.content .main .hotsearchbox .keybox li{display:inline-block;float:left;margin:0px 0px 10px 10px;}
.content .main .btnbox{width:533px;height:64px;overflow:hidden;margin:0 auto;margin-top:50px;}
.content .main .btnbox .btn{width:197px;height:64px;display:inline-block;line-height:64px;font-size:22px;font-family:'Microsoft YaHei';color:#fff;text-align:center;border-radius:5px;overflow:hidden;}
.content .main .btnbox .btn-l{float:left;background:#0071ba;}
.content .main .btnbox .btn-r{float:right;background:#00a6ba;}

.foot{width:100%; background:#FFF; margin:6px 0px 0px 0px;border-top:5px solid #cc0001;padding-top:1px;min-width:1200px !important;}
.footer2_1{ height:50px; width:624px;margin:0 auto;}
.footer2_1 ul{ height:auto; padding-bottom:30px;}
.footer2_1 li{ margin:0; margin-right:0; position:relative; height:auto;float:left; font-size:12px;font-family:"宋体"; padding-right:9px;list-style-type:none;}
.footer2_1 li a{ padding:10px 9px 10px 15px; display:block; padding-right:20px; height:16px;}
.footer2_1 li #select_content6 a{ height:auto}
.footer2_1 li.asect{ background:#e5e5e5}
.footer2_1 li .item{ background: url(../images/select_jiantou.jpg) no-repeat right 20px;padding:17px 9px 20px 15px;display:block; padding-right:20px;}
.wei_yhred14c {
        font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, SimHei, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #C30001;
}
.wei_yh13heis {
	font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, SimHei, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #282828;
}
.wei_red13x {
	font-size: 12px;
	line-height: 30px;
	color: #B80604;
        display: block;
        margin-top: 8px;
text-decoration: none;
}