@charset "UTF-8";
@import url(./font/iconfont.css);
body {
  font-family: '微软雅黑', Arial, sans-serif;
  color: #151515;
  margin: 0;
  padding: 0;
}

.padding-20 {
  padding: 20px !important;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.header-welcome {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.header-welcome * {
  color: #151515;
}
.header-top {
  width: 100%;
  position: absolute;
  top: 46px;
  left: 0;
  display: flex;
  justify-content: center;
}
.header-top .logo {
  width: auto;
  height: 90px;
}
.header-top .search {
  width: 240px;
  height: 22px;
  border: 1px solid #ffffff;
  border-radius: 22px;
}
.header-top .search-input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  flex: 1;
  color: #ffffff;
  font-size: 12px;
}
.header-top .search-input::-moz-placeholder {
  color: #ffffff;
}
.header-top .search-input::placeholder {
  color: #ffffff;
}
.header-top .search-icon {
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
  background-color: transparent;
  outline: none;
  border: 0;
}
.header-bg {
  width: 100%;
  height: 440px;
  background: url(../images/banner.jpg) center no-repeat;
  background-size: auto 100%;
}

.head {
  width: 100%;
  height: 160px;
  position: relative;
  overflow: hidden;
  background: url(../images/bg-head.jpg) center no-repeat;
  background-size: auto 100%;
}
.head .header-welcome {
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar {
  width: 100%;
  height: 44px;
  background-color: #0069b7;
}
.navbar .menu {
  width: 100px;
  height: 44px;
  line-height: 44px;
  position: relative;
  float: left;
  text-align: center;
  font-size: 16px;
}
.navbar .menu .icon-home {
  font-size: 20px;
}
.navbar .menu a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: #ffffff;
}
.navbar .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  width: calc(100% + 20px);
  max-height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  transition: max-height 0.5s ease-out;
  z-index: 1001;
}
.navbar .menu .sub-menu li {
  line-height: 35px;
}
.navbar .menu .sub-menu li a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #151515;
}
.navbar .menu .sub-menu li a:hover {
  color: #e50012;
}
.navbar .menu .sub-menu li:last-child {
  border-bottom: 2px solid #e50012;
}
.navbar .menu:hover .sub-menu {
  max-height: 500px;
}
.navbar .menu:hover,
.navbar .menu.active {
  background-color: #004b83;
}
.navbar .menu:hover a,
.navbar .menu.active a {
  color: #e50012;
}

.footer {
  background-color: #0069b7;
  color: #ffffff;
}
.footer-links {
  background-color: #004b83;
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
}
.footer-links * {
  color: #dbdbdb;
}
.footer-links a {
  color: #dbdbdb;
}
.footer-links a:hover {
  color: #e50012;
}
.footer-links a + a {
  margin-left: 10px;
}
.footer-nav {
  font-size: 14px;
  line-height: 3em;
  color: #ffffff;
  text-align: center;
}
.footer-nav a {
  color: #ffffff;
  margin: 0 20px;
}
.footer-nav a:hover {
  color: #e50012;
}
.footer-nav a:first-child {
  margin-left: 0;
}
.footer-nav a:last-child {
  margin-right: 0;
}
.footer-contact {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-contact * {
  color: #dbdbdb;
}
.footer-contact a:hover {
  color: #e50012;
}
.footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 28px;
  padding: 10px 0;
  overflow: hidden;
}
.footer-copy * {
  color: #dcdcdc;
}
.footer-copy a:hover {
  color: #e50012;
}

