@charset "utf-8";
/* CSS Document */



.btn-default{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
	background: #47b2bb;
	text-transform: capitalize;
	padding: 10px 50px 10px 30px;
	border: none;border-radius: 25px;
	transition: 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-default::before{
	content: '\f062';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 100;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: #fff;
    transform: translate(-30px, -50%) rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-default::after{ 
	content: '';
    display: block;
    position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
	width: 0;
	height: 106%;
    background: #333;
    transition: 0.4s ease-in-out;
	z-index: -1;
}

.btn-default:hover{
	color:#47b2bb;
}

.btn-default:hover:before{
    color: #fff;
    transform: translate(-30px, -50%) rotate(90deg);
}

.btn-default:hover::after{
	width: 106%;
}

.btn-default.btn-highlighted{
	background-color: #f3f3f3;
	color: #333;
}

.btn-default.btn-highlighted::before{
	color:#47b2bb;
}
.btn-default.btn-highlighted:hover{
	
	color: #fff;
}
.btn-default.btn-highlighted:hover:before{
    color: #fff;
    transform: translate(-30px, -50%) rotate(90deg);
}
.btn-default.btn-highlighted::after{
	background-color: #47b2bb;
}




.aboutbanner{margin: 0 auto; padding: 0; width: 100%; height: auto; position: relative;}
.aboutbanner .img{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.aboutbanner .img img{margin: 0 auto; padding: 0; width: 100%; height: auto;}

.about-brand{margin: 0; padding: 60px 0; width: 100%; height: auto; position: relative; display: block;}

.about-brand .sec-title{margin: 0; padding: 15px 0; width: 100%; height: auto;}
.about-brand .sec-title h1{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 40px; font-weight: bold; color: #47bcc6; line-height: 50px;}
.about-brand .sec-title h2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #000; line-height: 35px;}
.about-brand .sec-title h3{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 26px; font-weight: bold; color: #47bcc6; line-height: 30px;}
.about-brand .sec-title h3.ptb30{margin: 0; padding: 30px 0; width: 100%; height: auto; font-size: 26px; font-weight: bold; color: #47bcc6; line-height: 30px;}
.about-brand .sec-title h4{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 20px; font-weight: bold; color: #47bcc6; line-height: 30px;}
.about-brand .sec-title h5{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 16px; font-weight: bold; color: #000; line-height: 30px;}
.about-brand .sec-title p{margin: 0; padding:  0; width: 100%; height: auto; font-size: 18px; font-weight: normal; color: #666; line-height: 30px;}
.about-brand .sec-title span{margin: 0; padding: 0; width: 100%; height: auto; font-size: 16px; font-weight: bold; color: #000; line-height: 30px;}
.count-about{margin: 0; padding: 60px 0; width: 100%; height: auto; }
.count-about .count{margin: 0; padding: 0; width: 100%; height: auto; font-size: 20px; font-weight: bold;text-align: center;color: #47bcc6; line-height: 30px;}
.count-about .count span{font-size: 50px;}
.count-about .txt1{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 16px; font-weight: bold; text-align: center;color: #000; line-height: 30px;}
.count-about .txt2{margin: 0; padding: 0; width: 100%; height: auto; font-size: 14px; text-align: center;color: #666; line-height: 24px;}






.intro-video{
    position: relative;
    padding: 100px 0;
    background: url('../images/bg-about.jpg') no-repeat;
	background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.intro-video:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 50%;
    width: 100%;
    height: 100%;
}

.intro-video .container{
	position: relative;
	z-index: 1;
}
.intro-video .container-fluid{
	position: relative;
	z-index: 1;
}

.intro-video-box{
    margin-bottom: 50px;
}
.intro-video-box.commitment{
    margin-bottom: 50px;
}
.intro-video-box .video-play-button{
    text-align: center;
    margin-bottom: 30px;    
}

.intro-video-box .video-play-button a{
	position: relative;
	display: block;
	max-width: 150px;
	margin: 0 auto;
	cursor: none;
}

.intro-video-box .video-play-button a::before{
	content: '\f04b';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 35px;
	color: #4aab3d;
	z-index: 1;
}

.intro-video-box .video-play-button img{
    max-width: 150px;
	animation: videorotate 20s infinite linear;
}

@keyframes videorotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.intro-video-box .section-title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.intro-video-box .section-title h5{
    color: #47bcc6;font-size: 18px;line-height: 30px;font-weight:600;text-align: center;
}

.intro-video-box .section-title h2{
    color: #fff;font-size: 40px;line-height: 40px;font-weight:600;text-align: center;
}
.intro-video-list{
	/*border-top: 1px solid rgba(255,255,255,.4);*/
    padding-top: 20px;
}

.intro-video-list ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}

.intro-video-list ul li{
    position: relative;width: 29%; margin: 2%; padding: 0 0 30px 0; float: left;border: 2px solid rgba(255,255,255,.6);border-top: 0;
    color: #fff;
}
.intro-video-list ul li:before {
	width: 35%;
	height: 2px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,.6);
	content: '';
}
.intro-video-list ul li:after {
	width: 35%;
	height: 2px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(255,255,255,.6);
	content: '';
}





/*
.intro-video-list ul li:after{
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 18px;
    top: 0;
    left: 0;
    color: #fff;
}
*/
.intro-video-list ul li .img1{
    position: relative;width: 100%; height: auto;text-align: center;padding: 0 0 20px 0;margin-top: -40px;background: none;
}

.intro-video-list ul li .img1 img{
    width: 80px; height: auto;filter: brightness(0) invert(1)
}
.intro-video-list ul li p{width: 100%; height: auto; margin: 0; padding: 10px 0;font-size: 16px; line-height: 30px; text-align: center; color: #fff;}
.intro-video-list ul li h3{width: 100%; height: auto; margin: 0; padding:30px 0 10px 0; font-size: 30px; line-height: 30px;font-weight: bold;text-align: center; color: #fff;}


.about-choose{margin: 0; padding: 60px 0; width: 100%; height: auto; position: relative; background: url(../images/bg-about1.jpg) no-repeat center center;display:  block;}


.about-choose .sec-title h2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #000; line-height: 35px;}
.about-choose .sec-title .line{margin:20px auto; padding: 0; width: 80px; height: 4px;background: #47bcc6;}


.news-con{margin: 0; padding: 60px 0; width: 100%; height: auto;}


.news-menu{margin: 0; padding:10px 20px; width: 100%; height: auto; border-bottom: 1px solid #e3e3e3;}
.news-menu a{font-size: 18px; font-weight: bold; color: #000; line-height: 30px; margin-right: 30px;}
.news-menu a:hover{color: #47bcc6;}



.news-nei-zong{margin:15px 0; padding: 20px; width: 100%; height: auto;transition: all 0.3s ease 0s;}
.news-nei-zong .img{margin:0; padding: 0; width: 100%; height: auto;}
.news-nei-zong .img img{max-width: 100%; height: auto;}
.news-nei-zong .txt{margin:0; padding:15px 0; width: 100%; height: auto;}
.news-nei-zong .txt .txt1{margin:0; padding:5px 0; width: 100%; height: auto; font-size: 14px; font-weight: normal; color: #888; line-height: 20px;}
.news-nei-zong .txt .txt2{margin:0; padding:5px 0; width: 100%; height: 70px; overflow: hidden; font-size: 24px; font-weight: bold; color: #000; line-height: 30px;}
.news-nei-zong .txt .txt3{margin:5px 0; padding:0; width: 100%; height: auto; font-size: 14px; font-weight: normal; color: #888; line-height: 20px; max-height: 60px; overflow: hidden;}



.news-nei-zong .txt .ico{margin:0; padding:5px 0; width: 100%; height: auto;}
.news-nei-zong .txt .ico img{width: 40px; height: auto;transition: all 0.3s ease 0s;}

.news-nei-zong:hover{background: #f3f3f3;transition: all 0.3s ease 0s;}

.news-nei-zong:hover .txt .ico img{margin-left: 15px;transition: all 0.3s ease 0s;}


.card-con{margin:150px auto 30px auto; padding: 50px 0; width: 100%; height: auto; background: #fff; max-width: 1300px;  }


.card{margin:0; padding:5px 0; width: 100%; height: auto; border: 0;}

.card-body{margin:0; padding:5px 0; width: 100%; height: auto; border: 0;}
.card-body h2.blog-details__title{ font-size: 24px; font-weight: bold; color: #000; line-height: 30px; text-align: center;} 
.card-body .data{margin:10px 0; padding:0; width: 100%; height: auto; font-size: 14px; text-align: center;font-weight: normal; color: #888; line-height: 20px;}





/* :: Single Blog Nav */
.single-blog-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
	position: relative;
}
.single-blog-nav:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    left: 50%;
    background-color: #DDD;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.single-blog-nav .blog-nav-prev{
    float: left;
    width: 50%;
    position: relative;
}
.single-blog-nav .blog-nav-prev .img-box{
    width: 100px;
    position: absolute;
    left: 0;
	top: 0;
    border-radius: 5px;
}
.single-blog-nav .blog-nav-prev .text-box{
    padding-left: 20px;
	padding-right: 20px
}
.single-blog-nav .blog-nav-prev .text-box .subtitle,
.single-blog-nav .blog-nav-next .text-box .subtitle{
	color: #9B9B9B;
    display: inline-block;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
.single-blog-nav .blog-nav-prev .text-box .subtitle i,
.single-blog-nav .blog-nav-next .text-box .subtitle i{
    color: #47bcc6;
    margin-right: 8px;
}
.single-blog-nav .blog-nav-prev .text-box .title,
.single-blog-nav .blog-nav-next .text-box .title{
    color: #1C1A30;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
	margin-top: 10px;
}
.single-blog-nav .blog-nav-next{
    float: right;
    width: 50%;
    position: relative;
	text-align: right;
}
.single-blog-nav .blog-nav-next .text-box {
    padding-right: 20px;
    padding-left: 20px;
}
.single-blog-nav .blog-nav-next .img-box{
    width: 100px;
    position: absolute;
    right: 0;
	top: 0;
    border-radius: 5px;
}
.single-blog-nav .blog-nav-prev .img-box img,
.single-blog-nav .blog-nav-next .img-box img{
	border-radius: 5px
}
.single-blog-nav .blog-nav-prev:hover .img-box,
.single-blog-nav .blog-nav-next:hover .img-box{
	top: -5px;
	-webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
	        box-shadow: 0 5px 40px rgb(9 29 62 / 50%);
}
.single-blog-nav .blog-nav-next .text-box .subtitle i{
	margin: 0 0 0 8px;
}
.single-blog-nav .blog-nav-prev:hover .text-box .subtitle,
.single-blog-nav .blog-nav-next:hover .text-box .subtitle,
.single-blog-nav .blog-nav-prev:hover .text-box .title,
.single-blog-nav .blog-nav-next:hover .text-box .title{
    color: #47bcc6;
}



.page-content{margin:5px 0; padding:0; width: 100%; height: auto; font-size: 16px; font-weight: normal; color: #666; line-height:30px; }



.system-items{  margin-bottom: 30px; padding: 0; width: 100%;position: relative; height: auto;z-index: 10;}
.system-items .con{width: 100%; height: auto; margin: 0; padding: 0;position: relative;background: #f1f1f1;z-index: 10;}



.system-items .txt{margin: 0; padding:30px; width: 100%; height: auto;position: relative;display: inline-block;z-index: 10;}
.system-items .txt .txt1{margin:15px 0 0 0; padding:0; width: 100%; height: auto;font-size: 30px; font-weight: bold; color: #000; line-height: 35px;z-index: 20;}
.system-items .txt .txt2{margin:30px 0 0 0; padding:0; width: 100%; height: auto;font-size: 16px; font-weight: normal; color: #000; line-height: 25px;z-index: 1;}
.system-items .txt .txt3{margin: 0; padding:0; width: 100%; height: auto;font-size:14px; font-weight: normal; color: #000; line-height: 24px;z-index: 10;}


.system-items .txta{margin: 0; padding:30px; width: 100%; height: auto; display: inline-block;opacity: 0;visibility: hidden;z-index: 10;}
.system-items:hover .txta{opacity: 1; z-index: 10; visibility: visible;}

.system-items .imghover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-color: rgba(71, 188, 198, 0.95);
  -webkit-transition: all .9s;
  transition: all .9s;z-index: 10;
}

.system-items:hover .imghover {
  height: 100%;z-index: 10;
}
.system-items .imghover .txt{z-index: 10;opacity: 0}
.system-items:hover .imghover .txt{opacity: 1}

.system-items:hover .imghover .txt1{ color: #fff;}
.system-items:hover .imghover .txt2{ color: #fff;}
.system-items:hover .imghover .txt3{ color: #fff;}


.btn2 {
    display: inline-block;
  color: #000;
  font-size: 16px;margin: 15px 0;
  line-height: 1;
  padding: 10px 50px 10px 30px;border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;line-height: 20px;
  position: relative;
  font-size: 14px;
  border:1px solid #E8E8E8;
}

.btn2 i{
margin-left: 10px;
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 0;
  color: #333;
  width: 50px;
  height: 100%;
  line-height: 40px;
}

.btn2:hover{
    background:#333;color: #fff;
}
.btn2:hover i{
   color: #fff;
}

.system-items .imghover .btn2{z-index: 10;opacity: 0}
.system-items:hover .imghover .btn2{z-index: 10;opacity: 1}


.project-items {
  margin-top: 30px;background: #fff; 
}

.project-items .project-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block; height: 350px;padding: 30px;
}

@media (max-width: 768px) {
  .project-items .project-image {
    height: auto;padding: 20px 10px;
  }
}
/*
.project-items .project-image img {
  width: 100%;
  height: 100%;display: block;
  -o-object-fit: cover;opacity: 0.3;filter: grayscale(100%);
     object-fit: cover;
}
*/

.project-items:hover .project-image img{filter: grayscale(0%);}

.project-items .project-image::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-color: rgba(71, 188, 198, 0.95);
  -webkit-transition: all .9s;
  transition: all .9s;
}

.project-items .project-image .txt{position: relative;
  width: 100%; height: auto; margin: 0; padding: 0; transition: all 0.35s ease 0s;text-align: center;



}
.project-items .project-image .ico {
  margin: 0 auto; padding: 15px 0; width: 100%; height: auto; text-align: center;
}

.project-items .project-image .read{
  margin: 0 auto; padding: 0; width: 120px; height: 30px; text-align: center; border-radius: 15px; border: 1px solid #e3e3e3; color: #47bcc6;
}
.project-items .project-image .read a{
  font-size: 14px;line-height: 30px;
}

.project-items .project-image .ico img {
  width: 80px; height: auto;
}
.project-items .project-image .txt h4 {
  color: #000;font-size: 20px; font-weight: 600;line-height: 30px; 
}
.project-items .project-image .txt p {
  color: #666;font-size: 14px; font-weight: normal;padding: 15px 0;
}
.project-items .project-image .txt span {
  color: #000;font-size: 50px; font-weight: 800;
}




.project-items .project-image .project-content-area {
  position: absolute;
  bottom: 0;
  padding: 20px;
  left: 20px;
  right: 20px;
  bottom: -320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575px) {
  .project-items .project-image .project-content-area {
    left: 20px;
    right: 20px;
  }
}

.project-items .project-image .project-content-area.style-2 {
  left: 135px;
  right: 135px;
  padding: 30px 40px;
}

@media (max-width: 575px) {
  .project-items .project-image .project-content-area.style-2 {
    padding: 30px 25px;
    left: 20px;
    right: 20px;
  }
}

.project-items .project-image .project-content-area .content p {
  color: #fff;font-size:14px; font-weight: normal;
}
.project-items .project-image .project-content-area .content span {
  color: #fff;font-size: 30px; font-weight: 800;
}

.project-items .project-image .project-content-area .content h4 {
  color: #fff;padding: 30px 0;font-size: 18px;text-align: center;font-weight: 600;
}



.project-items:hover .project-image::before {
  height: 100%;
}

.project-items:hover .project-image .project-content-area {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
  .project-items:hover .project-image .project-content-area {
    bottom: 20px;
  }
}

.project-items:hover .project-image .txt{opacity: 0;transition: all 0.35s ease 0s;}




.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.pagination a {
  width: auto;
  min-width: 40px;
  height: 40px;padding: 0 20px; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e3e3e3;
  background-color: transparent;
  color:#000;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 800;
  font-size: 14px;transition: all 0.35s ease 0s;
}

.pagination a:hover {
  border-color:  #47bcc6;
  background-color: #47bcc6;
  color:#fff;transition: all 0.35s ease 0s;
}
.pagination li.active {
  border-color: #47bcc6;
  background-color: #47bcc6;
  color: #fff;transition: all 0.35s ease 0s;
}



.about-zuzi{margin: 0; padding: 60px 0; width: 100%; height: auto; position: relative; background: url(../images/bg-about2.jpg) no-repeat center center;display:  block;}


.about-zuzi .sec-title h2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #fff; line-height: 35px;}
.about-zuzi .sec-title .line{margin:20px auto; padding: 0; width: 80px; height: 4px;background: #fff;}

.zuzicon{padding: 30px; margin: 20px 0; width: 100%; height: auto; border: 1px solid #fff;}
.zuzicon .ico{padding: 0; margin: 8px 0; width: 100%; height: auto;text-align: center;}
.zuzicon .ico img{width: 80px; height: auto;filter: brightness(0) invert(1)}
.zuzicon .txt  {
  color: #fff;padding: 10px 0;font-size: 20px;text-align: center;font-weight: 300;
}


.about-nei{margin: 0; padding: 80px 0 150px 0; width: 100%; height: auto; position: relative; background: url(../images/bg-about3.jpg) no-repeat center center;display:  block;}
.about-nei .sec-title h2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #000; line-height: 35px;}
.about-nei .sec-title .line{margin:20px 0; padding: 0; width: 80px; height: 4px;background: #47bcc6;}
.about-nei .sec-title span{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 20px; font-weight: bold; color: #000; line-height: 35px;}

.about-nei .txt{margin: 0; padding: 0;width: 100%; height: auto; max-width: 450px;}
.about-nei .txt p{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 16px; font-weight: normal; color: #666; line-height:30px;}



.banner-nei{margin: 0 auto; padding: 0; width: 100%; height: auto; position: relative;}
.banner-nei .img{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.banner-nei .img img{margin: 0 auto; padding: 0; width: 100%; height: auto;}

.app-con{margin:150px auto 30px auto; padding: 50px 0; width: 100%; height: auto; background: #fff;  }

.app-con .sec-title h2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #000; line-height: 35px; text-align: center;}
.app-con .sec-title .line{margin:20px auto; padding: 0; width: 80px; height: 4px;background: #47bcc6;}
.app-con .sec-title span{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 20px; font-weight: bold; color: #000; line-height: 35px;}


.app-con .app-con-nei{margin:0 auto; padding:30px 0; width: 100%; height: auto;}

.app-con .app-con-nei .app-items{margin:20px auto; padding:40px 20px; width: 100%; height: auto; border: 1px solid #e3e3e3;transition: 0.5s ease-in-out;}
.app-con .app-con-nei .app-items .img{margin: 0 auto; padding: 0; width: 100%; height: 80px; text-align: center;}
.app-con .app-con-nei .app-items .img img{width: 60px; height: auto;transition: 0.5s ease-in-out;}
.app-con .app-con-nei .app-items .txt2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 20px; font-weight: bold; color: #000; line-height: 35px; text-align: center;}
.app-con .app-con-nei .app-items .txt3{margin: 0; padding: 0; width: 100%; height: auto; font-size: 14px; font-weight: normal; color: #666; line-height: 20px; text-align: center;}

.app-con .app-con-nei .app-items:hover{background: #f3f3f3;transition: 0.5s ease-in-out;}
.app-con .app-con-nei .app-items:hover .img img{margin-top: 20px;transition: 0.5s ease-in-out;}



.app-content{margin:0 auto; padding:50px 0; width: 100%; height: auto;}

.app-content .app-txt{margin:0 auto; padding:20px 0; width: 100%; height: auto;}
.app-content .app-txt .title1{margin:0 auto; padding:10px 0; width: 100%; height: auto;font-size: 36px; font-weight: bold; color: #000; line-height: 35px; text-align: left;}
.app-content .app-txt .title2{margin:0 auto; padding:10px 0; width: 100%; height: auto;font-size: 24px; font-weight: normal; color: #000; line-height: 30px; text-align: left;}
.app-content .app-txt .title3{margin:0 auto; padding:0; width: 100%; height: auto;font-size: 16px; font-weight: normal; color: #666; line-height: 24px; text-align: left;}

.app-content  .app-miaoshu{margin:0 auto; padding:50px 0; width: 100%; height: auto;font-size: 16px; font-weight: normal; color: #666; line-height: 30px; text-align: left;}

.app-content  .app-miaoshu .app-txtneileft{margin:0 auto; padding:0 30px 0 0; width: 100%; height: auto;}
.app-content  .app-miaoshu .app-txtneiright{margin:0 auto; padding:0 0 0 30px; width: 100%; height: auto;}


.app-content .app-miaoshu p{margin:0 auto; padding:10px 0; width: 100%; height: auto;font-size: 16px; font-weight: normal; color: #666; line-height: 30px; text-align: left;}

.app-content  .app-bigpic{margin:0 auto; padding:50px 0; width: 100%; height: auto;}
.app-content  .app-bigpic .img{margin:0 auto; padding:0; width: 100%; height: auto;}
.app-content  .app-bigpic .img img{max-width: 100%; height: auto;}




.app-content .app-youshi{margin:0 auto; padding:30px 0; width: 100%; height: auto;}
.app-content .app-youshi .app-youshicon{margin:0 auto; padding:30px; width: 100%; height: auto; border: 1px solid #e3e3e3;}
.app-content .app-youshi .app-youshicon .ico1{margin:0 auto; padding:20px 0; width: 100%; height: auto;text-align: center;}
.app-content .app-youshi .app-youshicon .ico1 img{width: 60px; height: auto;text-align: center;}

.app-content .app-youshi .app-youshicon .txt1{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 20px; font-weight: bold; color: #000; line-height: 30px; text-align: center;}
.app-content .app-youshi .app-youshicon .txt2{margin: 0; padding: 0; width: 100%; height: auto; font-size: 14px; font-weight: normal; color: #666; line-height: 20px; text-align: center;}


.app-content .pro-con-guanlian{margin:0 auto; padding:30px 0; width: 100%; height: auto;}

.app-content .pro-con-guanlian .title{margin:30px auto; padding:0; width: 100%; height: auto; font-size:30px;color: #000; line-height: 35px; text-align: center; display: block;}



.pro-con{margin:150px auto 30px auto; padding: 50px 0; width: 100%; height: auto; background: #fff;  }

.sidebar-widget + .sidebar-widget {
  margin-top: 30px; 
}
.sidebar-widget{width: 90%; margin: 0;}
.widget-title {
  color: #222; width: 100%; height: auto; border-bottom: 1px solid #e3e3e3; padding: 0 0 20px 0;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 35px;
}


.offcanvas-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
}

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}
.offcanvas-menu li {width: 100%; height: auto; position: relative; margin: 0;padding: 0;}
.offcanvas-menu li a {
  font-weight: 400; border-bottom: 1px solid #e3e3e3;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  color: #222;
  padding: 15px 0px; line-height: 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.offcanvas-menu li a:hover {
  color: #eb2d2d;background: #f8f8f8;
}

.offcanvas-menu a:not(:only-child):after {
  content: "\f055";	
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 15px;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "\f107";font-family: "FontAwesome";
}

.offcanvas-menu.offcanvas-menu-sm {
  overflow-y: unset;
}

.offcanvas-menu.offcanvas-menu-sm a:not(:only-child):after {
  content: "\f105";font-family: "FontAwesome";
  top: 6px;
}

.offcanvas-menu.offcanvas-menu-sm .active > a:not(:only-child):after {
  content: "\f107";font-family: "FontAwesome";
}

.offcanvas-menu.offcanvas-menu-sm li a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
}


.offcanvas-menu.offcanvas-menu-sm li a span {
  color: #707070;
}

.offcanvas-menu.offcanvas-menu-sm li a:hover {
  color: #47bcc6;
}

.offcanvas-menu.offcanvas-menu-sm li.active a{color: #47bcc6; font-weight: 600;}


.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}

.offcanvas-menu > ul > li > ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;border-bottom: 0px;
  color: #666;
}

.offcanvas-menu li.active > ul {
  display: inline-block;padding: 10px 0;border-bottom: 1px solid #e3e3e3;width: 100%; height: auto;
}


.offcanvas-menu.offcanvas-menu-sm > ul > li > ul li a {
  padding-top: 5px;
  padding-bottom: 5px;padding-left: 30px;
  font-size: 14px;line-height: 20px;
}
.offcanvas-menu.offcanvas-menu-sm > ul > li > ul li a:after {
  content: "";	width: 10px; height: 10px; border: 1px solid #e3e3e3;
  position: absolute;
  left: 10px;
  top: 10px;
}

.offcanvas-menu.offcanvas-menu-sm > ul > li.active > ul li a{font-weight: normal; color: #888;}
.offcanvas-menu.offcanvas-menu-sm > ul > li.active > ul li.active1 a{font-weight: normal; color: #333; border: 0; }
.offcanvas-menu.offcanvas-menu-sm > ul > li.active > ul li.active1 a:after {
  content: "";	width: 10px; height: 10px; border: 1px solid #a8a8a8;background: #a8a8a8;
  position: absolute;
  left: 10px;
  top: 10px;
}






.system-menu {
  position: relative;
  z-index: 1;
  overflow-y: scroll;z-index: 1000;
}


.system-menu li {width: 100%; height: auto; position: relative; margin: 0;padding: 0;z-index: 1000;}
.system-menu li a {
  font-weight: 400; border-bottom: 1px solid #f3f3f3;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  color: #222;
  padding: 15px 15px; line-height: 30px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.system-menu li a:hover {
  color: #eb2d2d;background: #f8f8f8;
}

.system-menu a:not(:only-child):after {
  content: "\f055";	
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  top: 15px;
}

.system-menu .active > a:not(:only-child):after {
  content: "\f107";font-family: "FontAwesome";
}

.system-menu.system-menu-sm {
  overflow-y: unset;
}

.system-menu.system-menu-sm a:not(:only-child):after {
  content: "\f105";font-family: "FontAwesome";
  top: 6px;
}

.system-menu.system-menu-sm .active > a:not(:only-child):after {
  content: "\f107";font-family: "FontAwesome";
}

.system-menu.system-menu-sm li a {
  padding-top: 8px;z-index: 1000;
  padding-bottom: 8px;
  font-size: 16px;
}


.system-menu.system-menu-sm li a span {
  color: #707070;
}

.system-menu.system-menu-sm li a:hover {
  color: #47bcc6;
}

.system-menu.system-menu-sm li.active a{color: #47bcc6; font-weight: 600;}


.system-menu ul ul {
  display: none;
}

.system-menu > ul > li > ul li {
  border-bottom: 0px;
}

.system-menu > ul > li > ul li a {
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;border-bottom: 0px;
  color: #666;
}

.system-menu li.active > ul {
  display: inline-block;padding: 10px 0;border-bottom: 1px solid #e3e3e3;width: 100%; height: auto;
}


.system-menu.system-menu-sm > ul > li > ul li a {
  padding-top: 5px;
  padding-bottom: 5px;padding-left: 30px;
  font-size: 14px;line-height: 20px;
}
.system-menu.system-menu-sm > ul > li > ul li a:after {
  content: "";	width: 10px; height: 10px; border: 1px solid #e3e3e3;
  position: absolute;
  left: 10px;
  top: 10px;
}

.system-menu.system-menu-sm > ul > li.active > ul li a{font-weight: normal; color: #888;}
.system-menu.system-menu-sm > ul > li.active > ul li.active1 a{font-weight: normal; color: #333; border: 0; }
.system-menu.system-menu-sm > ul > li.active > ul li.active1 a:after {
  content: "";	width: 10px; height: 10px; border: 1px solid #a8a8a8;background: #a8a8a8;
  position: absolute;
  left: 10px;
  top: 10px;
}










.twomenu{position: absolute; left: 100%; top: 0; width: 380px;opacity:0;display: none;z-index: 1000; padding:0;z-index: 1000;}

.system-menu li:hover .twomenu{
 opacity:1;display: block;z-index: 1000;background: #fff;
}

.system-menu.system-menu-sm li .twomenu a{margin: 0; border-bottom: 0;z-index: 1000; padding: 10px 20px;font-size: 14px;}
.system-menu.system-menu-sm li .twomenu  a:not(:only-child):after {
  
  position: absolute;
  right: 20px;
  top: 10px;
}

.pro-rightnei{margin: 0; padding: 30px 0; width: 100%; height: auto;}


.pro-items {
  margin-bottom: 30px;background: #f1f1f1;width: 100%; height: auto;padding: 0;
}

.pro-items .project-image {
  overflow: hidden;width: 100%;height: auto; margin: 0; padding: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.pro-items .project-image .img{margin: 0; padding: 0;width: 100%; height: auto; margin-top: -40px; z-index: 10;}

.pro-items .project-image img {
  width: 100%;position: relative;
  height:auto;display: block;
  -o-object-fit: cover;opacity:1;
     object-fit: cover;
}


.pro-items:hover .project-image img{filter: grayscale(0%);opacity:0.1;}

.pro-items .project-image::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-color: rgba(71, 188, 198, 1);
  -webkit-transition: all .9s;
  transition: all .9s;
}

.pro-items .project-image .txt{width: 100%;text-align: right;z-index: 20;
  
  padding: 10px;
  right: 0;transition: all 0.35s ease 0s;



}

.pro-items .project-image .txt p {
  color: #000;font-size: 14px; font-weight: 300;margin: 0; padding: 0;
}
.pro-items .project-image .txt span {
  color: #47bcc6;font-size: 26px; font-weight: 800;margin: 0; padding: 0;
}

.pro-items .project-image .txt2{position: relative;width: 100%;margin: 0; padding:10px 20px; height: auto; border-top:1px solid #c3c3c3; transition: all 0.35s ease 0s;}
.pro-items .project-image .txt2 h4{position: relative;width: 100%;margin: 0; padding:10px 0 0 0; font-size: 20px; color: #000; font-weight: bold;line-height: 20px; text-align: left;}
.pro-items .project-image .txt2 .en{position: relative;width: 100%;margin: 0; padding:10px 0 0 0; font-size: 16px; color: #666; line-height: 20px; text-align: left;}


.pro-items .project-image .project-content-area {
  position: absolute;
  padding: 30px 25px;width: 100%; height: 100%;bottom: -300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}


.pro-items .project-image .project-content-area .content .txt3 {
  color: #fff;font-size: 15px; font-weight: normal; padding: 20px 0;
}
.pro-items .project-image .project-content-area .content span {
  color: #000;font-size: 30px; font-weight: 800;
}

.pro-items .project-image .project-content-area .content h4 {
  color: #000;padding: 30px 0;font-size: 20px;
}
.pro-items .project-image .project-content-area .content .name1 {
  color: #fff;font-size: 30px; font-weight: 600;
}
.pro-items .project-image .project-content-area .content .name2 {
  color: #fff;font-size: 24px; font-weight: normal;
}
.pro-items .project-image .project-content-area .content .name3{
  color: #fff;font-size: 16px; font-weight: normal;
}

.pro-items .project-image .project-content-area .content .txt3 p{
  color: #fff;font-size: 15px; font-weight: normal; padding: 0;margin: 0;
}

.pro-items .project-image .project-content-area .content .readmore{width: 100%; height: auto; margin: 0; padding: 0;}
.pro-items .project-image .project-content-area .content .readmore i{color: #fff; font-size: 28px; font-weight: 100;}


.pro-items:hover .project-image::before {
  height: 100%;
}

.pro-items:hover .project-image .project-content-area {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 575px) {
	.pro-items .project-image {
    height: 450px;
  }
  .pro-items .project-image .project-content-area {
    left: 20px;
    right: 20px;
  }
	.pro-items .project-image .project-content-area.style-2 {
    padding: 30px 25px;
    left: 20px;
    right: 20px;
  }
	.pro-items:hover .project-image .project-content-area {
    bottom: 20px;
  }
}



.pro-items:hover .project-image .txt{opacity: 0;transition: all 0.35s ease 0s;}
.pro-items:hover .project-image .txt2{opacity: 0;transition: all 0.35s ease 0s;}
.pro-items:hover .project-image .img{opacity: 0;transition: all 0.35s ease 0s;}







.pronew-items {
  margin-bottom: 30px;background: #f1f1f1;width: 100%; height: auto;padding: 0;display: block;position: relative;
}

.pronew-items .project-image {
  width: 100%;height: auto; margin: 0; padding: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.pronew-items .project-image .img{margin: 0; padding: 20px;width: 100%; height: auto; margin-top: 0; z-index: 10;}

.pronew-items .project-image img {
  width: 100%;position: relative;
  height:auto;display: block;
  -o-object-fit: cover;opacity:1;
     object-fit: cover;
}


.pronew-items .project-image .txt{position: absolute;width: 100%;text-align: right;z-index: 200;  
  padding: 10px;top:20px;
  right: 0;transition: all 0.35s ease 0s;



}

.pronew-items .project-image .txt p {
  color: #000;font-size: 14px; font-weight: 300;margin: 0; padding: 0;
}
.pronew-items .project-image .txt span {
  color: #47bcc6;font-size: 26px; font-weight: 800;margin: 0; padding: 0;
}

.pronew-items .project-image .txt2{position: relative;width: 100%;margin: 0; padding:20px 20px; height: auto; border-top:1px solid #c3c3c3; transition: all 0.35s ease 0s;}
.pronew-items .project-image .txt2 h4{position: relative;width: 100%;margin:5px 0; padding:0; font-size: 18px; color: #000; font-weight: bold;line-height: 20px; height: 20px; overflow: hidden;line-height: 20px; overflow: hidden;text-align: left;}
.pronew-items .project-image .txt2 .en{position: relative;width: 100%;margin:5px 0; padding:0; font-size: 14px; color: #666; line-height: 20px; text-align: left; font-family: Arial; height: 20px; overflow: hidden;}


.pronew-items .project-content-area {
 position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-color: rgba(71, 188, 198, 0.95);
  -webkit-transition: all .9s;
  transition: all .9s;z-index: 10;opacity: 0;
}
.pronew-items:hover .project-content-area {
  height: 100%;z-index: 10;
}
.pronew-items .project-content-area .content{width: 100%; height: auto; padding: 30px;}


.pronew-items .project-content-area .content .txt3 {
  color: #fff;font-size: 15px; font-weight: normal; padding: 20px 0;
}

.pronew-items .project-content-area .content .name1 {
  color: #fff;font-size: 30px; font-weight: 600;
}
.pronew-items .project-content-area .content .name2 {
  color: #fff;font-size: 24px; font-weight: normal;
}
.pronew-items .project-content-area .content .name3{
  color: #fff;font-size: 16px; font-weight: normal;
}

.pronew-items .project-content-area .content .txt3 p{
  color: #fff;font-size: 15px; font-weight: normal; padding: 0;margin: 0;
}

.pronew-items .project-content-area .content .readmore{width: 100%; height: auto; margin: 0; padding: 0;}
.pronew-items .project-content-area .content .readmore i{color: #fff; font-size: 28px; font-weight: 100;}

.pronew-items:hover .project-image {opacity: 0;transition: all 0.35s ease 0s;}
.pronew-items:hover .project-image .txt{opacity: 0;transition: all 0.35s ease 0s;}
.pronew-items:hover .project-image .txt2{opacity: 0;transition: all 0.35s ease 0s;}
.pronew-items:hover .project-image .img{opacity: 0;transition: all 0.35s ease 0s;}

.pronew-items:hover .project-content-area {opacity: 1;visibility: visible;transition: all 0.35s ease 0s;}






.pro-nei{margin:0 auto; padding: 0; width: 100%; height: auto;}
.pro-nei .pro-title{margin:0 auto; padding:20px 0; width: 100%; height: auto; border-top: 1px solid #e3e3e3;}
.pro-nei .pro-title .title1{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #47bcc6; line-height: 35px;}
.pro-nei .pro-title .title2{margin: 0; padding: 0; width: 100%; height: auto; font-size: 30px; font-weight: bold; color: #000; line-height: 30px;}
.pro-nei .pro-title .title3{margin: 0; padding: 0; width: 100%; height: auto; font-size: 18px; font-weight: normal; color: #666; line-height: 24px;}

.pro-nei .pro-img{margin:0 auto; padding:20px; width: 100%; height: auto; background: #f1f1f1;}
.pro-nei .pro-img .imga{margin: 0; padding: 0; width: 100%; height: auto; text-align: center;}
.pro-nei .pro-img .imga img{max-width: 100%; height: auto;}

.pro-nei .pro-img .pro-img-nei{margin:0 auto; padding:0 20px; width: 100%; height: auto;}
.pro-nei .pro-img .pro-img-nei .txt1{margin:0 auto; padding:30px 0; width: 100%; height: auto; font-size: 16px;color: #666; line-height: 35px;}
.pro-nei .pro-img .pro-img-nei .txt2{margin:20px auto 10px auto; padding:0; width: 100%; height: auto; font-size: 16px;color: #666; line-height: 35px;}

.pro-nei .pro-img .pro-img-nei .txt2 span{font-size: 34px; font-weight: bold; color: #47bcc6; line-height: 35px;}

.pro-nei .pro-content{margin:30px auto; padding:20px 0; width: 100%; height: auto; background: #fff; font-size: 16px;color: #666; line-height: 30px;}


.pro-nei .pro-con-fourpic{margin:30px auto; padding:0; width: 100%; height: auto;}
.pro-nei .pro-con-fourpic .txt1{width: 100%; height: 300px; background: #f1f1f1; margin:10px 0; padding:40px; display: inline-block; font-size: 16px;color: #666; line-height: 30px; overflow: hidden;}
.pro-nei .pro-con-fourpic .pic2{width: 100%; height: 300px; background: #f1f1f1; margin:10px 0; padding: 0; }
.pro-nei .pro-con-fourpic .pic2 img{width: 100%;
	height: 300px;
	object-fit: cover;}

.pro-nei .pro-con-fourpic .pic3{width: 100%; height: 300px; background: #f1f1f1; margin:10px 0; padding: 0; }
.pro-nei .pro-con-fourpic .pic3 img{width: 100%;
	height: 300px;
	object-fit: cover;}

.pro-nei .pro-con-fourpic .pic4{width: 100%; height: 300px; background: #f1f1f1; margin:10px 0; padding: 0; }
.pro-nei .pro-con-fourpic .pic4 img{width: 100%;
	height: 300px;
	object-fit: cover;}



.pro-nei .pro-con-guanlian{margin:40px auto; padding:0; width: 100%; height: auto;}
.pro-nei .pro-con-guanlian .title{margin:0 auto; padding:30px 0; width: 100%; height: auto; font-size:30px;color: #000; line-height: 35px; display: inline-block;text-align: center; }





.pro-download{margin:30px auto; padding: 0; width: 100%; height: auto; float: left; text-align: right;}
.pro-download a{margin:0; padding: 0 20px; width: auto; height: 30px; line-height: 30px; border-radius: 15px; margin-left: 15px; text-align: center; color: #fff; display: inline-block;background: #47bcc6;}
.pro-download a:hover{background: #333;}



.pro-download .downbtn{margin:0; padding: 0 20px; width: auto; height: 30px; line-height: 30px; border-radius: 15px; margin-left: 15px;border: 0; text-align: center; color: #fff; display: inline-block;background: #333;}
.pro-download .downbtn:hover{background: #47bcc6;border: 0;}

.service-con{margin:30px auto; padding: 50px 0 50px 0; width: 100%; height: auto; background: #fff; border-bottom: 1px solid #e3e3e3; }
.service-con.none{border-bottom: 0; }


.service-con .servicexi{width: 100%; height: auto;padding: 0; margin: 0; padding-right: 80px;}
.service-con .servicexi.right{width: 100%; height: auto;padding: 0; margin: 0; padding-left: 80px;}




.service-con .sec-title{margin: 0 auto; padding: 20px 0; width: 100%; height: auto;}
.service-con .sec-title h2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #000; line-height: 35px;}
.service-con .sec-title .line{margin:20px 0; padding: 0; width: 80px; height: 4px;background: #47bcc6;}
.service-con .sec-title span{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 16px; font-weight: bold; color: #666; line-height: 35px;}






.service-con .sec-icon {margin: 0; padding: 15px 0; width:100%; height: auto; display: block; float: left;}
.service-con .sec-icon .iconnei {margin: 0; padding: 15px; width: 100%; height: auto; border: 1px solid #c3c3c3; border-radius: 15px;}
.service-con .sec-icon .iconnei .ico{margin: 0; padding: 0; width: 100%; height: auto; text-align: center;}
.service-con .sec-icon .iconnei .ico img{width: 80px; height: auto;}

.service-con .sec-icon .iconnei p{margin:10px 0; padding: 0; width: 100%; height: auto;min-height: 40px; font-size: 14px; color: #666; line-height: 20px; text-align: center;}

.service-con .img{margin: 0; padding: 0; width: 100%; height: auto;}
.service-con .img img{max-width: 100%; height: auto;}




.service-video{
    position: relative;
    padding: 100px 0;
    background: url('../images/bg-service1.jpg') no-repeat;
	background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.service-video:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 50%;
    width: 100%;
    height: 100%;
}

.service-video .container{
	position: relative;
	z-index: 1;
}
.service-video-box{
    margin-bottom: 50px;
}
.service-video-box .section-title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.service-video-box .section-title h5{
    color: #47bcc6;font-size: 18px;line-height: 30px;font-weight:600;text-align: center;
}

.service-video-box .section-title h2{
    color: #fff;font-size: 40px;line-height: 40px;font-weight:600;text-align: center;
}


.service-video-box .read{padding: 0;align-items: center;width: 200px; height: auto; position: relative; 
	margin: 40px auto;
	text-align: center;}


.job-con{margin: 0 auto; padding: 50px 0 30px 0; width: 100%; height: auto; background: #fff;}
.job-con .sec-title h2{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 34px; font-weight: bold; color: #000; line-height: 35px;}
.job-con .sec-title .line{margin:20px 0; padding: 0; width: 80px; height: 4px;background: #47bcc6;}
.job-con .sec-title span{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 16px; font-weight: bold; color: #666; line-height: 35px;}

.job-con .jobtiao{margin: 20px 0 0 0; padding: 15px 20px; width: 100%; height: auto; background: #f3f3f3; display: inline-block;}

.job-con .jobtiao p{padding: 0 40px; width: auto; height: auto;font-size: 16px; color: #888; line-height: 40px; float: left;}
.job-con .jobtiao .img{padding: 0 40px 0 0; width: auto; height: auto;text-align: left;font-size: 18px;float: left;color: #47bcc6; line-height: 40px; font-weight: bold;}
.job-con .jobtiao .img img{width: 40px; height: auto; margin-right: 10px;}



.faqs-section{margin: 0 auto; padding: 40px 0; width: 100%; height: auto;}



.page-faqs-accordion .accordion-item{
	position: relative;
	background: none;
	border: 1px solid #ccc;
	padding: 40px;
	margin-bottom: 20px;
}


.page-faqs-accordion .accordion-item .accordion-button{
	font-size: 30px;line-height: 40px;
	font-weight: 300;
	color: #000;
	border-bottom: 1px solid #e3e3e3;;
	box-shadow: none;
	padding: 15px;
	position: relative;
	transition: all 0.3s ease-in-out;
}




.page-faqs-accordion .accordion-button:not(.collapsed){
    color: #47bcc6;
}

.page-faqs-accordion .accordion-item .accordion-button::after,
.page-faqs-accordion .accordion-item .accordion-button.collapsed::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	bottom: auto;
	transform: translate(0px, -10px) rotate(45deg);
	background-image: url(../images/icon-plus.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	padding: 0;
	transition: all 0.3s ease-in-out;
}

.page-faqs-accordion .accordion-item .accordion-button.collapsed::after{
	transform: translate(0px, -10px) rotate(0deg);
}

.page-faqs-accordion .accordion-item .accordion-button span{
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	transform: translateY(50%);
	font-size: 22px;
	line-height: 1.1em;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.page-faqs-accordion .accordion-button:not(.collapsed) span{
	color: var(--accent-color);
}

.page-faqs-accordion .accordion-item .accordion-collapse .accordion-body{
	padding:15px;
}

.page-faqs-accordion .accordion-item .accordion-collapse .accordion-body p{
	margin: 0;font-size: 16px; color: #666; line-height: 30px; padding: 10px 0;
}
.page-faqs-accordion .accordion-item .accordion-collapse .accordion-body h4{
	margin: 0;font-size: 20px; color: #000; line-height: 30px; padding: 10px 0;font-weight: bold;
}

.contact-con{margin: 0 auto; padding: 80px 0; width: 100%; height: auto;}
.contact-info{margin: 0; padding: 30px; width: 100%; height: auto; background: #fff; border: 1px solid #e3e3e3; display: block;}
.contact-info .ico{margin: 0; padding: 0; width: 100%; height: auto; text-align: center;}

.contact-info .ico img{max-width: 60px; height: auto; text-align: center; opacity: 0.2;}
.contact-info .txt1{margin: 0; padding: 0; padding-top: 30px; width: 100%; height: auto; text-align: center; font-size: 24px; color: #000; text-align: center; line-height: 30px;}
.contact-info .txt2{margin: 0; padding: 0; width: 100%; height: auto; text-align: center; font-size: 14px; color: #666; text-align: center; line-height: 30px;}
.contact-info .txt3{margin: 0; padding: 0; padding-top: 20px; width: 100%; height: auto; text-align: center; font-size: 14px; color: #47bcc6; text-align: center; font-weight: bold;line-height: 30px;}

.contact-form{padding: 60px; margin: 30px 0; width: 100%; height: auto; background: #f3f3f3;}
.contact-form .title1{padding:10px 0; margin:10px 0 50px 0; width: 100%; height: auto; font-size: 24px; color: #000; font-weight: 600; line-height: 30px; text-align: center;}

.contact-form .form-control{
	border: 1px solid rgb(236 , 236 , 236 , .9);
    border-radius: 0;
}


.contact-form label{font-size: 16px; color: #000; line-height: 30px;font-weight: 500; padding: 10px 0;}
.contact-form input.form-control{
	margin-bottom: 25px;padding: 10px 20px; font-size: 16px; color: #666; line-height: 20px;
    border-radius: 0;
}
.contact-form form input::placeholder{
	color: rgb(132 132 132);
}
.contact-form textarea.form-control{
	height: 125px; font-size: 16px; color: #666; line-height: 30px;
    resize: none;
    padding: 10px 20px;
    border-radius: 0;
}
.contact-form input[type="checkbox"]{
	-webkit-appearance: auto;
	margin-right: 0;
}
.contact-form button{
	padding: 10px 50px;margin: 30px auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;border: 1px solid #e3e3e3; border-radius: 20px;
    transition: all 0.3s ease 0s;font-size: 16px;font-weight: normal;
}
.contact-form button:hover{
	background-color: #47bcc6;color: #fff;transition: all 0.3s ease 0s;
}






.fuwu-form{padding: 10px; margin: 10px 0; width: 100%; height: auto;}
.fuwu-form .title1{padding:10px 0; margin:10px 0 50px 0; width: 100%; height: auto; font-size: 24px; color: #000; font-weight: 600; line-height: 30px; text-align: center;}

.fuwu-form .form-control{
	border: 1px solid rgb(236 , 236 , 236 , .9);
    border-radius: 0;
}


.fuwu-form label{font-size: 16px; color: #000; line-height: 30px;font-weight: 500; padding: 0;}
.fuwu-form input.form-control{
	margin-bottom: 10px;padding: 10px 20px; font-size: 16px; color: #666; line-height: 20px;
    border-radius: 0;
}
.fuwu-form form input::placeholder{
	color: rgb(132 132 132);
}
.fuwu-form textarea.form-control{
	height: 125px; font-size: 16px; color: #666; line-height: 30px;
    resize: none;
    padding: 10px 20px;
    border-radius: 0;
}
.fuwu-form input[type="checkbox"]{
	-webkit-appearance: auto;
	margin-right: 0;
}
.fuwu-form button{
	padding: 10px 50px;margin: 30px auto 0 auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;border: 1px solid #e3e3e3; border-radius: 20px;
    transition: all 0.3s ease 0s;font-size: 16px;font-weight: normal;
}
.fuwu-form button:hover{
	background-color: #47bcc6;color: #fff;transition: all 0.3s ease 0s;
}








.pro-form{padding: 10px; margin: 10px 0; width: 100%; height: auto;max-width: 800px;}
.pro-form .title1{padding:10px 0; margin:10px 0 50px 0; width: 100%; height: auto; font-size: 24px; color: #000; font-weight: 600; line-height: 30px; text-align: center;}

.pro-form .form-control{
	border: 1px solid rgb(236 , 236 , 236 , .9);
    border-radius: 0;
}


.pro-form label{font-size: 16px; color: #000; line-height: 30px;font-weight: 500; padding: 0;}
.pro-form input.form-control{
	margin-bottom: 10px;padding: 10px 20px; font-size: 16px; color: #666; line-height: 20px;
    border-radius: 0;
}
.pro-form form input::placeholder{
	color: rgb(132 132 132);
}
.pro-form textarea.form-control{
	height: 125px; font-size: 16px; color: #666; line-height: 30px;
    resize: none;
    padding: 10px 20px;
    border-radius: 0;
}
.pro-form input[type="checkbox"]{
	-webkit-appearance: auto;
	margin-right: 0;
}
.pro-form button{
	padding: 10px 50px;margin: 30px auto 0 auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0;border: 1px solid #e3e3e3; border-radius: 20px;
    transition: all 0.3s ease 0s;font-size: 16px;font-weight: normal;
}
.pro-form button:hover{
	background-color: #47bcc6;color: #fff;transition: all 0.3s ease 0s;
}









.popover-trigger {
 
  transition: background-color 0.2s ease;
}

.popover-trigger:hover {
  background-color: var(--primary-hover);
}

.popover-trigger:focus-visible {
  outline: 2px solid var(--focus-color);
  outline-offset: 2px;
}

dialog[popover] {
  padding: 0;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background: white;
  animation: slide-in 0.3s ease;
}

dialog[popover].down-tt {
  padding: 0;
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  max-width: 800px;
  width: 100%;
  margin: auto;text-align: left;
  animation: slide-in 0.3s ease;
}






.close-button {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 40px;
  height: 40px;font-size: 20px;
  padding: 0;
  background-color: var(--background-light);
  color: var(--text-color);
  border: 2px solid transparent;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.close-button:hover {
  background-color: var(--primary-hover);
  color: white;
}

.close-button:focus-visible {
  outline: none;
  border-color: var(--focus-color);
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.3);
}
.pro-content {
  padding: 30px;  margin: 0; display: inline-block;width: 100%; max-width: 800px;background: #e3e3e3;
}

.popover-content {
  padding: 30px; background: #eeeeee; margin: 0; display: block;
}

.popover-content p {
  margin: 1rem 0;
  line-height: 1.5;
  color: var(--text-color);
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

::backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  animation: fade-in 0.2s ease;
}


.service-txt{margin: 0 auto; padding: 0; width: 100%; height: auto;}
.service-txt .t1{margin: 0 auto; padding:30px 0 0 0; width: 100%; height: auto; font-size: 30px; color: #000;}
.service-txt .t2{margin: 0 auto; padding:20px 0 0 0; width: 100%; height: auto; font-size: 16px; color: #000;}

.service-txt .t3{margin: 0 auto; padding:20px 0 0 0; width: 100%; height: auto; font-size: 16px; color: #000;}
.service-txt .t4{margin: 0 auto; padding:0; width: 100%; height: auto; font-size: 26px; color: #000; font-weight: bold;}
.service-txt .t5{margin: 0 auto; padding:20px 0 0 0; width: 100%; height: auto; font-size: 16px; color: #000;}

.service-txt .t6{margin: 0 auto; padding:20px 0 0 0; width: 100%; height: auto; font-size: 16px; color: #000;}
.service-txt .t6 img{max-width: 100px; height: auto;}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1680px) {
	
}

@media screen and (max-width: 1441px) {
	
.service-con .sec-icon .iconnei .ico img{width: 40px; height: auto;}

.service-con .sec-icon .iconnei p{font-size: 12px; color: #666; line-height: 20px; text-align: center;}	
	.service-con .sec-icon .iconnei p br{display: none;}
	
.service-con .servicexi{width: 100%; height: auto;padding: 0; margin: 0; padding-right: 40px;}
.service-con .servicexi.right{width: 100%; height: auto;padding: 0; margin: 0; padding-left: 40px;}	
	
	
	
	
	}
@media screen and (max-width: 1200px) {
	
	.pro-nei .pro-con-fourpic .txt1{height: 250px; }
.pro-nei .pro-con-fourpic .pic2{height: 250px;}
.pro-nei .pro-con-fourpic .pic2 img{	height: 250px;	object-fit: cover;}
.pro-nei .pro-con-fourpic .pic3{height: 250px;}
.pro-nei .pro-con-fourpic .pic3 img{height: 250px;	object-fit: cover;}
.pro-nei .pro-con-fourpic .pic4{height: 250px; }
.pro-nei .pro-con-fourpic .pic4 img{height: 250px;	object-fit: cover;}	
	
	
	
	}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 990px) {
		.app-content  .app-miaoshu .app-txtneileft{margin:0 auto; padding:0; width: 100%; height: auto;}
.app-content  .app-miaoshu .app-txtneiright{margin:0 auto; padding:0; width: 100%; height: auto;}
.app-content .app-youshi .app-youshicon{margin:0 auto; padding:20px;}
.app-content .app-youshi .app-youshicon .ico1{margin:0 auto; padding:0 0 20px 0; width: 100%; height: auto;text-align: center;}
.app-content .app-youshi .app-youshicon .ico1 img{width: 50px; height: auto;text-align: center;}

.app-content .app-youshi .app-youshicon .txt1{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 20px; font-weight: 300; color: #000; line-height: 30px; text-align: center;}
.app-content .app-youshi .app-youshicon .txt2{margin: 0; padding: 0; width: 100%; height: auto; font-size: 14px; font-weight: normal; color: #666; line-height: 20px; text-align: center;}
	
.contact-info{margin:10px 0; padding: 20px;}	
	.page-faqs-accordion .accordion-item{
	padding: 20px;
	margin-bottom: 20px;
}


.page-faqs-accordion .accordion-item .accordion-button{
	font-size: 20px;line-height: 30px;
}
	
.intro-video-list ul li{padding: 10px;}	
.intro-video-list ul li p{font-size: 15px; line-height: 20px;}
.intro-video-list ul li h3{padding:10px 0; font-size: 22px; line-height: 25px;font-weight: 300;text-align: center; color: #fff;}
	.intro-video-list ul li .img1{
   margin-top: -25px;background: none;
}
	.intro-video-list ul li .img1 img{
    width: 50px; height: auto;filter: brightness(0) invert(1)
}
	.project-items .project-image .ico img {
  width: 40px; height: auto;
}
	
.intro-video{
    padding: 50px 0;
}
.zuzicon{padding: 20px;}
.zuzicon .ico img{width: 50px; height: auto;}
.zuzicon .txt  {
  color: #fff;padding: 10px 0;font-size: 20px;text-align: center;font-weight: 300;
}
	
.pro-con{margin:50px auto 30px auto; padding: 50px 0; width: 100%; height: auto; background: #fff;  }

.sidebar-widge{
  margin-top: 20px; display:inline-block;
}
.sidebar-widget{width: 100%;}
.widget-title {
  margin-bottom: 5px;
}	

.offcanvas-menu li a {width: 32%; float: left; margin-right: 1%;
}	
	.offcanvas-menu	{margin-top: 20px; margin-bottom: 20px;width: 100%; height: auto; display: inline-block;}
	
.app-content .app-youshi .app-youshicon{margin:8px auto; padding:30px; width: 100%; height: auto; border: 1px solid #e3e3e3;}	
	
	.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
 display: none;
}

.offcanvas-menu > ul > li > ul li a {
 display: none;
}
.offcanvas-menu li.active > ul {
  display: none;
}	
.contact-form{padding: 30px; margin: 30px 0; width: 100%; height: auto; background: #f3f3f3;}	
	
	.service-txt .t1{margin: 0 auto; padding:10px 0 0 0; width: 100%; height: auto; font-size: 20px;line-height: 25px; color: #000;}
.service-txt .t2{margin: 0 auto; padding:10px 0 0 0; width: 100%; height: auto; font-size: 16px;line-height: 20px; color: #000;}

.service-txt .t3{margin: 0 auto; padding:10px 0 0 0; width: 100%; height: auto; font-size: 16px;line-height: 20px;  color: #000;}
.service-txt .t4{margin: 0 auto; padding:0; width: 100%; height: auto; font-size: 20px;line-height: 20px;  color: #000; font-weight: bold;}
.service-txt .t5{margin: 0 auto; padding:10px 0 0 0; width: 100%; height: auto; font-size: 16px; line-height: 20px; color: #000;}

.service-txt .t6{margin: 0 auto; padding:10px 0 0 0; width: 100%; height: auto; font-size: 16px; line-height: 20px; color: #000;}
.service-txt .t6 img{max-width: 50px; height: auto;}
	
	}






@media screen and (max-width: 640px) 
	{
		.container{padding-left: 20px; padding-right: 20px;}		
.app-con{margin:20px auto; padding: 20px 0; width: 100%; height: auto; background: #fff;  }		
	
.service-con{padding: 20px;  }

.service-con .servicexi{padding-right: 0;}
.service-con .servicexi.right{ padding-left: 0;}
	
.app-content .app-youshi .app-youshicon .txt1{margin: 0; padding: 5px 0;  font-size:18px; font-weight: 300; color: #000; line-height: 20px; text-align: center;}
	
		
.pronew-items .project-image .txt2{padding:10px; height: auto;}
.pronew-items .project-image .txt2 h4{position: relative;width: 100%;margin:5px 0; padding:0; font-size: 16px; }
.pronew-items .project-image .txt2 .en{position: relative;width: 100%;margin:5px 0; padding:0; font-size: 12px;}

		
		.count-about{margin: 0; padding: 20px 0;border-bottom: 1px solid #e3e3e3; }
.count-about .count{font-size: 20px; font-weight: bold;text-align: center;color: #47bcc6; line-height: 30px;}
.count-about .count span{font-size: 30px;}
.count-about .txt1{margin: 0; padding: 15px 0; width: 100%; height: auto; font-size: 18px; font-weight: bold; text-align: center;color: #000; line-height: 30px;}
.count-about .txt2{margin: 0; padding: 0; width: 100%; height: auto; font-size: 14px; text-align: center;color: #666; line-height: 24px;}
		
		
.project-items .project-image .ico {
  margin: 0 auto; padding:0 0 15px 0; width: 100%; height: auto; text-align: center;
}		
		
		
.project-items .project-image .txt h4 {
  color: #000;font-size: 14px; font-weight: 300;line-height: 25px;  height: 40px;
}
.project-items .project-image .txt p {display: none;}	
	.project-items .project-image .read{display: none;
}	
.intro-video-list ul li{
    position: relative;width: 100%; margin:30px 0 10px 0; padding:20px; float: left;
    color: #fff;
}
.intro-video-list ul li .img1{
    margin-top: -45px;background: none;
}
		
.about-zuzi{margin: 0; padding: 30px 0; width: 100%;}
.about-zuzi .sec-title h2{font-size: 30px; font-weight: bold; color: #fff; line-height: 30px;}		
		
		.zuzicon{padding:10px 20px;margin: 5px 0;}
.zuzicon .txt  {
  color: #fff;padding: 10px 0;font-size: 16px;text-align: center;font-weight: 300;line-height: 20px;
}	
		
.project-items {
  margin-top: 10px;background: #fff; 
}		
		
.offcanvas-menu li a {width: 49%; float: left; margin-right: 1%;
}			
		
	.pro-nei .pro-con-fourpic .txt1{height: auto; }
		
		
}