﻿.Min {
  padding: 30px 0;
}
h2.min_h2 {
 text-align: center;
 position: relative;
 margin-bottom: 40px;
}

h2.min_h2 a {
 font-size: 30px;
 font-weight: 500;
 color: #0A479D;
}
.des_Con img {
  width: 500px;
  float: left;
  margin-right: 20px;
}

.des_Con {
  overflow: hidden;
}

.des_Con p.text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  text-indent: 2em;
  margin-bottom: 10px;
}

.leader_Con a.img_box {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 172px;
}

.leader_Con a.img_box img {
  width: 100%;
  height: 100%;
}
.leader_Con li .title_type {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  font-size: 18px;
  font-weight: bold;
}
.swiper-button_5 {
  position: absolute;
  background: url(../images/main/next.png) no-repeat center;
  width: 60px;
  height: 60px;
  top: 85px;
  cursor: pointer;
 }
 .leader_Con {
 display: flex;
 justify-content: space-between;
 align-items: center;
}
 .swiper-button-prev_5.swiper-button_5 {
  left: -90px;
  transform: rotate(180deg);
 }
 
 .swiper-button-next_5.swiper-button_5 {
  right: -90px;
 }
 
 .swiper-button_5:hover {
  background: url(../images/main/next_cur.png) no-repeat center;
 }
 
 .leader_Con {
  position: relative;
 }
.leader_Con li {
 width: 133px;
}
 .grid_Con ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid_Con ul li.grid_Con a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
}

.grid_Con ul li.grid_Con {
  width: 277px;
  height: 200px;
  border-radius: 5px;
  margin-right:10px;
}

.grid_Con ul li.grid_Con a img {margin-bottom: 20px;}

.grid_Con ul li.grid_Con:hover img {
  animation: rot 0.5s;
  -webkit-animation: rot 0.5s;
}
li.grid_Con.grid_Con_1 {
  background: #2A7FA8;
}

li.grid_Con.grid_Con_2 {
  background:#2AA1A8;
}
li.grid_Con.grid_Con_3 {
  background: #A98D44;
}

li.grid_Con.grid_Con_4 {
  background:#2A6BA8;
}

li.grid_Con.grid_Con_5 {
  background:#2aa874;
}
.his_content {
  position: absolute;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 22px;
  text-align: center;
  padding-top: 20px;
  width: 100%;
}

.swiper-container-2 li.swiper-slide.top .his_content {
  top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.swiper-container-2 li.swiper-slide.bottom .his_content {
  /* bottom: 0; */
}
.swiper-container-2 li.swiper-slide a {
  width: 100px;
  height: 200px;
  display: block;
  margin:100px auto 0;
  line-height: 200px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  text-align: center;
  background: url(../images/main/icon_his.png) no-repeat top center;
  transition: all 0.5s;
}
.swiper-container-2 li.swiper-slide.bottom a {
  background: url(../images/main/icon_his_top.png) no-repeat bottom center;
}
.swiper-container-2 li.swiper-slide.bottom:hover a {
  background: url(../images/main/icon_his_top_cur.png) no-repeat bottom center;
}
.swiper-container-2 li.swiper-slide.top:hover a {
  background: url(../images/main/icon_his_cur.png) no-repeat top center;
}
.swiper-container-2 li.swiper-slide:hover a {
  transition: all 0.5s;
  color: #fff;
}
.his_con{
  background: url(../images/main/2020050802.png) no-repeat center;
  position: relative;
}
.swiper_btn {
  display: block;
  position: absolute;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 3px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: opacity .2s linear 0s;
  cursor: pointer;
  /* top: 160px; */
  top: 47%;
}
.span_date{display: none;}


.swiper-button-next-2.swiper_btn {
  right: -65px;
  background: url(../images/main/icon_left.png) no-repeat center;
  transform: rotate(180deg);
}
.swiper-button-next-2.swiper_btn:hover{
  background: url(../images/main/icon_left_active.png) no-repeat center;
}
.swiper-button-prev-2.swiper_btn:hover{
  background: url(../images/main/icon_left_active.png) no-repeat center;
}
.swiper-button-prev-2.swiper_btn {
  left: -65px;
  background: url(../images/main/icon_left.png) no-repeat center;
}
.swiper-container-2{height: 390px;}

.desc_con{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1800px;
  top: 340px;
}
.desc_wrapper{
  float: right;
  width: 880px;
  height: 300px;
  background: rgba(10 ,71, 157 , 56%);
  padding: 30px 30px;
  box-sizing: border-box;
}
.title_wrapper {
  position: relative;
}
.title_h2 {
  font-size: 30px;
}
.title_h2 a.title_h2A {
  color: #FFFFFF;
}
.desc_wrapper img {
  display: none;
}
.desc_wrapper div.text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.desc_wrapper div.text p {
  line-height: 28px;
  margin-top: 10px;
}
.desc_wrapper div.text .details {
  float:right;
  color:#FFFFFF;
  margin-top: 0px;
}

.desc_wrapper div.text .details {
  float: right;
  width: 100px;
  height: 30px;
  line-height: 31px;
  display: block;
  text-align: center;
  color: #fff;
  background-size: cover;
  transition: all 0.3s;
  position: relative;
  border: 1px solid #fff;
}

.desc_wrapper div.text .details:hover {
  color: #fff;
  background: #0a4798;
}

.wrap_main .linkMap {
  position: absolute;
  top: 0;
  background: transparent;
  left: 50%;
  transform: translate(-50%,0);
  color: #fff;
}
.wrap_main .linkMap a {
 color: #fff;
}

.wrap_main{position: relative;}
@media only screen and (max-width: 768px){
  .desc_con {
 position: initial;
 left: 0;
 top: 0;
 transform: inherit;
 width: 100%;
 margin-top: 20px;
}

.desc_wrapper {
 width: 100%;
 height: auto;
 padding: 20px 25px;
 float: none;
}

.min-center {
 width: 100%;
}
.leader_Con{
  overflow: hidden;
  display: block;
}
.leader_Con li{
  width: 48%;
  float: left;
}
.leader_Con li:nth-child(2n){
  float: right;
}
.leader_Con a.img_box {
 height: auto;
}

.grid_Con ul {
 flex-wrap: wrap;
}

.grid_Con ul li.grid_Con {
 width: 48.5%;
 margin-bottom: 20px;
 margin-right:0;
}
h2.min_h2 {
  margin-bottom: 25px;
}
}
@media only screen and (max-width: 640px){
  .wrap_main .linkmap {
 padding: 0 10px;
}
  .title_h2 {
 font-size: 20px;
}

.desc_wrapper p.text {
 font-size: 12px;
 line-height: 24px;
}

.desc_more {
 font-size: 12px;
}

.leader_Con a.img_box {
 height: auto;
}

.grid_Con ul li.grid_Con {
 height: 150px;
 margin-right:0;
}

h2.min_h2 a {
 font-size: 24px;
}
}
@media only screen and (max-width: 400px){
}
   