/*首页定制css*/
html {
    scroll-padding-top: 200px;
}

@font-face {
    font-family: 'Regular';
    src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: 'SemiBold';
    src: url(../fonts/DMSans-SemiBold.ttf);
}

.kzbtnpadding{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.indexmk5 .rightbox video{
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.headertabcontentnewbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.headertabcontentnewbox .productstitle{
    display: flex;
    align-items: center;
    margin: 0px 10px 10px 0px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
}
.headertabcontentnewbox .productstitle .line{
    width: 1px;
    height: 26px;
    background: #009944;
    margin-right: 6px;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}


.circle_process{
    position: absolute;
    width: 130px;
    height: 60px;
    bottom: 115px;
    z-index: 10;
}
.circle_process .wrapper{
    width: 30px;
    height: 60px;
	position: absolute;
	top:0;
	overflow: hidden;
}
.circle_process .right{
	right: 15px;
}
.circle_process .left{
	left:55px;
}
.circle_process .circle{
    width: 60px;
    height: 60px;
    border: 5px solid white;
	border-radius: 50%;
	position: absolute;
	top:0;
	transform : rotate(-135deg);
}
.circle_process .rightcircle{
	border-top:5px solid #CFD819;
	border-right:5px solid #CFD819;
	right: 0px;
}
.circle_process .leftcircle{
	border-bottom:5px solid #CFD819;
	border-left:5px solid #CFD819;
	left: 0px;
}

.circle_process .rightcircle.adddonghua{
    animation: circle_right 3.3s linear;
}
.circle_process .leftcircle.adddonghua{
    animation: circle_left 3.3s linear;
}

.circle_process .rightcircle.removedonghua{
    animation: circle_right1 3.3s linear;
}
.circle_process .leftcircle.removedonghua{
    animation: circle_left1 3.3s linear;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 9px !important;
}
@-webkit-keyframes circle_right{
	0%{
		-webkit-transform: rotate(-135deg);
	}
	50%,100%{
		-webkit-transform: rotate(45deg);
	}
}
@-webkit-keyframes circle_left{
	0%,50%{
		-webkit-transform: rotate(-135deg);
	}
	100%{
		-webkit-transform: rotate(45deg);
	}
}

@-webkit-keyframes circle_right1{
	0%{
		-webkit-transform: rotate(-135deg);
	}
	50%,100%{
		-webkit-transform: rotate(45deg);
	}
}
@-webkit-keyframes circle_left1{
	0%,50%{
		-webkit-transform: rotate(-135deg);
	}
	100%{
		-webkit-transform: rotate(45deg);
	}
}

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }


.headertabcontentcont .cpbox{
    margin: 6px;
}
.headerbox {
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    border-bottom: 1px solid #E7E7E7;
    position: fixed;
    top: 0px;
    z-index: 999;
}

.layout1500box {
    width: 1500px;
    margin: 0 auto;
}

.layout1320box {
    width: 1320px;
    margin: 0 auto;
}

.headergsbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.menubox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.menubox li{
    height: 100%;
    display: flex;
    align-items: center;
}
.menu{
    height: 100%;
    line-height: 109px;
}
.headerrightbox {
    display: flex;
    align-items: center;
    height: 100%;
}
.mySwiper4{
    position: relative;
}
.searchandenbox {
    display: flex;
    align-items: center;
}

.menu {
    display: block;
    padding: 0px 10px;
    height: 100%;
    line-height: 109px;
    margin: 0px 10px;
    font-family: 'Regular';
    /*font-weight: 600;*/
    font-size: 18px;
    color: #222222;
}

.language-flag span {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 15px;
    color: #222222;
}
.menu:hover{
    font-family: 'SemiBold';
    color: black;
    position: relative;
    top: -4px;
}
.menu:hover::before {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #D7DC17 0%, #009944 100%);
    display: block;
    position: relative;
    bottom: -75px;
}
.menu.active{
    font-family: 'SemiBold';
}
.menu.active::before {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, #D7DC17 0%, #009944 100%);
    display: block;
    position: relative;
    bottom: -75px;
}

.headermenubox {
    padding-right: 39px;
    margin-right: 39px;
    height: 100%;
}

.btn--search {
    margin-right: 19px;
    cursor: pointer;
}

.head-search {
    margin-top: 17px;
}

.head-search .search-ipt {
    width: 80%;
    border: none;
    border-bottom: 1px solid #060c1a29;
    padding: 0px 20px;
    height: 45px;
    margin-top: 25px;
    font-size: 20px;
}

input:focus {
    outline: none;
}

.head-search .search-btn {
    margin-top: 10px;
    background: none;
    border: none;
}

.footerbox {
    width: 100%;
    height: fit-content;
    padding-bottom: 91px;
    background: #F5FDFF;
}

.footergsbox {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-top: 81px;
}

.imgboxofbottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.imgboxofbottom .company {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 23px;
    color: #222222;
    line-height: 24px;
    margin-top: 34px;
    margin-bottom: 21px;
}

.imgboxofbottom .content {
    width: 470px;
    font-family: 'Regular';
    font-weight: 100 !important;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}

.footerboxclickgs {
    display: flex;
    flex-direction: column;
}

.footerboxclickgs a {
    display: flex;
    align-items: center;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 36px;
    transition: all 0.5s;
}

.menu.active {
    position: relative;
    top: -4px;
}

.footerboxclickgs a:hover {
    color: #129E9A;
    text-decoration-line: underline;
}

.footerboxclickgs .dian {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #129E9A;
    margin-right: 8px;
}

.footerdwbox .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 30px;
    color: #222222;
    line-height: 80px;
    cursor: pointer;
}

