.mt100 {
  margin-top: 100px;
}

.header {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  left: 0;
  height: 80px;
  z-index: 300;
  /*-- menu --*/
}

.header .logo {
  top: 14px;
  left: 30px;
  position: absolute;
}

.header .mobile-nav-button {
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px #ffb400 solid;
  border-radius: 5px;
}

.header .mobile-nav-button .mobile-nav-button__line {
  width: 35px;
  height: 2px;
  background: #ffb400;
  position: relative;
  transition: 0.5s ease;
  margin: 10px auto;
}

.header .mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5em auto;
}

.header .mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 13px;
  position: absolute;
}

.header .mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}

.header .mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.header .mobile-nav-button .mobile-nav-button__line--1,
.header .mobile-nav-button .mobile-nav-button__line--3 {
  left: 15%;
}

.header .mobile-menu {
  display: block;
  width: 18%;
  right: -20%;
  height: 100%;
  background: rgba(1, 16, 25, 0.67);
  position: fixed;
  z-index: 9998;
  transition: 0.6s ease;
  top: 0;
  opacity: 0;
}

.header .mobile-menu ul {
  position: relative;
  top: 20%;
  padding: 0;
}

.header .mobile-menu ul li {
  list-style: none;
  margin-bottom: 2em;
  display: block;
}

.header .mobile-menu ul li a {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  overflow: hidden;
  position: relative;
  padding: 1em 0;
}

.header .open > ul.dropdown-menu.agile_short_dropdown {
  display: block;
  transform: none !important;
  min-width: 65%;
  border: none;
  box-shadow: none;
  border-radius: 0;
  left: 18%;
}

.header .open > ul.dropdown-menu.agile_short_dropdown li {
  margin: 0 !important;
}

.header ul.dropdown-menu.agile_short_dropdown > li > a:hover {
  background: none;
}

.header .mobile-menu ul li a:after {
  content: '';
  background: #ffb400;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  z-index: -1;
  transition: 0.4s ease;
}

.header .mobile-menu ul li a:hover,
.header .mobile-menu ul li.active a {
  color: #fff;
}

.header .mobile-menu ul li a:hover:after,
.header .mobile-menu ul li.active a:after {
  right: 0;
}

.header li.dropdown.act a.w3_icons_act {
  background: #0e0e0e;
  color: #fff;
}

.header .mobile-menu img {
  position: absolute;
  width: 150px;
  display: block;
  left: 50%;
  top: 3rem;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  padding: 0;
  text-align: center;
}

.header .mobile-menu--open {
  opacity: 1;
  right: 0%;
}

.header .dropdown.active.open a ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after {
  background: none !important;
}

.titlebox {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
.section-padding{
  padding: 80px 0;
}

.titlebox .tit1e h2 {
  font-size: 30px;
}

.titlebox .tit1e p {
  margin-top: 10px;
}

.titlebox .line {
  position: absolute;
  width: 500px;
  height: 1px;
  background-color: #ffb400;
  right: 30px;
  top: 50%;
}

.titlebox.coo {
  color: #fff !important;
}

.titlebox.coo .line {
  background-color: #fff;
}

#business .services-main {
  width: 1350px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}
#business .services-main a{
  text-decoration: none;
}

#business .sevices-w3layouts-grids {
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  position: relative;
  padding: 30px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  margin-right: 50px;
}
#business a:last-child .sevices-w3layouts-grids {
  margin-right: 0;
}
@media screen and (max-width: 1366px) {
  #business .services-main {
    width: 1280px;
  }
  #business .sevices-w3layouts-grids {
    margin-right: 20px;
  }

  #business a:last-child .sevices-w3layouts-grids {
    margin-right: 0;
  }
  
}

#business .sevices-w3layouts-grids.sevices-w3layouts-mdl {
  /* margin: 0 50px; */
}

#business .sevices-w3layouts-grids h5 {
  font-size: 20px;
  text-transform: uppercase;
  color: #f58703;
  text-decoration: none;
  margin-top:40px;
}

#business .sevices-w3layouts-grids p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.8em;
  color: #fcfcfc;
  text-decoration: none;
}

#business .sevices-w3layouts-row .social-icons {
  margin: 1em 0 0;
}

#business .sevices-w3layouts-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  background-color: #ffb400;
  box-sizing: border-box;
}

#business .sevices-w3layouts-img {
  padding-top: 80px;
}
#business .sevices-w3layouts-img .pic{
  height: 100px;
}

#business .sevices-w3layouts-img img {
  color: #fff;
}

#business .sevices-w3layouts-img p {
  font-size: 20px;
}

#business .sevices-w3layouts-grids:hover div.sevices-w3layouts-img {
  top: 100%;
}

.case .wthree_p_grid {
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  position: relative;
  display: block;
}