.index-carousel-notice {
  padding: 20px 0;
  overflow: hidden;
}
.index-carousel {
  float: left;
  width: 540px;
  height: 362px;
  position: relative;
}
.index-carousel-pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.index-carousel-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 35px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.index-carousel-txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 35px;
  width: 100%;
  overflow: hidden;
}
.index-carousel-txt ul li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: -35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 80px 0 15px;
}
.index-carousel-txt ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.index-carousel-txt ul li a:hover {
  color: #e50012;
}
.index-carousel-num {
  position: absolute;
  z-index: 3;
  bottom: 13px;
  right: 10px;
}
.index-carousel-num li {
  float: left;
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-left: 6px;
  background-color: #a0a0a0;
}
.index-carousel-num li.on {
  background-color: #e50012;
}
.index-notice {
  float: right;
  width: 625px;
}
.index-notice-tabs {
  width: 100%;
  height: 54px;
  background-color: #f4f4f4;
  padding-right: 18px;
}
.index-notice-tabs li {
  float: left;
  display: block;
  width: 135px;
  line-height: 52px;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s;
  padding-left: 26px;
}
.index-notice-tabs li:hover,
.index-notice-tabs li.on {
  background: url(../images/icon-active.png) left center no-repeat;
  border-bottom: 2px solid #0069b7;
  color: #151515;
  background-color: #ffffff;
}
.index-notice-tabs span {
  display: block;
  float: right;
}
.index-notice-tabs a {
  line-height: 54px;
  font-size: 14px;
  color: #888888;
}
.index-notice-tabs a:hover {
  color: #e50012;
}
.index-notice-top {
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 0 10px;
  margin-bottom: 5px;
}
.index-notice-top h1 {
  height: 30px;
  line-height: 30px;
}
.index-notice-top h1 a {
  display: block;
  float: left;
  font-size: 16px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 100px);
}
.index-notice-top h1 a:hover {
  color: #e50012;
}
.index-notice-top h1 span {
  display: block;
  float: right;
  font-size: 14px;
  color: #888888;
  width: 90px;
  text-align: right;
}
.index-notice-top p {
  font-size: 12px;
  line-height: 2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-notice-list {
  overflow: hidden;
}
.index-notice-list li {
  height: 40px;
  line-height: 40px;
}
.index-notice-list li a {
  display: block;
  float: left;
  font-size: 16px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 100px);
}
.index-notice-list li a:hover {
  color: #e50012;
}
.index-notice-list li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #888888;
  width: 90px;
  text-align: right;
}
.index-hasbg {
  background-color: #f6f7fb;
  overflow: hidden;
}
.index-party {
  float: left;
  width: 785px;
  height: 375px;
  background: url(../images/bg-party.png) center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.index-party-title {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
}
.index-party-title span {
  font-size: 22px;
  color: #ffffff;
}
.index-party-title a {
  display: block;
  float: right;
  color: #888888;
  font-size: 14px;
}
.index-party-title a:hover {
  color: #e50012;
}
.index-party-top {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-bottom: 1px solid #dbdbdb;
}
.index-party-top .img {
  width: 202px;
  height: 130px;
  margin-right: 20px;
  flex-shrink: 0;
}
.index-party-top-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.index-party-top-info a {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 22px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.index-party-top-info a:hover {
  color: #e50012;
}
.index-party-top-info span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-party-list {
  overflow: hidden;
  padding: 0 25px;
}
.index-party-list li {
  height: 40px;
  line-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}
.index-party-list li a {
  font-size: 16px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-party-list li a:hover {
  color: #e50012;
}
.index-party-list li:hover::before {
  background-color: #e50012;
}
.index-party-list li::before {
  display: block;
  float: left;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #151515;
  margin-right: 20px;
  border-radius: 50%;
  flex-shrink: 0;
}
.index-enterprise {
  float: right;
  width: 390px;
  height: 375px;
  overflow: hidden;
  background-color: #ffffff;
}
.index-enterprise-title {
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background: url(../images/bg-enterprise.png) center no-repeat;
  background-size: 100% 100%;
}
.index-enterprise-title span {
  font-size: 22px;
  color: #ffffff;
}
.index-enterprise-title a {
  display: block;
  float: right;
  color: #fefefe;
}
.index-enterprise-title a:hover {
  color: #0069b7;
}
.index-enterprise-list {
  padding: 30px 15px 15px;
  height: 331px;
  overflow-x: hidden;
}
.index-enterprise-list::-webkit-scrollbar {
  width: 6px;
}
.index-enterprise-list::-webkit-scrollbar-track {
  background-color: #dbdbdb;
  border-radius: 3px;
}
.index-enterprise-list::-webkit-scrollbar-thumb {
  background-color: #0069b7;
  border-radius: 3px;
}
.index-enterprise-list::-webkit-scrollbar-thumb:hover {
  background-color: #0069b7;
}
.index-enterprise-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-enterprise-list li .img {
  display: block;
  float: left;
  width: 109px;
  height: 70px;
  margin-right: 15px;
}
.index-enterprise-list li span {
  display: block;
  float: left;
  width: calc(100% - 125px);
  font-size: 16px;
  line-height: 30px;
}
.index-enterprise-list li a:hover span {
  color: #e50012;
}
.index-enterprise-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}
.index-service {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg-service.jpg) center no-repeat #f6f7fb;
  background-size: auto 100%;
}
.index-service-title {
  width: 352px;
  height: 160px;
  background: url(../images/bg-service-title.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-service-title .icon {
  width: 79px;
  height: 66px;
  background: url(../images/icon-vip.png) center no-repeat;
  background-size: 100% 100%;
}
.index-service-title .text {
  font-size: 40px;
  color: #ffffff;
  padding-left: 15px;
}
.index-service-list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.index-service-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-service-item a:hover {
  color: #e50012;
}
.index-service-item a:hover .icon {
  color: #e50012;
}
.index-service-item .icon {
  font-size: 45px;
  color: #0069b7;
}
.index-service-item .text {
  font-size: 20px;
  line-height: 40px;
  margin-top: 15px;
}
.index-list {
  padding: 20px 0;
}
.index-list-box {
  width: 584px;
}
.index-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid #dbdbdb;
  height: 44px;
}
.index-list-title .title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 12px;
  height: 44px;
  border-bottom: 5px solid #0069b7;
  margin-bottom: -5px;
}
.index-list-title .title .icon {
  font-size: 24px;
  color: #0069b7;
}
.index-list-title .title .text {
  font-size: 22px;
  color: #151515;
  margin-left: 10px;
}
.index-list-title .link {
  font-size: 14px;
  color: #888888;
}
.index-list-title .link:hover {
  color: #e50012;
}
.index-list-info {
  padding: 10px 15px 10px 20px;
  border: 1px solid #dbdbdb;
}
.index-list-info li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
}
.index-list-info li a {
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-list-info li span {
  flex-shrink: 0;
  font-size: 14px;
  color: #888888;
  padding-left: 20px;
}
.index-list-info li::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #151515;
  border-radius: 50%;
  margin-right: 10px;
}
.index-list-info li:hover::before {
  background-color: #e50012;
}
.index-list-info li:hover a {
  color: #e50012;
}
.index-list-info li:hover span {
  color: #e50012;
}

