a {
    font-size: 16rem;
}

.indexbox {
    width: 100%;
    overflow: hidden;
}

.indexbox>.contentbox {
    background-color: #000;
}

.indexbox .bannerbox {
    position: relative;
    background-color: #000;
    margin-top: 60rem;
}
.indexbox .bannerbox::after {

}
.indexbox .bannerbox .slide-inner::after{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
         z-index: 1; 
        width: 100%;
        height: 100%;
        background: #0000004f;
}
  .bannerbox  .myswiper-container2 {
      width: 100%;
      height: 350rem;
      position: relative;
    }

    .bannerbox .swiper-slide {
      text-align: center;
      font-size: 13px;
      background: #fff;
      overflow:hidden;
    }
	
 .bannerbox	.slide-inner {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  background-size: cover;
	  background-position: center;
	  display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;

      align-items: center;
	  color:#fff;
	   flex-direction: column;
	}
	.bannerbox	.slide-inner .title {
	    font-size: 50rem;
	    color: #fff;
	    font-weight: 600;
	    text-align: center;
	    z-index: 16;
	}
		.bannerbox	.slide-inner .wenben {
	    font-size: 18rem;
	    color: #fff;
	       text-align: center;
	       margin-top: 14rem;
	}

/*.indexbox .bannerbox .swiper-container {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    transition: 1s background-color 1.3s;*/
/*}*/

/*.indexbox .bannerbox .swiper-wrapper {*/
/*    transition-delay: 1s;*/
/*    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);*/
/*}*/
/*.indexbox .bannerbox .swiper-slide::after{*/
/*        content: "";*/
/*        display: block;*/
/*        position: absolute;*/
/*        top: 0;*/
/*        left: 0;*/
        /* z-index: -1; */
/*        width: 100%;*/
/*        height: 100%;*/
/*        background: #0000004f;*/
/*}*/

/*.indexbox .bannerbox .swiper-slide {*/
/*    position: relative;*/
/*    text-align: center;*/
/*    font-size: 18px;*/
    /* Center slide text vertically */
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    -webkit-justify-content: center;*/
/*    justify-content: center;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    -webkit-align-items: center;*/
/*    align-items: center;*/
/*}*/

/*.indexbox .bannerbox .swiper-slide:nth-child(2) {*/
    /* background-color: #666; */
/*}*/

.indexbox .bannerbox .title {
    transition-delay: 1s;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	font-size:22rem;
    /* padding-top: 10%; */
}

.indexbox .bannerbox .title .text {
    width: 50%;
    color: #fff;
    font-size: 16rem;
    margin-top: 30rem;
}

.indexbox .bannerbox .title h3 {
    font-weight: 600;
    font-size: 70rem;
    letter-spacing: -1rem;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 2rem #fff;
}

.indexbox .bannerbox .img-box {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(0.6, 0.6);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
}

.indexbox .bannerbox .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(50%);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform;
}

.indexbox .bannerbox .button-prev,
.button-next {
    transition: 0.5s;
    outline: none;
    position: absolute;
    width: 140px;
    z-index: 10;
    top: 65vh;
    transform: translateY(-34px);
    cursor: pointer;
}

.indexbox .bannerbox .button-prev {
    left: 4vw;
}

.indexbox .bannerbox .button-next {
    right: 4vw;
}

.indexbox .bannerbox .button.disabled {
    opacity: 0.2;
    cursor: default;
}

.indexbox .bannerbox #arrow-svg-home {
    transform: translateY(353px);
}

.indexbox .bannerbox .button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}

.indexbox .bannerbox svg {
    transition: 0.5s;
}

.indexbox .bannerbox .cls-1 {
    transition: 0.5s;
    opacity: 0.4;
    transform-origin: -20px 40px;
    opacity: 1;
}

.indexbox .bannerbox .cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}

.indexbox .bannerbox #arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}

