body {
  font-size: 16px;
  line-height: 1.4;
  color: #404040;
  font-family: 'MicrosoftYaHei';
}

.img {
  font-size: 0;
}

.img img {
  max-width: 100%;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.shade {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
}

.wrapper {
  margin: 0 auto;
  width: 1200px;
}

.gh {
  display: none;
}

.header-top {
  background: #f2f2f2;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
}

.header-top .wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top .handel-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top .handel-button span {
  margin: 0 22px;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #e6e6e6;
}

.header-top .handel-button a:hover {
  color: #ef1b2d;
}

.header-top .handel-button #resg-btn {
  color: #ef1b2d;
}

.header-bd {
  background: #fff;
}

.header-bd .wrapper {
  padding: 14px 0 38px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bd .logo img {
  max-width: 438px;
}

.header-bd .serch {
  margin-top: 36px;
  margin-left: auto;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 417px;
  height: 42px;
}

.header-bd .serch input {
  border: solid 2px rgba(0, 0, 0, 0.16);
  display: block;
  padding: 0 90px 0 20px;
  height: 100%;
  width: 100%;
}

.header-bd .serch button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #074b9e;
  height: 100%;
  width: 86px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.nav {
  color: #fff;
  background: #19438b;
}

.nav ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.nav li {
  position: relative;
  width: 100%;
  line-height: 50px;
  text-align: center;
}

.nav li .icon {
  display: none;
}

.nav li.active, .nav li:hover {
  background: #e5212d;
  color: #fff;
}

.nav li:hover .childer {
  display: block;
}

.nav li > a {
  display: block;
}

.nav .childer {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #e6f0fd;
  z-index: 99;
  font-size: 14px;
}

.nav .childer a {
  display: block;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #dee6f2;
}

.nav .childer a:hover {
  background: #f1f1f1;
}

.banner-wrap .swiper-container {
  height: 640px;
}

.banner-wrap li {
  height: 100%;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.banner-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-wrap .wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  z-index: 9;
}

.banner-wrap .swiper-button-prev, .banner-wrap .swiper-button-next {
  margin-top: -17px;
  width: 35px;
  height: 35px;
  -o-background-size: cover;
     background-size: cover;
}

.banner-wrap .swiper-button-prev {
  left: 0;
  background-image: url(../images/prev.png);
}

.banner-wrap .swiper-button-next {
  right: 0;
  background-image: url(../images/next.png);
}

.banner-wrap .swiper-pagination {
  bottom: 30px;
}

.banner-wrap .swiper-pagination span {
  margin: 0 8px !important;
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
}

.banner-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #00439a;
}

.news-wrap {
  padding: 27px 0;
}

.news-wrap .wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-wrap .news-item {
  width: 48%;
}

.news-wrap .news-swiper {
  margin: 0;
  height: 377px;
}

.news-wrap .news-swiper li {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
}

.news-wrap .news-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-wrap .news-swiper .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  padding: 0 20px;
}

.news-wrap .news-swiper .swiper-pagination {
  bottom: 0;
  height: 42px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news-wrap .news-swiper .swiper-pagination span {
  margin-right: 10px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #fff;
  opacity: 1;
}

.news-wrap .news-swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #e81414;
}

.news-wrap .news-item {
  margin-bottom: 40px;
}

.news-wrap .news-box .hd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #064a9d;
}

.news-wrap .news-box .tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrap .news-box .tabs a {
  display: block;
  width: 108px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #404040;
}

.news-wrap .news-box .tabs a.active {
  background: #064a9d;
  color: #fff;
}

.news-wrap .news-box .more a {
  color: #9f9f9f;
}

.news-wrap .news-box .more a:hover {
  color: #064a9d;
}

.news-wrap .news-detail {
  padding-top: 20px;
}

.news-wrap .news-detail a:hover {
  text-decoration: underline;
}

.news-wrap .news-detail .title {
  margin-bottom: 10px;
  text-align: center;
  color: #064a9d;
  font-weight: bold;
}

.news-wrap .news-detail .desc {
  color: #646464;
  line-height: 22px;
}

.news-wrap .list {
  margin-top: 20px;
}

.news-wrap .list li {
  margin-bottom: 11px;
}

.news-wrap .list li:last-child {
  margin: 0;
}

.news-wrap .list li a {
  position: relative;
  padding-left: 20px;
  display: block;
  overflow: hidden;
}

.news-wrap .list li a::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #064a9d;
  border-radius: 50%;
}

.news-wrap .list li a:hover {
  color: #064a9d;
}

.news-wrap .list li p {
  float: left;
  width: 78%;
}

