* {
	box-sizing: border-box !important;
	font-family:'Microsoft YaHei',"Arial"!important;
	word-break: break-word !important;
}
@font-face {
  font-family: 'wy_iconfont';  /* Project id 2650718 */
  src: url('../font/font_2650718_kiurzxna36m.woff2') format('woff2'),
       url('../font/font_2650718_kiurzxna36m.woff') format('woff'),
       url('../font/font_2650718_kiurzxna36m.ttf') format('truetype');
}
.wy_iconfont{
 font-family: 'wy_iconfont'!important; 
 font-style:normal!important;
}

body{
   overflow-x: hidden !important;
}
a {
	cursor: pointer;
	text-decoration: none !important;
}
a:focus,
a:active,
a:hover,
a:visited {
	outline: none !important;
	text-decoration: none !important;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--wy_Color);
}
/*end*/
/*文字*/
:root {
	--wy_FS_BannerBig: 60px;
	--wy_FSOne: 36px;
	--wy_FSTwo: 30px;
	--wy_FSThree: 28px;
	--wy_FSFour: 20px;
	--wy_FSFive: 18px;
	--wy_FSSix: 16px;
	--wy_Color: #f19220;
}
@media only screen and (max-width:1440px) and (min-width:1025px) {
	:root {
		--wy_FSOne: 34px;
		--wy_FSTwo:30px;
		--wy_FSThree: 22px;
		--wy_FSFour: 18px;
		--wy_FSFive: 16px;
		--wy_FSSix: 14px;
	}
}
@media only screen and (max-width:1024px) and (min-width:769px) {
	:root {
		--wy_FSOne:30px;
		--wy_FSTwo: 28px;
		--wy_FSThree: 20px;
		--wy_FSFour: 18px;
		--wy_FSFive: 16px;
		--wy_FSSix: 14px;
	}
   /*导航*/
  .L_nav .header1>.header-left h1{
   width:150px;
  }
  .L_nav .header1>.header-left nav.fr{
   width:calc(100% - 150px);
  }
}
/*phone*/
@media only screen and (max-width:768px) {
	:root {
		--wy_FS_BannerBig: 30px;
		--wy_FSOne: 28px;
		--wy_FSTwo: 24px;
		--wy_FSThree: 20px;
		--wy_FSFour: 18px;
		--wy_FSFive: 16px;
		--wy_FSSix: 14px;
	}
}
h1 span,
h1 * {
	font-size: var(--wy_FSOne) !important;
}

h2 span,
h2 * {
	font-size: var(--wy_FSTwo) !important;
}

h3 span {
	font-size: var(--wy_FSThree) !important;
}

h4 span,
h4 * {
	font-size: var(--wy_FSFour) !important;
}

h5 span,
h5 * {
	font-size: var(--wy_FSFive) !important;
}

h6 span,
h6 * {
	font-size: var(--wy_FSSix) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
}
/*波浪動畫*/
@keyframes move_wave {
 	0% {
 		transform: translateX(0) translateZ(0) scaleY(1)
 	}

 	50% {
 		transform: translateX(-25%) translateZ(0) scaleY(0.55)
 	}

 	100% {
 		transform: translateX(-50%) translateZ(0) scaleY(1)
 	}
 }
.waveBox{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height:300px;
    bottom: 0;
    z-index:10;
    opacity:1;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background:url(../image/0ef938bd-3436-4c66-9402-da0cf1f39080.png);
    transform-origin: center bottom;
    animation:move_wave 10s linear infinite;
}
/*内页名称*/
.cateNameBox{
 position:relative;
}
.cateNameBox:before{
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 48px;
    background: url(../image/7bd78398-cc64-4b72-b5af-805b9d848eba.png) no-repeat center;
}

.cateName_en{
 color:#000;
 font-size:var(--wy_FSTwo);
}
.cateName_cn{
  font-size:var(--wy_FSFour);
  color:#000;
  margin:10px 0px 20px;
}
.cateName_line{
  width:75px;
  height:1px;
  background:var(--wy_Color);
}
/*风格样式*/
.s_button4:before, .s_button4:after, .s_button4 span:before, .s_button4 span:after{
    display: block;
    position: absolute;
    background: var(--wy_Color);
    content:'';
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.s_button4:before{
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
}
.s_button4:after{
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0;
}
.s_button4 span:before{
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
}
.s_button4 span:after{
    right: 0;
    top: 0;
    width: 1px;
    height: 0;
}
.s_button4:hover:before{
 width:100%;
}
.s_button4:hover:after{
 height:100%;
 width:1px;
 background:var(--wy_Color);
}
.s_button4:hover span:before{
 width:100%;
}
.s_button4:hover span:after{
 height:100%;
}
/*通用样式*/

@media only screen and (min-width: 769px){
  .wy_Pchide{
   display:none;
  }
  .wy_Mohide{
   display:block;
  }
}
@media only screen and (max-width: 768px){
  .wy_Pchide{
   display:block;
  }
  .wy_Mohide{
   display:none;
  }
  .wy_CateList{
    position: fixed!important;
    left: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 100vh;
    display: block !important;
  }
}
.wy_Cate{
 width:100%;
 height:45px;
 line-height:45px;
 text-align:center;
 font-size:16px;
 color:#fff;
 background:var(--wy_Color);
}
.wy_backBtn {
    background: #f5f5f5;
    text-align: right;
    padding: 6px 14px;
    color: #000;
    font-size: 24px;
}

/*end*/
.pl_service4 .service_value{
 width:auto;
}
#c_static_001-1646386219246 .e_button-4 {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 0;
}
#c_static_001-1646634660333 .e_button-3{
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 0;
}
.s_button4:hover {

    border-color: rgb(241 146 32);
  
}

