﻿.con {
  width: 1200px;
  margin: 0 auto;
}
.w400 {
  width: 440px;
  float: left;
  margin-right: 70px;
}
.w305 {
  width: 305px;
  float: left;
}
.w320 {
  width: 320px;
  float: right;
}
.w960 {
  width: 900px;
}
.w50 {
  width: 590px;
  float: left;
  margin-bottom: 20px;
}
.w100 {
  width: 100%;
  clear: both;
}
.mr20 {
  margin-right: 20px;
}
.mainl {
  width: 300px;
  float: left;
}
.nnr img {
  width: 300px;
  height: 100px;
padding-bottom:10px;
}
.lj{
  font-size:20px;
padding:10px;
font-weight:bold;
}
.lj2{
  padding:10px;

}
.mainr {
  width: 840px;
  float: right;
  margin-bottom: 40px;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #006bb9;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.texto {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title {
  text-align: center;
  font-size: 24px;
  padding: 30px 10% 10px;
  color: #006bb9;
}
.titlef {
    padding-bottom: 30px;
    font-weight: normal;
    color: #666;
}
.aside {
  padding-bottom: 20px;
  text-align: center;
  color: #999999;
}
.aside a {
  color: #999;
}
.article {
  margin-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
}
.article p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.fyl {
  padding: 40px 0;
  text-align: center;
}
.fyl .p_fun_d {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border: solid 1px #eee;
  margin: 0 10px;
}
.fyl .p_no,
.fyl .p_fun {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: solid 1px #77b0fd;
  margin: 0 10px;
}
.fyl .p_no a,
.fyl .p_fun a {
  padding: 0 20px;
  display: block;
  color: #77b0fd;
}
.fyl .p_no:hover a,
.fyl .p_fun:hover a {
  background: #77b0fd;
  color: #fff;
}
.fyl .p_no_d {
  background: #77b0fd;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border: solid 1px #77b0fd;
  margin: 0 10px;
  color: #fff;
}
.sx {
  padding: 0 10px;
}
.html {
  background: url("../images/bg.png") no-repeat center 40px;
}
.head {
  position: relative;
}
.head .top {
  height: 40px;
  background-color: #006bb9;
  line-height: 40px;
  color: #fff;
}
.head .top a {
  color: #fff;
}
.head .logo {
  height: 250px;
  float: left;
}
.head .logo a {
  display: block;
  width: 530px;
  height: 250px;
  background: url("../images/logo.png") no-repeat left 96px;
}
.head .js {
  float: right;
  width: 300px;
  height: 30px;
  line-height: 30px;
  margin-top: 120px;
}
.head .js .sr {
  width: 240px;
  float: left;
  border: 0px;
  height: 30px;
  background: #fff url("../images/search2.png") no-repeat 6px center;
  text-indent: 2em;
}
.head .js .an {
  background: #006bb9;
  border: 0;
  width: 60px;
  float: left;
  height: 30px;
  color: #fff;
}
.head .nav {
  clear: both;
  height: 62px;
  line-height: 62px;
  background: url("../images/nav.png") repeat-y center top;
}
.head .nav ul li {
  width: 12.5%;
  float: left;
  text-align: center;
  position: relative;
}
.head .nav ul li a {
  height: 62px;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
}
.head .nav ul li dl {
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
}
.head .nav ul li.l1 dl {
  background-color: #398fd2;
}
.head .nav ul li.l2 dl {
  background-color: #3f97d3;
}
.head .nav ul li.l3 dl {
  background-color: #46a3d4;
}
.head .nav ul li.l4 dl {
  background-color: #4eafd5;
}
.head .nav ul li.l5 dl {
  background-color: #56b9d6;
}
.head .nav ul li.l6 dl {
  background-color: #5ec5d7;
}
.head .nav ul li.l7 dl {
  background-color: #64d0d8;
}
.head .nav ul li.l8 dl {
  background-color: #69d7d9;
}
.head .nav ul li:hover dl {
  max-height: 500px;
}
.main {
  padding: 15px;
  background-color: #fff;
}
.main .qht {
  width: 48.5%;
  height: 360px;
  padding-right: 1.5%;
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.main .qht .hd {
  text-align: center;
  position: absolute;
  height: 36px;
  bottom: 0;
  left: 0;
  width: 100%;
  display: table;
}
.main .qht .hd ul {
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  width: 100%;
}
.main .qht .hd ul li {
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(PIE.htc);
  position: relative;
  z-index: 2;
  background: #fe3235;
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
}
.main .qht .hd ul li.on {
  width: 40px;
}
.main .qht .bd ul li {
  position: relative;
}
.main .qht .bd ul li img {
  width: 100%;
  height: 325px;
}
.main .qht .bd ul li span {
  background: url("../images/focus_t.png");
  height: 50px;
  line-height: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.main .xxk {
  width: 48.5%;
  float: right;
  padding-left: 1.5%;
  margin-bottom: 20px;
}
.main .banner {
  clear: both;
  height: 188px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.main .banner .hd {
  position: absolute;
  height: 24px;
  display: table;
  bottom: 0;
  right: 10px;
}
.main .banner .hd ul {
  display: table-cell;
  vertical-align: middle;
  height: 24px;
}
.main .banner .hd ul li {
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(PIE.htc);
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #77b0fd;
}
.main .banner .hd ul li.on {
  width: 40px;
}
.main .banner .bd ul li a img {
  width: 100%;
  height: 188px;
}
.main .hyzj {
  width: 73%;
  float: left;
  margin-right: 4%;
  height: 370px;
  margin-bottom: 20px;
}
.main .tplj {
  width: 23%;
  float: right;
  height: 334px;
  margin-bottom: 20px;
}
.main .tplj li {
  margin-bottom: 10px;
  height: 100px;
}
.main .tplj li img {
  width: 100%;
  height: 100px;
}
.main .gymj {
  clear: both;
  margin-bottom: 20px;
}
.main .yqlj .xllj {
  width: 258px;
  margin-right: 46px;
  float: left;
  position: relative;
}
.main .yqlj .xllj i {
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  background: url("../images/tb_jt.png") no-repeat 13px center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 1px;
}
.main .yqlj .xllj.l4 {
  margin-right: 0;
}
.main .yqlj .xllj span {
  display: block;
  border: solid 1px #006bb9;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #006bb9;
}
.main .yqlj .xllj ul {
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  max-height: 0px;
  overflow: hidden;
  border: 0px;
  background-color: #fff;
  position: absolute;
  width: 256px;
  bottom: 41px;
  left: 0;
  line-height: 40px;
  text-align: center;
  color: #006bb9;
  border: solid 1px #006bb9;
  border-bottom: 0;
}
.main .yqlj .xllj ul a {
  color: #006bb9;
}
.main .yqlj .xllj:hover ul {
  max-height: 500px;
}
.main .yqlj .xllj:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  position: absolute;
}
.footer {
  background-color: #006bb9;
}
.footer .bq div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 30px;
  width: 1200px;
  padding-bottom: 10px;
}
.footer .bq p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.footer .bq a {
  color: #fff;
}
.footer .bs {
  text-align: center;
}
.footer .bs div {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 20px;
  width: 1200px;
}
.lm1,
.lm2,
.lm3,
.lm4 {
  width: 48.5%;
  float: left;
  margin-bottom: 20px;
}
.lm1,
.lm3 {
  margin-right: 3%;
}
.dqwz {
  border-bottom: solid 1px #eee;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.dqwz i {
  float: left;
  background: #77b0fd url("../images/tb_dw.jpg") no-repeat center center;
  display: block;
  width: 20px;
  height: 40px;
}
.dqwz div {
  border-bottom: solid 1px #006bb9;
  float: left;
  padding: 0 10px;
}
.ejdh {
  background: #e4efff;
  margin-bottom: 20px;
  padding:20px;
}
.ejdh ul {
  overflow: hidden;
}
.ejdh ul li {
  float: left;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.ejdh ul li:hover {
  background-color: #fd9105;
}
.ejdh ul li:hover a {
  color: #fff;
}
.ejdh ul li a {
  display: block;
  height: 40px;
  width: 100%;
}
.hd.ys1 {
  height: 50px;
  line-height: 50px;
  padding-bottom: 10px;
}
.hd.ys1 ul {
  width: 100%;
}
.hd.ys1 ul li {
  float: left;
  width: 48.5%;
  margin-left: 1.5%;
  text-align: center;
  background: #f1f1f1 url("../images/bgtb1.png") no-repeat center center;
}
.hd.ys1 ul li:first-child {
  margin-right: 1.5%;
  margin-left: 0;
}
.hd.ys1 ul li a {
  color: #666;
  font-size: 20px;
}
.hd.ys1 ul li.on {
  background-color: #77b0fd;
}
.hd.ys1 ul li.on a {
  color: #fff;
}
.hd.ys2 {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
  border-bottom: solid 1px #f1f1f1;
}
.hd.ys2 h1 {
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 50px;
  width: 120px;
  text-align: center;
  background-color: #77b0fd;
  padding-left: 40px;
  background-image: url("../images/bgtb2.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  color: #fff;
}
.hd.ys2 .more {
  float: right;
  color: #999;
}
.hd.ys3 {
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  border-bottom: solid 1px #77b0fd;
  border-top: solid 1px #f1f1f1;
}
.hd.ys3 span {
  float: left;
  width: 120px;
  display: block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-left: 20px;
  background: #77b0fd url("../images/bgtb6.png") no-repeat 10px center;
}
.hd.ys3 ul {
  float: left;
}
.hd.ys3 ul li {
  float: left;
  width: 120px;
  text-align: center;
  background-color: transparent;
  padding: 0 1px;
}
.hd.ys3 ul li a {
  display: block;
  background-color: #fff;
  position: relative;
}
.hd.ys3 ul li.on {
  background-color: #77b0fd;
}
.hd.ys3 ul li.on a {
  top: 1px;
}ul.ys1 {
  line-height: 34px;
}
ul.ys1 li {
  height: 34px;
  background: url("../images/tb_dian.png") no-repeat left center;
  padding-left: 20px;
}
ul.ys1 li a {
  float: left;
}
ul.ys1 li .time {
  float: right;
}
ul.ys2 {
  line-height: 34px;
  padding-left: 360px;
  position: relative;
}
ul.ys2 li {
  height: 34px;
}
ul.ys2 li h3 {
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 34px;
  line-height: 34px;
}
ul.ys2 li .time {
  float: right;
}
ul.ys2 li img {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 340px;
  height: 255px;
}
ul.ys3 {
  overflow: hidden;
}
ul.ys3 li {
  height: 136px;
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
ul.ys3 li.l1,
ul.ys3 li.l3 {
  margin-right: 2%;
}
ul.ys3 li.l2,
ul.ys3 li.l4 {
  margin-left: 2%;
}
ul.ys3 li img {
  float: left;
  width: 200px;
  height: 136px;
  margin-right: 20px;
}
ul.ys3 li h3 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}
ul.ys3 li p {
  font-size: 12px;
  color: #999;
  text-indent: 2em;
}
ul.ys4 li {
  padding: 30px 20px;
  border-bottom: solid 1px #eee;
}
ul.ys4 li a h3 {
  font-size: 18px;
  line-height: 30px; padding:5px 0;
  
  font-weight: normal;
}
ul.ys4 li a .time {
  font-size: 12px;
  color: #999;
  line-height: 34px;
  height: 34px;
  padding-left: 20px;
  background: url("../images/time.png") no-repeat left center;
}
ul.ys4 li:hover {
  background: url("../images/bg1.png");
  border-bottom-color: #77b0fd;
}

.zbydZnav{ padding-top:15px; overflow:hidden; margin-bottom:20px;}
.zbydZnav li{ float:left; width:160px; text-align:center; margin:4px; height:40px; line-height:40px; font-size:16px; background:#f5f5f5;}
.page0915 li {
    font-size: 16px;
    line-height: 40px;
    height: 40px;border-bottom: dashed 1px #eee;
    font-weight: normal; position:relative;background: url("../images/dian.jpg") no-repeat left center; padding-left:10px;
}
.page0915 li span{ position:absolute; top:0; right:10px; color:#888;}

.mobBox{ display:none;}