.case .wthree_p_grid:hover .agileinfo_content_wrap {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  height: 100%;
  -moz-transform: scale(1, 1) perspective(400px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: scale(1, 1) perspective(400px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform: scale(1, 1) perspective(400px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: scale(1, 1) perspective(400px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: scale(1, 1) perspective(400px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.case .wthree_p_grid img {
  -moz-transition: border-radius 400ms ease 0s;
  -o-transition: border-radius 400ms ease 0s;
  -webkit-transition: border-radius 400ms ease 0s;
  -ms-transition: border-radius 400ms ease 0s;
  transition: border-radius 400ms ease 0s;
  transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  border-radius: 0;
}

.case .agileinfo_content_wrap {
  opacity: 0;
  -moz-transition: opacity 400ms ease 0s, -moz-transform 400ms ease 0s,
 border-radius 400ms ease 0s;
  -o-transition: opacity 400ms ease 0s, -o-transform 400ms ease 0s,
 border-radius 400ms ease 0s;
  -webkit-transition: opacity 400ms ease 0s, -webkit-transform 400ms ease 0s,
 border-radius 400ms ease 0s;
  -ms-transition: opacity 400ms ease 0s, -ms-transform 400ms ease 0s,
 border-radius 400ms ease 0s;
  transition: opacity 400ms ease 0s, transform 400ms ease 0s,
 border-radius 400ms ease 0s;
  -moz-transform: scale(0, 0) perspective(400px) rotateX(360deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: scale(0, 0) perspective(400px) rotateX(360deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform: scale(0, 0) perspective(400px) rotateX(360deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: scale(0, 0) perspective(400px) rotateX(360deg) rotateY(0deg) rotateZ(0deg);
  transform: scale(0, 0) perspective(400px) rotateX(360deg) rotateY(0deg) rotateZ(0deg);
  transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

.case .wthree_p_grid .agileinfo_content_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.case .wthree_p_grid .agileits_content {
  padding: 3.3em 4em;
  background: rgba(0, 0, 0, 0.72);
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.case .agileits_content {
  background: rgba(42, 42, 42, 0.59);
  text-align: center;
  border-radius: 0;
}

.case .w3ls_gallery_grid p {
  color: #fff;
  text-align: center;
  margin-top:4px;
}

.case .wthree_p_grid .agileits_content h3 {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.case .wthree_p_grid .agileits_content h4 {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.case .w3ls_gallery_grid {
  margin-top: 2em;
}

.cooperative {
  background-color: #a1a1a1;
}

.cooperative .icustomer {
  text-align: center;
}

#advantages {
  background: url("../images/image/adbg.png");
}

#advantages .text-center {
  text-align: center;
}

.about-us .about-us-content {
  padding-top: 30px;
  color: #fff;
}

.about-us .about-us-content h3 {
  font-size: 20px;
}

.about-us .about-us-content h3.color {
  color: #000;
  margin-bottom: 50px;
}

.about-us .about-us-content p {
  padding-top: 10px;
}

.about-us .fa {
  margin: 0 auto;
  height: 140px;
  width: 140px;
  border: 5px solid #fff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.75s;
  -moz-transition: all ease-in-out 0.75s;
  -o-transition: all ease-in-out 0.75s;
  -ms-transition: all ease-in-out 0.75s;
  transition: all ease-in-out 0.45s, background-color ease-in-out 0.1s;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.about-us .fa.mian_color {
  border: 5px solid #ffb400;
}

.about-us .fa:hover {
  color: #fff;
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-radius: 55%;
}

.prog {
  width: 1000px;
  margin: 0 auto;
}

.prog .con {
  width: 100%;
  box-sizing: border-box;
}

.prog .con li {
  height: 60px;
  width: 100%;
  font-size: 18px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-left: 100px;
}

.prog .con li:nth-of-type(2n) {
  background-color: #f2f2f2;
}

.prog .con li .wrap {
  height: 9px;
  border: 1px solid #ffb400;
  width: 70%;
  margin-right: 6%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.prog .con li .wrap .strip {
  height: 100%;
  width: 0;
}

.prog .con li .wrap .team,
.prog .con li .wrap .year,
.prog .con li .wrap .tool,
.prog .con li .wrap .brand,
.prog .con li .wrap .pro,
.prog .con li .wrap .renew {
  background-color: #ffb400;
}

#news .news {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#news .news .block {
  position: relative;
  width: 49%;
  min-height: 250px;
  background-color: #ffb400;
}

#news .news .block .content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#news .news .block .content .imgbox {
  width: 50%;
}

#news .news .block .content .imgbox img {
  width: 100%;
  height: 100%;
  height: 261px;
}

#news .news .block .content .cont {
  width: 50%;
  padding: 20px 20px 50px 20px;
}

#news .news .block .content .cont .tit {
  font-size: 18px;
  margin-bottom: 24px;
}


#news .news .block .content .cont .txt div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 10px 0;
}

#news .news .block .content .cont .txt p {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
}
#news .news .block .content .cont .txt p a{
  color: #000;
  text-decoration: none;
}

#news .news .block .content .cont .txt span {
  color: #ff7800;
}

#news .news .block .morecon {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 60%;
  height: 50px;
  padding-right: 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

#news .news .block .morecon .line {
  height: 1px;
  width: 70%;
  background-color: #fff;
}

#news .news .block .morecon .txt {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

#news .news .block .morecon .txt:visited, #news .news .block .morecon .txt:hover {
  text-decoration: none;
}


.banner{
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:  auto 100%;
}

.contact {
  width: 100%;
  background: url("../images/image/contact.png") no-repeat 0/cover;
  color: #fff;
  box-sizing: border-box;
  padding: 80px 0;
}
.contact div a{
  color: #000;
}

.contact h2 {
  font-size: 30px;
  padding: 0 0 40px 30px;
}

.contact .line {
  background-color: #fff;
  height: 1px;
  margin-left: calc(-50vw + 160px);
  width: 50vw;
}

.contact p {
  margin: 30px 0 0 0;
  padding-left: 30px;
}

.contact p.address {
  background: url("../images/img/address.png") no-repeat;
  padding-top: 8px;
}

.contact p.tel {
  background: url("../images/img/tel.png") no-repeat;
  padding-top: 5px;
}

.contact p.web {
  background: url("../images/img/web.png") no-repeat;
  padding-top: 2px;
}

.contact p.copyright {
  margin-top: 100px;
  padding-left: 0;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.inner .bread{
  margin: 20px 0;
  font-size: 14px;
}
.inner .bread a{
  color: #999999;
}
.utab{
  margin: -50px 0 50px !important;
}

.tabs {
  position: relative;
  margin-top: -50px;
}

.tabs .tab {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.tabs .tab li {
  width: 314px;
  height: 100px;
  background-color: #ffb400;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  line-height: 100px;
  text-align:center;
}

.tabs .tab li.selectActive {
  background-color: #383838;
}
.tabs .tab li a{
  color: #ffffff;
  text-decoration: none;
}

.tabs .tab li img {
  margin-right: 20px;
}

.tabs .panel {
  box-shadow: none;
  display: none;
}

#tab .list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

#tab .list .list_nav {
  padding: 0 20px;
  margin: 0 50px 0 0;
  color: #ffb400;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

#tab .list .list_nav.active {
  border-bottom: 2px solid #000;
  color: #000;
}

#tab .tab2 {
  width: 100%;
}

#tab .tab2 .tab_nav {
  width: 100%;
  display: none;
  padding-top: 60px;
}
/* 
#tab .tab2 .tab_nav p {
  line-height: 20px;
} */
/* #tab .tab2 .tab_nav p:last-child{
  margin-bottom: 10px;
} */
/* 
#tab .tab2 .tab_nav img {
  width: 100%;
} */

#tab .tab2 .on {
  display: block;
}