.indexbox .bannerbox #line {
    transition: 0.5s;
    stroke: #fff;
    transform: translate(50px, 42px);
}

.indexbox .bannerbox .button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}

.indexbox .bannerbox .button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}

.indexbox .bannerbox .button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}

.indexbox .bannerbox .button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}

.indexbox .bannerbox .button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}

.indexbox .bannerbox .button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}

.indexbox .contentbox>.title {
    font-size: 22rem;
    padding: 23rem 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #ffff;
}

.indexbox .contentbox>.title .futitle {
    font-size: 16rem;
    text-align: center;
    width: 100%;
    color: #ffff;
    margin-top: 10rem;
}

.indexbox .contentbox>.title .tishi {}


/* */
.indexbox .indexproduct .indexcontent  {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
}
.indexbox .indexproduct .indexcontent .left {
        width: 100%;
        background: #fff;
        background: #031d6f;
        height: 470rem;
        color: #fff;
        font-size: 20rem;
        background: url(../image/neiye.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
}
.indexbox .indexproduct .indexcontent .left .title {
    font-size: 22rem;
    border-bottom: 1rem solid #fff;
    padding: 14rem;
}
.indexbox .indexproduct .indexcontent .pctextbox  {
    height: 100%;
}
.indexbox .indexproduct .indexcontent .left .text  {
    font-size: 20rem;
    padding: 38rem;
    /* margin: 98rem auto; */
    line-height: 37rem;
    text-indent: 40rem;
}
.indexbox .indexproduct .indexcontent .left .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.indexbox .indexproduct .indexcontent .left .text  p {

}

.indexbox .indexproduct .indexcontent>.btn {
    display: block;
    position: absolute;
    width: 140rem;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
    height: 40rem;
    line-height: 40rem;
    text-align: center;
    border: 1rem solid #fff;
    /* padding: 4rem 10rem; */
    /* margin: 20rem auto; */
    color: #fff;
    margin-bottom: 0;
}

.indexbox .indexproduct {
    width: 100%;
    /* background: url(../image/nybg.jpg) no-repeat center center; */
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 50rem 0;
    /* margin-bottom: 4%; */
    position: relative;
    /* padding-top: 30rem; */
    /* margin-top: 100rem; */
    padding-bottom: 80rem;
}

.indexbox .indexproduct:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
}

.indexbox .indexproduct>.title {
    font-size: 22rem;
    padding: 30rem 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff;
    padding-top: 0rem;
}

.indexbox .indexproduct>.title .futitle {
    font-size: 16rem;
    text-align: center;
    width: 100%;
    color: #ffff;
    margin-top: 10rem;
}

.indexbox .indexproduct .indexcontent .indexproductitem {
    overflow: hidden;
    background-color: rgba(102, 102, 102, 0.493);
    /* padding: 30rem 0; */
    width: 100%;
}
.indexbox .indexproduct .indexcontent .indexproductitem::after {
    content: "";
    display: block;
    clear: both;
}


.indexbox .indexproduct .indexcontent .indexproductitem .item {
    display: block;
    width: 100%;
    height: 300rem;
    overflow: hidden;
    position: relative;
    float: left;
    margin-bottom: 10rem;
}
.indexbox .indexproduct .indexcontent .indexproductitem .item:last-child {
    margin-bottom: 0;
}

/*.indexbox .indexproduct .indexcontent .indexproductitem .item:nth-child(1) {*/
/*    width: 29%;*/
/*    height: 700rem;*/
/*    margin-right: 1%;*/
/*}*/

/*.indexbox .indexproduct .indexcontent .indexproductitem .item:nth-child(4) {*/
/*    width: 29%;*/
/*    height: 700rem;*/
/*    float: right;*/
/*    margin-left: 0%;*/
/*}*/
.indexbox .indexproduct .indexcontent .indexproductitem2 {
    padding-top: 0;
}
/*.indexbox .indexproduct .indexcontent .indexproductitem2 .item:nth-child(1) {*/
/*    width: 20%;*/
/*    height: 350rem;*/
/*    margin-right: 0%;*/
/*}*/

