﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ov {
  overflow: hidden;
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
body {
  max-width: 1920px;
  background-image: url("../images/bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 40px;
}
.logo {
  width: 519px;
  height: 78px;
}
.logo img {
  width: 100%;
}
.top .wh>.fr {
  padding-right: 10px;
}
.top .fr p {
  font-size: 14px;
  text-align: right;
  color: #fff;
  opacity: 0.6;
  line-height: 16px;
}
.top .fr p a{
  font-size: 14px;
  text-align: right;
  color: #fff;
  line-height: 16px;
}
.search-form {
  position: relative;
  margin-top: 16px;
}
.search-form input {
  border: none;
}
.search-txt {
  width: 290px;
  height: 42px;
  padding: 0 45px 0 16px;
  font-size: 14px;
  color: #999;
  background-color: #F2F5F7;
}
.search-btn {
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url("../images/search.png");
  background-color: #F9B72B;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}
.nav {
  margin-top: 40px;
  background-color: #0475C2;
}
.nav li {
  width: 140px;
  height: 56px;
  margin: 0 14px;
  line-height: 56px;
  text-align: center;
  float: left;
  position: relative;
  z-index: 99;
}
.nav li>a {
  display: block;
  font-size: 17px;
  color: #fff;
}
.nav li:hover>a {
  background-image: url("../images/navbg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.sub-nav {
  min-width: 110%;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  padding: 14px 12px 8px;
  /* left: -39px; */
  left: 0;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.sub-nav a {
  display: block;
  margin-bottom: 6px;
  /* width: 173px; */
  height: 42px;
  border-left: 3px solid #F9B72B;
  line-height: 42px;
  text-align: center;
  background-color: #F2F7FA;
  /* padding-left: 21px; */
  padding-left: 5px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.sub-nav a:hover{
  color: #0475C2;
}
.banner {
  height: 400px;
  position: relative;
  z-index: 2;
}
.swiper1 {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper1 .swiper-slide {
  height: 100%;
}
.pagination1 {
  position: absolute;
  height: 10px;
  bottom: 30px;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.pagination1 span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, .6);
  vertical-align: top;
}
.pagination1 .swiper-active-switch {
  background-color: #F9B72B;
}
.swiper1-btn {
  position: absolute;
  width: 34px;
  height: 66px;
  background-color: rgba(255, 255, 255, .16);
  bottom: 177px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99;
  cursor: pointer;
}
.prev-btn {
  background-image: url("../images/prev.png");
  left: 30px;
}
.next-btn {
  background-image: url("../images/next.png");
  right: 30px;
}
.box {
  background-color: #FFFFFF;
  padding: 0 30px 40px;
  min-height: 277px;
}
.tit-box {
  height: 30px;
  line-height: 30px;
  padding-left: 38px;
  background-position: left center;
  background-repeat: no-repeat;
}
.tit-box.w720{width:720px;float:left;}
.tit-box.w360{width:360px;float:right;}
.tit-box h1 {
  font-size: 22px;
  text-align: left;
  color: #0475c2;
}
.tit-box a {
  font-size: 13px;
  color: #999999;
}
.tit-box a p {
  float: left;
}
.tit-box a span {
  color: #0475c2;
  font-size: inherit;
  float: left;
}
.index-box1 {
  padding-top: 32px;
}
.ul-box1 {
  margin-top: 30px;
}
.ul-box1 li {
  width: 360px;
  margin-left: 30px;
  float: left;
}
.ul-box1 li:first-child {
  margin-left: 0;
}
.ul-box1 .img-box {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ul-box1 .list-box {
  padding: 20px 22px 19px;
  border: 1px solid #dcebf5;
  height: 126px;
}
.ul-box1 li:hover .list-box {
  background-image: url("../images/listbg1.png");
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px solid #F9B72B;
  height: 125px;
  padding-bottom: 17px;
}
.ul-box1 .list-tit {
  font-size: 17px;
  line-height: 26px;
  text-align: left;

  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ul-box1 li:hover .list-tit {
  color: #fff;
}
.ul-box1 .list-box p {
  background-image: url("../images/more.png");
  background-position: right center;
  background-repeat: no-repeat;
  line-height: 19px;
  margin-top: 15px;
  height: 19px;
}
.ul-box1 li:hover .list-box p {
  background-image: url("../images/more2.png");
}
.ul-box1 .list-box p span {
  font-size: 14px;
  line-height: 22px;
  color: #0475c2;
  background-image: url("../images/time.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.ul-box1 li:hover .list-box p span {
  background-image: url("../images/time2.png");
  color: #fff;
}
.ul-box2 {
  width: 360px;
  margin: 30px 0 0 30px;
}
.ul-box2 li {
  border-bottom: 1px solid #DCEBF5;
  margin-bottom: 12px;
}
.ul-box2 li:last-child {
  margin-bottom: 0;
  border: none;
}
.ul-box2 li a {
  display: block;
  padding-bottom: 13px;
      overflow: hidden;
}
.ul-box2 li:last-child a {
  padding-bottom: 0;
}
.time-box {
  text-align: center;
  border-top: 3px solid #0475C2;
  background-color: #F2F7FA;
  padding: 3px 7px 5px;
  margin-right: 18px;
}
.ul-box2 li:hover .time-box {
  border-top: 3px solid #F9B72B;
  background-color: #0475C2;
}
.time-box span {
  display: block;
  font-size: 19px;
  color: #0475C2;
  line-height: 21px;
}
.ul-box2 li:hover .time-box span, .ul-box2 li:hover .time-box p {
  color: #fff;
}
.time-box p {
  font-size: 12px;
  color: #0475C2;
  line-height: 14px;
  margin-top: 6px;
}
.ul-box2 a>p {
  font-size: 15px;
  line-height: 26px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ul-box2 li:hover a>p {
  color: #0475C2;
}
.index-box2 {
  margin: 32px 0 34px;
}
.index2-img {
  width: 840px;
  height: 100px;
}
.index2-img img {
  width: 100%;
  height: auto;
}
.index2-ul li {
  margin-left: 20px;
  background-image: url("../images/B03.png");
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  text-align: center;
}
.index2-ul li:first-child {
  background-image: url("../images/B02.png");
}
.index2-ul li a {
  display: block;
  width: 130px;
  height: 100px;
  background-image: url("../images/I02.png");
  background-position: center top 17px;
  background-repeat: no-repeat;
  font-size: 14px;
  color: #fff;
  padding-top: 65px;
}
.index2-ul li:first-child a {
  background-image: url("../images/I01.png");
}
.index3-list-box {
  width: 555px;

}
.index3-ul {
  padding-top: 3px;
  border-top: 1px solid #DCEBF5;
  margin-top: 20px;
}
.index3-ul li {
  overflow: hidden;
  margin-bottom: 4px;
}
.index3-ul li a {
  font-size: 15px;
  line-height: 42px;
  text-align: left;
  color: #333;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.index3-ul li:hover a {
  color: #0475C2;
}
.index3-ul li a span {
  font-size: 15px;
  color: #0475C2;
}
.index3-ul li>span {
  float: right;
  font-size: 14px;
  line-height: 42px;
  color: #999;
}
.index-box4 {
  margin-top: 25px;
}
.index-box4 .tit-box {
  padding-left: 44px;
  margin-bottom: 30px;
}
.index4-ul li {
  margin-left: 29px;
  float: left;
}
.index4-ul li:first-child {
  margin-left: 0;
}
.index4-ul li:nth-child(3) {
  margin-left: 30px;
}
.index4-ul li a .img-box4 {
  width: 263px;
  height: 174px;
  overflow: hidden;
}
.index4-ul .img-box4 img {
  width: 100%;
  height: auto;
}
.index4-ul li a p {
  width: 263px;
  height: 46px;
  background-color: #F3F7FA;
  font-size: 16px;
  color: #333333;
  padding-left: 20px;
  line-height: 46px;
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index4-ul li:hover a p {
  background-color: #0475C2;
  color: #fff;
}
.bottom {
  border-top: 4px solid #F9B72B;
  padding: 36px 30px 46px;
  background-color: #0475C2;
}
.bottom-ul {
  margin-bottom: 12px;
}
.bottom-ul li {
  float: left;
  font-size: 14px;
  color: #fff;
}
.bottom-ul li a {
  font-size: 14px;
  color: #fff;
}
.bottom-ul li:first-child span{
  display: none;
}
.bottom p {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}
.bottom .fr>p {
  text-align: right;
}
.bottom .fr>p:first-child {
  margin-bottom: 13px;
}
.bottom .fr>p a {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
}

.top-bg {
  height: 200px;
  background-image: url("../images/topbg.png");
  background-position: center;
  background-repeat: no-repeat;
}
.list-box {
  padding-top: 30px;
}
.sub-box {
  width: 240px;
}
.sub-box h1 {
  border-bottom: 3px solid #F9B72B;
  background-image: url("../images/B04.png");
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  padding: 22px 0 23px 23px;
}
.sub-list {
  background-color: #F2F7FA;
  padding: 0 20px;
}
.sub-list li {
  border-bottom: 1px solid #DCEBF5;
  line-height: 65px;
  height: 65px;
  position: relative;
}
.sub-list li a {
  display: block;
  font-size: 16px;
  color: #333;
  padding-left: 28px;
}
.sub-list li:hover a, .sub-list li.active a {
  background-image: url("../images/more3.png");
  background-position: 192px center;
  background-repeat: no-repeat;
  color: #0475C2;
}
.sub-list li hr {
  display: none;
  width: 2px;
  height: 16px;
  background-color: #0475C2;
  border: none;
  position: absolute;
  left: 14px;
  top: 14px;
}
.sub-list li:hover hr, .sub-list li.active hr {
  display: block;
}
.newslist-box {
  width: 870px;
}
.tit-location {
  border-bottom: 1px solid #DCEBF5;

}
.tit-location h1 {
  font-size: 22px;
  line-height: 29px;
  color: #0475c2;
  position: relative;
  padding-bottom: 16px;
}
.tit-location h1 hr {
  width: 100%;
  height: 3px;
  background-color: #0475C2;
  border: none;
  position: absolute;
  bottom: -2px;
}
.location {
  padding-left: 22px;
  background-image: url("../images/L01.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.location span {
  font-size: 14px;
  line-height: 26px;
  color: #879398;
}
.location a {
  font-size: 14px;
  line-height: 26px;
  color: #879398;
}
.location a:hover, .location a.active {
  color: #0475C2;
}
.newslist {
  margin-top: 9px;
}
.newslist li {
  border-bottom: 1px solid #DCEBF5;
  overflow: hidden;
}
.newslist li a {
  float: left;
  font-size: 15px;
  line-height: 44px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
}
.newslist li a:hover {
  color: #0475C2;
}
.newslist li span {
  float: right;
  font-size: 14px;
  line-height: 44px;
  color: #0475c2;
}

.NewsPage {
  text-align: center;
  overflow: hidden;
  transform: translate(-50%);
  display: inline-block;
  position: relative;
  left: 50%;
  margin-top: 30px;
}
.NewsPage a {
  display: block;
  float: left;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background-color: #f4f4f4;
  margin: 0 3px;
  color: #333;
  font-size: 14px;
}
.NewsPage .first-a, .NewsPage .last-a {
  width: 64px;
}
.NewsPage a.active {
  background-color: #005bab;
  color: #fff;
}
.picture {
  border-bottom: 1px solid #DCEBF5;
}
.picture li {
  width: 270px;
  float: left;
  margin: 0 0 30px 30px;

}
.picture li:nth-child(3n+1) {
  margin-left: 0;
}
.picture li a .img-box {
  width: 270px;
  height: 178px;
  overflow: hidden;
}
.picture li img {
  width: 100%;
  height: auto;
}
.picture li p {
  width: 100%;
  padding: 12px 20px 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #F3F7FA;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.picture li:hover p {
  color: #fff;
  background-color: #0475C2;
}
.newshow-tit {
  text-align: center;
  padding: 34px 0 22px;
  border-bottom: 1px solid #DCEBF5;
}
.newshow-tit h1 {
  font-size: 24px;
  line-height: 44px;
  color: #333;
  font-weight: normal;
}
.newshow-tit p {
  font-size: 14px;
  line-height: 26px;
  color: #879398;
  margin-top: 12px;
}
.newshow-cn {
  padding-bottom: 24px;
  border-bottom: 1px solid #DCEBF5;
}
.newshow-cn p {
  font-size: 14px;
  line-height: 26px;
  color: #505050;
  padding-top: 20px;
}
.newshow-cn img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.prev-next-box{
  padding-top: 22px;
}
.prev-next span {
  font-size: 14px;
  line-height: 28px;
  color: #0475C2;
  float: left;
}
.prev-next{
  width: 607px;
}
.prev-next a {
  float: left;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width:90%;
}
.back {
  float: right;
  font-size: 14px;
  line-height: 28px;
  color: #0475c2;
  background-image: url("../images/back.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
}
/* 分页居中 */
[id$='Page'] {
    text-align: center;
}