body,div,p,ol,ul,li,form,a,img,span,input{
	margin:0;padding:0;}

html,body{
	font-family:\"microsoft yahei\",\"simsun\",\"arail\",\"tabhoma\",sans-serif;
	font-size:14px;
	text-align:left;
	}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}


@charset "utf-8";
/* css document */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, button, input,legend,div, /* form elements 表单元素 */
 /* table elements 表格元素 */
img/* img elements 图片元素 */{
  border:medium none;
  margin: 0;
  padding: 0;
}
body{ 
  font-size:12px; 
  font-weight:normal;
  color:#515151;
  font-family:arial,verdana,helvetica,sans-serif;
}
/** 重置列表元素 **/
ul, ol,li{ 
  list-style: none; 
}

ul{
  margin:0;
  padding:0;
}
/** 重置超链接元素 **/

/** 重置图片元素 **/
img{ 
  border:none;
}
/** 重置表格元素 **/
table { 
  border-collapse: collapse; 
  border-spacing: 0;
}
/*----预设----*/
.clear{clear:both;}
/*清除浮动*/
.left{float: left;}
.right{float: right;}
/*左右浮动*/
*:focus { outline: none; }
/*禁止输入框浏览器添加边框*/
/*----------------------开始----------------------*/
#header,.banner,#footer{
width: 100%;
}

body{
  background-color: #fff;

}

a {
  text-decoration:none;
}
a:hover { 
}

ul, li {
  list-style: none;
}


.left{
  float:left;
}

.right{
  float:right;
}
.content{
  width: 1200px;
  margin:0 auto;
}
.mt{
  margin-top: 20px;
}


@charset "utf-8";

.accordion li > a {
  display: block;
  position: relative;
  min-width: 110px;
  padding: 20px 10px 20px 40px;
  color: #fdfdfd;
  font: 16px/32px arial, sans-serif;
  text-decoration: none;
  background-color:#1e3c80;
  border-bottom:1px #1a316c solid;
}

.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active {
  color: #fff;
  background-color:#1b4292;
}

.accordion li > a span {
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  padding: 0 10px;
  margin-right: 10px;
  
  font: normal 12px/18px arial, sans-serif;
  background: #404247;
  
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;

  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
  box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
}

.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
  color: #fdfdfd;
  background: #3c5785;
}

/* images */

.accordion li a img{
   margin-right: 10px;
    position: relative;
    top: 2px;
    width: 16px;
}

.sub-menu li a {
  color: #333333;
  background: #f8f8f8;
  border-bottom:1px #fff solid;
}

.sub-menu li:hover a { 
  background: #f8f8f8;
  color:#1b4292;
  border-right:2px solid #b4daf7;
 }

.sub-menu li > a span {
  color: #797979;
  text-shadow: 1px 1px 0px rgba(255,255,255, .2);
  background: transparent;
  border: 1px solid #c9c9c9;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sub-menu em {
  position: absolute;
  top:10px;
  left: 0;
  margin-left: 14px;
  color: #fff;
  font: normal 10px/32px arial, sans-serif;
}

.accordion li > .sub-menu {
  display: none;
}

.accordion li:target > .sub-menu {
  display: block;
}

/* end */


/***********三级页  开始****************/

.leftmenu {
  float: left;
  padding-bottom:60px;
}

.left_menu_bg{
  width:230px;
  float:left;
}

.right_content_article {
    float: right;
    width: 920px;
}

.clear{
  clear:both;
}

/*-------列表 开始-------*/

.directory_list_box{
  width:920px;
  float:right;
  margin-top:20px;
  margin-bottom: 50px;
}

.directory_list{
  width:920px;
  float:left;
}

.directory_list ul li{
  width:920px;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  border-bottom: 1px dashed #dbe4eb;
}
.directory_list ul li:hover{
  background-color:#fcfcfc;
  border-bottom: 1px dashed #dbe4eb;
}

.directory_list ul li a{
  width:840px;
}

.directory_list ul li a i{
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  margin:22px 13px 0 10px;
  background: #404040;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.directory_list ul li a span{
  display: inline-block;
  width:600px; 
  overflow: hidden;
  color: #212121;
  padding-left:30px;
  
}
.directory_list ul li em{
  font-style: normal;
  color: #959595;
  float: right;
  margin-right: 10px;
}
.directory_list ul li a:hover i{
  background: #1b4292;
}
.directory_list ul li a:hover span{
  color: #1b4292;
}

