.index {
  width: 1903px;
}
.width {
  width: 1440px;
}
.banner {
  width: 100%;
  height: 1738px;
  background: url("/img/header.png") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .content {
  height: 450px;
  display: flex;
  justify-content: space-between;
}
.banner .content .left {
  width: 750px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.banner .content .left .left_img {
  height: 140px;
  width: 140px;
  cursor: pointer;
}
.banner .content .right {
  height: 450px;
  width: 450px;
}
.banner .content .right .swiper {
  width: 100%;
  height: 100%;
}
.banner .content .right .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.banner .content .right .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dingzhi {
  margin: 149px auto 0;
}
.dingzhi_title {
  color: #262626;
  font-size: 24px;
}
.dingzhi_subhead {
  color: #737373;
  font-size: 14px;
  margin-top: 25px;
}
.dingzhi_type {
  width: 100%;
  margin-top: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dingzhi_type .line {
  width: 350px;
  height: 200px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.dingzhi_type .line:hover {
  background-color: #404040;
}
.dingzhi_type .line .line_title {
  color: #595959;
  font-size: 18px;
}
.dingzhi_type .line:hover .line_title {
  color: #fff;
}
.kehushuo {
  width: 100%;
  height: 320px;
  margin: 100px 0px;
  display: flex;
}
.kehushuo .swiper_btn_box {
  height: 100%;
  width: 100px;
  margin-left: 480px;
  margin-right: 50px;
}
.kehushuo .swiper_btn_box img {
  cursor: pointer;
}
.kehushuo .content {
  width: 1300px;
  height: 320px;
}
.kehushuo .content .swiper {
  width: 100%;
  height: 100%;
}
.kehushuo .content .swiper-slide {
  width: 100%;
  height: 300px;
  box-shadow: 0px 8px 4px 0px #f1f1f1;
  font-size: 18px;
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
}
.kehushuo .content .swiper-slide .topimg {
  height: 24px;
  width: 24px;
}
.kehushuo .content .swiper-slide .contents {
  font-size: 16px;
  color: #595959;
  margin-top: 40px;
}
.kehushuo .content .swiper-slide .KYSuser_box {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #1A1A1A;
  margin-top: 50px;
}
.kehushuo .content .swiper-slide .userimg {
  height: 60px;
  width: 60px;
  margin-right: 16px;
}
.bottom {
  width: 100%;
  height: 207px;
  background: url("/img/footer.png");
  padding: 50px 400px 28px;
  box-sizing: border-box;
}
.bottom_contact_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .title {
  font-size: 24px;
  font-weight: 600;
}
.bottom .search {
  width: 600px;
  height: 69px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 8px 4px 0px #bec5cb;
}
.bottom .search .inp {
  width: 500px;
  border: none;
  outline: none;
  text-indent: 0.5em;
  font-size: 18px;
  cursor: pointer;
}
.bottom .search .btn {
  width: 128px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  background-color: #105ddd;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.bottom .introduce {
  width: 100%;
  height: 30px;
  color: #262626;
  font-size: 16px;
  margin-top: 24px;
}
.bottom .introduce span {
  margin-right: 57px;
}
.copyright {
  height: 92px;
  width: 100%;
  line-height: 92px;
  text-align: center;
  color: #737373;
  font-size: 12px;
}
.fiexd {
  height: 258px;
  width: 190px;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(26,26,26,.2);
}
.fiexd .fiexd_top {
  text-align: center;
}
.fiexd .fiexd_top .top_title {
  font-size: 14px;
  margin-bottom: 18px;
}
.fiexd .fiexd_bottom {
  border-top: 1px solid #ededed;
  height: 103px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #262626;
  font-size: 15px;
}
.fiexd .fiexd_bottom img {
  margin-right: 14px;
}
.fiexd_24hour {
  color: #595959;
  font-size: 12px;
  margin-bottom: 8px;
}
