@charset "utf-8";
.section_1{
  width: 100%;
  background: url(../img/section1_bg.jpg)no-repeat center center;
  background-size: 100% 100%;
  background-color: #fff;
  padding: 40px 0;
}
.common_title{
  display: block;
}
.common_title p{
  font-family: 'myfont';
  font-size: 26px;
  color: #1f1f1f;
  display: inline-block;
  font-weight: 600;
  padding-left: 38px;
  background: url(../img/title_1.png)no-repeat left center;
}
.common_title span{
  display: inline-block;
  color: #aeaeae;
  font-size: 18px;
  text-transform: uppercase;
}
.common_title i{
  float: right;
  width: 27px;
  height: 27px;
  background: url(../img/more.png)no-repeat;
}
.section_1_main ul{
  padding-top: 35px;
}
.section_1_main ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  /* height: 180px; */
  overflow: hidden;
}
.section_1_main ul li{
  box-shadow: 0px 8px 6.96px 1.04px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  overflow: hidden;
  margin-right: 34px;
  width: 153px;
  transition: all .3s;
  margin-bottom: 20px;
}
.section_1_main ul li:hover{
  transform: translateY(-8px);
}
.section_1_main ul li:nth-child(7n){
  margin-right: 0;
}
.section_1_main ul li a{
  display: block;
  background: #e5f4ff;
  padding: 16px 0;
  transition: all .3s;
}
.section_1_main ul li:hover a{
  background: url(../img/s1_li_on.png)no-repeat;
  background-color: #027edb;
}
.section_1_main ul li a p{
  text-align: center;
  font-size: 18.4px;
  color: #353434;
  transition: all .3s;
}
.section_1_main ul li:hover a p{
  color: #fff;
}
.section_1_main ul li a div{
  height: 73px;
  transition: all .3s;
}