.footercontusbox .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 30px;
    color: #222222;
    line-height: 80px;
    cursor: pointer;
}
.footercontusbox .title:hover,.footerdwbox .title:hover{
    color: #129E9A;
    text-decoration-line: underline;
    text-decoration-thickness: from-font;
}
.address {
    display: flex;
    align-items: flex-start;
}

.address img {
    margin-top: 4px;
    margin-right: 19px;
}

.address .content {
    width: 291px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
}

.emailimgbox {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 27px;
}

.emailimgbox a {
    transition: 0.5s;
}

.emailimgbox:hover a {
    color: #129E9A;
    text-decoration-line: underline;
}

.emailimgbox img {
    margin-right: 10px;
}

.imgimgbox {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
}

.imgimgbox a {
    transition: 0.5s;
}

.imgimgbox:hover a {
    color: #129E9A;
    text-decoration-line: underline;
}

.imgimgbox img {
    margin-right: 11px;
}

.footerbottomboxgs {
    width: 100%;
    height: 50px;
    background: #129E9A;
}

.footerbottombox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.footerbottomboxleft .copyright {
    color: white;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.lang-more {
    font-family: 'Regular';
}

.footerbottomboxleft {
    display: flex;
}

.footerpagebottom {
    margin-left: 100px;
    color: white;
}

.footerpagebottom a {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.footerpagebottom a:hover {
    color: #222222;
    text-decoration-line: underline;
}

.footerbottomboxright {
    display: flex;
    align-items: center;
}

.bottomshareimg {
    display: block;
    margin: 0px 5px;
}

.bottomshareimg .img1 {
    display: block;
}

.bottomshareimg .img2 {
    display: none;
}

.bottomshareimg:hover .img1 {
    display: none;
}

.bottomshareimg:hover .img2 {
    display: block;
}

.newheaderchildrenbox {
    display: none;
    position: fixed;
    width: 100%;
    padding: 50px 0px;
    background-color: white;
    left: 0px;
    top: 90px;
    box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
}

.downmenubox .downmenutitle {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 25px;
    color: #000000;
}

.downmenucontent {
    display: flex;
    padding-top: 40px;
}

.downmenucontent .leftbox {
    width: 310px;
}

.downmenucontent .rightbox {
    width: calc(100% - 310px);
}

.headertabstitle .img1 {
    display: block;
}

.headertabstitle .img2 {
    display: none;
}

.headertabstitle:hover .img1 {
    display: none;
}

.headertabstitle:hover .img2 {
    display: block;
}

.headertabstitle.active .img1 {
    display: none;
}

.headertabstitle.active .img2 {
    display: block;
}

.headertabstitle {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    width: 301px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #515151;
    margin-bottom: 10px;
}

.headertabstitle:hover {
    color: #129E9A;
    background: #F5FDFF;
}

.headertabstitle.active {
    color: #129E9A;
    background: #F5FDFF;
}

.headertabcontent {
    display: none;
    padding: 0px 59px;
}

.headertabcontent.active {
    display: block;
}

.headertabcontenttit {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #515151;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #51515120;
}

.headertabcontentcont {
    padding: 38px 0px;
    display: flex;
    flex-wrap: wrap;
}

.headertabcontentcont .cpbox:hover .imgbox img {
    transform: scale(1.2);
}

.headertabcontentcont .imgbox {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.headertabcontentcont .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.headertabcontentcont .titlebox {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #515151;
    line-height: 24px;
    margin-top: 22px;
}

.downmenuline {
    width: 100%;
    height: 1px;
    background-color: #51515120;
}

.downmenuurl {
    margin-top: 57px;
    display: flex;
    align-items: center;
}

.downmenuurl span {
    font-family: 'Regular';
    font-weight: 600;
    font-size: 18px;
    color: #129E9A;
    line-height: 26px;
    margin-right: 8px;
}

.downmenuurl:hover span {
    text-decoration-line: underline;
}

.leftbox .description {
    width: 269px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #515151;
    line-height: 24px;
    margin-top: 23px;
}

.downmenucontenttwo {
    display: flex;
    margin-top: 30px;
    width: 70%;
    flex-wrap: wrap;
}

.downmenucontenttwo .headertabstitle {
    margin-bottom: 10px;
    margin-right: 15px;
}

.contbtnts {
    width: 365px;
}

.pageheaderbox {
    width: 100%;
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 110px;
    background-position: center;
}

.pageheaderbox .contentbox {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 91px;
}

.pageheaderbox .contentbox .titlebox {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
}

.pageheaderbox .contentbox .contentboxs a {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.pfdermk1 {
    margin-top: 92px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 28px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15% !important;
}
.pfdermk1btngs {
    margin-top: 36px;
    margin-bottom: 61px;
}

.bntys1 {
    border: 1px solid #0E807C;
    padding: 12px 21px;
    display: block;
    width: fit-content;
    color: #129E9A;
    transition: all 0.5s;
    font-family: 'SemiBold';
}

.bntys1:hover {
    background: #EDFAF9;
    border: 1px solid #0E807C;
}

.bntys2 {
    padding: 12px 21px;
    display: block;
    background: white;
    width: fit-content;
    color: black;
    transition: all 0.5s;
    font-family: 'SemiBold';
}

.bntys2:hover {
    background: #129E9A;
    color: white;
}

.bntys3 {
    padding: 12px 21px;
    display: block;
    background: #129E9A;
    width: fit-content;
    color: white;
    transition: all 0.5s;
}

.bntys3:hover {
    background: #0E807C;
    color: white;
}

.pfdermk2 {
    display: flex;
}

.pfdermk2 .table {
    width: 25%;
}

.pfdermk2 .tabletitle {
    width: 100%;
    height: 44px;
    background: #129E9A;
    text-align: center;
    line-height: 44px;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.pfdermk2 .tablecontent {
    width: 100%;
    height: 380px;
    overflow-y: auto;
    border: 1px solid #DDDDDD;
    padding-right: 3px;
}

.pfdermk2 .tablecontent a {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    width: 100%;
    display: block;
    line-height: 27px;
    padding-left: 9px;
}

.pfdermk2 .tablecontent a:hover {
    background: #F5FDFF;
    color: #129E9A;
}

.pfdermk2 .tablecontent a.active {
    background: #F5FDFF;
    color: #129E9A;
}

.pfdermk3 {
    display: flex;
    margin-top: 43px;
    margin-bottom: 25px;
}

.pfdermk3 span {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    line-height: 56px;
}

.pfdermk4 {
    display: flex;
    margin-bottom: 58px;
}

.pfdermk4 .bntys1 {
    margin-right: 10px;
}

.el-table__header-wrapper table thead tr th {
    padding: 0px;
    height: 44px;
    background: #129E9A;
    text-align: center;
    line-height: 44px;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.el-table--enable-row-transition .el-table__body td {
    border: 1px solid #EBEEF5;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 15px;
    color: #222222;
}

.bjpfmk4 {
    margin: 0 1px;
}

.pfdermk5 {
    display: block;
    margin-top: 96px;
    margin-bottom: 96px;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 76px 0px 90px 46px;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.pfdermk5 .jtbtn {
    display: none;
    margin-left: 15px;
}

.pfdermk5:hover .jtbtn {
    margin-left: 15px;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    line-height: 25px !important;
}

.swiper-pagination-bullet {
    width: fit-content;
    height: fit-content;
    background: none;
    opacity: 1;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    border-bottom: 2px solid white;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex !important;
    font-family: 'Regular';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 72px;
    /*left: 5%;*/
    left: 0px;
    padding-left: 23%;
    bottom: 40px !important;
}


.indexmk1 {
    margin-top: 110px;
}

.bannerimgbox {
    display: flex;
    width: 100%;
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 900px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 150px;
}

.bannerimgbox .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 80px;
    color: #FFFFFF;
}

.bannerimgbox .ctitle {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    margin-top: 39px;
}

.indexmk2 {
    margin-top: 95px;
}

.indexmk2 .topheader {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 54px;
}

.indexmk2 .topheader .content span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #0E807C;
    margin-bottom: 30px;
}

.indexmk2 .topheader .content p {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #222222;
    line-height: 44px;
    width: 813px;
}

.indexmk2 .contentbox {
    display: flex;
    justify-content: space-between;
}

.indexmk2 .contentbox .content {
    width: 240px;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.8s;
    cursor: pointer;
}

.indexmk2 .contentbox .content.active {
    width: 575px;
}

.indexmk2 .contentbox .content .cntentshow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.indexmk2 .contentbox .content .cntentshow span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 33px;
    padding: 0px 10px;
}

.indexmk2 .contentbox .content .contenthidden {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 0px 27px;
}

.indexmk2 .contentbox .content .contenthidden .title {
    width: 70%;
    display: block;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 44px;
    margin-top: 35px;
    margin-bottom: 40px;
}

.indexmk2 .contentbox .content .contenthidden .contentofapp .title2 {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 46px;
}

.indexmk2 .contentbox .content .contenthidden .contentofapp .contentofcsbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.indexmk2 .contentbox .content .contenthidden .contentofapp .contentofcsbox .title3 {
    font-family: 'SemiBold';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 35px;
    width: 45%;
    display: block;
    border-bottom: 1px solid #ffffff70;
}

.indexmk2 .contentbox .content .cntentshow {
    display: flex;
}

.indexmk2 .contentbox .content .contenthidden {
    display: none;
}

.indexmk2 .contentbox .content.active .cntentshow {
    display: none !important;
}

.indexmk2 .contentbox .content.active .contenthidden {
    display: flex !important;
}

.indexmk3 {
    height: 200px;
    background: #129E9A;
    display: flex;
    margin-top: 57px;
    margin-bottom: 96px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 36px;
}

.indexmk3 .content {
    width: 60%;
}

.indexmk3 .content span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 25px;
}

.indexmk3 .content p {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 24px;
}

.indexmk4 {
    background: #F5FDFF;
    padding: 112px 0px;
    overflow: hidden;
    margin-bottom: 110px;
}

.indexmk4 .topheader {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 54px;
}

.indexmk4 .topheader .content span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #0E807C;
    margin-bottom: 30px;
}

.indexmk4 .topheader .content p {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #222222;
    line-height: 44px;
    width: 813px;
}

.mk3boxcontent {
    width: 408px;
    height: 558px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    cursor: pointer;
    padding: 37px 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mk3boxcontent .content span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.mk3boxcontent .content .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 13px;
}

.mk3boxcontent .ctitle {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    display: none;
}

.mk3boxcontent:hover {
    background-size: 120% 120%;
}

.mk3boxcontent:hover .ctitle {
    display: block;
}

.indexmk4 .mySwiper2 {
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: -30px;
    top: auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #129E9A;
}

.indexmk5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 96px;
}

.indexmk5 .leftbox {
    width: 43%;
}

.indexmk5 .leftbox .ctitle {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #0E807C;
    line-height: 56px;
}

.indexmk5 .leftbox .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #222222;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 45px;
}

