﻿.swiper {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.swiper img {
  width: 100%;
}
.ab_font {
  position: absolute;
  left: 32%;
  top: 30%;
  z-index: 5;
  color: #fff;
  width: 36%;
  text-align: center;
}
.ab_font .one {
  
  
  font-family: 微软雅黑, "Microsoft YaHei";
  font-size: 60px;
  color: #fff;
  word-break: normal;
  white-space: pre-wrap;
  clear: both;
}
.ab_font .one span {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.ab_font .two {
  font-size: 24px;
  letter-spacing: 1rem;
  margin-top: 30px;
}
.ab_font .three {
  font-size: 20px;
  margin-top: 10px;
}


.cont {
  width: 100%;
  clear: both;
}
.cont_box {
  width: 62%;
  margin-left: 19%;
  padding: 50px 0;
}
.cont_box .module_head .one {
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
  color: #000;
}
.cont_box .module_head .two {
  display: flex;
  justify-content: space-between;
}
.cont_box .module_head .two span:first-child {
  font-size: 32px;
  line-height: 50px;
  color: #000;
}
.cont_box .module_head .two span:last-child {
  font-size: 22px;
  line-height: 50px;
  font-weight: bold;
}
.cont_box .module_head .two span:last-child a {
  cursor: pointer;
}
.cont_box .module_head .two span:last-child a:hover {
  color: #000;
}

.module_news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.module_news .news_1_info {
  width: 40%;
  padding: 0 1%;
  overflow: hidden;
}
.module_news .news_1_info a {
  display: block;
  width: 100%
}
.module_news .news_1_info a .img {
  width: 100%;
  padding-top: 47%;
  overflow: hidden;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.module_news .news_1_info a:hover .tit{
  color: #f13a3a;
}
.module_news .news_1_info a:hover .cont{
  color: #878787;
}
.module_news .news_1_info a .tit{
  color: #000;
  font-size: 16px;
  margin: 10px 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module_news .news_1_info a .cont{
  color: #878787;
  text-indent: 2rem;
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}


.module_news .news_2_tab_list {
  width: 55%;
  overflow: hidden;
}
.news_2_tab_list .tab_head {
  width: 80%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.news_2_tab_list .tab_head div {
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #666;
  box-sizing: border-box;
}
.news_2_tab_list .tab_head .tab_one {
  border: 1px #e0e0e0 solid;
  border-right: none;
}
.news_2_tab_list .tab_head .tab_two {
  border: 1px #e0e0e0 solid;
  border-left: none;
}
.news_2_tab_list .tab_head div.active {
  color: #fff;
  background: #f13a3a;
  transition: all .5s;
}
.news_2_tab_list .tab_head .tab_one.active {
  border: 1px #f13a3a solid;
  border-right: none;
}
.news_2_tab_list .tab_head .tab_two.active {
  border: 1px #f13a3a solid;
  border-left: none;
}
.news_2_tab_list .tab_head div.icon {
  width: 5px;
  position: absolute;
  top: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  border-top-color: #f13a3a;
  display: none;
}
.news_2_tab_list .tab_head .icon.icon_one {
  left: 25%;
}
.news_2_tab_list .tab_head .icon.icon_two {
  left: 75%;
}
.news_2_tab_list .tab_head .icon.act_icon {
  display: block;
}

.news_2_tab_list .list_box {
  width: 200%;
  display: flex;
  transition: all .5s;
}
.news_2_tab_list .list_box .list {
  width: 50%;
}
.news_2_tab_list .list_box .list div {
  width: 100%;
}
.news_2_tab_list .list_box .list div a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000;
  padding-right: 2%;
  padding-left: 1%;
  line-height: 16px;
  margin: 5% 0;
}
.news_2_tab_list .list_box .list div a:hover {
  color: #000;
}
.news_2_tab_list .list_box .list div a span {
  display: block;
  font-size: 16px;
}
.news_2_tab_list .list_box .list div a span:first-child {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_2_tab_list .list_box .list div a:hover span:first-child {
  color: #f13a3a;
}
.news_2_tab_list .list_box .list div a span:last-child {
  width: 20%;
  text-align: right;
  color: #999;
}

.module_company {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 5%;
}
.module_company .company_box {
  width: 30%;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 3%;
}
.module_company .company_box a {
  display: block;
  color: #333;
}
.module_company .company_box a:hover {
  color: #333;
}
.module_company .company_box a .one {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 14% 10%;
}
.module_company .company_box a .two {
  font-size: 16px;
  padding: 4%;
}

.cont.party_cont {
  background: url(404.png) repeat top ,transparent;
  background-size: cover;
  background-attachment: fixed;
}
.cont.party_cont .cont_box .module_head .one {
  color: #fff;
}
.cont.party_cont .cont_box .module_head .two span:first-child {
  color: #fff;
}
.cont.party_cont .cont_box .module_head .two span:last-child a {
  cursor: pointer;
  color: #fff;
}
.cont.party_cont .cont_box .module_head .two span:last-child a:hover {
  color: #fff;
}
.party_one_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1%;
  margin-top: 3%;
}
.party_one_flex .party_box {
  width: 32%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.party_one_flex .party_box a .tit {
  color: #333;
  padding: 5% 3% 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.party_one_flex .party_box a .date{
  color: #999;
  padding: 3% 3%;
  font-size: 14px;
}
.party_one_flex .party_box a:hover{
  color: #333;
}
.party_one_flex .party_box a .tit:hover{
  color: #f13a3a;
}
.party_one_flex .party_box a:hover .date{
  color: #999;
}
.party_one_flex .party_box a .img {
  width: 100%;
  padding-top: 45%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.party_two_list {
  width: 100%;
  margin-top: 2%;
}
.party_two_list .li {
  width: 100%;
  margin-top: 3px;
}
.party_two_list .li a {
  width: 100%;
  padding: 0 1%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin-bottom: 3px;
}
.party_two_list .li a span:last-child{
  color: rgba(255, 255, 255, 0.6);
}
.party_two_list .li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.party_two_list .li .line {
  width: 100%;
  padding: 0 1%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.map {
  width: 62%;
	margin-top: 50px;
	margin-left: 19%;
	height: 400px;
	background: red;
}