@charset "UTF-8";
/* 首页样式 */

/* MARK:覆盖通用样式 */
.top {
  background: none;
  border: none;
}

.wrapper-nav {
  display: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.common-list li a {
  padding: 16px 10px 16px 16px;
}
.common-list li:hover {
  transform: translateY(-2%);
  box-shadow: 3px 3px 5px 2px #cccccc;
  -webkit-box-shadow: 3px 3px 5px 2px #cccccc;
  -moz-box-shadow: 3px 3px 5px 2px #cccccc;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.common-list li:hover a {
  color: #2760b7;
  font-weight: bold;
}
.common-list li:hover span {
  font-weight: bold;
}

.common-header {
  border-bottom: 1px solid #cccccc;
}
.common-header a,
.common-header span {
  width: auto;
  font-size: 24px;
  color: #222;
  margin-right: 30px;
  padding-bottom: 15px;
  position: relative;
  font-weight: normal;
  float: none;
}
.common-header a.on,
.common-header a:hover,
.common-header span.on {
  color: #2760b7;
  font-weight: bold;
}

/* MARK:顶部 */
.wrapper-header {
  height: 581px;
  background: url(../images/index_bg.jpg) no-repeat center top;
}

.index-logo {
  text-align: center;
  margin-top: 70px;
}

.index-search-box {
  margin-top: 40px;
  text-align: center;
}
.index-search-box form {
  display: inline-block;
}
.index-search-box form:hover input {
  background: rgb(255, 255, 255, 0.7);
  border: none;
}
.index-search-box input {
  width: 600px;
  height: 56px;
  padding: 0 18px;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  float: left;
  color: #666666;
  font-size: 16px;
}
.index-search-box button {
  width: 108px;
  height: 56px;
  margin: 0;
  border: 0;
  float: left;
  background: #2760b7;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  margin-left: -5px;
}
.index-search-box button img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.wrapper-index-nav {
  overflow: hidden;
  padding: 20px 0;
  margin-top: -76px;
}
.index-nav {
  padding-left: 100px;
  position: relative;
}
.index-nav:before {
  content: '';
  display: inline-block;
  width: 500px;
  height: 56px;
  background: #2760b7;
  position: absolute;
  top: 0;
  left: 99%;
}
.index-nav li {
  width: 16.66666%;
  height: 56px;
  line-height: 56px;
  float: left;
  text-align: center;
  position: relative;
  background: #2760b7;
}
.index-nav li:first-child {
  background: url(../images/nav_bg.png);
}
.index-nav li:hover:after {
  content: '';
  display: inline-block;
  width: 130%;
  height: 91px;
  background: url(../images/nav_bg2.png);
  background-size: 100% 100%;
  position: absolute;
  left: -30px;
  top: -20px;
  z-index: 1;
}
.index-nav li:hover a {
  font-weight: bold;
  font-size: 24px;
  top: -10px;
}
.index-nav li a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

/* MARK:新闻 */
.wrapper-news {
  background: #2760b7;
  margin-top: -20px;
  padding: 40px 0 80px 0;
}
.news {
  margin: 0 -20px;
}
.news-left {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.news-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}

.hotnews-title {
  display: block;
  line-height: 65px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.hotnews-title:hover {
  color: #ffde00;
}
.hotnews-content {
  padding: 15px 0px;
  color: #adc4de;
  line-height: 30px;
  text-indent: 2em;
  font-size: 14px;
}
.hotnews-more {
  padding: 0px 15px 10px;
  color: #ffffff;
  font-size: 18px;
  float: right;
}

/* 轮播图 */
.slideBox {
  width: 100%;
  height: 290px;
  position: relative;
}

.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 1;
}

.slideBox .hd ul li {
  float: left;
  width: 14px;
  height: 14px;
  margin-left: 15px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.4;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 0;
}

.slideBox .hd ul li.on {
  opacity: 1;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}

.slideBox .bd ul {
  width: 100%;
  height: 100%;
}

.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

/* MARK:要闻 */
.wrapper-yw {
  padding: 40px 0;
}
.yw {
  margin: 0 -30px;
}
.yw-left {
  width: 60%;
  float: left;
  padding: 0 30px;
  border-right: 1px solid #2760b7;
}
.yw-right {
  width: 40%;
  float: left;
  padding: 0 30px;
}

/* MARK:政务 */
.channel {
  margin-bottom: 20px;
}
.channel a {
  display: block;
  font-size: 33px;
  line-height: 50px;
  color: #2760b7;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}
.channel p {
  display: block;
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 30px;
  color: #999999;
  text-align: center;
}
.channel p:before,
.channel p:after {
  content: '';
  width: 100px;
  height: 1px;
  margin-top: 16px;
  background: #999999;
}
.channel p:before {
  float: left;
  margin-left: 400px;
}
.channel p:after {
  float: right;
  margin-right: 400px;
}
.wrapper-zw {
  padding: 40px 0;
  background: #f9f9f9;
}
.zw {
  margin: 0 -30px;
}
.zw-left {
  width: 60%;
  float: left;
  padding: 0 30px;
}
.zw-right {
  width: 40%;
  float: left;
  padding: 0 30px;
}
.zfxxgk {
  position: relative;
  padding-top: 20px;
}
.zfxxgk .zfxxgk-more {
  margin: 18px 5px 0 0;
  padding: 0 25px;
  font-size: 16px;
  line-height: 30px;
  color: #aaaaaa;
  border-radius: 16px;
  position: absolute;
  top: -68px;
  right: 0;
}
.zfxxgk .zfxxgk-more:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #2760b7;
  color: #ffffff;
}
.zfxxgk-list {
  margin: 0 -10px;
}
.zfxxgk-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 10px;
  float: left;
}
.zfxxgk-list li a {
  display: block;
  padding-left: 10px;
  transform: translateY(-2%);
  box-shadow: 1px 4px 10px 2px #e1e1e1;
  -webkit-box-shadow: 1px 2px 2px 2px #e1e1e1;
  -moz-box-shadow: 1px 4px 10px 2px #e1e1e1;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  line-height: 77px;
  border-radius: 5px;
}
.zfxxgk-list li a img {
  margin-right: 10px;
}
.zfxxgk-list li a img,
.zfxxgk-list li a span {
  display: inline-block;
  vertical-align: middle;
}
.zfxxgk-list li a:hover {
  transform: none;
  box-shadow: none;
  transition: none;
  color: #2760b7;
  font-weight: bold;
}

