﻿/* 大图 */
.swp{
  height: auto;
  width: 100%;
  min-width: 1200px;
  position: relative;}
.swp img{
  width: 100%;
  height: 100%;}
/* 每块信息公共 */
.title{
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;}
.title .left{
  /* font-family: "微软雅黑"; */
  font-family: "\5FAE\8F6F\96C5\9ED1";
  width: 124px;
  height: 31px;
  background: url(../assets/image/title.jpg) no-repeat;
  background-size: 100% 100%;
  padding-left: 24px;
  line-height: 31px;
  color: #fff;
  font-size: 20px;}
.title .right{
  color: #777777;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 5px;}
/* center */
.center{
  background-color: #fff;
  /* width: 62%; */
  /* max-width: 1200px; */
  width: 1200px;
  min-width: 1200px;
  padding: 15px 0 35px;
  margin: 0 auto;
  color: #22132D;
  font-size: 12px;}
/* center1 */
.center1{
  width: 100%;
  height: 90px;
  font-family: Microsoft YaHei;}
.center1 .left{
  float: left;
  width: calc(100% - 480px);
  width: 720px;
  height: 90px;
  color: #fff;
  background-color: rgb(148,7,10);
  font-size: 14px;}
.center1 .left .item{
  height: auto;
  padding: 12px;}
.center1 .left .item img{
  width: 20px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;}
.center1 .left .item span{
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;}
.center1 .left .item .info{
  margin-left: 15px;
  width: 80%;
  padding-right: 10px;}
.center1 .left .t{
  border-bottom: 1px solid rgba(255,255,255,.3);
  height: auto;
  padding: 12px;}
.center1 .right{
  width: 480px;
  height: 90px;
  background-color: #F6F6F6;
  float: right;
  max-width: 480px;}
.center1 .right .item{
  width: 160px;
  height: 90px;
  cursor: pointer;
  position: relative;
  text-align: center;
  overflow: hidden;
  float: left;
  font-size: 14px;}
.center1 .right .item img{
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 3px;}
.center1 .right .item div{
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 160px;
  height: 120px;
  text-align: center;
  color: #fff;
  background-color: #D9535E
;}
.center1 .right .item:hover div{
  display: block
;}
.center2{
  margin-top: 20px;
  width: 100%;
  overflow: hidden;}
.center2_l{
  width: 66%;
  float: left;}
.center2_l .info{
  width: 100%;
  /* height: 158px; */
  height: 200px;}
.center2_l .info .info_swp{
  width: 46.15%;
  /* background-image: url(../assets/image/banner/img1.png);
  background-position: center center;
  background-size: 100% 100%; */
  position: relative;
  float: left;
  /* height: 130px; */
  height: 180px;}
.info_swp .banner_box{
  width: 90%;
  height: 100%;
  margin: auto}
.info_swp .banner_box img{
  width: 100%;
  height: 100%;}
/*轮播图文字*/
.dot_swp1 {
  position: absolute;
  bottom:-20px;
  left: 0;
  width: 100%;
  
  /* M.L 2021.9.18 */
  height: 15px;
  /* background-color: rgba(0,0,0,.4); */

  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  text-align: center;
  padding-top: 5px;
}
.dot_swp1 li{
  list-style: none;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;

  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
/*小圆点*/
.dot_swp {
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  
  /* M.L 2021.9.18 */
  height: 15px;
  /* background-color: rgba(0,0,0,.4); */

  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  text-align: center;
  padding-top: 5px;
}
.dot_swp li{
  list-style: none;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color:#e3e7eb;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 10px;
}
.dot_swp li:last-of-type{
  margin-right: 0;
}
.dot_swp li:nth-of-type(1){
  background-color:#94070A ;
}
.dot_swp li:hover{
  background-color:#94070A ;
}
.center2_l .info .info_right{
  float: right;
  /*width: 46.15%;
  margin-left: 7%;*/
  margin-top: 3px;
  width: 382px;
  margin-left: 22px;}
.center2_l .info .info_right .item{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.center2_l .info .info_right .p1{
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
  line-height: 24px;}
/* .center2_l .info .info_right .itemp1::before{
  content: ">";
  color: #94070a96;
  margin-left: 3px;
  margin-right: 0px;
  width: 20px;
  display: inline-block;
	letter-spacing: -4px;
	transform: scaleY(1.5)
} */
.center2_l .info .info_right .p2{
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #777;
  line-height: 18px;
  padding-bottom: 0px;}
.center2_l .info .info_right .item .itemp2{
  display: flex ;
  justify-content: space-between;
  color: #AAAAAA;
  font-weight: normal
;}
.center2_r{
  width: 32%;
  float: right;}
.center2_r .info{
  height: 159px;}
.center2_r .info .item{
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.center2_r .info .item:last-of-type{
  border-bottom: 0px
;}
/* .center2_r .info .item::before{
  content: ">";
  color: #94070a96;
  margin-left: 3px;
  margin-right: 0px;
  width: 20px;
  display: inline-block;
	letter-spacing: -4px;
	transform: scaleY(1.5)
} */
.center3{
  padding-top: 20px;
  overflow: hidden;}
.center3 .info{}
/* .center3>div{
  width: 32%;
} */
.center3_l,.center3_m,.center3_r{
  display: inline-block;
  width: 382px;
  vertical-align: top;}
.center3_m{
  margin:0 22px;}
.center3_l .item{
  width: 100%;
  margin-bottom: 24px;}
.center3_l .item .l{
  font-size: 13px;
  width: 61px;
  height: 61px;
  color: #fff;
  background-color: #CC3333;
  font-family: Arial, Helvetica, sans-serif;
  float: left;}
.center3_l .item .l p{
  text-align: center;
	font-weight: normal
;}
.center3_l .item .l .p1{
  font-size: 24px;
  padding: 7px 0 3px
;}
.center3_l .item .r{
  width: 296px;
  height: 64px;
  font-size: 12px;
  float: right;
  line-height: 22px;}
.center3_l .item .r .p1{
  font-size: 15px;
  font-weight: normal;
  /*color: #22132D*/
  color: #323232;}
.center3_l .item .r .p2,.center3_l .item .r .p3{
  color: #777;
  font-weight: normal
;}

/* .center3_m .info .item .p1::before{
  content: ">";
  color: #94070a96;
  margin-left: 3px;
  margin-right: 0px;
  width: 20px;
  display: inline-block;
	letter-spacing: -4px;
	transform: scaleY(1.5)
} */
.center3_m .info .item .p2{
  font-size: 12px;
  /* margin: 15px 0 30px; */
  color: #AAAAAA;
  padding-left: 33px;
  font-weight: normal
;}
.center3_r .info .item:last-of-type{
  border: 0px
;}
/* .center3_r .info .item::before{
  content: ">";
  color: #94070a96;
  margin-left: 3px;
  margin-right: 0px;
  width: 20px;
  display: inline-block;
	letter-spacing: -4px;
	transform: scaleY(1.5)
} */
.center4{
  margin-top: 20px;}
.center4 .info{
  overflow: hidden;
  padding: 10px 0;
  background: #F6F6F6;}
.center4 .info .item{
  width: 25%;
  /*font-size: 16px;*/
  float: left;
  position: relative;}
.center4 .info .item img{
  width: 54px;
  height: 54px;
  margin-right: 13px
;}
.center4 .info .item div{
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0px;
  left: 67px;}
.center4 .info .item div .p1{
  /*font-size: 30px;*/
  color: #94070A;}
/* 首页banner大图轮播 */
.index-banner{}
.swiper-container{
  width: 1200px;
  /* width: 96%; */
  height: 320px;}
.banner-pot {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;}
.swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #F2F2F2;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;}
.swiper-active-switch {
  background: #94070A;}
.info .item{
  line-height: 26px;
  overflow: hidden;}
.info .item{
  line-height: 26px\9;}
.info .item p{
  line-height: 26px;}
.info .item span{
  color: #94070A;
  margin-left: 3px;
  margin-right: 0px;
  width: 18px;
  display: inline-block;}
.info .item img{
  width: 7px;
  height: auto;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;}
.info .item:hover{
  color: #94070A;}
.center4 .info  .item-foot{
  width: 30%;
  margin: 0 15px;}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .index-banner{
    width: 1200px;}
  .center{
    width: 1200px;}
}
@media screen and (min-width: 1601px) and (max-width: 1920px){
  .index-banner{
    width: 88%;
    height: 460px;}
  .center{
    width: 88%;
    font-size: 16px;}
  /* 首页模块一 */
  .info .item img{
    width: 8px;}
  .center1 .left{
    width: 60%;
    height: 90px;
    font-size: 15px;}
  .center2_l .info{
    width: 100%;
    height: 188px;}
  .center1{
    height: 90px;}
  .center1 .right{
    width: 40%;
    max-width: 40%;
    height: 90px;}
  .center1 .left .item{
    padding: 12px 20px;}
  .center1 .left .t{
    padding: 12px 20px;}
  .center1 .right .item{
    width: 33.2%;
    height: 90px;
    font-size: 15px;}
  .center1 .right .item img{
    width: 40px;
    height: 40px;
    margin: 5px 0 2px;}
  .center1 .right .item div{
    width: 100%;
    height: 150px;}
  /* 首页模块二 */
  .info .item{
    line-height: 30px;}
  .center2_l .info .info_swp{
    height: 200px;
    /*height: 162px;*/}
  .center2_l .info .info_right{
    margin-top: 5px;
    width: 49%;
    margin-left: 22px;}
  .center2_l .info .info_right .p1{
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 26px;}
  .center2_l .info .info_right .p2{
    line-height: 24px;
    padding-bottom: 6px;}
  .center2_r .info{
    height: 188px;}
  /* 模块三 */
  .center3_l, .center3_m, .center3_r{
    width: 32%;}
  .center3_m{
    margin: 0 1.6%;}
  .center3 .info{}
  .center3 .center3_l .info{
    padding-top: 8px;}
  .center3_l .item{
    margin-bottom: 23px;}
  .center3_l .item .l{
    font-size: 16px;
    width: 72px;
    height: 72px;}
  .center3_l .item .l .p1{
    font-size: 30px;
    padding: 10px 0 0px;}
  .info .item p{
    line-height: 28px;}
  .center3_l .item .r{
    width: 75%;}
  .center3_l .item .r{
    font-size: 14px;
    line-height: 25px;}
  .center3_l .item .r .p1{
    font-size: 20px;}
  /* 模块四 */
  .center4 .info .item img{
    width: 63px;
    height: 63px;}
  .center4 .info .item div{
    left: 90px;}
}