.back {
  text-align: right;
  margin-top: 20px;
  position: fixed;
  bottom: 20px;
  right: 8%;
  display: none;
}

.back a {
  display: block;
  float: right;
  width: 50px;
  height: 50px;
}



.news-title{
  height: 54px;
  background: #ffb400;
  color: #ffffff;
  margin:50px 0 0 0;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  padding: 10px 20px;
}

.news-list{
  margin: 0 -20px;
}
.news-list .item{
  float: left;
  width:50%;
  padding: 30px 20px;
}
.news-list .item .pic{
  width: 40%;
  float: left;
  margin-right: 2%;
  
}
.news-list .item .cont{
  width: 58%;
  float: left;
  word-break: break-all;
}
.news-list .item .cont .date{
  color: #f58703;
  font-size: 16px;
  margin-bottom: 10px;
}

.news-list .item .cont>div{
  height:100px;
  overflow: hidden;
}
.news-list .item .cont>div a{
  color: #000;
  text-decoration: none;
}
.news-list .item .cont>div h4{
  font-size: 16px;
  margin-bottom: 10px;
}
.news-list .item .cont>div p{
  font-size: 12px;
}

.pages{
  text-align: center;
  margin-top: 20px;
}
.pages ul{
  display: inline-block;
  vertical-align: top;

}
.pages ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;

}
.pages ul li a{
  font-size: 12px;
  width: 45px;
  height: 30px;
  display: block;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background: #ffb400;
  border-radius: 50px;
  text-decoration: none;
}
.c{
  font-size: 12px;
  width: 45px;
  height: 30px;
  display: block;
  color: #000000;
  text-align: center;
  line-height: 30px;
  background: #ffb400;
  border-radius: 50px;
  text-decoration: none;
}
.pages ul li a.cur{
  background: #383838
}
.pages ul li a.arr-l{
  background: url(../images/news/arr-l.png) center center no-repeat;
  text-indent: -9999px;
}
.pages ul li a.arr-r{
  background: url(../images/news/arr-r.png) center center no-repeat;
  text-indent: -9999px;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}


