html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Regular';
  src: url(../fonts/WixMadeforDisplay-Regular.ttf);
}

@font-face {
  font-family: 'Bold';
  src: url(../fonts/WixMadeforDisplay-Bold.ttf);
}

@font-face {
  font-family: 'ExtraBold';
  src: url(../fonts/WixMadeforDisplay-ExtraBold.ttf);
}
*{
    font-family: 'Regular';
}
.newboxgsofright{
    position: fixed;
    right: -165px;
    bottom: 15%;
    z-index: 9999;
}
.newboxgsofrightgs{
    background: #0000008a;
    display: flex;
    align-items: center;
    width: fit-content;
    height: fit-content;
    padding: 0px 14px;
    min-width: 220px;
    justify-content: space-between;
    margin-bottom: 2px;
    transition: all 0.5s;
}
.newboxgsofrightgs img{
    margin-right: 14px;
}
.newboxgsofrightgs span{
    min-width: 140px;
    max-width: 140px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 46px;
}
.newboxgsofrightgs:hover{
    transform: translate(-165px, 0px);
    background-color: #BE1A21;
}
.mySwiper2{
    position: relative;
}

.swiper2next{
  width: 50px;
  height: 50px;
  opacity: 1;
  display: block;
  border-radius: 50%;
}

.swiper2prev{
  width: 50px;
  height: 50px;
  opacity: 1;
  display: block;
  border-radius: 50%;
}

.swiper2prev:hover {
  background-color: #BE1A21;
  color: white;
}

.swiper2next:hover {
  background-color: #BE1A21;
  color: white;
}

.swiper2pagegs{
  bottom: 5% !important;
}

.layout1300px {
  width: 1300px;
  margin: 0 auto;
}

.layout1600px {
  width: 1600px;
  margin: 0 auto;
}

.headertopbox {
  width: 100%;
  height: 50px;
  background: #BE1A21;
}

.headertopboxgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.headertopboxgs .leftbox {
  display: flex;
  height: 20px;
}

.headertopboxgs .leftbox a {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.headertopboxgs .leftbox .leftlinebox {
  margin-left: 26px;
  padding-left: 23px;
  border-left: 1px solid white;
}

.headertopboxgs .rightbox {
  display: flex;
  height: 20px;
}

.allwidthchild .rightbox .rightboxgs{
    width: 100%;
    display: flex;
}

.allwidthchild .rightbox .rightboxgs .cpswiperboxgs{
    width: 31%;
    margin-left: 13px;
    margin-right: 13px;
}
.allwidthchild .rightbox .fatercontent{
    display: none;
}
.allwidthchild .rightbox .fatercontent.active{
    display: flex;
}
.allwidthchild .rightbox .childrencontent{
    display: none !important;
}
.allwidthchild .rightbox .childrencontent.active{
    display: flex !important;
}
.headertopboxgs .rightbox .shureboxs a {
  padding-right: 10px;
}

.headertopboxgs .rightbox .shureboxs {
  margin-right: 17px;
  padding-right: 23px;
  border-right: 1px solid white;
}

.headertopboxgs .rightbox .language .inner_lang a {
  color: white;
  font-family: 'Regular';
}

.headertopboxgs .rightbox .language #prisna-translator-seo a {
  color: black;
}

.headertopboxgs .lang-none {
  top: 0px;
  right: 0px;
  width: 305px;
}

.headertopboxgs .lang-none li {
  width: 48%;
}

.header .inner nav ul li {
  margin: 0px 25px;
}

.header .inner nav ul li>a {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 18px;
  color: #1D2226;
}

.header .inner nav ul li>a:hover {
  color: #BE1A21 !important;
}

.header .allwidthchild {
  border-top: 1px solid #E6E6E6;
  position: fixed !important;
  width: 100%;
  height: fit-content !important;
  padding: 25px !important;
  background: white !important;
  top: 130px !important;
  justify-content: center;
  left: 0px !important;
}

