@charset "utf-8";

.indexbg {
    padding: 50px 0;
}

.contitle {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.contitle_li {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all ease 0.3s;
    cursor: pointer;
}

.contitle_li i {
    font-size: 48px;
    color: #000;
    margin-bottom: 15px;
}

.contitle_li p {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.contitle_li:hover {
    -webkit-transform: perspective(2200px) rotateY(25deg);
    -moz-transform: perspective(2200px) rotateY(25deg);
    -ms-transform: perspective(2200px) rotateY(25deg);
    -o-transform: perspective(2200px) rotateY(25deg);
    transform: perspective(2200px) rotateY(25deg);
    transition: all ease 0.3s;
}

.contitle_li:hover i {
    color: #f00
}

.contitle_li:hover p {
    color: #f00
}

/* brand */

.brand {
    padding: 80px 0 40px 0;
}

.covercolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9;
}

.brand_img {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 53%;
    transition: all 0.35s ease;
    cursor: pointer;
}

.brand_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.35s ease
}

.brand_con {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 40px 30px;
    z-index: 99;
}

.brand_con h2,
.brand_conmin h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.brand_con_end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.brand_con a,
.brand_conmin a {
    display: block;
    padding: 15px 30px;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    transition: all 0.35s ease
}

.brand_imgmin img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: all 0.35s ease
}

.brand_imgmin {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 110%;
    cursor: pointer;
}

.brand_conmin {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 20px 10px;
    z-index: 99;
}

.brand_con a:hover,
.brand_conmin a:hover {
    background-color: #0058E6;
    border: 1px solid #0058E6;
    transition: all 0.35s ease
}

.brand_imgmin:hover img,
.brand_img:hover img {
    transform: scale(1.2);
    transition: all 0.35s ease
}

/* shop */
.shop {
    padding: 40px 0 40px 0;
}

.shopbox {
    background-color: #ECECEC;
    padding: 20px 15px;
    margin-bottom: 10px;
}

.shopimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 77%;
    display: block;
}

.shopimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease
}

.shopbox h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.readmore {
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    background-color: #030048;
    display: block;
    margin-top: 30px;
    text-align: center;
}

.shop_limove {
    position: relative;
    top: 0;
    transition: all 0.35s ease
}

.shop_li:hover .shop_limove {
    position: relative;
    top: -20px;
    transition: all 0.35s ease
}

.shop_li:hover .shopimg img {
    transform: scale(1.1);
    transition: all 0.35s ease
}

.readmore:hover {
    background-color: #fff;
    color: #030048;
    font-weight: bold;
    border: 1px solid #030048;
    transition: all 0.35s ease
}

.shop_title {
    background: url(../images/img9.jpg) no-repeat 50% 50%;
    background-size: 100%;
}

.shop_title_box {
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shop_title_box h3 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shop_title_box p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 20px 0 30px 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.shopmore {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 50px;
    transition: all 0.35s ease
}

.shopmore span {
    font-size: 16px;
    color: #fff;
}

.shopmore i {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.shopmore:hover {
    background-color: #fff;
    margin-left: 30px;
    transition: all 0.35s ease
}

.shopmore:hover span,
.shopmore:hover i {
    color: #f2295b;
    transition: all 0.35s ease
}

/* indexbanner */
.fashion {
    background: url(../images/img6.jpg) no-repeat;
    padding: 80px 0;
}

.fashion_con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 45%;
    overflow: hidden;
}

.fashion_con h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    line-height: 55px;
}

.fashion_con p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.fashion_con a {
    display: block;
    margin-top: 40px;
    border: 1px solid #fff;
    padding: 15px 40px;
    font-size: 18px;
    color: #fff;
    transition: all 0.35s ease
}

.fashion_con a:hover {
    background-color: #fff;
    color: #030048;
    font-weight: bold;
    padding: 15px 70px;
    transition: all 0.35s ease
}

/* card */
.card {
    padding: 80px 0 40px 0;
}

.proshop {
    padding: 50px 0 40px 0;
}

.display {
    padding: 40px 0 80px 0;
}

