﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

.wd1200 {
  width: 1200px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.wd1120 {
  width: 1120px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.hidden {
  display: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.icon {
  display: inline-block;
}

input {
  outline: none;
  border: none;
}

.container-bg {
  width: 1920px;
  margin-left: -960px;
  position: relative;
  left: 50%;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

img {
  display: block;
}

/* 公用banner */
.banner {
  margin-top: -679px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.container-logo {
  width: 168px;
  margin-top: 80px;
}

.container-search {
  width: 325px;
  height: 36px;
  border-radius: 20px;
  background-color: white;
  margin-top: 107px;
  background-image: url(../images/icons/line-icon.png);
  background-size: 2px 21px;
  background-position: 42px center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.icon-search {
  width: 19px;
  height: 19px;
  background-image: url(../images/icons/search-icon.png);
  background-size: 19px 19px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin-left: 15px;
  margin-top: 8px;
}

.search-input {
  float: left;
  width: 190px;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  margin-left: 15px;
  color: #999;
}

.search-btn {
  width: 72px;
  height: 30px;
  float: right;
  display: block;
  border-radius: 30px;
  background-color: #27a1f2;
  margin-top: 3px;
  margin-right: 3px;
  line-height: 30px;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

/* 图标icons */
.icon {
  display: inline-block;
  margin-right: 5px;
}

.play-icon {
  width: 67px;
  height: 67px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0;
  background-image: url(../images/icons/play-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 67px 67px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33.5px;
  margin-top: -33.5px;
  cursor: pointer;
}

.icon-play {
  width: 91px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0;
  background-image: url(../images/icons/play-icon2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 91px 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33.5px;
  margin-top: -33.5px;
  cursor: pointer;
}

.icon-home {
  width: 17px;
  height: 15px;
  background-image: url(../images/icons/home-icon.png);
  background-size: 17px 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.icon-tower {
  width: 10px;
  height: 18px;
  background-image: url(../images/icons/tower-icon.png);
  background-size: 10px 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px;
}

.icon-e {
  width: 18px;
  height: 16px;
  background-image: url(../images/icons/e-icon.png);
  background-size: 18px 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-net {
  width: 15px;
  height: 15px;
  background-image: url(../images/icons/net-icon.png);
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-phone {
  width: 13px;
  height: 15px;
  background-image: url(../images/icons/phone-icon.png);
  background-size: 13px 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-location {
  width: 15px;
  height: 21px;
  background-image: url(../images/icons/location-icon.png);
  background-size: 15px 21px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-time {
  width: 16px;
  height: 16px;
  background-image: url(../images/icons/time-icon.png);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-compass {
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/compass-icon.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-click1 {
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/check1-icon.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-click2 {
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/check2-icon.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-click3 {
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/check3-icon.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-success {
  width: 62px;
  height: 62px;
  background-image: url(../images/icons/success-icon.png);
  background-size: 62px 62px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-round1 {
  width: 35px;
  height: 35px;
  background-image: url(../images/icons/round1-icon.png);
  background-size: 35px 35px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
  font-style: normal;
  color: white;
  font-style: 20px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
}

.icon-round2 {
  width: 35px;
  height: 35px;
  background-image: url(../images/icons/round2-icon.png);
  background-size: 35px 35px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
  font-style: normal;
  color: white;
  font-style: 20px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
}

.icon-file2 {
  width: 73px;
  height: 77px;
  background-image: url(../images/icons/file2-icon.png);
  background-size: 73px 77px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-file3 {
  width: 73px;
  height: 77px;
  background-image: url(../images/icons/file3-icon.png);
  background-size: 73px 77px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-add {
  width: 43px;
  height: 43px;
  background-image: url(../images/icons/add-icon.png);
  background-size: 43px 43px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-arrow1 {
  width: 16px;
  height: 8px;
  background-image: url(../images/icons/arrow1-icon.png);
  background-size: 16px 8px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-date {
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/date-icon.png);
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-more {
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/more-icon.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-more2 {
  width: 17px;
  height: 17px;
  background-image: url(../images/icons/more-icon2.png);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-flag {
  width: 20px;
  height: 32px;
  background-image: url(../images/icons/flag-icon.png);
  background-size: 20px 32px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-book {
  width: 47px;
  height: 51px;
  background-image: url(../images/icons/book-icon.png);
  background-size: 47px 51px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-hat {
  width: 50px;
  height: 51px;
  background-image: url(../images/icons/hat-icon.png);
  background-size: 50px 51px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-award {
  width: 34px;
  height: 51px;
  background-image: url(../images/icons/award-icon.png);
  background-size: 34px 51px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

.icon-house {
  width: 53px;
  height: 51px;
  background-image: url(../images/icons/house-icon.png);
  background-size: 53px 51px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0;
}

/* 文章内容 content */
.container-box {
  width: 100%;
  background: white;
  box-sizing: border-box;
  padding: 25px 42px;
  overflow: hidden;
}

.container-box .container-column {
  padding-bottom: 20px;
  margin-right: 6px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.container-box .container-column .icon {
  float: left;
  margin-right: 6px;
}

.container-box .container-column p {
  float: left;
  font-size: 16px;
  color: #6b6b6b;
}

.container-box .container-header {
  width: 100%;
  height: 57px;
  border-bottom: 5px solid black;
  margin-top: 10px;
}

.container-box .container-header p {
  width: 242px;
  color: #4293f4;
  font-size: 20px;
  line-height: 52px;
  font-weight: bold;
  border-bottom: 10px solid #4293f4;
}

/* 列表页导航 */
.list-nav {
  margin-top: 30px;
}

.list-nav li {
  width: 245px;
  height: 48px;
  background-color: #f1f2f3;
  line-height: 48px;
  text-align: center;
  float: left;
  margin-right: 50px;
  cursor: pointer;
}

.list-nav li:hover {
  color: white;
  background-color: #4293f4;
}

.list-nav .click {
  color: white;
  background-color: #4293f4;
}

/* 分页  pagination*/
.pagination {
  background: none;
  border-bottom: none;
  text-align: center;
  margin: 35px auto 70px;
}

.pagination .pagination-item {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
  border: 1px solid #dfdcdc;
  text-align: center;
  line-height: 35px;
}

.pagination .pagination-item a:hover {
  color: #4293f4;
  border: 1px solid #4293f4;
}

.pagination .pagination-next, .pagination-prev {
  border-radius: 10px;
  border: 1px solid #dfdcdc;
  line-height: 35px;
  display: inline-block;
  padding: 0 10px;
}

/* 按钮 */
.btn {
  height: 30px;
  padding: 0 15px;
  background-color: #2aa2f2;
  border-radius: 30px;
  color: white;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  display: block;
}

/* 提示框modal */
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: black\9;
  filter: alpha(opacity=50);
  position: fixed;
  left: 0;
  top: 0;
}

.modal .modal-tips {
  width: 460px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -230px;
  margin-top: -147.5px;
}

.modal .modal-tips .modal-title {
  width: 80%;
  line-height: 65px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #bfbaba;
  margin: 0 auto 25px;
}

.modal .modal-tips .modal-text {
  width: 378px;
  line-height: 1.5;
  font-size: 16px;
  text-indent: 2em;
  margin: 5px auto;
}

.modal .modal-tips .modal-btns {
  width: 218px;
  overflow: hidden;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 30px auto;
}

.modal .modal-tips .modal-btns .btn {
  width: 72px;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  padding: 0;
}

.modal .modal-tips .modal-btns .cancel-btn {
  background-color: #f8f8f8;
  border: 1px solid #bfbaba;
  color: #666;
}

/* input输入框 */
.input-box {
  width: 525px;
  margin: 0 auto;
}

.input-box .input-item {
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}

.input-box .input-name {
  font-size: 18px;
  float: left;
  line-height: 35px;
}

.input-box .input-name span {
  color: #d50a0a;
}

.input-box .input-item input {
  width: 435px;
  height: 35px;
  line-height: 35px;
  float: right;
  border: 1px solid #bfbaba;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 5px;
}

.input-box .input-item textarea {
  width: 435px;
  height: 190px;
  float: left;
  border: 1px solid #bfbaba;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 5px;
  margin-left: 10px;
  font-size: 14px;
}

/* 栏目切换 */
.article-btns {
  margin: 26px auto 60px;
  overflow: hidden;
}

.article-btns .article-btns-item {
  width: 245px;
  height: 50px;
  line-height: 50px;
  float: left;
  text-align: center;
  background-color: #f1f2f3;
  margin-right: 50px;
  cursor: pointer;
}

.article-btns .click {
  background-color: #4293f4;
  color: white;
}

.article-header {
  width: 100%;
  line-height: 60px;
  color: #2977d4;
  border-bottom: 1px solid #6686a8;
}

.article-header .article-header-nav a {
  color: #999;
  margin-right: 30px;
}

.article-header .article-header-nav .article-header-text::after {
  content: '';
  background-color: transparent;
}

.article-header .article-header-nav .active {
  color: #2977d4;
}

.article-header .article-header-nav .active::after {
  content: '';
  background-color: #2977d4;
}

.article-header .article-header-text {
  font-size: 23px;
  font-weight: bold;
  color: #2977d4;
  position: relative;
}

.article-header .article-header-text .icon {
  vertical-align: middle;
  margin-left: 8px;
}

.article-header .article-header-text::after {
  content: '';
  width: 102%;
  height: 10px;
  border-radius: 15px;
  background-color: #2977d4;
  position: absolute;
  left: -2px;
  bottom: -1px;
}

.article-header .article-header-more {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

.article-header .article-header-more .icon {
  vertical-align: middle;
  margin-left: 8px;
}

.article-header {
  border-bottom: 2px solid #e4f0fd;
}

.article-header .article-header-text {
  padding: 0 5px;
  color: #4293f4;
}

.article-header .article-header-text::after {
  border-radius: 0;
  background-color: #4293f4;
}

.article-header .article-header-text::after {
  bottom: initial;
  top: 0;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}

.article-list {
  margin-top: 10px;
}

.article-list .article-li {
  line-height: 36px;
  font-size: 16px;
  background-image: url(../images/icons/dot-icon.png);
  background-size: 4px 4px;
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden;
}

.article-list .article-li a {
  color: black;
  display: block;
}

.article-list .article-li:hover a {
  color: #4293f4 !important;
}

.article-list .article-li:hover a {
  color: #4293f4 !important;
}

.article-list .article-li .article-li-time {
  font-size: 14px;
  color: #c8c8c8;
  font-style: normal;
  float: right;
}

.article-list .article-li span {
  width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: left;
}

/* footer 底部声明 */
.footer .footer-box {
  width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px 0;
}

.footer .footer-box img {
  float: left;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.footer .footer-box .footer-img2 {
  margin-top: -6px;
}

.footer .footer-box p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  color: white;
}

/* 移动端footer */
.container-bg-phone {
  display: none;
}

/* 公用导航条 */
.container-nav {
  width: 1200px;
  height: 63px;
  background-image: url(../images/banner-nav.png);
  background-size: 1200px 63px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 135px;
  overflow: visible;
  z-index: 3;
}

.container-nav > ul {
  width: 910px;
  line-height: 63px;
  text-align: center;
  color: white;
  font-size: 18px;
  margin: 0 auto;
}

.container-nav ul li {
  padding: 0 50px;
  float: left;
}

.container-nav ul li a {
  color: white;
}

.container-nav .line {
  bottom: 5px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  width: 0;
  height: 3px;
  background: white;
  position: absolute;
}

.container-nav li {
  float: left;
  box-sizing: border-box;
  padding: 0 48px;
  position: relative;
  font-size: 20px;
}

.container-nav li:hover .line {
  width: 100%;
}

.container-nav .hasToggle:hover .line {
  width: 0;
}

.container-nav .nav-toggle {
  width: 100%;
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAICAYAAAASqmTuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzNDMzQzM0NjI3QjExRUFBQjUyQjlFNkU2NEIwRERGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzNDMzQzM1NjI3QjExRUFBQjUyQjlFNkU2NEIwRERGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM0MzNDMzI2MjdCMTFFQUFCNTJCOUU2RTY0QjBEREYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDM0MzNDMzM2MjdCMTFFQUFCNTJCOUU2RTY0QjBEREYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz59QYajAAAApklEQVR42mI0bHnOQATgBeIpQMwKxNlA/J4YTUxEqDEB4rNAHAfEkUB8CYhdKTWcEYiLgfgoEKsiicsA8U4gngjEnOQYLgbE24C4B4jZcFicB/WRCSmGg7x8EYg9iPC5JhAfA+JaIGbBZzgosrqgXpZgIB6A9DUB8WG04IMbrgwN21Kol8kBFkB8HogzYGaADI8C4nNAbMpAOeAG4ulAvBWIJQECDAAbFhdO7LIAYAAAAABJRU5ErkJggg==);
  padding-top: 8px;
  background-position: center top;
  background-size: 23px 8px;
  background-repeat: no-repeat;
}

.container-nav .nav-toggle li {
  width: 100%;
  float: none;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  line-height: 36px;
  background-color: #3183e6;
  display: block;
}

.container-nav .nav-toggle li:hover {
  background-color: #4393f6;
}

.container-nav li:hover .nav-toggle {
  display: block;
}

@media only screen and (max-width: 768px) {
  .container-nav li:hover .nav-toggle {
    display: none;
  }
  .container {
    position: relative;
    overflow: hidden;
  }
  .nowrap {
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
  }
  .container-bg {
    display: none;
  }
  .banner {
    margin-top: 0;
  }
  .container-bg-phone {
    display: block;
    width: 100%;
  }
  .wd1200, .wd1120 {
    width: 100%;
  }
  .banner {
    margin-top: 0;
    position: initial;
  }
  .container-logo {
    width: 32.667vw;
    position: absolute;
    top: 6vw;
    margin-top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .container-search {
    width: initial;
    height: initial;
    border-radius: 0;
    position: absolute;
    left: 5vw;
    top: 4vw;
    margin-top: 0;
    background: initial;
  }
  .container-search .search-input, .container-search .search-btn {
    display: none;
  }
  .container-search .icon-search {
    width: 5.2vw;
    height: 5.2vw;
    background: url(../images/icons/search-icon2.png) no-repeat left center/100%;
    margin: 0;
  }
  .container-nav {
    margin-top: 0;
    position: relative;
    left: initial;
    top: initial;
    transform: translate(0, 0);
    height: auto;
    background: #4293f4;
  }
  .container-nav ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 2.5vw auto;
  }
  .container-nav ul li {
    width: 30%;
    padding: 0;
    font-size: 4vw;
    line-height: 9.3vw;
  }
  .article-list .article-li {
    border-bottom: 1px solid #dedede;
  }
  .article-list .article-li:last-child {
    border-bottom: none;
  }
  .article-list .article-li span {
    width: 100%;
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    line-height: 1.6;
    padding: 1.6vw 0;
    font-size: 4vw;
  }
  .article-list .article-li .article-li-time {
    font-size: 14px;
    display: none;
  }
  .footer {
    display: block;
    position: relative;
    left: initial;
    bottom: initial;
    height: auto;
  }
  .footer .footer-box {
    width: 100%;
    padding: 4vw 3vw 2vw;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    align-items: center;
  }
  .footer .footer-box img {
    margin: 3vw auto !important;
  }
  .footer .footer-box .footer-imgs {
    width: 60vw;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: hidden;
    align-items: center;
    margin: 0 auto;
    order: 2;
  }
  .footer .footer-box .footer-img1 {
    display: block;
  }
  .footer .footer-box .footer-img2 {
    display: block;
  }
  .footer .footer-box p {
    font-weight: normal;
    order: 1;
  }
}