.ad-container {
  padding-bottom: 20px;
}
.ad-container .ad {
  width: 100%;
}

.main-location {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #ffffff;
  padding-left: 40px;
  background: url(../images/bg-location.jpg) center no-repeat;
  background-size: auto 100%;
  margin: 20px auto 10px;
}
.main-breadcrumb {
  width: 100%;
  height: 34px;
  line-height: 34px;
  display: flex;
  align-items: center;
}
.main-breadcrumb * {
  font-size: 14px;
  color: #888888;
}
.main-breadcrumb .icon {
  font-size: 20px;
  color: #0069b7;
  margin-right: 10px;
}
.main-breadcrumb a {
  margin-right: 5px;
}
.main-breadcrumb a::after {
  display: inline-block;
  content: '>';
  margin-left: 5px;
}
.main-breadcrumb a:hover {
  color: #e50012;
}
.main-breadcrumb a:hover::after {
  color: #888888;
}
.main-breadcrumb a:last-child {
  color: #e50012;
}
.main-breadcrumb a:last-child::after {
  display: none;
}
.main-container {
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main-nav {
  flex-shrink: 0;
  margin-right: 30px;
  border: 1px solid #dbdbdb;
  padding: 10px 25px 20px 35px;
}
.main-nav li {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #dbdbdb;
  min-width: 120px;
}
.main-nav li a {
  display: block;
  font-size: 16px;
  color: #151515;
  text-align: center;
}
.main-nav li a.active,
.main-nav li a:hover {
  background-color: #0069b7;
  color: #ffffff;
}
.main-info {
  flex: 1;
  overflow: hidden;
}
.main-title {
  line-height: 40px;
  border-top: 2px solid #0069b7;
  background-color: #f5f5f5;
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
}
.main-content {
  padding: 15px;
  min-height: 500px;
  font-size: 14px;
  line-height: 2em;
  color: #151515;
}
.main-content img {
  max-width: 100%;
}
.main-content p {
  text-indent: 2em;
}
.main-list {
  padding: 15px 10px;
}
.main-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  line-height: 35px;
}
.main-list li a {
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  color: #151515;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-list li a:hover {
  color: #e50012;
  text-decoration: underline;
}
.main-list li span {
  flex-shrink: 0;
  font-size: 14px;
  color: #888888;
  padding-left: 20px;
}
.main-list li::before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #151515;
  border-radius: 50%;
  margin-right: 10px;
}
.main-list li:nth-child(5n) {
  margin-bottom: 30px;
}
.main-top {
  display: flex;
  justify-content: space-between;
  height: 177px;
  border-bottom: 1px solid #dbdbdb;
  padding: 15px 15px 0;
  margin: 20px 20px 0;
  background: url(../images/bg-pic.jpg) center no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}
