/* 对于手机（手机竖屏） */
@media only screen and (max-width: 765.9px) {
  .pc {
    display: none;
  }
  .father1 .banner {
    position: relative;
    width: 100%;
    height: 220px;
    box-shadow: 0px 5px 30px 0px rgba(10, 25, 50, 0.2);
  }
  .father1 .banner .swiper-height {
    height: 220px;
  }
  .father1 .banner .el-carousel-item {
    width: 100% !important;
    height: 100% !important;
  }
  .father1 .banner ::v-deep .el-carousel__container {
    height: 100%;
  }
  .father1 .banner .banner-text {
    position: absolute;
    top: 25%;
    left: 0px;
    width: 100%;
  }
  .father1 .banner .banner-text .text-one {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .father1 .banner .banner-text .text-two {
    font-size: 12px;
    color: #fff;
    padding: 3px 15%;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    line-height: 26px;
  }
  .father1 .banner img {
    width: 100%;
    height: 100%;
  }
  .father1 .tab-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-top: 60px;
  }
  .father1 .tab-content .title {
    padding: 0px 0px 10px 0px;
    color: #000;
  }
  .father1 .tab-content .title .title-one {
    font-size: 30px;
    font-weight: 600;
  }
  .father1 .tab-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .tab-content .title .title-two {
    padding: 12px 0px;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .tab-content .title .title-two .line {
    display: none;
  }
  .father1 .tab-content .tab-button {
    margin: 20px 0px 20px 0px;
    height: 130px;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-left: none;
    border-right: none;
    display: flex;
    transition: all 0.2s;
  }
  .father1 .tab-content .tab-button .btn-img {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
  }
  .father1 .tab-content .tab-button img {
    width: 100%;
    height: 100%;
  }
  .father1 .tab-content .tab-button .btn-text {
    color: #333;
    font-size: 12px;
    margin-top: 15px;
  }
  .father1 .tab-content .tab-button .tab-btn {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 20px 0px 15px 0px;
    box-sizing: border-box;
    transition: all 0.1s;
  }
  .father1 .tab-content .tab-button .tab-line {
    position: absolute;
    width: 0;
    height: 2px;
    background: #1f2e71;
    left: 0;
    bottom: -1px;
    transition: all 0.4s;
  }
  .father1 .tab-content .tab-button .active {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 20px 0px 15px 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.02);
    font-weight: bold;
    transition: all 0.1s;
  }
  .father1 .tab-content .tab-button .active .btn-text {
    color: #1f2e71;
  }
  .father1 .tab-content .tab-button .active .btn-img {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .father1 .tab-content .tab-button .active .tab-line {
    width: 100%;
    transition: all 0.4s;
  }
  .father1 .tab-content .height {
    height: 650px;
  }
  .father1 .tab-content .el-carousel-item {
    height: 650px;
  }
  .father1 .tab-content .tab-box {
    background-color: #FAFAFA;
    width: 100%;
  }
  .father1 .tab-content .tab-box .box-left {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    text-align: left;
  }
  .father1 .tab-content .tab-box .box-left .title1 {
    position: relative;
    color: #1f2e71;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .father1 .tab-content .tab-box .box-left .title1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 3px;
    background: #1f2e71;
  }
  .father1 .tab-content .tab-box .box-left .title2 {
    color: #333;
    padding-top: 40px;
    line-height: 25px;
    font-size: 14px;
  }
  .father1 .tab-content .tab-box .box-left .box-button {
    display: block;
    text-decoration: none;
    width: 120px;
    margin-top: 50px;
    color: 666;
    line-height: 36px;
    padding: 0 30px;
    border: 1px #ddd solid;
    border-radius: 25px;
    transition: all 0.2s;
    font-size: 14px;
  }
  .father1 .tab-content .tab-box .box-left .box-button i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px #ddd solid;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    margin-right: 10px;
    transition: all 0.2s;
  }
  .father1 .tab-content .tab-box .box-left .box-button:hover {
    width: 140px;
    background: #1f2e71;
    color: #fff;
    border-color: #1f2e71;
  }
  .father1 .tab-content .tab-box .box-left .box-button:hover i {
    transform: rotate(90deg);
    margin-right: 20px;
  }
  .father1 .tab-content .tab-box .box-right {
    width: 100%;
    height: 280px;
  }
  .father1 .tab-content .tab-box .box-right img {
    width: 100%;
    height: 100%;
  }
  .father1 .about-content {
    display: block;
    text-decoration: none;
    margin-top: 50px;
    padding: 20px 20px 40px;
    box-sizing: border-box;
    width: 100%;
    background-image: url(@/assets/indexPage/aboutus.jpg);
    background-size: cover;
  }
  .father1 .about-content .top {
    width: 100%;
    display: flex;
  }
  .father1 .about-content .top .left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 0px 0px;
    text-align: left;
  }
  .father1 .about-content .top .left .title {
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
  }
  .father1 .about-content .top .left .text {
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding-top: 35px;
  }
  .father1 .about-content .top .left .button {
    display: block;
    text-decoration: none;
    margin-top: 35px;
    width: 115px;
    background: #1f2e71;
    padding: 0 40px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    border-radius: 30px;
    transition: all 0.3s ease;
  }
  .father1 .about-content .top .left .button:hover {
    background-color: #4ABAEC;
    width: 120px;
  }
  .father1 .about-content .top .right {
    width: 0%;
  }
  .father1 .about-content .bottom {
    margin: 50px 0px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  }
  .father1 .about-content .bottom .grid {
    padding: 25px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    color: #fff;
  }
  .father1 .about-content .bottom .grid .left {
    width: 80%;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
  }
  .father1 .about-content .bottom .grid .left .title {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
  }
  .father1 .about-content .bottom .grid .left .title span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
  }
  .father1 .about-content .bottom .grid .left .text {
    width: 100%;
    font-size: 14px;
  }
  .father1 .about-content .bottom .grid .right {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .father1 .about-content .bottom .grid .right .icon {
    width: 34px;
    height: 34px;
  }
  .father1 .about-content .bottom .grid .right .icon img {
    width: 100%;
    height: 100%;
  }
  .father1 .about-content .bottom .grid:nth-child(2) {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    border-right: none;
  }
  .father1 .swiper-content {
    width: 100%;
    height: 710px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .father1 .swiper-content .title {
    padding: 50px 0px;
  }
  .father1 .swiper-content .title .title-one {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
  }
  .father1 .swiper-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .swiper-content .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .swiper-content .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
    display: none;
  }
  .father1 .swiper-content .height {
    height: 550px;
  }
  .father1 .swiper-content .swiper-box {
    height: 610px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
  }
  .father1 .swiper-content .swiper-box .el-carousel {
    width: 100%;
  }
  .father1 .swiper-content .swiper-box .swiper-item {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .father1 .swiper-content .swiper-box .swiper-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details {
    position: absolute;
    left: 0;
    bottom: -158px;
    z-index: 2;
    width: 70%;
    height: 230px;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 22px;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-name {
    box-sizing: border-box;
    font-weight: 600;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 42px;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px #ddd solid;
    text-transform: capitalize;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-text {
    height: 75px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    color: #666;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to {
    width: 50%;
    margin-top: 15px;
    line-height: 20px;
    transition: all 0.2s;
    color: #333;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to span {
    margin-right: 5px;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to:hover span {
    margin-right: 15px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:nth-child(1) {
    margin-right: 27px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover img {
    transform: scale(1.1);
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .goods-details {
    background-color: #FFF;
    bottom: 0px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .goods-details .goods-name {
    color: rgba(74, 186, 236);
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .cover {
    opacity: 1;
  }
  .father1 .advantage-content {
    width: 100%;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('@/assets/indexPage/build.jpg');
  }
  .father1 .advantage-content .title {
    padding: 80px 0px 60px 0px;
    color: #fff;
  }
  .father1 .advantage-content .title .title-one {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .father1 .advantage-content .title .title-two {
    padding: 15px 15px;
    font-size: 12px;
    font-weight: 400;
  }
  .father1 .advantage-content .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
    display: none;
  }
  .father1 .advantage-content .advantage-datiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card {
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img {
    width: 90px;
    height: 90px;
    border: 4px #fff solid;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img img {
    width: 60%;
    height: 60%;
    margin: 20% 0;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img:hover {
    background-color: #4ABAEC;
    border-color: #4ABAEC;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-title {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    margin: 20px 0;
    min-height: 50px;
    font-weight: 600;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .yellow-line {
    width: 10%;
    height: 1.5px;
    background: #fe0;
    overflow: hidden;
    margin: 0 auto;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-test {
    width: 100%;
    padding: 20px 40px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    box-sizing: border-box;
  }
  .father1 .news-content {
    margin-top: 30px;
    min-height: 726px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .father1 .news-content .height {
    height: 400px;
  }
  .father1 .news-content .title {
    padding: 40px 0px 20px 0px;
    color: #000;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .father1 .news-content .title .title-one {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
  }
  .father1 .news-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .news-content .title .title-button {
    background: #fdfdfd;
    padding: 10px 0px;
    text-align: center;
    border: 1px #ddd solid;
    border-radius: 2px;
    color: #9d9d9d;
    transition: all 0.2s;
    box-sizing: border-box;
    width: 110px;
    height: 37px;
    font-size: 12px;
  }
  .father1 .news-content .title .title-button:hover {
    background-color: #4ABAEC;
    color: #fff;
    border-color: #4ABAEC;
  }
  .father1 .news-content .news-cards {
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
  }
  .father1 .news-content .news-cards .el-carousel {
    width: 90%;
  }
  .father1 .news-content .news-cards .card {
    text-decoration: none;
    width: 393px;
    height: 100%;
  }
  .father1 .news-content .news-cards .card .card-img {
    height: 190px;
    width: 100%;
  }
  .father1 .news-content .news-cards .card .card-img img {
    width: 100%;
    height: 100%;
  }
  .father1 .news-content .news-cards .card .card-datiles {
    height: 232px;
    width: 100%;
    background-color: #F1F1F1;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: all 0.2s;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-tatle {
    font-size: 16px;
    color: #111;
    line-height: 25px;
    height: 50px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #dbdbdb;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-text {
    width: 100%;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 15px 0;
    text-align: left;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-time {
    width: 100%;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 12px;
    text-align: left;
  }
  .father1 .news-content .news-cards .card:hover .card-datiles {
    background-color: rgba(74, 186, 236);
  }
  .father1 .news-content .news-cards .card:hover .card-datiles .card-tatle,
  .father1 .news-content .news-cards .card:hover .card-datiles .card-text {
    color: #fff;
  }
}
/* 对于平板（平板竖屏） */
@media only screen and (min-width: 766px) and (max-width: 1024.9px) {
  .pc {
    display: none;
  }
  .father1 .banner {
    position: relative;
    width: 100%;
    height: 350px;
    box-shadow: 0px 5px 30px 0px rgba(10, 25, 50, 0.2);
  }
  .father1 .banner .swiper-height {
    height: 350px;
  }
  .father1 .banner .el-carousel-item {
    width: 100% !important;
    height: 100% !important;
  }
  .father1 .banner .banner-text {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
  }
  .father1 .banner .banner-text .text-one {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .father1 .banner .banner-text .text-two {
    font-size: 14px;
    color: #fff;
    padding: 3px 15%;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    line-height: 26px;
  }
  .father1 .banner img {
    width: 100%;
    height: 100%;
  }
  .father1 .tab-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    margin-top: 60px;
  }
  .father1 .tab-content .title {
    padding: 0px 0px 10px 0px;
    color: #000;
  }
  .father1 .tab-content .title .title-one {
    font-size: 30px;
    font-weight: 600;
  }
  .father1 .tab-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .tab-content .title .title-two {
    padding: 12px 0px;
    font-size: 12px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .tab-content .title .title-two .line {
    display: none;
  }
  .father1 .tab-content .tab-button {
    margin: 40px 0px 20px 0px;
    height: 180px;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-left: none;
    border-right: none;
    display: flex;
    transition: all 0.2s;
  }
  .father1 .tab-content .tab-button .btn-img {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
  }
  .father1 .tab-content .tab-button img {
    width: 100%;
    height: 100%;
  }
  .father1 .tab-content .tab-button .btn-text {
    color: #333;
    font-size: 14px;
    margin-top: 15px;
  }
  .father1 .tab-content .tab-button .tab-btn {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 30px 0px 15px 0px;
    box-sizing: border-box;
    transition: all 0.1s;
  }
  .father1 .tab-content .tab-button .tab-line {
    position: absolute;
    width: 0;
    height: 2px;
    background: #1f2e71;
    left: 0;
    bottom: -1px;
    transition: all 0.4s;
  }
  .father1 .tab-content .tab-button .active {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 30px 0px 15px 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.02);
    font-weight: bold;
    transition: all 0.1s;
  }
  .father1 .tab-content .tab-button .active .btn-text {
    color: #1f2e71;
  }
  .father1 .tab-content .tab-button .active .btn-img {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .father1 .tab-content .tab-button .active .tab-line {
    width: 100%;
    transition: all 0.4s;
  }
  .father1 .tab-content .height {
    height: 888px;
  }
  .father1 .tab-content .el-carousel-item {
    height: 888px;
  }
  .father1 .tab-content .tab-box {
    height: 888px;
    background-color: #FAFAFA;
    width: 100%;
  }
  .father1 .tab-content .tab-box .box-left {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    text-align: left;
  }
  .father1 .tab-content .tab-box .box-left .title1 {
    position: relative;
    color: #1f2e71;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .father1 .tab-content .tab-box .box-left .title1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 3px;
    background: #1f2e71;
  }
  .father1 .tab-content .tab-box .box-left .title2 {
    color: #333;
    padding-top: 40px;
    line-height: 25px;
    font-size: 14px;
  }
  .father1 .tab-content .tab-box .box-left .box-button {
    display: block;
    text-decoration: none;
    width: 120px;
    margin-top: 50px;
    color: #666;
    line-height: 36px;
    padding: 0 30px;
    border: 1px #ddd solid;
    border-radius: 25px;
    transition: all 0.2s;
    font-size: 14px;
  }
  .father1 .tab-content .tab-box .box-left .box-button i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px #ddd solid;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    margin-right: 10px;
    transition: all 0.2s;
  }
  .father1 .tab-content .tab-box .box-left .box-button:hover {
    width: 140px;
    background: #1f2e71;
    color: #fff;
    border-color: #1f2e71;
  }
  .father1 .tab-content .tab-box .box-left .box-button:hover i {
    transform: rotate(90deg);
    margin-right: 20px;
  }
  .father1 .tab-content .tab-box .box-right {
    width: 100%;
    height: 590px;
  }
  .father1 .tab-content .tab-box .box-right img {
    width: 100%;
    height: 100%;
  }
  .father1 .about-content {
    display: block;
    text-decoration: none;
    margin-top: 100px;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 100%;
    background-image: url(@/assets/indexPage/aboutus.jpg);
    background-size: cover;
  }
  .father1 .about-content .top {
    width: 100%;
    display: flex;
  }
  .father1 .about-content .top .left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 100px 0px;
    text-align: left;
  }
  .father1 .about-content .top .left .title {
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
  }
  .father1 .about-content .top .left .text {
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding-top: 35px;
  }
  .father1 .about-content .top .left .button {
    display: block;
    text-decoration: none;
    margin-top: 35px;
    width: 115px;
    background: #1f2e71;
    padding: 0 40px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    border-radius: 30px;
    transition: all 0.3s ease;
  }
  .father1 .about-content .top .left .button:hover {
    background-color: #4ABAEC;
    width: 120px;
  }
  .father1 .about-content .top .right {
    width: 0%;
  }
  .father1 .about-content .bottom {
    margin: 80px 0px;
    width: 100%;
    height: 116px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    display: flex;
  }
  .father1 .about-content .bottom .grid {
    padding: 25px 40px;
    width: 33%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    color: #fff;
  }
  .father1 .about-content .bottom .grid .left {
    width: 80%;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
  }
  .father1 .about-content .bottom .grid .left .title {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
  }
  .father1 .about-content .bottom .grid .left .title span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
  }
  .father1 .about-content .bottom .grid .left .text {
    width: 100%;
    font-size: 14px;
  }
  .father1 .about-content .bottom .grid .right {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .father1 .about-content .bottom .grid .right .icon {
    width: 34px;
    height: 34px;
  }
  .father1 .about-content .bottom .grid .right .icon img {
    width: 100%;
    height: 100%;
  }
  .father1 .about-content .bottom .grid:nth-child(2) {
    width: 34%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    border-bottom: none;
  }
  .father1 .swiper-content {
    width: 100%;
    height: 710px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .father1 .swiper-content .title {
    padding: 50px 0px;
  }
  .father1 .swiper-content .title .title-one {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
  }
  .father1 .swiper-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .swiper-content .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .swiper-content .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
    display: none;
  }
  .father1 .swiper-content .height {
    height: 550px;
  }
  .father1 .swiper-content .swiper-box {
    height: 610px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 20px;
  }
  .father1 .swiper-content .swiper-box .el-carousel {
    width: 100%;
  }
  .father1 .swiper-content .swiper-box .swiper-item {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .father1 .swiper-content .swiper-box .swiper-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details {
    position: absolute;
    left: 0;
    bottom: -158px;
    z-index: 2;
    width: 70%;
    height: 230px;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 22px;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-name {
    box-sizing: border-box;
    font-weight: 600;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 42px;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px #ddd solid;
    text-transform: capitalize;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-text {
    height: 75px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    color: #666;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to {
    width: 50%;
    margin-top: 15px;
    line-height: 20px;
    transition: all 0.2s;
    color: #333;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to span {
    margin-right: 5px;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to:hover span {
    margin-right: 15px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:nth-child(1) {
    margin-right: 27px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover img {
    transform: scale(1.1);
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .goods-details {
    background-color: #FFF;
    bottom: 0px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .goods-details .goods-name {
    color: rgba(74, 186, 236);
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .cover {
    opacity: 1;
  }
  .father1 .advantage-content {
    height: 657px;
    width: 100%;
    margin-top: 60px;
    background-image: url('@/assets/indexPage/build.jpg');
  }
  .father1 .advantage-content .title {
    padding: 80px 0px 60px 0px;
    color: #fff;
  }
  .father1 .advantage-content .title .title-one {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .father1 .advantage-content .title .title-two {
    padding: 15px 0px;
    font-size: 13px;
    font-weight: 400;
  }
  .father1 .advantage-content .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
    display: none;
  }
  .father1 .advantage-content .advantage-datiles {
    height: 305px;
    display: flex;
    padding: 0px 0px;
    box-sizing: border-box;
    width: 100%;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card {
    text-align: center;
    padding: 0 15px;
    width: 437px;
    height: 280px;
    box-sizing: border-box;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img {
    width: 90px;
    height: 90px;
    border: 4px #fff solid;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img img {
    width: 100%;
    height: 70%;
    margin: 15% 0;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img:hover {
    background-color: #4ABAEC;
    border-color: #4ABAEC;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-title {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    margin: 20px 0;
    min-height: 50px;
    font-weight: 600;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .yellow-line {
    width: 10%;
    height: 1.5px;
    background: #fe0;
    overflow: hidden;
    margin: 0 auto;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-test {
    width: 100%;
    padding: 20px 40px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    box-sizing: border-box;
  }
  .father1 .news-content {
    margin-top: 30px;
    min-height: 726px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .father1 .news-content .height {
    height: 400px;
  }
  .father1 .news-content .title {
    padding: 40px 0px 30px 0px;
    color: #000;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .father1 .news-content .title .title-one {
    font-size: 30px;
    font-weight: 600;
  }
  .father1 .news-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .news-content .title .title-button {
    background: #fdfdfd;
    padding: 10px 35px;
    border: 1px #ddd solid;
    border-radius: 2px;
    color: #9d9d9d;
    transition: all 0.2s;
    box-sizing: border-box;
    width: 120px;
    height: 37px;
    font-size: 12px;
  }
  .father1 .news-content .title .title-button:hover {
    background-color: #4ABAEC;
    color: #fff;
    border-color: #4ABAEC;
  }
  .father1 .news-content .news-cards {
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
  }
  .father1 .news-content .news-cards .el-carousel {
    width: 90%;
  }
  .father1 .news-content .news-cards .card {
    text-decoration: none;
    width: 393px;
    height: 100%;
  }
  .father1 .news-content .news-cards .card .card-img {
    height: 190px;
    width: 100%;
  }
  .father1 .news-content .news-cards .card .card-img img {
    width: 100%;
    height: 100%;
  }
  .father1 .news-content .news-cards .card .card-datiles {
    height: 232px;
    width: 100%;
    background-color: #F1F1F1;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: all 0.2s;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-tatle {
    font-size: 16px;
    color: #111;
    line-height: 25px;
    height: 50px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #dbdbdb;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-text {
    width: 100%;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 15px 0;
    text-align: left;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-time {
    width: 100%;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 12px;
    text-align: left;
  }
  .father1 .news-content .news-cards .card:hover .card-datiles {
    background-color: rgba(74, 186, 236);
  }
  .father1 .news-content .news-cards .card:hover .card-datiles .card-tatle,
  .father1 .news-content .news-cards .card:hover .card-datiles .card-text {
    color: #fff;
  }
}
/* 对于笔记本电脑和桌面 */
@media only screen and (min-width: 1025px) {
  .phone {
    display: none;
  }
  .father1 .banner {
    position: relative;
    width: 100%;
    height: 540px;
    box-shadow: 0px 5px 30px 0px rgba(10, 25, 50, 0.2);
  }
  .father1 .banner .swiper-height {
    height: 540px;
  }
  .father1 .banner ::v-deep .el-carousel__container {
    height: 100%;
  }
  .father1 .banner .el-carousel-item {
    width: 100% !important;
    height: 100% !important;
  }
  .father1 .banner .banner-text {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 100%;
  }
  .father1 .banner .banner-text .text-one {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 80px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .father1 .banner .banner-text .text-one::before {
    content: '';
    position: absolute;
    top: 114px;
    margin-left: -15px;
    left: 50%;
    width: 70px;
    height: 1px;
    background: #ebb90e;
    display: block;
    transition: all 0.2s;
  }
  .father1 .banner .banner-text .text-one::after {
    content: '';
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -45px;
    width: 70px;
    height: 1px;
    background: #ebb90e;
    display: block;
    transition: all 0.2s;
  }
  .father1 .banner .banner-text .text-two {
    font-size: 16px;
    color: #fff;
    padding: 3px 25%;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    line-height: 26px;
  }
  .father1 .banner img {
    width: 100%;
    height: 100%;
  }
  .father1 .tab-content {
    height: 895px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 27px;
    margin-top: 60px;
  }
  .father1 .tab-content .title {
    padding: 40px 0px 10px 0px;
    color: #000;
  }
  .father1 .tab-content .title .title-one {
    font-size: 40px;
    font-weight: 600;
  }
  .father1 .tab-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .tab-content .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .tab-content .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
  }
  .father1 .tab-content .tab-button {
    margin: 40px 0px 40px 0px;
    height: 180px;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-left: none;
    border-right: none;
    display: flex;
    transition: all 0.2s;
  }
  .father1 .tab-content .tab-button .btn-img {
    width: 75px;
    height: 75px;
    box-sizing: border-box;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    margin: 0px auto;
  }
  .father1 .tab-content .tab-button img {
    width: 100%;
    height: 100%;
  }
  .father1 .tab-content .tab-button .btn-text {
    color: #333;
    font-size: 18px;
    margin-top: 15px;
  }
  .father1 .tab-content .tab-button .tab-btn {
    width: 25%;
    text-align: center;
    padding: 30px 0px 15px 0px;
    box-sizing: border-box;
    transition: all 0.1s;
    position: relative;
  }
  .father1 .tab-content .tab-button .tab-line {
    position: absolute;
    width: 0;
    height: 2px;
    background: #1f2e71;
    left: 0;
    bottom: -1px;
    transition: all 0.4s;
  }
  .father1 .tab-content .tab-button .active {
    position: relative;
    width: 25%;
    text-align: center;
    padding: 30px 0px 15px 0px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.02);
    font-weight: bold;
    transition: all 0.1s;
    animation: line 2s linear infinite;
  }
  .father1 .tab-content .tab-button .active .btn-text {
    color: #1f2e71;
  }
  .father1 .tab-content .tab-button .active .btn-img {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .father1 .tab-content .tab-button .active .tab-line {
    width: 100%;
    transition: all 0.4s;
  }
  .father1 .tab-content .height,
  .father1 .tab-content .el-carousel-item {
    height: 470px;
  }
  .father1 .tab-content .tab-height {
    background-color: #FAFAFA;
  }
  .father1 .tab-content .tab-height .btn-img {
    border: 4px solid #D1D1D1;
  }
  .father1 .tab-content .tab-height .btn-text {
    color: #1f2e71;
    font-weight: 600;
  }
  .father1 .tab-content .tab-box {
    height: 470px;
    display: flex;
    width: 100%;
  }
  .father1 .tab-content .tab-box .box-left {
    box-sizing: border-box;
    width: 50%;
    height: 100%;
    padding: 70px 105px 0px 65px;
    background-color: rgba(0, 0, 0, 0.02);
    text-align: left;
  }
  .father1 .tab-content .tab-box .box-left .title1 {
    position: relative;
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .father1 .tab-content .tab-box .box-left .title1::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 3px;
    background: #1f2e71;
  }
  .father1 .tab-content .tab-box .box-left .title2 {
    color: #333;
    padding-top: 40px;
    line-height: 25px;
    font-size: 16px;
  }
  .father1 .tab-content .tab-box .box-left .box-button {
    display: block;
    text-decoration: none;
    width: 120px;
    margin-top: 50px;
    color: 666;
    line-height: 36px;
    padding: 0 30px;
    border: 1px #ddd solid;
    border-radius: 25px;
    transition: all 0.2s;
    font-size: 14px;
  }
  .father1 .tab-content .tab-box .box-left .box-button i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px #ddd solid;
    display: inline-block;
    vertical-align: baseline;
    text-align: center;
    line-height: 18px;
    font-style: normal;
    margin-right: 10px;
    transition: all 0.2s;
  }
  .father1 .tab-content .tab-box .box-left .box-button:hover {
    width: 140px;
    background: #1f2e71;
    color: #fff;
    border-color: #1f2e71;
  }
  .father1 .tab-content .tab-box .box-left .box-button:hover i {
    transform: rotate(90deg);
    margin-right: 20px;
  }
  .father1 .tab-content .tab-box .box-right {
    width: 50%;
    height: 100%;
  }
  .father1 .tab-content .tab-box .box-right img {
    width: 100%;
    height: 100%;
  }
  .father1 .about-content {
    display: block;
    text-decoration: none;
    margin-top: 100px;
    padding: 50px 27px 40px;
    box-sizing: border-box;
    width: 100%;
    background-image: url("../image/aboutus.webp");
    background-size: cover;
  }
  .father1 .about-content .top {
    width: 100%;
    display: flex;
  }
  .father1 .about-content .top .left {
    width: 50%;
    box-sizing: border-box;
    padding: 0px 40px 0px 10px;
    text-align: left;
  }
  .father1 .about-content .top .left .title {
    font-size: 45px;
    color: #fff;
    line-height: 60px;
    padding-bottom: 20px;
    border-bottom: 1px #eee solid;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
  }
  .father1 .about-content .top .left .text {
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    padding-top: 35px;
  }
  .father1 .about-content .top .left .button {
    display: block;
    text-decoration: none;
    margin-top: 35px;
    width: 115px;
    background: #1f2e71;
    padding: 0 40px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    border-radius: 30px;
    transition: all 0.3s ease;
  }
  .father1 .about-content .top .left .button:hover {
    background-color: #4ABAEC;
    width: 120px;
  }
  .father1 .about-content .top .right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
  }
  .father1 .about-content .bottom {
    margin-top: 120px;
    width: 100%;
    height: 116px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    display: flex;
  }
  .father1 .about-content .bottom .grid {
    padding: 25px 40px;
    width: 33%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    color: #fff;
  }
  .father1 .about-content .bottom .grid .left {
    width: 80%;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
  }
  .father1 .about-content .bottom .grid .left .title {
    width: 100%;
    font-size: 35px;
    font-weight: 600;
  }
  .father1 .about-content .bottom .grid .left .title span {
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
  }
  .father1 .about-content .bottom .grid .left .text {
    width: 100%;
    font-size: 14px;
  }
  .father1 .about-content .bottom .grid .right {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .father1 .about-content .bottom .grid .right .icon {
    width: 34px;
    height: 34px;
  }
  .father1 .about-content .bottom .grid .right .icon img {
    width: 100%;
    height: 100%;
  }
  .father1 .about-content .bottom .grid:nth-child(2) {
    width: 34%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    border-bottom: none;
  }
  .father1 .swiper-content {
    width: 100%;
    height: 710px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .father1 .swiper-content .title {
    padding: 40px 0px 10px 0px;
    text-transform: uppercase;
  }
  .father1 .swiper-content .title .title-one {
    font-size: 40px;
    font-weight: 600;
    color: #000;
  }
  .father1 .swiper-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .swiper-content .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
  }
  .father1 .swiper-content .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
  }
  .father1 .swiper-content .height,
  .father1 .swiper-content .el-carousel-item {
    height: 396px;
  }
  .father1 .swiper-content .swiper-box {
    height: 556px;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 27px 100px 27px;
  }
  .father1 .swiper-content .swiper-box .el-carousel {
    width: 100%;
  }
  .father1 .swiper-content .swiper-box .swiper-item {
    display: inline-block;
    height: 100%;
    width: 640px;
    position: relative;
    overflow: hidden;
  }
  .father1 .swiper-content .swiper-box .swiper-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details {
    position: absolute;
    left: 0;
    bottom: -158px;
    z-index: 2;
    width: 70%;
    height: 230px;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 22px;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-name {
    box-sizing: border-box;
    font-weight: 600;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 42px;
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px #ddd solid;
    text-transform: capitalize;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-text {
    height: 75px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    color: #666;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to {
    width: 50%;
    margin-top: 15px;
    line-height: 20px;
    transition: all 0.2s;
    color: #333;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to span {
    margin-right: 5px;
    transition: all 0.2s;
  }
  .father1 .swiper-content .swiper-box .swiper-item .goods-details .goods-to:hover span {
    margin-right: 15px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:nth-child(1) {
    margin-right: 27px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover img {
    transform: scale(1.1);
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .goods-details {
    background-color: #FFF;
    bottom: 0px;
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .goods-details .goods-name {
    color: rgba(74, 186, 236);
  }
  .father1 .swiper-content .swiper-box .swiper-item:hover .cover {
    opacity: 1;
  }
  .father1 .advantage-content {
    height: 657px;
    width: 100%;
    margin-top: 60px;
    background-image: url('../image/build.webp');
  }
  .father1 .advantage-content .title {
    padding: 80px 0px 60px 0px;
    color: #fff;
  }
  .father1 .advantage-content .title .title-one {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .father1 .advantage-content .title .title-two {
    padding: 15px 0px;
    font-size: 14px;
    font-weight: 400;
  }
  .father1 .advantage-content .title .title-two .line {
    height: 1px;
    width: 30px;
    background-color: #fff;
    display: inline-block;
    margin: 0px 15px;
    vertical-align: middle;
  }
  .father1 .advantage-content .advantage-datiles {
    height: 305px;
    display: flex;
    padding: 0px 27px;
    box-sizing: border-box;
    width: 100%;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card {
    text-align: center;
    padding: 0 15px;
    width: 437px;
    height: 280px;
    box-sizing: border-box;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img {
    width: 105px;
    height: 105px;
    border: 4px #fff solid;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img img {
    width: 60%;
    height: 60%;
    margin: 20% 0;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-img:hover {
    background-color: #4ABAEC;
    border-color: #4ABAEC;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-title {
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
    margin: 20px 0;
    min-height: 50px;
    font-weight: 600;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .yellow-line {
    width: 10%;
    height: 1.5px;
    background: #fe0;
    overflow: hidden;
    margin: 0 auto;
  }
  .father1 .advantage-content .advantage-datiles .datiles-card .card-test {
    width: 100%;
    padding: 20px 50px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    box-sizing: border-box;
  }
  .father1 .news-content {
    margin-top: 30px;
    min-height: 726px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 27px;
  }
  .father1 .news-content .height {
    height: 485px;
  }
  .father1 .news-content .title {
    padding: 40px 0px 30px 0px;
    color: #000;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .father1 .news-content .title .title-one {
    font-size: 40px;
    font-weight: 600;
  }
  .father1 .news-content .title .title-one .bule {
    color: #1f2e71;
  }
  .father1 .news-content .title .title-button {
    background: #fdfdfd;
    padding: 10px 35px;
    border: 1px #ddd solid;
    border-radius: 2px;
    color: #9d9d9d;
    transition: all 0.2s;
    box-sizing: border-box;
    width: 120px;
    height: 37px;
    font-size: 12px;
  }
  .father1 .news-content .title .title-button:hover {
    background-color: #4ABAEC;
    color: #fff;
    border-color: #4ABAEC;
  }
  .father1 .news-content .news-cards {
    min-height: 525px;
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
  }
  .father1 .news-content .news-cards .el-carousel {
    width: 90%;
  }
  .father1 .news-content .news-cards .card {
    text-decoration: none;
    width: 393px;
    height: 100%;
  }
  .father1 .news-content .news-cards .card .card-img {
    height: 254px;
    width: 100%;
  }
  .father1 .news-content .news-cards .card .card-img img {
    width: 100%;
    height: 100%;
  }
  .father1 .news-content .news-cards .card .card-datiles {
    height: 232px;
    width: 100%;
    background-color: #F1F1F1;
    padding: 20px 30px;
    box-sizing: border-box;
    transition: all 0.2s;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-tatle {
    font-size: 18px;
    color: #111;
    line-height: 25px;
    height: 50px;
    text-align: left;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-text {
    width: 100%;
    font-size: 13px;
    color: #888;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 15px 0;
    text-align: left;
  }
  .father1 .news-content .news-cards .card .card-datiles .card-time {
    width: 100%;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 12px;
    text-align: left;
  }
  .father1 .news-content .news-cards .card:hover .card-datiles {
    background-color: rgba(74, 186, 236);
  }
  .father1 .news-content .news-cards .card:hover .card-datiles .card-tatle,
  .father1 .news-content .news-cards .card:hover .card-datiles .card-text {
    color: #fff;
  }
}
.el-carousel__container {
  height: 100%;
}
