@charset "UTF-8";
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    border: none;
    max-width: 100%;
  }
  
  ul,
  ol,
  li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  h1,
  h2,
  h3,
  p {
    margin: 0;
    padding: 0;
  }
body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}
a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  /*color: #e96812;*/
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
	  .list{
	       width: 100%; 
          overflow: hidden; 
          white-space: nowrap; 
          box-sizing: border-box; 
	  } 
	  .list a{
	       display: inline-block; 
             /*animation: marquee 10s linear infinite; */
	  }
	  /*@keyframes marquee {*/
   /*       from { transform: translateX(0); }*/
   /*       to { transform: translateX(-100%); }*/
   /*     }*/
            .ell3 p:nth-child(2){
         display: none;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

.flex-center1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-flex-start;
  justify-content: flex-start;
  align-items: center;
}
.flex-start1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-flex-start;
  justify-content: flex-start;

}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-flex-end;
  justify-content: flex-end;
  align-items: center;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.flex-space-between1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:space-around ;
  justify-content: space-around;
  align-items: center;
}
.ell3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ell5{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ell4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ell2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ell1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/**header***/
.header {
  height: 4.3rem;
  background: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
    width: 90%;
    max-width: 1520px;
    margin: 0 auto;
}
.logo img{
    width: 200px;
    height: 52px;
}
.footer-info img{
        width: 200px;
    height: 52px;
}
/* 导航栏样式 */
.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
width: 100%;
	/*max-width: 1920px;*/
}


.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 1rem 0; */
	height: 90px;
}

/* .logo h1 {
    font-size: 1.8rem;
    color: #2c3e50;
} */

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    /* margin-left: 100px; */
    margin-left: 5rem;	
	font-weight: 400;
	font-size: 1.1rem;
	color: #AAAAAA;
	line-height: 1.1rem;
	font-style: normal;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover{
	color: #fff;

	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}


.nav-menu a.active {
	color: #fff;
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s;
}

/* 轮播图样式 */
.banner {
    /* margin-top: 90px; */
    height: 1080px;
    /* background-color: #3498db; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.clearpadding{
	padding: 0;
}
.clearpadding img{
	width: 100%;
	height: 100%;
}
.banner-slider {
    width: 100%;
    height: 67.5rem;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.advantage{
	background: #FFFFFF;
}
.advantage-box h5{
	font-size: 1.5rem;
	color: #333333;
}
.advantage-con{
	display: grid;
	 grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 1rem;
}
.advantage-box{
	text-align: center;
	padding: 3.5rem 1.5rem;
	background: #F4F5F9;
	border-radius: 8px;
}
.advantage-box img{
	margin-bottom: 2.5rem;
}
.advantage-box p{
	/*width: 314px;*/
	font-size: 1rem;
	color: #666666;
	margin-bottom: 1rem;
}
.advantage-mian{
	background: url(../../img/web_img/nv.png) no-repeat 100% 100%;
	height: 33.75rem;
	background-size: cover;
}
.mian-con{
	display: grid;
	 grid-template-columns: 44.3rem 44.3rem; 
	gap: 6.25rem;
}
.case-con{
	display: grid;
	 grid-template-columns: 17.8rem 17.8rem 17.8rem 17.8rem 17.8rem; 
	gap: 1.5rem;
	font-size: 1rem;
	color: #FFFFFF;
}
.method-con{
	display: grid;
	grid-template-columns:repeat(2, 1fr); 
	/* grid-template-columns: 12.43rem 12.43rem; */
	gap: 2.5rem;
	font-size: 1rem;
	color: #FFFFFF;
}
.method-box{
	background: #fff;
	border-radius: 0px 0px 8px 8px;
}
.method-box .marb{
	margin-bottom: 2rem;
	height: 418px;
	width: 100%;
	
}
.method-box h5{
	font-size: 1.5rem;
	color: #333333;
	margin: 0 0 1rem 0;
	padding:0 2rem;
}
.method-box a{
	display: block;
	width: 100%;
	height: 100%;
}
.method-box p{
	padding:0 2rem;
}
.fonts-bottom{
	font-size: 1.5rem;
	color: #00BDAE;
	line-height: 20px;
	font-weight: 500;
	text-align: right;
	margin-top: 2.5rem;
	padding: 0 2rem 2rem 2rem;
}
.fonts-bottom img{
	margin-left: .5rem;
}
.case-box{
	height: 35.6rem;
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	padding: 0 1rem;
	padding-top: 22rem;
}
.case-box h5{
	font-size: 1.5rem;
	color: #FFFFFF;
}
.case-box p{
	margin-top: 1.5rem;
}
.case-box:nth-child(1) {
	background: url(../../img/web_img/w12.png) no-repeat 100% 100%;
	background-size: cover;
}
.case-box:nth-child(2) {
	background: url(../../img/web_img/w13.png) no-repeat 100% 100%;
	background-size: cover;
}
.case-box:nth-child(3) {
	background: url(../../img/web_img/w14.png) no-repeat 100% 100%;
	background-size: cover;
}
.case-box:nth-child(4) {
	background: url(../../img/web_img/w15.png) no-repeat 100% 100%;
	background-size: cover;
}
.case-box:nth-child(5) {
	background: url(../../img/web_img/w16.png) no-repeat 100% 100%;
	background-size: cover;
}

.mian-box{
	font-size: 1rem;
	color: #666666;
	text-align: left;
	background: #FFFFFF;
	border-radius: 8px;
	opacity: 0.8;
	padding:3.5rem 2.5rem;
}
.mian-box h5{
	font-size: 1.5rem;
	color: #333333;
	margin: 2.5rem 0 1.5rem 0;
}
.slide.active {
    display: flex;
}

.slide-content {
    text-align: center;
    color: #fff;
    z-index: 2;
}

.slide-content h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #2c3e50;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.banner-slider:hover .swiper-button-prev {
  left: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-slider:hover .swiper-button-next {
  right: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-slider .swiper-button-prev {
  left: -50px;
  width: 45px;
  height: 60px;
  background: url(../../img/web_img/left.png) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-slider  .swiper-button-next{
 right: -50px;
  width: 45px;
  height: 60px;
  background: url(../../img/web_img/right.png) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
    background-color: #34495e;
}
/* 通用section样式 */
section {
    padding: 5rem 0;
}

.section-title {
    text-align: left;
    margin-bottom: 3rem;
}

.section-title h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}
.wid{
	width: 50%;
	flex: none !important;
}
.section-title p {
   width: 80px;
   height: 8px;
   background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
}
.section-title span{
	margin-top: 36px;
	width: 1107px;
	height: 48px;
	font-size: 1rem;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
}

.about {
	width: 100%;
	height: 700px;
   background-image: url(../../img/web_img/bg3.png);
   background-size: 100% 100%;
   background-repeat: no-repeat;
}

.btn{
	margin-top: 5rem;
	width: 178px;
	height: 52px;
	text-align: center;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	border-radius: 8px;
	margin-bottom: 150px;
}
.btn span{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: left;
	font-style: normal;
}
.about-bottom{
	width: 100%;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	/* border-radius: 8px; */
	height: 250px;
	display: flex;
	align-items: center;
}
.about-bottom p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: center;
	font-style: normal;
	margin-bottom: 8px;
}
.about-bottom .box:nth-child(2){
    margin-left: 20px;
}
.about-bottom .box:nth-child(3){
     margin-left: 20px;
}
.box img{
	margin: 0 auto 16px auto;
	display: block;
}
.fonts{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
}
.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-text {
    flex: 1;
    min-width: 300px;
    margin-right: 2rem;
}