.section_1_main ul li:nth-child(1) a div{background: url(../img/s1_10.png)no-repeat center center;}
.section_1_main ul li:nth-child(1):hover a div{background: url(../img/s1_10_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(2) a div{background: url(../img/s1_12.png)no-repeat center center;}
.section_1_main ul li:nth-child(2):hover a div{background: url(../img/s1_12_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(3) a div{background: url(../img/s1_3.png)no-repeat center center;}
.section_1_main ul li:nth-child(3):hover a div{background: url(../img/s1_3_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(4) a div{background: url(../img/s1_6.png)no-repeat center center;}
.section_1_main ul li:nth-child(4):hover a div{background: url(../img/s1_6_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(5) a div{background: url(../img/s1_13.png)no-repeat center center;}
.section_1_main ul li:nth-child(5):hover a div{background: url(../img/s1_13_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(6) a div{background: url(../img/s1_sljq.png)no-repeat center center; background-size: 57px;}
.section_1_main ul li:nth-child(6):hover a div{background: url(../img/s1_sljq_on.png)no-repeat center center; background-size: 57px;}

.section_1_main ul li:nth-child(7) a div{background: url(../img/s1_15.png)no-repeat center center;}
.section_1_main ul li:nth-child(7):hover a div{background: url(../img/s1_15_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(8) a div{background: url(../img/s1_4.png)no-repeat center center;}
.section_1_main ul li:nth-child(8):hover a div{background: url(../img/s1_4_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(9) a div{background: url(../img/s1_8.png)no-repeat center center;}
.section_1_main ul li:nth-child(9):hover a div{background: url(../img/s1_8_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(10) a div{background: url(../img/s1_9.png)no-repeat center center;}
.section_1_main ul li:nth-child(10):hover a div{background: url(../img/s1_9_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(11) a div{background: url(../img/s1_1_on.png)no-repeat center center;}
.section_1_main ul li:nth-child(11):hover a div{background: url(../img/s1_1.png)no-repeat center center;}

.section_1_main ul li:nth-child(12) a div{background: url(../img/s1_2.png)no-repeat center center;}
.section_1_main ul li:nth-child(12):hover a div{background: url(../img/s1_2_on.png)no-repeat center center;}

.xsection_1_main ul li:nth-child(13) a div{background: url(../img/s1_13.png)no-repeat center center;}
.xsection_1_main ul li:nth-child(13):hover a div{background: url(../img/s1_13_on.png)no-repeat center center;}

.xsection_1_main ul li:nth-child(14) a div{background: url(../img/s1_14.png)no-repeat center center;}
.xsection_1_main ul li:nth-child(14):hover a div{background: url(../img/s1_14_on.png)no-repeat center center;}

.xsection_1_main ul li:nth-child(15) a div{background: url(../img/s1_15.png)no-repeat center center;}
.xsection_1_main ul li:nth-child(15):hover a div{background: url(../img/s1_15_on.png)no-repeat center center;}
#section_1_btn{
  font-size: 16px;
  color: #007dc8;
  text-align: right;
  cursor: pointer;
  padding-right: 15px;
  background: url(../img/down_ico.png)no-repeat right center;
}
.section_1 .on{
  background: url(../img/up_ico.png)no-repeat right center !important;
}
.s2{
  background: url(../img/s2_bg.jpg)no-repeat bottom center #fff;
}
.section_2{
  padding: 35px 0;
}
.section_2_l{
  width: 68%;
}
.section_2_l .common_title p{
  background: url(../img/title_2.png)no-repeat left center;
}
.section_2_r{
  width: 29%;
}
.section_2_r .common_title{
  margin-bottom: 33px;
}
.section_2_r .common_title p{
  background: url(../img/title_3.png)no-repeat left center;
}

.section_2_r ul li{
  transition: all .3s;
  margin-top: 25px;
}
.section_2_r ul li:hover{
  transform: translateY(-8px);
  box-shadow: 0.347px 1.97px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}
.section_2_r ul li a{
  display: block;
}
.section_2_r ul li a div{
  width: 52px;
  background: #aeaeae;
  text-align: center;
  transition: all .3s;
  padding: 2px 0;
  border-radius: 5px;
}
.section_2_r ul li:hover a div{
  background: #54a8da;
}
.section_2_r ul li a div p{
  font-size: 25px;
  color: #fff;
}
.section_2_r ul li a div span{
  font-size: 12px;
  color: #fff;
  display: block;
}
.section_2_r ul li a>p{
  font-size: 16px;
  color: #2e2e2e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 79%;
  margin-top: 6px;
}
.section_2_r ul li:hover a>p{
  font-weight: 600;
}
.section_2_main{
  margin-top: 35px;
}
.xzfc_swiper{
  overflow: hidden;
  width: 397px;
}
.xzfc_swiper a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.xzfc_swiper img{
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all .3s;
  position: relative;
  z-index: 0;
}
.xzfc_swiper a:hover img{
  transform: scale(1.1);
}
.xzfc_swiper a div {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: .15rem .2rem;
  background: url(../img/news_bg.jpg)no-repeat;
  background-size: 100% 100%;
}
.xzfc_swiper a div span{
  font-size: 16px;
  color: #fefefe;
  float: right;
  font-weight: 600;
}
.xzfc_swiper a div p{
  margin-right: 70px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xs_swiper{
  position: relative;
}

.xs_swiper:hover .xs_prev, .xs_swiper:hover .xs_next{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -moz-transform: translate(0);
  transform: translate(0);
}
 
.xs_prev{
  background: url(../img/prev_ico.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;

  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.xs_next{
  background: url(../img/next_ico.png) no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 1;

  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* 文字 */
.dtcz{
  width: calc(100% - 410px);
}
.dtcz>p{
  border-bottom: 1px solid #dcdcdc;
}
.dtcz>p>span{
  font-size: 22px;
  color: #000;
  border-bottom: 2px solid #a40000;
  font-weight: 600;
}
.dtcz>p>a{
  font-size: 14px;
  color: #a40000;
  float: right;
  margin-top: 5px;
}
.dtcz>ul .li-first{
  height: 109px;
  padding: 10px;
  margin: 0;
  border-bottom: 1px dotted #b2b2b2;
}
.dtcz .li-first{
  border: none;
}
.li-first a{
  margin: 0 !important;
}
.dtcz>ul .li-first:after{
  width: 0;
}
.list-1 p{
  font-size: 16px;
  color: #1f1d1d;
  font-weight: 600;
  text-indent: 0;
  /* margin-right: 70px; */
  line-height: 23px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.list1-p{
  font-size: 14px;
  color: #a6a8ab;
  /* text-indent: 2em; */
  margin-top: 7px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.dtcz>ul>li{
 position: relative;
  transition: all .3s;
  padding-left: 28px;
}
.dtcz>ul>li:after{
  content: "";
  width: 15px;
  height: 11px;
  background: url(../img/li_bg.png)no-repeat;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -5px;
}
.dtcz>ul>li>a{
  font-size: 16px;
  color: #2a2a2a;
  margin-right: 100px;
  line-height: 39px;
}
.dtcz>ul>li>a:hover{
  /* color: #a40000; */
}
.dtcz>ul>li>span{
  font-size: 16px;
  line-height: 39px;
  color: #434343;
  float: right;
}
.dtcz>ul>li:hover{
  transform: translateY(-5px);

}

.section_3{
  margin-bottom: 40px;
}
.section_3 ul {
  display: flex;
  justify-content: space-between;
}
.section_3 ul li{
  box-shadow: 0px 8px 8.1px rgba(0, 0, 0, 0.16);
  transition: all .3s;
    width: 19%;
}
.section_3 ul li a{
  display: block;
}
.section_3 ul li a img{
  display: block;
    width: 100%;
}
.section_3 ul li:hover{
  transform: translateY(-8px);
}

.section_4 .common_title{
  margin-bottom: 37px;
}
.section_4_l ul li{
  padding-left: 25px;
  background: url(../img/line_1.jpg)no-repeat;
  transition: all .3s;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.section_4_l ul li:hover{
  transform: translateY(-8px);
  background: url(../img/line_2.jpg)no-repeat #fff;
  box-shadow: 0px 8px 12.61px 0.39px rgba(0, 0, 0, 0.08);
}
.section_4_l ul li a{
  display: block;
}
.section_4_l ul li a div span{
  float: right;
  font-size: 14px;
  color: #555555;
  line-height: 40px;
}
.section_4_l ul li a div p{
  font-size: 16px;
  color: #2a2a2a;
  line-height: 40px;
  transition: all .3s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_4_l ul li:hover a div p{
  font-weight: 600;
}

.section_4_l ul li a span{
  display: block;
  color: #777;
  font-size: 14px;
  line-height: 23px;
}
.section_4_r ul li{
  margin-top: 12px;
  position: relative;
  transition: all .3s;
  padding-left: 40px;
}
.section_4_r ul li:hover{
  padding-left: 30px;
}
.section_4_r ul li::after{
  content: '';
  width: 7px;
  height: 7px;
  background: #fff;
  border: 2px solid #007dc8;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  transition: all .3s;
}
.section_4_r ul li::before{
  content: '';
  width: 1px;
  height: 60px;
  background: #d2d2d2;
  position: absolute;
  left: 3px;
  top: 10px;
}
.section_4_r ul li:last-child::before{
  height: 40px;
}
.section_4_r ul li:hover:after{
  background: #007dc8;
}
.section_4_r ul li a{
  display: block;
}
.section_4_r ul li a p{
  font-size: 16px;
  color: #3c3b3b;
}
.section_4_r ul li:hover a p{
  font-weight: 600;
}
.section_4_r ul li a span{
  font-size: 14px;
  color: #8c8c8c;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .xs_swiper{
    float: none;
  }
  .dtcz{
    float: none;
  }
  
  .section_2_l{
    width: 100%;
    background: url(../img/p_s2_bg.png)no-repeat right bottom;
    background-size: 70%;
  }
  .dtcz{
    width: 100%;
  }
  .xzfc_swiper{
    width: 100%;
  }
  .section_1_main ul li:nth-child(10){
     margin-right: 13px;
  }
  .section_1_main ul li{
    width: 22%;
    margin-right: 13px;
    border: 1px solid #007dc8;
    
  }
  .section_1_main ul li a{
    padding: 5px 0;
    background: #fff;
  }
  .section_1_main ul li a div{
    background-size: 50px;
  }
  .section_1_main ul li a p{
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .section_1{
    padding: 20px 0;
    padding-bottom: 10px;
  }
  .common_title p{
    font-size: 20px;
  }
  .common_title span{
    font-size: 13px;
  }
  .common_title p{
    padding-left: 27px;
    background: url(../img/title_1.png)no-repeat left center;
    background-size: 21px;
  }
  .section_1_main ul {
    padding-top: 16px;
  }
  .section_1_main ul{
    height: auto;
    width: 100%;
  }
  .section_1_main ul li:nth-child(7n) {
    margin-right: 13px;
  }
  .section_1_main ul li:nth-child(4n) {
    margin-right: 0px;
  }

.section_1_main ul li:nth-child(1) a div{background: url(../img/s1_10.png)no-repeat center center;}
.section_1_main ul li:nth-child(1):hover a div{background: url(../img/s1_10_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(2) a div{background: url(../img/s1_13.png)no-repeat center center;}
.section_1_main ul li:nth-child(2):hover a div{background: url(../img/s1_13_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(3) a div{background: url(../img/s1_5.png)no-repeat center center;}
.section_1_main ul li:nth-child(3):hover a div{background: url(../img/s1_5_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(4) a div{background: url(../img/s1_6.png)no-repeat center center;}
.section_1_main ul li:nth-child(4):hover a div{background: url(../img/s1_6_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(5) a div{background: url(../img/s1_12.png)no-repeat center center;}
.section_1_main ul li:nth-child(5):hover a div{background: url(../img/s1_12_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(6) a div{background: url(../img/s1_sljq.png)no-repeat center center; background-size: 50px;}
.section_1_main ul li:nth-child(6):hover a div{background: url(../img/s1_sljq_on.png)no-repeat center center; background-size: 50px;}

.section_1_main ul li:nth-child(7) a div{background: url(../img/s1_15.png)no-repeat center center;}
.section_1_main ul li:nth-child(7):hover a div{background: url(../img/s1_15_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(8) a div{background: url(../img/s1_4.png)no-repeat center center;}
.section_1_main ul li:nth-child(8):hover a div{background: url(../img/s1_4_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(9) a div{background: url(../img/s1_8.png)no-repeat center center;}
.section_1_main ul li:nth-child(9):hover a div{background: url(../img/s1_8_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(10) a div{background: url(../img/s1_9.png)no-repeat center center;}
.section_1_main ul li:nth-child(10):hover a div{background: url(../img/s1_9_on.png)no-repeat center center;}

.section_1_main ul li:nth-child(11) a div{background: url(../img/s1_1_on.png)no-repeat center center;}
.section_1_main ul li:nth-child(11):hover a div{background: url(../img/s1_1.png)no-repeat center center;}

.section_1_main ul li:nth-child(12) a div{background: url(../img/s1_2.png)no-repeat center center;}
.section_1_main ul li:nth-child(12):hover a div{background: url(../img/s1_2_on.png)no-repeat center center;}

.section_1_main ul li a div{
  height: 53px;
}

.section_2_l .common_title p{
  background: url(../img/title_2.png)no-repeat left center;
  background-size: 24px;
}
.section_2{
  padding: 17px 0;
}
.section_2_main {
  margin-top: 15px;
}
.xzfc_swiper a div{
  padding: 12px 8px ;
}
#section_1_btn{
  display: table;
  margin: 0 auto;
  border: 2px solid #007dc8;
  border-radius: 5px;
  width: 60px;
  padding: 2px 0;
  padding-left: 7px;
  padding-right: 15px;
  text-align: center;
  background: url(../img/down_ico.png)no-repeat 43px center;
}
.dtcz>ul>li>a,.dtcz>ul>li>span{
  line-height: 32px;
}
.section_2_l {
  float: none;
}
.section_2_r{
  float: none;
  margin-top: 8px;
  width: 104%;
  position: relative;
  left: -2%;
  background: #f3f7f9;
  padding: 0 2%;
  padding-top: 11px;
  background: url(../img/p_s2_bg.png)no-repeat left bottom;
  background-size: 65%;
}
.section_2_r .common_title{
  margin-bottom: 20px;
}
.section_2_r .common_title p{
  background: url(../img/title_3.png)no-repeat left center;
  background-size: 23px;
}
.section_3 ul{
  display: flex;
  flex-wrap: wrap;
}
.section_3 ul li{
  width: 48%;
  margin-bottom: 10px;
}
.section_3 ul li img{
  width: 100%;
}
.section_3{
  margin-bottom: 20px;
}
.section_4 .w48{
  width: 100%;
  float: none;
  padding-bottom: 13px;
}
.section_4 .common_title{
  margin-bottom: 20px;
}
.section_4_l ul li{
  padding-left: 18px;
  margin-bottom: 10px;
  background: url(../img/line_1.jpg)no-repeat;
  background-size: auto 100%;
}
.section_4_l ul li a div span{
  line-height: 25px;
  font-size: 12px;
}
.section_4_l ul li a div p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
  margin-right: 85px;
  font-size: 15px;
}
.section_4_l ul li a span{
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section_4_r ul li a p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section_4_r ul li{
  padding-left: 20px;
}

}