.proshop_title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.proshop_title h2 {
    font-size: 42px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.proshop_title span {
    display: block;
    width: 90%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 0 40px;
}

.proshop_more {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.35s ease
}

.proshop_more p {
    font-size: 18px;
    color: #000;
}

.proshop_more i {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
}

.proshop_more:hover {
    margin-right: 40px;
    transition: all 0.35s ease
}

.proshop_more:hover p,
.proshop_more:hover i {
    color: #f2295b;
}

.card_back {
    background: url(../images/img14.png) no-repeat 50% 50%;
    background-size: 100%;
    padding: 20px;
}

.card_blur {
    background-color: rgba(255, 255, 255, 0.55);
    overflow: hidden;
    backdrop-filter: blur(5px);
    padding: 20px;
}

.cardimg {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding-top: 100%;
}

.cardimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease
}

.card_blur h3 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.card_more {
    margin-top: 20px;
    display: block;
    padding: 10px 30px;
    background-color: #fff;
    color: #f2295b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease
}

.card_more p {
    font-size: 18px;
    font-weight: bold;
}

.card_more i {
    font-size: 18px;
    margin-left: 15px;
}

.card_blur:hover .cardimg img {
    transform: scale(1.1);
    transition: all 0.35s ease
}

.card_more:hover {
    background-color: #f2295b;
    color: #fff;
    transition: all 0.35s ease
}

/* hotproduct */

.display_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.display_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 66%;
}

.discover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.display_content {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.display_content h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.display_content p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0;
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.display_content a {
    padding: 15px 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all 0.35s ease
}

.display_contenttwo {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.display_contenttwo h2 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display_contenttwo p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.display_contenttwo a {
    padding: 15px 40px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: all 0.35s ease
}

.display_contenttwo a:hover,
.display_content a:hover {
    background-color: #fff;
    color: #030048;
    transition: all 0.35s ease
}

/* fot_slogan */

.writetable {
    background: url(../images/img2.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding: 200px 0;
    position: relative;
}

.writetable_cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
}

.writetable_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
}

.writetable_con h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 20px;
}

.writetable_con button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    padding: 20px 40px;
    background-color: #0058E6;
    border-radius: 10px;
    transition: all 0.35s ease
}

.writetable_con i {
    font-size: 24px;
    color: #fff;
    margin-right: 15px;
}

.writetable_con p {
    font-size: 20px;
    color: #fff;
}

.writetable_con button:hover {
    padding: 20px 70px;
    transition: all 0.35s ease
}
.writetable_con a{
    color:#fff;
}
/* footer */
.footer {
    background-color: #02225B;
    padding: 30px 0 0 0;
}

.footer_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 50px 0;
    border-top: 1px solid #fff;
}

.footer_bd a {
    font-size: 14px;
    color: #fff;
}

.footer_hd {
    padding: 30px 0 30px 0;
}

.footer_logo {
    display: block;
    margin-bottom: 20px;
}

.footer_logo img {
    vertical-align: middle;
    max-height: 60px;
}

.footer_hd_left p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footerway {
    margin-top: 25px;
}

.footerway {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footerway a {
    display: block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    line-height: 35px;
    text-align: center;
    transition: all 0.35s ease;
    background-color: #fff;
}

.footerway a i {
    font-size: 16px;
    color: #02225B;
    text-align: center;
    display: block;
}

.footerway a:hover {
    transform: scale(0.9);
    transition: all 0.35s ease
}

.footer_one h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_one a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    word-wrap: break-word;
    word-break: break-all;
}

.footer_one a:hover {
    color: #83C22C;
}

