/*header start*/
.ptoj-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ptoj-title .more-btns {
  display: flex;
}

.ptoj-title .more-btns .see-more {
  color: #d3a857;
  font-weight: bold;
  font-size: 18px;
  margin-right: 48px;
}

.ptoj-title .more-btns .more-page {
  position: relative;
  width: 46px;
  height: 23px;
}
.ptoj-title {
    /*display: flex;*/
    /*align-items: center;*/
    margin: 60px 0;
    position: relative;
}

.proj-swiper .imgshow {
	display: block;
    /*padding-bottom: 100%;*/
    position: relative;
    overflow: hidden;
}

.ptoj-title .more-btns .more-page .swiper-button-next, .ptoj-title .more-btns .more-page .swiper-button-prev {
  height: 23px;
  margin: 0;
  top: 0;
}

.ptoj-title .more-btns .more-page .swiper-button-next:after, .ptoj-title .more-btns .more-page .swiper-button-prev:after {
  display: none;
}

.ptoj-title .more-btns .more-page .swiper-button-next:before, .ptoj-title .more-btns .more-page .swiper-button-prev:before {
  content: '';
}

.ptoj-title .more-btns .more-page .swiper-button-next {
  width: 15px;
  height: 23px;
  right: 0;
}

.ptoj-title .more-btns .more-page .swiper-button-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 15px;
  border-color: transparent transparent transparent #BCBCBC;
}

.ptoj-title .more-btns .more-page .swiper-button-next:hover:before {
  border-color: transparent transparent transparent #d3a857;
}

.ptoj-title .more-btns .more-page .swiper-button-prev {
  left: 0;
}

.ptoj-title .more-btns .more-page .swiper-button-prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 15px 11.5px 0;
  border-color: transparent #BCBCBC transparent transparent;
}

.ptoj-title .more-btns .more-page .swiper-button-prev:hover:before {
  border-color: transparent #d3a857 transparent transparent;
}

.proj-swiper .imgshow {
  padding-bottom: 100%;
}

.proj-swiper .top-img {
  padding: 18px;
  border: 1px solid #D7D3D0;
  transition: all 0.4s;
}

.proj-swiper .p-item:hover .top-img {
  border-color: #d3a857;
}

.proj-swiper .p-item:hover h3 a {
  background-color: #d3a857;
  color: #FFF;
}

.proj-swiper .p-item:hover p {
  color: #000000;
}

.proj-swiper h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 4px;
}

.proj-swiper h3 a {
  color: #C0C0C0;
  font-size: 16px;
  padding: 9px 10px;
  display: inline-block;
  line-height: 1;
  border-radius: 16px;
  transition: all 0.3s;
}

.proj-swiper p {
  font-size: 14px;
  color: #BEBEBE;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.proj-swiper .text {
  text-align: center;
  padding: 10px 20px;
}