.header .inner nav ul li .child p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 12.5px;
  margin-right: 12.5px;
  margin-bottom: 15px;
}

.header .inner nav ul li .child p .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-top: 29px;
}

.header .inner nav ul li .child p:hover .title {
  color: #BE1A21 !important;
}

.allwidthchild .leftbox {
  width: 30%;
}

.allwidthchild .leftbox a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.allwidthchild .leftbox a .img1 {
  display: none;
}

.allwidthchild .leftbox a:hover {
  color: #BE1A21 !important;
}

.allwidthchild .leftbox a:hover .img1 {
  display: block;
}

.allwidthchild .leftbox .content {
  display: flex;
  flex-direction: column;
}

.onefenleiboxgs {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.onefenleiboxgs .fatertitle {
  line-height: 35px !important;
  height: 35px !important;
  font-family: 'Bold';
  font-weight: bold;
  font-size: 18px;
  color: #1D2226;
}

.onefenleiboxgs .childrentitle {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 15px;
  color: #6D7076 !important;
  line-height: 25px !important;
  height: 25px !important;
}

.allwidthchild .rightbox {
  width: calc(100% - 35%)
}

.allpcgstop {
  display: flex;
  justify-content: space-between;
  max-height: 100vh;
  overflow-y: auto;
}

.cpswiperboxgs img {
  width: 100%;
  height: auto;
}

.cpswiperboxgs span {
  width: 80%;
  display: block;
  white-space: normal;
  line-height: 24px;
  font-family: 'ExtraBold';
  font-weight: 600;
  font-size: 15px;
  color: #1D2226 !important;
}

.cpswiperboxgs:hover span {
  color: #BE1A21 !important;
}

.cpswiperboxgs .contentbottombox {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.cpswiperboxgs .contentbottombox .img1 {
  display: none;
}

.cpswiperboxgs:hover .contentbottombox .img1 {
  display: block;
}

.mySwiper {
  padding-bottom: 30px;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 97%;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #BE1A21 !important;
}

.swiper-pagination-progressbar {
  background: rgba(255, 255, 255, .15);
}

.footercontactbox {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-repeat: no-repeat;
}

.newindexfooterbox {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footercontactboxgs {
  display: flex;
  height: 100%;
  align-items: center;
}

.footercontactboxgs .leftbox {
  width: 50%;
}

.footercontactboxgs .rightbox {
  width: 50%;
}

.footercontactboxgs .leftbox span {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 18px;
  color: #BE1A21;
}

.footercontactboxgs .leftbox h3 {
  font-family: 'ExtraBold';
  font-weight: 800;
  font-size: 40px;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 48px;
}

.footercontactboxgs .leftbox p {
  max-width: 455px;
  font-family: 'Regular';
  font-weight: 400;
  font-size: 18px;
  color: #B8BABF;
  line-height: 28px;
}

.newindexfooterboxgs {
  display: flex;
  flex-direction: column;
}

.newindexfooterboxgs .topbox {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}

.newindexfooterboxgs .topbox .topboxtitlegs {
  width: fit-content;
}

.topboxtitlegs .content {
  display: flex;
  flex-direction: column;

}

.topboxtitlegs .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #1D2226;
  line-height: 80px;
}

.topboxtitlegs .hztitle {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 15px;
  color: #6D7076;
  line-height: 33px;
}

.topboxtitlegs .title:hover,
.topboxtitlegs .hztitle:hover {
  color: #BE1A21;
}

.topboxtitlegs .hztitle:hover {
  text-decoration: underline;
}

.logobox .logoboxbottomgs {
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E0E0E0;
}

.logobox .logoboxbottom {
  margin-right: 10px;
}

.logobox .logoboxbottom .img1 {
  display: block;
}

.logobox .logoboxbottom .img2 {
  display: none;
}

.logobox .logoboxbottom:hover .img1 {
  display: none;
}

.logobox .logoboxbottom:hover .img2 {
  display: block;
}

.newindexfooterboxgs .bottombox {
  display: flex;
  justify-content: space-between;
}

.contactbox .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #1D2226;
  margin-bottom: 25px;
  display: block;
}

.contactbox .hztitle {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 15px;
  color: #6D7076;
  margin-left: 10px;
}

.contactbox .content div {
  display: flex;
  align-items: center;
}

.contactbox .content .contentgs {
  margin-bottom: 15px;
}

.contactbox .title:hover,
.contactbox .hztitle:hover {
  color: #BE1A21;
}

.contactbox .hztitle:hover {
  text-decoration: underline;
}

.aboutbox .contentgs {
  display: flex;
  flex-direction: column;
}

.aboutbox .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #1D2226;
  margin-bottom: 25px;
  display: block;
}

