@charset "UTF-8";

header nav>ul>li>a.index_after:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fca01a;
  position: absolute;
  top: 91.5%;
  left: 4%;
  transition: all .4s;

}

.news-title {
  font-size: 14px;
  color: #333230;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 85%;
}

.ie_low_version {
  display: block;
  height: 70px;
  background: #ff6c00;
  color: white;
  line-height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.ie_low_version>div {
  padding: 0 40px;
}

.ie_low_version span {
  float: right;
  display: block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: #FFFFFF;
  color: black;
  text-align: center;
  font-size: 14px;
  margin-top: 23px;
  cursor: pointer;
}

.ie_low_version a {
  color: white;
  margin: 0 2px;
}

.ie_low_version+div {
  margin-top: 70px;
}

.index .centerArea {
  max-width: 1200px;
}

.index main .banner {
  position: relative;
  margin-top: 78px;
}

.index main .banner .bg_video_contain {
  background: url("../images/Banner.png") no-repeat center;
  position: relative;
  height: 650px;
}

.index main .banner .bg_video_contain div {
  height: 650px;
}

.index main .banner .bg_video_contain .home-container .video-section {
  position: absolute !important;
}

.index main .banner .index_img {
  width: 100%;
  position: relative;
  z-index: 99;
  transform: translate(0, 0);
  overflow: hidden;
}

.index main .banner .other_link {
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding-top: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 80px;
}

.index main .banner .other_link ul {
  float: right;
  width: 100%;
  padding-right: 180px;
}

.index main .banner .other_link ul li {
  float: left;
  width: 19.2%;
  height: 74px;
  text-align: center;
  margin-right: 0.895%;
}

.index main .banner .other_link ul li:hover>div {
  margin-top: 0px;
}

.index main .banner .other_link ul li>div {
  height: 100%;
  background-size: cover !important;
  transition: all .3s;
}

.index main .banner .other_link ul li a {
  display: block;
  line-height: 64px;
  font-size: 16px;
  color: white;
  font-weight: 500;
}

.index main .banner .other_link ul li:nth-of-type(1) div {
  background: url("../images/orange.png") no-repeat;
}

.index main .banner .other_link ul li:nth-of-type(2) div {
  background: url("../images/blue.png") no-repeat;
}

.index main .banner .other_link ul li:nth-of-type(3) div {
  background: url("../images/green.png") no-repeat;
}

.index main .banner .other_link ul li:nth-of-type(4) div {
  background: url("../images/yellow.png") no-repeat;
}

.index main .banner .other_link ul li:nth-of-type(5) {
  margin-right: 0;
}

.index main .banner .other_link ul li:nth-of-type(5) div {
  background: url("../images/red.png") no-repeat;
}

.index main .banner .other_link .shares {
  max-width: 200px;
  min-width: 160px;
  text-align: right;
  padding-bottom: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index main .banner .other_link .shares>div div {
  line-height: 20px;
}

.index main .banner .other_link .shares div:first-child {

  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  letter-spacing: 3px;
}

.index main .banner .other_link .shares div:first-child+div {
  font-size: 12px;
  line-height: 12px;
  color: #FA8D19;
  font-weight: 500;
}

.index main .banner .other_link .shares .stockCode {
  font-size: 14px;
  color: #FA8D19;
  font-weight: 500;
  line-height: 22px;
  margin-left: 8px;
}

.index main .banner .other_link .shares .shares_compare {
  font-size: 34px;
  font-family: Avenir;
  font-weight: 500;
  line-height: 34px;
  display: inline-block;
  padding-left: 64px;
}

.index main .banner .other_link .shares .shares_compare.up {
  background: url("../images/up.png") no-repeat 30px 12px;
  color: #ff5f10;
}

.index main .banner .other_link .shares .shares_compare.down {
  background: url("../images/down.png") no-repeat 30px 12px;
  color: #389E0D;
}

.index main .banner .other_link .communication {
  width: 76px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  display: block;
  position: absolute;
  right: 0;
  top: -16px;
  padding-top: 20px;
  text-align: center;
  color: #ffffff;
  display: none;
}

.index main .banner .other_link .communication .word {
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 20px;
}

.index main .banner .other_link .icon_link {
  height: 64px;
}

.index main .banner .other_link .gupiao {
  float: right;
}

.index main .box .tab ul li {
  margin-bottom: 8px;
}

.index main .box .tab ul {
  padding-left: 16px;
}

.index main .box {
  padding: 40px 0;
  background: #fafafa;
}

.index main .box .part {
  float: left;
}

.index main .box .part1 {
  width: 42%;
  margin-right: 4.5%;
}

.index main .box .part1 a:hover {
  color: #FA8D19;
}

.index main .box .part1 a.notice {
  padding-right: 20px;
}

.index main .box .part2 {
  float: right;
  /* width: 32.66%; */
  width: 42%;
  height: 240px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 32px 0 rgba(87, 71, 64, 0.12);
}

.index main .box .part2 img {
  max-width: 100%;
  width: 100%;
}

.index main .box .part2 .title {
  display: block;
  padding-top: 50px;
  background: url("../images/icon-map.png") no-repeat top left;
  background: -webkit-image-set(url("../images/icon-map.png") 1x, url("../images/icon-map-2x.png") 2x) no-repeat top left;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  position: absolute;
  left: 24px;
  bottom: 18px;
}

.index main .box .part2 .hot_container .mark-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: black;
  border-radius: 2px;
  opacity: 0.2;
  top: 0;
  left: 0;
}

.index main .box .part2 .hot_container .word-container {
  position: absolute;
  left: 24px;
  bottom: 40px;
}

.index main .box .part2 .hot_container .word-container .line {
  display: none;
  width: 24px;
  height: 2px;
  background: white;
}

.index main .box .part2 .hot_container .word-container .word {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 20px;
  margin-top: 16px;
}

.index main .box .part2 .hot_container .hot_pagination {
  width: 64px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 7px;
  bottom: 24px;
  left: inherit;
  right: 24px;
}

.index main .box .part2 .hot_container .hot_pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 8px;
}