.about-text h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.about-text p {
    width: 80px;
    height: 8px;
    background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 企业优势样式 */
.advantages {
    background-color: #f8f9fa;
	background-image: url(../../img/web_img/bg2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 960px;
}

.advantages-grid {
	margin-top: 72px;
	width: 1200px;
	margin: 0 auto;
}
.background{
	width: 596px;
	height: 308px;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	border-radius: 8px;
}

/* 公司简介样式 */
.company-profile {
    background-color: #fff;
    padding: 5rem 0;
}

.profile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.profile-text {
    flex: 1;
    min-width: 300px;
    margin-right: 2rem;
}

.profile-text h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.timeline {
    list-style: none;
}

.timeline li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.timeline li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 12px;
    height: 12px;
    background-color: #3498db;
    border-radius: 50%;
}

.year {
    font-weight: 600;
    color: #2c3e50;
    margin-right: 0.5rem;
}

.profile-image {
    flex: 1;
    min-width: 300px;
}

.profile-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 企业优势内容样式 */
.advantages-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advantages-image {
/*    flex: 1;
    min-width: 300px;
    margin-right: 2rem; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.advantages-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.advantages-list {
    flex: 1;
    min-width: 300px;
}

.advantages-list .advantage-item {
    background-color: #fff;
    /* padding: 1.5rem; */
    border-radius: 10px;
    /* margin-bottom: 1.5rem; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.advantages-list .advantage-item h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.advantage-item {
    /* background-color: #fff; */
    /* padding: 0 2rem; */
    border-radius: 10px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    /* text-align: center; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mar-top{
	margin-top: 40px;
}
.pad-left{
	padding-left: 2rem;
}
/* advantage-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
} */

.advantage-icon {
    width: 80px;
    height: 80px;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #fff;
    font-size: 2rem;
}
.bottom h4{
	font-weight: 800;
	font-size: 48px;
	color: #333333;
	line-height: 48px;
	text-align: left;
	font-style: normal;
	margin-bottom: 8px;
}
.left{
	padding: 2rem;
}
.left h3{
	margin-top: 2rem;
	text-align: left;
	font-style: normal;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 1rem;
}
.left img{
	margin-top: 1rem;
}
.advantage-item h3 {
	color: #333333;
	text-align: left;
	font-style: normal;
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}
.left p {
	text-align: left;
	font-style: normal;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
	}
.advantage-item p {
	width: 545px;
color: #666666 ;
text-align: left;
font-style: normal;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.cooperation-foot a img{
	width: 100%;
	height: 100%;
}
.tab-left{
	width: 720px;
	height: 500px;
}
.tab-left .swiper-slide img{
	width: 720px;
	height: 430px;
}
.img-width{
    /*width: 50%;*/
    min-height: 300px;
}

{
	font-size: 20px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	font-style: normal;
}
.right{
	width: 50%;
	margin: 0 auto;
	justify-content: space-around;
}
.text-center{
	text-align: center;
}
/* 项目案例样式 */
.projects {
    background-color: #fff;
	/* margin-bottom: 100px; */
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
    padding: 5rem 0 6.25rem  0;
}
.projects-right video{
	width: 37.25rem;
	height: 19.25rem;
}
.projects-grid .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background: #D8D8D8;
	border-radius: 10px;
	opacity: 1;
}
.projects-grid .swiper-pagination{
	bottom: 71px !important;
	width: auto !important;
}
.projects-grid .swiper-pagination-bullet-active{
	width: 60px;
	height: 20px;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	border-radius: 10px;
}
.projects-right{
	background: url(../../img/web_img/ricon.png) no-repeat 100% 100%;
	background-size: cover;
	width: 44.75rem;
	height: 44.75rem;
}
.projects-left{
	width: 46.25rem;
	position: relative;
	
}
.projects-left h4{
	font-size: 2.25rem;
	color: #333333;
}
.projects-left h2{
	font-size: 7.5rem;
	color: #333333;
	padding: 2.5rem 0  0  0;
	border-bottom: 1px solid #d8d8d8;
}
.projects-left p{
	margin-top: 2.5rem;
}
.projects-list{
	background: url(../../img/web_img/al2.png) no-repeat 100% 100%;
	background-size: cover;
}
.list-left{
	width: 46.25rem;
}
.list-right{
	/* display: grid;
	grid-template-columns: 18.75rem 18.75rem 18.75rem 18.75rem;
	gap: 1.5rem; */
	width: 40rem;
	display: flex;
	flex-wrap: wrap;
}

.list-right a{
	padding: 2.5rem 1.5rem;
	/* height: 25rem; */
	background: #FFFFFF;
	border-radius: 8px;
	display: block;
	width: 16rem;
	margin-right: 1.2rem;
	
}
/*.list-right a:nth-child(2){*/
/*	margin-top: 3rem;*/
/*}*/
.list-right a:nth-child(3){
	margin-top: 1.2rem;
}

.list-right a:nth-child(4){
	margin-top: 1.2rem;
}
.list-right a:hover{
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	border-radius: 8px;
	color: #fff;
}
.list-right a:hover h6 {
	color: #Fff;
}
.list-right a:hover p {
	color: #Fff;
}
.list-right  h6{
	font-size: 1.25rem;
	color: #333333;
	margin-bottom: 1.5rem;
}
.list-right p{
	font-size: 1rem;
	color: #666666;
}
.font{
	margin-top: 24px;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	text-align: left;
	font-style: normal;
}
.projects-swiper3{
	background: #fff;
}
.projects-swiper2{
	background: url(../../img/web_img/ss1.png) no-repeat 100% 100%;
	width: 100%;
	height: 100%;
	padding:6.25rem 0 ;
	background-size: cover;
}
.projects-swiper2 .swiper-container{
	position: static;
}
.bottom-swiper{
	width: 83rem;
	margin: 2.5rem auto;
	position: relative;
}
.swiper3{
	margin: 2.5rem auto;
}
.bottom-swiper .swiper-button-prev{
	position: absolute;
	background: url(../../img/web_img/jtz.png) no-repeat 100% 100% !important;
	width: 5.5rem;
	left: -87px !important;
	opacity: 1 !important;
	height: 5.5rem;
}
.swiper3 .swiper-slide a{
	background: #F4F5F9;
	display: block;
	padding: 2.5rem;
}
.swiper3 .swiper-slide a:hover {
	background: url(../../img/web_img/b1.png) no-repeat  100% 100% !important;
	background-size: cover !important; 
}
.swiper3 .swiper-slide a:hover h4{
	color: #fff;
}
.swiper3 .swiper-slide a:hover p{
	color: #fff;
}
.swiper3 .swiper-slide a:hover .times{
	color: #fff;
}
.swiper3 .swiper-slide a h4{
	font-size: 1.5rem;
	color: #333333;
	margin: 8rem 0 2.5rem 0;
}
.times{
	font-size: 1.25rem;
	color: #00BDAE;
	width: 78px;
	padding-bottom: 2.5rem;
}
.times-title{
	text-align: right;
	display: block;
	font-size: 2.25rem;
}
.bottom-swiper .swiper-button-next{
	position: absolute;
	background: url(../../img/web_img/jtz2.png) no-repeat 100% 100% !important;
	width: 5.5rem;
	right: -87px !important;
	opacity: 1 !important;
	height: 5.5rem;
}
.bottom-swiper img{
	width: 100%;
	height:410px;
}
.icon-right{
	width: 48px;
	height: 48px;
	display: block;
	text-align: left;
		margin-top: 128px;
}

.projects-grid{
	height: 884px;
	width: 100%;
	overflow: hidden;
	max-width: 1920px;
}
.por{
	width: 100%;
	max-width: 1920px;
	display: flex;
	height: 55.25rem;
	justify-content: center;
	align-items: center;
}
.por li{
	height: 100%;
	width: 312px;
}
.por .wid{
	display: none;
	width: 400px;
}
/* .por .hide{
	display: none;
	width: 400px;
} */
.hide p{
	font-size: 1.25rem;
	color: #FFFFFF;
}
.por li a{
	font-size: 2.25rem;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.por li.act{
    width: 676px;
}
.por li.act .wid{
	display: block;
}
.por li.act .hide{
	display: none !important;
}
.wid h5{
	text-align: left;
	padding-bottom: 1.5rem;
}
.por li p{
	margin: 24px auto 0 auto;
    color: #fff;
} 
/* .projects-grid .wid{
	display: none;
	width: 400px;
}
.projects-grid ul li .act .wid{
	display: block;
}
.projects-grid ul li .act .hide{
	display: none !important;
}

.projects-grid ul li p{
	margin: 24px auto 0 auto;
    color: #fff;
} */

.line{
	width: 398px;
	height: 1px;
	background: #FFFFFF;
}
.project-item {
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.project-image {
    height: 200px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-item:hover .project-image img {
    transform: scale(1.1);
}

.project-info {
    padding: 1.5rem;
}

.project-info h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.project-info p {
    margin-bottom: 1rem;
    color: #7f8c8d;
}
.project-info h4{
	font-size: 1.5rem;
	color: #333333;
	line-height: 3rem;
}
.project-info h4:nth-child(2){
	margin-bottom: 2.25rem;
}
.project-content h2{
	text-align: left;
	border-bottom: 1px solid #d8d8d8;
	font-size: 2.25rem;
	color: #333333;
	padding-bottom: 2.5rem;
}
.view-more {
    text-align: center;
    margin-top: 3rem;
}
.clearpad{
    padding: 0;
}
/* 行业资讯样式 */
.news {
    background-color: #fff;
}
.seach {
	position: relative;
}
.seach .seach-icon{
	position: absolute;
	    top: 12px;
	    left: 17px;
}
.news .seach input{
	outline: none;
}
.news .seach input::placeholder{
	font-size: 1.25rem;
	color: #333333;
	text-align: left;
	font-style: normal;
}
.news-grid {
/*    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem; */
	max-width: 1520px;
	margin: 0 auto;
}
.news-grid  {
  position: relative;
}
.seach input{
	width: 320px;
	height: 48px;
	background: #F4F6FC;
	border-radius: 4px;
	border: 0;
	padding-left: 3rem;
}
/* .news-item {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
} */
.news-item{
	padding: 3.25rem 0;
}
.news-image {
/* 	width: 484px;
    height: 448px; */
    overflow: hidden;
}
.news-grid .swiper-container{
    /* visibility: hidden;; */
    overflow: hidden;
    position: static;
}
.mb{
	   margin-bottom: 2rem;
}
.border{
	width: 100px;
	height: 100px;
	border: 1px solid #D6DCEA;
	font-size: 1.25rem;
	font-style: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #00BDAE;
  margin-right: 40px;
}
.wid67{
	width: 67%;
}

.news-img{
	width: 600px !important;
	height: 300px !important;
}
.wid9{
	width: 840px;
}
.p2{
	margin-top: 2rem;
	margin-bottom: 3.3rem;
	width: 100%;
}
.border .title {
	text-align: center;
	font-size: 2.25rem;
	color: #00BDAE;
	line-height: 2.25rem;
	font-style: normal;
	
}
.news-grid .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../../img/web_img/sweiper-left.png) no-repeat 100% 100%;
    left: -85px;
    opacity: 1 !important;
    z-index: 999;
    width: 64px;
    height: 64px;
    background-size: cover;
    
}
.news-grid .swiper-button-next, .swiper-container-rtl .swiper-button-next{
	background: url(../../img/web_img/swiper-right.png) no-repeat 100% 100%;
    right: -85px;
    opacity: 1 !important;
    z-index: 999;
    width: 64px;
    height: 64px;
    background-size: cover;
    border-radius: 50%;
    
}

.news-image  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover .news-image img {
    transform: scale(1.1);
}

.news-info {
    padding: 1.5rem;
}



.news-info h3 {
    font-size: 1.5rem;
    color: #2c3e50;
	width: 900px;
}

.news-date {
    font-size: 0.9rem;
    color: #95a5a6;
    margin-bottom: 1rem;
}

.news-info p {
    /* margin-bottom: 1rem; */
    color: #7f8c8d;
    line-height: 1.6;
}
.tab{
    width: 492px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.flex-end{
    justify-content: flex-end;
}
.tab a{
    width: 140px;
height: 48px;
border-radius: 4px;
border: 1px solid #D4D4D4;
font-size: 20px;
color: #333333;
text-align: center;
font-style: normal;
display: inline-flex;
justify-content: center;
align-items: center;
}
.tab a:hover{
width: 140px;
height: 48px;
background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
border-radius: 4px;
color: #fff;
}
.tab a.act{
    width: 140px;
    height: 48px;
    background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
    border-radius: 4px;
    color: #fff;

}
.tabs-box{
    display: none;
}
.tab-left p{
text-indent: 20px;
font-size: 20px;
color: #333333;
line-height: 20px;
text-align: left;
font-style: normal;
margin-top: 15px;
}
.tab-left .swiper-button-prev {
  left: -50px;
  width: 45px;
  height: 60px;
  background: url(../../img/web_img/left.png) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-left .swiper-button-next{
 right: -50px;
  width: 45px;
  height: 60px;
  background: url(../../img/web_img/right.png) no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-left:hover .swiper-button-prev {
  left: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-left:hover .swiper-button-next {
  right: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*.tab-left .swiper-pagination {*/
/*    position: relative;*/
/*    width: 20% !important;*/
/*    left: 588px !important;*/
/*    bottom: 22px !important;*/
/*}*/
/*.tab-left .swiper-pagination-bullet-active{*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);*/
/*}*/
.tab-right{
    width: 49%;
}
.tab-right ul li{
    padding: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    height: 114px;
    line-height: 14px;
    text-align: left;
    font-style: normal;
    border-bottom: 1px solid #d8d8d8;
}
.tab-right ul li:hover{
    width: 736px;
height: 114px;
background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
color: #fff;
}
.tab-right ul li:hover .icon{
    display: block;
	margin: initial !important;
}
.tab-right ul li .icon{
    display: none;
}
.tab-right ul li:hover h5{
    color: #fff;
}
.tab-right ul li:hover p{
    color: #fff;
}
.tab-right ul li h5{
font-size: 20px;
color: #333333;
line-height: 20px;
text-align: left;
font-style: normal;
padding-bottom: 16px;
}
.boxOne {
    display: block;
}
.tab-left{
    width: 720px;
height: 500px;
background: #FFFFFF;
box-shadow: 0px 2px 37px 0px rgba(0,0,0,0.08);
border-radius: 8px;
}
.cooperation {
    background-color: #fff;
    color: #333333;
    text-align: center;
}

.cooperation-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.cooperation-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.cooperation-content .btn {
    background-color: #fff;
    color: #3498db;
}

.cooperation-content .btn:hover {
    background-color: #f8f9fa;
}
.cooperation-foot{
    background: url(../../img/web_img/icon-footer.png) no-repeat 100% 100%;
    width: 100%;
    min-height: 502px;
}
.cooperation-foot .list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.cooperation-foot .list a{
    background: #fff;
    width: 245px;
height: 141px;
background: #FAFAFA;
border: 1px solid #EEEEEE;
display: flex;
justify-content: center;
align-items: center;
margin: 12px;

}

/* 面包屑导航样式 */
.breadcrumb {
    background-color: #f8f9fa;
    padding: 1rem 0;
    margin-top: 70px;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb a {
    color: #3498db;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #6c757d;
}

/* 项目详情样式 */
.project-detail {
    background-color: #fff;
    padding: 5rem 0;
}

.project-main-image {
    margin-bottom: 2rem;
}

.project-main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.project-info h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.project-date {
    color: #6c757d;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}
.project-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
/*.text-width{*/
/*    width: 50%;*/
/*}*/
.project-description h4,
.project-results h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.project-description ul,
.project-results ul {
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.project-description li,
.project-results li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

/* 行业资讯详情样式 */
.news-detail {
    background-color: #fff;
    padding: 5rem 0;
}

.news-main-image {
    margin-bottom: 2rem;
}

.news-main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-info h3 {
	color: #333333;
	line-height: 2.25rem;
	text-align: left;
	font-style: normal;
    font-size: 2.25rem;
	/* margin-bottom: 2rem; */
}
.news-info .h3{
	color: #333333;
	line-height: 2.25rem;
	text-align: left;
	font-style: normal;
	font-size: 2.25rem;
}
.news-info p{
	margin-top: 14px;
	width: 436px;
	/* height: 72px; */
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-date {
    color: #6c757d;
    /* margin-bottom: 2rem; */
    font-size: 1.1rem;
}
.fonts1{
	font-size: 1rem;
	color: #AAAAAA;
	line-height: 1rem;
	margin-top: 1rem;
	margin-bottom: 2.3rem;
}
.news-text p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #333;
}
.btn2{
	    text-align: center;
	    line-height: 2rem;
	float: right;
	width: 178px;
	height: 52px;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	border-radius: 8px;
	font-size: 1rem;
	color: #FFFFFF;
	font-style: normal;
	padding: .5rem 2.3rem;
	
}
.mar100{
margin-top: 100px;
}
.clear{
	clear: both;
}
.right-list{
	width: 400px;
	min-height: 737px;
	border-radius: 8px;
	border: 1px solid #D8D8D8;
}
a {
  text-decoration: none;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  /*color: #e96812;*/
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-title{
	font-size: 1rem;
	color: #333333;
	line-height: 24px;
	text-align: left;
	font-style: normal;
}
.news-bottom{
	margin-top: 1rem;
	font-size: 1rem;
	color: #AAAAAA;
	line-height: 1rem;
}
.news-bottom .news-date{
	font-size: 1rem;
	color: #AAAAAA;
	line-height: 1rem;
	margin: 0;
}
.right-list a{
	font-size: 1rem;
	color: #333333;
	line-height: 1.1rem;
	display: block;
	padding: 1.2rem;
	border-bottom: 1px solid #D8D8D8;
}
.right-list-top{
	text-align: center;
	padding: 2rem;
	border-bottom: 1px solid #d8d8d8;
}
.news-text h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.news-text ul {
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.news-text li {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

/* 招贤纳士样式 */
.recruit {
    background-color: #F4F6FC;
    padding: 5rem 0;
}
.recruit-intro {
    text-align: center;
    margin-bottom: 3rem;
}

.recruit-intro img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.job-requirement ul{
	margin-left: 0 !important;
}
.font125{
	font-size: 1.25rem;
	color: #333333;
	line-height: 1.25rem;
}
.recruit-intro p {
    font-size: 1.2rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
}
.jobs-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:40px;
}
.jobs-list h3 {
	font-size: 1.5rem;
	color: #333333;
	font-style: normal;
    margin-bottom: 2rem;
    text-align: center;
}
.job-item {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.job-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 1.5rem; */
    padding-bottom: 1rem;
    /* border-bottom: 1px solid #dee2e6; */
}
.job-info{
	border-bottom: 1px solid #00BDAE;
}
.job-header h4 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin: 0;
}

.job-salary {
    font-size: 1.2rem;
    color: #e74c3c;
    font-weight: 600;
}

.job-info {
	padding-bottom: 2.06rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}
.job-requirement h5,
.job-responsibility h5 {
    font-size: 1rem;
    margin-bottom: 1rem;
	font-family: HarmonyOS_Sans_SC;
	color: #AAAAAA;
	line-height: 16px;
	text-align: left;
	font-style: normal;
}

.job-requirement ul,
.job-responsibility ul {
    margin-left: 1.5rem;
}

.job-requirement li,
.job-responsibility li {
    margin-bottom: 0.5rem;
	font-size: 1rem;
	color: #333333;
	line-height: 1.5rem;
	
}
.job-responsibility{
	padding-bottom: 2.06rem;
}
.job-responsibility .font125{
	font-size: 1.25rem !important;
	color: #333333;
	line-height: 1.25rem;
}
.job-apply {
    text-align: center;
}
.job-apply p {
	font-size: 20px;
	color: #00BDAE;
	line-height: 20px;
	font-style: normal;
}
/* 招商合作样式 */
.contact {
    background-color: #fff;
    padding: 5rem 0;
}

.contact-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
}
.bg{
    background: url(../../img/web_img/lc.png) no-repeat 100% 100%;
    height: 58.12rem;
	background-size: 100%;
}
.contact-info img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.contact-details li {
    display: flex;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.contact-label {
    font-weight: 600;
    color: #495057;
    width: 80px;
}

.contact-value {
    color: #6c757d;
}

.contact-form{
	background: #FFFFFF;
	border-radius: 8px;
	padding: 4rem;
	margin-top: -6rem;
}
.contact-form h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.form-group {
	width: 35.4rem;
    margin-bottom: 2.5rem;
	border-bottom: 1px solid #D8D8D8;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #495057;
	font-size: 1.25rem;
	color: #333333;
	text-align: left;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    outline: none;
        border: 0;
    font-size: 1rem;
    
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-submit {
    text-align: left;
    margin-top: 2rem;
}
.form-submit .btns2{
	width: 178px;
	font-size: 1rem;
	color: #FFFFFF;
	height: 52px;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	border-radius: 8px;
}
/* 页脚样式 */
.footer {
    background-color: #00040F;
    color: #fff;
    padding: 3rem 0 1rem;
}
.footer-right{
    display: flex;
    justify-content: flex-start;
}
.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}
.footer-info{
    text-align: center;
}
.footer-info h3 {
font-weight: 600;
color: #FFFFFF;
text-align: left;
font-style: normal;
}
.code-icon{
    width: 98px;
height: 98px;
background: #FFFFFF;
border-radius: 8px;
margin: .5rem 1rem;
}
.footer-info p {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    margin-top: .5rem;
}
.foot-img{
    margin-top: .8rem;
}
.foot-img img{
    width: 64px;
    height: 64px;
    margin: 0 10px;
}
.footer-links{
    margin-left:4rem;
}
.footer-links h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #3498db;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #34495e;
    color: #bdc3c7;
}
.gsjj-foot{
    margin-top: 40px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.gsjj-foot img{
    width: 200px;
    height: 200px;
}
.mar{
    margin: 0 3.7rem;
}
#swiper-history{
	width:100%;
	/* max-width:820px; */
	position:relative;
}
.circle{
	width: 8px;
	height: 8px;
	display: block;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	border-radius: 50%;
	margin-right: 20px;
}
.titlle{
	font-size: 7.5rem;
	color: #333333;
	margin-right: 80px;
	font-weight: bold;
}
#swiper-history  .swiper-container { 
        /* height: 500px; */
		margin:0 40px;
		position: static;
		overflow: hidden;
    } 
.lines{
	height: 1px;
	margin:0 40px;
	position: static;
	background: #F3F3F3;
}
	.mart{
		margin-bottom: 16px;
	}

#swiper-history  .swiper-slide span{
		display:block;
		/* width:100%; */
		text-align:center;
		position:absolute;
		transition: 700ms;
		border-radius: 5px;
    }
#swiper-history .swiper-wrapper{
		position: absolute;
		top: -176px;
	}
#swiper-history .swiper-slide {
/* 		position: absolute;
		top: -177px; */
	}
#swiper-history .swiper-slide .detail{
    color: #444;
    display: flex;
    justify-content: center;
    align-items: center;
   /* position: absolute;
	top: -177px;
    left: 202px; */
}
#swiper-history .swiper-slide-active{
	color: #333333 !important;
	line-height: 1rem;
	font-style: normal;
}
/* #swiper-history .swiper-slide  .date{
	position:absolute;
	bottom:33px;
	font-size: 1rem;
	line-height: 1rem;
	font-style: normal;
	color: #AAAAAA;
} */
/* #swiper-history .swiper-slide-active span{
	transition: 700ms 700ms;
	margin-right: 10px;
}
#swiper-history .swiper-slide-active p{
	margin-left: 20px;
} */

#swiper-history {
	margin-top: 19rem;
}
/* #swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
} */
/* #swiper-history  .swiper-slide,{
	position: relative;
} */
/* #swiper-history .swiper-container{
		position: relative;
} */
 #swiper-history .swiper-button-prev {
	background: url(../../img/web_img/jtz.png) no-repeat 100% 100% !important;
	width: 5.5rem;
	height: 5.5rem;
	left: 10px !important;
	opacity: 1 !important;
	top: -57px;
}
#swiper-history .swiper-button-next{
		background: url(../../img/web_img/jtz2.png) no-repeat 100% 100% !important;
	    width: 5.5rem;
    height: 5.5rem;
    opacity: 1;
    top: -57px;
    left: auto;
    right: 10px;

}
.lines{
    position: absolute;
    top: -27px;
    width: 89%;
}
/* #swiper-history .swiper-pagination-bullet{
	    position: absolute;
	    left: 99px;
	    top: 100px;
		font-weight: 300;
		width: 100% !important;
		display: block;
		height: 100% !important;
		background: none !important;
} */
/*.news-grid .swiper-container .swiper-wrapper{*/
     /*width: 100%;*/
  
/*}*/
/*.news-grid .swiper-container .swiper-wrapper .swiper-slide{*/
/*    width: 308px;*/
/*    height: 308px;*/
/*    margin-right: 20px;*/
/*}*/

#swiper-history .swiper-pagination-bullet{
	width: 55px !important;
	height: 100% !important;
	border-radius: initial !important;
	background: none !important;
	margin-right: 50px;
}
#swiper-history	.swiper-pagination-bullets{
		    white-space: nowrap;
		    width: 100% !important;
		    color: #000;
		    height: 42px;
		    display: flex;
		    justify-content: flex-start;
		    align-items: center;
			position: absolute;
			left: 60px;
			top: 14px;
			font-weight: 300;
			background: none !important;
			transition: 700ms;
	}
#swiper-history .swiper-pagination-bullet-active {
    background: none !important; 
	position: relative;
}
#swiper-history .swiper-pagination-bullet-active::after {
	    content: '';
	    position: absolute;
	   bottom: 45px;
	   left: 32px;
	    transform: translateX(-50%); /* 居中显示 */
	    width: 0;
	    height: 0;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-top: 10px solid #00BDAE; /* 倒三角的颜色 */
	}
