a {
    font-size: 16px;
}

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

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

.indexbox .bannerbox {
    position: relative;
    background-color: #000;
}
.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: 100vh;
      position: relative;
    }

    .bannerbox .swiper-slide {
      text-align: center;
      font-size: 18px;
      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: 50px;
	    color: #fff;
	    font-weight: 600;
	    text-align: center;
	    z-index: 16;
	}
		.bannerbox	.slide-inner .wenben {
	    font-size: 30px;
	    color: #fff;
	       text-align: center;
	       margin-top: 14px;
	}

/*.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%;
    /* padding-top: 10%; */
}

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

.indexbox .bannerbox .title h3 {
    font-weight: 600;
    font-size: 70px;
    letter-spacing: -1px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 2px #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: 36px;
    padding: 60px 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #ffff;
}

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

.indexbox .contentbox>.title .tishi {}


/* */
.indexbox .indexproduct .indexcontent  {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
}
.indexbox .indexproduct .indexcontent .left {
        width: 30%;
        background: #fff;
        background: #031d6f;
        height: 600px;
        color: #fff;
        font-size: 20px;
        background: url(../image/neiye.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
}
.indexbox .indexproduct .indexcontent .left .title {
    font-size: 34px;
    border-bottom: 1px solid #fff;
    padding: 14px;
    
}
.indexbox .indexproduct .indexcontent .pctextbox  {
    height: 100%;
}
.indexbox .indexproduct .indexcontent .left .text  {
    font-size: 20px;
    padding: 54px;
    margin: 98px auto;
    line-height: 37px;
    text-indent: 40px;
}
.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;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    /* padding: 4px 10px; */
    margin: 34px 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: 50px 0;
    /* margin-bottom: 4%; */
    position: relative;
    /* padding-top: 30px; */
    /* margin-top: 100px; */
    padding-bottom: 0;
}

.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: 36px;
    padding: 60px 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff;
    padding-top: 0px;
}

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

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


.indexbox .indexproduct .indexcontent .indexproductitem .item {
    display: block;
    width: 33.3%;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
}


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

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

/*.indexbox .indexproduct .indexcontent .indexproductitem2 .item:nth-child(4) {*/
/*    width: 40%;*/
/*    height: 700px;*/
/*    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 10px;
    overflow: hidden;
    transition: all 1s;
}

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

.indexbox .indexproduct .indexcontent .indexproductitem .item .text .icon {
    width: 120px;
    height: 120px;
    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: 50px 0;
    background: url(../image/neiye.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
}

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

.indexbox .contentbox .bgindexabout>.title .futitle {
    font-size: 18px;
    text-align: center;
    width: 100%;
    color: #ffff;
    margin-top: 10px;
}
.indexbox .bgindexabout .yewubox {
    display: flex;
    justify-content: space-between;
}
.indexbox .bgindexabout .yewubox .item {
    width: 24.5%;
    height: 463px;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 4px 9px #fff;
}
.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: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 1s;
    height: 40%;
    background: #00000075;
    z-index: 12;
}




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

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

.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: -40px; */
    /* transform: translateY(-50%); */
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    color: #fff;
    padding: 10px 8px;
    padding-left: 80px;
}

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

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

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

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

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

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

.indexbox .bgindexabout .iconbox .icon .img {
    height: 90px;
    margin-right: 20px;
}

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

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

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

/**/
.indexproductfenlei {
    height: 570px;

}

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

.swiper-anli .swiper-slide {
    text-align: center;
    font-size: 18px;
    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: 0px 0px 9px 3px #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: 36px;
    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: 900px;
    flex-direction: column;
}

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

.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: 450px;
    padding: 30px;
    border-bottom-right-radius: 50px;
    background: #00000073;
    border-bottom-left-radius: 50px;
    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: -450px;
    }

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

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

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

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

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

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

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

.gsyshibox .addpagin {
    width: 100%;
    /* padding: 90px 60px; */
    height: 30%;
    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: 1px 1px 3px #fff;
}

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

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

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

}

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

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

.gsyshibox .addpagin .paginbox .showbox.active {

}

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

.gsyshibox .addpagin .paginbox .showbox img {
    width: 45px;
}

.gsyshibox .addpagin .paginbox .showbox span {
    font-size: 24px;
    font-weight: bold;
}

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

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

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

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


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

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

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

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

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

.indexbox .indexnews .lookbox .rightbox {
    width: 50%;
    height: 100%;
    border-radius: 5px;
    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: 34px 0;
    flex-wrap: wrap;
}

.indexbox .indexnews .newlist .card {
    --bg: #f7f7f8;
    --hover-text: #626dcc;
    width: 33%;
    /* height: 470px; */
    background: var(--bg);
    padding: 1.5em;
    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: 10px;
}

.indexbox .indexnews .newlist .card__body {
    color: #464853;
    line-height: 1.5em;
    font-size: 18px;
    max-height: 54px;
    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: 23.4px;
    /* letter-spacing: -0.035em; */
    color: black;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

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

.indexbox .indexnews .newlist .card span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    height: 260px;
    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: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    /* padding: 4px 10px; */
    margin: auto;
    color: #fff;
}

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

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

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

}

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

    /* Center slide text vertically */
    padding: 6px 10px;
    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: 10px;
}

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

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

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

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

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

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