.main-top-list {
  width: calc(50% - 34px);
  height: 120px;
  overflow: hidden;
  display: flex;
}
.main-top-list .img {
  width: 161px;
  height: 118px;
  margin-right: 20px;
  flex-shrink: 0;
}
.main-top-list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-top-list .info .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #151515;
}
.main-top-list .info .title:hover {
  color: #e50012;
}
.main-top-list .info .time {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
}
.main-download {
  margin: 20px;
  border: 1px solid #dbdbdb;
}
.main-download-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 48px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 15px;
}
.main-download-item:last-child {
  border-bottom: 0;
}
.main-download-item .title {
  font-size: 16px;
  color: #151515;
  font-weight: normal;
  width: 265px;
  flex-shrink: 0;
}
.main-download-item .time {
  width: 520px;
  font-size: 14px;
  color: #888888;
}
.main-download-item .link {
  display: block;
  float: right;
  font-size: 14px;
  color: #888888;
}
.main-download-item .link .icon {
  font-size: 26px;
  color: #0069b7;
}
.main-photo {
  width: 860px;
  margin: 30px auto;
  overflow: hidden;
}
.main-photo-item {
  width: 185px;
  margin: 15px;
  float: left;
}
.main-photo-item .img {
  width: 185px;
  height: 185px;
}
.main-photo-item .info {
  height: 55px;
  background-color: #f6f7fb;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-photo-item .info .title {
  font-size: 16px;
  color: #151515;
}
.main-photo-item .info .title:hover {
  color: #e50012;
}
.main-photo-item .info .desc {
  font-size: 14px;
  line-height: 28px;
  color: #888888;
  border-bottom: 1px solid #888888;
}

.article {
  padding: 20px;
}
.article-title {
  font-size: 26px;
  line-height: 40px;
  color: #151515;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
}
.article-desc {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 20px 0;
}
.article-content {
  padding: 20px 0;
  min-height: 300px;
  font-size: 14px;
  line-height: 2em;
  color: #151515;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.article-content img {
  max-width: 100%;
}
.article-content p {
  text-indent: 2em;
}
.article-other {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 25px;
}
.article-other ul {
  flex: 1;
}
.article-other li {
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-other li a {
  color: #888888;
}
.article-other li a:hover {
  color: #e50012;
}
.article-other-btn {
  flex-shrink: 0;
  margin-left: 20px;
}
.article-other-btn a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #f3f3f3;
}
.article-other-btn a:hover {
  background-color: #0069b7;
  color: #ffffff;
}
.main-list-company {
  padding: 20px 0;
}
.main-list-company ul {
  width: 1215px;
}
.main-list-company li {
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.main-list-company li .img {
  display: block;
  margin: 0 auto;
  width: 233px;
  height: 185px;
  border: 1px solid #dbdbdb;
}
.main-list-company li span {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 35px;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-list-company li a:hover .img {
  border-color: #e50012;
}
.main-list-company li a:hover span {
  color: #e50012;
}
