.sbw {
  font-size: 14px;
  height: 198px;
  background: #F0F0F0;
}
.sbw .sbwBox {
  margin: auto;
  width: 1200px;
  height: 100%;
}
.sbw .sbwBox .sbwList01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sbw .sbwBox .sbwList01 .Sbox {
  font-size: 18px;
  color: #666666;
  display: flex;
}
.sbw .sbwBox .sbwList01 .Sbox .mr10 {
  margin-right: 10px;
}
.sbw .sbwBox .sbwList01 .Sbox .pt {
  padding-top: 6px;
}
.sbw .sbwBox .sbwList01 .Sbox .mt6 {
  margin-top: 3px;
}
.sbw .sbwBox .sbwList01 .sign {
  margin-top: -30px;
  z-index: 780;
}
.ZNZD {
  background: #f9f9f9;
  font-size: 14px;
}
.ZNZD .ZNZDbox {
  padding-top: 50px;
  margin: auto;
  width: 1200px;
}
.ZNZD .ZNZDbox .btnList {
  padding: 60px 0;
  display: flex;
  justify-content: space-around;
}
.ZNZD .ZNZDbox .btnList .cirle {
  width: 162px;
  height: 162px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: -4px -4px 10px 0px #ffffff, 4px 4px 10px #e8e8e8;
  transition: all 0.2s;
}
.ZNZD .ZNZDbox .btnList .cirle:hover {
  margin-top: -6px;
  background: linear-gradient(131deg, #f5f5f5 15%, #ffffff 85%);
  box-shadow: -20px -20px 20px 0px #fff, 20px 20px 20px 0px #e8e8e8;
}
.XL {
  background: #f9f9f9;
  font-size: 26px;
}
.XL .XLbox {
  width: 1200px;
  margin: auto;
  display: flex;
  position: relative;
}
.XL .XLbox .Left {
  background: #ffffff;
  width: 320px;
  height: 470px;
  padding: 56px 26px 0 26px;
  border-radius: 30px;
}
.XL .XLbox .Left .list {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.XL .XLbox .Left .list .imgBox {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.XL .XLbox .Left .choose {
  color: #ff6320;
}
.XL .XLbox .Left .list:hover {
  color: #ff6320;
  cursor: pointer;
}
.XL .XLbox .Left .productlink {
  text-decoration: none;
  color: #181818;
}
.XL .XLbox .center {
  width: 390px;
  height: 500px;
  background: url(../images/XL-1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: -45px;
  padding: 200px 80px;
  color: #FFD792;
  margin-top: -12px;
}
.XL .XLbox .center .topName {
  font-size: 24px;
  font-weight: 500;
}
.XL .XLbox .center .Text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
.XL .XLbox .Scorll {
  background: none;
  width: 565px;
  height: 375px;
  margin-top: 50px;
  overflow: hidden;
  margin-left: -45px;
  opacity: 88;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.XL .XLbox .Scorll a {
  text-decoration: none;
}
.XL .XLbox .Scorll .scrow_01,
.XL .XLbox .Scorll .scrow_02 {
  display: flex;
}
.XL .XLbox .Scorll .scrow_01 .sco-List,
.XL .XLbox .Scorll .scrow_02 .sco-List {
  box-sizing: border-box;
  width: 320px;
  height: 160px;
  border-radius: 80px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  transition: all 0.2s;
  background: linear-gradient(130deg, #f5f5f5 10%, #ffffff 89%);
  box-shadow: -4px -4px 10px 0px #ffffff, 4px 4px 10px #e8e8e8;
}
.XL .XLbox .Scorll .scrow_01 .sco-List img,
.XL .XLbox .Scorll .scrow_02 .sco-List img {
  width: 140px;
  height: 140px;
}
.XL .XLbox .Scorll .scrow_01 .sco-List .name,
.XL .XLbox .Scorll .scrow_02 .sco-List .name {
  font-size: 18px;
  color: #888;
  display: flex;
  align-items: center;
}
.XL .XLbox .Scorll .scrow_01 .sco-List .type,
.XL .XLbox .Scorll .scrow_02 .sco-List .type {
  font-size: 14px;
  color: #181818;
}
.XL .XLbox .Scorll .scrow_01 .sco-List .sBox,
.XL .XLbox .Scorll .scrow_02 .sco-List .sBox {
  margin-top: -10px;
}
.XL .XLbox .Scorll .scrow_01 .sco-List .sBox span,
.XL .XLbox .Scorll .scrow_02 .sco-List .sBox span {
  font-size: 12px;
  color: #888888;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  line-height: 20px;
  padding: 0 6px;
  text-align: center;
}
.XL .XLbox .Scorll .scrow_01 .sco-List .Sspan,
.XL .XLbox .Scorll .scrow_02 .sco-List .Sspan {
  background: #FFEEE7;
  color: #ff6320;
  font-size: 12px;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 7px;
}
.XL .XLbox .Scorll .scrow_01 .sco-List:hover,
.XL .XLbox .Scorll .scrow_02 .sco-List:hover {
  box-shadow: -10px -10px 10px 0px #fff, 20px 10px 20px 0px #e8e8e8;
}
@keyframes scrollUp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.XL .XLbox .Scorll .stop_animation {
  animation-play-state: paused;
}
.XL .XLbox .Scorll .scrow_01 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: scrollUp;
  animation-duration: 18s;
}
.XL .XLbox .Scorll .scrow_02 {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: scrollUp;
  animation-duration: 15s;
}
.XL .XLbox .hazy {
  width: 120px;
  height: 410px;
  margin-top: 45px;
  background: linear-gradient(90deg, rgba(245, 245, 245, 0), #f9f9f9 55%, #f9f9f9);
  position: absolute;
  right: 0;
}
.addChoose {
  color: #ff6320;
}
.GLPT {
  background: #f9f9f9;
  margin-top: -180px;
}
.GLPT a {
  text-decoration: none;
}
.GLPT .maxBox {
  width: 100%;
}
.GLPT .GLPTbox {
  max-width: 1920px;
  height: 1300px;
  margin: 0 auto;
  background: url(../images/cteBG.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.GLPT .GLPTbox .Content {
  width: 1200px;
  margin: auto;
  padding-top: 300px;
}
.GLPT .GLPTbox .Content .mt {
  margin-top: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.GLPT .GLPTbox .Content .mt .lookMore {
  margin-top: 25px;
  width: 120px;
  height: 40px;
  opacity: 1;
  background: #ff6320;
  border-radius: 20px;
  box-shadow: 0px 2px 6px 0px rgba(255, 99, 32, 0.4);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.GLPT .GLPTbox .Content .clickMore:hover a {
  color: #FF6320 !important;
}
.JJFA {
  background: #f9f9f9;
}
.JJFA .JJFAbox {
  background: none;
  width: 1200px;
  margin: 0 auto;
}
.JJFA .JJFAbox .contentBox .contentRow {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
.JJFA .JJFAbox .contentBox .contentRow a {
  text-decoration: none;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox {
  box-sizing: border-box;
  width: 260px;
  height: 258px;
  background: #fff;
  border-radius: 4px;
  padding: 25px;
  transition: all 0.3s;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox .ImBox {
  box-sizing: border-box;
  margin-top: -55px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox .ImBox img {
  width: 145px;
  height: 140px;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox .ImBox .jiantou {
  width: 20px;
  height: 20px;
  background: url(../images/jian-r.svg);
  background-size: 100% 100%;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox .FAname {
  margin-top: 10px;
  font-size: 20px;
  color: #181818;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox .FAdesc {
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox:hover {
  margin-top: -6px;
  box-shadow: 4px 4px 10px #e8e8e8;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox:hover .FAname {
  color: #ff6320;
}
.JJFA .JJFAbox .contentBox .contentRow .listBox:hover .jiantou {
  background: url(../images/jiantouY.svg);
}
.ALZX {
  background: #f9f9f9;
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ALZX .ALZXbox {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.ALZX .ALZXbox .alzx {
  width: 870px;
  background: #fff;
  padding: 14px 30px 30px 30px;
  border-radius: 4px;
}
.ALZX .ALZXbox .alzx .top01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ALZX .ALZXbox .alzx .top01 .sameYL {
  display: flex;
  margin-top: 10px;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.ALZX .ALZXbox .alzx .top01 .sameYL a {
  text-decoration: none;
  color: #181818;
  border: 1px solid #B6B6B6;
  border-radius: 4px;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
}
.ALZX .ALZXbox .alzx .top01 .sameYL a:hover {
  border: 1px solid #ff6320;
  color: #FF6320;
  background: #FFEEE7;
}
.ALZX .ALZXbox .alzx .top02 {
  display: flex;
  justify-content: space-between;
}
.ALZX .ALZXbox .alzx .top02 .top02List {
  background: #f9f9f9;
  padding-bottom: 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  overflow: hidden;
  cursor: pointer;
}
.ALZX .ALZXbox .alzx .top02 .top02List img {
  width: 250px;
  height: 250px;
}
.ALZX .ALZXbox .alzx .top02 .top02List a {
  text-decoration: none;
}
.ALZX .ALZXbox .alzx .top02 .top02List .AlName {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #181818;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ALZX .ALZXbox .alzx .top02 .top02List .AlText {
  margin-left: 10px;
  font-size: 14px;
  color: #888888;
  display: flex;
  justify-content: space-between;
}
.ALZX .ALZXbox .alzx .top02 .top02List .AlText .maxL {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ALZX .ALZXbox .alzx .top02 .top02List .AlText .r_Jian {
  width: 20px;
  height: 20px;
  background: url(../images/jian-r.svg);
  background-size: 100% auto;
  margin-right: 10px;
}
.ALZX .ALZXbox .alzx .top02 .top02List .CoverIt {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
}
.ALZX .ALZXbox .alzx .top02 .top02List .CoverIt img {
  width: 54px;
  height: 54px;
}
.ALZX .ALZXbox .alzx .top02 .top02List:hover .CoverIt {
  opacity: 1;
}
.ALZX .ALZXbox .alzx .top02 .top02List:hover .AlName {
  color: #FF6320 !important;
}
.ALZX .ALZXbox .alzx .top02 .top02List:hover .AlText {
  color: #FF6320 !important;
}
.ALZX .ALZXbox .News {
  width: 300px;
  background: #fff;
  padding: 15px 28px 0 37px;
}
.ALZX .ALZXbox .News .NewListbox {
  margin-top: 30px;
  width: 235px;
  height: 265px;
  overflow: hidden;
  font-size: 12px;
}
.ALZX .ALZXbox .News .NewListbox a {
  display: block;
}
.ALZX .ALZXbox .News .NewListbox a:hover {
  color: #ff6320;
}
.ALZX .ALZXbox .News .NewListbox .newListHot {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ALZX .ALZXbox .News .NewListbox .newListHot .overText {
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ALZX .ALZXbox .News .NewListbox .PTbox {
  margin-top: 16px;
  padding-top: -100px;
}
.ALZX .ALZXbox .News .NewListbox .PTbox .newListPT {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  color: #888888;
  position: relative;
  cursor: pointer;
}
.ALZX .ALZXbox .News .NewListbox .PTbox .newListPT a:hover {
  color: #ff6320;
}
.ALZX .ALZXbox .News .NewListbox .PTbox .newListPT .overText {
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ALZX .ALZXbox .News .NewListbox .PTbox .newListPT .IMG {
  position: absolute;
  left: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.ALZX .ALZXbox .News .lookMore {
  display: block;
  margin-top: 18px;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
}
.ALZX .ALZXbox .News .lookMore:hover {
  color: #ff6320;
}
.HZHB .hzhbBox {
  width: 1200px;
  margin: auto;
  padding-top: 40px;
}
.HZHB .hzhbBox .HZImg {
  margin-top: 30px;
  width: 100%;
  height: 425px;
}
.HZHB .hzhbBox .HZImg img {
  width: 100%;
  height: 100%;
}
