img,
a{
  display: block;
}

.container{
  padding: 650px 0 150px;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  background: #dc3d71 url(../images/pc_bg.jpg) no-repeat;
  background-size: 1920px auto;
  background-position: top center;
}

.wrapper{
  width: 1200px;
  margin: auto;
  margin-top: 75px;
}

.wrapper>img{
  margin: auto;
  margin-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next{
  padding: 7px 42px;
  color: #999;
  background: transparent;
  outline: none;
  z-index: 9999;  
}

.herf .text{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.7);
}

.container .herf{
  position: relative;
  display: block;
}

.top {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

li{
  list-style: none;
}

.wrapper .text{
  display: inline-block;
  margin-top: 18px;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
}

.banner{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 25px;
  background: white;
}

.banner .index-wrap1-col{
  width: 663px;
  height: 390px;
}

.banner .right {
  position: relative;
  margin-left: 45px;
  width: 410px;
  text-align: center;
}

.banner .right .title{
  margin-bottom: 30px;
  font-size: 22px;
  color: #02686f;
  font-weight: bold;
}

.banner .right .dec{
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  text-indent: 28px;
}

.banner .right .dec a{
  display: inline;
  color: #6c1e19;
}

.banner .right li{
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-align: left;
}

.banner .right ul{
  width: 330px;
  border-top: 1px solid #333;
}

.banner .right li::before{
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 10px;
  content: "";
  border-radius: 50%;
  background-color: rgb(108, 30, 25);
  width: 4px;
  height: 4px;
}

.banner .right .more{
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ea474f;
  font-size: 16px;
}

.index-wrap1-col {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
  
.index-wrap1-col .index-pictt a:hover {
  text-decoration: underline;
}

.index-newspic li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
  
.index-newspic li img {
  width: 100%;
  height: 100%;
}
  
.index-pictt {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 37px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
  
.index-pictt li {
  width: 100%;
  height: 100%;
}

.index-pictt li a {
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  display: inline-block;
  max-width: 420px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 18px;
}

.index-picpg {
  position: absolute;
  bottom: 13px;
  right: 17px;
}

.index-picpg li {
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}

.index-picpg li.cur {
  background: red;
}

.box {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.box .title{
  margin-bottom: 18px;
  font-size: 30px;
  color: white;
  font-weight: bold;
}

.box .left .bg{
  position: relative;
  box-sizing: border-box;
  position: relative;
  padding: 50px 33px 0;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  width: 892px;
  height: 345px;
}

.box .left .swiper-container{
  width: 715px;
}

.box .left .text{
  color: #333333;
}

.index-wrap1-col2{
  height: 570px;
}

.cpyright{
  margin: 75px auto 0;
  background: url(../images/cpyright.png) no-repeat;
  width: 823px;
  height: 87px;
}