* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:hover {
  color: #014099 !important;
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
.ov {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.top {
  padding: 14px 0 17px;
  height: 120px;
}
.top-box {
  padding: 19px 20px 15px 10px;
  width: 319px;
  border-bottom: 1px solid #dce3ee;
}
.search {
  width: 18px;
  height: 18px;
  /* background-image: url('../images/search.png');
  background-size: cover; */
  position: relative;
}
.search-btn {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../images/search.png');
  background-size: cover;
  cursor: pointer;
}
.search.active .search-btn {
  background-image: url('../images/close.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.search form {
  display: none;
  position: absolute;
  left: -200px;
  top: -6px;
  border-radius: 2px;
  overflow: hidden;
}
.search.active form {
  display: block;
}
.txt-input {
  width: 200px;
  height: 30px;
  padding: 0 30px 0 10px;
  border: none;
  background-color: #e1e8f5;
}
.submit-input {
  position: absolute;
  right: 0;
  border: none;
  width: 30px;
  height: 30px;
  background-image: url('../images/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e1e8f5;
}
.email {
  width: 22px;
  height: 16px;
  background-image: url("../images/email.png");
  background-size: cover;
  margin-left: 25px;
}
.top-nav {
  border-left: 1px solid #8192ab;
  height: 14px;
  line-height: 14px;
}
.top-nav a {
  font-weight: 400;
  font-size: 14px;
  color: #8192ab;
  margin-left: 19px;
}
.nav {
  margin-top: 17px;
}
.nav li {
  float: left;
  padding: 0 12.5px 0 21px;
  height: 40px;
  position: relative;
}
.nav li>a {
  font-size: 15px;
  color: #5f6e85;
  padding-right: 17px;
  background-image: url("../images/navicon.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.nav li.active>a {
  color: #014099;
}
.nav li:first-child>a {
  padding-right: 0;
  background-image: none;
}
.nav hr {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background: #014099;
  border: none;
  margin-top: 1px;
}
.nav-sub {
  display: none;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  /* width: 100%; */
  width: 140px;
  left: -15px;
  top: 36px;
  text-align: center;
  padding: 0 18px;
  border-top: 3px solid #0C499E;
}
.nav-sub a {
  display: block;
  font-size: 15px;
  line-height: 32px;
  font-size: 14px;
  line-height: 24px;
  color: #8f9eb5;
  border-bottom: 1px solid #E3E8F1;
  padding: 10px 0;
  /* padding-left: 23.5px; */
}
.banner {
  width: 100%;
  margin-top: 5px;
}
.swiper1 {
  height: 500px;
  overflow: hidden;
  position: relative;
}
.swiper1 .swiper-slide {
  width: 100vw;
  height: 680px;
  background-position: center;
}
.pagination1 {
  display: block;
  height: 8px;
  line-height: 8px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.pagination1 .swiper-pagination-switch {
  /* float: left; */
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333;
  opacity: 0.26;
  filter: alpha(opacity=26);
  margin: 0 4px;
}
.pagination1 .swiper-active-switch {
  background: #014099;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index-box {
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #E7ECF5;
}
.index-box-tit {
  width: 132px;
  height: 68px;
  font-size: 21px;
  color: #414853;
  padding: 0 18px 15px 30px;
  font-weight: normal;
  margin-top: 30px;
  position: relative;
}
.index-box-tit::after{
  content: "";
  width: 24px;
  height: 24px;
  background: #768baa;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  left: 20px;
  top: -4;
}
.index-box-tit span{
  font-weight: 400;
  font-size: 14px;
  color: #7d92b1;
  position: absolute;
  left: 32px;
  top: 40px;
}
.swiper2-box {
  margin-left: 50px;
}
.swiper2 {
  width: 927px;
  height: 130px;
}
.swiper2 .swiper-slide {
  width: 927px;
  height: 150px;
  overflow: hidden;
}
.new-list-box {
  width: 309px;
  height: 130px;
  border-left: 1px solid #E7ECF5;
  float: left;
  padding: 26px 26px 0;
}
.swiper2 .swiper-slide div:first-child {
  border-left: none;
}
.new-list-box a {
  font-size: 15px;
  line-height: 22.5px;
  color: #505050;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-list-box a:hover {
  color: #014099;
}
.new-list-box span {
  display: block;
  height: 13px;
  background-image: url("../images/time.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
  font-family: "Arial";
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  color: #8192ab;
  line-height: 13px;
  margin-top: 12px;
}
.index-btn-box {
  margin-top: 32px;
}
.swiper2-btn {
  width: 20px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 21px;
  cursor: pointer;
}
.swiper2-prev {
  background-image: url("../images/prev.png");
  margin-bottom: 15px;
}
.swiper2-next {
  background-image: url("../images/next.png");
  margin-top: 14px;
}
.more-box {
  display: block;
  width: 62px;
  height: 19px;
  line-height: 19px;
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #7d92b1;
}
.more-box span {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #e1e8f5;
  top: 7px;
  left: 0;
  z-index: -1;
}
.index-box2 {
  padding-top: 10px;
}
.index-box2-fl {
  width: 793px;
}
.tit-box {
  height: 27px;
}
.tit-box h1 {
  font-weight: 400;
  font-size: 21px;
  color: #414853;
  padding-left: 16px;
  position: relative;
  line-height: 27px;
}
.tit-box h1 span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #768baa;
  left: 0;
  top: 11px;
}
.tit-box .more-box {
  margin-top: 4px;
}
.index-box2-fr {
  width: 380px;
}
.box2-fl-cn {
  margin-top: 27px;
}
.fl-img-box {
  width: 386px;
}
.big-img {
  width: 100%;
  height: 260px;
  background-image: url("../images/imgbg.png");
  background-position: center;
  background-size: cover;
  padding: 3px;
  position: relative;
}
.big-img img {
  width: 100%;
  height: 100%;
}
.big-img a {
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 380px;
  height: 62px;
  background: linear-gradient(180.00deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  line-height: 62px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
}
.img-list-box {
  margin-top: 17px;
}
.img-list-box li {
  float: left;
  width: 83px;
  height: 54px;
  padding: 3px;
  margin-left: 16px;
  position: relative;
}
.img-list-box li.active {
  padding: 0;
}
.img-list-box li:first-child {
  margin-left: 3px;
}
.img-list-box li img {
  width: 100%;
}
.img-list-box li a {
  display: none;
}
.img-list-box li.active span {
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 77px;
  height: 16px;
  background: linear-gradient(90.00deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 12px;
  padding-left: 3px;
  line-height: 16px
}
.fl-list-box {
  width: 380px;
}
.fl-list-box li {
  height: 60px;
  margin-top: 7px;
  border-bottom: 1px solid #E7ECF5;
}
.fl-list-box li:first-child {
  margin-top: 0;
}
.fl-list-box li:last-child {
  border-bottom: none;
}
.fl-list-box li>a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fl-list-box li>a:hover {
  color: #014099;
}
.time-box {
  /* float: left; */
  display: block;
  background-image: url('../images/time.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  font-weight: 400;
  font-size: 13px;
  color: #949dab;
  height: 15px;
  line-height: 15px;
  margin-top: 5px;
}
.more {
  float: right;
  width: 25px;
  height: 5px;
  background-image: url('../images/more.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5px;
}
.fr-link-box {
  margin-top: 30px;
  height: 328px;
}
.fr-link-box li {
  float: left;
  width: 180px;
  height: 154px;
  margin: 0 0 20px 20px;
}
.fr-link-box li:nth-child(2n+1) {
  margin-left: 0;
}
.fr-link-box li a {
  display: block;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding-top: 100px;
  background-image: url('../images/jw.png');
  background-position: center 32px;
  background-repeat: no-repeat;
  background-color: #8196B8;
}
.fr-link-box li:nth-child(2) a {
  background-image: url('../images/tsg.png');
  background-color: #7EA5A8;
}
.fr-link-box li:nth-child(3) a {
  background-image: url('../images/cw.png');
  background-color: #7EA5A8;
}
.fr-link-box li:nth-child(4) a {
  background-image: url('../images/xg.png');
}
.index-box3 {
  background-color: #F5F8FC;
  height: 409px;
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
}
.box3-list {
  width: 380px;
  margin-left: 30px;
  float: left;
}
.box3-list:first-child {
  margin-left: 0;
}
.box3-ul {
  padding-top: 8px;
}
.box3-ul li {
  margin-top: 12px;
  overflow: hidden;
}
.box3-ul li>a {
  font-weight: 400;
  font-size: 15px;
  color: #505050;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.box3-ul li>a:hover {
  color: #014099;
}
.index-box4 {
  padding: 0 0;
  border-bottom: 1px solid #E7ECF5;
}
.index-box4 ul li {
  border-right: 1px solid #f0f0f0;
  height: 110px;
  width: 171px;
  float: left;
  text-align: center;
}
.index-box4 ul li:first-child {
  border-left: 1px solid #f0f0f0;
}
.index-box4 ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.index-box4 ul li a:hover span {
  color: #014099;
}
.icon {
  width: 52px;
  height: 52px;
  background: #f7fbff;
  margin: 10px auto 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-box4 ul li span {
  font-weight: 400;
  font-size: 14px;
  color: #677181;
  line-height: 19px;
}
.bottom {
  background-image: url('../images/bottombg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 184px;
  padding: 50px 0;
}
.bottom .wh {
  position: relative;
}
.bottom-nav {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5c6b84;
  opacity: 0.89;
  filter: alpha(opacity=89);
  margin-bottom: 20px;
}
.bottom-nav span {
  margin: 0 5px;
}
.bottom p, .bottom p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #7f8792;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.bottom a:hover {
  color: #014099;
}
.bottom-img {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 0;
  right: 0;
}
.box {
  background-color: #F5F8FC;
  border-bottom: 1px solid #E7ECF5;
  padding: 30px 0 80px;
}
.bg-box {
  width: 100%;
  height: 280px;
  background-image: url('../images/B01.jpg');
  background-position: center center;
}
.list-bg {
  background-image: url('../images/B02.png');
}
.box-show {
  padding: 0 30px 30px;
  background-color: #fff;
  margin-top: 30px;
}
.location-nav {
  padding: 20px 0;
  border-bottom: 1px solid #E7ECF5;
  font-size: 14px;
  position: relative;
  margin-bottom: 29px;
}
.location a {
  font-weight: 400;
  font-size: 14px;
  color: #7F8792;
}
.sub-nav {
  position: absolute;
  right: 0;
}
.sub-nav li {
  float: left;
  margin-left: 20px;
}
.sub-nav li a {
  font-size: 15px;
  color: #949dab;
}
.sub-nav li.active a, .sub-nav li:hover a {
  color: #014099;
}
.sub-nav li hr {
  display: none;
  border: none;
  width: 20px;
  height: 2px;
  background-color: #014099;
  margin: 18px auto 0;
}
.sub-nav li.active hr, .sub-nav li:hover hr {
  display: block;
}
.newshow-cn {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #7f8792 !important;
}
.newshow-cn p{
  text-indent: 2em;
}
.newshow-cn *{
  font-weight: 400;
  font-size: 14px !important;
  color: #7f8792 !important;
}

.newshow-cn p {
  /* margin-bottom: 12px; */
}
.newlist-box {
  margin-top: -17px;
}
.newlist-box li {
  height: 56px;
  border-bottom: 1px solid #E7ECF5;
  line-height: 55px;
  overflow: hidden;
}
.newlist-box li a {
  display: block;
  float: left;
  font-weight: 400;
  font-size: 15px;
  color: #505050;
  position: relative;
  padding-left: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1040px;
}
.newlist-box li a:hover {
  color: #014099;
}
.newlist-box li a span:first-of-type {
  position: absolute;
  left: 0;
  top: 25px;
  width: 5px;
  height: 5px;
  background: #677181;
}
.newlist-box li>span {
  float: right;
  font-weight: 400;
  font-size: 13px;
  color: #abb9ce;
}
.newshow-tit {
  border-bottom: 1px solid #E7ECF5;
  padding-bottom: 26px;
  margin-bottom: 25px;
}
.newshow-tit h1 {
  font-size: 18px;
  color: #505050;
  margin-bottom: 11px;
}
.newshow-tit p {
  font-size: 13px;
  color: #7f8792;
}
.newshow-cn img {

  margin: 0 auto;
}
.pic-list {
  padding-right: 20px;
}
.pic-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
.pic {
  width: 160px;
  height: 196px;
}
.pic img {
  width: 100%;

}
.pic-show {
  width: 910px;
}
.pic-tit {
  border-bottom: 1px solid #E7ECF5;
  font-size: 18px;
  line-height: 21px;
  color: #505050;
  padding: 19px 0 20px;
}
.pic-tit span {
  font-weight: 400;
  font-size: 14px;
  color: #7f8792;
  margin-left: 30px;
}
.pic-show-cn {
  font-weight: 400;
  font-size: 14px;
  color: #7f8792;
  margin: 19px 0 16px;
}
.pic-show-cn span {
  margin: 0 50px 0 15px;
}
.pic-show p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7f8792;
}
.pic-show p span {
  margin-right: 15px;
}
.sub-nav2 {
  margin: -10px 0 24px;
}
.sub-nav2 li {
  float: left;
  margin-left: 8px;
}
.sub-nav2 li:first-child {
  margin-left: 0;
}
.sub-nav2 li a {
  font-weight: 400;
  font-size: 14px;
  color: #7F8792;
  padding: 7px 16px 8px;
}
.sub-nav2 li a:hover {
  color: #fff !important;
}
.sub-nav2 li:hover a, .sub-nav2 li.active a {
  color: #fff;
  background-color: #014099;
}
.pic-list2 li {
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
.pic-list2 li:nth-child(5n+1) {
  margin-left: 0;
}
.list2-pic-box {
  width: 204px;
  height: 250px;
  overflow: hidden;
}
.list2-pic-box img {
  width: 100%;
  height: 100%;
}
.pic-name {
  margin-top: 18px;
}
.pic-name h1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #505050;
}
.pic-name h1 span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #cfe2ff;
  margin-bottom: 7px;
  margin-left: 14px;
}
.pic-name>span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #b9c1ce;
  margin-top: 8px;
}
.pic-show2-tit {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #E7ECF5;
  margin-bottom: 29px;
}
.pic-show2-tit img {
  width: 260px;
  height: 318px;
}
.pic-show2-name {
  margin-top: 30px;
}
.pic-show2-name h1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #505050;
  margin-bottom: 8px;
}
.pic-show2-name p {
  font-weight: 400;
  font-size: 14px;
  color: #7f8792;
  line-height: 19px;
}
.pic-show2-cn {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #7f8792;
}
.pic-show2-cn p {
  margin-bottom: 24px;
}
.NewsPage {
  font-size: 16px;
  text-align: center;
}

.new-nav-two{
  width: 240px;
  margin-top: 30px;
}
.new-nav-two .title{
  width: 240px;
  height: 88px;
  background: url(../images/bg1.png) no-repeat center;
}
.new-nav-two .title h2{
  color: #fff;
  font-size: 25px;
  font-weight: initial;
  padding-top: 15px;
  text-indent: 40px;
  position: relative;
}
.new-nav-two .title h2::after{
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  left: 40px;
  bottom: -5px;
}
.new-nav-two ul{
  padding-left: 20px;
  background: #f5f8fc url(../images/bg2.png) no-repeat center bottom;
  min-height: 200px;
}
.new-nav-two ul li{
  line-height: 65px;
  position: relative;
}
.new-nav-two ul li::after{
  content: "";
  width: 160px;
  height: 1px;
  background: #d7e2f0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
}
.new-nav-two ul li .s{
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  text-indent: 20px;
  display: block;
}
.new-nav-two ul li.on .s,
.new-nav-two ul li:hover .s{
  background: #fff;
  color: rgba(1, 64, 153, 1);
  font-weight: Bold;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}
.new-nav-two ul li .se{
  padding-left: 20px;
  display: none;
}
.new-nav-two ul li .se p{
  line-height: 50px;
}
.new-nav-two ul li .se p a{
  color: rgba(80, 80, 80, 1);
  font-size: 15px;
  padding-left: 17px;
  background: url(../images/icon.jpg) no-repeat left center;
}
.new-nav-two ul li .se p a:hover{
  color: rgba(1, 64, 153, 1);
  background: url(../images/icon1.jpg) no-repeat left center;
}
.content{
  width: 870px;
  margin-top: 30px;
}
.content .head{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e7ecf5;
}
.content .head h2{
  float: left;
  font-weight: 400;
  font-size: 21px;
  color: #014099;
}
.content .cont{
  margin-top: 25px;
}
.imglist ul li{
  width: 195px;
  height: 320px;
  float: left;
  margin: 0 11.25px 12px;
}
.imglist ul li .imgbox{
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.imglist ul li .imgbox img{
  width: 100%;
}
.imglist ul li h2{
  font-size: 16px;
  line-height: 30px;
  color: #505050;
  margin-top: 8px;
  font-weight: inherit;
} 
.imglist ul li h2 span{
  width: 6px;
  height: 6px;
  background: #cfe2ff;
  display: inline-block;
  margin-bottom: 7px;
  margin-left: 14px;
}
.imglist ul li p{
  font-weight: 400;
  font-size: 13px;
  color: #b9c1ce;
}
.list .newlist-box li a{
  max-width: 88%;
}
.imglist2 .pic-show{
  width: 660px;
}
.newshow-bot{
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  margin-top: 20px;
}
.newshow-bot p{
  line-height: 30px;
  font-size: 16px;
  color: #505050;
}
.nav-two li{
  float: left;
  margin-left: 20px;
}
.nav-two li a{
  font-size: 15px;
  color: #949dab;
  display: block;
  position: relative;
}
.nav-two li a::after{
  content: "";
  width: 20px;
  height: 2px;
  background: #014099;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 1px;
  margin-left: -10px;
}
.nav-two li a:hover::after{
  display: block;
}
/* 分页居中 */
[id$='Page'] {
    text-align: center;
}