.aboutbox .hztitle {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 15px;
  color: #6D7076;
  margin-bottom: 7px;
}

.aboutbox .title:hover,
.aboutbox .hztitle:hover {
  color: #BE1A21;
}

.aboutbox .hztitle:hover {
  text-decoration: underline;
}

.newindexfooterboxgs .bottombox {
  margin-top: 55px;
}

.newfooterredbox {
  width: 100%;
  background: #BE1A21;
  padding-top: 10px;
  padding-bottom: 10px;
}

.newfooterredboxgs {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
}

.newfooterredboxgs a {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

#header.active {
  position: fixed !important;
}

.header.active .inner nav ul li.active>a {
  color: #BE1A21 !important;
}

.bannerboxsgs {
  position: relative;
}

.bannerboxsgs .content {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}

.bannerboxsgs .content .conttitle {
  font-family: 'Bold';
  font-weight: 800;
  font-size: 70px;
  color: #FFFFFF;
  line-height: 72px;
  margin-top: 9%;
  display: block;
}

.bannerboxsgs .content .contentbox {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 36px;
  margin-top: 3.5%;
}

.bannerboxsgs .content .contentbox li {
  list-style: disc !important;
}

.bannerboxsgs .content .ctitle {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 72px;
  margin-top: 17%;
  display: block;
}

.bannerboxsgs .content .title {
  font-family: 'Bold';
  font-weight: 800;
  font-size: 70px;
  color: #FFFFFF;
  line-height: 72px;
}

.btnmkty {
  width: fit-content;
  padding: 22px 45px;
  background: #BE1A21;
  display: block;
  font-family: 'Regular';
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.5s;
}

.btnmkty:hover {
  background: #1D2226;
}

.indexmk1 {
  background: #F4F4F4;
  padding-top: 110px;
  padding-bottom: 110px;
}

.mk1ctitle {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #BE1A21;
  line-height: 60px;
}

.mk1title {
  font-family: 'Bold';
  font-weight: 800;
  font-size: 50px;
  color: #1D2226;
  line-height: 50px;
}

.indexmk1 .mk1ctitle {
  width: 100%;
  text-align: center;
}

.indexmk1 .mk1title {
  width: 100%;
  text-align: center;
}

.indexmk1content {
  display: flex;
  justify-content: space-between;
}

.indexmk1content .indexmk1contentgs {
  margin-top: 80px;
  width: 32%;
  padding: 26px 33px;
  background: #FFFFFF;
  border-radius: 5px 5px 0px 0px;
}

.indexmk1content .indexmk1contentgs .title {
  width: 339px;
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #1D2226;
  line-height: 24px;
}

.indexmk1content .indexmk1contentgs .content {
  padding-top: 15px;
  min-height: 188px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
}

.indexmk1content .indexmk1contentgs .contitle {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 14px;
  color: #6D7076;
  line-height: 30px;
}

.indexmk1content .indexmk1contentgs .title:hover {
  color: #BE1A21;
}

.indexmk1content .indexmk1contentgs .contitle:hover {
  color: #BE1A21;
}