.news-wrap .list li span {
  float: right;
}

.footer .links {
  background: rgba(0, 0, 0, 0.08);
}

.footer .links .wrapper {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}

.footer .links .label {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 16px;
  color: #da0010;
  font-weight: bold;
}

.footer .links ul {
  padding-left: 55px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .links li {
  position: relative;
  width: 16.66%;
  text-align: center;
}

.footer .links li:last-child::after {
  display: none;
}

.footer .links li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: #d1d1d1;
}

.footer .links li a {
  display: block;
}

.footer .links li a:hover {
  color: #064a9d;
}

.footer .links li:last-child {
  margin-right: 0;
}

.footer .bd {
  background: #333;
}

.footer .bd .title {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .bd .title h4 {
  font-size: 18px;
  color: #fff;
}

.footer .bd .title span {
  display: block;
  margin-left: 13px;
  font-size: 14px;
  color: #959595;
}

.footer .bd .content {
  padding: 45px 0 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .bd .left {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .bd .left .contact-us {
  margin-left: 14%;
}

.footer .bd .left .list li {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #959595;
}

.footer .bd .left .list li:last-child {
  margin: 0;
}

.footer .bd .left .list span {
  margin-left: 15px;
  display: block;
}

.footer .bd .right {
  width: 30%;
}

.footer .bd .right .qr-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #959595;
}

.footer .bd .right .qr-box .txt {
  margin-left: 20px;
  line-height: 30px;
}

.footer .copy {
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #545454;
  text-align: center;
  font-size: 14px;
  color: #959595;
}

.footer .copy a:hover {
  color: #fff;
}

.footer .copy .zd {
  margin-right: 20px;
}

.page-banner-wrap {
  height: 340px;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}

.breadcrumbs {
  margin-bottom: 25px;
}

.breadcrumbs .bd {
  padding: 24px 0 15px;
  border-bottom: solid 4px #074b9e;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs .icon {
  margin-right: 24px;
  font-size: 0;
}

.breadcrumbs ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs li {
  color: #9f9f9f;
}

.breadcrumbs li::after {
  content: '>';
  margin: 0 5px;
  font-size: 15px;
  color: #9f9f9f;
}

.breadcrumbs a:hover {
  color: #064a9d;
}

.main .wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.main .nav {
  width: 284px;
  margin-bottom: 10px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #022b5e;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.main .navbar {
  width: 284px;
}

.main .navbar li {
  margin-bottom: 10px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #f6f7fb;
  font-size: 16px;
  color: #636564;
}

.main .navbar li.active, .main .navbar li:hover {
  background: #074b9e;
  color: #fff;
}

.main .navbar li:last-child {
  margin-bottom: 0;
}

.main .navbar li a {
  display: block;
}

.main .right {
  min-width: 0;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
}

.main .list li {
  padding: 22px 0;
  border-bottom: 1px solid #d2d2d2;
}

.main .list a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .list .img {
  width: 270px;
  height: 160px;
}

.main .list .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.main .list .txt {
  padding-left: 30px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.main .list .txt .title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #404040;
}

.main .list .dot{
width: 20px;
height: 20px;
padding-left: 10px;
background: url(../images/dot.png)no-repeat center;
}

.main .list .txt .time {
  margin-bottom: 15px;
  font-size: 13px;
  color: #9f9f9f;;
}

.main .list .txt .time img {
  margin-right: 5px;
}

.main .list .txt .time img, .main .list .txt .time span {
  display: inline-block;
  vertical-align: middle;
}

.main .list .txt .desc {
  font-size: 14px;
  line-height: 24px;
  color: #7c7c7c;
}

.main .detail {
  padding-bottom: 10%;
}

.main .detail .hd {
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.28);
}

.main .detail .hd h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #074b9e;
}

.main .detail .hd .info {
  text-align: center;
}

.main .detail .hd .info span {
  margin-right: 5%;
  display: inline-block;
  color: #666666;
}

.main .detail .hd .info span:last-child {
  margin-right: 0;
}

.main .detail .bd {
  line-height: 32px;
  color: #555555;
}

.main .detail .bd p {
  margin-bottom: 10px;
  text-indent: 2em;
}

.pages {
  padding: 40px 0 50px;
  text-align: center;
}

.pages .totle, .pages .prev, .pages .next {
  background: #e3e3e3;
}

.pages span, .pages a {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  color: #666666;
  font-size: 14px;
}

.pages span:hover, .pages a:hover {
  background: #064a9d;
  color: #fff;
}

.pages .item {
  padding: 0;
  width: 34px;
}

.pages .item.active {
  background: #064a9d;
  color: #fff;
}