.directory_list i {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  margin: 22px 13px 0 10px;
  background: #404040;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*-------列表 end-------*/


/*-------页码 开始--------*/

.changepage{
  width:100%;
  margin:0 auto;
}

.changepage{
  text-align: center;
  margin-top: -1px;
  padding-bottom:50px;
  border-top: 1px solid #fff;}

.changepage a{
  padding:8px 20px;
  display:inline-block;
  margin:0 5px;
  border:1px solid #e8e8e8;
  background:#fff;
  font-size:14px;
}

.changepage a:hover,.changepage .current{
  background:#d30b15;
  color:#fff;
}

.changepage input{
  border:1px solid #e8e8e8;
  display:inline-block;
  padding:8px 10px;
  margin:0 5px;
  height: 19px;
  font-size: 14px;
  font-family: '\5fae\8f6f\96c5\9ed1';
  *display: inline;
  *zoom: 1;
   vertical-align: 3px;
  *height:21px;
  line-height:19px;
  width:33px;
  text-align:center;}

.changepage span{
  display:inline-block;
  margin:0 5px;
  border:1px solid #e8e8e8;
  padding:8px 20px;
}

.changepage span.u_page{
  border:0;
  padding:0;
}

/*------页码  end-------*/


/*-------正文标题  开始-------*/

.information_title_box{
  float:left;
  width:920px;
  background-color:#f8f8f8;
  height:100px;
}

.information_title_box p{
  text-align: center;
  font-size:22px;
  color:#1b4292;
  padding-top:25px; 
}

.information_title_box p span{
  text-align: center;
  font-size:14px;
  color:#666666;
}

/*-------正文标题  end-------*/


/*------- 左侧菜单 开始-------*/

input[type='radio'] {
    display: none;
}

label {
    cursor: pointer;
}

::-webkit-scrollbar {
    display: none;
}

body {
    height: 100vh;
    font-size: 12px;
}

.swanky_wrapper {
    width: 225px;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    background: #2a394f;
    margin:0 auto;
}
.swanky_wrapper label {
    padding: 25px;
    float: left;
    height: 72px;
    border-bottom: 1px solid #293649;
    position: relative;
    width: 100%;
    color: #eff4fa;
    transition: text-indent 0.15s, height 0.3s;
    box-sizing: border-box;
}
.swanky_wrapper label img {
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: 16px;
}
.swanky_wrapper label span {
    position: relative;
    top: -3px;
}
.swanky_wrapper label:hover {
    background: #212e41;
    border-bottom: 1px solid #2a394f;
    text-indent: 4px;
}
.swanky_wrapper label:hover .bar {
    width: 100%;
}
.swanky_wrapper label .bar {
    width: 0px;
    transition: width 0.15s;
    height: 2px;
    position: absolute;
    display: block;
    background: #355789;
    bottom: 0;
    left: 0;
}
.swanky_wrapper label .lil_arrow {
    width: 5px;
    height: 5px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid white;
    border-right: 2px solid white;
    float: right;
    position: relative;
    top: 6px;
    right: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swanky_wrapper__content {
    position: absolute;
    display: none;
    overflow: hidden;
    left: 0;
    width: 100%;
}
.swanky_wrapper__content li {
    width: 100%;
    opacity: 0;
    left: -100%;
    background: #15a4fa;
    height: 64px;
    line-height: 64px;
    text-indent: 25px;
    box-shadow: 0px 0px #126ca1 inset;
    transition: box-shadow 0.3s, text-indent 0.3s;
    position: relative;
}
.swanky_wrapper__content li:hover {
    background: #0c93e4;
    box-shadow: 3px 0px #126ca1 inset;
    transition: box-shadow 0.3s linear, text-indent 0.3s linear;
    text-indent: 31px;
}
.swanky_wrapper__content .clear {
    clear: both;
}

input[type='radio']:checked   label .swanky_wrapper__content {
    display: block;
    top: 68px;
    border-bottom: 1px solid #212e41;
}

input[type='radio']:checked   label > .lil_arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #14a3f9;
    border-right: 2px solid #14a3f9;
}

input[type='radio']:checked   label {
    height: 325px;
    background: #212e41;
    text-indent: 4px;
    transition-property: height;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type='radio']:checked   label .bar {
    width: 0;
}

input[type='radio']:checked   label li:nth-of-type(1) {
    -webkit-animation: in 0.15s 0.575s forwards;
    animation: in 0.15s 0.575s forwards;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-animation: in 0.15s 0.575s forwards;
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type='radio']:checked   label li:nth-of-type(2) {
    -webkit-animation: in 0.15s 0.7s forwards;
    animation: in 0.15s 0.7s forwards;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-animation: in 0.15s 0.7s forwards;
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type='radio']:checked   label li:nth-of-type(3) {
    -webkit-animation: in 0.15s 0.825s forwards;
    animation: in 0.15s 0.825s forwards;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-animation: in 0.15s 0.825s forwards;
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
input[type='radio']:checked   label li:nth-of-type(4) {
    -webkit-animation: in 0.15s 0.95s forwards;
    animation: in 0.15s 0.95s forwards;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-animation: in 0.15s 0.95s forwards;
    -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@-webkit-keyframes in {
    from {
        left: -100%;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

@keyframes in {
    from {
        left: -100%;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

/*------- 左侧菜单 end-------*/

/*-------列表页 1200px 开始-------*/

.main_content_article {
  width: 1200px;
  margin:0 auto;
}

.main_directory_list {
  width:1200px;
}

.main_directory_list_box {
  width: 1200px;
  float: left;
  margin-top:20px;
  margin-bottom:50px;
}

.main_directory_list{
  width:1200px;
}

.main_directory_list ul li{
  width:1200px;
  line-height: 2;
  font-size: 16px;
  border-bottom: 1px dashed #dbe4eb;
}
.main_directory_list ul li:hover{
  background-color:#fcfcfc;
  border-bottom: 1px dashed #dbe4eb;
}

.main_directory_list ul li a{
  width:840px;
}

.main_directory_list ul li a i{
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  margin:22px 13px 0 10px;
  background: #404040;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main_directory_list ul li a span{
  display: inline-block;
  width:600px; 
  overflow: hidden;
  color: #212121;
  padding-left:30px;
  
}
.main_directory_list ul li em{
  font-style: normal;
  color: #959595;
  float: right;
  margin-right: 10px;
}
.main_directory_list ul li a:hover i{
  background: #1b4292;
}
.main_directory_list ul li a:hover span{
  color: #1b4292;
}

.main_directory_list i {
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 4px;
  margin: 22px 13px 0 10px;
  background: #404040;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.main_changepage{
  width:690px;
  margin:60px auto 0;
}

/*-------列表页 1200px end-------*/

/*-------列表页 面包屑 1200px 开始-------*/

.crumbsbox{
  width: 1200px; 
  margin: 0 auto; 
  background-color: #fff;
}
.crumbsbox .crumbs{
  width: 1200px; 
  height: 64px; 
  margin: 0 auto;
}
#breadcrumb{
  width: 100%; 
  line-height: 56px; 
  font-size: 16px; 
  color: #333;
}
#breadcrumb a{
  color: #333;
}
#breadcrumb a:hover{
  color: #1b4292;
}
.repeatx {
  width: 100%;
  background: url(/uploads/image/zswimages/repeatbg_xb.png) 0 0 repeat-x;
  height: 8px;
}

/*-------列表页 面包屑 1200px end-------*/

/*-------列表页 面包屑 920px end-------*/

.crumbsbox920{
  width: 920px; 
  float:right;
  background-color: #fff;
}
.crumbsbox920 .crumbs{
  width: 920px; 
  height: 64px; 
}
#breadcrumb{
  width: 100%; 
  line-height: 56px; 
  font-size: 16px; 
  color: #333;
}
#breadcrumb a{
  color: #333;
}
#breadcrumb a:hover{
  color: #1b4292;
}
.repeatx {
  width: 100%;
  background: url(/uploads/image/zswimages/repeatbg_xb.png) 0 0 repeat-x;
  height: 8px;
}

/*-------列表页 面包屑 92px end-------*/

/*-------文章页1200px  开始-------*/

.main_content_article {
  width: 1200px;
  margin:0 auto;
}

.main_information_title_box {
  width: 1200px;
  background-color: #f8f8f8;
  height: 100px;
}

.main_information_title_box p {
  text-align: center;
  font-size: 22px;
  color: #1b4292;
  padding-top: 25px;
}

.main_information_title_box p span {
  text-align: center;
  font-size: 14px;
  color: #666666;
}

/*-------文章页1200px  end-------*/

/*-------文章页 开始-------*/

#maintext{
  width: 100%; 
  padding: 40px 0 60px 0;
  margin: 0 auto;
  color: #404040; 
  font-size: 16px; 
  line-height: 200%;
  text-indent:32px;
}

#maintext p{
  margin-bottom: 20px; 
  outline: none;
}

#maintext p.attachment{
  color:#1b4292;
  margin-bottom:10px;
}


#maintext .attachment{
  margin-top:30px;
}

#maintext .attachment  a{
  color:#1b4292;
  text-decoration:none;
  margin-bottom:10px;
}

#maintext .attachment a:hover{
  color:#0b76c6;
  text-decoration:underline;
}


/*-------文章页 end-------*/