.indexmk5 .leftbox .content {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 28px;
    margin-bottom: 40px;
}

.indexmk5 .rightbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}
.indexmk5 .rightbox .mySwiper4{
    overflow: hidden;
}
.indexmk5 .rightbox .mySwiper4 img{
    width: 100%;
    height: auto;
    max-height: 578px;
    object-fit: cover;
    max-width: 678px;
}
.mySwiper4 .swiper-pagination-bullet{
    width: 10px !important;
    height: 10px !important;
    background: #FFFFFF !important;
    border-radius: 50% !important;
    opacity: 0.7;
}
.mySwiper4 .swiper-pagination-bullet-active{
    width: 13px !important;
    height: 13px !important;
    opacity: 1;
}
.mySwiper4 .swiper-pagination{
    left: 0% !important;
    justify-content: center;
    align-items: flex-end;
    bottom: 25px !important;
}
.mySwiper4 .swiper-slide{
    display: flex;
    justify-content: center;
}
.indexmk5 .rightbox .content2 {
    display: flex;
    justify-content: space-between;
}

.indexmk6 {
    width: 100%;
    height: 707px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.indexmk6 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.indexmk6 .content span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 25px;
}

.indexmk6 .content p {
    margin-top: 50px;
    margin-bottom: 92px;
    width: 65%;
    text-align: center;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
}