/* #swiper-history .swiper-button-next,#swiper-history .swiper-button-prev{
	background-size:20px auto;
} */
.yj{
	background: url(../../img/web_img/yj.png) no-repeat 100% 100%;
	width: 100%;
	height: 40rem;
}
.grid{
		display: grid;
	  grid-template-columns: repeat(3, 1fr); 
	  gap:248px;
	  padding: 2rem 0;
}
.yj .box h4{
	font-size: 3rem;
	color: #FFFFFF;
	line-height: 3rem;
	font-style: normal;
}
.yj .box {
	text-align: center;
}
.yj .box span{
	margin: 3rem auto  0 auto;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 2rem;
	text-align: center;
	font-style: normal;
	width: 13.75rem;
	display: block;
	
}
.line2{
	margin:16px auto;
	width: 80px;
	height: 8px;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
}
.yj .box .icon{
	    position: relative;
	    top: 46px;
}
.certificate{
    width: 100%;
    max-width: 1920px;
	background: url(../../img/web_img/zz.png) no-repeat 100% 100%;
	background-size: 100% 100%;
	height: 956px;
}
.certificate-top{
	margin-top: 3.75rem;
	display: grid;
	 grid-template-columns: repeat(4, 1fr); 
	 font-weight: 400;
	 font-size: 1.25rem;
	 color: #333333;
	 line-height:  1.25rem;
	 font-style: normal;
	 text-align: center;
}
.certificate-top h5{
	font-weight: 800;
	font-size: 3rem;
	color: #00BDAE;
	line-height: 3rem;
	margin-bottom: 8px;
	text-align: center;
}
.certificate-swiper{
	margin-top: 10rem;
}