.case-list{
  margin: 0 -8px;
}
.case-list .item{
  width: 308px;
  margin: 0 15px 20px;
  float: left;
  position: relative;
  overflow: hidden;
}
.case-list .item a{
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.case-list .item a:after{
  content:"";
  left: 0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.3);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  transition: all .2s ease-out;
}
.case-list .item img{
  width: 100%;
  display: block;
}
.case-list .item p{
 font-size:16px;
 text-align:center;
}



.case-list .item a:hover::after{
  opacity: 1;
}

.case-list .item img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.case-list .item a figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	    background: rgba(30, 28, 24, 0.41);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
}


.case-list .item a:hover img {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.case-list .item a:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);
}







.faq-list .item{
  padding: 30px 0;
  border-bottom: 4px solid #d7d7d7;
}
.faq-list .item .a,
.faq-list .item .q{
  position: relative;
  padding-left: 70px;
  min-height: 90px;
  overflow: hidden;
}
.faq-list .item .a{
  padding-left:226px;
}
.faq-list .item .a label,
.faq-list .item .q label{
    font-size: 40px;
    line-height: 120px;
    color: #ffb400;
    position: absolute;
    left: 0;
    top: 0;
}
.faq-list .item .a label{
  left:160px;
}
.faq-list .item .a >div,
.faq-list .item .q >div{
  word-break: break-all;
  margin-top: 50px;
}



.news-detail{
  padding: 60px 0 50px 0;
}
.news-detail .bread{
  font-size: 14px;
  margin-bottom: 20px;
}
.news-detail .bread a{
  color: #999999;
}
.news-detail .bread a:hover{
  color: #555555;
}

.news-detail .n-title{
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.news-detail .n-date{
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.news-detail .n-content{
  margin-top: 40px;
  font-size: 14px;
}

.nav-article{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin: 20px -20px 0 -20px;
}

.nav-article a{
  display: block;
  margin: 0 20px;
  line-height: 40px;
  padding: 0 20px;
  color: #333;
  border: 1px solid #eaeaea;
}
.nav-article a:hover{
  text-decoration: none;
  background: #fafafa;
}



.banner{
  overflow: hidden;
}
.video{
  position: relative;
  height: 100%;
}
.video:before{
  content: "";
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:10;
}
.video video{
  position: absolute;
  top:50%;
  left:50%;
  width:100%;
  min-width:1400px;
  transform: translate3d(-50%,-50%,0);
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
}
/* 20230419 */
.agile_gallery_grids .col-4:nth-child(3n + 1){
  clear: both;
}
.agile_gallery_grids .pic{
  position: relative;
}

.g-tit01 {

}
.g-tit01 .tip{
  margin-right: 10px;
  display: inline-block;
  min-width: 300px;
  padding:  0 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  background-color: #ffb400;
}

/* g-btn01-bottom */
.g-btn01-bottom {
  margin: 20px 0 80px;
  text-align: right;
}
.g-btn01-bottom.center{
  text-align: center;
}
.g-btn01-bottom .g-btn01{
  margin-right: 0;
}
.g-btn01-bottom.center .g-btn01{
  margin: 0 10px;
}
/* g-btn01 */
.g-btn01 {
  margin: 0 10px;
  display: inline-block;
  min-width: 200px;
  padding:  0 5px;
  text-align: center;
  line-height: 40px;
  color: #ffb400;
  font-size: 16px;
  border: 1px solid #ffb400;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.g-btn01:hover {
  background: #ffb400;
  color: #fff;
  text-decoration: none;
}
/* g-btn01 end */
/* g-btn01-bottom end */
/* m-gallery-videolist */
.m-gallery-videolist .pic{
  margin-bottom: 10px;
}
.m-gallery-videolist .tit{
  height: 4.5em;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* m-gallery-videolist end */
.tabs .tab li{
  width: 224px;
}
.case-list .item:nth-child(3n + 1) {
  clear: both;
}
.case-list .item .desc {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
}
.m-tab img{
  height: 32px;
  width: auto;
}
.case-list .item a {
  margin-bottom: 10px;
}
.case-list .item .desc {
  height: 4.5em;
}
.case-list .item p,
.case-list .item .desc {
  text-align: left;
  font-size: 14px;
}
.tabs .tab li a {
  display: block;
}
/* 20230419 end */