* {
  box-sizing: border-box;
}
.flow {
  position: relative;
}
.flow::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.home-banner img {
  width: 100%;
}
.home-about {
  margin: 100px 0;
}
.home-about .content {
  display: flex;
  justify-content: space-between;
}
.home-about .content .image {
  width: 50%;
  position: relative;
  height: 650px;
}
.home-about .content .image p {
  position: absolute;
  right: 0;
  width: 70%;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: white;
  border-radius: 20px;
}
.home-about .content .image p img {
  width: 100%;
}
.home-about .content .image::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background-color: #A58F5A;
  border-radius: 0 40px 40px 0;
}
.home-about .content .info {
  width: 45%;
  padding-top: 150px;
}
.home-about .content .info h2 {
  font-size: 36px;
  color: #0f358e;
  font-weight: 500;
}
.home-about .content .info .desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 2;
}
.home-about .content .info .btn {
  margin-top: 30px;
  display: flex;
}
.home-about .content .info .btn a {
  font-size: 28px;
  color: #666666;
  display: block;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
  line-height: 50px;
}
.home-about .content .info .btn a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.home-about .content .info .btn a:hover {
  color: #A58F5A;
  font-weight: 600;
}
.home-zytd {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.home-zytd img {
  width: 100%;
}
.home-zytd .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  background-color: white;
  z-index: 9;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-zytd .btn .btn-r {
  text-align: center;
  padding: 0 50px;
}
.home-zytd .btn .btn-r h2 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #0f358e;
  font-weight: 500;
  line-height: 1;
}
.home-ywly {
  margin: 100px 0;
}
.home-ywly .content h2 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #0f358e;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.home-ywly .content .list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.home-ywly .content .list .item {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 30%;
  padding: 50px 30px;
  transition: 0.5s all;
  border-radius: 5px;
}
.home-ywly .content .list .item:hover {
  transform: scale(1.05);
}
.home-ywly .content .list .item:hover .item-icon img {
  display: none;
}
.home-ywly .content .list .item:hover .item-icon img:last-child {
  display: inline-block;
}
.home-ywly .content .list .item:hover .link-btn {
  background-image: linear-gradient(#dbae6d, #A58F5A);
  color: white;
}
.home-ywly .content .list .item .item-icon {
  text-align: center;
}
.home-ywly .content .list .item .item-icon img {
  width: 45px;
}
.home-ywly .content .list .item .item-icon img:last-child {
  display: none;
}
.home-ywly .content .list .item .item-title {
  font-size: 32px;
  font-weight: 600;
  padding: 50px 0;
  text-align: center;
  color: #666666;
}
.home-ywly .content .list .item .item-text {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.home-ywly .content .list .item .item-text p {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  color: #999;
}
.home-ywly .content .list .item .link-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  background-image: linear-gradient(#ffffff, #ddd);
  color: #A58F5A;
}
.home-cx {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.home-cx .content h2 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #0f358e;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.home-cx .content .list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.home-cx .content .list .item {
  width: 48%;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 80px 0;
  border-radius: 5px;
}
.home-cx .content .list .item:hover {
  background-image: linear-gradient(#dbae6d, #A58F5A);
}
.home-cx .content .list .item:hover * {
  color: white;
}
.home-cx .content .list .item:hover .item-l .item-l-title {
  color: white;
}
.home-cx .content .list .item:hover .item-r .item-r-title {
  color: white;
}
.home-cx .content .list .item:hover .item-r .link-btn {
  color: #A58F5A;
  background-image: linear-gradient(#ffffff, #ddd);
}
.home-cx .content .list .item .item-l {
  width: 50%;
  padding: 0 0 0 30px;
}
.home-cx .content .list .item .item-l .item-l-title {
  font-size: 18px;
  color: #0f358e;
}
.home-cx .content .list .item .item-l .item-l-desc {
  word-break: break-all;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
.home-cx .content .list .item .item-r {
  width: 50%;
  text-align: center;
}
.home-cx .content .list .item .item-r .item-r-title {
  font-size: 50px;
  color: #0f358e;
}
.home-cx .content .list .item .item-r .link-btn {
  margin-top: 50px;
  padding: 0 45px;
}
.home-new {
  padding: 100px 0;
}
.home-new .content h2 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #0f358e;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.home-new .content .news {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-new .content .news .image {
  width: 40%;
}
.home-new .content .news .image p img {
  width: 100%;
}
.home-new .content .news .image a {
  width: 80%;
  padding: 15px;
  text-align: center;
  display: block;
  margin: 50px auto 0;
  color: #A58F5A;
  border: 1px solid #A58F5A;
  border-radius: 5px;
  font-size: 16px;
}
.home-new .content .news .list {
  width: 55%;
}
.home-new .content .news .list .item {
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 30px 10px;
  position: relative;
  color: #888888;
  border-radius: 10px;
  cursor: pointer;
}
.home-new .content .news .list .item:hover {
  color: #A58F5A;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.home-new .content .news .list .item .img {
  display: none;
}
.home-new .content .news .list .item .icon {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.home-new .content .news .list .item .date {
  display: flex;
  width: 20%;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.home-new .content .news .list .item .date::after {
  border-right: 1px solid #888888;
  height: 80%;
  content: "";
  display: block;
  top: 10%;
}
.home-new .content .news .list .item .date .date-d {
  font-size: 34px;
}
.home-new .content .news .list .item .date .date-y {
  text-align: center;
  font-size: 20px;
}
.home-new .content .news .list .item .date .date-y p {
  line-height: 1;
}
.home-new .content .news .list .item .date .date-y p:last-child {
  margin-top: 30px;
}
.home-new .content .news .list .item .info {
  width: 76%;
}
.home-new .content .news .list .item .info .info-title {
  font-size: 20px;
}
.home-new .content .news .list .item .info .info-desc {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  line-height: 25px;
  height: 75px;
  -webkit-line-clamp: 3;
  margin-left: 50px;
  margin-top: 5px;
}
.home-zb {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.home-zb .content h2 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #0f358e;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.home-zb .content .list {
  display: flex;
  margin-top: 100px;
}
.home-zb .content .list .item {
  width: 31%;
  background-color: white;
  box-sizing: border-box;
  padding: 0 30px;
  margin-right: 3%;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s all;
}
.home-zb .content .list .item:hover {
  color: #A58F5A;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.home-zb .content .list .item:hover a {
  color: #A58F5A;
}
.home-zb .content .list .item:nth-child(3n) {
  margin-right: 0;
}
.home-zb .content .list .item .item-title {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 30px;
  height: 60px;
  margin: 50px 0;
}
.home-zb .content .list .item .item-link {
  border-top: 1px solid #e5e5e5;
  display: block;
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 15px 0 30px;
}
.home-zb .content .tabs {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
.home-zb .content .tabs .item {
  width: 23%;
  height: 55px;
  background-color: #A58F5A;
  text-align: center;
  line-height: 55px;
  padding: 0 35px;
  color: #A58F5A;
  background: white;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.home-zb .content .tabs .item.on {
  background-image: linear-gradient(#dbae6d, #A58F5A);
  color: white;
}
@media (max-width: 1000px) {
  .home-about {
    margin: 10vw 0;
  }
  .home-about .content {
    display: block;
  }
  .home-about .content .image {
    width: 80%;
    height: 300px;
  }
  .home-about .content .image p {
    width: 70%;
  }
  .home-about .content .info {
    width: 100%;
    padding-top: 10vw;
  }
  .home-about .content .info h2 {
    font-size: 8vw;
  }
  .home-about .content .info .desc {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .home-about .content .info .btn {
    margin-top: 5vw;
  }
  .home-about .content .info .btn a {
    font-size: 4vw;
    line-height: 8vw;
    margin-right: 8vw;
    padding-right: 8vw;
  }
  .home-zytd img {
    display: block;
  }
  .home-zytd .btn {
    position: static;
    width: 100%;
    padding-top: 10vw;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10vw;
  }
  .home-zytd .btn .btn-r {
    width: 100%;
  }
  .home-zytd .btn .btn-r h2 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .home-ywly {
    margin: 10vw 0;
  }
  .home-ywly .content h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
  .home-ywly .content .list {
    padding: 0 12vw;
    margin-top: 0;
    display: block;
  }
  .home-ywly .content .list .item {
    margin-top: 10vw;
    width: 100%;
    padding: 5vw;
    border-radius: 1vw;
  }
  .home-ywly .content .list .item .item-title {
    font-size: 6vw;
    padding: 5vw 0;
  }
  .home-ywly .content .list .item .item-text p {
    padding: 2vw 0;
  }
  .home-ywly .content .list .item .link-btn {
    margin-top: 5vw;
  }
  .home-cx {
    padding: 10vw 0;
  }
  .home-cx .content h2 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
  .home-cx .content .list {
    margin: 0;
    display: block;
  }
  .home-cx .content .list .item {
    width: 100%;
    padding: 5vw 0;
    margin: 8vw 0 0;
  }
  .home-cx .content .list .item .item-r .item-r-title {
    font-size: 8vw;
  }
  .home-cx .content .list .item .item-r .link-btn {
    margin-top: 8vw;
    padding: 0 6vw;
  }
  .home-new {
    padding: 8vw 0;
  }
  .home-new .content h2 {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .home-new .content .news {
    margin-top: 0;
    flex-direction: column-reverse;
  }
  .home-new .content .news .image {
    width: 100%;
    margin: 5vw 0 0;
  }
  .home-new .content .news .image a {
    margin: 8vw auto 0;
    width: 60%;
  }
  .home-new .content .news .list {
    width: 100%;
  }
  .home-new .content .news .list .item {
    padding: 2vw;
  }
  .home-new .content .news .list .item .date {
    width: 23%;
  }
  .home-new .content .news .list .item .date .date-d {
    font-size: 5vw;
  }
  .home-new .content .news .list .item .date .date-y {
    font-size: 4vw;
  }
  .home-new .content .news .list .item .info {
    width: 75%;
  }
  .home-new .content .news .list .item .info .info-title {
    font-size: 4.5vw;
  }
  .home-new .content .news .list .item .info .info-desc {
    -webkit-line-clamp: 2;
    height: 12vw;
    line-height: 6vw;
    font-size: 3.5vw;
  }
  .home-zb {
    padding: 10vw 0;
  }
  .home-zb .content h2 {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
  .home-zb .content .list {
    margin-top: 0;
    display: block;
  }
  .home-zb .content .list .item {
    width: 100%;
    margin-top: 8vw;
    padding: 8vw 5vw 0;
  }
  .home-zb .content .list .item .item-title {
    margin: 0;
    font-size: 4.5vw;
    line-height: 7vw;
    height: 14vw;
  }
  .home-zb .content .list .item .item-link {
    margin-top: 8vw;
    padding: 5vw 0 5vw;
  }
  .home-zb .content .tabs {
    margin-top: 12vw;
    flex-wrap: wrap;
  }
  .home-zb .content .tabs .item {
    width: 46%;
    margin: 3vw 0;
    line-height: 14vw;
    padding: 0 0;
  }
}