.certificate-container .certificate-swiper  .swiper-slide p{
	display: block;
	width: 100%;
	height: 100%;
	margin-top: 3.75rem;
	margin-bottom: 2rem;
}

.certificate-container .certificate-swiper  .swiper-slide {
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.2rem;
  text-align: center;
  font-style: normal;
      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;
	  flex-wrap: wrap;
	  transition: 300ms;
	  transform: scale(0.8);
    }
	.certificate-container .certificate-swiper .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
	.abouts-text{
		font-size: 3rem;
		color: #333333;
		line-height: 3rem;
		font-style: normal;
	}
	.boss{
		position: relative;
	}
	.abouts-list{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		font-size: 1rem;
		color: #333333;
		line-height: 2rem;
		font-style: normal;
		margin-top: 6.25rem;
		padding-bottom: 3.25rem;
		border-bottom: 1px solid #D8D8D8;
	}
	.boss_bottom{
		width: 100%;
		position: relative;
		font-size: 2.25rem;
		color: #FFFFFF;
		height: 31.25rem;
		background: url(../../img/web_img/boss.png) no-repeat 100% 100%;
		
	}
	.boss_positon{
		position: absolute;
		bottom:4.25rem;
		left: 6.25rem;
	}
	.boss_positon h5{
		margin-bottom: 1rem;
	}
	.boss_bottom .boss_btn{
		width: 11.8rem;
		height: 2.5rem;
		background: linear-gradient( 270deg, rgba(10,225,157,0) 0%, #BECEFF 100%);
		font-size: 1.25rem;
		color: #FFFFFF;
		text-align: left;
		margin-bottom: 1.5rem;
		
	}
	.boss_list{
		font-size: 1rem;
	}
	.boss_list li{
		width: 46rem;
		margin-bottom: 1rem;
	}
	.boss_list span{
		width: 8px;
		height: 8px;
		background: #FFFFFF;
		border-radius: 50%;
		margin-right: 1rem;
		display: inline-block;
	}
	.abouts-box{
		text-align: center;
	}
.team .btns{
	width: 100px;
	padding: .5rem;
	background: linear-gradient( 180deg, #009DDF 0%, #00BDAE 100%);
	font-size: 1rem;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	margin-bottom: 2rem;
}
.forms{
	background: url(../../img/web_img/form.png) no-repeat 100% 100%;
	background-size: cover;
	height: 46.35rem;
}
.forms-left{
	width: 46rem;
	height: 9rem;
	font-size: 1rem;
	color: #FFFFFF;
	margin-top: -10rem;
}
.team-con{
		margin-top: 7rem;
		display: grid;
		grid-template-columns: 258px 258px 258px 258px; 
	  grid-template-rows: auto; 
	  font-size: 1rem;
	  color: #666666;
	  line-height: 2rem;
	  gap: 164px;
	  margin-bottom: 6.25rem;
}
.boxs{
	width:100%;
}
.boxs img{
	margin: 0 auto;
	display: block;
/* 	width: 258px;
	height: 258px; */
}
.team h4{
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: 2.25rem;
	color: #333333;
	line-height: 2.25rem;
}



@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}





 @media screen and (max-width: 768px) {
	.background{
		width: 100%;
		height: 100%;
	}
     .nav-menu a.active{
       	color: #fff;
	/*border-bottom: 1px solid #fff;*/
    width: 100%;
    text-align: center;
    display: block;
     background: #000;
    padding-bottom: 10px;
    }
    .news-grid .swiper-container .swiper-wrapper .swiper-slide{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .navbar {
	  position: absolute;
	        /*background: orange;*/
	        width: 100%;
}
    .about{height:auto;}
        .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: absolute;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    
    .nav-menu.active {
        left: 0;
        width: 100%;
        text-align: center;
    }
    
    .nav-menu li {
        margin:1rem 0;
    }
	.section-title p{
		width: 69px;
		height: 3px;
	}
	.banner{
		margin-top: 90px;
	}
	.about-content {
	    flex-direction: column;
	}
	
	.about-text {
	    margin-right: 0;
	    margin-bottom: 2rem;
	}
	
	.slide-content h2 {
	    font-size: 2.5rem;
	}
	.about-bottom{
		height: 120px;
	}
	.about-content .wid{
		width: 100%;
	}
	.about-bottom .box img{
		width: 50%;
	}
	.about-bottom .box .fonts{
		display: none;
	}
	.advantages-grid{
		width: 100%;
	}
	.advantage-item h3{
		font-size: 1rem;
		margin-bottom: .5rem;
	}
	.advantages-grid .top{
		flex-wrap: wrap;
	}
	.advantage-item{
		padding: .5rem;
	}
	.mar-top{
		margin-top: 20px;
		font-size: .8rem;
	}
	.advantages-grid .bottom {
		flex-wrap: wrap;
	}
	.advantages{
		height: auto;
	}
	.advantages-grid .left h3{
		font-size: 1rem;
	}
	.advantages-grid .right{
		display: none;
	}
	.advantage-item img{
		display: none;
	}
	#projects {
		display: none;
	}
	.news-info h3{
		font-size: 1rem;
	}
	.news-info p{
		font-size: .8rem;
		    overflow: hidden;
		text-overflow: ellipsis;
		white-space: wrap;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.cooperation-foot{
		height: auto;
	}
	.news-grid .swiper-button-prev , .swiper-button-next{
		display: none;
	}
	.news-grid .news-item{
		padding: 0;
	}
	.news-item  .none-icon {
		display: none;
	}
	.news-info h3{
		width: 100%;
	}
	.news-info{
		padding: .5rem;
	}
	.news-info p{
		width: 90%;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: wrap;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.tab{
		width: 91%;
	}
	.tab a{
		width: 29%;
		font-size: 1rem;
		padding: .5rem;
		height: auto;
	}
	.tab a.act{
		width: 29%;
		font-size: 1rem;
		padding: .5rem;
		height: auto;
	}
	.tab a:hover{
		display: none;
	}
	.section-title{
		margin-bottom: 1rem;
	}
	.cooperation-content{
		flex-wrap: wrap;
	}
	.cooperation-content p {
		margin-bottom: 0;
	}
	.btn{
		display: none;
	}
	.boxs .tab-right{
		display: none;
	}
	.tab-left{
		width: 100%;
		height: auto;
	}
	.tab-left p {
		font-size: 1rem;
	}
	.tab-conter{
		margin-top: 1rem;
	}
	.cooperation-foot .list{
		justify-content: space-around;
		
	}
	.cooperation-foot .list a{
		width: 49%;
		height: 40px;
		margin: 1px;
	}
	.footer-content{
		gap: 10px;
		grid-template-columns:1fr;
	}
	
	.footer-right{
		display: none;
	}
	/* 关于我们 */
	.foot-img img{
		width: 40px;
		height: 40px;
	}
	.abouts-text{
		font-size: 1rem;
		line-height: 1rem;
	}
	.abouts-list{
		grid-template-columns:1fr;
		margin-top: 2rem;
		padding-bottom: 1rem;
	}
	.abouts-box{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 1rem;
	}
	.abouts-box img{
		width: 25px;
		height: 25px;
		margin-right: 10px;
	}
	.boss{
		padding: 0;
	}
	.boss_positon h5{
		font-size: 1.2rem;
		color: #000;
	}
	.boss_list span{
		background: #000;
	}
	.boss_bottom{
		background: none;
		height: auto;
	}
	.boss_positon{
		position: static;
	}
	.boss_list li{
		width: 100%;
		color: #000;
	}
	.boss_bottom .boss_btn{
		margin-bottom: 1rem;
		height: auto;
	}
	.forms{
			height: auto;
	}
	.forms-left{
		display: none;
	}
	.contact-form{
		width: 100%;
		margin-top: 1rem;
		padding: 1rem;
	}
	.form-group{
		width: 100%;
		margin-bottom: 1rem;
	}
	.form-submit{
		text-align: center;
	}
	.form-group label{
		font-size: 1rem;
	}
	.form-submit .btns2{
		font-size: .8rem;
		width: auto;
		height: 40px;
		padding: .5rem 1rem;
	}
	/* 公司简介 */
	.gsjj-foot img{
		width: 100px;
		height: 100px;
	}
	.mar{
		margin: 0 1rem;
	}
	.gsjj-foot{
		margin-top: 20px;
	}
	.contact{
		display: none;
	}
	.certificate-top h5{
		font-size: 1.5rem;
	}
	.certificate-top{
		font-size: 1rem;
		margin-top: 1rem;
	}
	.yj{
		height: auto;
		background-size: cover;
	}
	.yj .box h4{
		font-size: 1rem;
	}
	.line2{
		width: 40px;
		height: 2px;
		margin: 1px auto;
	}
	.grid{
		grid-template-columns:1fr;
		gap: 0;
	}
	.yj .box span{
		margin: 1rem auto 0 auto;
		line-height: 1rem;
	}
	.yj .box .icon{
		width: 50%;
	}
	.certificate{
		height: auto;
	}
	.certificate-swiper{
		margin-top: 2rem;
	}
	.certificate  .swiper-button-next{
		display: block;
	}
	.team-con{
		grid-template-columns:50% 50%;
		grid-template-rows:auto;
		gap: 15px;
		line-height: 1rem;
		margin-bottom: 2rem;
	}
	.team-con{
		margin-top: 1rem;
	}
	.team h4{
		font-size: 1.2rem;
		margin-top: 1rem;
		line-height: 0;
	}
	.team .btns{
		margin-bottom: 1rem;
	}
	/* 招商合作 */
	.method-con{
		gap: .5rem;
	}
	.method-box .marb{
		margin-bottom: .5rem;
		height: 11rem;
	}
	.method-box h5{
		font-size: 1.2rem;
		margin-bottom: .2rem;
		padding: 0;
		text-align: center;
	}
	.method-box p{
		padding: 0 .5rem;
		font-size: 1rem;
		padding-bottom: .2rem;
	}
	.fonts-bottom{
		display: none;
		/* 	font-size: 1rem;
		margin: 0.3rem 0 0 0 ;
		padding-bottom: .3rem; */
	}
	/* 招商合作 */
	.advantage-con{
		grid-template-columns:1fr;
		gap: 1rem;
	}
	.advantage-box{
		padding: 1rem .5rem;
	}
	.advantage-box img{
		margin-bottom: 1rem;
	}
	.advantage-mian{
		height: auto;
	}
	.advantage-box h5{
		font-size: 1.2rem;
	}
	.advantage-box p{
		width: 100%;
		padding: 0 .5rem;
		margin-bottom: .5rem;
	}
	.mian-con{
		grid-template-columns:1fr;
		gap: .5rem;
	}
	.mian-box{
		padding: 1rem;
	}
	.mian-box h5{
		font-size: 1.2rem;
		margin: 1rem 0 1rem 0;
	}
	.case-con{
		grid-template-columns:1fr;
		gap: 1rem;
	}
	.case-box{
		border-radius: .5rem;
		height: auto;
		padding-bottom: 1rem;
	}
	.case-box h5{
		font-size: 1.2rem;
	}
	.case-box p{
		margin-top: 1rem;
	}
	/* 行业资讯 */
	.news .container .flex-space-between{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
	.news .seach input{
		width: 100%;
		margin: 1rem 0;
	}
	.seach{
		width: 100%;
	}
	.seach .seach-icon{
		top: 27px;
	}
	.border{
		display: none;
	}
	.wid9{
		width: 100%;
	}
	.wid67{
		width: 100%;
	}
	.news-info .h3{
		font-size: 1.2rem;
		line-height: normal;
	}
	.p2{
		margin-top: .5rem;
		margin-bottom: 1rem;
	}
	.btn2{
		line-height: normal;
		    width: auto;
		    height: auto;
	}
	/* 项目案例 */
	.projects-list .container{
		flex-wrap: wrap;
	}
	.bottom-swiper{
		width: 100%;
		margin-bottom: 0;
	}
	.font-none{
		display: none;
	}
	.list-right{
		width: 100%;
	}
	.list-right a{
		width: 100%;
		padding: 1rem;
		margin: 0;
	}
	.list-right h6{
		margin-bottom: 1rem;
	}
	.list-right a:nth-child(2){
		margin-top: 1rem;
	}
	.projects-swiper2{
		padding-top: 0;
		padding-bottom: 2rem;
	}
	.swiper3 .swiper-slide a{
		padding: 1rem;
	}
	.swiper3 .swiper-slide a h4{
		margin-top: 2rem;
		font-size: 1rem;
	}
	.times{
		display: none;
	}
	.projects-grid .flex-space-between{
		flex-wrap: wrap;
	}
	.projects-left h4{
		font-size: 1.2rem;
	}
	.projects-left h2{
		font-size: 1.5rem;
		padding-top: 1rem;
	}
	.projects-left p{
		margin-top: 1rem;
	}
	.projects-right{
		background: none;
		width: 100%;
		height: auto;
	}
	.projects-grid .swiper-pagination{
		    bottom: auto;
		    width: auto !important;
	}
	.projects-right video{
		width: 100%;
		height: 100%;
	}
	.projects{
		padding: 1rem 0;
	}
	.projects-grid{
		height: auto;
	}
	/* 招贤纳士 */
	.recruit{
		padding: 2rem 0;
	}
	.jobs-list{
		grid-template-columns: 1fr;
	}
	.job-item{
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.job-info{
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.job-header h4{
		font-size: 1.2rem;
	}
	.job-requirement li, .job-responsibility li{
		font-size: .8rem;
	}
	.job-apply{
		font-size: 1rem;
	}
	.job-apply p{
		font-size: 1rem;
	}
		.banner-slider {
    width: 100%;
    height: auto;
}
.banner{
    height: 100%;
}
.tab-left .swiper-slide img{
    height: auto;
}
.advantage-item p{
    width: 100%;
}
.about{height:auto;}
   .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }
    
    .nav-menu.active {
        left: 0;
        background: #000;
    }
    
    .nav-menu li {
        margin: 1rem 0;
    }
}
 @media screen   and (min-width: 768px)  and (max-width: 1024px) {
     section{
		padding: 2rem 0;
	}
	.btn{
		margin-bottom: 70px;
	}
	#projects{
		display: none;
	}
	.background{
		width:100%;
		height: 100%;
	}
	.news-image{
	    width: 100%;
	}
  /* iPad特定样式 */
  .hamburger {
       display: flex;
   }
   .navbar{
	   position: absolute;
	   width: 100%;
   }
   .nav-menu {
       position: absolute;
       left: -100%;
       top: 70px;
       flex-direction: column;
       background-color: #fff;
       width: 100%;
       text-align: center;
       transition: 0.3s;
       box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
   }
   .nav-menu.active {
       left: 0;
       background: #000;
   }
   .nav-menu li {
       margin: 1rem 0;
   }
  .banner,
  .banner-slider,
  .about{
  	  height: auto;
  }
  .advantages-grid{
  	width: 100%;
  }
  .advantages{
  	height: 100%;
  }
  .advantage-item{
  	width: 100%;
  	
  }
  .advantage-item p{
	  width: 100%;
	  
  }
  .cooperation-foot{
	  height: auto;
  }
  .tab-right ul li:hover{
	  width: 100%;
  }
  #news{
	  position: relative;
	  
  }
  .news-grid .swiper-container{
	  position: static;
	overflow: hidden;
  }
  .news-image img{
	  width: 100% !important;
		height: 100% !important;
  }
  .news-info p{
	  width: auto;
  }
   .news-grid .swiper-slide{
	  width: 50%;
  }
  .tab-left{
	  width: auto;
	  height: 320px;
	  position: relative;
  }
   .tab-left .swiper-container{
      position: static;
  }
  .tab-conter{
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  gap: 20px;
  }
  .tab-left .swiper-slide img{
	  width: 300px !important;
	  height: 200px !important;
  }
  .tab-right{
	  width: auto;
  }
  .tab-right ul li{
	  padding: 15px 0;
	  height: auto;
  }
  .tab-right ul li:hover{
	  height: auto;
		display: none;
  }
  .cooperation-foot .list a{
	  width: 30%;
	  height: 80px;
  }
  .boss_bottom{
	height: 20rem;  
  }
  .forms .container{
	  display: grid;
	  grid-template-columns: 1fr;
	  /*gap: 20px;*/
  }
  .forms-left{
	  width: 50%;
  }
  .contact-form{
	  margin-top: 0;
	  padding: 2rem;
	  
  }
  .form-group{
	  width: 100%;
	  margin-bottom: 1.5rem;
  }
 .contact,
  .gsjj-foot{
	  display: none;
  }
  .yj{
	  height: auto;
  }
  .wid{
	  width: 100%;
  }
  .grid{
	  gap: 0;
  }
  .mian-con{
	  grid-template-columns: 1fr 1fr;
  }
  .mian-box h5{
	  padding: 1rem 0;
  }
  .case-con{
	  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .case-box{
	  height: 22rem;
	  padding-top: 10rem;
  }
  .news-item{
	  padding-top: 1.5rem;
  }
  .p2{
	margin: 1rem 0 2.1rem 0;
  }
  .wid9{
	  width: auto;
  }
  .bottom-swiper{
	  width: 100%;
  }
 .projects-grid .flex-space-between{
 	flex-wrap: wrap;
 }
 .projects-left{
	 width: 100%;
 }
 .projects-left h4{
 	font-size: 1.2rem;
 }
 .projects-left h2{
 	font-size: 1.5rem;
 	padding-top: 1rem;
 }
 .projects-left p{
 	margin-top: 1rem;
 }
 
 .projects-right{
 	background: none;
 	width: 100%;
 	height: auto;
	margin-top: 1rem;
 }
 .projects-grid .swiper-pagination{
 	    bottom: auto;
 	    width: auto !important;
 }
 .projects-right video{
 	width: 100%;
 	height: 100%;
 }
 .projects{
 	padding: 1rem 0;
 }
 .projects-grid{
 	height: auto;
 }
 /* 招贤纳士 */
 .recruit{
 	padding: 2rem 0;
 }
 .jobs-list{
 	grid-template-columns: 1fr;
 }
 .job-item{
 	padding: 1rem;
 	margin-bottom: 1rem;
 }
 .job-info{
 	padding-bottom: 1rem;
 	margin-bottom: 1rem;
 }
 .job-header h4{
 	font-size: 1.2rem;
 }
 .job-requirement li, .job-responsibility li{
 	font-size: .8rem;
 }
 .job-apply{
 	font-size: 1rem;
 }
 .job-apply p{
 	font-size: 1rem;
 }
 .projects-list .container{
 		flex-wrap: wrap;
 	}
 	.bottom-swiper{
 		width: 100%;
 		margin-bottom: 0;
 	}
 	.font-none{
 		display: none;
 	}
 	.list-right{
 		width: 100%;
 	}
 	.list-right a{
 		width: 100%;
 		padding: 1rem;
 		margin: 0;
 	}
 	.list-right h6{
 		margin-bottom: 1rem;
 	}
 	.list-right a:nth-child(2){
 		margin-top: 1rem;
 	}
 	.projects-swiper2{
 		padding-top: 0;
 		padding-bottom: 2rem;
 	}
 	.swiper3 .swiper-slide a{
 		padding: 1rem;
 	}
 	.swiper3 .swiper-slide a h4{
 		margin-top: 2rem;
 		font-size: 1rem;
 	}
 	.times{
 		display: none;
 	}
 	.projects-grid .flex-space-between{
 		flex-wrap: wrap;
 	}
 	.projects-left h4{
 		font-size: 1.2rem;
 	}
 	.projects-left h2{
 		font-size: 1.5rem;
 		padding-top: 1rem;
 	}
 	.projects-left p{
 		margin-top: 1rem;
 	}
 	.projects-right{
 		background: none;
 		width: 100%;
 		height: auto;
 	}
 	.projects-grid .swiper-pagination{
 		    bottom: auto;
 		    width: auto !important;
 	}
 	.projects-right video{
 		width: 100%;
 		height: 100%;
 	}
 	.projects{
 		padding: 1rem 0;
 	}
 	.projects-grid{
 		height: auto;
 	}
}



/*  @media screen and (max-width: 1024px)  @media screen and (max-width: 768px)  */