.callway {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.callway i {
    font-size: 16px;
    color: #83C22C;
    margin-right: 10px;
}

.callway p {
    font-size: 16px;
    color: #fff;
}

.footer_bd {
    border-top: 1px solid #444;
    padding-top: 30px;
    margin-top: 30px;
}

.footer_bdtxt {
    color: #fff;
    text-align: center;
}

.footer_bdtxt a {
    font-size: 16px;
    color: #83C22C;
    text-align: center;
    display: inline-block;
}

@media (max-width:576px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .shop_title {
        margin-top: 20px;
    }

    .fashion_con {
        width: 100%;
    }

    .fashion_con h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .indexbg {
        padding: 20px 0
    }

    .shop {
        padding: 0 0;
    }

    .proshop_title {
        display: block;
    }

    .proshop_title h2 {
        font-size: 30px;
    }

    .proshop_more {
        justify-content: start
    }

    .proshop_title span {
        width: 100%;
        margin: 0 0;
    }

    .card_right {
        margin-top: 30px;
    }

    .proshop_title h2 {
        padding-bottom: 20px;
    }

    .display_content h2,
    .display_contenttwo h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .display_content p,
    .display_contenttwo p {
        display: none;
    }

    .writetable_con h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .writetable_con button {
        border-radius: 0;
    }

    .display_box {
        margin-bottom: 20px;
    }

    .shopbox {
        margin-bottom: 10px;
    }

    .brand {
        padding: 30px 0;
    }

    .brand_box {
        margin-bottom: 20px;
    }

    .footer_one {
        margin-top: 20px;
    }

    .footer_hd {
        padding: 10px 0;
    }
}

@media (min-width:576px) and (max-width:768px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .shop_title {
        margin-top: 20px;
    }

    .fashion_con {
        width: 100%;
    }

    .fashion_con h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .indexbg {
        padding: 20px 0
    }

    .shop {
        padding: 0 0;
    }

    .proshop_title {
        display: block;
    }

    .proshop_title h2 {
        font-size: 30px;
    }

    .proshop_more {
        justify-content: start
    }

    .proshop_title span {
        width: 100%;
        margin: 0 0;
    }

    .card_right {
        margin-top: 30px;
    }

    .proshop_title h2 {
        padding-bottom: 20px;
    }

    .display_content h2,
    .display_contenttwo h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .display_content p,
    .display_contenttwo p {
        margin: 0 0 20px 0;
    }

    .writetable_con h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .writetable_con button {
        border-radius: 0;
    }

    .display_box {
        margin-bottom: 20px;
    }

    .shopbox {
        margin-bottom: 10px;
    }

    .brand {
        padding: 30px 0;
    }

    .brand_box {
        margin-bottom: 20px;
    }

    .footer_one {
        margin-top: 20px;
    }

    .footer_hd {
        padding: 10px 0;
    }
}


@media (min-width:768px) and (max-width:992px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .footer_one {
        margin-top: 20px;
    }

    .footer_hd {
        padding: 10px 0;
    }

    .display_content h2,
    .display_contenttwo h2 {
        font-size: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .display_content p,
    .display_contenttwo p {
        margin: 5px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 24px;
    }
    .proshop{
        padding: 30px 0;
    }
    .proshop_title {
        display: block;
    }

    .proshop_title h2 {
        font-size: 30px;
    }

    .proshop_more {
        justify-content: start
    }
    .proshop_title span{
        width: 100%;
        margin: 0 0;
    }
    .card_right {
        margin-top: 30px;
    }

    .proshop_title h2 {
        padding-bottom: 20px;
    }
    .fashion_con{
        width: 80%;
    }
    .brand_box{
        margin-bottom: 20px;
    }
    .brand{
        padding:30px 0
    }
    .shop{
        padding: 0 0;
    }
    .indexbg{
        padding: 30px 0;
    }


}

@media (min-width:992px) and (max-width:1199px) {
    .bg-dark {
        background-color: #fff !important;
    }

    .navbar-toggler {
        background-color: #02225B;
    }

    .fashion{
        background: url(../images/img6.jpg) no-repeat right;
    }
    .proshop_title h2{
        font-size:30px
    }
    .card_blur h3{
        font-size:24px
    }
    .shop_title{
        background: url(../images/img9.jpg) no-repeat top;
    }
    .shop_title_box h3{
        font-size:24px
    }
    .shop_title_box{
        padding: 15px 5px;
    }
    .brand_conmin{
        padding: 0 15px;
    }

    .brand_con a, .brand_conmin a{
        padding: 10px 10px;
        display: inline-block;
    }
    .brand_con h2, .brand_conmin h2{
        font-size:24px;
        font-weight: bold;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .fashion{
        background: url(../images/img6.jpg) no-repeat right;
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .fashion{
        background: url(../images/img6.jpg) no-repeat right;
    }
}












.indexPage2 .bannerWrapper .swiper .this_child {
  position: relative;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text {
  position: absolute;
  /*left: 50%;*/
  left: 10%;
  width: 80%;
  top: 50%;
  /*bottom: 20%;*/
  transform: translate(-0%, -50%);
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
 align-items: flex-start;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text h3 {
  font-size: 18px;
  color: #fff;
  margin: 10px 0 20px;
  width: 50%;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text h5 {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  width: 50%;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text .this_button {
  padding: 10px;
  font-size: 18px;
  background-color: var(--color);
  color: #fff;
  display: inline-block;
  margin-top: 24px;
  transition: 0.3s;
  border-radius: 0;
  
  padding: 10px 30px;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text .this_button:hover {
  background-color: var(--dark);
  transition: 0.3s;
}
.indexPage2 .modelWrapper1 .Wrapper {
  padding: 80px 0;
}

.indexPage2 .modelWrapper1 .Wrapper .this_title h1 {
    font-size: 40px;
    color: var(--color);
}
.indexPage2 .modelWrapper1 .Wrapper .this_in {
  display: flex;
  justify-content: center;
  padding: 20px 10px 10px;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .img_b {
  background-color: var(--color);
  /*border: 1px solid #000;*/
  border-radius: 50%;
  width: 33%;
  padding-top: 33%;
  position: relative;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .img_b img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .this_text {
  margin-top: 12px;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .this_text p {
  font-size: 18px;
}
.indexPage2 .modelWrapper2 .Wrapper {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
.indexPage2 .modelWrapper2 .Wrapper::before {
  z-index: 1;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000cc;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in h3,
.indexPage2 .modelWrapper2 .Wrapper .this_in input {
  height: 45px;
  /* 设置相同的高度 */
  margin: 0;
  /* 移除默认的边距 */
  padding: 0 10px;
  /* 根据需要设置内边距 */
  outline: none;
  /* 移除点击输入框时的默认边框 */
}
.indexPage2 .modelWrapper2 .Wrapper .this_in h3 {
  font-size: 44px;
  color: #fff;
  line-height: 1;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send {
  width: 50%;
  height: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in {
  display: flex;
  width: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in p {
  display: flex;
  width: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in input[type="text"] {
  width: 70%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input {
  border-radius: 5px;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input[type="text"] {
  background-color: #fff;
  width: 70%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input[type="submit"] {
  background-color: var(--color);
  width: 30%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.indexPage2 .modelWrapper3 .Wrapper {
  padding: 80px 0;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li {
  display: flex;
  gap: 40px;
  width: 100%;
  position: relative;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li:nth-child(2n) {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child {
  position: relative;
  width: calc(40% - 20px);
  padding-top: 25%;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child:nth-child(2) {
  width: calc(60% - 20px);
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  
  z-index: 1;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b .this_intro {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    
    width: 100%;
    height: 100%;
    
    z-index: 2;
    background-color: #00000088;
    
    transition: all .5s;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b .this_intro p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b:hover .this_intro {
    opacity: 1;
    transition: all .5s;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .this_text {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .this_text p {
  /*color: #7A7A7A;*/
  color: #333;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child {
  width: calc(25% - 15px);
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b {
  position: relative;
  width: 100%;
  padding-top: 100%;
  z-index: 1;
  display: block;
}




.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b .this_intro {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    
    width: 100%;
    height: 100%;
    
    z-index: 2;
    background-color: #00000088;
    
    transition: all .5s;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b .this_intro p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b:hover .this_intro {
    opacity: 1;
    transition: all .5s;
}







.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .this_text {
  text-align: center;
  margin-top: 10px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .this_text p {
  /*color: #7A7A7A;*/
  color:#333;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPage2 .modelWrapper4 {
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapper4 .Wrapper {
  padding: 80px 0 0;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  width: calc(33.333% - 20px);
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child:hover {
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text {
  padding: 20px 20px 30px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text h5 {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text p {
  font-size: 16px;
  /*color: #54595F;*/
  color: #333;
  text-align: center;
  font-weight: 400;
}
.indexPage2 .modelWrapper5 {
  padding: 0px 0 0;
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapper5 .topVideo {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper5 .topVideo .Wrapper .this_in {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #F8F9FA;
  position: relative;
  width: 100%;
  min-height: 360px;
  transform: translate(0, 50%);
}
.indexPage2 .modelWrapper5 .bottomWhy {
  padding-top: 240px;
  padding-bottom: 80px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.indexPage2 .modelWrapper5 .bottomWhy::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000aa;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_title h2 {
  color: #fff;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_title p {
  color: #fff;
  margin: 10px 0;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .img_b,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .img_b {
  width: 100px;
  padding-top: 100px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .img_b img,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .img_b img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: cover;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text {
  width: calc(100% - 120px);
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text h5,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 16px;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text p,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center {
  width: 20%;
  padding: 3%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text {
  text-align: end;
}
.indexPage2 .modelWrapper6 .Wrapper {
  padding: 80px 0;
  padding-top: 40px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_title {
  padding: 10px;
  padding-bottom: 30px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_title h2 {
  color: #000;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro {
  width: 50%;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text {
  padding-left: 10px;
  position: relative;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text p {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #7A7A7A;
  font-weight: 300;
  line-height: 1.5;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_button {
  display: inline-block;
  margin-top: 20px;
  background-color: var(--color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b {
  width: 40%;
  padding-top: 25%;
  position: relative;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexPage2 .modelWrapepr7 {
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapepr7 .Wrapper {
  padding: 50px 0;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in {
  margin-top: 20px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father {
  position: relative;
  padding: 0 50px 50px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .swiperpn i {
  color: var(--color);
  font-weight: 800;
  font-size: 18px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next span::before {
  display: none;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper {
  padding: 50px 0;
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info {
  width: 150px;
  margin: auto;
  margin-top: 20px;
  position: relative;
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info::before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info::after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info i {
  font-size: 24px;
  position: relative;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question.active p {
  color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question p {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 14px;
  font-weight: bold;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .answer {
  display: none;
  background-color: #F0F0F0;
  color: #54595F;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 20px;
}
.indexPage2 .modelWrapper9 {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.indexPage2 .modelWrapper9::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000dd;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.indexPage2 .modelWrapper9 .Wrapper {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper9 .Wrapper .this_title h2 {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_title p {
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in {
  margin-top: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li {
  display: flex;
  gap: 8px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li i {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li p {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}

.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li a span {
    color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right {
  width: 50%;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form {
  width: 100%;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list {
  margin-bottom: 15px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list p span {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list input {
  width: 100%;
  line-height: 1;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 3px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list input::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list textarea {
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  line-height: 1;
  resize: none;
  height: 120px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form input[type="submit"] {
  width: 100%;
  color: #fff;
  background-color: var(--color);
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 950px) {
 .indexPage2 .bannerWrapper .swiper .this_child {
    width: 100%;     
  }
  
  
 .indexPage2 .bannerWrapper .swiper .this_child .img_b {
     width: 100%;
     height: 400px;
 }
  
  
.indexPage2 .bannerWrapper .swiper .this_child .img_b img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

  .indexPage2 .bannerWrapper .swiper .this_child .this_text {
      top: 50%;
      bottom: auto;
      left: 50%;
      bottom: auto;
      transform: translate(-50%,-50%);
      width: calc(100% - 50px);
  }
  
  .indexPage2 .bannerWrapper .swiper .this_child .this_text h3 {
      font-size: 24px;
      width: 100%;
  }
  
  .indexPage2 .bannerWrapper .swiper .this_child .this_text h5 {
      font-size: 20px;
      width: 100%;
  }
  
  .indexPage2 .modelWrapper1 .Wrapper .this_title h1 {
      font-size: 24px;
  }
    
  .indexPage2 .modelWrapper1 .Wrapper .this_in {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  
  
  .indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
    width: 50%;
  }
  
  
  .indexPage2 .modelWrapper2 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in .this_send {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input {
    width: 100% !important;
  }
  
  .indexPage2 .modelWrapper2 .Wrapper .this_in h3 {
      font-size: 24px;
  }
  .indexPage2 .modelWrapper3 .Wrapper .this_in .bottom {
    flex-wrap: wrap;
  }
  .indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child {
    width: calc(50% - 10px);
  }
  .indexPage2 .modelWrapper4 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper4 .Wrapper .this_in .this_child {
    width: 100%;
  }
  
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in {
    flex-direction: column;
    gap: 30px;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b {
    width: 100px;
    padding-top: 100px;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right {
    width: 100%;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child {
    flex-direction: column-reverse !important;
    width: 100%;
    margin-top: 20px;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b {
    width: 100%;
    padding-top: 50%;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro {
    margin-top: 10px;
    width: 100%;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in .left {
    width: 100%;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in .right {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .indexPage2 .modelWrapper1 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
    width: 100%;
  }
}
footer .this_web_footer2 .Wrapper {
  display: flex;
  width: 1400px;
  margin: auto;
  padding: 50px 0 30px;
}
footer .this_web_footer2 .Wrapper .leftLogo {
  width: 26%;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_logo {
  display: inline-block;
  width: 70%;
  margin-bottom: 15px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_logo img {
  width: 100%;
  object-fit: contain;
}
footer .this_web_footer2 .Wrapper .leftLogo p {
  font-size: 16px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns {
  margin-top: 30px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul {
  display: flex;
  align-items: center;
  gap: 3px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul li .img_b {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul li .img_b img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}
footer .this_web_footer2 .Wrapper .this_ul {
  width: 22%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
footer .this_web_footer2 .Wrapper .this_ul h5 {
  font-size: 16px;
  font-weight: 500;
}
footer .this_web_footer2 .Wrapper .this_ul ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
footer .this_web_footer2 .Wrapper .this_ul ul li a {
  font-size: 16px;
}
footer .this_web_footer2 .Wrapper .rightInfo {
  width: 30%;
  padding-left: 8%;
  box-sizing: border-box;
}
footer .this_web_footer2 .Wrapper .rightInfo h5 {
  font-size: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li .img_b {
  width: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li .img_b i {
  font-size: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li a{
    color: #333;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li p {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 16px;
}
footer .this_web_footer2 .copyright {
  background-color: #003E7E;
  margin-top: 0;
}
footer .this_web_footer2 .copyright .copyright_in {
  padding: 20px 0;
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .this_web_footer2 .copyright .copyright_in .left p {
  font-size: 16px;
  color: #fff;
}
footer .this_web_footer2 .copyright .copyright_in .right ul {
  display: flex;
  align-items: center;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li {
  position: relative;
  padding: 0 10px;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px ;
  height: 60%;
  background-color: #000;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li:last-child::after {
  display: none;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li a {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  footer .this_web_footer2 .Wrapper {
    width: 1200px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  footer .this_web_footer2 .Wrapper {
    width: 1000px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  footer .this_web_footer2 .Wrapper {
    width: 900px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  footer .this_web_footer2 {
    display: none;
  }
}






/*other video*/




.this_public .w1200 {
  width: 1200px;
  margin: auto;
}
.this_public .this_title {
  text-align: center;
}
.this_public .this_title h2 {
  /*font-size: 34px;*/
  /*font-size: 50px;*/
  font-size: 40px;
  color: var(--color);
}
.this_public .this_title h3 {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  /*margin-top:30px;*/
  margin-top: 20px;
}
.this_public .this_title p {
  /*color: #7A7A7A;*/
  color: #333;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0;
}
.this_public .swiperpn {
  background-color: transparent;
  opacity: 1;
}
.this_public .swiperpn::before {
  display: none;
}
.this_public .swiperpn::after {
  display: none;
}
.this_public .swiperpn i {
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .this_public .w1200 {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .this_public .w1200 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .this_public .w1200 {
    width: 90vw;
  }
  
  .this_public .this_title h2 {
      font-size: 24px;
  }
  
  .this_public .this_title h3 {
      margin-top: 10px;
      font-size: 20px;
  }
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.drbtn {
  position: relative;
}
.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid --color;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
}
.cw:hover {
  border: 5px solid var(--color);
  transition: 0.5s;
}
.cw:hover i {
  color: #fff;
}
.cw i {
  font-size: 25px;
  margin-left: 1px;
  color: #fff;
}
.bo {
  position: absolute;
  top: 0;
}
.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--color);
  animation: scale 2s infinite;
}
.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--color);
  animation: scale2 2s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
.indexaboutimg {
  padding-top: 10%;
}