/*.indexbox .indexproduct .indexcontent .indexproductitem2 .item:nth-child(4) {*/
/*    width: 40%;*/
/*    height: 700rem;*/
/*    float: right;*/
/*    margin-left: 0%;*/
/*}*/

.indexbox .indexproduct .indexcontent .indexproductitem .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.indexbox .indexproduct .indexcontent .indexproductitem .item:hover .text {
    transform: translateY(-100%);
}
.indexbox .indexproduct .indexcontent .indexproductitem .item:hover .img img {
    transform: scale(1.1);
}


.indexbox .indexproduct .indexcontent .indexproductitem .item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0 10rem;
    overflow: hidden;
    transition: all 1s;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .text .title {
    font-size: 32rem;
    font-weight: 600;
    margin-bottom: 10rem;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .text .icon {
    width: 120rem;
    height: 120rem;
    display: none;
}

.indexbox .indexproduct .indexcontent .indexproductitem .item .text .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


/**/
.indexbox .bgindexabout {
    width: 100%;
    /* background: url(../image/aboutbg.jpg) no-repeat center center; */
    background-size: cover;
    padding: 20rem 0;
    background: url(../image/neiye.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
}

.indexbox .contentbox .bgindexabout>.title {
    font-size: 22rem;
    padding-bottom: 32rem;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff;
}

.indexbox .contentbox .bgindexabout>.title .futitle {
    font-size: 16rem;
    text-align: center;
    width: 100%;
    color: #ffff;
    margin-top: 10rem;
    padding: 0 10rem;
}
.indexbox .bgindexabout .yewubox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.indexbox .bgindexabout .yewubox .item {
    width: 100%;
    height: 370rem;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0rem 4rem 9rem #fff;
    margin-bottom: 10rem;
}
.indexbox .bgindexabout .yewubox .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}
.indexbox .bgindexabout .yewubox .item:hover::after {
    display: none;
}
.indexbox .bgindexabout .yewubox .item:hover .title {
    transform: translate(0%,100%);
}
.indexbox .bgindexabout .yewubox .item .imgbox {
    height: 100%;
    width: 100%;
    
}
.indexbox .bgindexabout .yewubox .item .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.indexbox .bgindexabout .yewubox .item .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 1s;
    height: 40%;
    background: #5f7e8387;
    z-index: 12;
}




.indexbox .indexabout {
    display: flex;
    justify-content: space-between;
     height: 627rem; 

}
.indexbox .indexabout .imgbox {
    width: 50%;
    height: 100%;
        padding: 82rem 0rem 82rem 20rem;
}

.indexbox .indexabout .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexbox .indexabout .textbox {
    width: 50%;
    /* background-color: #f2f2f2; */
    position: relative;
}

.indexbox .indexabout .textbox .pctextbox {
    color: #000;
    /* position: absolute; */
    /* top: 50%; */
    /* left: -40rem; */
    /* transform: translateY(-50%); */
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    color: #fff;
    padding: 10rem 8rem;
    padding-left: 80rem;
}

.indexbox .indexabout .pctextbox h2 {
    margin-bottom: 14rem;
    font-size: 42rem;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-bottom: 1rem solid rgba(102, 102, 102, 0.514);
    position: relative;
    padding: 6rem 0;
}

.indexbox .indexabout .pctextbox h2::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1.5rem;
    width: 30%;
    height: 2rem;
    background-color: #fff;
    border-radius: 1rem;
}

