﻿/*HEADER*/
.glo_header-mod1 {
	--style-color: #dc714f;
}
/*Mobile*/
.glo_header-mod1 .shoujizhezhao{
	width: 100%;
	height: 100%;
	position: fixed;
  top: 0;
  left: 0;
	z-index: 998;
  background-color: rgba(0,0,0,0.2);
	-webkit-transition: opacity .5s,visibility .5s;
	transition:opacity .5s,visibility .5s;
	opacity: 0;
	visibility: hidden;
}
.glo_header-mod1 .shoujidaohang{
	width: 240px;
  height: 100%;
	position: fixed;
	top: 0;
  left: 0;
  z-index: 200000;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	overflow: auto;
	overflow-x: hidden;
	background-color: #fff;
	padding: 15px;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform .5s ease-in-out,box-shadow .5s ease-in-out;
	transition: transform .5s ease-in-out,box-shadow .5s ease-in-out;
}
.glo_header-mod1 .zhankai{
	box-shadow: 0 2px 8px rgba(0,0,0,0.5);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.glo_header-mod1 .shoujizhezhao.zhankai{
	opacity: 1;
  visibility: visible;
}
.glo_header-mod1 .shoujilogo{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.glo_header-mod1 .shoujilogo a{
	width: 100%;
	height: 100%;
  display: inline-block;
}
.glo_header-mod1 .shoujilogo a img{
	width: 62px;
	height: auto;
}
.glo_header-mod1 .shoujidaohang1{
	width: 100%;
}
.glo_header-mod1 .shoujidaohang1 a{
	display: block;
	width: 100%;
	font-size: 16px;
  color: #231815;
	line-height: 40px;
  border-bottom: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.glo_header-mod1 .shoujidaohang1 .dropdown{
	display: none;
}
.glo_header-mod1 .shoujidaohang1 .dropdown a{
	padding-left: 20px;
	font-size: 14px;
}
.glo_header-mod1 .shoujidaohang1 .has-drop.active{
	color: var(--style-color);
}
.glo_header-mod1 .shoujidaohang2{
	width: 100%;
	margin-top: 20px;
}

/*PC */
.glo_header-mod1.shadow{
  width: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
}
.glo_header-mod1 .daohangzong{
  width: 100%;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.glo_header-mod1 .daohang1{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.glo_header-mod1 .daohang1>a{
  display: block;
}
.glo_header-mod1 .daohang2{
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  flex: 1;
}
.glo_header-mod1 .daohang2 a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  position: relative;
}
.glo_header-mod1 .daohangxuanzhong:before{
  width: 100% !important;
}
.glo_header-mod1 .daohangxuanzhong{
  background-color: var(--style-color) !important;
  color: #fff !important;
}
.glo_header-mod1 .daohangxuanzhongting{
  background-color :var(--style-color) !important;
  color: #fff !important;
}
.glo_header-mod1 .daohang2 a:hover{
  background-color: var(--style-color) !important;
  color: #fff !important;
}
.glo_header-mod1 .daohang2 a:hover:before{
  width: 100%;
}
.glo_header-mod1 .daohang2-1{
  position: relative;
  height: 100%;
}
.glo_header-mod1 .daohang3{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.glo_header-mod1 .daohang3-1{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.glo_header-mod1 .search-text{
  width: 100%;
  height: 50px;
  background: none;
  padding: 0px 10px 0px 10px;
  outline: none;
  font-size: 20px;
  color: #fff !important;
}
.glo_header-mod1 .search-text:focus{
  border-color: var(--style-color);
}
.glo_header-mod1 .search-text::-webkit-input-placeholder{
  color: #eaeaea;
}
.glo_header-mod1 .search-text:-moz-placeholder{
  color: #eaeaea;
}
.glo_header-mod1 .search-text::-moz-placeholder{
  color: #eaeaea;
}
.glo_header-mod1 .search-text:-ms-input-placeholder{
  color: #eaeaea;
}
.glo_header-mod1 #language .dropdown-menu{
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top:94%;
  width:160px;
}
.glo_header-mod1 #language span,
.glo_header-mod1 #language>a{
  color: var(--style-color);
}
.glo_header-mod1 .sousuo{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index:1000999999999999999900;
  background: rgba(0,0,0,0.8);
  display: none;
}
.glo_header-mod1 .sousuoguan{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.glo_header-mod1 .sousuoguan i{
  display: inline-block;
  transition: all .4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.glo_header-mod1 .sousuoguan:hover i{
  transform: rotate(90deg);
}
.glo_header-mod1 .sousuo1{
  width: 32%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -16%;
}
.glo_header-mod1 .sousuo1-1{
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.6s;
}
.glo_header-mod1 .sousuo1-1 button{
  background: transparent;
  border: transparent;
}
.glo_header-mod1 .sousuo1-1 i{
  font-size: 20px;
}
.glo_header-mod1 .sousuo1-1:hover i{
  color: var(--style-color);
}
.glo_header-mod1 .daohang3 i{
  color: var(--style-color);
  font-size: 20px;
}
.glo_header-mod1 .daohang3 span{
  margin-left: 20px;
  display: none;
  position: relative;
}
.glo_header-mod1 .daohang3 span::after{
  content: '\f107';
  font-family: 'FontAwesome';
  font-size: 20px;
  color: var(--style-color);
}
.glo_header-mod1 .daohang4 {
  display:inline-block;
  display:none;
}
.glo_header-mod1 .xiaji{
  background-repeat: no-repeat;
  background-position: right 43px;
  padding-right: 20px!important;
  position: relative;
}
.glo_header-mod1 .daohang2-1:hover .xiaji{
  background-color: var(--style-color) !important;
  color: #fff !important;
}
.glo_header-mod1 .daohang2-1:hover .xiajixuanfu{
  opacity: 1;
  visibility: visible;
}
.glo_header-mod1	.daohang2-1:hover .xiajixuanfu>a{
  background-color: var(--style-color);
  color: #fff;
}
.glo_header-mod1 .daohang2-1:hover .xiajixuanfu>a:hover{
  background-color: #fff !important;
  color: var(--style-color) !important;
}
.glo_header-mod1	.daohang2-1:hover .xiajixuanfu .has-drop>a{
  background-color: var(--style-color);
  color: #fff;
}
.glo_header-mod1 .daohang2-1:hover .xiajixuanfu .has-drop>a:hover{
  background-color: #fff !important;
  color: var(--style-color) !important;
}
.glo_header-mod1	.daohang2-1 .xiajixuanfu-2 a{
  background-color: #fff;
  color: var(--style-color);
}
.glo_header-mod1 .daohang2-1 .xiajixuanfu-2 a:hover{
  background-color: var(--style-color);
  color: #fff;
}
.glo_header-mod1 .xiajixuanfu{
  width: 200px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 8px 0px rgba(0,0,0,0.094);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.glo_header-mod1 .xiajixuanfu .xiajixuanfu-2,
.glo_header-mod1 .xiajixuanfu .xiajixuanfu-3{
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  box-shadow: 2.5px 4.33px 8px 0px rgba(0,0,0,0.094);
}
.glo_header-mod1 .xiajixuanfu .has-drop{
  position: relative;
}
.glo_header-mod1 .xiajixuanfu .has-drop:hover .xiajixuanfu-2,
.glo_header-mod1 .xiajixuanfu-2 .has-drop:hover .xiajixuanfu-3{
  opacity: 1;
  visibility: visible;
}
.glo_header-mod1 .xiajixuanfu a{
  width: 100%;
  height: 55px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 100;
  line-height: 55px;
}
.glo_header-mod1 .xiajixuanfu a:before{
  display: none;
}
.glo_header-mod1 .xiajixuanfu a:hover{
  background-color: #f4f4f4;
  color: #333;
}
.glo_header-mod1 .daohangzong{
  height: 60px;
}
.glo_header-mod1 .daohang1>a>img{
  height: 40px;
}
.glo_header-mod1 .daohang2{
  justify-content: center;
}
.glo_header-mod1 .daohang2 .daohang2-1{
  flex: 1;
}
.glo_header-mod1 .xiajixuanfu a{
  line-height: 1.5;
  height: unset;
  padding: 10px;
  justify-content: flex-start;
}
.glo_header-mod1 .xiajixuanfu{
  top: 60px;
}
.glo_header-mod1 .daohang2 .daohang2-1>a{
  text-transform: uppercase;
}
.glo_header-mod1 .daohang1{
  padding-top: 0;
}
.glo_header-mod1 .xiaji>i{
  margin-left: 10px;
}
@media(min-width:1200px){
  .glo_header-mod1 .daohangzong{
    height: 80px;
  }
  .glo_header-mod1 .xiajixuanfu{
    top: 80px;
  }
  .glo_header-mod1 .daohang1>a>img{
    height: 68px;
  }
  .glo_header-mod1 .daohang2{
    justify-content: center;
    margin: 0 20px;
  }
}
@media(min-width:1440px){
  .glo_header-mod1 .daohang2{
    justify-content: center;
    margin: 0 70px;
  }
  .glo_header-mod1 .daohang2 .daohang2-1>a{
    font-size: 18px;
  }
}
@media(min-width:1640px){
  .glo_header-mod1 .daohang2{
    justify-content: center;
    margin: 0 170px;
  }
}
@media(max-width:1199px){
  .glo_header-mod1.header{
    height: 60px;
  }
  .glo_header-mod1 .daohangzong{
    height: 60px !important;
  }
  .glo_header-mod1 .daohang1 img{
    width: auto !important;
    height: 40px !important;
  }
  .glo_header-mod1 .daohang2{
    display: none;
  }
  .glo_header-mod1 .sousuo{
    display: none;
  }
  .glo_header-mod1 .daohang4{
    display: block;
    margin-top: 10px;
  }
  .glo_header-mod1 .daohanghua{
    height: 60px;
  }
  .glo_header-mod1 .daohang3-1{
    margin-right: 20px;
  }
  .glo_header-mod1 .daohang3 span{
    margin-right: 20px;
  }
}
@media(max-width:767px) {
  .glo_header-mod1 .sousuo1{
    width: 50%;
    margin-left: -25%;
  }
  .glo_header-mod1 .daohang3 span::after{
    content: none;
  }
}
@media(max-width:540px){
  .glo_header-mod1 .sousuo1{
    width: 80%;
    margin-left: -40%;
  }
}
/*HEADER END*/

/*BANNER*/
.banner-mod2 {
  --style-color: #dc714f;
}
.banner-mod2 .swiper-button-prev{
  left: 5%;
}
.banner-mod2 .swiper-button-next{
  right: 5%;
}
.banner-mod2 .swiper-button-prev,
.banner-mod2 .swiper-button-next{
  background-image: unset;
  background-color: var(--style-color);
  color: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  display: none;
}
.banner-mod2 .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background-color: rgba(0,0,0,.6);
  opacity: 1;
}
.banner-mod2 .swiper-pagination-bullet-active{
  background-color: var(--style-color);
}
.banner-mod2 .swiper-pagination{
  bottom: 10px;
}
.banner-mod2 .swiper-slide .info{
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  transition: all 1s ease 0.3s;
  margin-top: 20px;
  opacity: 0;
  display: none;
}
.banner-mod2 .swiper-slide-active .info{
  margin-top: 0;
  opacity: 1;
}
.banner-mod2 .swiper-slide-active{
  transform: scale(1.05);
  transition: all 5s;
}
@media(min-width:1200px){
  .banner-mod2 .swiper-slide .info{
    font-size: 3.75rem;
  }
  .banner-mod2 .swiper-button-prev,
  .banner-mod2 .swiper-button-next{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-mod2 .swiper-pagination{
    bottom: 30px;
    display: none;
  }
  .banner-mod2 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    margin: 0 8px !important;
  }
}

/*PRODUCT*/
.idx_pdt-mod35 {
  --style-color: #dc714f;
}
.idx_pdt-mod35 .title{
  font-weight: bold;
  text-align: center;
}
.idx_pdt-mod35 .pdt-swiper{
  padding-left: 15px;
  padding-right: 15px;
}
.idx_pdt-mod35 .tit{
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
}
.idx_pdt-mod35 .tit a{
  color: inherit;
}
.idx_pdt-mod35 .info-desc{
  font-size: 16px;
  line-height: 2;
}
.idx_pdt-mod35 .btn{
  border-radius: 25px;
  background-color: var(--style-color);
  color: #fff;
  margin-top: 0.9375rem;
}
.idx_pdt-mod35 .btn i{
  margin-left: 0.3125rem;
}
.idx_pdt-mod35 .bottom-group{
  margin-top: 0.9375rem;
  position: relative;
  display: none;
}
.idx_pdt-mod35 .bottom-group .swiper-pagination{
  margin-top: 0;
  text-align: left;
}
.idx_pdt-mod35 .swiper-button-prev,
.idx_pdt-mod35 .swiper-button-next{
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: unset;
  font-size: 36px;
  color: var(--style-color);
  border-radius: 50%;
}
.idx_pdt-mod35 .swiper-button-prev i,
.idx_pdt-mod35 .swiper-button-next i{
  font-size: inherit;
}
.idx_pdt-mod35 .swiper-button-prev{
  left: auto;
  right: 48px;
  transform: rotate(-180deg);
}
.idx_pdt-mod35 .swiper-button-next{
  right: 0;
}
.idx_pdt-mod35 .swiper-pagination{
  position: static;
  margin-top: 0.9375rem;
}
.idx_pdt-mod35 .swiper-pagination-bullet-active{
  background-color: var(--style-color);
}
.idx_pdt-mod35 .swiper-pagination-current{
  font-size: 18px;
  font-weight: bold;
}
.idx_pdt-mod35 .swiper-slide-active .info-group{text-align: left;}
@media(min-width:992px){
  .idx_pdt-mod35 .pdt-swiper{
    padding-left: 0;
    padding-right: 0;
  }
  .idx_pdt-mod35 .swiper-slide{
    width: 540px;
  }
  .idx_pdt-mod35 .swiper-slide-active{
    width: 1080px !important;
    width: 63% !important;
  }
  .idx_pdt-mod35 .info-group{
    width: 50%;
    position: absolute;
    left: 100%;
    bottom: 0;
    z-index: 5;
    margin-left: 50px;
    display: none;
  }
  .idx_pdt-mod35 .swiper-slide-active .info-group{
    display: block;
  }
  .idx_pdt-mod35 .tit{
    margin-top: 0;
  }
  .idx_pdt-mod35 .bottom-group{
    display: block;
  }
  .idx_pdt-mod35 .swiper-page{
    display: none;
  }
  .idx_pdt-mod35 .swiper-pagination-current{
    font-size: 26px;
  }
}
@media(min-width:1200px){
  .idx_pdt-mod35 .tit{
    margin-bottom: 0.9375rem;
  }
  .idx_pdt-mod35 .tit:hover{
    color: var(--style-color);
  }
  .idx_pdt-mod35 .btn{
    min-width: 180px;
    height: 50px;
    line-height: 38px;
    font-size: 16px;
    margin-top: 20px;
  }
  .idx_pdt-mod35 .bottom-group{
    margin-top: 1rem;
  }
}
@media(min-width:1440px){
  .idx_pdt-mod35 .swiper-container{
    padding-right: 100px;
  }
  .idx_pdt-mod35 .bottom-group{
    margin-top: 2rem;
  }
  .idx_pdt-mod35 .btn{
    margin-top: 2.5rem;
  }
}
@media(min-width:1640px){
  .idx_pdt-mod35 .swiper-container{
    padding-right: 200px;
  }
  .idx_pdt-mod35 .bottom-group{
    margin-top: 5rem;
  }
}

/*ABOUT*/
.idx_abt-mod25 {
  --style-color: #dc714f;
}
.idx_abt-mod25 .about-content{
  padding-top: 40px;
  background-position: center 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.idx_abt-mod25 .title{
  font-weight: bold;
  margin-top: 0;
}
.idx_abt-mod25 .info-desc{
  font-size: 16px;
  line-height: 2;
}
.idx_abt-mod25 .sub-desc{
  height: 180px;
  margin-bottom: 2.5rem;
}
.idx_abt-mod25 .sub-desc p{
  margin-bottom: 1.25rem;
}
.idx_abt-mod25 .sub-desc p:last-child{
  margin-bottom: 0;
}
.idx_abt-mod25 .btn{
  background-color: var(--style-color);
  font-size: 16px;
  color: #fff;
  border-radius: 25px;
  transition: all .6s ease;
}
.idx_abt-mod25 .btn i{
  margin-left: 0.3125rem;
}
.idx_abt-mod25 .abt-swiper{
  margin-top: 20px;
  position: relative;
}
.idx_abt-mod25 .abt-swiper .tab-list,
.idx_abt-mod25 .abt-swiper .tab-list>li{
  margin: 0;
}
.idx_abt-mod25 .abt-swiper .swiper-container{
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.idx_abt-mod25 .abt-swiper .swiper-slide{
  padding: 40px 5px;
}
.idx_abt-mod25 .abt-swiper .block{
  background-color: rgba(255,255,255,.9);
  color: #333;
  display: block;
  padding: 32px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 9px 24px rgba(0,0,0,.56);
}
.idx_abt-mod25 .abt-swiper .block::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--style-color);
  opacity: .9;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
  transition: all .3s ease-in;
}
.idx_abt-mod25 .abt-swiper .icon{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--style-color);
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx_abt-mod25 .abt-swiper .icon i{
  font-size: 42px;
  color: #fff;
}
.idx_abt-mod25 .abt-swiper .t2{
  display: none;
}
.idx_abt-mod25 .abt-swiper .bg2{
  display: none;
}
.idx_abt-mod25 .abt-swiper .tit{
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.idx_abt-mod25 .abt-swiper .abt-info{
  max-width: 220px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.idx_abt-mod25 .abt-swiper .active .block{
  background-color: transparent;
  color: #fff;
}
.idx_abt-mod25 .abt-swiper .active .icon{
  background-color: #fff;
  color: var(--style-color);
}
.idx_abt-mod25 .abt-swiper .active .t1{
  display: none;
}
.idx_abt-mod25 .abt-swiper .active .t2{
  display: block;
}
.idx_abt-mod25 .abt-swiper .active .block::after{
  left: 0;
  transition-timing-function: ease-out;
}
.idx_abt-mod25 .swiper-pagination{
  position: static;
  margin: .5rem 0;
}
.idx_abt-mod25 .swiper-pagination-bullet{
  background-color: #fff;
  opacity: 1;
}
.idx_abt-mod25 .swiper-pagination-bullet-active{
  background-color: var(--style-color);
}
.idx_abt-mod25 .swiper-button-next,
.idx_abt-mod25 .swiper-button-prev{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  background: none;
  font-size: 30px;
  color: #fff;
  background-color: var(--style-color);
  display: none;
  align-items: center;
  justify-content: center;
  outline: none;
}
.idx_abt-mod25 .swiper-button-prev{
  left: 0;
}
.idx_abt-mod25 .swiper-button-next{
  right: 0;
}
.idx_abt-mod25 .tab-pane{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.idx_abt-mod25 .tab-pane .h4{
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.idx_abt-mod25 .certificate-swiper{
  margin-top: 0.9375rem;
  position: relative;
}
.idx_abt-mod25 .certificate-swiper .block{
  text-align: center;
}
.idx_abt-mod25 .certificate-swiper .tit{
  display: none;
}
.idx_abt-mod25 .certificate-swiper .swiper-pagination-bullet,
.idx_abt-mod25 .service-swiper .swiper-pagination-bullet{
  background-color: #ddd;
  margin: 0 4px;
}
.idx_abt-mod25 .certificate-swiper .swiper-pagination-bullet-active,
.idx_abt-mod25 .service-swiper .swiper-pagination-bullet-active{
  background-color: var(--style-color);
}
.idx_abt-mod25 .certificate-swiper .swiper-button-next,
.idx_abt-mod25 .certificate-swiper .swiper-button-prev{
  background-color: transparent;
  color: var(--style-color);
}
.idx_abt-mod25 .quality-swiper{
  margin-top: 0.9375rem;
  position: relative;
}
.idx_abt-mod25 .quality-swiper .swiper-button-prev,
.idx_abt-mod25 .quality-swiper .swiper-button-next{
  width: 40px;
  height: 40px;
  display: none;
  align-items: center;
  justify-content: center;
  background-image: none;
  background-color: var(--style-color);
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}
.idx_abt-mod25 .service-swiper{
  margin-top: 0.9375rem;
  position: relative;
  z-index: 1;
}
.idx_abt-mod25 .service-swiper .block{
  text-align: center;
}
.idx_abt-mod25 .service-swiper i{
  font-size: 42px;
  color: var(--style-color);
}
.idx_abt-mod25 .service-swiper .tit{
  margin-top: 0;
  min-height: 72px;
}
.idx_abt-mod25 .service-swiper .line{
  width: 1px;
  height: 106px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: var(--style-color);
}
.idx_abt-mod25 .service-swiper .line::after{
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
.idx_abt-mod25 .service-swiper .after{
  width: 100%;
  height: 70px;
  margin-top: -45px;
  background-color: var(--style-color);
  border-radius: 35px;
  position: relative;
}
.idx_abt-mod25 .service-swiper .after::before{
  content: '';
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border: 2px dashed #fff;
  border-radius: 21px;
}
@media(min-width:992px){
  .idx_abt-mod25 .swiper-pagination{
    display: none;
  }
  .idx_abt-mod25 .certificate-swiper .swiper-button-next,
  .idx_abt-mod25 .certificate-swiper .swiper-button-prev{
    display: flex;
  }
  .idx_abt-mod25 .service-swiper .tit{
    font-size: 18px;
    min-height: 54px;
  }
}
@media(min-width:1200px){
  .idx_abt-mod25 .about-content{
    padding-top: 80px;
  }
  .idx_abt-mod25 .sub-desc{
    height: 180px;
  }
  .idx_abt-mod25 .btn{
    min-width: 180px;
    height: 50px;
    line-height: 36px;
  }
  .idx_abt-mod25 .abt-swiper{
    margin-top: 9.375rem;
  }
  .idx_abt-mod25 .abt-swiper .block:hover .bg1{
    display: none;
  }
  .idx_abt-mod25 .abt-swiper .block:hover .bg2{
    display: block;
  }
  .idx_abt-mod25 .tab-pane{
    padding-top: 10px;
    padding-bottom: 5rem;
  }
  .idx_abt-mod25 .certificate-swiper .swiper-button-next,
  .idx_abt-mod25 .certificate-swiper .swiper-button-prev{
    left: -55px;
  }
  .idx_abt-mod25 .certificate-swiper .swiper-button-next{
    left: auto;
    right: -55px;
  }
  .idx_abt-mod25 .quality-swiper{
    padding-left: 100px;
    padding-right: 100px;
  }
  .idx_abt-mod25 .quality-swiper .swiper-button-prev,
  .idx_abt-mod25 .quality-swiper .swiper-button-next{
    display: flex;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }
  .idx_abt-mod25 .service-swiper i{
    font-size: 60px;
  }
  .idx_abt-mod25 .service-swiper .tit{
    font-size: 17px;
    min-height: 10px;
  }
}
@media(min-width:1440px){
  .idx_abt-mod25 .service-swiper .tit{
    font-size: 20px;
  }
}
@media(min-width:1640px){
  .idx_abt-mod25 .service-swiper .tit{
    font-size: 26px;
  }
}

/*CONTACT*/
.idx_contact-mod5 {
  --style-color: #dc714f;
}
.idx_contact-mod5{
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx_contact-mod5 .title{
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
.idx_contact-mod5 .info-desc{
  font-size: 16px;
  color: #fff;
  line-height: 2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.idx_contact-mod5 .info-btn{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx_contact-mod5 .btn{
  border-radius: 25px;
  background-color: var(--style-color);
  color: #fff;
  margin: 0 0.3125rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-property: border-color, background, color;
  transition: all .4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
@media(min-width:1200px){
  .idx_contact-mod5 .info-btn{
    margin-top: 3.125rem;
  }
  .idx_contact-mod5 .btn{
    min-width: 150px;
    height: 40px;
    line-height: 26px;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    margin: 0 30px;
  }
}

/*PROJECTS*/
.idx_pdt-mod37 {
  --style-color: #dc714f;
}
.idx_pdt-mod37{
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.idx_pdt-mod37 .title{
  font-weight: bold;
  text-align: center;
}
.idx_pdt-mod37::before{
  content: '';
  width: 26.041666vw;
  height: 29.6875vw;
  background-color: #393939;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}
.idx_pdt-mod37 .pdt-swiper{
  position: relative;
}
.idx_pdt-mod37 .swiper-container{
  overflow: visible;
}
.idx_pdt-mod37 .tit{
  font-weight: normal;
  text-align: left;
  margin-top: 0.9375rem;
  margin-bottom: 0;
}
.idx_pdt-mod37 .swiper-button-prev,
.idx_pdt-mod37 .swiper-button-next{
  width: 50px;
  height: 50px;
  margin-top: -35px;
  display: none;
  align-items: center;
  justify-content: center;
  background-image: unset;
  font-size: 36px;
  font-weight: bold;
  background-color: var(--style-color);
  color: #fff;
  border-radius: 50%;
}
.idx_pdt-mod37 .swiper-button-prev i,
.idx_pdt-mod37 .swiper-button-next i{
  font-size: inherit;
}
.idx_pdt-mod37 .swiper-button-prev{
  left: -22px;
}
.idx_pdt-mod37 .swiper-button-next{
  right: -22px;
}
.idx_pdt-mod37 .swiper-pagination{
  position: static;
  margin-top: 0.9375rem;
}
.idx_pdt-mod37 .swiper-pagination-bullet-active{
  background-color: var(--style-color);
}
@media(min-width:768px){
  .idx_pdt-mod37::before{
    top: 70px;
  }
  .idx_pdt-mod37 .swiper-slide:nth-child(odd) .pic{
    box-shadow: 0 14px 46px rgba(0,0,0,.42);
  }
}
@media(min-width:992px){
  .idx_pdt-mod37 .swiper-button-prev,
  .idx_pdt-mod37 .swiper-button-next{
    display: flex;
  }
  .idx_pdt-mod37 .swiper-pagination{
    display: none;
  }
}
@media(min-width:1200px){
  .idx_pdt-mod37 .tit{
    margin-top: 30px;
  }
  .idx_pdt-mod37 .swiper-button-prev,
  .idx_pdt-mod37 .swiper-button-next{
    width: 70px;
    height: 70px;
    font-size: 44px;
    margin-top: -45px;
  }
  .idx_pdt-mod37 .swiper-button-prev{
    left: -25px;
  }
  .idx_pdt-mod37 .swiper-button-next{
    right: -25px;
  }
}

/*NEWS*/
.idx_new-mod15 {
  --style-color: #dc714f;
}
.idx_new-mod15{
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
.idx_new-mod15 .title{
  font-weight: bold;
  text-align: center;
}
.idx_new-mod15 .row{
  margin-top: 1.875rem;
}
.idx_new-mod15 .date{
  font-size: 16px;
  color: var(--style-color);
}
.idx_new-mod15 .btn{
  border-radius: 25px;
  background-color: var(--style-color);
  color: #fff;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition-property: border-color, background, color;
  transition: all .4s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.idx_new-mod15 .news-hot .block{
  display: block;
  position: relative;
  overflow: hidden;
}
.idx_new-mod15 .news-hot .pic{
  width: 100%;
  overflow: hidden;
}
.idx_new-mod15 .news-hot .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.idx_new-mod15 .news-hot .block:hover .pic img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.idx_new-mod15 .news-hot .info-group{
  width: 100%;
  margin-top: 15px;
}
.idx_new-mod15 .news-hot .tit{
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
}
.idx_new-mod15 .news-hot .info-desc{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
  cursor: default;
}
.idx_new-mod15 .news-list ul{
  list-style: none;
  padding-left: 0;
}
.idx_new-mod15 .news-list li{
  margin-top: 20px;
}
.idx_new-mod15 .news-list .block{
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 550ms cubic-bezier(.19,1,.22,1);
}
.idx_new-mod15 .news-list .pic{
  width: 178px;
  height: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background-color: #333;
  transition: all 550ms cubic-bezier(.19,1,.22,1);
}
.idx_new-mod15 .news-list .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.idx_new-mod15 .news-list .info-group{
  width: 100%;
  padding-left: 20px;
}
.idx_new-mod15 .news-list .tit{
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: left;
}
.idx_new-mod15 .news-list .info-desc{
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  height: 51px;
  overflow: hidden;
  margin-top: 0.625rem;
}
.idx_new-mod15 .news-hot .tit:hover,
.idx_new-mod15 .news-list .tit:hover{
  color: var(--style-color);
}
@media(min-width:992px){
  .idx_new-mod15 .news-list li:first-child{
    margin-top: 0;
  }
}
@media(min-width:1200px){
  .idx_new-mod15{
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
  .idx_new-mod15 .row{
    margin-top: 3.125rem;
  }
  .idx_new-mod15 .btn{
    min-width: 150px;
    height: 40px;
    line-height: 26px;
    margin-top: 25px;
  }
  .idx_new-mod15 .news-hot .info-group{
    margin-top: 30px;
  }
  .idx_new-mod15 .news-list li{
    margin-top: 40px;
  }
  .idx_new-mod15 .news-list .info-group{
    padding-left: 30px;
  }
  .idx_new-mod15 .news-list .pic{
    width: 290px;
  }
}

/*FOOTER*/
.glo_footer-mod5 {
	--style-color: #dc714f;
}
.glo_footer-mod5{
  background-color: #1b1b1b;
}
.glo_footer-mod5 .footer-info{
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.glo_footer-mod5 .foot-sns{
  border-bottom: 2px solid #fff;
  font-size: 26px;
  color: #fff;
  padding-bottom: 20px;
}
.glo_footer-mod5 .foot-sns a{
  color: #fff;
  margin-left: 10px;
}
.glo_footer-mod5 .h3{
  color: #fff;
}
.glo_footer-mod5 .list-unstyled>li{
  margin-top: 10px;
}
.glo_footer-mod5 .list-unstyled>li a{
  font-size: 14px;
  color: #fff;
}
.glo_footer-mod5 .list-unstyled>li a:hover{
  color: var(--style-color);
}
.glo_footer-mod5 .foot-info{
  font-size: 18px;
  color: #fff;
  padding-top: 4rem;
}
.glo_footer-mod5 .foot-info::before,
.glo_footer-mod5 .foot-info::after{
  display: none;
}
.glo_footer-mod5 .foot-info .txt{
  margin-top: 50px;
}
.glo_footer-mod5 .foot-info .info{
  margin-top: 20px;
}
.glo_footer-mod5 .foot-info .info p{
  margin-top: 10px;
  font-size: 22px;
}
.glo_footer-mod5 .foot-info .info i{
  margin-right: 5px;
}
.glo_footer-mod5 .foot-info .info a{
  color: #fff;
}
.glo_footer-mod5 .foot-info .rt p{
  padding-top: 10px;
  padding-bottom: 10px;
}
.glo_footer-mod5 .foot-info .rt i{
  font-size: 22px;
  margin-right: 10px;
}
.glo_footer-mod5 .footer-bottom{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media(min-width:992px){
  .glo_footer-mod5 .foot-info{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .glo_footer-mod5 .foot-nav{
    justify-content: space-between;
  }
  .glo_footer-mod5 .foot-nav .col-md-4:last-child{
    max-width: 9.375rem;
  }
}
@media(min-width:1200px){
  .glo_footer-mod5 .foot-info .lt{
    max-width: 320px;
    margin-left: auto;
  }
  .glo_footer-mod5 .footer-info{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .glo_footer-mod5 .list-unstyled>li a{
    font-size: 18px;
  }
  .glo_footer-mod5 .foot-sns{
    max-width: 630px;
  }
  .glo_footer-mod5 .foot-info{
    padding-top: 0;
  }
  .glo_footer-mod5 .foot-info .info{
    margin-top: 50px;
  }
  .glo_footer-mod5 .footer-bottom{
    border-top: 1px solid #fff;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 18px;
  }
}
@media(max-width:767px){
  .glo_footer-mod5 .footer-info{
    display: none;
  }
}