@charset "utf-8";
/* start reset */
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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, input, select, textarea, table, caption, tbody, 
tfoot, thead, tr, th, td, .x {margin: 0;padding: 0;}
a img, img, iframe {border:none;}
a span, form label {cursor:pointer;}
li {list-style:none;}
table {border-collapse:separate;}
caption, th, td {text-align: left;font-weight: normal;}
select, textarea, input, button {vertical-align:middle;font-family:inherit;font-size:100%;}
q:before, q:after, blockquote:before, blockquote:after {content:"";}
blockquote, q {quotes: "" "";}
h1 {font-size:16px;}
h2 {font-size:14px;}
h3 {font-size:14px;}
h4, h5, h6 {font-size:100%;}
h6 {font-weight:normal;}
a{-moz-outline-style: none;outline:none;blr:expression(this.onfocus=this.blur());}
.left{ float:left;}
.row{ float:left; width:100%;}
.clear {
clear: both;
}
/* end reset */

body {background-color:#ffffff;font-family:microsoft yahei,"ff-tisa-web-pro-1","ff-tisa-web-pro-2","lucida grande","helvetica neue",helvetica,arial,"hiragino sans gb","hiragino sans gb w3","microsoft yahei ui","microsoft yahei","wenquanyi micro hei",sans-serif;font-weight:500;font-style:normal;color:#333;}
body {background-image:;background-repeat:no-repeat;background-position:center 32px;}
h1, h2, h3, h4, h5, h6 {font-weight:900;font-style:normal;}
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
.clear {clear:both;}


#cdstm {
    background:  repeat-x scroll left bottom #fff;
    height: 32px;
    width: 100%;
    z-index: 10;
}
#cdstm_top {border:none;}
#sddm div {z-index:1000;}

.blue-logo {width:57px;height:32px;background-image:;background-position:right center;background-repeat:no-repeat;}


/* 开始 二级页样式 */
.sub_banner{
	width:100%;
	height:400px;
	background:#a2d6fb;
	float:left;
	}
.sub_banner_img {
    width: 1000px;
    height: 400px;
    margin: 0 auto 0;
}
.sub_main{
	width:1000px;
	margin:0 auto;
	text-align:center;
	height:auto;
	padding:40px 0 20px 0;
	}
.kp_title {
    border-top: #4db5fe solid 4px;
    width: 1000px;
    text-align: center;
    background:  center 0 no-repeat;
    height: 57px;
    line-height: 57px;
    margin: 0 auto 0;
}
.kp_title font {
    margin: 0 0 0 10px;
    font-size: 26px;
    font-weight: bold;
    font-family: "microsoft yahei";
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
}
.list_box{
	float:left;
	margin-right:35px;
    margin-left:35px;
	padding-bottom:30px;
	width:260px;
	}
.content {
    width:80px;
    height:30px;
    background-color:#4db5fe;
    position:absolute;
    margin: -160px 0 0 0;
    /*filter:alpha(opacity=60);ie5-ie7
	-ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=60)";ie 8
	opacity:0.6;*/
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.title_t, .title_t:link, .title_t:visited, .title_t:active{
	width:260px;
	line-height:50px;
	color:#333;
	font-family:"microsoft yahei";
	font-size:16px;
	float:left;
	text-align:center;
	text-decoration:none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.title_t:hover{
	text-decoration:underline;
	}
.imglist_01 > a > img {
    width: 260px;
    height: 160px;
}
.list_p{
	font-size:12px;
	color:#999;
	line-height:20px;
	text-align:justify;
	float:left;
	height:120px;
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	}
.wzl {
    width: 220px;
    margin-left: 15px;
    margin-right: 15px;
}
.wzl_img > a > img {
    width: 220px;
    height: 220px;
}
.wzl_img > a > div {
    margin-top: -220px;
}
.wzl_title {
    width: 220px !important;
}
.sub_banner{
	background: center center no-repeat;
	}


ul.kp_ul li a.linktxt,a.linktxt:link,a.linktxt:visited,a.linktxt:active{
	color:#666;
	font-size:12px;
	text-decoration:none;
	display:block;
	width:280px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	}
ul.kp_ul li a.linktxt:hover{
	text-decoration:underline;
	color:#f00;
	}

/*滚动*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #4db5fe  no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 40px;
    bottom: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 50px;
    bottom: 85px;
  }
}