.indexmk7 {
    background: #F5FDFF;
    padding: 112px 0px;
    overflow: hidden;
}

.indexmk7 .content {
    overflow: hidden;
    padding-bottom: 35px;
}

.indexmk7 .content .headerbox66 {
    display: flex;
    justify-content: space-between;
}

.indexmk7 .content .headerbox66 .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #222222;
    line-height: 44px;
}

.indexmk7 .content .headerbox66 .ctitle {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #129E9A;
    line-height: 46px;
    transition: all 0.5s;
}

.indexmk7 .content .headerbox66 .ctitle:hover {
    color: black;
}

.indexmk7 .mySwiper3 {
    position: relative;
    margin-top: 56px;
}

.newsbox .coverbox {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.newsbox {
    display: block;
    border: 1px solid rgba(242, 242, 242, 1);
}

.newsbox .coverbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.newsbox .contentbox {
    width: 100%;
    height: 236px;
    background: #FFFFFF;
    padding: 19px;
}

.newsbox .contentbox .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all 0.5s;
}

.newsbox .contentbox .ctitle {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #929292;
    line-height: 46px;
}

.contactbtnbox:hover{
    color: black !important;
    background-color: white;
    border-radius: 15px;
}
.newsbox .contentbox .content {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
}
.newsbox:hover{
    box-shadow: 0px 3px 13px 0 rgba(0,0,0,0.1);
}
.newsbox:hover .coverbox img {
    transform: scale(1.2);
}