.proj-swiper .imgshow img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.search .lan{
	position: relative;
	/*padding-left:30px;*/
	display: inline-block;
	/*background:url(../images/h-lan.png) no-repeat left center;*/
	margin-left:40px;
}
.search .lan > dt > a{color: #C4C4C4;transition: all 0.6s;display: inline-block;padding-right:30px;position: relative;}
.search .lan > dt > a i{position: absolute;right:0;top:0;color:#c4c4c4;display: block;line-height:20px;transform: rotate(0);transition: all 0.6s;}
.search .lan:hover > dt > a i{transform: rotate(180deg);}
.search .lan > dt > a:hover{color:#d3a857;}
.search .lan dd{
	visibility: hidden;
	opacity:0;
	transition: all 0.2s;
	padding-top:17px;
	position: absolute;
	width:100%;
	left:0;
	top:100%;
	background: #000;;
	z-index:99;
	text-align: center;
	transform: translateY(5%);
}
.search .lan:hover dd{visibility: visible;opacity:1;transform: translateY(0);}
.search .lan dd a{
	display: block;
	padding:5px 10px;
	width:100%;
	box-sizing:border-box;
	color:#c4c4c4;
	transition: all 0.6s;
}
.search .lan dd a:hover{background:#d3a857;color:#fff;}

.header{
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background: #0a1c2a;
}
.header-top{
	background:#000000;
	padding:15px 0;
}
.header-top .share{float:left;display:flex;}
.header-top .share a{
	color:#D3A857;
	display: inline-block;
	margin-right:20px;
}
.header-top .tel-mail-lan{
	float:right;
	display: flex;
}
.header-top .tel-mail-lan .tel{
	padding-left:30px;
	background:url(../images/h-tel.png) no-repeat left center;
	font-size: 14px;
	font-weight: 400;
	color: #C4C4C4;
	transition: all 0.6s;
}
.header-top .tel-mail-lan .tel:hover{color: #D3A857;}
.header-top .tel-mail-lan .mail{
	padding-left:30px;
	background:url(../images/h-mail.png) no-repeat left center;
	font-size: 14px;
	font-weight: 400;
	color: #C4C4C4;
	margin-left:40px;
	transition: all 0.6s;
}
.header-top .tel-mail-lan .mail:hover{color: #D3A857;}
.header-top .tel-mail-lan .lan{
	position: relative;
	padding-left:30px;
	display: inline-block;
	background:url(../images/h-lan.png) no-repeat left center;
	margin-left:40px;
}
.header-top .tel-mail-lan .lan > dt > a{color: #C4C4C4;transition: all 0.6s;display: inline-block;padding-right:30px;position: relative;}
.header-top .tel-mail-lan .lan > dt > a i{position: absolute;right:0;top:0;color:#c4c4c4;display: block;line-height:20px;transform: rotate(0);transition: all 0.6s;}
.header-top .tel-mail-lan .lan:hover > dt > a i{transform: rotate(180deg);}
.header-top .tel-mail-lan .lan > dt > a:hover{color:#d3a857;}
.header-top .tel-mail-lan .lan dd{
	visibility: hidden;
	opacity:0;
	transition: all 0.2s;
	padding-top:17px;
	position: absolute;
	width:100%;
	left:0;
	top:100%;
	background: #000;;
	z-index:99;
	text-align: center;
	transform: translateY(5%);
}
.header-top .tel-mail-lan .lan:hover dd{visibility: visible;opacity:1;transform: translateY(0);}
.header-top .tel-mail-lan .lan dd a{
	display: block;
	padding:5px 10px;
	width:100%;
	box-sizing:border-box;
	color:#c4c4c4;
	transition: all 0.6s;
}
.header-top .tel-mail-lan .lan dd a:hover{background:#d3a857;color:#fff;}
.header-logo-nav-search{
	background:rgba(0, 0, 0, 0);
}
.header-logo-nav-search a:hover{color:#d3a857;}
.header-logo-nav-search .logo{
	float:left;
	padding:10px 0;
}
.header-logo-nav-search .logo a{display:inline-block;max-width:164px;}
.header-logo-nav-search .logo a img{width:100%;height:auto;}
.header-logo-nav-search .nav-search{float:right;}
.header-logo-nav-search .nav-search .nav-box{float:left;}
.header-logo-nav-search .nav-search .search{float:right;margin-left:40px;padding:15px 0;}
.header-logo-nav-search .nav-search .search .soubutton{ position: absolute;top: 24px;}
.header-logo-nav-search .nav-search .search>a{color:#FFFFFF;transition: all 0.6s;}
#menuPc > ul > li{float:left;margin:0 12px;padding:0 15px;display: inline-block;position: relative;}
#menuPc > ul > li .second{
	position: absolute;
	left:50%;
	top:100%;
	background:rgba(0, 0, 0, 0.7);
	z-index:999;
	width:200px;
	margin-left:-100px;
	opacity:0;
	visibility: hidden;
	transition: all 0.2s;
	transform: translateY(-5%);
}
#menuPc > ul > li:hover .second{opacity:1;visibility:visible;transform: translateY(0);}
#menuPc > ul > li .second li a{
	display: block;
	padding:5px 10px;
	color: #fff;
	transition: all 0.6s;
}
#menuPc > ul > li .second li a:hover{
	color:#D3A857;
}
#menuPc > ul > li > a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	padding:24px 0;
	color: #FFFFFF;
	position: relative;
	transition: all 0.6s;
}
#menuPc > ul > li > a::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 0;
	opacity:0;
	transition: all 0.6s;
	height: 3px;
	background: #D3A857;
}
#menuPc > ul > li:hover > a ,#menuPc > ul > li.active > a{color: #d3a857;;}
#menuPc > ul > li:hover > a::after ,#menuPc > ul > li.active > a::after{width:100%;opacity:1;}
#menuWap{display:none;}

/*header end*/

/*footer start*/
.footer{
	background:url(/wp-content/uploads/2025/05/Footer.jpg) no-repeat center;
	background-size:cover;
}
.footer .footer-top{
	padding:50px 0 30px;
}
.footer .footer-top dl{width:25%;float:left;box-sizing:border-box;}
.footer .footer-top dl:nth-child(1){padding-right:2%;width:30%;}
.footer .footer-top dl:nth-child(2){width:20%;}
.footer .footer-top dl dt{padding-bottom:15px;position: relative;margin-bottom:25px;}
.footer .footer-top dl dt::after{
	content:'';
	width: 54px;
	height: 1px;
	background: #373F4C;
	position: absolute;
	left:0;
	bottom:0;
}
.footer .footer-top dl dt a{
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer .footer-top dl dd{
	margin-bottom:20px;
}
.footer .footer-top dl dd.add{
	padding-left:30px;
	background:url(../images/f-icon-01.png) no-repeat left 0;
}
.footer .footer-top dl dd.tel{
	padding-left:30px;
	background:url(../images/f-icon-02.png) no-repeat left 0;
}
.footer .footer-top dl dd.fax{
	padding-left:30px;
	background:url(../images/f-icon-03.png) no-repeat left 0;
}
.footer .footer-top dl dd.email{
	padding-left:30px;
	background:url(../images/h-mail.png) no-repeat left center;
}
.footer .footer-top dl dd.whatsapp{
	padding-left:30px;
	background:url(/wp-content/uploads/2025/06/icons8-whatsapp-50.png) no-repeat left center;
	background-size: 18px;
}
.footer .footer-top dl dd a ,.footer .footer-top dl dd span{
	font-size: 14px;
	font-weight: 400;
	color: #8B8B8B;
	line-height: 22px;
	transition: all 0.6s;
}
.footer .footer-top dl dd a:hover{color:#d3a857;}
.footer-copy .inner-fixed{
	padding:20px 0;
	border-top:1px solid #373F4C;
}
.footer-copy .inner-fixed .copy{
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	float:left;
}
.footer-copy .inner-fixed .copy a{color:#707070;transition: all 0.6s;}
.footer-copy .inner-fixed .copy a:hover{color:#d3a857;}
.footer-copy .inner-fixed .share{display: flex;float:right;}
.footer-copy .inner-fixed .share a{
	width:28px;
	height:28px;
	border-radius:50%;
	background:#373f4c;
	color:#acafb5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left:7px;
	transition: all 0.6s;
}
.footer-copy .inner-fixed .share a:hover{color:#d3a857;}
/*footer end*/

/*轮播图start*/
.banner {
	max-width: 1920px;
	margin:0 auto;
	padding:72px 0 0;
	width: 100%;
	background: #FFFFFF;
}

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100%;
}

.banner .swiper-slide .video-box {
	width: 100%;
	padding-bottom: 40%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide .video-box video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.banner .bg-box {
	position: relative;
	z-index: 1;
}

.banner .bg-box img {
	width: 100%;
	height: auto;
}

.banner .wap-box {
	display: none;
}

.banner .wap-box img {
	width: 100%;
	height: auto;
}
.banner .swiper-pagination{
	width:auto;
	padding:5px 15px;
	bottom:25px;
	left:50%;
	transform: translateX(-50%);
	border-radius: 16.5px;
	border: 1px solid rgba(255,255,255,0.45);
	background: rgba(0,0,0,0.41);
}
.banner .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #a0a0a0;
	opacity: 1;
	border-radius: inherit;
	border-radius: 50%;
	transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background:#fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 20px;
}

.banner .banner-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	flex-direction: column;
}

.swiper-slide .banner-content {
	transform: translateY(-200px);
	opacity: 0;
	transition: all .6s;
}

.ani-slide .banner-content {
	transform: translateY(0);
	opacity: 1;
}

/*轮播图end*/

.inner-banner{padding:72px 0 0; max-width:1920px;margin:0 auto;position: relative;}
.inner-banner .img-box img{width:100%;height:auto;}
.crumbs-box {
	padding: 12px 0;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	z-index:3;
	font-size:16px;
}

.crumbs-box a {
	color: #fff;
	display: inline-block;
	transition: all 0.4s;
}
.crumbs-box .home{
	padding-left:30px;
	background:url(../images/home-page-icon.png) no-repeat left top;
}
.crumbs-box a:hover {
	color: #D3A857;
}

.crumbs-box i {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
}

.crumbs-box span {
	color: #fff;
}

.crumbs-box i.zuihou:last-child{ display:none;}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
	padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
	max-width: 1480px;
	margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
	width: 40px;
	height: 40px;
	left: 20px;
	bottom: 20px;
	position: fixed;
	z-index: 999;
	background: #d3a857;
}

/*置顶按钮 end*/

/*分页 start*/
.page-box {
	padding: 50px 0;
	text-align: center;
}

.page-box .page-inner {
	display: flex;
	justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
	border: 1px solid #DDDDDD;
	display: inline-flex;
	font-size: 14px;
	color: #888888;
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	justify-content: center;
	background: transparent;
}

.page-box .page-inner .current {
	font-weight: bold;
	color: #fff;
	border: 1px solid #d3a857;
	background:#d3a857;
}
.page-box .page-inner .prevpostslink ,.page-box .page-inner .nextpostslink{font-weight:900;color:#777777;}
/*分页 end*/

/*公共样式定义 end*/
.index-product{
	padding-bottom:80px ;
	padding-top:80px ;
}
.in-pro-list ul li{width:32%;float:left;margin-left:2%; margin-bottom: 35px;position: relative;}
.in-pro-list ul li:nth-child(3n+1){margin-left:0;}
.in-pro-list ul li .img-box{
	position: relative;
	overflow: hidden;
}
.in-pro-list ul li .img-box img{width:100%;height:auto;transition: all 0.6s;}
.in-pro-list ul li:hover .img-box img{transform: scale(1.1);}
.in-pro-list ul li .pop-box{
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	display: flex;
	justify-content: center;
	padding:50px;
	height:100%;
	width:100%;
	box-sizing:border-box;
	flex-direction: column;
	background:rgb(0 0 0 / 50%);
}
.in-pro-list ul li .pop-box .t{
	height: 45px;
	font-size: 30px;
	font-weight:700;
	color: #FFFFFF;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.in-pro-list ul li .pop-box .tips{
	height: 54px;
	overflow: hidden;
	margin:25px 0 40px;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
}
.in-pro-list ul li .pop-box .more{
	width: 180px;
	height: 45px;
	background: rgba(255, 255, 255, 0.36);
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height:45px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	transition: all 0.6s;
}
.in-pro-list ul li .pop-box .more:hover{
	border: 1px solid #D3A857;
	background: #D3A857;
}
.index-oa{
	background:url(/wp-content/uploads/2025/05/home-Our-Advantages.jpg) no-repeat center;
	background-size:cover;
	padding:80px 0;
}
.index-tit{text-align: center;}
.index-tit .line{
	display: inline-block;
	position: relative;
	padding:0 24px;
	margin-bottom:20px;
}
.index-tit .line .l1{
	position: absolute;
	right:100%;
	width: 125px;
	top:24px;
	height: 1px;
	background:#979797;
}
.index-tit .line .l2{
	position: absolute;
	left:100%;
	width: 125px;
	top:24px;
	height: 1px;
	background:#979797;
}
.index-tit .line .l3{
	position: absolute;
	right:100%;
	width: 125px;
	bottom:20px;
	height: 1px;
	background:#979797;
}
.index-tit .line .l4{
	position: absolute;
	left:100%;
	width: 125px;
	bottom:20px;
	height: 1px;
	background:#979797;
}
.index-tit h6{
	font-size: 38px;
	font-weight: 600;
	color: #000;
	line-height:1;
}
.index-oa .index-tit h6{color: #fff;}
.index-oa .oa-list{margin-top:90px;}
.index-oa .oa-list ul{
	display: flex;
	flex-wrap: wrap;
}
.index-oa .oa-list ul li{width:25%;text-align: center;padding: 0 10px;box-sizing: border-box;}
/* .index-oa .oa-list ul li:nth-child(3n+1){margin-left:0;} */
.index-oa .oa-list ul li .icon-box{
	height:65px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index-oa .oa-list ul li .t{
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	padding:25px 0;
}
.index-oa .oa-list ul li .tips{
	height: 100px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}
.index-os{
	padding:80px 0;
}
.index-os .os-fixed{
	margin-top:70px;
}
.index-os .os-fixed{display: flex;}
.index-os .os-fixed .text{
	width:37.5%;
	float:left;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.index-os .os-fixed .text .t{
	font-size: 32px;
	font-weight: 600;
	color: #000000;
}
.index-os .os-fixed .text .tips{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin:30px 0 20px;
}
.index-os .os-fixed .list ul li{
	margin-top:20px;
	padding-left:35px;
	background:url(../images/li-icon.png) no-repeat left center;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 25px;
}
.index-os .os-fixed .map{
	width:60%;
	float:right;
}
.index-os .os-fixed .map .img-box img{width:100%;height:auto;}
.index-sc{
	padding:0 0 80px;
}
.index-sc .sc-list{margin-top:70px;}
.index-sc .sc-list ul{display: flex;}
.index-sc .sc-list ul li{width:32%;float:left;margin-left:2%;padding-bottom:47px;position: relative;}
.index-sc .sc-list ul li:nth-child(3n+1){margin-left:0;}
.index-sc .sc-list ul li .img-box{display: block;}
.index-sc .sc-list ul li .img-box img{width:100%;height:auto;}
.index-sc .sc-list ul li .tit{
	opacity:0;
	transform: translateY(-5%);
	visibility: hidden;
	transition: all 0.6s;
	position: absolute;
	left:10%;
	bottom:0;
	width:80%;
	padding:0 20px;
	box-sizing:border-box;
	height:106px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(184, 184, 184, 0.5);
}
.index-sc .sc-list ul li .tit a{
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height:52px;
	box-sizing:border-box;
	color: #000000;
	padding-right:92px;
	width:100%;
	background:url(../images/home-icon-05.png) no-repeat right center;
}
.index-sc .sc-list ul li .tit  span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing:border-box;
}
.index-sc .sc-list ul li:hover .tit{opacity:1;visibility:visible;transform: translateY(0);}
.index-ln{
	padding-bottom:80px;
}
.index-ln .ln-list{
	margin-top:80px;
}
.index-ln .ln-list ul li{
	width:31%;
	float:left;
	margin-left:3.5%;
}
.index-ln .ln-list ul li:nth-child(3n+1){
	margin-left:0;
}
.index-ln .ln-list ul li .time{
	padding-bottom:11px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	color: #666666;
}
.index-ln .ln-list ul li .time::after{
	content: '';
	width: 38px;
	height: 3px;
	background: #D3A857;
	position: absolute;
	bottom:0;
	left:0;
}
.index-ln .ln-list ul li .tit{
	height: 60px;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	line-height: 30px;
	margin:30px 0;
	overflow: hidden;
	display: block;
}
.index-ln .ln-list ul li .tips{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	height:90px;
	overflow: hidden;
}
.index-ln .ln-list ul li .more{
	margin-top:30px;
	width: 45px;
	height: 45px;
	background: #D3A857;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size:30px;
	transition: all 0.6s;
}
.index-ln .ln-list ul li .more:hover{
	box-shadow:1px 1px 10px #ccc;
}
.index-au{
	background:#F5F5F5;
	padding:80px 0;
}
.index-au .au-box{
	margin-top:70px;
	display: flex;
}
.index-au .au-box .au-pic{width:42.5%;margin-right:3.5%;}
.index-au .au-box .au-pic a{display: block;}
.index-au .au-box .au-pic a img{width:100%;height:auto;}
.index-au .au-box .au-text{
	width:54%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.index-au .au-box .au-text .tit{
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	line-height: 33px;
}
.index-au .au-box .au-text .tips{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	margin:40px 0 20px;
}
.index-au .au-box .au-text .more{
	width: 180px;
	height: 45px;
	background: #D3A857;
	display: block;
	text-align: center;
	line-height:45px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	transition: all 0.6s;
}
.index-au .au-box .au-text .more:hover{
	box-shadow:1px 1px 10px #ccc;
}
.msg-box{padding-bottom:80px;}
.msg-box .msg-inner{
	background:url(../images/msg-bg.jpg) no-repeat center;
	background-size:cover;
	padding:50px;
}
.msg-box .msg-inner .msg-tit{text-align: center;margin-bottom:20px;}
.msg-box .msg-tit h6{
	font-size: 38px;
	font-weight: 600;
	color: #000000;
}
.msg-box .msg-tit p{
	margin-top:10px;
	font-size: 16px;
	color: #7C7B82;
}
.product-spap .spap-tit{
	padding:80px 0;
}
.spap-tit h6{
	line-height:52px;
	float:left;
	font-size: 24px;
	font-weight: 700;
	color: #333333;
}
.spap-tit h1{
	line-height:52px;
	float:left;
	font-size: 24px;
	font-weight: 700;
	color: #333333;
}
.spap-tit .tag-box{
	display: flex;
	float:right;
}
.spap-tit .tag-box a{
	display: flex;
	padding:0 40px;
	height:52px;
	background:#EEEEEE;
	text-align: center;
	line-height:52px;
	margin-left:20px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	transition: all 0.6s;
}
.spap-tit .tag-box a.act ,.spap-tit .tag-box a:hover{background:#D3A857;color: #fff;}
.spap-tit .tag-box a span{
	padding-left:50px;
	display: inline-block;
}
.spap-tit .tag-box a:nth-child(1) span{background:url(../images/spap-icon-01.png) no-repeat left center;}
.spap-tit .tag-box a:nth-child(2) span{background:url(../images/spap-icon-02.png) no-repeat left center;}
.spap-tit .tag-box a:nth-child(3) span{background:url(../images/spap-icon-03.png) no-repeat left center;}

.spap-tit .tag-box a:nth-child(1):hover span ,.spap-tit .tag-box a:nth-child(1).act span{background:url(../images/spap-icon-01-h.png) no-repeat left center;}
.spap-tit .tag-box a:nth-child(2):hover span ,.spap-tit .tag-box a:nth-child(2).act span{background:url(../images/spap-icon-02-h.png) no-repeat left center;}
.spap-tit .tag-box a:nth-child(3):hover span ,.spap-tit .tag-box a:nth-child(3).act span{background:url(../images/spap-icon-03-h.png) no-repeat left center;}
.product-spap .spap-list{ display:none;}
.product-spap .spap-list.active{ display:block;}
.product-spap .spap-list ul{display: flex;flex-wrap: wrap;}
.product-spap .spap-list ul li{width:32%;margin-left:2%;margin-bottom:50px;}
.product-spap .spap-list ul li:nth-child(3n+1){margin-left:0;}
.product-spap .spap-list ul li .img-box{display: block;position: relative;overflow: hidden;padding-bottom:78.31858%;box-sizing:border-box;border: 2px solid #DDDDDD;}
.product-spap .spap-list ul li .img-box::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(211, 168, 87, 0.5) url(../images/spap-more.png) no-repeat center;
	border: 2px solid rgba(211, 168, 87, 0.5);
	opacity:0;
	transform: scale(0.8);
	transition: all 0.6s;
}
.product-spap .spap-list ul li .img-box:hover::after{opacity:1;transform: scale(1);}
.product-spap .spap-list ul li .img-box img{width:100%;height:auto;position: absolute;left:0;top:0;}
.product-spap .spap-list ul li .tit{
	text-align: center;
	padding-top:10px;
}
.product-spap .spap-list ul li .tit .name{
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	line-height: 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-spap .spap-list ul li .tit p{
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-spap .spap-list .page-box{padding:0 0 50px;}
.product-spap{padding-bottom:30px;}
.product-acc{
	padding:80px 0 0px;
}
.product-acc .acc-page-tit{
	line-height:1;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	color: #333333;
	margin-bottom:32px;
}
.product-acc .acc-box{
	margin-bottom:32px;
}
.product-acc .acc-box .acc-tit{
	width: 100%;
	line-height:60px;
	height: 60px;
	background: #F0F0F0;
	position: relative;
}
.product-acc .acc-box .acc-tit .name{
	display: block;
/* 	width: 400px; */
	width:520px;
	height: 60px;
	background: #ABABAB;
/* 	text-align: center; */
	text-align:left;
	padding-left:10px;
	font-size: 22px;
	font-weight: 600;
	color: #FFFFFF;
	position: relative;
	transition: all 0.6s;
}
.product-acc .acc-box .acc-tit .name::after{
	position: absolute;
	right:0;
	top:0;
	content: '';
	border:30px solid #ABABAB;
	border-right:30px solid #F0F0F0;
	border-bottom:30px solid #F0F0F0;
	width:0;
	height:0;
	z-index:3;
	transition: all 0.6s;
}
.product-acc .acc-box.active .acc-tit .name{background:#d3a857;}
.product-acc .acc-box.active .acc-tit .name::after{
	border:30px solid #D3A857;
	border-right:30px solid #F0F0F0;
	border-bottom:30px solid #F0F0F0;
}
.product-acc .acc-box .acc-tit .click{
	width: 20px;
	height: 20px;
	background:#cacaca;
	border-radius:50%;
	position: absolute;
	right:24px;
	top:50%;
	margin-top:-10px;
}
.product-acc .acc-box .acc-tit .click::after{
	content: '';
	width:10px;
	height:1px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-5px;
	margin-top:-1px;
	background:#fff;
}
.product-acc .acc-box .acc-tit .click::before{
	content: '';
	width:1px;
	height:10px;
	position: absolute;
	left:50%;
	margin-left:-1px;
	top:50%;
	margin-top:-5px;
	background:#fff;
	transition: all 0.6s;
}
.product-acc .acc-box.active .acc-tit .click::before{height:0;}
.product-acc .acc-box .acc-list{margin-top:52px;display:none;}
.product-acc .acc-box.active .acc-list{display: block;}
.product-acc .acc-box .acc-list ul{
	display: flex;
	flex-wrap: wrap;
}
.product-acc .acc-box .acc-list ul li{
	width:23%;
	margin-left:2.66666%;
	margin-bottom:52px;
}
.product-acc .acc-box .acc-list ul li:nth-child(4n+1){margin-left:0;}
.product-acc .acc-box .acc-list ul li .img-box{
	display: block;
	position: relative;
	overflow: hidden;
	border: 2px solid #DDDDDD;
}
.product-acc .acc-box .acc-list ul li .img-box img{transition: all 0.6s;width:100%;height:auto;transform: scale(1);}
.product-acc .acc-box .acc-list ul li .img-box:hover img{transform: scale(1.1);}
.product-acc .acc-box .acc-list ul li .tit{
	text-align: center;
	margin-top:20px;
}
.product-acc .acc-box .acc-list ul li .tit a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	margin-bottom:10px;
	color: #222222;
	line-height: 30px;
}
.product-acc .acc-box .acc-list ul li .tit p{
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	overflow: hidden;
}
.product-acc .page-box{padding:30px 0 80px;}
.product-spam{
	padding:80px 0;
}
.product-spam .spam-left{width:24%;float:left;}
.product-spam .spam-left .menu-tit{
	background: #F5F5F5;
	border: 1px solid #DBDBDB;
	text-align: center;
	padding:15px 0;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
	line-height: 33px;
}
.product-spam .spam-left .menu-list{
	border: 1px solid #DBDBDB;
	margin-top:-1px;
	padding:30px 0;
}
.product-spam .spam-left .menu-list dl{
	padding:0 30px;
	margin-bottom:25px;
}
.product-spam .spam-left .menu-list dl:last-child{margin-bottom:0;}
.product-spam .spam-left .menu-list dl dt a{
	display: block;
	padding-left:20px;
	position: relative;
	font-size: 14px;
	color: #888888;
	line-height: 21px;
	transition: all 0.6s;
}
.product-spam .spam-left .menu-list dl:hover dt a{color:#D3A857;}
.product-spam .spam-left .menu-list dl dt a::after{
	content: '';
	width: 5px;
	height: 5px;
	background: #C8C8C8;
	border-radius:50%;
	position: absolute;
	left:0;
	top:7px;
}
.product-spam .spam-left .menu-list dl:hover dt a::after{background:#d3a857;}
.product-spam .spam-left .menu-list dl dd{margin-top:10px;display:none;}
.product-spam .spam-left .menu-list dl:hover dd{display: block;}
.product-spam .spam-left .menu-list dl dd a{
	padding-left:25px;
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 21px;
	transition: all 0.6s;
}
.product-spam .spam-left .menu-list dl dd a:hover{color:#d3a758;}
.product-spam .spam-list{
	width:73%;
	float:right;
}
.product-spam .spam-list ul{display: flex;flex-wrap: wrap;}
.product-spam .spam-list ul li{width:48.5%;margin-left:3%;margin-bottom:40px;}
.product-spam .spam-list ul li:nth-child(2n+1){margin-left:0;}
.product-spam .spam-list ul li .img-box{
	display: block;
	position: relative;
	padding-bottom:70.19607%;
	overflow: hidden;
}
.product-spam .spam-list ul li .img-box img{width:100%;height:100%;transition: all 0.6s;transform: scale(1);position:absolute;left:0;top:0;}
.product-spam .spam-list ul li .img-box:hover img{transform: scale(1.1);}
.product-spam .spam-list ul li .tit{
	text-align: center;
	padding-top:20px;
}
.product-spam .spam-list ul li .tit a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	color: #222222;
	line-height: 30px;
}
.product-spam .spam-list ul li .tit p{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
}
.product-spam .page-box{
	padding: 10px 0 0;
}
.prodis-box{
	padding:80px 0;
}
.prodis-box .photo-text{margin-bottom:55px;}
.prodis-box .photo-text .photo{width:45%;float:left;}
.prodis-box .photo-text .photo img{width:100%;height:auto;border: 2px solid #DDDDDD;box-sizing:border-box;}
.prodis-box .photo-text .photo .mySwiper{
	margin-top:12px;
}
.photo .swiper-button-next, .photo .swiper-button-prev{
	width: 36px;
	height: 54px;
	margin-top:-27px;
	background: rgba(0,0,0,0.16);
}
.photo .swiper-button-next::after, .photo .swiper-button-prev::after{font-size:16px;font-weight:700;}
.photo .swiper-button-prev{left:2px;}
.photo .swiper-button-next{right:2px;}
.prodis-box .photo-text .text{
	width:52%;
	float:right;
}
.photo-text .text .tit{
	font-size: 28px;
	font-weight: 700;
	color: #333333;
}
.photo-text .text .st{
	padding:25px 0;
	font-size: 20px;
	font-weight: 700;
	color: #3A4048;
	line-height: 26px;
}
.photo-text .text .tips{
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 28px;
}
.photo-text .text .share{
	padding:30px 0;
	display: flex;
	align-items: center;
}
.photo-text .text .share span{
	font-size: 20px;
	font-weight: 700;
	color: #3A4048;
	display: inline-block;
	margin-right:20px;
}
.photo-text .text .share a{
	display: inline-block;
	margin-right:15px;
}
.photo-text .text .link{display: flex;}
.photo-text .text .link a{
	width: 212px;
	height: 46px;
	border: 2px solid #D3A857;
	text-align: center;
	line-height:46px;
	font-size: 16px;
	font-weight: 600;
	color: #D3A857;
	display: block;
	margin-right:18px;
	transition: all 0.6s;
}
.photo-text .text .link a i{display:inline-block;font-weight:400;font-size:20px;}
.photo-text .text .link a:hover{background:#d3a857;color:#fff;}
.prodis-tit{
	padding:25px 0;
	font-size: 32px;
	font-weight: 900;
	color: #2B2B2B;
	line-height: 39px;
}
.prodis-stit{
	padding:25px 0;
	font-size: 20px;
	font-weight: 700;
	color: #3A4048;
}
.prodis-edit{line-height:2;}
.prodis-edit img{max-width:100%;height:auto;}
.prodis-edit img iframe{width:100% !important;}
.prodis-edit table{width:100%!important;height:fit-content!important;}
.prodis-edit table td{padding:10px;}
.rp-pro{
	padding-top:40px;
}
.rp-pro .rp-tit{
	text-align: center;
/* 	padding-bottom:50px; */
}
.rp-pro .rp-tit h6{
	font-size: 38px;
	font-weight: 600;
	color: #000000;
	line-height:1;
}
.rp-list ul{
	display: flex;
	flex-wrap: wrap;
}
.rp-list ul li{
	width:23%;
	margin-left:2.66666%;
}
.rp-list ul li:nth-child(4n+1){margin-left:0;}
.rp-list ul li .img-box{
	display: block;
	position: relative;
	overflow: hidden;
	border: 2px solid #DDDDDD;
}
.rp-list ul li .img-box img{transition: all 0.6s;width:100%;height:auto;transform: scale(1);}
.rp-list ul li .img-box:hover img{transform: scale(1.1);}
.rp-list ul li .tit{
	text-align: center;
	margin-top:20px;
}
.rp-list ul li .tit a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: 500;
	margin-bottom:10px;
	color: #222222;
	line-height: 30px;
}
.rp-list ul li .tit p{
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	overflow: hidden;
}
.solution-box{padding:10px 0 30px;}
.solution-box .sc-list ul{display: flex;flex-wrap: wrap;}
.solution-box .sc-list ul li{width:48%;float:left;margin-left:4%;padding-bottom:47px;position: relative;margin-top:70px;}
.solution-box .sc-list ul li:nth-child(2n+1){margin-left:0;}
.solution-box .sc-list ul li .img-box{display: block;overflow: hidden;}
.solution-box .sc-list ul li .img-box img{width:100%;height:auto;transition: all 0.6s;transform: scale(1);}
.solution-box .sc-list ul li .tit{
	transition: all 0.6s;
	position: absolute;
	left:10%;
	bottom:0;
	width:80%;
	padding:0 20px;
	box-sizing:border-box;
	height:106px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(184, 184, 184, 0.5);
}
.solution-box .sc-list ul li .tit a{
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height:52px;
	box-sizing:border-box;
	color: #000000;
	padding-right:92px;
	width:100%;
	background:url(../images/home-icon-05.png) no-repeat right center;
}
.solution-box .sc-list ul li .tit  span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing:border-box;
}
.solution-box .sc-list ul li:hover .img-box img{transform: scale(1.1);}
.service-box{
	padding:80px 0 56px;						
}
.mho-box .mho-left{width:37.5%;float:left;}
.mho-box .mho-left .t{
	font-size: 38px;
	font-weight: 600;
	color: #000000;
	margin-bottom:30px;
}
.mho-box .mho-left .list ul li{
	padding-left:35px;
	background:url(../images/li-icon.png) no-repeat left 5px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 25px;
	margin-bottom:15px;
}
.mho-box .mho-left .img-box{
	margin-top:80px;
}
.mho-box .mho-left .img-box img{width:100%;height:auto;}
.mho-box .mho-right{width:58%;float:right;}
.mho-box .mho-right .text{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.mho-box .mho-right .img-box{margin-top:80px;}
.mho-box .mho-right .img-box img{width:100%;height:auto;}
.sg-box .sg-tit{
	text-align: center;
	padding:80px 0 60px;
}
.sg-box .sg-tit h6{
	font-size: 38px;
	font-weight: 600;
	color: #000000;
}
.sg-box .sg-list ul{
	display: flex;
	flex-wrap: wrap;
}
.sg-box .sg-list ul li{
	background: #FAFAFA;
	border: 1px solid #EDEDED;
	width:49%;
	margin-left:2%;
	box-sizing:border-box;
	margin-bottom:24px;
	padding:60px;
	display: flex;
	flex-wrap: wrap;
}
.sg-box .sg-list ul li:nth-child(2n+1){margin-left:0;}
.sg-box .sg-list ul li .icon-box{
	width:65px;
}
.sg-box .sg-list ul li .text{
	padding-left:40px;
	width: calc(100% - 105px);
}
.sg-box .sg-list ul li .text h6{
	font-size: 30px;
	font-weight: 600;
	color: #000000;
}
.sg-box .sg-list ul li .text p{
	margin-top:10px;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	line-height: 26px;
}
.news-box{
	padding:80px 0 30px;
}
.news-list ul li{
	padding:50px 0;
	border-bottom:2px solid #EAEAEA;
	display: flex;
	flex-wrap: wrap;
}
.news-list ul li:first-child{padding-top:0;}
.news-list ul li .time{width:10%;}
.news-list ul li .time span{
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #D3A857;
}
.news-list ul li .time b{
	font-size: 44px;
	font-weight: 900;
	color: #D3A857;
	line-height:1.1;
}
.news-list ul li .img-box{
	display: block;
	width:36%;
}
.news-list ul li .img-box img{width:100%;height:auto;}
.news-list ul li .text{
	width:51%;
	margin-left:3%;
}
.news-list ul li .text .t{
	display: block;
	font-size: 28px;
	font-weight: 500;
	color: #000000;
}
.news-list ul li .text .tips{
	margin:30px 0 50px;
	font-size: 16px;
	font-weight: 500;
	color: #888888;
	line-height: 28px;
}
.news-list ul li .text .more{
	width: 190px;
	height: 46px;
	border: 1px solid #D3A857;
	display: block;
	line-height:46px;
	font-size: 20px;
	font-weight: 400;
	color: #D3A857;
	text-align: center;
	transition: all 0.6s;
}
.news-list ul li .text .more i{font-size:20px;font-weight:bold;margin-left:10px;}
.news-list ul li .text .more:hover{background:#d3a857;color:#fff;}
.newsdis-box{
	padding:80px 0;
}
.newsdis-tit{text-align: center;}
.newsdis-tit h1{
	font-size: 32px;
	font-weight: 600;
	color: #000000;
	line-height: 48px;
}
.newsdis-tit p{margin-top:10px;}
.newsdis-tit p span{display: inline-block;padding-left:25px;margin:0 20px;
	font-size: 16px;
	font-weight: 500;
	color: #888888;
	line-height: 25px;
}
.newsdis-tit p span.time{background:url(../images/news-icon-01.png) no-repeat left center;}
.newsdis-tit p span.view{background:url(../images/news-icon-02.png) no-repeat left center;}
.newsdis-edit-box{
	padding:40px 0;
	margin-top:40px;
	border-top:2px solid #EFEFEF;
	font-size: 16px;
	font-weight: 500;
	color: #888888;
}
.newsdis-edit-box b{color: #000;font-weight:500;}
.edit-box img{max-width:100%;height:auto;}
.edit-box iframe{max-width:100% !important;}
.news-page-box{
	display: flex;
	flex-wrap: wrap;
}
.news-page-box a{
	display: flex;
	align-items: center;
	width:50%;
	background: #F5F5F5;
	padding:30px 50px;
	box-sizing:border-box;
	color:#bcbcbc;
	transition: all 0.6s;
}
.news-page-box a:hover{color:#fff;background:#D3A857;}
.news-page-box a:hover .text{color: #fff;;}
.news-page-box a i{
	font-size:22px;
	font-weight: bold;
}
.news-page-box a .line{
	margin:0 25px;
}
.news-page-box a .text{
	font-size: 16px;
	font-weight: 500;
	color: #888888;
}
.news-page-box a:nth-child(2){flex-flow: row-reverse;}
.about-wwa{
	padding:80px 0;
}
.about-wwa .wwa-tit{
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	color: #000000;
	margin-bottom:30px;
}
.about-wwa .edit-box{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.about-wwa .img-box{margin-top:40px;}
.about-wwa .img-box img{width:100%;height:auto;}
.about-cc{
	padding:80px 0;
}
.about-cc .text{width:calc(100% - 343px);float:left;}
.about-cc .text .t{
	font-size: 38px;
	font-weight: 600;
	color: #000000;
}
.about-cc .text .edit-box{
	margin-top:20px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.about-cc .img-box{width:313px;float:right;}
.about-cc .img-box img{width:100%;height:auto;}
.about-history{
	padding:80px 0;
	background:url(../images/about-pic-03.png) no-repeat center;
	background-size:cover;
}
.about-history .tit{
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	color: #000000;
	margin-bottom:70px;
}
.about-history .list ul li{width:51%;float:right;display: flex;margin:10px 0;position: relative;padding-left:34px;box-sizing:border-box;}
.about-history .list ul li:nth-child(even){float:left;flex-flow: row-reverse;text-align: right;padding-left:0;padding-right:34px;}
.about-history .list ul li .dots{
	position: absolute;
	left:4px;
	top:5px;
	width: 24px;
	height: 24px;
	background: rgba(211, 168, 87, 0.28);
	border-radius:50%;
}
.about-history .list ul li .dots::after{
	content:'';
	width: 14px;
	height: 14px;
	background: #D3A857;
	position: absolute;
	left:50%;
	top:50%;
	border-radius:50%;
	transform: translate( -50% , -50%);
}
.about-history .list ul li:nth-child(even) .dots{left:auto;right:2px;}
.about-history .list ul li .time{
	margin:0 30px 0 10px;
	background:url(../images/about-icon-01.png) no-repeat center;
	width:100px;
	height:34px;
	text-align: center;
	line-height:34px;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
}
.about-history .list{position: relative;}
.about-history .list::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #D3A857;
	position:absolute;
	left:50%;
	top:0;
}
.about-history .list ul li:nth-child(even) .time{background:url(../images/about-icon-02.png) no-repeat center;margin-right:10px;margin-left:30px;}
.about-history .list ul li .text{
	width: calc(100% - 164px);
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
}
.about-cs{
	padding:60px 0;
}
.about-cs .tit{
	margin-top:20px;
	width: 312px;
	height: 392px;
	background: #D3A857;
	float:left;
	padding:40px;
	box-sizing:border-box;
}
.about-cs .tit h6{
	font-size: 38px;
	font-family: Poppins-SemiBold, Poppins;
	font-weight: 600;
	color: #FFFFFF;
	border-bottom:1px solid #fff;
	padding-bottom:30px;
}
.about-cs .tit .tit-page{
	margin-top:50px;
	position: relative;
	height:55px;
	width:135px;
}
.tit-page .swiper-button-next, .tit-page .swiper-button-prev{
	width: 55px;
	height: 55px;
	background: #FFFFFF;
	border:1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	color:#D3A857;
}
.tit-page .swiper-button-next::after, .tit-page .swiper-button-prev::after{
	display:none;
}
.tit-page .swiper-button-next.swiper-button-disabled, .tit-page .swiper-button-prev.swiper-button-disabled{
	opacity:1;
	background:transparent;
	color:#fff;
}
.tit-page .swiper-button-next i, .tit-page .swiper-button-prev i{
	font-size:22px;
	font-weight: bold;
}
.tit-page .swiper-button-next{right:0;}
.tit-page .swiper-button-prev{left:0;}
.about-cs .cs-swiper{
	width: calc(100% - 352px);
	float:right;
}
.about-cs .cs-swiper .swiper-slide{
	padding:25px;
	box-sizing:border-box;
	background: #FFFFFF;
	box-shadow: 1px 3px 13px 0px rgba(148, 148, 148, 0.5);
}
.about-cs .cs-swiper .swiper-slide .img-box img{width:100%;height:auto;}
.cs-swiper .swiper{
	padding:20px 20px;
}
.about-join{padding-bottom:80px;}
.about-join .join-box{
	padding:80px 100px;
	display: flex;
	align-items: center;
	background:url(/wp-content/uploads/2025/06/join-us-1.jpg) no-repeat center;
	background-size:cover;
}
.about-join .join-box .text{
	width: calc(100% - 310px);
	float:left;
}
.about-join .join-box .text h6{
	font-size: 38px;
	font-weight: 600;
	color: #FFFFFF;
}
.about-join .join-box .text p{
	margin-top:20px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.about-join .join-box .more{
	margin-left:100px;
	display: block;
	width: 210px;
	height: 64px;
	background: rgba(255, 255, 255, 0.36);
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height:64px;
	float:right;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}
.contact-box{
	padding:80px 0;
}
.contact-box .c-l-list{width:35%;float:left;}
.contact-box .c-l-list .c-tit{
	font-size: 38px;
	font-weight: 700;
	color: #000000;
}
.contact-box .c-l-list .c-list ul li{
	margin-top:48px;
	display: flex;
	align-items: center;
}
.contact-box .c-l-list .c-list ul li img{
	width:76px;
	height:auto;
}
.contact-box .c-l-list .c-list ul li .text{
	width: calc(100% - 116px);
	margin-left:40px;
}
.contact-box .c-l-list .c-list ul li .text .t{
	font-size: 24px;
	font-weight: 700;
	color: #2B2B2B;
}
.contact-box .c-l-list .c-list ul li .text .d{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 27px;
}
.contact-box .c-l-list .c-list ul li .text .d a{color:#666;transition: all 0.6s;}
.contact-box .c-l-list .c-list ul li .text .d a:hover{color:#D3A857;}
.contact-box .c-f-f{
	width:61.5%;
	float:right;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(200, 200, 200, 0.5);
}
.contact-box .c-f-f .form-box{
	padding:20px;
}
.form-box .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content:space-between;
}
.form-box .contact__panel-title {
    font-size: 24px;
	color:#000;
}
.form-box .contact__panel-desc{
	margin:20px 0;
}
.col-lg-6 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 50%;
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form-box .form-group {
    margin-bottom: 20px;
}
.form-control {
	width:100%;
    height: 50px;
    font-size: 14px;
    padding: 0 0 0 20px;
    border-radius: 5px;
    border: 1px solid #9b9b9b;
    background-color: transparent;
	box-sizing:border-box;
}
textarea.form-control {
    min-height: 105px;
    padding-top: 10px;
}
.col-lg-12>button{
	border:none;
	color:#fff;
	background-color:#d3a857;
	padding:10px;
	border-radius: 5px;
}

.contact-map{padding:0 0 80px;}
.contact-map .map-box img{width:100%;height:auto;}
.contact-map .map-box iframe{width:100% !important;}











@media screen and (max-width: 1500px) {
	.m-width-content{max-width:1200px;}
	#menuPc > ul > li{margin:0 0;}
	.in-pro-list ul li .pop-box .t{font-size:20px;}
	.about-history .list ul li:nth-child(even) .dots{right:0;}
	.about-history .list ul li .dots{left:1px;}
	.news-list ul li .time span{font-size:16px;}
	.news-list ul li .text .tips{margin:20px 0;}
	.spap-tit h6{width:100%;margin-bottom:20px;}
	.spap-tit .tag-box{width:100%;float:none;}
	.spap-tit .tag-box a{margin-left:0;margin-right:20px;}
}


@media screen and (max-width: 1250px) {
	.m-width-content{max-width:900px;}
	.in-pro-list ul li .pop-box{padding:20px;}
	.in-pro-list ul li .pop-box .tips{font-size:12px;line-height:16px;height:32px;}
	.index-os .os-fixed{display:block;}
	.index-os .os-fixed .text{width:100%;float:none;}
	.index-os .os-fixed .map{width:100%;float:none;margin-top:40px;}
	.index-sc .sc-list ul li{padding-bottom:25px;}
	.index-sc .sc-list ul li .tit a{font-size:16px;background-size:10%;padding-right:50px;}
	.index-sc .sc-list ul li .tit{left:5%;width:90%;height:50px;line-height:50px;}
	.index-au .au-box{display: block;}
	.index-au .au-box .au-pic{width:100%;float:none;}
	.index-au .au-box .au-text{width:100%;float:none;margin-top:40px;}
	#menuPc > ul > li{padding:0 5px;}
	.about-history .list ul li .dots{left:-4px;}
	.about-history .list ul li:nth-child(even) .dots{right:-4px;}
	.about-cs .tit{width:100%;height:auto;}
	.about-cs .cs-swiper{width:100%;float:none;}
	.mho-box .mho-left .t{font-size:22px;}
	.sg-box .sg-list ul li{padding:20px;}
	.sg-box .sg-list ul li .text{padding-left:20px;width:calc(100% - 85px);}
	.sg-box .sg-list ul li .text h6{font-size:20px;}
	.solution-box .sc-list ul li .tit{height:50px;}
	.solution-box .sc-list ul li{padding-bottom:25px;}
	.solution-box .sc-list ul li .tit a{background-size:10%;padding-right:50px;}
	
}












@media screen and (max-width: 1000px) {
	html.mm-blocking body{overflow: initial;}
	
	#menuPc {
		display: none;
	}
	
	#menuWap {
		display: block;
	}
	
	#page {
		background: #FFFFFF;
	}
	.index-au .au-box .au-pic iframe{
		height: 300px;
	}

	.btn-nav {
		position: absolute;
		top:0;
		right:20px;
		background: transparent;
		border: none;
		padding: 19.5px 0;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 99999;
		display: block;
		width: 30px;
		float: right;
	}

	.icon-bar {
		display: block;
		margin: 6px 0;
		width: 30px;
		height: 3px;
		background-color: #d3a857;
		box-shadow: 0 1px 1px #000000;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-ms-transition: all .7s ease;
		-o-transition: all .7s ease;
		transition: all .7s ease;
		z-index: 999999;
	}

	.mm-opening .top {
		-webkit-transform: translateY(8px) rotateZ(45deg);
		-moz-transform: translateY(8px) rotateZ(45deg);
		-ms-transform: translateY(8px) rotateZ(45deg);
		-o-transform: translateY(8px) rotateZ(45deg);
		transform: translateY(8px) rotateZ(45deg);
	}

	.mm-opening .bottom {
		-webkit-transform: translateY(-10px) rotateZ(-45deg);
		-moz-transform: translateY(-10px) rotateZ(-45deg);
		-ms-transform: translateY(-10px) rotateZ(-45deg);
		-o-transform: translateY(-10px) rotateZ(-45deg);
		transform: translateY(-10px) rotateZ(-45deg);
	}

	.mm-opening .middle {
		width: 0;
	}

	.banner .bg-box {
		display: none;
	}

	.banner .banner-content {
		display: none;
	}

	.banner .wap-box {
		display: block;
	}
	
	.banner .swiper-slide .video-box{
		display:none;
	}
	.header-top{display:none;}
	.header-logo-nav-search .nav-search .search{display:none;}
	.index-product{padding:40px 0 20px;}
	.in-pro-list ul li{width:100%;margin-left:0;margin-bottom:20px;}
	.index-oa{padding:40px 0;}
	.index-oa .oa-list ul li{width:100%;margin-left:0;margin-top:40px;}
	.index-oa .oa-list{margin-top:0;}
	.index-os{padding:40px 0;}
	.index-sc .sc-list{margin-top:40px;}
	.index-sc .sc-list ul li{width:100%;margin-left:0;margin-bottom:40px;}
	.index-sc .sc-list ul{display:block;}
	.index-sc{padding:0 0 0;}
	.index-ln .ln-list ul li{width:100%;margin-left:0;margin-top:40px;}
	.index-ln .ln-list{margin-top:0;}
	.footer .footer-top dl{display:none;}
	.footer .footer-top dl:nth-child(1){width:100%;display: block;}
	.footer-copy .inner-fixed .copy{width:100%;text-align: center;}
	.footer-copy .inner-fixed .share{width:100%;justify-content: center;margin-top:20px;}
	.about-wwa{padding:40px 0;}
	.about-cc{padding:40px 0;}
	.about-history{padding:0 0 40px;}
	.about-cc .img-box{width:100%;float:none;margin-top:40px;}
	.about-cc .text{width:100%;float:none;}
	.about-history .list ul li{width:100%;float:none;padding-left:0;display:block;margin-bottom:20px;}
	.about-history .list ul li:nth-child(even){padding-right:0;width:100%;text-align:left;float:none;}
	.about-history .list ul li .dots{display:none;}
	.about-history .list ul li .text{width:100%;margin-top:10px;}
	.about-history .list ul li .time{background-color:#D3A857;margin:0;}
	.about-history .list ul li:nth-child(even) .time{background-color:#D3A857;margin:0;}
	.about-history .list::after{display:none;}
	.about-join .join-box{padding:20px;display:block;}
	.about-join .join-box .text{width:100%;float:none;}
	.about-join .join-box .more{margin:0 auto;float:none;margin-top:20px;width:100%;}
	.contact-box .c-l-list{width:100%;float:none;}
	.contact-box .c-f-f{width:100%;float:none;margin-top:40px;}
	.contact-map{padding:0 0 40px;}
	.contact-box{padding:40px 0;}
	.contact-box .c-f-f .form-box{padding:20px;}
	.news-list ul li:first-child{display:block;}
	.news-list ul li .time{width:100%;}
	.news-list ul li .img-box{width:100%;margin:20px 0;}
	.news-list ul li .text{width:100%;margin-left:0;}
	.news-page-box a .text{display:none;}
	.news-page-box a .line{display:none;}
	.news-page-box a{justify-content: center;}
	.newsdis-box{padding:40px 0;}
	.msg-box .msg-inner{padding:20px;}
	.msg-box{padding-bottom:40px;}
	.product-acc{padding:40px 0 0;}
	.product-acc .acc-box .acc-tit .name{width:100%;}
	.product-acc .acc-box.active .acc-tit .name::after{display:none;}
	.product-acc .acc-box .acc-list ul li{width:100%;margin-left:0;}
	.product-acc .acc-box .acc-tit .name::after{display:none;}
	.page-box .page-inner a.page{display:none;}
	.prodis-box{padding:40px 0;}
	.prodis-box .photo-text .photo{width:100%;float:none;}
	.prodis-box .photo-text .text{width:100%;float:none;margin-top:40px;}
	.photo-text .text .link{display:block;}
	.photo-text .text .link a{width:100%;}
	.photo-text .text .link a:first-child{margin-bottom:20px;}
	.rp-list ul li{width:100%;float:none;margin-left:0;margin-bottom:20px;}
	.product-spam{padding:40px 0;}
	.product-spam .spam-left{display:none;}
	.product-spam .spam-list{width:100%;float:none;}
	.product-spam .spam-list ul li{width:100%;margin-left:0;}
	.product-spap .spap-tit{padding:40px 0;}
	.spap-tit .tag-box a{width:100%;margin-right:0;margin-bottom:20px;box-sizing:border-box;}
	.spap-tit .tag-box{display: block;}
	.product-spap .spap-list ul li{width:100%;float:none;margin-left:0;}
	.search-list ul li .li-inner .img-box{width:100%;float:none;}
	.search-list ul li .li-inner .img-text{width:100%;float:none;margin-top:20px;}
	.service-box{padding:40px 0 30px;}
	.mho-box .mho-left{width:100%;float:none;}
	.mho-box .mho-right{width:100%;float:none;margin-top:20px;}
	.sg-box .sg-tit{padding:40px 0 30px;}
	.sg-box .sg-list ul li{width:100%;margin-left:0;}
	.solution-box .sc-list ul li{width:100%;margin-left:0;}
}
.goog-te-gadget-simple{
	border:0px!important;
	background-color: #fff0!important;
}
div#\:0\.targetLanguage img {
    display: none;
}
a.goog-te-menu-value span {
    border: 0px!important;
}
.switcher .selected a{
	border:0px!important;
}
.switcher .selected{
	background:#f0ffff00!important;
}
.header-logo-nav-search .nav-search .search{
	padding:25px 0!important;
}
.switcher{
	width:145px!important;
}
.switcher .option{
	border:0px!important;
	background:#f0ffff00!important;
}
.switcher .option a{
	background:#f0ffff00!important;
}
.switcher .option a:hover{
	background:#f0ffff00!important;
}
.switcher .selected a{
	background:#f0ffff00!important;
}
.switcher .selected a:hover{
	background:#f0ffff00!important;
}
@media (max-width:1500px){
	.solution-box .sc-list ul li .tit a{
		font-size:18px;
	}
}
@media (max-width:1250px){
	.solution-box .sc-list ul li .tit a{
    font-size:16px;
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	}
}
@media (max-width:460px){
	.product-acc .acc-box .acc-tit .name{
		font-size:16px;
		text-align:left;
		padding-left: 10px;
    box-sizing: border-box;
	}
	.product-acc .acc-box .acc-tit .click{
		right:10px;
	}
}