@import './reset.css';
* {
  line-height: 2em;
  font-size: 14px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.wrapper {
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 480px) {
  .wrapper {
    width: 100%;
  }
}
.wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.logo-mobi {
  display: none;
}
@media (max-width: 480px) {
  .logo-mobi {
    display: block;
    background-color: #0057a9;
    padding: 10px;
    position: relative;
  }
}
.logo-mobi .logo img {
  width: 60%;
}
.logo-mobi .menu {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 15px;
  background: url("../images/menu.png") no-repeat;
}
.logo-mobi .menu-x {
  background: url("../images/xx.png") no-repeat;
}
.nav-mobi {
  display: none;
}
@media (max-width: 480px) {
  .nav-mobi {
    display: none;
    margin: 15px;
    padding: 20px;
    box-shadow: 0px 2px 8px #c6d3e4;
    border-radius: 20px;
  }
  .nav-mobi .item {
    border-bottom: 1px solid #c6d3e4;
  }
  .nav-mobi .item .fname {
    font-size: 14px;
    color: #000;
    line-height: 3.5em;
    display: inline-block;
    width: 90%;
  }
  .nav-mobi .item .more {
    background: url("../images/trian.png") center no-repeat;
    display: inline-block;
    width: 9%;
    height: 20px;
    float: right;
    margin-top: 15px;
  }
  .nav-mobi .item .sub {
    margin-bottom: 10px;
    display: none;
  }
  .nav-mobi .item .sub li {
    padding-left: 7%;
  }
  .nav-mobi .item .sub li a {
    font-size: 12px;
    color: #000;
    line-height: 3em;
    display: block;
  }
  .nav-mobi .item .active {
    background: url("../images/xxx.png") center no-repeat;
  }
}
.pos-mb {
  display: none;
}
@media (max-width: 480px) {
  .pos-mb {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 4em;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
  }
}
.pos-mb a {
  font-size: 12px;
  color: #666;
}
.pg-inner {
  display: none;
}
@media (max-width: 480px) {
  .pg-inner {
    display: block;
  }
}

.topb-index {
  background: none;
  position: relative;
}
.topb-index .banner img {
  max-width: 100%;
}
.topb-index .gradient {
 
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0,0,0,0.6), transparent);
background:#0057a9;
  padding: 6px 50px;
  width: 100%;
  box-sizing: border-box;
}
.topb-index .gradient:after {
  content: "";
  display: block;
  clear: both;
}
.topb-index .gradient .search {
  position: absolute;
  top: 36px;
  right: 65px;
  width: 36px;
  height: 36px;
  background: url("../images/search.png") no-repeat;
  cursor: pointer;z-index: 10;
}
@media (max-width: 480px) {
  .topb-index .gradient .search {
    display: none;
  }
}
.topb-index .gradient .search:hover .keywords {
  display: block;
  cursor: pointer;
}
.topb-index .gradient .search .keywords {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 200px;
  background: #505050 url("../images/search.png") center right no-repeat;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  padding: 0 20px;
}
.topb-index .gradient .logo {
  display: block;
  float: left;
position: absolute;
    top: 21px;
    z-index: 10;
}
@media (max-width: 480px) {
  .topb-index .gradient .logo {
    display: none;
  }
}
.topb-index .gradient .nav {
margin: auto;
width: 80%;
}
@media (max-width: 480px) {
  .topb-index .gradient .nav {
    display: none;
  }
}
.topb-index .gradient .nav:after {
  content: "";
  display: block;
  clear: both;
}
.topb-index .gradient .nav li {
    float: left;
    line-height: 66px;
       width: 10%;
    text-align: center;
    padding: 0 7px;
}
.topb-index .gradient .nav li a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.topb-index .gradient .nav li a:hover {
  color: #f4d854;
}
.head h2 {
  font-size: 38px;
  color: #000;
  line-height: 3em;
  text-align: center;
}
@media (max-width: 480px) {
  .head h2 {
    font-size: 28px;
  }
}
.head:after {
  content: " ";
  padding: 0 32px;
  border-bottom: 4px solid #0057a9;
  position: relative;
  top: -44px;
}
@media (max-width: 480px) {
  .head:after {
    top: -34px;
    padding: 0 25px;
  }
}
.news {
  background: url("../images/bg1.jpg") center no-repeat;
  background-size: cover;
  height: 789px;
}
@media (max-width: 480px) {
  .news {
    height: auto;
    padding: 0 10px;
  }
}
.news .wrapper {
  padding-top: 20px;
}
.news .wrapper .head {
  text-align: center;
}
.news .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.news .wrapper .more {
  display: block;
  clear: both;
  padding-left: 30px;
  background: url("../images/ico_more_blue.png") 48% center no-repeat;
  font-size: 14px;
  color: #0057a9;
  text-align: center;
  line-height: 3em;
}
@media (max-width: 480px) {
  .news .wrapper .more {
    background: url("../images/ico_more_blue.png") 42% center no-repeat;
  }
}
.news .wrapper .left {
  float: left;
}
.news .wrapper .right {
  float: right;
}
.news .wrapper .focus {
  width: 592px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 2px solid #0057a9;
  box-shadow: 0px 2px 8px #ddd;
  background-color: #fff;
}
@media (max-width: 480px) {
  .news .wrapper .focus {
    width: 100%;
    float: none;
  }
}
.news .wrapper .focus .item .pic {
  display: block;
}
.news .wrapper .focus .item .pic img {
  width: 590px;
  height: 390px;
object-fit: cover;
}
@media (max-width: 480px) {
  .news .wrapper .focus .item .pic img {
    width: 100%;
    height: 56vw;
  }
}
.news .wrapper .focus .item .tit {
  font-size: 18px;
  color: #000;
  line-height: 2em;
  padding: 0 47px;
  display: block;
  margin: 50px 0 20px;
}
@media (max-width: 480px) {
  .news .wrapper .focus .item .tit {
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
  }
}
.news .wrapper .list {
  width: 780px;
display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}
@media (max-width: 480px) {
  .news .wrapper .list {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.news .wrapper .list:after {
  content: "";
  display: block;
  clear: both;
}
.news .wrapper .list li {
  float: left;
  width: 375px;
  padding: 18px 20px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-bottom: 2px solid #0057a9;
  box-shadow: 0px 2px 8px #ddd;
  margin-bottom: 14px;
}
@media (max-width: 480px) {
  .news .wrapper .list li {
    width: 100%;
    float: none;
    padding: 10px;
  }
}
.news .wrapper .list li:nth-of-type(2n) {
  float: right;
}
@media (max-width: 480px) {
  .news .wrapper .list li:nth-of-type(2n) {
    width: 100%;
    float: none;
  }
}
.news .wrapper .list li a {
  font-size: 16px;
  color: #000;
  line-height: 2em;
}
@media (max-width: 480px) {
  .news .wrapper .list li a {
    font-size: 14px;
  }
}
.news .wrapper .list li .date {
  padding-left: 20px;
  background: url("../images/cal.png") no-repeat;
  color: #999;
  font-size: 14px;
  margin-top: 11px;
}
@media (max-width: 480px) {
  .news .wrapper .list li .date {
    font-size: 12px;
  }
}
.notice {
  height: 499px;
  background: url("../images/bg2.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .notice {
    height: auto;
  }
}
.notice .wrapper {
  position: relative;
}
.notice .wrapper .head {
  position: absolute;
  width: 100%;
  text-align: center;z-index: 10;
}
.notice .wrapper .head h2 {
  color: #fff;
}
.notice .wrapper .head:after {
  border-bottom: 4px solid #fff;
}
.notice .wrapper .head .more {
  position: absolute;
  right: 0;
  top: 40%;
  color: #fff;
  padding-left: 30px;
  background: url("../images/ico_more_white.png") left center no-repeat;
  font-size: 14px;
  line-height: 3em;
}
@media (max-width: 480px) {
  .notice .wrapper .head .more {
    display: none;
  }
}
.notice .wrapper .list {
  width: 100%;
}
.notice .wrapper .list:after {
  content: "";
  display: none;
  clear: both;
}
.notice .wrapper .list .nitem {
  width: 25%;
  height: 499px;
  float: left;
}
@media (max-width: 480px) {
  .notice .wrapper .list .nitem {
    width: 50%;
  }
}
.notice .wrapper .list .nitem:nth-of-type(2n+1) {
  background-color: rgba(255,255,255,0.1);
}
.notice .wrapper .list .nitem a {
  line-height: 2em;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 40px 20px;
}
@media (max-width: 480px) {
  .notice .wrapper .list .nitem a {
    font-size: 14px;
  }
}
.notice .wrapper .list .nitem .date {
  border-bottom: 1px solid #eee;
}
.notice .wrapper .list .nitem .date .fdate {
  width: 88px;
  height: 286px;
  margin: 0 auto;
  border-bottom: 4px solid #fff;
  position: relative;
  bottom: -2px;
  padding-top: 154px;
}
.notice .wrapper .list .nitem .date .fdate .rdate {
  text-align: center;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  border: 1px dashed #ccc;
  box-sizing: border-box;
  padding-top: 10px;
}
.notice .wrapper .list .nitem .date .fdate .rdate .day {
  font-size: 30px;
  color: #fff;
  display: block;
}
.notice .wrapper .list .nitem .date .fdate .rdate .mon {
  font-size: 14px;
  color: #fff;
  line-height: 3em;
}
.xiaobao {
  height: 600px;
  background: url("../images/bg3.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .xiaobao {
    height: auto;
    padding: 10px;
  }
}
.xiaobao .wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.xiaobao .wrapper .head {
  width: 100%;
  position: relative;
}
.xiaobao .wrapper .head h2 {
  color: #000;
  display: block;
  text-align: left;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .head h2 {
    font-size: 28px;
  }
}
.xiaobao .wrapper .head:after {
  border-bottom: 4px solid #0057a9;
  position: relative;
  display: inline-block;
  top: -34px;
  left: 44px;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .head:after {
    top: -24px;
    left: 28px;
    padding: 0 27px;
  }
}
.xiaobao .wrapper .head .more {
  position: absolute;
  right: 0;
  top: 40%;
  color: #0057a9;
  padding-left: 30px;
  background: url("../images/ico_more_blue.png") left center no-repeat;
  font-size: 14px;
  line-height: 3em;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .head .more {
    top: 27%;
  }
}
.xiaobao .wrapper .left {
  float: left;
  width: 678px;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .left {
    width: 100%;
    float: none;
  }
}
.xiaobao .wrapper .left:after {
  content: "";
  display: block;
  clear: both;
}
.xiaobao .wrapper .left .baofocus {
  float: left;
  width: 225px;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .left .baofocus {
    width: 48%;
  }
}
.xiaobao .wrapper .left .baofocus .item {
  box-shadow: 0px 2px 8px #ddd;
}
.xiaobao .wrapper .left .baofocus .item .tit {
  line-height: 50px;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.xiaobao .wrapper .left .baofocus .item img {
  max-width: 100%;
}
.xiaobao .wrapper .left .baolist {
  float: right;
  width: 417px;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .left .baolist {
    width: 50%;
  }
}
.xiaobao .wrapper .left .baolist li {
  border-top-left-radius: 30px;
  border-bottom: 1px solid #ddd;
  line-height: 46px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .left .baolist li {
    line-height: 2em;
    margin-bottom: 6px;
    border-top-right-radius: 30px;
    border-top-left-radius: 0;
  }
}
.xiaobao .wrapper .left .baolist li span {
  float: right;
  color: #999;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .left .baolist li span {
    display: none;
  }
}
.xiaobao .wrapper .left .baolist li a {
  color: #000;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .left .baolist li a {
    font-size: 12px;
  }
}
.xiaobao .wrapper .left .baolist li:hover,
.xiaobao .wrapper .left .baolist li:first-child {
  background-color: #0057a9;
}
.xiaobao .wrapper .left .baolist li:hover span,
.xiaobao .wrapper .left .baolist li:first-child span {
  color: #fff;
}
.xiaobao .wrapper .left .baolist li:hover a,
.xiaobao .wrapper .left .baolist li:first-child a {
  color: #fff;
}
.xiaobao .wrapper .right {
  float: right;
  width: 678px;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.xiaobao .wrapper .right .gongkai li {
  position: relative;
  padding-left: 100px;
  padding-top: 10px;
  height: 80px;
  color: #000;
  border-bottom: 2px solid #0057a9;
  border-top-left-radius: 30px;
  background-color: #fff;
  margin-bottom: 22px;
}
.xiaobao .wrapper .right .gongkai li a {
  font-size: 16px;
  color: #000;
  line-height: 2em;
  display: block;
}
@media (max-width: 480px) {
  .xiaobao .wrapper .right .gongkai li a {
    font-size: 13px;
    line-height: 1.5em;
  }
}
.xiaobao .wrapper .right .gongkai li .date {
  position: absolute;
  left: 0;
  top: 10px;
  text-align: center;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.xiaobao .wrapper .right .gongkai li .date .day {
  font-size: 30px;
  color: #0057a9;
}
.xiaobao .wrapper .right .gongkai li .date .mon {
  font-size: 14px;
  line-height: 2em;
}
.xiaobao .wrapper .right .gongkai li:hover,
.xiaobao .wrapper .right .gongkai li:first-child {
  background-color: #0057a9;
}
.xiaobao .wrapper .right .gongkai li:hover a,
.xiaobao .wrapper .right .gongkai li:first-child a {
  color: #fff;
}
.xiaobao .wrapper .right .gongkai li:hover .date .day,
.xiaobao .wrapper .right .gongkai li:first-child .date .day {
  color: #fff;
}
.xiaobao .wrapper .right .gongkai li:hover .date .mon,
.xiaobao .wrapper .right .gongkai li:first-child .date .mon {
  color: #fff;
}
@media (max-width: 480px) {
  .special .wrapper {
    padding: 0 5px;
  }
}
.special .wrapper .head {
  position: relative;
}
.special .wrapper .head h2 {
  display: inline-block;
}
@media (max-width: 480px) {
  .special .wrapper .head h2 {
    font-size: 28px;
  }
}
.special .wrapper .head:after {
  border-bottom: 4px solid #0057a9;
  display: block;
  width: 64px;
  box-sizing: border-box;
  left: 44px;
  top: -20px;
}
@media (max-width: 480px) {
  .special .wrapper .head:after {
    top: -20px;
    left: 28px;
    padding: 0 27px;
  }
}
.special .wrapper .head .more {
  position: absolute;
  right: 136px;
  top: 40%;
  color: #0057a9;
  padding-left: 30px;
  background: url("../images/ico_more_blue.png") left center no-repeat;
  font-size: 14px;
  line-height: 3em;
}
@media (max-width: 480px) {
  .special .wrapper .head .more {
    right: 10px;
    top: 27%;
  }
}
.special .wrapper .splist {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .special .wrapper .splist {
    margin-top: 10px;
    padding: 0 5px;
  }
}
.special .wrapper .splist:after {
  content: "";
  display: block;
  clear: both;
}
.special .wrapper .splist .item {
  float: left;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .special .wrapper .splist .item {
    margin-right: 0;
    margin: 0 5px;
  }
}
.special .wrapper .splist .item img {
  max-width: 100%;
  width: 100%;
}
.special .wrapper .splist .item .tit {
  background-color: #eaeff7;
  padding-left: 20px;
}
.special .wrapper .splist .item .tit a {
  font-size: 18px;
  color: #000;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .special .wrapper .splist .item .tit a {
    font-size: 12px;
    line-height: 3em;
  }
}
.special .wrapper .splist .item .tit:before {
  content: "";
  padding: 0 10px;
  border-bottom: 2px solid #0057a9;
  position: relative;
  bottom: 11px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .special .wrapper .splist .item .tit:before {
    padding: 0 5px;
    margin-right: 5px;
    bottom: 9px;
  }
}
.data {
  height: 600px;
  background: url("../images/bg4.jpg") center no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .data {
    height: auto;
  }
}
.data .wrapper {
  padding-top: 30px;
  padding: 30px 10px;
}
.data .wrapper .head {
  text-align: center;
}
.data .wrapper .txt {
  color: #666;
  line-height: 2em;
  width: 58%;
  margin: 0 auto;
  text-indent: 2em;
  font-size: 14px;
}
@media (max-width: 480px) {
  .data .wrapper .txt {
    width: 100%;
  }
}
.data .wrapper .boxs {
  margin-top: 20px;
}
.data .wrapper .boxs:after {
  content: "";
  display: block;
  clear: both;
}
.data .wrapper .boxs li {
  float: left;
  width: calc(100% / 5);
  padding: 137px 15px 0 15px;
}
@media (max-width: 480px) {
  .data .wrapper .boxs li {
    width: calc(100% / 3);
    background-size: 50% !important;
    padding: 75px 0 0 0;
    height: 200px;
  }
}
.data .wrapper .boxs li .big {
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media (max-width: 480px) {
  .data .wrapper .boxs li .big {
    font-size: 12px;
  }
}
.data .wrapper .boxs li .big .number {
  color: #0057a9;
  font-size: 28px;
  font-weight: bold;
  line-height: 2em;
}
@media (max-width: 480px) {
  .data .wrapper .boxs li .big .number {
    font-size: 20px;
  }
}
.data .wrapper .boxs li .little {
  line-height: 2em;
  color: #666;
text-align: center;
}
@media (max-width: 480px) {
  .data .wrapper .boxs li .little {
    font-size: 11px;
    padding: 0 5px;
  }
}
.data .wrapper .boxs li:nth-of-type(6n+1) {
  background: url("../images/i1.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+2) {
  background: url("../images/i2.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+3) {
  background: url("../images/i3.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+4) {
  background: url("../images/i4.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+5) {
  background: url("../images/i5.png") top center no-repeat;
}
.data .wrapper .boxs li:nth-of-type(6n+6) {
  background: url("../images/i5.png") top center no-repeat;
}
@media (max-width: 480px) {
  .flinks {
    padding: 0 10px;
  }
}
.flinks .head:after {
  display: none;
}
.flinks .head h2 {
  text-align: left;
}
@media (max-width: 480px) {
  .flinks .head h2 {
    font-size: 28px;
  }
}
.flinks ul:after {
  content: "";
  display: block;
  clear: both;
}
.flinks ul li {
  border-bottom: 1px solid #ddd;
  background: url("../images/more-right.png") center right no-repeat;
  width: 280px;
  float: left;
  margin-bottom: 20px;
  margin-right: 92px;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .flinks ul li {
    width: 48%;
    margin-right: 0;
  }
  .flinks ul li:nth-of-type(2n) {
    float: right;
  }
}
.flinks ul li:nth-of-type(4n) {
  margin-right: 0;
}
.flinks ul li a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  .flinks ul li a {
    font-size: 12px;
  }
}
.topa {
  height:100px;
  background-color:#0057a9e8;
  line-height: 41px;
  text-align: right;
  color: #fff;
  padding: 31px 114px;
position:absolute;
z-index:8;
width:100%;
}
@media (max-width: 480px) {
  .topa {
    display: none;
  }
}
.topa a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
}
.topb {
  height: 500px;
  box-sizing: border-box;
  background: url("../images/inner-banner.jpg") center no-repeat;
  background-size: cover;
    z-index: 10;
    position: relative;
}
@media (max-width: 480px) {
  .topb {
    display: none;
  }
}
.topb .gradient {
  position: relative;
  padding: 30px 50px;
  height: 500px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.1) 26%, rgba(0,0,0,0.1) 78%, rgba(0,0,0,0.3));
}
.topb .gradient:after {
  content: "";
  display: block;
  clear: both;
}
.topb .gradient .posbar {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.topb .gradient .posbar .wrapper h2 {
  font-size: 38px;
  color: #fff;
  display: inline-block;
}
.topb .gradient .posbar .wrapper .pos {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-left: 40px;
}
.topb .gradient .posbar .wrapper .pos a {
  font-size: 14px;
  color: #fff;
}
.topb .gradient .posbar .wrapper .pos a:last-child {
  color: #ffea87;
}
.topb .gradient .search {
  position: absolute;
  top: 46px;
  right: 65px;
  width: 36px;
  height: 36px;
  background: url("../images/search.png") no-repeat;
  cursor: pointer;
}
.topb .gradient .search:hover .keywords {
  display: block;
  cursor: pointer;
}
.topb .gradient .search .keywords {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 200px;
  background: #505050 url("../images/search.png") center right no-repeat;
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  padding: 0 20px;
}
.topb .gradient .logo {
  display: block;
  float: left;
}
.topb .gradient .nav {
  float: left;
  margin-left: 20px;
}
.topb .gradient .nav:after {
  content: "";
  display: block;
  clear: both;
}
.topb .gradient .nav li {
  float: left;
  line-height: 66px;

  text-align: center;
padding: 0 6px;
}
.topb .gradient .nav li a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
.topb .gradient .nav li a:hover {
  color: #f4d854;
}
.topc {
  height: 86px;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 8px #ddd;
}
@media (max-width: 480px) {
  .topc {
    display: none;
  }
}
.topc .wrapper {
  text-align: center;
}
.topc .wrapper a {
  line-height: 86px;
  text-align: center;
  font-size: 24px;
  color: #333;
  padding: 0 40px;
  position: relative;
}
.topc .wrapper a:hover,
.topc .wrapper a.current {
  color: #0057a9;
}
.topc .wrapper a:hover:after,
.topc .wrapper a.current:after {
  position: absolute;
  bottom: -28px;
  left: 60px;
  content: " ";
  padding: 0 32px;
  border-bottom: 4px solid #0057a9;
}
.topd .lists:after {
  content: "";
  display: block;
  clear: both;
}
.topd .lists li {
  float: left;
  width: 676px;
  margin-top: 25px;
  box-sizing: border-box;
  padding:12px 25px;
  border: 1px solid #ddd;
  border-bottom: 2px solid #0057a9;
  box-shadow: 0px 2px 8px #ddd;
}
@media (max-width: 480px) {
  .topd .lists li {
    max-width: 100%;
    width: 100%;
    padding: 10px;
  }
}
.topd .lists li:hover {
  background: url("../images/item-bg.jpg") center no-repeat;
  background-size: cover;
  border-bottom: 2px solid #ffd200;
}
.topd .lists li:hover .date .day {
  color: #fff;
}
.topd .lists li:hover .date .mon {
  color: #fff;
}
.topd .lists li:hover a {
  color: #fff;
}
.topd .lists li:after {
  content: "";
  display: block;
  clear: both;
}
.topd .lists li:nth-of-type(2n) {
  float: right;
}
.topd .lists li a {
  font-size: 16px;
  line-height: 2em;
  color: #000;
  display: block;
  width: 500px;
  float: left;
  margin-top: 13px;
}
@media (max-width: 480px) {
  .topd .lists li a {
    width: calc(100% - 106px);
    font-size: 14px;
    margin: 0;
  }
}
.topd .lists li .date {
  text-align: center;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  border: 1px dashed #ccc;
  box-sizing: border-box;
  padding-top: 10px;
  float: left;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .topd .lists li .date {
    transform: scale(0.75);
    margin-right: 0;
  }
}
.topd .lists li .date .day {
  font-size: 30px;
  color: #0057a9;
  display: block;
}
.topd .lists li .date .mon {
  font-size: 14px;
  color: #666;
  line-height: 3em;
}
.topd .lists-pic {
  margin-top: 40px;
}
.topd .lists-pic li {
  padding: 10px;
  border-bottom: 1px dashed #ddd;
  margin: 20px 0;
}
.topd .lists-pic li:last-child {
  border-bottom: none;
}
.topd .lists-pic li img {
  display: block;
  width: 215px;
  height: 118px;
  float: left;
}
@media (max-width: 480px) {
  .topd .lists-pic li img {
    float: none;
    width: 100%;
    height: auto;
  }
}
.topd .lists-pic li .txt {
  margin-left: 233px;
}
@media (max-width: 480px) {
  .topd .lists-pic li .txt {
    margin: 0;
  }
}
.topd .lists-pic li .txt a {
  color: #000;
  font-size: 18px;
}
@media (max-width: 480px) {
  .topd .lists-pic li .txt a {
    font-size: 14px;
    line-height: 2em;
    margin-top: 16px;
    display: block;
  }
}
.topd .lists-pic li .txt .desc {
  font-size: 14px;
  color: #666;
  margin: 15px 0;
  line-height: 2em;
  text-indent: 2em;
}
@media (max-width: 480px) {
  .topd .lists-pic li .txt .desc {
    font-size: 12px;
  }
}
.topd .lists-pic li .txt .date {
  padding-left: 20px;
  background: url("../images/cal.png") no-repeat;
  font-size: #141414 px;
  color: #999;
  font-size: 14px;
}
@media (max-width: 480px) {
  .topd .lists-pic li .txt .date {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .topd .lists-jg {
    padding: 0 20px;
  }
}
.topd .lists-jg:after {
  content: "";
  display: block;
  clear: both;
}
.topd .lists-jg li {
  padding-left: 30px;
  box-sizing: border-box;
  width: 320px;
  float: left;
  background: url("../images/more-right.png") 85% center no-repeat;
  border-radius: 10px;
  border: 1px dashed #ddd;
  margin-right: 40px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .topd .lists-jg li {
    width: 46%;
    margin-right: 2%;
    padding-left: 10px;
    background: url("../images/more-right.png") 95% center no-repeat;
  }
  .topd .lists-jg li:nth-of-type(2n) {
    float: right;
    margin-right: 0;
  }
}
.topd .lists-jg li:nth-of-type(4n) {
  margin-right: 0;
}
.topd .lists-jg li:hover {
  background-color: #0057a9;
}
.topd .lists-jg li:hover a {
  color: #fff;
}
.topd .lists-jg li a {
  line-height: 47px;
  font-size: 16px;
  color: #000;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 480px) {
  .topd .lists-jg li a {
    font-size: 12px;
  }
}
.topd article {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .topd article {
    padding: 0 10px;
  }
}
.topd article h1 {
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 2em;
}
.topd article .date {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 2em;
}
.topd article .text {
  font-size: 16px;
  color: #000;
  line-height: 2em;
  border-top: 1px dashed #ddd;
  margin-top: 20px;
  padding: 20px 0;
}
.topd article .text p {
  text-indent: 2em;
}
.topd article .text p img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.topd article .text img {
  max-width: 100%;
}
.foota {
  height: 144px;
  padding: 40px 0;
  box-sizing: border-box;
  background-color: #0057a9;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .foota {
    height: auto;
  }
}
.foota :after {
  content: "";
  display: block;
  clear: both;
}
.foota .left {
  line-height: 2em;
  font-size: 14px;
  color: #fff;
  float: left;
  width: 475px;
}
@media (max-width: 480px) {
  .foota .left {
    width: 100%;
    padding: 20px;
  }
}
.foota .mid {
  float: left;
}
@media (max-width: 480px) {
  .foota .mid {
    display: none;
  }
}
.foota .right {
  float: right;
}
@media (max-width: 480px) {
  .foota .right {
    float: none;
    text-align: center;
  }
}
.foota .right a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 60px;
  margin-left: 20px;
  padding-top: 70px;
}
.foota .right a:nth-of-type(1) {
  background: url("../images/b1.png") top center no-repeat;
}
.foota .right a:nth-of-type(2) {
  background: url("../images/b2.png") top center no-repeat;
}
.foota .right a:nth-of-type(3) {
  background: url("../images/b3.png") top center no-repeat;
}
.foota .right a:nth-of-type(4) {
  background: url("../images/b4.png") top center no-repeat;
}
.footb {
  background-color: #024788;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 480px) {
  .footb {
    font-size: 12px;
    line-height: 2em;
    padding: 10px;
  }
}
.footb a {
  font-size: 14px;
  color: #fff;
}
@media (max-width: 480px) {
  .footb a {
    font-size: 12px;
    line-height: 2em;
  }
}
.banner .banner-dots {
  position: absolute;
  text-align: center;
  top: 90%;
  width: 100%;
}
@media (max-width: 480px) {
  .banner .banner-dots {
    top: 85%;
  }
}
.banner .banner-dots li {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-left: 20px;
  background-color: #fff;
  background: url("../images/ico2.png") center no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .banner .banner-dots li {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
}
.banner .banner-dots li.slick-active {
  background: url("../images/ico1.png") center no-repeat;
}
@media (max-width: 480px) {
  .banner .banner-dots li.slick-active {
    background-size: cover;
  }
}
.banner .banner-dots li button {
  display: none;
}
.banner .slick-arrow {
  background: url("../images/left1.png") center no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  width: 70px;
  height: 70px;
  line-height: 52px;
  position: absolute;
  top: 45%;
  color: #fff;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 480px) {
  .banner .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.banner .banner-slick-prev {
  left: 100px;
  transform: rotate(360deg);
}
@media (max-width: 480px) {
  .banner .banner-slick-prev {
    left: 20px;
  }
}
.banner .banner-slick-next {
  right: 100px;
}
@media (max-width: 480px) {
  .banner .banner-slick-next {
    right: 20px;
  }
}
.focus .focus-dots {
  position: absolute;
  text-align: center;
  top: 77%;
  width: 100%;
}
@media (max-width: 480px) {
  .focus .focus-dots {
    top: 66%;
  }
}
.focus .focus-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #9eb2c5;
}
.focus .focus-dots li.slick-active {
  background: #0057a9;
  border: 2px solid #0057a9;
}
.focus .focus-dots li button {
  display: none;
}
.baofocus .baofocus-dots {
  position: absolute;
  text-align: center;
  top: 103%;
  width: 100%;
}
.baofocus .baofocus-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #9eb2c5;
}
.baofocus .baofocus-dots li.slick-active {
  background: #0057a9;
  border: 2px solid #0057a9;
}
.baofocus .baofocus-dots li button {
  display: none;
}
.splist .splist-dots {
  position: absolute;
  text-align: center;
  bottom: -40px;
  width: 100%;
}
.splist .splist-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 20px;
  background-color: #9eb2c5;
}
.splist .splist-dots li.slick-active {
  background: #0057a9;
  border: 2px solid #0057a9;
}
.splist .splist-dots li button {
  display: none;
}
.splist .slick-arrow {
  background: url("../images/left2.png") center no-repeat;
  width: 52px;
  height: 52px;
  line-height: 52px;
  position: absolute;
  top: -105px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  z-index: 999;
}
.splist .splist-slick-prev {
  right: 66px;
}
.splist .splist-slick-next {
  right: 0;
  transform: rotate(180deg);
}
.notice .notice-dots {
  position: absolute;
  text-align: center;
  top: 90%;
  width: 100%;
}
.notice .notice-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #ccc;
  box-sizing: content-box;
}
.notice .notice-dots li.slick-active {
  background: #fff;
  border: 2px solid #fff;
}
.notice .notice-dots li button {
  display: none;
}


.topa11 {
  height: 41px;
  background-color: #0057a9;
  line-height: 41px;
  text-align:center;
  color: #fff;
  padding: 0 8px;
overflow:hidden;
margin-top:-20px;
}
@media (min-width: 480px) {
  .topa11 {
    display: none;
  }
}
.topa11 a {
  color: #fff;
  font-size: 14px;
  margin: 0 2px;
}

.neirong{
height: 41px;
    background-color: #0057a9;
    padding: 0px 75px;
    position: relative;
    z-index: 11;
}