.indexmk1content .indexmk1contentgs .mk1cpcover {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.indexmk1content .indexmk1contentgs .mk1cptitle {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin-top: 15px;
}

.indexmk1content .indexmk1contentgs .mk1cpctitle {
  width: 100%;
  background: #F4F4F4;
  padding: 4px 17px;
  border-radius: 3px;
  font-family: 'Regular';
  font-weight: 400;
  font-size: 14px;
  color: #6D7076;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.indexmk1content .indexmk1contentgs .mk1cpcontent {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 14px;
  color: #6D7076;
  line-height: 18px;
  margin-bottom: 31px;
}

.indexmk1content .indexmk1contentgs .mk1cpcontentbox {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 14px;
  color: #1D2226;
  line-height: 18px;
}

.indexmk1content .indexmk1contentgs .mk1cpcontentbox li {
  list-style: disc !important;
  margin-bottom: 5px;
}

.indexmk2 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.indexmk2 .indexmk2gsbox {
  display: flex;
  justify-content: space-between;
}

.indexmk2 .indexmk2gsbox .leftbox {
  width: 40%;
}

.indexmk2 .indexmk2gsbox .rightbox {
  width: 55%;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2jjboxgs {
  margin-top: 40px;
  font-family: 'Regular';
  font-weight: 400;
  font-size: 18px;
  color: #6D7076;
  line-height: 28px;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2fourboxgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2fourboxgs .fourboxgs {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-right: 25px;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2fourboxgs .fourboxgs .img1 {
  display: block;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2fourboxgs .fourboxgs .img2 {
  display: none;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2fourboxgs .fourboxgs:hover .img1 {
  display: none;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2fourboxgs .fourboxgs:hover .img2 {
  display: block;
}

.indexmk2 .indexmk2gsbox .rightbox .mk2fourboxgs .fourboxgs .fourrightbox {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 18px;
  color: #1D2226;
  line-height: 20px;
  margin-left: 25px;
}

.indexmk3 {
  width: 100%;
  height: 850px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.indexmk3 .mk1ctitle {
  width: 100%;
  text-align: center;
}

.indexmk3 .mk1title {
  width: 100%;
  text-align: center;
}

.indexmk3 .indexmk3sgs {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}

.indexmk3 .indexmk3boxgs {
  width: 19%;
  height: 469px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: all 0.5s;
}

.indexmk3 .indexmk3sgs .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  width: 100%;
  padding: 0px 25px;
  text-align: center;
  margin-top: 250px;
  min-height: 72px;
}

.indexmk3 .indexmk3boxgs:hover {
  transform: scale(1.2);
  z-index: 99;
}

.indexmk4 {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.mySwiperofproject {
  margin-top: 70px;
  margin-bottom: 60px;
  overflow: visible;
}

.projectswiper {
  height: 463px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px !important;
}

.mySwiperofproject .projectswiper .contentbocnr {
  display: none;
}

.mySwiperofproject .projectswiper:hover .contentbocnr {
  background-color: #0000008c;
  width: 100%;
  height: 100%;
  padding: 56px 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mySwiperofproject .projectswiper .contentbocnr span {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 80%;
}

.mySwiperofproject .projectswiper .contentbocnr p {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 10px;
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.mySwiperofproject .swipernext {
  top: -25%;
  right: 17%;
  width: 50px;
  height: 50px;
  opacity: 1;
  display: block;
  border-radius: 50%;
}

.mySwiperofproject .swiperprev {
  border-radius: 50%;
  top: -25%;
  right: 22%;
  width: 50px;
  height: 50px;
  opacity: 1;
  display: block;
  left: auto;
}

.mySwiperofproject .swipernext:hover {
  background-color: #BE1A21;
  color: white;
}

.mySwiperofproject .swiperprev:hover {
  background-color: #BE1A21;
  color: white;
}

.indexmk5 {
  width: 100%;
  background: #F4F4F4;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow: hidden;
}

.indexmk5boxgs {
  width: 413px;
  height: 337px;
  background: #FFFFFF;
  border-radius: 5px;
  position: relative;
  padding: 46px;
  opacity: 0.45;
}

.indexmk5boxgs.swiper-slide-next {
  opacity: 1;
}

.mySwiperofkhbox {
  margin-top: 110px;
  margin-bottom: 45px;
  overflow: visible;
}

.mySwiperofkhbox .swiper-pagination {
  bottom: -45px;
}

.swiper-pagination-bullet-active {
  background: #BE1A21 !important;
}

.indexmk5boxgs .img {
    position: absolute;
    top: -42px;
    border-radius: 50%;
    max-width: 95px;
    min-height: 95px;
    min-width: 95px;
    object-fit: cover;
    max-height: 95px;
}

.indexmk5boxgs .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #1D2226;
  line-height: 24px;
  position: absolute;
  left: 40%;
  top: 15px;
}

.indexmk5boxgs .content {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #6D7076;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.indexmk6 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.indexmk6 .leftbox {
  width: 42%;
  min-height: 600px;
  height: 600px;
  margin-top: 80px;
}

.indexmk6 .leftbox .leftnewsbox {
  height: 100%;
  padding: 37px;
  display: block;
}

.indexmk6 .leftbox .leftnewsbox .time {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 65%;
  display: block;
}

.indexmk6 .leftbox .leftnewsbox .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
  margin-top: 5%;
}

.indexmk6 .rightbox {
  width: calc(100% - 45%);
  min-height: 600px;
  height: 600px;
  margin-top: 80px;
}

.indexmk6 .indexmk6newsboxgs {
  display: flex;
  justify-content: space-between;
}

.indexmk6newsboxgs .rightbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexmk6newsboxgs .rightbox .rightnewsbox .imgbox {
  width: 222px;
  height: 183px;
  overflow: hidden;
}

.indexmk6newsboxgs .rightbox .rightnewsbox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.indexmk6newsboxgs .rightbox .rightnewsbox .contentbox {
  width: calc(100% - 250px);
}

.indexmk6newsboxgs .rightbox .rightnewsbox {
  display: flex;
  justify-content: space-between;
}

.indexmk6newsboxgs .rightbox .rightnewsbox .contentbox .time {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #BE1A21;
  line-height: 24px;
}

.indexmk6newsboxgs .rightbox .rightnewsbox .contentbox .title {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #081420;
  line-height: 25px;
  margin-top: 17px;
  margin-bottom: 25px;
}

.indexmk6newsboxgs .rightbox .rightnewsbox .contentbox .description {
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #6D7076;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexmk6newsboxgs .rightbox .rightnewsbox:hover .imgbox img {
  transform: scale(1.2);
}

.newlistbgimg {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
}

.newlistbgimgboxgs {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.newlistbgimgboxgs .newlistleftbox {
  width: 52%;
  display: flex;
}

.newlistbgimgboxgs .newlistrightbox {
  width: calc(100% - 55%);
}

.newlistbgimgboxgs .newlistrightbox .ctitle {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 20px;
  color: #BE1A21;
  line-height: 60px;
}

.newlistbgimgboxgs .newlistrightbox .title {
  font-family: 'Bold';
  font-weight: 800;
  font-size: 49px;
  color: #1D2226;
  line-height: 65px;
  margin-bottom: 47px;
}

.newlistbgimgboxgs .newlistrightbox .content {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 18px;
  color: #6D7076;
  line-height: 28px;
}

.newlistbgimgboxgs .newlistrightbox .content li {
  list-style: disc !important;
  margin-bottom: 5px;
}

.newlistbgimgboxgs .newlistleftbox img {
  animation: mymove 1.5s infinite;
  -webkit-animation: mymove 1.5s infinite;
}

@keyframes mymove {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }

}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.newlistbottomcrumes {
  width: 100%;
  height: 50px;
  background: #F4F4F4;
  display: flex;
  align-items: center;
}

.newlistbottomcrumes {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 16px;
  color: #6D7076;
  line-height: 24px;
}

.newlistcplistbox {
  display: flex;
  flex-direction: column;
}

.newlistcplist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  border-bottom: 1px solid #E3E3E3;
}

.newlistcplist .leftbox {
  width: 35%;
}

.newlistcplist .rightbox {
  width: calc(100% - 40%);
}

.newlistcplist .rightbox .ctitle {
  font-family: 'Bold';
  font-weight: bold;
  font-size: 14px;
  color: #BE1A21;
}

.newlistcplist .rightbox .title {
  font-family: 'Bold';
  font-weight: 800;
  font-size: 23px;
  color: #1D2226;
  margin-top: 20px;
  margin-bottom: 35px;
}

.newlistcplist .rightbox .content {
  font-family: 'Regular';
  font-weight: 400;
  font-size: 18px;
  color: #6D7076;
  line-height: 28px;
}

.newlistcplist .rightbox .content li {
  list-style: disc !important;
  margin-bottom: 5px;
}

.newsingletopjump{
    width: 100%;
    height: 60px;
    background: #1D2226;
}
.newsingletopjump a{
    height: 100%;
    text-align: center;
    line-height: 60px;
    padding-left: 66px;
    padding-right: 66px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    transition: all 0.5s;
    width: fit-content;
}
.newsingletopjump a:hover{
    background: #BF0008;
}
.newsingletopjumpboxgs{
    display: flex;
}
.newsinglecontentbox{
    margin-top: 140px;
}
.newsinglecontentboxgs{
    display: flex;
    flex-direction: column;
}
.newsinglecontent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.newsinglecontent .leftbox{
    width: 48%;
}
.newsinglecontent .leftbox .title{
    font-family: 'Bold';
    font-weight: 800;
    font-size: 45px;
    color: #1D2226;
    display: block;
    margin-bottom: 55px;
}
.newsinglecontent .leftbox .content{
    width: 100%;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666464;
    line-height: 28px;
}
.newsinglecontent .leftbox .content h3{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 22px;
    color: #1D2226;
}
.newsinglecontent .leftbox .content img{
    width: 100%;
    height: auto;
}
.newsinglecontent .rightbox{
    width: 48%;
}
.newsinglecontent .rightbox .title{
    font-family: 'Bold';
    font-weight: 800;
    font-size: 45px;
    color: #1D2226;
    display: block;
    margin-bottom: 55px;
}
.newsinglecontent .rightbox .content{
    width: 100%;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666464;
    line-height: 28px;
}
.newsinglecontent .rightbox .content h3{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 22px;
    color: #1D2226;
}
.newsinglecontent .rightbox .content img{
    width: 100%;
    height: auto;
}
.newsinglecontenttablebox h3{
    font-family: 'Bold';
    font-weight: 800;
    font-size: 50px;
    color: #1D2226;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}
.newsinglecontenttablebox table{
    width: 100% !important;
}
.newsinglecontenttablebox table tr{
    background: #FFFFFF;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #1D2226;
    line-height: 40px;
}
.newsinglecontenttablebox table tr:nth-child(odd){
    background: #F4F4F4;
}

.newsinglecontenttablebox table tr:nth-child(event){
    background: #F4F4F4;
}
.newsinglecontenttablebox table tr td{
    border: 1px solid #E0E0E0;
    padding-left: 24px;
}
.newsinglecontenttablebox table tr:first-child{
    background: #BE1A21 !important;
    font-family: 'Bold';
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    padding-left: 0px;
}
.newsinglecontentdownload h3{
    font-family: 'Bold';
    font-weight: 800;
    font-size: 50px;
    color: #1D2226;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}
.newsinglecontentdownloadboxgs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.newsinglecontentdownloadboxgs .downloadboxgs{
    width: 31%;
    height: 123px;
    background: #F4F4F4;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.newsinglecontentdownloadboxgs .downloadboxgs span{
    font-family: 'Regular';
    font-weight: 500;
    font-size: 20px;
    color: #1D2226;
    line-height: 72px;
}
.newsinglecontentdownloadboxgs .downloadboxgs .img1{
    display: block;
}
.newsinglecontentdownloadboxgs .downloadboxgs .img2{
    display: none;
}
.newsinglecontentdownloadboxgs .downloadboxgs:hover span{
    color: #BE1A21;
}
.newsinglecontentdownloadboxgs .downloadboxgs:hover .img1{
    display: none;
}
.newsinglecontentdownloadboxgs .downloadboxgs:hover .img2{
    display: block;
}
.newsinglecontentvideo h3{
    font-family: 'Bold';
    font-weight: 800;
    font-size: 50px;
    color: #1D2226;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}
.newsinglecontentvideoboxgs{
    display: flex;
    flex-wrap: wrap;
}
.newsinglecontentvideoboxgs .videobox{
    width: 31%;
    height: 300px;
    margin: 15px;
}
.newsinglecontentCases h3{
    font-family: 'Bold';
    font-weight: 800;
    font-size: 50px;
    color: #1D2226;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}
.newsinglecontentcasesboxgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsinglecontentcasesboxgs .caseboxgs{
    display: flex;
    flex-direction: column;
    width: 31%;
    align-items: flex-start;
}
.newsinglecontentcasesboxgs .caseboxgs span{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 23px;
    color: #1D2226;
    line-height: 72px;
}
.newsinglecontentcasesboxgs .caseboxgs .content{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666464;
    line-height: 28px;
}
.newsinglecontentfaq h3{
    font-family: 'Bold';
    font-weight: 800;
    font-size: 50px;
    color: #1D2226;
    line-height: 50px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 70px;
}
.faqboxgs .img1{
    display: block;
}
.faqboxgs .img2{
    display: none;
}
.faqboxgs{
    width: 48%;
    height: 76px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    overflow: hidden;
    margin-bottom: 18px;
}
.faqboxgs .faqtitle{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 18px;
    color: #1D2226;
    line-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}
.faqboxgs .faqcontent{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666464;
    line-height: 26px;
    padding: 20px;
}
.newsinglecontentfaqboxgs{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}
@media screen and (max-width: 1650px) {
    html{
        zoom: 0.8;
    }
    .bannerboxsgs .content{
        zoom: 1.07;
    }
    .footercontactboxgs .rightbox iframe{
        zoom: 1.3;
    }
}
@media screen and (max-width: 1350px) {
    html{
        zoom: 0.7;
    }
    .footercontactboxgs .rightbox iframe{
        zoom: 1.5;
    }
}
@media screen and (max-width: 1300px) {
    .bannerboxsgs .content{
        zoom: 1;
    }
}
@media screen and (max-width: 1150px) {
    html{
        zoom: 0.6;
    }
    .footercontactboxgs .rightbox iframe{
        zoom: 1.7;
    }
}
@media screen and (max-width: 992px) {
    html{
        zoom: 1;
    }
    .footercontactboxgs .rightbox iframe{
        zoom: 1;
    }
    .headertopbox{
        display: none;
    }
    .bannerboxsgs .content {
        zoom: 0.6;
    }
    .layout1300px{
        width: 100%;
        padding: 0px 2%;
    }
    .indexmk1{
        padding-top: 45px;
    }
    .bannerboxsgs .content{
        width: 1300px;
    }
    .indexmk1content{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .indexmk1content .indexmk1contentgs{
        width: 100%;
    }
    .indexmk2 .indexmk2gsbox{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .indexmk2 .indexmk2gsbox .leftbox{
        width: 100%;
    }
    .indexmk2 .indexmk2gsbox .rightbox{
        width: 100%;
    }
    .indexmk2 .mk1title{
        font-size: 30px;
    }
    .indexmk3{
        height: fit-content;
        padding-bottom: 100px;
    }
    .indexmk3 .indexmk3sgs{
        display: flex;
        justify-content: space-between;
        margin-top: 55px;
        flex-direction: column;
        align-items: center;
    }
    .indexmk3 .indexmk3boxgs{
        width: 100%;
        margin-bottom: 25px;
    }
    .projectswiper{
        width: 100% !important;
    }
    .mySwiperofproject .swipernext{
        display: none;
    }
    .mySwiperofproject .swiperprev{
        display: none;
    }
    .mySwiperofproject{
        width: 100%;
        padding: 0px 2%;
    }
    .indexmk5boxgs{
        opacity: 1;
    }
    .indexmk6 .indexmk6newsboxgs{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .indexmk6 .leftbox{
        width: 100%;
    }
    .indexmk6newsboxgs .rightbox .rightnewsbox{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .indexmk6 .rightbox{
        width: 100%;
        height: fit-content;
    }
    .indexmk6newsboxgs .rightbox .rightnewsbox .imgbox{
        width: 100%;
    }
    .indexmk6newsboxgs .rightbox .rightnewsbox .contentbox{
        width: 100%;
        margin-bottom: 35px;
    }
    .footercontactbox{
        height: fit-content;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .footercontactboxgs{
        display: flex;
        height: 100%;
        align-items: center;
        flex-direction: column;
    }
    .footercontactboxgs .leftbox{
        width: 100%;
    }
    .footercontactboxgs .rightbox{
        width: 100%;
    }
    .layout1600px{
        width: 100%;
        padding: 0px 2%;
    }
    .newindexfooterbox{
        height: fit-content;
        padding-bottom: 50px;
    }
    .newindexfooterboxgs .topbox{
        margin-top: 110px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .topboxtitlegs .title{
        line-height: 40px;
    }
    .newindexfooterboxgs .bottombox{
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .topboxtitlegs{
        margin-bottom: 25px;
    }
    .boxofbottom{
        margin-bottom: 25px;
    }
    .newfooterredboxgs{
        flex-wrap: wrap;
    }
    .newlistbgimg{
        height: fit-content;
    }
    .newlistbgimgboxgs{
        display: flex;
        align-items: flex-start;
        height: 100%;
        justify-content: space-between;
        flex-direction: column;
    }
    .newlistbgimgboxgs{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .newlistbgimgboxgs .newlistleftbox{
        width: 100%;
        justify-content: center;
    }
    .newlistbgimgboxgs .newlistrightbox{
        width: 100%;
    }
    .container{
        width: 100%;
        padding: 0 2%;
    }
    .main{
        width: 100% !important;
    }
    .newlistcplist{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 25px 0px;
        border-bottom: 1px solid #E3E3E3;
        flex-direction: column;
    }
    .newlistcplist .leftbox{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .newlistcplist .rightbox{
        width: 100%;
    }
    .newsingletopjump{
        display: none;
    }
    .newsinglecontentbox{
        margin-top: 40px;
    }
    .newsinglecontent{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 100px;
    }
    .newsinglecontent .leftbox{
        width: 100%;
    }
    .newsinglecontent .rightbox{
        width: 100%;
    }
    .newsinglecontenttableboxydgs {
        width: 100%;
        overflow: auto;
    }
    .newsinglecontenttablebox table{
        width: 1300px !important;
    }
    .newsinglecontentdownloadboxgs{
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
        flex-direction: column;
        align-items: center;
    }
    .newsinglecontentdownloadboxgs .downloadboxgs{
        width: 100%;
        margin-bottom: 25px;
    }
    .newsinglecontentvideoboxgs{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
    .newsinglecontentvideoboxgs .videobox{
        width: 100%;
        margin: 0px;
        margin-bottom: 25px;
    }
    .newsinglecontentcasesboxgs{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .newsinglecontentcasesboxgs .caseboxgs{
        width: 100%;
        margin-bottom: 35px;
    }
    .newsinglecontentfaqboxgs{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 100px;
        flex-direction: column;
        align-items: center;
    }
    .faqboxgs{
        width: 100%;
    }
    .faqboxgs .faqtitle{
        font-family: 'Bold';
        font-weight: bold;
        font-size: 18px;
        color: #1D2226;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
    }
}
@media screen and (max-width: 450px) {
    .bannerboxsgs .content {
        zoom: 0.25;
    }
}