@charset "utf-8";

@media screen and (min-width: 1440px) {
  html {
    font-size: unset !important;
  }
}

/* banner */
.bannerSwiper {
  overflow: hidden;
}

.bannerSwiper, .banner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerSwiper .swiper-pagination span {
  width: 27px;
  height: 6px;
  border-radius: 0;
  margin: 0 4px;
  background: #fba105;
}

.banner-slide {}

.banner-slide img {width: 100%;}

.banner-slide .container {
  position: absolute;
  height: 100%;
}

/* end-banner */
/* 标题 */
.index_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding-top: 60px; */
  padding-bottom: 30px;
}

.index_title h1 {
  font-size: 36px;
  color: rgb(77, 77, 77);
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.index_title .aa {
  background-color: rgb(243, 152, 0);
  width: 80px;
  height: 3px;
}

.index_title_left {
  display: flex;
  flex-direction: column;
}

.index_title_left h1 {
  font-size: 36px;
  color: rgb(1, 114, 192);
  font-weight: bold;
  margin-bottom: 15px;
}

.index_title_left p {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
}

.index_title_left h2 {
  font-size: 36px;
  font-family: "Rajdhani";
  color: rgba(1, 114, 192, 0.2);
  font-weight: bold;
  text-transform: uppercase;
}

.index_title_right {
  display: flex;
  align-items: center;
}

#keyword {
  width: 300px;
  height: 40px;
  border: 1px solid #ccc;
  margin-left: 30px;
  padding-left: 15px;
}

.iconfont {
  background: url(../images/more_3.png) center no-repeat;
  width: 50px;
  height: 40px;
  margin-left: -50px;
}

.index_more {
  display: block;
  line-height: 40px;
  ;
  background-color: rgb(51, 118, 229);
  width: 160px;
  height: 40px;
  text-align: center;
}

.bigbox {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* end-标题 */
/* box2*/
.proList {
  display: block;
  position: relative;
  overflow: hidden;
}

.proListImg {
  position: relative;
  z-index: 1;
}

.protop {
  background-color: rgb(14, 110, 184);
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 0 10px 10px 0;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  z-index: 2;
  left: -100%;
  transition: 1s;
}

.proList .txt {
  padding: 20px 30px;
  position: absolute;
  z-index: 2;
  background: #333333cc;
  bottom: -100%;
  transition: 1s;
}

.proCur .protop {
  left: 0%;
}

.proCur .proList .txt {
  bottom: 0px;
}

.proList .txt p {
  font-size: 14px;
  margin: 0;
  letter-spacing: -.3px;
}

.proList .txt img {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

/* end-box2 */
/* bo3 */
.aboutLeft img {
  padding-right: 75px;
}

.aboutTxt .txt {
  margin-top: 30px;
  margin-bottom: 60px;
}

.aboutTxt {
  padding-left: 90px;
  height: 100%;
  background: url(https://ss-res-1257384375.cos.ap-guangzhou.myqcloud.com/site_res/63/20220815155932_sU7gMBR6.png) center no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutTxt>span {
  font-size: 36px;
  color: rgb(14, 110, 184);
  font-weight: bold;
  position: relative;
  display: flex;
}

.aboutTxt>span::after {
  content: "";
  height: 2px;
  background: #ccc;
  width: 500px;
  position: relative;
  right: 500px;
  top: 60px;
}

.aboutTxt>h1 {
  font-size: 36px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

.aboutTxt>p {
  font-size: 18px;
  color: rgb(102, 102, 102);
}

.aboutTxt .txt {
  font-size: 16px;
  line-height: 32px
}

/* end-box3 */
/* box4 */
.caseListBox {
  position: relative;
  margin: 10px -5px;
}

.caseListBox_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #333333bf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 1s;
}
.caseListBox:hover .caseListBox_txt {
    opacity: 1;
}
.caseListBox_txt h1 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}

.caseListBox_txt .txt {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 15px;
}

.caseListBox_txt a {
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
}

/* end-box4 */
/* box5 */
.box5 .index_title {
  align-items: flex-start;
}

.newsList a {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.newsList_left {
  background: #f9f9f9;
  text-align: center;
  padding: 10px 20px;
}

.newsList_left h1 {
  font-size: 36px;
  font-weight: 400;
  color: #4c4c4c;
}

.newsList_left p {
  font-size: 20px;
  font-weight: 100;
  margin: 0;
  color: #4c4c4c;
}

.newsList_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 45px;
  border-bottom: 1px solid #ccc;
}

.newsList_right h1 {
  font-size: 20px;
  color: rgb(77, 77, 77);
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsList_right p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.875;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.downioadList {
  border: 1px solid #ccc;
  transition: 1s;
  margin: 30px 0;
}

.downioadList a {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.downioadList h1 {
  font-size: 18px;
  color: rgb(85, 85, 85);
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.downioadList h1::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #f39800;
  position: absolute;
  left: 0px;
}

.downioadList span {
  font-size: 16px;
  color: #f39800;
  margin: 0;
}

.downioadBox {
  padding-right: 60px;
}

.newsBox {
  padding-left: 60px;
}

.downioadList:hover {
  border: 1px solid #f39800;
  box-shadow: 0 0 4px 2px hwb(38deg 0% 5% / 25%);
}

.newsList_left, .newsList_left h1, .newsList_left p {
  transition: 1s;
}

.newsList:hover .newsList_left {
  background: #f39800;
}

.newsList:hover .newsList_left h1 {
  color: #fff;
}

.newsList:hover .newsList_left p {
  color: #fff;
}

/* end-box5 */