.index main .box .part2 .hot_container .hot_pagination .swiper-pagination-bullet-active {
  background: #fa8d19;
}

.index main .box .part3 {
  width: 19.9%;
  float: right;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 32px 0 rgba(87, 71, 64, 0.12);
}

.index main .box .part3 img {
  max-width: 100%;
  width: 100%;
}

.index main .box .part3 .title {
  padding-top: 50px;
  background: url("../images/icon-map.png") no-repeat top left;
  background: -webkit-image-set(url("../images/icon-map.png") 1x, url("../images/icon-map-2x.png") 2x) no-repeat top left;
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 24px;
  position: absolute;
  left: 24px;
  bottom: 18px;
  text-align: left;
  display: block;
}

.index main .box .part3 .title div {
  font-size: 22px;
  font-weight: 600;
  color: white;
  line-height: 30px;
}

.index main .box .part3 .national-market {
  display: block;
  background: url("../images/national-marketing-platform.jpg") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 114px;
  margin-bottom: 10px;
  position: relative;
}

.index main .box .part3 .bidding-management {
  display: block;
  background: url("../images/bidding-management-platform.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 114px;
  position: relative;
}

.index main .box .part3 .title-container {
  position: absolute;
  bottom: 18px;
  left: 24px;
}

.index main .box .part3 .title-container .title-word {
  font-size: 16px;
  font-weight: 600;
  color: white;
  line-height: 20px;
}

.index main .box .part3 .title-container .title-icon {
  width: 38px;
  height: 16px;
  background: url("../images/management-icon.png") center no-repeat;
  background-size: cover;
  margin-bottom: 16px;
}

.index main .box .Tab {
  position: relative;
}

.index main .box .Tab .tab_header li {
  float: left;
  color: rgba(139, 109, 77, 0.65);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  cursor: pointer;
  background: rgba(139, 109, 77, 0.08);
}

.index main .box .Tab .tab_header li:first-child {
  border-top-left-radius: 12px;
}

.index main .box .Tab .tab_header li:last-child {
  border-bottom-right-radius: 12px;
}

.index main .box .Tab .tab_header li.active {
  color: white;
  background: #FA8D19;
  background: -webkit-linear-gradient(#fca01a, #ff5f10);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fca01a, #ff5f10);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fca01a, #ff5f10);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fca01a, #ff5f10);
  /* 标准的语法 */

}

.index main .box .Tab .tab_header li:not(.active):hover {
  background: rgba(0, 0, 0, 0.08);
}

.index main .box .Tab .tab_body {
  padding-top: 24px;
  max-height: 200px;
  overflow: hidden;
}

.index main .box .Tab .tab_body .tab {
  display: none;
}

.index main .box .Tab .tab_body .tab.active {
  display: block;
}

.index main .box .Tab .tab_body .tab .more:hover {
  opacity: 0.8;
}

.index main .box .Tab .tab_body .tab .more {
  position: absolute;
  top: 14px;
  right: 0;
  font-weight: 400;
  color: #fa8d19;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
}

.index main .box .Tab .tab_body .tab .more i {
  color: #fa8d19;
  font-size: 15px;
  margin-left: 6px;
}

.index main .box .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  border-radius: 0;
  margin-right: 10px;
  background: #e4e4e4;
  opacity: 1;
}

.index main .box .swiper-pagination-bullet-active {
  background: -webkit-linear-gradient(#fca01a, #ff5f10);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fca01a, #ff5f10);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fca01a, #ff5f10);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fca01a, #ff5f10);
  /* 标准的语法 */
}

.index main .box .swiper-pagination {
  margin-top: 16px;
}

.index main .box .news_container .title {
  display: block;
  padding-right: 80px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* height: 52px;*/
}

.index main .box .news_container .title a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 26px;
}

.index main .box .news_container .title a:hover {
  color: RGBA(245, 166, 35, 1);
}

.index main .box .news_container .title:hover {
  color: RGBA(245, 166, 35, 1);
}

.index main .box .news_container .time {
  color: #999590;
  font-size: 12px;
  padding-right: 16px;
  vertical-align: top;
}

.index main .box .news_container .content {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin-top: 10px;
  text-align: justify;
  line-height: 22px;
  max-height: 88px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.index main .box .notice_container ul {
  width: 100%;
  /* list-style: circle;*/
}

.index main .box .notice_container ul li {
  /* margin-bottom: 10px; */
  text-align: left;
  position: relative;
}

.index main .box .notice_container ul li .time {
  color: #fca01a;
  font-size: 18px;
  position: absolute;
  left: 0;
  font-family: dincond-medium-webfont;
  line-height: 22px;
  display: none;
}

.index main .box .notice_container ul li a {
  /* display: inline-block; */
  color: #333230;
  font-size: 14px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  position: relative;
  padding-left: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index main .box .notice_container ul li a:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: 0px;
  top: 8px;
}

.index main .box .notice_container ul li a:hover {
  color: #ff5f10;
}

.index main .box .notice_container ul li a:hover:after {
  background: #ff5f10;
}

.index main .box .notice_container ul li:last-child {
  margin-bottom: 0;
}

.index main .box .news_prev {
  top: 23px;
  left: auto;
  right: 26px;
  background: url("../images/index-prev.png") no-repeat center;
  background: -webkit-image-set(url("../images/index-prev.png") 1x, url("../images/index-prev-2x.png") 2x) no-repeat center;
}

.index main .box .news_next {
  top: 23px;
  right: 0;
  background: url("../images/index-next.png") no-repeat center;
  background: -webkit-image-set(url("../images/index-next.png") 1x, url("../images/index-next-2x.png") 2x) no-repeat center;
}

.index .swiper-button-next,
.index .swiper-button-prev {
  width: 50px;
  height: 50px;
}

.index .swiper-button-next {
  background: url("../images/right-circle-out.png") no-repeat;
  right: 10px;
  left: auto;
}

.index .swiper-button-next:hover {
  background: url("../images/right-circle-in.png") no-repeat;
}

.index .swiper-button-prev {
  background: url("../images/left-circle-out.png") no-repeat;
  left: 10px;
  right: auto;
}

.index .swiper-button-prev:hover {
  background: url("../images/left-circle-in.png") no-repeat;
}

.index .banner_container .banner_prev {
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.index .banner_container .banner_next {
  opacity: 0;
}

.index .banner_container:hover .banner_prev {
  opacity: 1;
}

.index .banner_container:hover .banner_next {
  opacity: 1;
}

.index main .banner .other_link .icon_link {
  position: relative;
  bottom: 0;
}

.index main .banner .other_link .icon_link ul {
  position: absolute;
  height: 74px;
  bottom: 0;
}

.index main .banner .other_link .icon_link ul li {
  height: 74px;
  overflow: hidden;
}

.index main .banner .other_link .icon_link ul li>div {
  height: 74px;
  margin-top: 10px;
  transition: all .3s;
  border-radius: 0px 3px 0 0;
}

.index main .banner .other_link .icon_link ul li>div:hover {
  margin-top: 0;
}

.bg-hover {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  -moz-transition: all .3s;
  /* Firefox 4 */
  -webkit-transition: all .3s;
  /* Safari 和 Chrome */
  -o-transition: all .3s;
  /* Opera */
}

.index main .box .part2 {
  transition: all .3s;
}

.index main .box .part2:hover {
  opacity: 0.9;
}

.index main .box .part2:hover a {
  z-index: 123;
}

.index main .box .part3:hover {
  opacity: 0.9;
}

.index main .box .part3:hover a {
  z-index: 123;
}

.index .main .cn,
.index .main .en,
.index .main select,
.index .main table {
  display: none;
}

.index .main .listw .date {
  color: #fca01a;
  font-size: 20px;
  position: absolute;
  left: 0;
  font-family: dincond-medium-webfont;
  line-height: 22px;
  top: 0;
}

.index .main div[align='right'] {
  display: none;
}

.index main .box .Tab .tab_body .tab .swiper-pagination {
  display: none;
}

.index main .box .Tab .tab_body .tab .phone-more {
  margin-top: 24px;
  display: none;
}

.index main .box .Tab .tab_body .tab.tab2 .phone-more {
  margin-top: 26px;
}

.index main .box .Tab .tab_body .tab .phone-more a {
  width: 104px;
  height: 34px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 34px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: #666460;
}

@media screen and (max-width: 1020px) {
  .index main .banner .other_link .shares div:first-child {
    font-size: 17px;
    line-height: 24px;
  }
}

@media screen and (max-width: 400px) {
  .news-title {
    width: 80%;
  }
}

.index main .box .notice_container ul.notice-list-container {
  height: 160px;
  overflow: hidden;
}

@media screen and (max-width: 1020px) {
  .index main .box .notice_container ul.notice-list-container {
    height: 198px;
  }
}

/*# sourceMappingURL=index.css.map */