﻿/*   */
.head {
  width: 100%;
  height: 170px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.head_logo {
  width: 426px;
  margin-top: 45px;
  margin-right: 12px;
}

.head_logo img {
  width: 100%;
}

.head_title {
  margin-top: 49px;
}

.head_title p {
  font-size: 24px;
  font-weight: bold;
  color: #015293;
  margin-bottom: 4px;
}

/*   */
.nav {
  width: 100%;
  height: 60px;
  background: #015293;
}

.nav li.menu-item {
  float: left;
}

.nav li a.menu-link {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.nav li .current {
  background-color: #1C6BAA;
}

.nav li.menu-item:hover {
  background-color: #1C6BAA;
}
.nav .container {
    position: relative;
}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.wp-menu .menu-item a.menu-link {display: inline-block;padding: 0 18px;line-height: 60px;color: #FFFFFF;font-size: 18px;}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{background-color:#1C6BAA; text-decoration: none; color: #eee;}
.sub-menu {display: none;position: absolute;left: 0;top: 60px;min-width: 100%;z-index: 100;background:#f5f5f5;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;float:none;}
.sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 24px;font-size: 16px;background:none;text-align: left;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #fff; background-color:#1C6BAA; display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.search {
  height: 100%;position: absolute;
    right: 0;
    top: 0;
}

.search form {
  margin-top: 11px;
}

.search input {
  width: 195px;
  height: 38px;
  font-size: 14px;
  padding: 12px 14px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #0E85E5;
}

.search button {
  width: 37px;
  height: 38px;
  line-height: 12px;
  background: #1C6BAA;
  text-align: center;
}

.search button img {
  width: 16px;
  height: 16px;
}

/*   */
.main {
  width: 100%;
  padding: 73px 0 50px;
  box-sizing: border-box;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.main .row {
  margin-bottom: 40px;
}

#swiper-container01 {
  position: relative;
  width: 100%;
  height: 337px;
}

#swiper-container01 .swiper-slide {
  /* text-align: center; */
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#swiper-container01 .swiper-slide img {
  width: 100%;
  height: 100%;
}

#swiper-container01 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 33, 60, 0.45);
  margin: 0;
}

#swiper-container01 .swiper-slide p a {
  color: #fff;
  z-index: 1;
  display: inline-block;
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#swiper-container01 .swiper-pagination {
  bottom: 15px;
  right: 0;
  left: unset;
  width: 20%;
}

#swiper-container01 .swiper-pagination-bullet-active {
  background-color: #015293 !important;
}

#swiper-container01 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.news {
  width: 100%;
  height: 337px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.news .hd {
  display: flex;
}
.news .hd .hd_item a {
    color: #7ca8ca;
    font-size: 14px;
    position: absolute;
    right: 25px;
}
.news .hd .hd_item {position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  height: 66px;
  font-size: 24px;
  color: #015293;
  padding-left: 29px;
  box-sizing: border-box;
  cursor: pointer;
}

.news .hd .hd_item span {
  font-size: 24px;
  color: #015293;
  font-weight: 500;
}

.news .hd .current {
  background-color: #015293;
}

.news .hd .current span {
  color: #fff;
}

.news .bd {
  width: 100%;
}

.news .bd ul li {
  display: flex;
  align-items: center;
  width: 90%;
  height: 66px;
  margin: 0 auto;
  border-bottom: 1px solid #DEDEDE;
}

.news .bd ul li:last-child {
  border: none;
}

.news .bd ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #015293;
  margin-right: 10px;
}

.news .bd ul li a {
  display: inline-block;
  width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .box {
  width: 100%;
  height: 353px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.main .box .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #015193;
}

.main .box .hd .tit img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.main .box .hd .tit span {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
}

.main .box .hd .more a {
  font-size: 16px;
  color: #7CA8CA;
}

.main .box .bd {
  width: 100%;
}

.main .box .bd ul li {
  display: flex;
  align-items: center;
  width: 90%;
  height: 58px;
  margin: 0 auto;
  border-bottom: 1px solid #DEDEDE;
}

.main .box .bd ul li:last-child {
  border: none;
}

.main .box .bd ul li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #015293;
  margin-right: 10px;
}

.main .box .bd ul li a {
  display: inline-block;
  width: 92%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box.post-7 .hd .tit .title {
    background: url(/_upload/tpl/05/33/1331/template1331/htmlRes/1625540249_page_img.png) no-repeat left bottom;
    padding-left: 40px;
}

.box.post-8 .hd .tit .title {
    background: url(/_upload/tpl/05/33/1331/template1331/htmlRes/1625540266_page_img.png) no-repeat left bottom;
    padding-left: 40px;
}

.main .gk {
  width: 100%;
  height: 353px;
}

.main .gk img {
  width: 100%;
  margin-bottom: 10px;
}

.main .gk .mes {
  width: 100%;
  height: 113px;
  padding: 12px 15px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #0469CA, #71C5FF);
}

.main .gk .mes h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0;
}

.main .gk .mes p {
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 1px;
}

/*   */
.foot {
  width: 100%;
  height: 207px;
  background: #015293;
}

.foot .foot_box {
  height: 207px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot .item01 {
  display: flex;
  align-items: center;
}

.foot .item01 img {
  width: 86px;
  height: 86px;
  margin-right: 25px;
}

.foot .item01 .nr p {
  font-size: 18px;
  color: #FFFFFF;
}

.foot .item02 .ewm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.foot .item02 .ewm img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.foot .item02 .ewm span {
  font-size: 20px;
  color: #FFFFFF;
}

/*  */
.mobile_nav {
  position: fixed;
  top: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #015293;
  z-index: 2;
}

.mobile_nav img {
  height: 20px;
}

.mobile_cd {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  padding-top: 50px;
  background-color: #fff;
  box-shadow: 1px 12px 12px rgba(0, 0, 0, .3);
  z-index: 4;
}

.mobile_cd .item {
  display: block;
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #000;
}

.mobile_cd .on {
  color: #015193;
}

.mobile_cd img {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 35px;
}

/*   */
.mobile_search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 58px 15px;
  background-color: #fff;
  z-index: 4;
}

.mobile_search input {
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.mobile_search img {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 35px;
}

/*  */
.mobile_foot {
  display: none;
  width: 100%;
  padding: 15px;
  background-color: #015293;
}

.mobile_foot .nr {
  width: 100%;
  margin: 20px 0;
}

.mobile_foot .nr p {
  color: #fff !important;
  font-size: 12px !important;
}

.mobile_foot .ewm {
  width: 100px;
  text-align: center;
}

.mobile_foot .ewm img {
  width: 50px;
  margin-bottom: 10px;
}

.mobile_foot .ewm p {
  color: #fff !important;
  font-size: 12px !important;
}


/*   */
.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, .6);
  ;
}

.show {
  overflow: hidden;
}

@media screen and (max-width: 992px) {

  .head,
  .nav,
  .foot {
    display: none;
  }

  .mobile_nav {
    display: flex;
  }

  .main {
    padding-bottom: 0;
  }

  .mobile_foot {
    display: block;
  }

  .main .row {
    margin-bottom: 0;
  }

  .news,
  .main .box {
    margin: 20px 0;
  }

  .main .gk {
    margin-bottom: 20px;
  }

}
