/* CSS Document */
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  font: 16px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  vertical-align: baseline;
  overflow-x: hidden;
}

html,
body {
  position: relative;
}

button,
input,
optgroup,
select,
textarea,
a {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: medium !important;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a {
  color: #222;
}

a:hover {
  color: #FAB406;
  text-decoration: none;
}

h1,
h2,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

ul,
li,
dd,
dl {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4670940 */
  src: url('//at.alicdn.com/t/c/font_4670940_r2g5l0r768i.woff2?t=1736065679102') format('woff2'),
       url('//at.alicdn.com/t/c/font_4670940_r2g5l0r768i.woff?t=1736065679102') format('woff'),
       url('//at.alicdn.com/t/c/font_4670940_r2g5l0r768i.ttf?t=1736065679102') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'HYzdxj';
  src: url('../fonts/HYShuYuanHeiJ.ttf') format('truetype');
}

.fontU {
  font-family: "HYzdxj" !important;
}
@font-face {
  font-family: 'bahn';
  src: url('../fonts/bahnschrift.ttf') format('truetype');
}

.fontN {
  font-family: "bahn" !important;
}

.f42 {
  font-size: 46px;
}

.TabT {
  position: relative;
  padding-bottom:30px;
  color: rgba(0, 0, 0, 0.05);
  width: 100%;
  font-size: 64px;
  font-weight: bold;
}
.TabT span{
  position: absolute;
  left: 0;
  width: 100%;
  color: #333;
  font-size: 42px;
  z-index: 1;
  font-weight:normal;
  padding-top: 15px;
}
.TabT::before {
  position: absolute;
  content: '';
  width: 70px;
  border-radius: 10px;
  height: 4px;
  top: 80px;
  left: 50%;
  margin-left: -35px;
  background: #FAB406;
}
.TabL {
  position: relative;
  padding-bottom: 30px;
}

.TabL::before {
  position: absolute;
  content: '';
  width: 70px;
  border-radius: 10px;
  height: 4px;
  top: 70px;
  left:0px;
  background: #FAB406;
}

.contentW {
  margin: auto;
  padding: 0 10%;
}

header {
  background: linear-gradient(180deg, rgba(250, 180, 6, 1) 0%, rgba(250, 180, 6, 0) 100%);
  transition: all 0.2s ease-in-out;
  /* overflow: hidden; */
  padding: 30px 0 50px 0;
  clear: both;
  z-index: 9999 !important;
}

header img {
  float: left;
  height: 42px;
  cursor: pointer;
}

header.active {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header.activeC {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header nav {
  text-align: center;
}

header nav li {
  display: inline-block;
}

header nav li a{
  height: 42px;
  line-height: 42px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: bold;
}

header nav li a:hover {
  color: #000
}

header.active a:hover,
header.activeC a:hover {
  color: #FAB406;
}

header .CN {
  float: right;
  overflow: hidden;
  position: relative;
  margin-top: 8px
}

header .CN a {
  display: inline-block;
  padding: 6px 12px;
}

header .CN .action {
  background: #FAB406;
  color: #FFF;
}

header .CN .action:hover {
  background: #eaa800;
  color: #FFF;
}

header nav li.ma i {
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.7);
}

header nav li.ma .maX {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin-left:25px;
}

header nav li.ma .maX a {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-weight: normal;
}

header nav li.ma:hover .maX {
  display: block;
  position: absolute;
}

.banner-B {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
.BanT{
  position: absolute;
  z-index: 1;
  bottom: -1px;
  width: 100%;
}
.marquee-box {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.marquee {
  width: 8000%;
  height: 35px
}

.wave-list-box {
  float: left
}

.wave-list-box ul {
  float: left;
  height: 35px;
  overflow: hidden;
  zoom: 1
}

.wave-list-box ul li {
  height: 35px;
  width: 100%;
  float: left;
  line-height: 30px;
  list-style: none
}

.wave-box {
  position: relative;
  height: 35px;
}

.ab-b {
  font-size: 18px;
  line-height: 38px;
  height: 750px;
}

.ab-b a {
  margin-top: 30px;
}

.CaLi li {
  display: inline-block;
  width: 300px;
  border-bottom: 3px rgba(255, 255, 255, 0.5) solid;
  text-align: center;
}

.CaLi li a {
  font-size: 22px;
  padding-bottom: 15px;
  display: inline-block;
  color: #FFF;
}

.CaLi li.uk-active {
  border-bottom-color: rgba(250, 180, 6, 1);
}

.CaLi li.uk-active a {
  color: #FAB406;
  font-weight: bold;
}

.CaDiv {
  padding-top: 6%;
}
.CaDiv h3 {
  color: #FFF;
  position: relative;
}

.CaDiv h3::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #FAB406;
  top: 70px;
}
.CaDiv h4{
  font-size: 32px;
  color: #FFF;
}

.CaDiv p {
  line-height: 42px;
  font-size: 24px;
  color: #FFF;
  margin-top: 38px;
  margin:20px 0;
}
.CaDivH h3, .CaDivH h4, .CaDivH p{
  color: #333;
}
.CaDiv button {
  margin-top: 25px;
}

.item-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 758px;
  position: relative;
  overflow: hidden;
  transition: all .4s;
  width: 422px;
}

.item-group .title {
  height: 758px;
  width: 422px;
  background: url(../img/pr-S.webp) no-repeat;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: all .7s ease 0s;
  padding: 30px 50px 0 50px;
}

.item-group h3 {
  margin-bottom: 10px;
}

.item-group .desc {
  box-sizing: border-box;
  height: 758px;
  background: url(../img/pr-B.webp) no-repeat;
  flex: 1;
  opacity: 0;
  transition: all 0.4s;
  padding: 30px 50px 0 50px;
}

.item-group h5 {
  padding-top: 10px;
}

.item-group img {
  border-radius: 10px;
}

.item-group.self {
  width: 1105px
}

.item-group.self .desc {
  opacity: 1;
}

.item-group.self .title {
  /* opacity: 0; */
  display: none;
}

.PrTatle ul {
  padding-left: 50px;
  padding-top: 8px;
}

.PrTatle ul li {
  float: left;
  margin-left: 10px;
}

.PrTatle ul li a {
  line-height: 40px;
  background: #FEFAEA;
  border: #FAB406 1px solid;
  height: 40px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 50px;
}
.PrTatlem ul {
  padding-left:40px;
}
.PrTatlem ul li {
  float: left;
  margin-left: 10px;
}
.PrTatlem ul li a {
  line-height:36px;
  background: #FEFAEA;
  border: #FAB406 1px solid;
  height: 36px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 14px;
}
.in-ab {
  background: #FFF;
  position: relative;
  top: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}

.in-ab img {
  border-radius: 10px;
}

.in-ab:hover {
  top: -8px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.inbg {
  padding-bottom: 70px;
  margin-top: 40px;
}

.in-ab .uk-position-top-left {
  width: 50%;
}

.in-ab .uk-position-top-left h4 {
  font-size: 24px;
  margin-bottom: 25px;
  position: relative;
}

.in-ab .uk-position-top-left h4::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: 40px;
  background: #222;
}

.in-ab .uk-position-top-left h5 {
  font-size: 16px;
  color: #555;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in-ab .uk-position-top-left a {
  margin-top: 20px;
  height: 38px;
  padding: 0 25px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 38px;
  background: rgba(255, 255, 255, 0.85);
}

.in-ab .uk-position-top-left a:hover {
  background: rgba(255, 255, 255, 1);
}

footer {
  padding-top: 35px;
}
footer .fooT{
  background: #FAB406;
  padding:40px 0;
}
footer .flogo {
  height: 48px;
  float: left;
  margin-right: 30px;
}

footer .tel {
  float: left;
  margin-left: 30px;
}

footer .tel h2 {
  font-size: 24px;
}

footer .interest span {
  color: #FFF;
}

footer .interest i {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  line-height: 42px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 22px;
}

footer .interest i:hover {
  background: rgba(255, 255, 255, 0.2);
}

footer .copy {
  background: #ecad0c;
  /* background: #E6A606; */
  text-align: center;
  padding: 15px 0;
  color: #FFF;
}

.RightT {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 2;
}

.RightT a {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 38px;
  height: 38px;
  background: #FFF;
  color: #FAB406;
  text-align: center;
  line-height: 26px;
}

/* .AbT {
  padding: 250px 0 110px 0;
} */

.AbT p {
  font-size: 22px;
  line-height: 42px;
  color: #333;
  margin: 10px 0;
}

.AbT p span {
  font-weight: bold;
  font-size: 26px;
  color: #000;
}

.Brad {
  border: 1px solid #ddd;
  padding: 35px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  background: #FFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.Brad h2 {
  color: #FAB406;
  padding-bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.Brad h4 {
  color: #777;
  transition: all 0.2s ease-in-out;
}

.Brad .icon {
  width: 90px;
  height: 90px;
  border: #FAB406 1px solid;
  border-radius: 100%;
  background: rgba(250, 180, 6, 0.1);
  text-align: center;
  color: #FAB406;
  line-height: 90px;
  font-size: 42px;
}

.Brad:hover {
  background: #FAB406 url(../img/Br01.webp) no-repeat;
  background-size: cover;
  border: #FAB406 1px solid;
  background-position: 100% 100%;
  box-shadow: 0 8px 20px rgba(250, 180, 6, 0.6);
}

.Brad2:hover {
  background: #FAB406 url(../img/Br02.webp) no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  box-shadow: 0 8px 20px rgba(250, 180, 6, 0.6);
}

.Brad3:hover {
  background: #FAB406 url(../img/Br03.webp) no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  box-shadow: 0 8px 20px rgba(250, 180, 6, 0.6);
}

.Brad4:hover {
  background: #FAB406 url(../img/Br04.webp) no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  box-shadow: 0 8px 20px rgba(250, 180, 6, 0.6);
}

.Brad:hover .icon {
  background: rgba(250, 250, 250, 0.1);
  color: #FFF;
  border: #FFF 1px solid;
}

.Brad:hover h2 {
  color: #FFF;
}

.Brad:hover h4 {
  color: rgba(255, 255, 255, 0.8);
}

.timer-shaft-box{
  width:100%;
  padding:40px;
}
.timer-shaft {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.timer-shaft::before{
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, rgba(250, 180, 6, 0) 0%, #FAB406 8%, #FAB406 92%, rgba(250, 180, 6, 0) 100%);
  position: absolute;
  content: '';
  top:9px
}

.timer-left {
  position: absolute;
  top: 50%;
  left: 20px;
}

.timer-right {
  position: absolute;
  top: 50%;
  right: 20px;
}
.timer-left, .timer-right{
  z-index:1;
  width: 52px;
  height: 52px;
  background: #FAB406;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: #FFF;
  font-size: 18px;
  border-radius: 52px;
  transition: all 0.2s ease-in-out;
}
.timer-left:hover, .timer-right:hover{
  background: #eaa800;
}
.timer-scale{
  position:absolute;
  padding-left:50px;
}
.timer-scale-cont {
  display: inline-block;
  width: 300px;
  text-align: center;
  position: relative;
  height: 120px;
  top:-18px;
}
.timer-scale-cont::before{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px #FAB406 solid;
  border-radius: 20px;
  background: #FFF;
  top:18px;
  left: 50%;
  margin-left:-10px;
}
.time-circle{
  font-size: 22px;
  position: absolute;
  padding-top:45px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* cursor: pointer; */
}
.timer-scale-cont.hov .time-circle{
  color: #FAB406;
  font-weight: bold;
  font-size: 42px;
}
.shaft-detail-cont {
  display: none;
  width: 100%;
  padding-bottom: 70px;
}
.CentT{
  width: 60%;
  background: linear-gradient(116deg, #FFF6E0 0%, #FFE7AB 100%);
  margin: auto;
  height: 260px;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border-radius: 10px;
}
.CentT h3{
  font-weight: bold;
  color: #dfa000;
  font-size: 38px;
  padding:0px;
  margin: 0;
}
.CentT p{
  font-size: 18px;
  padding:8px 0 0 0;
  line-height: 30px;
  margin: 0;
  color: #444;
}
.BrText{
  padding-left:20%;
  padding-top:10%;
  padding-right: 5%;
  position: relative;
  z-index: 1;
}
.BrText h4{
  line-height: 38px;
}
.Pagee{
  top: 70%;
  left: 10%;
}
.Pagee a{
  width: 64px;
  height: 64px;
  background: #FAB406;
  color: #FFF;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  transition: all 0.2s ease-in-out;
}
.Pagee a:hover{
  color: #FFF;
  background: #eaa800;
}
.SlRight{
  right: 0;
  top:25px;
}
.SlRight a{
  border: 1px #FAB406 solid;
  border-radius: 100%;
  background: rgba(250, 180, 6, 0.1);
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 28px;
  transition: all 0.2s ease-in-out;
  margin: 0 5px;
}
.SlRight a:hover{
  border:1px #eaa800 solid;
  background: rgba(250, 180, 6, 0.15);
}
.SlRight svg{
  width: 16px;
  height: 16px;
  color: #FAB406;
}
.PrSearch{
  /* background: rgba(250, 250, 250, 0.4); */
  padding: 10px;
  width: 28%;
  margin: auto;
  position: absolute;
  right: 18%;
}
.PrSearch input{
  /* border-radius: 50px; */
  height: 58px;
  border:none;
  border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
  background: transparent;
  font-size: 20px;
  padding-left:10px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  color: #333;
}
.PrSearch input:hover{
  border-bottom: 2px rgba(255, 255, 255, 1) solid;
}
.PrSearch button{
  position: absolute;
  right: 12px;
  top:12px;
  height: 50px;
  border: none;
  background: transparent;
  color: #FFF;
  padding:0 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 50px;
}
.PrSearch button i{
  font-size: 26px;
}
.PrSearch button:hover{
  background: #eaa800;
}
.PrClass ul{
  margin-bottom: 10px;
}
.PrClass ul li a{
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  display: block;
  padding-left:15px;
}
.Pr{
  background: linear-gradient(0deg, #FFFDEC 0%, #FFEDBF 100%);
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 5px 10px rgba(234, 168, 0, 0.1);
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.Prt{
  background: linear-gradient(0deg, #F3FAF1 0%, #D5ECCE 100%);
  box-shadow: 0 5px 10px rgba(40, 171, 1, 0.1);
}
.Pr:hover{
  top: -5px;
  box-shadow:0 5px 15px rgba(250, 180, 6, 0.2);
}
.Prt:hover{
  box-shadow:0 5px 15px rgba(40, 171, 1, 0.2);
}
.Pr h3{
  margin: 0;
  padding-bottom: 20px;
}
.Pr .View{
  visibility:hidden;
  opacity: 0;
  z-index: 1; 
  position: absolute;
  transition: all 0.2s ease-in-out;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(250, 180, 6, 0.95);
  border-radius: 15px;
  padding: 40px;
  text-align: left;
}
.Pr:hover .View{
  opacity: 1;
  visibility: visible;
}
.Pr .View h3{
  color: #FFF;
  font-weight: bold;
  padding-bottom:20px;
}
.Pr .View span{
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
}
.Pr .View p{
  color: #FFF;
  padding-left:15px;
  margin: 10px 0;
}
.Pr .View button{
  border: 1px #FFF solid;
  background: transparent;
  border-radius: 50px;
  color: #FFF;
  font-size: 14px;
  padding: 6px 15px;
  margin-top:15px;
  cursor: pointer;
}
.PrView button{
  padding: 10px 30px;
  line-height: 20px;
  margin-bottom: 30px;
}
.PrView p{
  margin: 15px 0;
  line-height:30px;
}
.carH{
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
}
.carH:hover{
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.13);
  top: -6px;
}

.cont .iconfont{
  background: #FAB406;
  color:#FFF;
  width: 52px;
  text-align: center;
  line-height: 52px;
  height: 52px;
  border-radius: 52px;
  font-size: 22px;
}
.cont .uk-grid-small{
  margin:25px 0;
}
.cont .uk-grid-small span{
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  padding-top:8px;
}

.hot{
  background: url(../img/Hot.webp);
 width: 84px;
 height: 84px;
 position: absolute;
 right: 0;
 top: 0;
 padding: 18px 0 0 19px;
 font-weight: bold;
 font-size: 14px;
 line-height: 15px;
 color: #e18b00;
}

.JobDiv{
  background: #FFFAF4;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(225, 139, 0, 0.15);
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.JobDiv:hover{
  top:-5px;
  box-shadow: 0 8px 15px rgba(225, 139, 0, 0.2);
}
.JobDiv .iconfont{
  font-size: 42px;
}
.JobDiv h4{
  padding: 10px 0;
}
.JobDiv p{
  margin: 0;
  line-height: 28px;
}
.JobX{
  padding:25px;
}
.JobX span{
  font-weight: bold;
  font-size: 32px;
  background: #FAB406;
  display: inline-block;
  width: 42px;
  line-height: 42px;
  text-align:center;
  color: #FFF;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 6px;
}
.JobX p{
  margin: 0;
  padding:0;
  padding-top: 15px;
  line-height: 28px;
  color: #FAB406;
  font-size: 18px;
}
.page{
  padding-top: 50px;
  text-align: center;
}
.page a{
  display: inline-block;
  border: 1px #EEE solid;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  margin: 0 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  line-height: 42px;
}
.page a.page-num-current{
  background: #FAB406;
  color: #FFF;
  font-weight: bold;
}
.mheader{
  /* border-bottom: 1px #ccc solid; */
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
}
.mheader img{
  height: 34px;
}
.mheader .uk-text-right a{
  height: 34px;
  background: #FAB406;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-block;
}
.mheader .uk-text-right i{
  margin-top:7px
}
.chmp{
  padding:200px 0 80px 0;
}
.PrV{
  height: 110px;
}
.Iab{
  line-height: 40px;
  font-size: 20px;
}
.uk-height-small{
  height: 160px;
}
.uk-height-small::-webkit-scrollbar {
  width: 5px;
}
.uk-height-small::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, .2);
}
.uk-height-small::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1);
  border-radius: 10px;
}
.Ipro{
  max-width: 1527px;
  margin: 0 auto;
}
/* .ImProd{
  padding-bottom: 40px;
} */
.ImProd .uk-accordion-title::before{
  display: none;
}
.ImProd .uk-accordion-content{
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top:0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.ImProd .uk-accordion-title{
  background: #FFF;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  padding: 15px;
  text-align: center;
}
.uk-open .uk-accordion-title{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.InBr{
  height: 800px;
}
.TemA{
  position: relative;
  top:0;
  transition: all 0.2s ease-in-out;
}
.TemA:hover{
  top:-5px;
}
.on-title a{
  font-size: 28px;
  font-weight: bold;
}
.on-title i{
  float: right;
  padding: 13px 10px 0 0;
}
.on-title i svg{
  width: 16px;
}
.newL{
  cursor: pointer;
}
.newL h5{
  padding-top:15px;
}
.newL h3{
  margin: 0;
  font-weight: bold;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
}
.newL p{
  margin: 0;
  line-height: 28px;
  color: #777;
}
.newL .more{
  border-bottom: 1px #ddd solid;
  display: inline-block;
  padding: 5px 10px;
  margin-top:15px;
  color: #ddd;
  transition: all 0.2s ease-in-out;
}
.newL:hover h3{
  color: #FAB406;
}
.newL:hover .more{
  color: #FAB406;
  border-color: #FAB406;
}
.CatL{
  width: 64px;
}
.CatR{
  width: calc(100% - 64px);
}
.mmaun{
  padding:50px 10px 0 10px;
}
.mmaun .uk-accordion-content{
  margin-top:0px;
}
.mmaun a{
  display: block;
  padding: 14px;
  font-size: 18px;
  border-bottom: 1px #DDD solid;
}
.mmaun .uk-nav-sub a{
  font-size: 16px;
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 0px !important;
}
.uk-open .uk-accordion-title{
  color: #222 !important;
}
.uk-accordion-title{
  font-weight: normal !important;
}
.Hdiv{
  position: absolute;
  background: #FEF7E6;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  /* display: none; */
}

.guide-wrap {
	z-index: 9999;
	pointer-events: none;
	background-color: #FEF7E6
}

.guide-wrap .dec {
	position: absolute;
	left: -50%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/icon-33.svg) no-repeat center center;
	background-size: cover;
	z-index: 40;
	animation: decmove 3.5s 10;
	transform: translateZ(0)
}

.gw-logo__box {
	position: absolute;
	left: 50%;
	top: 30%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.gw-logo__box {
	position: absolute;
	left: 50%;
	top: 30%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.gw-logo {
	display: inline-block;
	background: url(../img/xiU.webp) no-repeat center center;
	width: 300px;
	height: 308px;
	background-size: contain
}

.gw-txt {
	margin-top: 15px;
	width: 300px;
	height: 18px;
	position: relative
}

.gw-txt span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 16px;
	color: #E60012;
	font-weight: 700;
	display: block
}
.guide-wave {
	position: relative;
	height: 100vh
}
.guide-wave svg {
	position: absolute;
	bottom: -5%
}
.guide-wave svg use {
	-webkit-animation: move-forever 3s linear infinite;
	animation: move-forever 3s linear infinite
}
.guide-wave .gt-svg {
	left: 0;
	z-index: 20
}
.guide-wave .gt-svg use {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
.guide-wave .gb-svg {
	left: 0;
	z-index: 60
}
.guide-wave .gb-svg use {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.wave-divider .parallax>use {
	-webkit-animation: move-forever 12s linear infinite;
	animation: move-forever 12s linear infinite
}

.wave-divider .parallax>use:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s
}

.wave-divider .parallax>use:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s
}

.wave-divider .parallax>use:nth-child(3) {
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@-webkit-keyframes move-forever {
	0% {
		-webkit-transform: translate(-90px, 0%);
		transform: translate(-90px, 0%)
	}
	100% {
		-webkit-transform: translate(85px, 0%);
		transform: translate(85px, 0%)
	}
}

@keyframes move-forever {
	0% {
		-webkit-transform: translate(-90px, 0%);
		transform: translate(-90px, 0%)
	}
	100% {
		-webkit-transform: translate(85px, 0%);
		transform: translate(85px, 0%)
	}
}
.wave-ani {
	position: absolute;
	background-color:#FAB406;
	width: 100%;
	height: 100%;
	z-index: 100
}


@media only screen and (max-width: 1200px) {
  header nav li a{
    padding: 0 18px;
  }
  .f42{
    font-size: 28px !important;
  }
  .TabT{
    font-size: 32px;
  }
  .TabT, .TabL{
    padding-bottom:20px;
  }
  .TabT::before {
    height: 3px;
    top: 40px;
  }
  .TabT span{
    padding-top: 5px !important;
  }
  .TabL::before{
    height: 3px;
    top: 40px;
  }
  .contentW{
    padding: 0 4%;
  }
  .JobX{
    padding:0px;
    background: #FFF;
    overflow: hidden;
  }
  .JobX span{
    display: block;
    width: 42px;
    font-size: 24px;
    float: left;
  }
  .JobX p{
    float: left;
    width: calc(100% - 42px);
    padding: 15px;
    font-size: 16px;
  }
  .chmp{
    padding:150px 0 50px 0;
  }
  .AbT p {
    font-size: 16px;
    line-height: 32px;
  }
  .AbT p span {
    font-size: 18px;
  }
  .CentT{
    width: 100%;
    height: 415px;
  }
  .Brad{
    padding: 15px;
  }
  .Brad h2{
    padding-bottom: 5px;
  }
  .Brad h4{
    font-size: 16px;
  }
  .BrText{
    padding-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .BrText .TabL{
    padding-bottom: 0;
  }
  .PrV{
    height: 30px;
  }
  .Iab{
    line-height: 28px;
    font-size: 16px;
  }
  .CaDiv {
    padding-top: 18%;
  }
  .CaDiv h3::before{
    top: 40px;
  }
  .CaDiv p{
    font-size: 16px;
    line-height: 28px;
    margin:10px 0;
  }
  .CaDiv h4{
    font-size: 20px;
  }
  .CaLi li {
    width: 100px;
  }
  .CaLi li a {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .InBr{
    height: 700px;
  }
  footer .fooT{
    background: #FAB406;
    padding:20px 4% 0 4%;
  }
 
  footer .tel {
    float: left;
    margin-left:0px;
  }
  
  footer .tel h2 {
    font-size: 24px !important;
  }
  h2, .uk-h2{
    font-size: 22px !important;
  }
  .Brad .icon {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 32px;
}
.Pr h5{
  font-size: 18px;
}
.Pr h3{
  font-size: 18px;
  padding-bottom: 12px;
}
.uk-margin-medium-bottom{
  margin-bottom: 25px !important;
}
.BrText h4{
  font-size: 16px;
  line-height: 28px;
}
.mPage{
  z-index: 2;
  margin:10px;
}
.mPage .uk-slidenav{
  /* border: 1px #FAB406 solid; */
  background: rgba(250, 180, 6, 0.8);
  padding: 6px 8px;
  color: #FFF !important;
}
.mPage .uk-slidenav svg{
  height: 20px !important;
}
}
@media only screen and (max-width: 960px) {
  .chmp{
    padding:70px 0 30px 0;
  }
  .uk-button{
    line-height:36px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .chmp{
    padding:30px 0 0px 0;
  }
  footer {
    padding-top: 0px;
  }
  .in-ab .uk-position-large{
margin: 20px 0 0 20px !important;
  }
  .in-ab .uk-position-top-left h4{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .in-ab .uk-position-top-left h4::before{
    top:35px;
  }
  .in-ab .uk-position-top-left a{
    margin-top:10px
  }
  .uk-button{
    line-height:36px;
    padding: 0 25px;
  }
  .TabT, .TabL{
    padding-bottom:0px;
  }
  .mainT{
    margin-top:54px;
  }
  .banner-B{
    top:-35px
  }
  footer{
    margin-top: 60px;
  }
  footer .copy {
    background: #FAB406;
    font-size: 14px;
  }
  .in-ab .uk-position-top-left{
    width: 80%;
  }
}
.mmun{
overflow: hidden;
}
.mmun li{
  float: left;
  width: calc(100% / 3);
  padding: 0 5px;
  margin-bottom: 8px;
}
.mmun li a{
  border: 1px #CCC solid;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
}
.mmun li a.active{
  background: #FAB406;
  color: #FFF;
  border: 1px #FAB406 solid;
}
/* .mmun a{
  font-weight: bold;
  font-size: 16px;
  float: left;
  padding-right: 10px;
  padding-top:10px;
} */