.newsbox:hover .contentbox .title {
    color: #129E9A;
}

.indexmk8 {
    background: #F5FDFF;
    display: flex;
}

.indexmk8 img {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.indexmk8 .content {
    width: 70%;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.indexmk8 .content .contentbox {
    display: flex;
    flex-direction: column;
}

.indexmk8 .content .contentbox .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
}

.indexmk8 .content .contentbox .ctitle {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
}

.prdutmk1 {
    width: 100%;
    height: 188px;
    background: #F5FDFF;
}

.prdutmk1 .searchbox1 {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.prdutmk1 .searchbox1 span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 25px;
}

.prdutmk1 .searchbox1 .inputbox {
    width: 72%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #129E9A;
}

.prdutmk1 .searchbox1 .inputbox input {
    height: 65px;
    width: 100%;
    border: none;
    padding-left: 29px;
    font-family: 'SemiBold';
    font-weight: 400;
    font-size: 18px;
    color: #8E8E8C;
}

.prdutmk2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 95px;
    margin-bottom: 55px;
}

.prdutmk2 .leftbox {
    width: 48%;
    height: 401px;
    overflow: hidden;
}

.prdutmk2 .leftbox img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.prdutmk2 .leftbox:hover img {
    transform: scale(1.2);
}

.prdutmk2 .rightbox {
    width: 48%;
    height: 401px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.caiseheaderbox {
    margin-right: 20px;
    width: 8px;
    background: linear-gradient(0deg, #D7DC17 0%, #009944 100%);
}

.prdutmk2 .rightbox span {
    display: flex;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}

.prdutmk2 .rightbox p {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 28px;
}

.prdutmk3 span {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 28px;
    color: #000000;
    line-height: 56px;
}

.prdutmk3 .contentbox {
    display: flex;
    margin-top: 30px;
    justify-content: space-evenly;
}

.prdutmk3 .contentbox .content {
    width: 24%;
    height: 110px;
    display: block;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 110px;
    text-align: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    cursor: pointer;
}

.prdutmk3 .contentbox .content:hover {
    background-size: 120% 120%;
}

.prdutmk2.xiangf {
    flex-direction: row-reverse;
}

.prdutmk4 {
    display: flex;
    justify-content: space-between;
    margin-top: 95px;
    margin-bottom: 115px;
}

.prdutmk4 .leftbox {
    width: 48%;
    height: 190px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 41px;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 190px;
    display: flex;
    align-items: center;
}

.prdutmk4 .rightbox {
    width: 48%;
    height: 190px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 41px;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 190px;
    display: flex;
    align-items: center;
}
.prdutmk4 .leftbox .jtbtn {
    margin-left: 15px;
    display: none;
}
.prdutmk4 .rightbox .jtbtn {
    margin-left: 15px;
    display: none;
}
.prdutmk4 .rightbox:hover .jtbtn {
    margin-left: 15px;
    display: block;
}
.prdutmk4 .leftbox:hover .jtbtn {
    margin-left: 15px;
    display: block;
}

.prduct2mk1 {
    width: 100%;
    height: 70px;
    background: #F5FDFF;
    border: 1px solid #E7E7E7;
}

.prduct2mk1content {
    display: flex;
}

.prduct2mk1 a {
    display: block;
    height: 69px;
    padding: 0px 75px;
    line-height: 69px;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.prduct2mk1 a.active {
    border-bottom: 1px solid #129E9A;
}

.prduct2mk2 {
    display: flex;
    justify-content: space-between;
    margin-top: 93px;
    margin-bottom: 93px;
}

.prduct2mk2 .leftbox {
    width: 45%;
}

.prduct2mk2 .rightbox {
    width: 53%;
    height: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 150px;
}

.prduct2mk2 .title {
    display: flex;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}

.prduct2mk2 .description {
    width: 100%;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 24px;
    color: #129E9A;
    line-height: 36px;
    padding-bottom: 20px;
    height: fit-content;
}

.prduct2mk2 .leftbox .line {
    width: 49px;
    height: 1px;
    background: #D7D7D7;
    margin-bottom: 38px;
}

.prduct2mk2 .leftbox .title2 {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.prduct2mk2 .leftbox .content {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-top: 36px;
    margin-bottom: 36px;
}

.titlecolortwo {
    width: 4px;
    height: 30px;
    background: #129E9A;
}

.prduct2mk2 .leftbox .title3box {
    display: flex;
    align-items: center;
}

.prduct2mk2 .leftbox .title3box .bq {
    font-family: 'Regular';
    font-weight: 600;
    font-size: 18px;
    color: #222222;
    margin-left: 8px;
}

.prduct2mk2 .leftbox .title3box .title3 {
    font-family: 'Regular';
}

.prduct2mk2 .leftbox .title4 {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    margin-top: 58px;
}

.prduct2mk2 .leftbox .content4 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.titlecolorthree {
    width: 1px;
    height: 26px;
    background: #009944;
}

.prduct2mk2 .leftbox .content4 .contentbox4 {
    display: flex;
    align-items: center;
    margin: 0px 10px 10px 0px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
}

.prduct2mk2 .leftbox .content a {
    color: #129E9A;
    text-decoration: underline;
}

#toFeaturedProducts {
    background: #F5FDFF;
    margin-top: 96px;
    padding-top: 95px;
    padding-bottom: 98px;
}

.prduct2mk3 .title {
    display: flex;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}

.prduct2mk3 .ctitle {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 20px;
    color: #222222;
    margin-top: 35px;
    margin-bottom: 31px;
}

.prduct2mk3 .contents {
    display: flex;
    justify-content: space-between;
    margin-top: 31px;
    margin-bottom: 66px;
}

.prduct2mk3 .content {
    width: 23.5%;
    cursor: pointer;
}
.prduct2mk3 .content img{
    width: 100%;
    height: auto;
}
.prduct2mk3 .contents .neirongbox {
    width: 100%;
    height: 395px;
    background: #FFFFFF;
    padding: 19px;
    display: flex;
    flex-direction: column;
}

.prduct2mk3 .contents .neirongbox .title {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    transition: all 0.5s;
}

.prduct2mk3 .contents .neirongbox .ctitle {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    margin-top: 10px;
    margin-bottom: 80px;
    transition: all 0.5s;
    min-height: 48px;
}

.prduct2mk3 .contents .neirongbox .gytitle {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 12px;
    color: #929292;
}

.prduct2mk3 .contents .neirongbox .gycontent {
    width: 100%;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 40px;
    min-height: 70px;
}

.prduct2mk3 .contents .neirongbox .apptitle {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 12px;
    color: #929292;
}

.prduct2mk3 .contents .neirongbox .appcontent {
    width: 100%;
    height: 75px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.prduct2mk3 .contents .content:hover .neirongbox .title {
    color: #129E9A;
}

.prduct2mk3 .contents .content:hover .neirongbox .ctitle {
    color: #129E9A;
}

.appmk1boxcontent {
    position: relative;
}

.appmk1boxcontent img {
    width: 100%;
    height: auto;
}

.appmk1boxcontent .contentbox {
    width: 100%;
    height: 89px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0px;
    transition: all 0.5s;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 30px 25px;
}

.appmk1boxcontent:hover .contentbox {
    height: 225px;
}

.appmk1boxcontent .contentbox img {
    width: 30px;
    height: 30px;
}

.appmk1boxcontent .contentbox .line {
    width: 4px;
    height: 100%;
    background: linear-gradient(0deg, #D7DC17 0%, #009944 100%);
    margin-left: 23px;
    margin-right: 23px;
}

.appmk1boxcontent .contentbox .neirongbox .title {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 25px;
}

.appmk1boxcontent .contentbox .neirongbox .content {
    width: 100%;
    width: 224px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    margin-top: 40px;
}

.appmk1boxcontent .contentbox .neirongbox .lickatags {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #129E9A;
    margin-top: 18px;
    display: block;
}

.joblistbox {
    width: 100%;
}

.jobbox {
    width: 100%;
    height: 80px;
    background-color: #F5FAF7;
    border-radius: 50px;
    border: 2px solid #36694C;
    overflow: hidden;
    transition: height 0.4s;
    margin-top: 25px;
    margin-bottom: 25px;
}

.jobbox .topbox {
    height: 60px;
    width: 90%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.jobbox .topbox span {
    color: black;
    font-size: 25px;
    font-family: 'SemiBold';
}

.jobbox .bottombox {
    width: 85%;
    margin: 25px auto;
}

.jobbox .bottombox p strong,
.jobbox .bottombox p,
.jobbox .bottombox p strong b span,
.jobbox .bottombox p strong span {
    font-family: 'Regular';
}

.jobbox .bottombox ul li {
    list-style: disc;
    margin-left: 35px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Regular';
}

.careersboxtitle {
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 32px;
    color: #222222;
    display: flex;
    margin-top: 100px;
    margin-bottom: 50px;
}
.lookingforbox2{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end;
    margin-top: 25px;
}
.content2{
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Regular';
    font-weight: 100;
    font-size: 15px;
    color: #222222;
    display: none;
}
.lookingforbox2 span {
    font-size: 20px;
    font-family: SemiBold;
    font-weight: 600;
    color: #25292B;
}
.lookingforbox .title66 {
    font-size: 20px;
    font-family: SemiBold;
    font-weight: 600;
    color: #25292B;
}

.lookingforbox .inputbox {
    width: 409px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    margin-left: 20px;
    margin-right: 11px;
}

.lookingforbox .inputbox input {
    width: 95%;
    height: 95%;
    margin: 1px;
    margin-left: 3%;
    border: 0px;
    font-size: 20px;
}

input {
    outline: none;
}

select {
    outline: none;
}

.lookingforbox span {
    font-size: 15px;
    font-family: 'Regular';
    font-weight: 400;
    color: #25292B;
    margin-bottom: 5px;
    display: flex;
}

.lookingforbox .inputbox input {
    width: 96%;
    height: 95%;
    margin: 1px;
    margin-left: 2%;
    margin-right: 2%;
    border: 0px;
    font-size: 18px;
    font-family: 'Regular';
}

input:-internal-autofill-selected {
    background-color: white !important;
}

.lookingforbox {
    margin-top: 25px;
}

.submitoffrom {
    padding-left: 75px;
    padding-right: 75px;
    cursor: pointer;
    margin-top: 45px;
    margin-bottom: 45px;
    background: white;
    font-family: 'Regular';
}
.aboutweldbox{
    display: flex;
    flex-wrap: wrap;
}
.abtldbox{
    width: 21%;
    margin: 22px;
}
.abtldbox img{
    width: 100%;
    height: auto;
}
.abtldbox .content{
    background: #F5FDFF;
    padding: 15px;
}
.abtldbox .content span{
    font-size: 20px;
    font-weight: 400;
    font-family: 'SemiBold';
    margin-top: 5px;
}
.abtldbox .content p{
    font-size: 14px;
    font-family: 'Regular';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    word-break: break-word;
}
.aboutlosbox{
   width: 100%;
   height: fit-content;
   background-color: #129E9A;
   border-radius: 10px;
}
.aboutlosbox img{
    width: 100%;
    height: auto;
}
.Historyboxcontent{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
@media (max-width: 1510px) {
    .layout1500box{
        width: 1300px;
    }
    .menu{
        font-size: 15px;
    }
}
@media (max-width: 1350px) {
    .headermenubox{
        padding-right: 15px;
        margin-right: 15px;
    }
    .layout1320box{
        width: 1100px;
    }
    .layout1500box{
        width: 1100px;
    }
    .menu{
        font-size: 12px;
    }
    .language-flag span{
        font-size: 10px;
        margin-top: 5px;
    }
    .imgboxofbottom .company{
        font-size: 19px;
    }
    .imgboxofbottom .content{
        width: 365px;
        font-size: 17px;
    }
    .footerboxclickgs a{
        font-size: 13px;
    }
    .footerdwbox .title,.footercontusbox .title{
        font-size: 27px;
    }
    .address .content{
        width: 220px;
    }
    .address .content,.emailimgbox,.imgimgbox{
        font-size: 16px;
    }
    .prdutmk1 .searchbox1 span{
        font-size: 23px;
    }
}
@media (max-width: 1200px) {
    body{
        zoom: 0.8;
    }
}
@media (max-width: 1100px) {
    .kzbtnpadding{
        padding: 12px 12px !important;
    }
    .indexmk8 .content .contentbox{
        width: 80%;
    }
}
@media (max-width: 960px) {
    body{
        zoom: 1;
    }
    .headerrightbox{
        display: none;
    }
    .layout1500box{
        width: 100%;
    }
    .layout1320box{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .scrollsidebar{
        display: none;
    }
    #header a.mm_btn{
        top: 30px !important;
    }
    .headerimgnbox{
        margin-left: 10px;
    }
    .bannerimgbox{
        height: 45vh;
    }
    .bannerimgbox .title{
        font-size: 35px;
    }
    .bannerimgbox .ctitle{
        font-size: 18px;
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
    }
    .indexmk2 .topheader{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 54px;
        flex-direction: column;
    }
    .indexmk2 .topheader .content p{
        width: 100%;
        font-size: 17px;
    }
    .indexmk2 .topheader .content span{
        font-size: 12px;
    }
    .bntys1{
        font-size: 12px;
        margin-top: 25px;
    }
    .indexmk2 .contentbox{
        flex-direction: column;
    }
    .indexmk2 .contentbox .content.active,.indexmk2 .contentbox .content{
        width: 100%;
    }
    .indexmk2 .contentbox .content.active{
        height: 517px;
    }
    .indexmk2 .contentbox .content{
        height: 270px;
    }
    .indexmk3{
        height: fit-content;
        padding-top: 35px;
        padding-bottom: 35px;
        flex-direction: column;
    }
    .indexmk3 .content{
        width: 100%;
    }
    .bntys2{
        margin-top: 25px;
    }
    .indexmk4 .topheader .content span{
        font-size: 12px;
    }
    .indexmk4 .topheader{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 54px;
        flex-direction: column;
    }
    .indexmk4 .topheader .content p{
        font-size: 17px;
        width: 100%;
    }
    .indexmk5{
        display: flex;
        justify-content: space-between;
        margin-bottom: 96px;
        flex-direction: column;
        align-items: center;
    }
    .indexmk5 .leftbox{
        width: 100%;
    }
    .indexmk5 .leftbox .ctitle{
        font-size: 12px;
    }
    .indexmk5 .leftbox .title{
        font-size: 17px;
    }
    .indexmk5 .leftbox .content{
        font-size: 13px;
    }
    .indexmk5 .rightbox{
        margin-top: 25px;
        width: 100%;
    }
    .indexmk5 .rightbox img{
        width: 100%;
    }
    .indexmk5 .rightbox .content2{
        flex-direction: column;
    }
    .indexmk6 .content span{
        font-size: 26px;
        text-align: center;
    }
    .indexmk6 .content p{
        width: 100%;
    }
    .indexmk7 .content .headerbox66{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .indexmk8{
        flex-direction: column;
    }
    .indexmk8 img{
        width: 100%;
    }
    .indexmk8 .content{
        width: 100%;
        background-size: 150% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding-bottom: 57px;
        padding-top: 57px;
        flex-direction: column;
    }
    .footerbox{
        padding: 25px 10px;
        height: fit-content;
    }
    .footergsbox{
        flex-direction: column;
    }
    .indexmk1 .mySwiper{
        position: relative;
    }
    .footerbottomboxgs{
        height: fit-content;
    }
    .footerbottombox,.footerbottomboxleft{
        flex-direction: column;
    }
    .footerpagebottom{
        margin-left: 25px;
    }
    .pageheaderbox .contentbox{
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        padding-bottom: 0px;
        flex-direction: column;
    }
    .pageheaderbox .contentbox .titlebox{
        font-size: 30px;
        text-align: center;
    }
    .pageheaderbox{
        height: 240px;
        background-position: center;
    }
    .prduct2mk1 a{
        display: block;
        height: 69px;
        padding: 0px 5px;
        line-height: 69px;
        font-family: 'SemiBold';
        font-weight: 600;
        font-size: 12px;
        color: #000000;
        width: 32%;
        text-align: center;
        zoom: 0.85;
    }
    .prduct2mk2{
        flex-direction: column;
    }
    .prduct2mk2 .leftbox{
        width: 100%;
    }
    .prduct2mk2 .rightbox{
        width: 100%;
        padding-top: 0px;
    }
    .prduct2mk3 .contents{
        flex-direction: column;
        align-items: center;
    }
    .prduct2mk3 .content{
        width: 100%;
        margin-bottom: 15px;
    }
    .prdutmk4{
        flex-direction: column;
    }
    .prdutmk4 .leftbox{
        width: 100%;
    }
    .prdutmk4 .rightbox{
        width: 100%;
    }
    .pfdermk2 .tabletitle{
        font-size: 12px;
    }
    .pfdermk2 .tablecontent a{
        height: fit-content;
    }
    .pfdermk3{
        display: flex;
        margin-top: 25px;
        margin-bottom: 25px;
        flex-direction: column;
    }
    .pfdermk3 span{
        line-height: 25px;
    }
    .main{
        width: 100% !important;
    }
    .blog-item .item-wrap{
        display: flex;
        flex-direction: column;
    }
    .prdutmk2{
        flex-direction: column !important;
    }
    .prdutmk2 .leftbox{
        width: 100%;
        height: 275px;
    }
    .prdutmk2 .rightbox{
        width: 100%;
        height: fit-content !important;
    }
    .prdutmk3 .contentbox{
        flex-direction: column;
        align-items: center;
    }
    .prdutmk3 .contentbox .content{
        width: 100%;
    }
    .prdutmk2 .rightbox span{
        margin-top: 25px;
    }
    .lookingforbox{
        width: 100% !important;
    }
    .aboutweldbox{
        flex-direction: column;
        align-items: center;
    }
    .abtldbox{
        width: 85%;
    }
    .circle_process{
        position: absolute;
        bottom: 20px;
        left: -40px;
    }
    .bannerimgbox{
        padding-bottom: 0px;
    }
    .indexmk8 .content .contentbox .title,.indexmk8 .content .contentbox .ctitle{
        text-align: center;
        padding: 0px 10px;
    }
}