.indexbox .indexabout .pctextbox .text {
    line-height: 42rem;
    text-indent: 28rem;
    width: 100%;
    font-size: 20rem;
    color: #fff;
    /* max-height: 210rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 40rem;
    margin-bottom: 15rem;
}

.indexbox .indexabout .pctextbox .read {
    margin-bottom: 4rem;
    background-color: #000;
    /* border-radius: 5rem; */
    display: inline-block;
    padding: 10rem 18rem;
    color: #fff;
    cursor: pointer;
    font-size: 18rem;
}

.indexbox .bgindexabout .iconbox {
    display: flex;
    padding: 24rem 0;
    /* margin-top: 50rem; */
    flex-wrap: wrap;
    color: #fff;
    /* background: linear-gradient(0deg, #fdfafa, #000000); */
    font-size: 20rem;
    /* box-shadow: 0 0 10px 10px #9fb1c5; */
    justify-content: center;
}

.indexbox .bgindexabout .iconbox .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110rem;
    width: 100%;
}

.indexbox .bgindexabout .iconbox .icon .img {
    height: 60rem;
    margin-right: 20rem;
}

.indexbox .bgindexabout .iconbox .icon .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexbox .bgindexabout .iconbox .icon .text .num {
    font-size: 34rem;
    color: #fff;
}

.indexbox .bgindexabout .iconbox .icon .text .num span {
    font-size: 45rem;
    font-weight: 700;
    font-family: BEBAS;
    padding: 0;
    margin: 0;
}

/**/
.indexproductfenlei {
    height: 230rem;
    padding: 0 10rem;
}

.swiper-anli {
    width: 100%;
    height: 100%;
}

.swiper-anli .swiper-slide {
    text-align: center;
    font-size: 18rem;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    box-shadow: 0rem 0rem 9rem 3rem #fff;
}

.swiper-anli .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-anli .swiper-slide>a:hover>img {
    transform: scale(1.1);
}

.swiper-anli .swiper-slide>a:hover .title {
    transform: scale(1);
}

.swiper-anli .swiper-slide>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.swiper-anli .swiper-slide>a .title {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36rem;
    font-weight: 600;
    transition: all 1s;
    transform: scale(0);
}

.swiper-anli .swiper-slide-active,
.swiper-anli .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper-anli .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 1;
}

/*  */
.gsyshibox {}

.gsyshibox .proaddbox .main-box {
    width: 100%;
}

.gsyshibox .proaddshow {
    display: flex;
    justify-content: space-between;
    height: 800rem;
    flex-direction: column;
}

.gsyshibox .addscreen {
    width: 100%;
    height: 60%;
}

.gsyshibox .addscreen .showbox {
    position: relative;
    height: 100%;
    display: none;
    opacity: 0;
    animation: opashow2 4s ease forwards;
    overflow: hidden;
}

@keyframes opashow2 {
    from {
        opacity: 0.7
    }

    to {
        opacity: 1
    }
}

.gsyshibox .addscreen .showbox.active {
    display: block
}

.gsyshibox .addscreen .showbox .pic-box {
    width: 100%;
    position: relative;
    height: 100%;
}

.gsyshibox .addscreen .showbox.active>.pic-box img {
    animation: imgbig 2s linear forwards;
}

@keyframes imgbig {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.3)
    }
}

.gsyshibox .addscreen .showbox>.pic-box:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 10;
}

.gsyshibox .addscreen .showbox .pic-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* max-width: 100%; */
}