.fdzdgk-list {
  margin: 0 -20px;
  margin-top: 20px;
}
.fdzdgk-list li {
  width: 12.5%;
  float: left;
  padding: 0 20px;
}
.fdzdgk-list li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}
.fdzdgk-list li a:hover {
  transform: translateY(-2%);
  box-shadow: 1px 4px 10px 2px #cccccc;
  -webkit-box-shadow: 1px 4px 10px 2px #cccccc;
  -moz-box-shadow: 1px 4px 10px 2px #cccccc;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.fdzdgk-list li img {
  height: 47px;
  margin-bottom: 10px;
}

/* 政务服务 */
.wrapper-zwfw {
  padding: 40px 0;
}

.ywtb {
  height: 185px;
  background: url(../images/index_ywtb.jpg) no-repeat;
  background-size: cover;
}
.ywtb .container-1200 {
  position: relative;
}
.ywtb-title {
  float: left;
  line-height: 185px;
  padding-left: 45px;
}
.ywtb-title a {
  font-size: 32px;
  font-weight: bold;
  color: #2760b7;
  letter-spacing: 5px;
}
.ywtb-links {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f9f9f9;
  padding: 10px 62px 20px;
}
.ywtb-links p a {
  font-size: 22px;
  line-height: 57px;
  color: #2760b7;
  font-weight: bold;
  letter-spacing: 6px;
}
.ywtb-list {
  margin: 0 -14px;
}
.ywtb-list li {
  width: 25%;
  float: left;
  padding: 0 14px;
}
.ywtb-list li a {
  display: block;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}