.gsyshibox .addscreen .showbox .textbox {
    position: absolute;
    left: -100%;
    top: 18%;
    bottom: 0;
    margin: 0 auto;
    width: 80%;
    height: 366rem;
    padding: 30rem;
    border-bottom-right-radius: 50rem;
    background: #00000073;
    border-bottom-left-radius: 50rem;
    color: #fff;
    z-index: 10;
    animation: leftshow 1s ease forwards;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes leftshow {
    from {
        left: -450rem;
    }

    to {
        left: 50%;
        transform: translateX(-50%);
    }
}

.gsyshibox .addscreen .showbox .textbox .tit {
    font-size: 22rem;
    color: #fff;
}

.gsyshibox .addscreen .showbox .textbox .tit span {
    font-size: 16rem;
    opacity: 0.7;
    display: block;
}

.gsyshibox .addscreen .showbox .textbox .line {
    /* height: 4rem; */
    /* width: 50rem; */
    /* background: #fff; */
    /* margin: 40rem 0 50rem; */
}

.gsyshibox .addscreen .showbox .textbox .intro {
    font-size: 15rem;
    line-height: 30rem;
    margin-top: 10rem;
}

.gsyshibox .addscreen .showbox .textbox b {
    font-size: 82rem;
    margin-top: 15rem;
    color: #ffffff2b;
}

.gsyshibox .addscreen .showbox .textbox .iconpic {
    position: absolute;
    top: 30rem;
    right: 30rem;
    width: 60rem;
    height: 60rem;
}

.gsyshibox .addpagin {
    width: 100%;
    /* padding: 90rem 60rem; */
    height: 40%;
    background-image: url(../image/bgys.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.gsyshibox .addpagin>* {
    position: relative;
    z-index: 10;
}

.gsyshibox .addpagin:before {
    background: #00000078;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gsyshibox .addpagin .contain-title {
    text-align: left;
    color: #fff;
}

.gsyshibox .addpagin .contain-title .tit span {
    color: #fe6440;
    text-shadow: 1rem 1rem 3rem #fff;
}

.gsyshibox .addpagin .contain-title .en {
    color: #ffffff33
}

.gsyshibox .addpagin .paginbox {
    /* margin-top: 60rem; */
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}

.gsyshibox .addpagin .paginbox .showbox {
    position: relative;
    display: flex;
    color: #fff;
    /* margin: 30rem 0; */
    transition: 1s ease;
    width: 50%;
    height: 50%;
    background: #0000008f;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.gsyshibox .addpagin .paginbox .showbox strong {
    margin: 10rem 0;
    font-size: 33rem;
    color: #cec7c7a6;
    padding: 0;
}

.gsyshibox .addpagin .paginbox .showbox:before {
    position: absolute;
    height: 3rem;
    background: #fe6440;
    top: 43rem;
    bottom: 0;
    margin: auto;
    content: '';
    width: 0;
    left: 31rem;
    transition: all 1s ease;
}

.gsyshibox .addpagin .paginbox .showbox.active:before {
    /* width: 120rem; */
}
.gsyshibox .addpagin .paginbox .showbox:hover {
    background: transparent;
}

.gsyshibox .addpagin .paginbox .showbox.active {

}

.gsyshibox .addpagin .paginbox .showbox b {
    font-size: 20rem;
    /* margin-right: 30rem; */
    margin: 10rem 0;
}

.gsyshibox .addpagin .paginbox .showbox img {
    width: 42rem;
}

.gsyshibox .addpagin .paginbox .showbox span {
    font-size: 16rem;
    font-weight: bold;
}

.gsyshibox .addcontact {
    position: absolute;
    width: 100%;
    background: #fe6440;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 70rem;
    padding: 0 40rem;
    font-size: 25rem;
}

.gsyshibox .addcontact b {
    margin-right: 20rem;
}

.contain-title .en {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 95rem;
    letter-spacing: 10rem;
    color: #d8d8d87d;
    font-weight: bold;
    line-height: 80rem;
    white-space: nowrap;
    z-index: 10;
    /* overflow: hidden; */
}

.contain-title .tit {
    font-size: 40rem;
    position: relative;
    z-index: 11;
    line-height: 80rem;
    font-weight: bold;
}


.indexbox .indexnews .lookbox {
    display: flex;
    height: 400rem;
    display: none;
}

.indexbox .indexnews .lookbox .leftbox {
    width: 50%;
    padding-right: 70rem;
    color: #fff;
}

.indexbox .indexnews .lookbox .leftbox .title {
    padding: 20rem 0;
    font-size: 24rem;
    font-weight: 600;
    max-height: 102rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexbox .indexnews .lookbox .leftbox .text {
    font-size: 22rem;
    line-height: 40rem;
    text-indent: 40rem;
    max-height: 168rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10rem;
}

.indexbox .indexnews .lookbox .leftbox .btn {
    margin-top: 30rem;
    display: inline-block;
    font-size: 20rem;
    border: 1px solid #fff;
    padding: 6rem 20rem;
    color: #fff;
}

.indexbox .indexnews .lookbox .rightbox {
    width: 50%;
    height: 100%;
    border-radius: 5rem;
    overflow: hidden;
    display: block;
}

.indexbox .indexnews .lookbox .rightbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.indexbox .indexnews .newlist {
    display: flex;
    justify-content: space-between;
    margin: 34rem 0;
    margin-top: 0;
    flex-wrap: wrap;
}

.indexbox .indexnews .newlist .card {
    --bg: #f7f7f8;
    --hover-text: #626dcc;
    width: 100%;
    /* height: 470rem; */
    background: var(--bg);
    padding: 1em;
    padding-block: 1.8em;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .3s cubic-bezier(.6, .4, 0, 1), transform .15s ease;
    display: flex;
    flex-direction: column;
    /* gap: 1em; */
    justify-content: space-around;
    margin-bottom: 10rem;
}

.indexbox .indexnews .newlist .card__body {
    color: #464853;
    line-height: 1.5em;
    font-size: 16rem;
    max-height: 50rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexbox .indexnews .newlist .card> :not(span) {
    transition: .3s cubic-bezier(.6, .4, 0, 1);
}

.indexbox .indexnews .newlist .card>strong {
    display: block;
    font-size: 20.4rem;
    /* letter-spacing: -0.035em; */
    color: black;
    height: 30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10rem 0;
}

.indexbox .indexnews .newlist .card .time {
    font-weight: 600;
    margin-top: 10rem;
}

.indexbox .indexnews .newlist .card span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5rem;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    height: 260rem;
    display: none;
}

.indexbox .indexnews .newlist .card span:hover img {
    transform: scale(1.1);
}

.indexbox .indexnews .newlist .card span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.indexbox .indexnews .newlist .card:hover span {
    top: 0;
    font-size: 1.2em;
}

.indexnews>.btn {
    display: block;
    width: 140rem;
    height: 40rem;
    line-height: 40rem;
    text-align: center;
    border: 1rem solid #fff;
    /* padding: 4rem 10rem; */
    margin: auto;
    color: #fff;
}

.indexbox .indexnews {
    padding-bottom: 34rem;
}

.indexcourse {
    background: gray;
    background: url(../image/bg3.jpg) no-repeat center center;
}

.coursebox {
    width: 100%;
    height: auto;
    padding: 90rem 0;
    margin-left: auto;
    margin-right: auto;

}

.coursebox .swiper-slide {
    font-size: 18rem;
    background: #fff;
    height: 200rem;

    /* Center slide text vertically */
    padding: 6rem 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10rem;
}

.coursebox .swiper-slide .name {
    font-weight: 600;
    font-size: 20rem;
    margin: 10rem 0;
}

.coursebox .swiper-slide .text {
    font-size: 16rem;
    color: #666;
    height: 105rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.coursebox .swiper-slide .time {
    font-size: 20rem;
    color: #666;
    font-weight: 600;
    margin-top: 8rem;
}

#progressEffect {
    position: absolute;
    z-index: 10;
    top: 20rem;
    left: 20rem;
}

.indexbox .indexcourse>.title {
    font-size: 40rem;
    padding: 60rem 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #3f3f3f;
    padding-bottom: 0;
}

.indexbox .contentbox .indexcourse>.title .futitle {
    font-size: 20rem;
    text-align: center;
    width: 100%;
    color: #ffff;
    margin-top: 10rem;
}