.ywtb-list li:nth-child(1) a {
  background-color: #e4f3fd;
}
.ywtb-list li:nth-child(2) a {
  background-color: #e4f3fd;
}
.ywtb-list li:nth-child(3) a {
  background-color: #faf1e9;
}
.ywtb-list li:nth-child(4) a {
  background-color: #faf1e9;
}

.bsfw {
  margin: 0 -10px;
  padding: 20px 0;
}
.bsfw-box {
  width: 25%;
  float: left;
  padding: 10px;
}
.bsfw-inner {
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 35px 20px 30px;
}
.bsfw-inner:hover {
  transform: translateY(-2%);
  box-shadow: 1px 4px 10px 2px #cccccc;
  -webkit-box-shadow: 1px 4px 10px 2px #cccccc;
  -moz-box-shadow: 1px 4px 10px 2px #cccccc;
  -webkit-transition: all 0.4s;
}
.bsfw-inner img {
  width: 70px;
}
.bsfw-inner h2 {
  font-size: 20px;
  line-height: 48px;
  color: #222222;
  font-weight: bold;
  letter-spacing: 3px;
}
.bsfw-inner .bsfw-links a {
  width: 33.33333%;
  float: left;
  color: #777777;
  line-height: 40px;
}
.bsfw-inner .bsfw-links.bsfw-links-50 a {
  width: 50%;
  white-space: nowrap;
}
.bsfw-inner .bsfw-links a:hover {
  color: #2760b7;
}
.bsfw-inner .bsfw-more {
  margin-top: 20px;
}
.bsfw-inner .bsfw-more a {
  display: inline-block;
  width: 104px;
  height: 34px;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  color: #2760b7;
  border: 1px solid #2760b7;
}
.bsfw-inner:hover .bsfw-more a {
  color: #ffffff;
  background: #2760b7;
}

.fivefw {
  margin: 0 -5px;
}
.fivefw li {
  width: 20%;
  float: left;
  padding: 0 5px;
}
.fivefw li a {
  display: block;
  text-indent: 10px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  line-height: 58px;
  color: #444444;
}
.fivefw li a:hover {
  color: #ffffff;
  font-weight: bold;
  background: #2760b7;
}
.fivefw li a:hover i {
  background-image: url(../images/fivefw_icon_on.png);
}
.fivefw li i {
  width: 50px;
  height: 60px;
  float: left;
  margin: 0 20px;
  background-image: url(../images/fivefw_icon.png);
  background-repeat: no-repeat;
}
.fivefw li:nth-child(1) i {
  background-position: -16px 9px;
}
.fivefw li:nth-child(2) i {
  background-position: -74px 9px;
}
.fivefw li:nth-child(3) i {
  background-position: -128px 9px;
}
.fivefw li:nth-child(4) i {
  background-position: -189px 9px;
}
.fivefw li:nth-child(5) i {
  background-position: -255px 9px;
}
.fivefw li span {
  font-size: 18px;
}

/* 政民互动 */
.wrapper-zmhd {
  padding: 40px 0;
  background: #f9f9f9;
}
.xx {
  margin: 0 -30px;
}
.xx-left {
  width: 60%;
  float: left;
  padding: 0 30px;
}
.xx-right {
  width: 40%;
  float: left;
  padding: 0 30px;
}

.mail-table {
  padding-top: 10px;
  position: relative;
}
.mail-table table {
  width: 100%;
  table-layout: fixed;
}
.mail-table table tr {
  border-bottom: 1px #dddddd solid;
}
.mail-table table tr td {
  line-height: 49px;
}
.mail-table table tr td:nth-child(1) {
  width: 70%;
  font-size: 18px;
  padding-right: 10px;
}
.mail-table table tr td:nth-child(1) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mail-table table tr td:nth-child(1) a:hover {
  color: #20528f;
}
.mail-table table tr td:nth-child(2) {
  width: 15%;
  color: #777;
}
.mail-table table tr td:nth-child(3) {
  width: 15%;
  color: #777;
  text-align: center;
}
.mail-table .xx-more {
  margin: 18px 5px 0 0;
  padding: 0 25px;
  font-size: 16px;
  line-height: 30px;
  color: #aaaaaa;
  border-radius: 16px;
  position: absolute;
  top: -63px;
  right: 0;
}
.mail-table .xx-more:hover {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #2760b7;
  color: #ffffff;
}

.hd-list {
  margin: 0 -15px;
  margin-top: 20px;
}
.hd-list li {
  width: 20%;
  float: left;
  padding: 0 15px;
}
.hd-list li a {
  display: block;
  padding: 0px 0px 0px 10px;
  height: 78px;
  background-color: #f9f9f9;
  box-shadow: 5px 5px 10px #cccccc;
  border-radius: 15px;
}
.hd-list li a span {
  display: inline-block;
  line-height: 78px;
  font-size: 20px;
  color: #666666;
  vertical-align: middle;
  margin-left: 10px;
}
.hd-list li a i {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 4px;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.hd-list li:nth-child(1) a i {
  background: url(../images/index_hd_icon1.png) #ededed no-repeat 20px 16px;
}
.hd-list li:nth-child(1) a:hover i {
  background: url(../images/index_hd_icon1.png) #2760b7 no-repeat 20px -66px;
}
.hd-list li:nth-child(2) a i {
  background: url(../images/index_hd_icon2.png) #ededed no-repeat 20px 16px;
}
.hd-list li:nth-child(2) a:hover i {
  background: url(../images/index_hd_icon2.png) #2760b7 no-repeat 20px -66px;
}
.hd-list li:nth-child(3) a i {
  background: url(../images/index_hd_icon3.png) #ededed no-repeat 20px 16px;
}
.hd-list li:nth-child(3) a:hover i {
  background: url(../images/index_hd_icon3.png) #2760b7 no-repeat 20px -66px;
}
.hd-list li:nth-child(4) a i {
  background: url(../images/index_hd_icon4.png) #ededed no-repeat 20px 16px;
}
.hd-list li:nth-child(4) a:hover i {
  background: url(../images/index_hd_icon4.png) #2760b7 no-repeat 20px -66px;
}
.hd-list li:nth-child(5) a i {
  background: url(../images/index_hd_icon5.png) #ededed no-repeat 20px 16px;
}
.hd-list li:nth-child(5) a:hover i {
  background: url(../images/index_hd_icon5.png) #2760b7 no-repeat 20px -66px;
}

/* 专题专栏 */
.wrapper-ztzl {
  padding: 60px 0;
}

.picMarquee-left {
  position: relative;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
}
.picMarquee-left ul li {
  width: 25%;
  height: 190px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.picMarquee-left ul li img {
  width: 100%;
  height: 100%;
  padding: 0 7px;
}
.picMarquee-left .prev,
.picMarquee-left .next {
  position: absolute;
  top: 0;
  display: block;
  width: 36px;
  height: 190px;
}
.picMarquee-left .prev {
  left: -38px;
  background: url(../images/slidebox-prev.png) no-repeat center center;
  background-size: contain;
}
.picMarquee-left .next {
  right: -38px;
  background: url(../images/slidebox-next.png) no-repeat center center;
  background-size: contain;
}
.picMarquee-left .prev:hover,
.picMarquee-left .next:hover {
  background-color: #f9f9f9;
}

@media screen and (max-width: 1300px) {
  .picMarquee-left {
    padding: 0 40px;
  }
  .picMarquee-left .prev {
    left: 0;
  }
  .picMarquee-left .next {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .channel p:before,
  .channel p:after {
    display: none;
  }

  .yw {
    margin-left: 0;
    margin-right: 0;
  }
  .yw-left,
  .yw-right {
    width: 100%;
    padding: 0;
  }
  .yw-left {
    margin-bottom: 20px;
    border: none;
  }

  .zw {
    margin-left: 0;
    margin-right: 0;
  }
  .zw-left,
  .zw-right {
    width: 100%;
    padding: 0;
  }
  .zw-left {
    margin-bottom: 20px;
  }

  .bsfw-box {
    width: 50%;
  }
  .fivefw li {
    width: 50%;
    margin-bottom: 10px;
  }

  .xx {
    margin-left: 0;
    margin-right: 0;
  }
  .xx-left,
  .xx-right {
    width: 100%;
    padding: 0;
  }
  .xx-left {
    margin-bottom: 20px;
  }
  .hd-list li {
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper-index-nav {
    background: #2760b7;
    margin-top: 0;
  }
  .index-nav {
    padding-left: 0;
  }

  .news {
    margin-left: 0;
    margin-right: 0;
  }
  .news-left,
  .news-right {
    width: 100%;
    padding: 0;
  }
  .news-left {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper-header {
    height: 400px;
  }
  .index-logo {
    margin-top: 30px;
  }

  .index-search-box {
    margin-top: 20px;
  }
  .index-search-box form {
    display: flex;
  }
  .index-search-box input {
    height: 40px;
    flex: 1;
  }
  .index-search-box button {
    height: 40px;
  }

  .index-nav li {
    width: 33.3333%;
  }
  .index-nav li a {
    font-size: 18px;
  }

  .index-logo img {
    width: 90%;
    max-width: 500px;
  }

  .hotnews-title {
    font-size: 20px;
    line-height: 40px;
  }
  .hotnews-more {
    font-size: 16px;
  }

  .channel a {
    font-size: 22px;
    line-height: 40px;
  }
  .channel p {
    font-size: 16px;
  }

  .zfxxgk-list li {
    width: 100%;
  }
  .fdzdgk-list li {
    width: 33.33333%;
    padding: 0 10px;
  }

  .ywtb {
    height: auto;
    padding: 20px 0;
  }
  .ywtb-title {
    float: none;
    line-height: 40px;
    padding-left: 0;
    text-align: center;
  }
  .ywtb-title a {
    font-size: 18px;
  }
  .ywtb-links {
    position: relative;
    transform: none;
    padding: 20px;
  }
  .ywtb-links > p {
    text-align: center;
    margin-bottom: 20px;
  }
  .ywtb-links > p a {
    font-size: 16px;
    line-height: 1.2;
  }
  .ywtb-list {
    margin: 0 -5px;
  }
  .ywtb-list li {
    padding: 0 5px;
  }

  .bsfw-box {
    width: 100%;
  }

  .fivefw li span {
    font-size: 16px;
  }

  .mail-table table tr td:nth-child(1) {
    width: 100%;
    font-size: 16px;
  }
  .mail-table table tr td:nth-child(2) {
    width: 70px;
  }
  .mail-table table tr td:nth-child(3) {
    width: 70px;
  }

  .wrapper-news {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .wrapper-yw {
    padding: 20px 0;
  }
  .wrapper-zw {
    padding: 20px 0;
  }
  .wrapper-zwfw {
    padding: 20px 0;
  }
  .wrapper-ztzl {
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .slideBox {
    height: 200px;
  }

  .fivefw li {
    width: 100%;
  }

  .ywtb-list li {
    width: 50%;
    margin-bottom: 10px;
  }

  .hd-list li {
    width: 100%;
  }
  .hd-list li a i {
    width: 50px;
    height: 50px;
  }
  .hd-list li:nth-child(1) a i {
    background-size: 50%;
    background-position: 15px 13px;
  }
  .hd-list li:nth-child(2) a i {
    background-size: 50%;
    background-position: 15px 13px;
  }
  .hd-list li:nth-child(3) a i {
    background-size: 50%;
    background-position: 15px 13px;
  }
  .hd-list li:nth-child(4) a i {
    background-size: 50%;
    background-position: 15px 13px;
  }
  .hd-list li:nth-child(5) a i {
    background-size: 50%;
    background-position: 15px 13px;
  }
  .hd-list li a span {
    font-size: 16px;
  }

  .picMarquee-left ul li {
    width: 100%;
  }
}
