.searchBox {
  position: absolute;
  width: 100%;
  background: url(../images/secrchBg.png) no-repeat 50% 50%;
  z-index: -2;
  left: 0;
  top: 105px;
  padding: 3.4375rem 0;
  transition: all 0.5s;
  display: none;
}
.searchBox .boxMain input[type='text'] {
  background: #fff;
  display: block;
  height: 3.125rem;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 17.75rem;
  border: 0;
}
.searchBox .boxMain a input {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  background: #000 url(../images/search.png) no-repeat 50% 50%;
  cursor: pointer;
}
.searchBoxOn {
  display: flex;
}
.indexHead {
  box-sizing: border-box;
  padding: 0 3.125rem;
  background: #fff;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.indexHead .bgBox {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  z-index: -1;
  display: none;
  padding-bottom: 5px;
}
.indexHead .box .logo {
  padding: 8px 0 15px 0;
}
.indexHead .box .logo a img {
  height: 82px;
}
.indexHead .box .nav .navBox {
  margin-top: 30px;
}
.indexHead .box .nav .navBox .item {
  padding: 0 1.25rem;
  position: relative;
}
.indexHead .box .nav .navBox .item > a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: inline-block;
  line-height: 75px;
  padding: 0 0.9375rem;
  position: relative;
}
.indexHead .box .nav .navBox .item > a::after {
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  background: #f5aa0f;
  top: -30px;
  left: 0;
  opacity: 0;
}
.indexHead .box .nav .navBox .item:hover > a {
  color: #f5aa0f;
}
.indexHead .box .nav .navBox .item:hover > a::after {
  opacity: 1;
}
.indexHead .box .nav .navBox .item ul {
  position: absolute;
  top: 75px;
  left: 0;
  padding: 50px 0 65px 0;
  display: none;
  box-sizing: border-box;
}
.indexHead .box .nav .navBox .item ul li {
  padding-left: 2.1875rem;
  width: calc(100% + 35px);
}
.indexHead .box .nav .navBox .item ul li a {
  font-size: 17px;
  line-height: 35px;
  color: #999;
}
.indexHead .box .nav .navBox .item ul li a:hover {
  color: #000;
}
.indexHead .box .nav .navBox .item ul .on a {
  color: #000;
}
.indexHead .box .nav .navBox .active > a {
  color: #f5aa0f;
}
.indexHead .box .nav .navBox .active > a::after {
  opacity: 1;
}
.indexHead .box .nav .information {
  width: 310px;
}
.indexHead .box .nav .information .boxTop {
  margin-top: 22px;
  justify-content: flex-end;
}
.indexHead .box .nav .information .boxTop a {
  font-size: 14px;
  color: #999;
  margin-left: 2.25rem;
}
.indexHead .box .nav .information .boxTop a img {
  margin-right: 0.5rem;
}
.indexHead .box .nav .information .boxTop a:hover {
  color: #000;
}
.indexHead .box .nav .information .boxBottom {
  margin-top: 18px;
}
.indexHead .box .nav .information .boxBottom .center {
  margin: 0 3.125rem 0 2.5rem;
  color: #999;
}
.indexHead .box .nav .information .boxBottom .right {
  padding-right: 1rem;
}
.indexHead .box .nav .information .boxBottom .right img {
  vertical-align: baseline;
  margin-right: 0.625rem;
}
.indexHead .box .nav .information .boxBottom .right a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.indexHead .box .phoneCall {
  display: none;
}
.indexHead .box .phoneCall .right {
  padding-right: 2rem;
}
.indexHead .box .phoneCall .right img {
  vertical-align: baseline;
  margin-right: 0.625rem;
}
.indexHead .box .phoneCall .right a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.phoneNav {
  display: none;
}
.indexBanner {
  position: relative;
}
.indexBanner > .swiper-container .swiper-slide {
  position: relative;
}
.indexBanner > .swiper-container .swiper-slide > img {
  width: 100%;
  height: 100vh;
}
.indexBanner > .swiper-container .swiper-slide .phone {
  display: none;
}
.indexBanner > .swiper-container .swiper-slide .box {
  width: 100%;
  box-sizing: border-box;
  padding-left: 39.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.indexBanner > .swiper-container .swiper-slide .box .main {
  position: relative;
  top: -3.4375rem;
}
.indexBanner > .swiper-container .swiper-slide .box .main div {
  font-size: 3.5rem;
  color: #fff;
}
.indexBanner > .swiper-container .swiper-slide .box .main p {
  font-size: 1rem;
  color: #fff;
  margin-top: 4.0625rem;
}
.indexBanner .pageBox {
  position: absolute;
  height: 100%;
  left: 8.25rem;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.indexBanner .pageBox .main h4 {
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
}
.indexBanner .pageBox .main div {
  margin: 0.625rem 0;
  position: relative;
}
.indexBanner .pageBox .main div svg {
  position: relative;
  z-index: 10;
}
.indexBanner .pageBox .main div::after {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.indexBanner .pageBox .main h5 {
  font-size: 14px;
  color: #fff;
}
.indexBanner .upDown {
  width: 11.5625rem;
  position: absolute;
  right: 8.4375rem;
  bottom: 5.9375rem;
  z-index: 5;
}
.indexBanner .upDown div {
  color: #fff;
  font-size: 13px;
  outline: none;
}
.indexBanner .upDown div span {
  font-size: 13px;
}
.indexBanner .upDown div:hover {
  cursor: pointer;
  color: #f5aa0f;
}
.indexBanner .bannerX {
  position: absolute;
  z-index: 5;
  bottom: 5.9375rem;
  left: 8.25rem;
}
.indexBanner .bannerX .swiper-container {
  width: 18.125rem;
}
.indexBanner .bannerX img {
  width: 18.125rem;
}
.indexBanner .downAnimate {
  position: absolute;
  z-index: 5;
  bottom: 8rem;
  left: 39.0625rem;
}
.indexBanner .downAnimate a .left {
  position: relative;
}
.indexBanner .downAnimate a .left > img {
  height: 3.3125rem;
}
.indexBanner .downAnimate a .left p {
  position: absolute;
  bottom: 1.5625rem;
  left: 50%;
  margin-left: -0.375rem;
  animation: updown 1s infinite;
  -webkit-animation: updown 1s infinite;
}
.indexBanner .downAnimate a .left p img {
  width: 0.75rem;
}
.indexBanner .downAnimate a .right {
  font-size: 12px;
  color: #fff;
  line-height: 3.3125rem;
  margin-left: 1.375rem;
}
@keyframes updown {
  0% {
    bottom: 3rem;
    opacity: 0;
  }
  100% {
    bottom: 1.4rem;
    opacity: 1;
  }
}
@-webkit-keyframes updown {
  0% {
    bottom: 3rem;
    opacity: 0;
  }
  100% {
    bottom: 1.4rem;
    opacity: 1;
  }
}
.indexProduct {
  position: relative;
  overflow: hidden;
}
.indexProduct::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 26.25rem;
  background-color: #eee;
  z-index: 5;
}
.indexProduct .box {
  position: relative;
}
.indexProduct .box .on {
  display: block;
}
.indexProduct .box .swiper-container .item {
  position: relative;
  height: calc(100vh - 105px);
}
.indexProduct .box .swiper-container .item .boxLeft {
  width: 80%;
  background: #eeeeee;
  box-sizing: border-box;
  padding-left: 18.75rem;
  padding-top: 5rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain {
  position: relative;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 {
  margin-right: 3.125rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left {
  margin-right: 1.25rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .top {
  position: relative;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .top span {
  font-size: 3.125rem;
  color: #000;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .top font {
  font-size: 0.875rem;
  color: #000;
  position: absolute;
  top: 0.125rem;
  left: 4.125rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .center {
  width: 8.5rem;
  height: 2px;
  margin: 1.25rem 0;
  background-color: #d2d2d2;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .bottom p {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.125rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .right {
  color: #999;
  line-height: 1.875rem;
  margin-top: 3.875rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .right span {
  font-size: 1.125rem;
  cursor: pointer;
  outline: none;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .right span:hover {
  color: #000;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .right font {
  display: inline-block;
  margin: 0 0.625rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 p {
  font-size: 12rem;
  color: #fff;
  text-transform: uppercase;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 .p1 {
  padding-left: 8.75rem;
  height: 27.625rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 .p2 {
  padding-right: 12rem;
  text-align: right;
  height: 27.625rem;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main3 {
  text-align: right;
  padding-right: 5.25rem;
  margin-top: 3.125rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main3 a {
  font-size: 1rem;
  color: #000;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .main3 a img {
  margin-left: 1.25rem;
  width: 3.1875rem;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 35.625rem;
  display: flex;
  align-items: center;
}
.indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg img {
  max-height: 100%;
  max-width: 35.625rem;
  object-fit: cover;
  position: relative;
  left: -5.25rem;
}
.indexProduct .box .swiper-container .item .boxRight {
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s;
}
.indexProduct .box .swiper-container .item .boxRight::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}
.indexProduct .box .swiper-container .item .boxRight > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.indexProduct .box .swiper-container .item > p {
  position: absolute;
  width: 4.375rem;
  height: 4.375rem;
  background: #fff;
  border-radius: 50%;
  top: 22rem;
  z-index: 2;
  right: 11rem;
}
.indexProduct .box .swiper-container .item > p img {
  max-width: 100%;
}
.indexProduct .box .swiper-container .item .btn {
  position: absolute;
  text-align: right;
  z-index: 5;
  right: 9rem;
  bottom: 5rem;
  font-size: 1rem;
  color: #fff;
  display: none;
}
.indexProduct .box .swiper-container .item .btn img {
  margin-left: 1.25rem;
  width: 3.1875rem;
}
.indexProduct .boxList {
  position: absolute;
  top: 5rem;
  left: 8.25rem;
  z-index: 10;
  color: #000;
}
.indexProduct .boxList h5 {
  font-size: 2rem;
  font-weight: bold;
}
.indexProduct .boxList h6 {
  font-size: 1rem;
  color: #999;
  line-height: 1.25rem;
  margin-top: 1.25rem;
}
.indexProduct .boxList ul {
  margin-top: 4rem;
}
.indexProduct .boxList ul li {
  margin-bottom: 0.5rem;
  padding: 0 0.9375rem;
}
.indexProduct .boxList ul li a {
  font-size: 1.125rem;
  color: #666;
  display: inline-block;
  line-height: 2.125rem;
}
.indexProduct .boxList ul li:hover {
  background: #f5aa0f;
}
.indexProduct .boxList ul li:hover a {
  color: #fff !important;
}
.indexProduct .boxList ul .active {
  background: #f5aa0f;
}
.indexProduct .boxList ul .active a {
  color: #fff !important;
}
.indexProduct .boxListTit {
  position: absolute;
  left: 8.25rem;
  z-index: 10;
  bottom: 5rem;
}
.indexProduct .boxListTit h5 {
  font-size: 2.8125rem;
  color: #000;
}
.indexProduct .boxListTit h6 {
  font-size: 1.5625rem;
  margin-top: 0.5rem;
}
.indexProduct .sceneDiagram {
  position: absolute;
  top: 5rem;
  right: 8.25rem;
  z-index: 9;
}
.indexProduct .sceneDiagram h5 {
  font-size: 2rem;
  color: #fff;
}
.indexProduct .sceneDiagram h6 {
  font-size: 1rem;
  color: #fff;
  margin-top: 1.25rem;
}
.lpkActive::after {
  opacity: 0;
}
.lpkActive .box .box_swiper .item .boxRight {
  width: 100%;
}
.lpkActive .box .box_swiper .item .btn {
  display: block;
  cursor: pointer;
}
.lpkActive .boxList h5 {
  color: #fff;
}
.lpkActive .boxList h6 {
  color: #dcdcdc;
}
.lpkActive .boxList ul a {
  color: #dcdcdc !important;
}
.lpkActive .boxListTit {
  color: #fff;
}
.lpkActive .boxListTit h5 {
  color: #fff;
}
.indexJoin .box .boxLeft {
  width: 27%;
  box-sizing: border-box;
  padding-left: 8.25rem;
}
.indexJoin .box .boxLeft .boxMain {
  margin-top: 6.875rem;
}
.indexJoin .box .boxLeft .boxMain h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.indexJoin .box .boxLeft .boxMain h6 {
  font-size: 1rem;
  color: #000;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 5.3125rem;
}
.indexJoin .box .boxLeft .boxMain .tit {
  font-size: 2.3125rem;
  color: #000;
}
.indexJoin .box .boxLeft .boxMain p {
  font-size: 1.375rem;
  margin-top: 1.125rem;
}
.indexJoin .box .boxRight {
  width: 71.7%;
}
.indexJoin .box .boxRight img {
  width: 100%;
}
.indexJoin .box1 {
  max-width: 1656px;
  margin: -13.125rem auto 0;
  position: relative;
}
.indexJoin .box1 .item {
  width: 25%;
  box-sizing: border-box;
  padding: 2.1875rem 3.125rem 3.125rem;
  background: #ffffff;
}
.indexJoin .box1 .item a .boxTop {
  cursor: pointer !important;
}
.indexJoin .box1 .item a .boxTop img {
  height: 2.5rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.indexJoin .box1 .item a .boxBottom {
  margin-top: 1.875rem;
  cursor: pointer !important;
}
.indexJoin .box1 .item a .boxBottom .left h5 {
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer !important;
}
.indexJoin .box1 .item a .boxBottom .left h6 {
  font-size: 0.875rem;
  color: #fff;
  margin-top: 0.5rem;
  cursor: pointer !important;
}
.indexJoin .box1 .item a .boxBottom .right {
  margin-top: 1.125rem;
}
.indexJoin .box1 .item a .boxBottom .right p {
  line-height: 1.875rem;
  width: 2rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  border: 1px solid #8d8d8d;
  cursor: pointer !important;
}
.indexJoin .box1 .item a .boxBottom .right p span {
  color: #f5aa0f;
  font-size: 1.125rem;
}
.indexJoin .box1 .item:hover a .boxTop img {
  top: -0.625rem;
}
.indexJoin .box1 .item1 {
  background: #f5aa0f;
}
.indexJoin .box1 .item1 a .boxBottom .right p {
  border-color: #fff;
}
.indexJoin .box1 .item2 a .boxBottom .left h5 {
  color: #000;
}
.indexJoin .box1 .item2 a .boxBottom .left h6 {
  color: #999;
}
.indexJoin .box1 .item3 {
  background: #f8f8f8;
}
.indexBrand {
  /* margin-top: 7.6rem; */
  margin-bottom: 6.25rem;
}
.indexBrand .box .boxLeft {
  width: 68%;
  position: relative;
}
.indexBrand .box .boxLeft img {
  width: 100%;
}
.indexBrand .box .boxLeft .posi {
  position: absolute;
  left: 8.25rem;
  top: 6.875rem;
}
.indexBrand .box .boxLeft .posi h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.indexBrand .box .boxLeft .posi h6 {
  font-size: 1rem;
  color: #fff;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 5.3125rem;
}
.indexBrand .box .boxRight {
  width: 32%;
  box-sizing: border-box;
  background: #f9f9f9 url(../images/bg1.png) no-repeat right bottom;
  padding: 0 4.5rem;
}
.indexBrand .box .boxRight h5 {
  font-size: 2.3125rem;
  color: #000;
  margin-top: 7rem;
}
.indexBrand .box .boxRight .text {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  margin-top: 4rem;
}
.indexBrand .box .boxRight .list {
  margin-top: 5rem;
}
.indexBrand .box .boxRight .list .item {
  width: 50%;
  margin-top: 2.25rem;
}
.indexBrand .box .boxRight .list .item .top {
  color: #f5aa0f;
}
.indexBrand .box .boxRight .list .item .top span {
  font-size: 3.125rem;
  font-weight: bold;
}
.indexBrand .box .boxRight .list .item .top b {
  font-size: 1.875rem;
  display: inline-block;
  margin-left: 0.5rem;
  position: relative;
  bottom: -0.3125rem;
}
.indexBrand .box .boxRight .list .item .top font {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: bold;
}
.indexBrand .box .boxRight .list .item .bottom {
  font-size: 1rem;
  color: #000;
  margin: 0.5rem;
}
.indexBrand .box .boxRight .link {
  margin-top: 5rem;
}
.indexBrand .box .boxRight .link a {
  font-size: 1rem;
  color: #000;
}
.indexBrand .box .boxRight .link a img {
  width: 3.1875rem;
  height: 3.1875rem;
  margin-left: 1rem;
}
.indexBrand .box .boxRight .link a:hover {
  color: #f5aa0f;
}
.indexFoot .box {
  max-width: 1656px;
  margin: auto;
  width: 94%;
}
.indexFoot .box .boxLeft .top img {
  width: 6.0625rem;
}
.indexFoot .box .boxLeft .bottom {
  margin-top: 3.125rem;
}
.indexFoot .box .boxLeft .bottom input[type='text'] {
  background: #f5f5f5;
  display: block;
  height: 3.125rem;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 17.75rem;
  border: 0;
}
.indexFoot .box .boxLeft .bottom a input {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border: 0;
  background: #000 url(../images/search.png) no-repeat 50% 50%;
  cursor: pointer;
}
.indexFoot .box .boxRight .item {
  padding: 0 2.8125rem;
}
.indexFoot .box .boxRight .item h5 {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 3.4375rem;
}
.indexFoot .box .boxRight .item p {
  line-height: 1.5625rem;
}
.indexFoot .box .boxRight .item p a {
  font-size: 0.875rem;
  color: #999;
}
.indexFoot .box .boxRight .item p a:hover {
  color: #000;
}
.indexFooter {
  margin-top: 5.3125rem;
}
.indexFooter .box {
  max-width: 1656px;
  margin: auto;
  border-top: 1px solid #eeeeee;
  padding-top: 3.4375rem;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 3.4375rem;
  width: 94%;
}
.indexFooter .box .ewm img {
  width: 7.75rem;
  margin-right: 0.3125rem;
}
.indexFooter .box .information .item {
  padding: 0 3.125rem;
}
.indexFooter .box .information .item .top {
  font-size: 0.875rem;
  color: #999;
  padding: 0.625rem 0;
}
.indexFooter .box .information .item .top2 a {
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
}
.indexFooter .box .information .item .top3 {
  margin-top: 1.5rem;
}
.indexFooter .box .information .item .top3 p {
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  text-align: center;
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
}
.indexFooter .box .information .item .top3 p img {
  margin: auto;
}
.indexFooter .box .information .item .top3 p:hover {
  border: 1px solid #999;
}
.indexFooter .box .three .top a {
  font-size: 14px;
  color: #666;
  margin-left: 1.5625rem;
}
.indexFooter .box .three .top a img {
  margin-right: 0.5rem;
}
.indexFooter .box .three .top a:hover {
  color: #000;
}
.indexFooter .box .three .bottom {
  font-size: 0.875rem;
  color: #000;
  line-height: 2.375rem;
  margin-top: 3.125rem;
}
.indexFooter .box .three .bottom p {
  width: 2.375rem;
  line-height: 2.375rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1rem;
  background: #313131;
  color: #f5aa0f;
  transform: rotate(-90deg);
  margin-left: 1rem;
  cursor: pointer;
}
.index_foot {
  padding: 5rem 0 8rem;
}
.index_foot .box {
  max-width: 1656px;
  margin: auto;
  width: 94%;
}
.index_foot .box .left {
  font-size: 14px;
  color: #666;
}
.index_foot .box .left a {
  color: #666;
  display: inline-block;
  margin-left: 0.625rem;
}
.index_foot .box .left a:hover {
  color: #000;
}
.index_foot .box .right a {
  opacity: 1;
  margin-left: 1rem;
}
.index_foot .box .right a:nth-child(2) {
  background: url(../images/weibo.png) no-repeat;
}
.index_foot .box .right a:nth-child(3) {
  background: url(../images/weixin.png) no-repeat;
}
.index_foot .box .right a:nth-child(4) {
  background: url(../images/qq.png) no-repeat;
}
.insidePageBanner {
  margin-top: 105px;
  position: relative;
}
.insidePageBanner img {
  width: 100%;
}
.insidePageBanner .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.insidePageBanner .box .main h5 {
  font-size: 2.875rem;
  color: #fff;
}
.insidePageBanner .box .main h6 {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5625rem;
  margin-top: 2.1875rem;
}
.p80 {
  padding-top: 5rem;
}
.p90 {
  padding-top: 5.625rem;
}
.w_1656 {
  max-width: 1656px;
  margin: auto;
  width: 94%;
}
.productBox1 .box .item {
  padding: 0 3.125rem;
}
.productBox1 .box .item a {
  display: block;
  text-align: center;
}
.productBox1 .box .item a .top {
  padding-top: 1rem;
  position: relative;
}
.productBox1 .box .item a .top::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.productBox1 .box .item a .top img {
  width: 5.625rem;
}
.productBox1 .box .item a .bottom {
  font-size: 1.125rem;
  color: #666;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}
.productBox1 .box .active a .top::after {
  opacity: 0;
}
.productBox1 .box .active a .bottom {
  color: #000;
}
.productBox2 {
  margin-top: 5.625rem;
}
.productBox2 .box1 {
  display: none;
}
.productBox2 .box {
  line-height: 1.875rem;
  position: relative;
}
.productBox2 .box .left {
  font-size: 1rem;
}
.productBox2 .box .left span {
  font-size: 1.5rem;
  color: #000;
}
.productBox2 .box .center .item {
  font-size: 1rem;
  color: #000;
  padding: 0 1.6875rem;
  cursor: default;
}
.productBox2 .box .center .item span {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 0.5rem;
  transition: all 0.3s;
}
.productBox2 .box .center .item:hover > span {
  transform: rotate(-90deg);
}
.productBox2 .box .center .item:hover > div {
  display: block;
}
.productBox2 .box .center .item .posi {
  position: absolute;
  width: 100%;
  top: 1.875rem;
  left: 0;
  display: none;
  padding-top: 0.9375rem;
  z-index: 10;
}
.productBox2 .box .center .item .posi p {
  position: absolute;
  top: 0.9375rem;
  left: 1.875rem;
  font-size: 1rem;
  color: #999;
  line-height: 4.0625rem;
}
.productBox2 .box .center .item ul {
  background: #f8f8f8;
  padding: 0 3.125rem;
  border-bottom: 1px solid #fff;
}
.productBox2 .box .center .item ul li {
  padding: 0 1.375rem;
  line-height: 4.0625rem;
}
.productBox2 .box .center .item ul li a {
  font-size: 1rem;
  color: #000;
}
.productBox2 .box .center .item ul .active a {
  color: #f5aa0f;
}
.productBox2 .box .center .item .list {
  position: relative;
  cursor: pointer;
}
.productBox2 .box .center .item .list p {
  position: absolute;
  top: 2.8125rem;
  left: 0;
  background-color: #f8f8f8;
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  width: 5.4rem;
}
.productBox2 .box .center .active span {
  transform: rotate(-90deg);
}
.productBox2 .box .right {
  font-size: 1rem;
  color: #999;
}
.productBox3 {
  margin-top: 8.4375rem;
}
.productBox3 .box .boxLeft {
  background: #f8f8f8;
  width: 75%;
  box-sizing: border-box;
  padding: 3.125rem;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .top h5 {
  font-size: 2.25rem;
  color: #000;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .top h6 {
  font-size: 1.125rem;
  color: #ccc;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center {
  margin-top: 7.1875rem;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .left {
  padding-top: 3.125rem;
  width: 46%;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .left div{
	height: 5.625rem;
	overflow: hidden;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .left h5 {
  font-size: 0.875rem;
  color: #000;
  font-weight: bold;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .left h6 {
  width: 5px;
  height: 1px;
  background: #f5aa0f;
  margin: 0.375rem 0 1.875rem;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .left div p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right {
  padding-right: 7.1875rem;
  position: relative;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .img {
  width: 27.8125rem;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .img img {
  width: 100%;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .link {
  position: absolute;
  width: 5.75rem;
  height: 5.75rem;
  background-color: #313131;
  border-radius: 50%;
  z-index: 5;
  top: -4.6875rem;
  right: 8.4375rem;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .link a {
  font-size: 1rem;
  color: #fff;
  display: block;
  line-height: 5.75rem;
  text-align: center;
}
.productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .link a span {
  color: #f5aa0f;
}
.productBox3 .box .boxLeft .boxBottom {
  margin-top: 8.5rem;
}
.productBox3 .box .boxLeft .boxBottom .left {
  font-size: 1rem;
  color: #000;
  outline: none;
}
.productBox3 .box .boxLeft .boxBottom .left a {
  color: #000;
}
.productBox3 .box .boxLeft .boxBottom .left span {
  display: inline-block;
  margin-right: 1rem;
}
.productBox3 .box .boxLeft .boxBottom .left:hover a {
  font-weight: bold;
}
.productBox3 .box .boxLeft .boxBottom .left:hover span {
  color: #f5aa0f;
}
.productBox3 .box .boxLeft .boxBottom .center {
  line-height: 1.875rem;
}
.productBox3 .box .boxLeft .boxBottom .center span {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #000;
  background: #000;
  opacity: 1;
  margin: 0 0.3125rem;
  transform: scale(0.5);
}
.productBox3 .box .boxLeft .boxBottom .center .swiper-pagination-bullet-active {
  background: none;
  transform: scale(1);
}
.productBox3 .box .boxLeft .boxBottom .right {
  font-size: 1rem;
  color: #000;
  outline: none;
}
.productBox3 .box .boxLeft .boxBottom .right a {
  color: #000;
}
.productBox3 .box .boxLeft .boxBottom .right span {
  display: inline-block;
  margin-left: 1rem;
}
.productBox3 .box .boxLeft .boxBottom .right:hover a {
  font-weight: bold;
}
.productBox3 .box .boxLeft .boxBottom .right:hover span {
  color: #f5aa0f;
}
.productBox3 .box .boxRight {
  width: 24%;
}
.productBox3 .box .boxRight .item {
  padding: 1.75rem;
  box-sizing: border-box;
}
.productBox3 .box .boxRight .item:nth-child(2) {
  background-color: #f8f8f8;
}
.productBox3 .box .boxRight .item a {
  display: block;
}
.productBox3 .box .boxRight .item a .top h5 {
  font-size: 1.25rem;
  color: #000;
}
.productBox3 .box .boxRight .item a .top h6 {
  font-size: 12px;
  color: #ccc;
  margin-top: 0.3125rem;
}
.productBox3 .box .boxRight .item a .center {
  text-align: center;
  margin: 4.0625rem 0 2.8125rem;
}
.productBox3 .box .boxRight .item a .center img {
  width: 13.125rem;
  transition: all 0.3s;
}
.productBox3 .box .boxRight .item a .bottom {
  font-size: 1rem;
  color: #999;
}
.productBox3 .box .boxRight .item:hover a .center img {
  transform: scale(1.1);
}
.productBox3 .box .boxRight .item:hover a .bottom {
  color: #f5aa0f;
}
.productBox4 {
  margin-top: 0.625rem;
  margin-bottom: 6.25rem;
}
.productBox4 .box .boxLisst:nth-child(2n-1) .item:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.productBox4 .box .boxLisst:nth-child(2n) .item:nth-child(2n) {
  background-color: #f8f8f8;
}
.productBox4 .box .item {
  padding: 1.75rem;
  width: 25%;
  box-sizing: border-box;
  background: #fff;
}
.productBox4 .box .item a {
  display: block;
}
.productBox4 .box .item a .top h5 {
  font-size: 1.25rem;
  color: #000;
}
.productBox4 .box .item a .top h6 {
  font-size: 12px;
  color: #ccc;
  margin-top: 0.3125rem;
}
.productBox4 .box .item a .center {
  text-align: center;
  margin: 4.0625rem 0 2.8125rem;
}
.productBox4 .box .item a .center img {
  width: 13.125rem;
  transition: all 0.3s;
}
.productBox4 .box .item a .bottom {
  font-size: 1rem;
  color: #999;
}
.productBox4 .box .item:hover a .center img {
  transform: scale(1.1);
}
.productBox4 .box .item:hover a .bottom {
  color: #f5aa0f;
}
.productBox4_ .box {
  padding: 0 3.125rem;
}
.productBox4 .box {
  background-color: #f8f8f8;
  box-sizing: border-box;
}
.productBox4 .box .boxLeft {
  line-height: 6.25rem;
  font-size: 1rem;
  color: #000;
}
.productBox4 .box .boxLeft:hover a {
  color: #f5aa0f;
}
.productBox4 .box .boxCenter {
  padding: 1.5625rem 0;
}
.productBox4 .box .boxCenter a {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-weight: bold;
  color: #000;
  border-radius: 50%;
}
.productBox4 .box .boxCenter a:hover {
  background: #f5aa0f;
  color: #fff;
}
.productBox4 .box .boxCenter .active {
  background: #f5aa0f;
  color: #fff;
}
.productBox4 .box .boxRight {
  line-height: 6.25rem;
  font-size: 1rem;
  color: #000;
}
.productBox4 .box .boxRight:hover a {
  color: #f5aa0f;
}
.productBox5 {
  padding-top: 10rem;
}
.productBox5 .box .left {
  font-size: 2.875rem;
  color: #000;
}
.productBox5 .box .center {
  line-height: 3.8125rem;
}
.productBox5 .box .center a {
  font-size: 1rem;
  color: #999;
}
.productBox5 .box .center span {
  font-size: 1rem;
  color: #000;
  cursor: default;
}
.productBox5 .box .center h5 {
  font-size: 2.5rem;
  cursor: default;
}
.productBox5 .box .center h5 font {
  font-size: 1.25rem;
  position: relative;
  top: -0.1875rem;
}
.productBox5 .box .right {
  font-size: 1rem;
  line-height: 3.8125rem;
}
.productBox5 .box .right a {
  color: #000;
}
.productBox5 .box .right img {
  margin-right: 0.625rem;
}
.productBox6 {
  margin-top: 3.625rem;
}
.productBox7 {
  margin-top: 8.4375rem;
  margin-bottom: 6.875rem;
}
.productBox7 .box .boxLeft {
  width: 49%;
  position: relative;
}
.productBox7 .box .boxLeft .boxImg img {
  width: 100%;
  display: none;
}
.productBox7 .box .boxLeft .boxImg img:first-child {
  display: block;
}
.productBox7 .box .boxLeft .boxXimg {
  position: absolute;
  width: 5.375rem;
  height: 100%;
  top: 1.875rem;
  right: 1.875rem;
  z-index: 3;
}
.productBox7 .box .boxLeft .boxXimg .swiper-container{
  height:86%;
}
.productBox7 .box .boxLeft .boxXimg .item {
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
}
.productBox7 .box .boxLeft .boxXimg .item img {
  width: 100%;
}
.productBox7 .box .boxLeft .boxXimg .active {
  border: 1px solid #f5aa0f;
}
.productBox7 .box .boxRight {
  width: 51%;
  box-sizing: border-box;
  padding: 0 7.1875rem;
}
.productBox7 .box .boxRight > h5 {
  font-size: 3.5rem;
  color: #000;
}
.productBox7 .box .boxRight > h6 {
  font-size: 1.75rem;
  color: #ccc;
  margin-top: 0.1875rem;
}
.productBox7 .box .boxRight .list {
  width: 31.25rem;
  margin-top: 2.5rem;
}
.productBox7 .box .boxRight .list p {
  font-size: 1rem;
  color: #000;
  width: 50%;
  line-height: 3.125rem;
  cursor: default;
}
.productBox7 .box .boxRight .list p span {
  color: #666;
  display: inline-block;
  margin-left: 1.25rem;
}
.productBox7 .box .boxRight .boxMain {
  border-top: 1px solid #ddd;
  margin-top: 5rem;
  padding-top: 3.4375rem;
}
.productBox7 .box .boxRight .boxMain h5 {
  font-size: 0.875rem;
  color: #000;
  font-weight: bold;
}
.productBox7 .box .boxRight .boxMain h6 {
  width: 5px;
  height: 1px;
  background: #f5aa0f;
  margin: 0.375rem 0 1.875rem;
}
.productBox7 .box .boxRight .boxMain p {
  font-size: 1rem;
  color: #999;
  padding-right: 5.9375rem;
  line-height: 1.875rem;
}
.productBox7 .box .boxRight .boxMain div {
  margin-top: 7.1875rem;
}
.productBox7 .box .boxRight .boxMain div a {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  width: 15.625rem;
  background-color: #f5aa0f;
  line-height: 4.6875rem;
  text-align: center;
}
.productBox8 {
 
}
.productBox8 .box > h5 {
  font-size: 2.25rem;
  color: #000;
}
.productBox8 .box .banner {
  margin-top: 4.0625rem;
}
.productBox8 .box .banner .swiper-slide:nth-child(2n) {
  background-color: #f8f8f8;
}
.productBox8 .box .banner .swiper-slide .item {
  padding: 1.75rem;
  box-sizing: border-box;
}
.productBox8 .box .banner .swiper-slide .item a {
  display: block;
}
.productBox8 .box .banner .swiper-slide .item a .top h5 {
  font-size: 1.25rem;
  color: #000;
}
.productBox8 .box .banner .swiper-slide .item a .top h6 {
  font-size: 12px;
  color: #ccc;
  margin-top: 0.3125rem;
}
.productBox8 .box .banner .swiper-slide .item a .center {
  text-align: center;
  margin: 4.0625rem 0 2.8125rem;
}
.productBox8 .box .banner .swiper-slide .item a .center img {
  width: 13.125rem;
  transition: all 0.3s;
}
.productBox8 .box .banner .swiper-slide .item a .bottom {
  font-size: 1rem;
  color: #999;
}
.productBox8 .box .banner .swiper-slide .item:hover a .center img {
  transform: scale(1.1);
}
.productBox8 .box .banner .swiper-slide .item:hover a .bottom {
  color: #f5aa0f;
}
.productBox8 .box .bannerBtn {
  background: #f8f8f8;
  padding: 2.5rem 3.125rem;
  box-sizing: border-box;
  margin-top: 3.75rem;
  margin-bottom: 5.9375rem;
}
.productBox8 .box .bannerBtn .left {
  font-size: 1rem;
  color: #000;
  outline: none;
}
.productBox8 .box .bannerBtn .left a {
  color: #000;
}
.productBox8 .box .bannerBtn .left span {
  display: inline-block;
  margin-right: 1rem;
}
.productBox8 .box .bannerBtn .left:hover a {
  font-weight: bold;
}
.productBox8 .box .bannerBtn .left:hover span {
  color: #f5aa0f;
}
.productBox8 .box .bannerBtn .center {
  line-height: 1.875rem;
}
.productBox8 .box .bannerBtn .center span {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #000;
  background: #000;
  opacity: 1;
  margin: 0 0.3125rem;
  transform: scale(0.5);
}
.productBox8 .box .bannerBtn .center .swiper-pagination-bullet-active {
  background: none;
  transform: scale(1);
}
.productBox8 .box .bannerBtn .right {
  font-size: 1rem;
  color: #000;
   outline: none;
}
.productBox8 .box .bannerBtn .right a {
  color: #000;
}
.productBox8 .box .bannerBtn .right span {
  display: inline-block;
  margin-left: 1rem;
}
.productBox8 .box .bannerBtn .right:hover a {
  font-weight: bold;
}
.productBox8 .box .bannerBtn .right:hover span {
  color: #f5aa0f;
}
.caseBox1 .box .center .item .list p {
  width: 65%;
}
.caseBox2 {
  margin-top: 8.4375rem;
}
.caseBox2 .box .boxLeft {
  width: 66.2%;
  overflow: hidden;
}
.caseBox2 .box .boxLeft a {
  display: block;
  position: relative;
}
.caseBox2 .box .boxLeft a img {
  width: 100%;
  transition: all 0.3s;
}
.caseBox2 .box .boxLeft a .posi {
  position: absolute;
  width: 100%;
  bottom: 3.4375rem;
  left: 0;
  box-sizing: border-box;
  padding: 0 3.4375rem;
}
.caseBox2 .box .boxLeft a .posi h5 {
  font-size: 1.875rem;
  color: #fff;
}
.caseBox2 .box .boxLeft a .posi .flexStart {
  margin-top: 1rem;
}
.caseBox2 .box .boxLeft a .posi .flexStart div {
  margin-right: 2.1875rem;
  font-size: 1.25rem;
  color: #fff;
}
.caseBox2 .box .boxLeft a .posi .flexStart div span {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
.caseBox2 .box .boxLeft a .posi .flexStart div .layui-icon-time {
  position: relative;
  top: -0.125rem;
}
.caseBox2 .box .boxLeft a:hover > img {
  transform: scale(1.05);
}
.caseBox2 .box .boxRight {
  width: 32.5%;
}
.caseBox2 .box .boxRight .item a {
  display: block;
}
.caseBox2 .box .boxRight .item a .boxTop {
  overflow: hidden;
}
.caseBox2 .box .boxRight .item a .boxTop img {
  width: 100%;
  transition: all 0.3s;
}
.caseBox2 .box .boxRight .item a .boxBottom {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 3.75rem 1.875rem 5.625rem;
}
.caseBox2 .box .boxRight .item a .boxBottom h5 {
  font-size: 1.875rem;
  color: #000;
}
.caseBox2 .box .boxRight .item a .boxBottom .flexStart {
  margin-top: 0.9375rem;
}
.caseBox2 .box .boxRight .item a .boxBottom .flexStart div {
  margin-right: 2.1875rem;
  font-size: 1.25rem;
  color: #999;
}
.caseBox2 .box .boxRight .item a .boxBottom .flexStart div span {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
.caseBox2 .box .boxRight .item a .boxBottom .flexStart div .layui-icon-time {
  position: relative;
  top: -0.125rem;
  filter: invert(100%);
  opacity: 0.5;
}
.caseBox2 .box .boxRight .item a .boxBottom .link {
  font-size: 1rem;
  color: #999;
  margin-top: 6rem;
}
.caseBox2 .box .boxRight .item a:hover .boxTop img {
  transform: scale(1.1);
}
.caseBox2 .box .boxRight .item a:hover .boxBottom {
  background: #f5aa0f;
}
.caseBox2 .box .boxRight .item a:hover .boxBottom h5 {
  color: #fff;
}
.caseBox2 .box .boxRight .item a:hover .boxBottom .flexStart div {
  color: #fff;
}
.caseBox2 .box .boxRight .item a:hover .boxBottom .flexStart div .layui-icon-time {
  filter: invert(0%);
  opacity: 1;
}
.caseBox2 .box .boxRight .item a:hover .boxBottom .link {
  color: #fff;
}
.caseBox2 .box1 {
  margin: 1.375rem 0;
}
.caseBox2 .box1 .item {
  width: 32.5%;
}
.caseBox2 .box1 .item a {
  display: block;
}
.caseBox2 .box1 .item a .boxTop {
  overflow: hidden;
}
.caseBox2 .box1 .item a .boxTop img {
  width: 100%;
  transition: all 0.3s;
}
.caseBox2 .box1 .item a .boxBottom {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 3.75rem 1.875rem 5.625rem;
}
.caseBox2 .box1 .item a .boxBottom h5 {
  font-size: 1.875rem;
  color: #000;
}
.caseBox2 .box1 .item a .boxBottom .flexStart {
  margin-top: 0.9375rem;
}
.caseBox2 .box1 .item a .boxBottom .flexStart div {
  margin-right: 2.1875rem;
  font-size: 1.25rem;
  color: #999;
}
.caseBox2 .box1 .item a .boxBottom .flexStart div span {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
.caseBox2 .box1 .item a .boxBottom .flexStart div .layui-icon-time {
  position: relative;
  top: -0.125rem;
  filter: invert(100%);
  opacity: 0.5;
}
.caseBox2 .box1 .item a .boxBottom .link {
  font-size: 1rem;
  color: #999;
  margin-top: 6rem;
}
.caseBox2 .box1 .item a:hover .boxTop img {
  transform: scale(1.1);
}
.caseBox2 .box1 .item a:hover .boxBottom {
  background: #f5aa0f;
}
.caseBox2 .box1 .item a:hover .boxBottom h5 {
  color: #fff;
}
.caseBox2 .box1 .item a:hover .boxBottom .flexStart div {
  color: #fff;
}
.caseBox2 .box1 .item a:hover .boxBottom .flexStart div .layui-icon-time {
  filter: invert(0%);
  opacity: 1;
}
.caseBox2 .box1 .item a:hover .boxBottom .link {
  color: #fff;
}
.caseBox3 {
  margin-top: 6.25rem;
}
.caseBox4 {
  margin-top: 8.4375rem;
}
.caseBox4 .box .boxLeft {
  width: 28%;
  box-sizing: border-box;
  padding-left: 8.125rem;
  padding-top: 6.25rem;
}
.caseBox4 .box .boxLeft h5 {
  font-size: 2.875rem;
  color: #000;
}
.caseBox4 .box .boxLeft .flexStart {
  margin-top: 1.25rem;
}
.caseBox4 .box .boxLeft .flexStart div {
  margin-right: 2.1875rem;
  font-size: 1.25rem;
  color: #666;
}
.caseBox4 .box .boxLeft .flexStart div span {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
.caseBox4 .box .boxLeft .flexStart div .layui-icon-time {
  position: relative;
  top: -0.125rem;
  filter: invert(100%);
  opacity: 0.5;
}
.caseBox4 .box .boxLeft .banner {
  padding-right: 4.6875rem;
  margin-top: 27.5rem;
}
.caseBox4 .box .boxLeft .banner .left span {
  font-size: 6.25rem;
}
.caseBox4 .box .boxLeft .banner .left font {
  font-size: 1.5rem;
  position: relative;
  top: 0.625rem;
  right: -1.625rem;
  vertical-align: top;
}
.caseBox4 .box .boxLeft .banner .rigth {
  color: #999;
  line-height: 1.875rem;
  font-size: 1.25rem;
  margin-top: 2.8125rem;
}
.caseBox4 .box .boxLeft .banner .rigth font {
  display: inline-block;
  margin: 0 0.625rem;
  outline: none;
}
.caseBox4 .box .boxLeft .banner .rigth span {
  cursor: pointer;
  outline: none;
}
.caseBox4 .box .boxLeft .banner .rigth span:hover {
  color: #000;
}
.caseBox4 .box .boxRight {
  width: 72%;
}
.caseBox4 .box .boxRight img {
  width: 100%;
}
.caseBox5 {
  margin-top: 11.25rem;
}
.caseBox5 .box > h5 {
  font-size: 2.25rem;
  color: #000;
}
.caseBox5 .box .banner {
  margin-top: 4.0625rem;
}
.caseBox5 .box .banner .swiper-slide .item a {
  display: block;
}
.caseBox5 .box .banner .swiper-slide .item a .boxTop {
  overflow: hidden;
}
.caseBox5 .box .banner .swiper-slide .item a .boxTop img {
  width: 100%;
  transition: all 0.3s;
}
.caseBox5 .box .banner .swiper-slide .item a .boxBottom {
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 3.75rem 1.875rem 5.625rem;
}
.caseBox5 .box .banner .swiper-slide .item a .boxBottom h5 {
  font-size: 1.875rem;
  color: #000;
}
.caseBox5 .box .banner .swiper-slide .item a .boxBottom .flexStart {
  margin-top: 0.9375rem;
}
.caseBox5 .box .banner .swiper-slide .item a .boxBottom .flexStart div {
  margin-right: 2.1875rem;
  font-size: 1.25rem;
  color: #999;
}
.caseBox5 .box .banner .swiper-slide .item a .boxBottom .flexStart div span {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 0.3125rem;
}
.caseBox5 .box .banner .swiper-slide .item a .boxBottom .flexStart div .layui-icon-time {
  position: relative;
  top: -0.125rem;
  filter: invert(100%);
  opacity: 0.5;
}
.caseBox5 .box .banner .swiper-slide .item a .boxBottom .link {
  font-size: 1rem;
  color: #999;
  margin-top: 6rem;
}
.caseBox5 .box .banner .swiper-slide .item a:hover .boxTop img {
  transform: scale(1.1);
}
.caseBox5 .box .banner .swiper-slide .item a:hover .boxBottom {
  background: #f5aa0f;
}
.caseBox5 .box .banner .swiper-slide .item a:hover .boxBottom h5 {
  color: #fff;
}
.caseBox5 .box .banner .swiper-slide .item a:hover .boxBottom .flexStart div {
  color: #fff;
}
.caseBox5 .box .banner .swiper-slide .item a:hover .boxBottom .flexStart div .layui-icon-time {
  filter: invert(0%);
  opacity: 1;
}
.caseBox5 .box .banner .swiper-slide .item a:hover .boxBottom .link {
  color: #fff;
}
.caseBox5 .box .bannerBtn {
  padding: 2.5rem 3.125rem;
  box-sizing: border-box;
  margin-top: 3.75rem;
  margin-bottom: 5.9375rem;
}
.caseBox5 .box .bannerBtn .left {
  font-size: 1rem;
  color: #000;
  outline: none;
}
.caseBox5 .box .bannerBtn .left a {
  color: #000;
}
.caseBox5 .box .bannerBtn .left span {
  display: inline-block;
  margin-right: 1rem;
}
.caseBox5 .box .bannerBtn .left:hover a {
  font-weight: bold;
}
.caseBox5 .box .bannerBtn .left:hover span {
  color: #f5aa0f;
}
.caseBox5 .box .bannerBtn .center {
  line-height: 1.875rem;
}
.caseBox5 .box .bannerBtn .center span {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #000;
  background: #000;
  opacity: 1;
  margin: 0 0.3125rem;
  transform: scale(0.5);
}
.caseBox5 .box .bannerBtn .center .swiper-pagination-bullet-active {
  background: none;
  transform: scale(1);
}
.caseBox5 .box .bannerBtn .right {
  font-size: 1rem;
  color: #000;
  outline: none;
}
.caseBox5 .box .bannerBtn .right a {
  color: #000;
}
.caseBox5 .box .bannerBtn .right span {
  display: inline-block;
  margin-left: 1rem;
}
.caseBox5 .box .bannerBtn .right:hover a {
  font-weight: bold;
}
.caseBox5 .box .bannerBtn .right:hover span {
  color: #f5aa0f;
}
.customMade {
  margin-top: 9.375rem;
}
.customMade .box .boxT h5 {
  font-size: 2.875rem;
}
.customMade .box .boxT h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 3.125rem;
}
.customMade .box1 {
  position: relative;
}
.customMade .box1 .boxB {
  margin-top: 9.6875rem;
}
.customMade .box1 .boxB .left {
  width: 35%;
}
.customMade .box1 .boxB .left > img {
  width: 100%;
}
.customMade .box1 .boxB .left p {
  position: absolute;
  left: 0;
  top: 0;
}
.customMade .box1 .boxB .left p img {
  width: 6.375rem;
}
.customMade .box1 .boxB .right {
  width: 55%;
  box-sizing: border-box;
}
.customMade .box1 .boxB .right h5 {
  font-size: 1.75rem;
  color: #000;
  line-height: 2.8125rem;
}
.customMade .box1 .boxB .right h5 span {
  color: #f5aa0f;
}
.customMade .box1 .boxB .right h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 1.875rem;
}
.customMade .box1 .boxB .right div {
  margin-top: 6.25rem;
}
.customMade .box1 .boxB .right div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
}
.customMade1 {
  margin-top: 15.625rem;
  margin-bottom: 5.625rem;
}
.customMade1 .box .item {
  width: 7%;
  box-sizing: border-box;
  border-left: 1px solid #313131;
  overflow: hidden;
  position: relative;
  height: 59.875rem;
}
.customMade1 .box .item:nth-child(2n-1) .boxLeft::after {
  top: 35%;
}
.customMade1 .box .item .boxLeft {
  width: 100%;
  background: #1b1b1b;
  transition: all 0.5s;
  position: relative;
}
.customMade1 .box .item .boxLeft::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #313131;
  left: 0;
  top: 70%;
}
.customMade1 .box .item .boxLeft p {
  font-size: 1.125rem;
  color: #fff;
  width: 1.25rem;
  text-align: center;
  margin: 4.375rem auto 0;
}
.customMade1 .box .item .boxRight {
  width: 89.4%;
  position: absolute;
  transition: all 0.5s;
  opacity: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 5;
}
.customMade1 .box .item .boxRight img {
  width: 100%;
}
.customMade1 .box .item .boxRight .main {
  position: absolute;
  top: 13.75rem;
  left: 6.25rem;
}
.customMade1 .box .item .boxRight .main h5 {
  font-size: 2.875rem;
  color: #fff;
}
.customMade1 .box .item .boxRight .main h6 {
  font-size: 1rem;
  color: #fff;
  margin-top: 1.25rem;
}
.customMade1 .box .item .boxRight .main .text {
  margin-top: 6.25rem;
}
.customMade1 .box .item .boxRight .main .text p {
  font-size: 1rem;
  color: #fff;
  width: 35.625rem;
  line-height: 1.875rem;
}
.customMade1 .box .item .boxRight .main .link {
  margin-top: 8.75rem;
}
.customMade1 .box .item .boxRight .main .link a {
  font-size: 1rem;
  color: #fff;
}
.customMade1 .box .item .boxRight .main .link a img {
  margin-left: 1.25rem;
  width: 3.1875rem;
}
.customMade1 .box .active {
  width: 65%;
}
.customMade1 .box .active .boxLeft {
  width: 10.8%;
}
.customMade1 .box .active .boxRight {
  opacity: 1;
}
.customMade2 {
  background: #f8f8f8;
  padding: 10.3125rem 0 0;
}
.customMade2 .box .swiper-slide img {
  width: 100%;
}
.customMade2 .box1 {
  box-sizing: border-box;
  padding: 0 5.25rem;
  position: relative;
  margin-top: -10rem;
  z-index: 1;
}
.customMade2 .box1 > div {
  padding: 0 20.625rem;
  background: #fff;
  position: relative;
}
.customMade2 .box1 > div .bannerLeft {
  position: absolute;
  top: 9.25rem;
  left: 2.5rem;
  outline: none;
}
.customMade2 .box1 > div .bannerLeft a {
  font-size: 1rem;
  color: #666;
}
.customMade2 .box1 > div .bannerLeft a span {
  display: inline-block;
  margin-left: 1rem;
}
.customMade2 .box1 > div .bannerLeft a:hover {
  color: #000;
  font-weight: bold;
}
.customMade2 .box1 > div .bannerLeft a:hover font {
  color: #f5aa0f;
}
.customMade2 .box1 > div .bannerRight {
  position: absolute;
  top: 9.25rem;
  right: 2.5rem;
  outline: none;
}
.customMade2 .box1 > div .bannerRight a {
  font-size: 1rem;
  color: #666;
}
.customMade2 .box1 > div .bannerRight a span {
  display: inline-block;
  margin-right: 1rem;
}
.customMade2 .box1 > div .bannerRight a:hover {
  color: #000;
  font-weight: bold;
}
.customMade2 .box1 > div .bannerRight a:hover font {
  color: #f5aa0f;
}
.customMade2 .box1 .swiper-container .item {
  text-align: center;
  padding: 5rem 0 5rem;
}
.customMade2 .box1 .swiper-container .item h5 {
  font-size: 2.375rem;
  color: #000;
}
.customMade2 .box1 .swiper-container .item h6 {
  margin-top: 0.3125rem;
}
.customMade2 .box1 .swiper-container .item h6 span {
  display: inline-block;
  width: 4.0625rem;
  height: 2px;
  background: #f5aa0f;
}
.customMade2 .box1 .swiper-container .item div {
  margin-top: 1.875rem;
}
.customMade2 .box1 .swiper-container .item div p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.customMade3 {
  padding-top: 9.6875rem;
  background: #f8f8f8;
}
.customMade3 .box0 h5 {
  font-size: 2.25rem;
  color: #000;
}
.customMade3 .box {
  box-sizing: border-box;
  padding-right: 5.25rem;
  margin-top: 4.6875rem;
}
.customMade3 .box .titem {
  width: 32.8%;
}
.customMade3 .box .titem a .top {
  overflow: hidden;
}
.customMade3 .box .titem a .top img {
  width: 100%;
  transition: all 0.3s;
}
.customMade3 .box .titem a .bottom {
  font-size: 1.375rem;
  color: #000;
  text-align: center;
  margin-top: 2.1875rem;
}
.customMade3 .box .titem a:hover img {
  transform: scale(1.1);
}
.customMade4 {
  padding-top: 7.5rem;
  background: #f8f8f8;
}
.customMade4 .box0 h5 {
  font-size: 2.25rem;
  color: #000;
}
.customMade4 .box {
  box-sizing: border-box;
  padding-right: 5.25rem;
  margin-top: 4.6875rem;
}
.customMade4 .box .swiper-slide img {
  width: 100%;
}
.customMade4 .box1 {
  padding: 4.0625rem 0 6.875rem;
  margin-bottom: 5.625rem;
}
.customMade4 .box1 .banner {
  width: 14.0625rem;
}
.customMade4 .box1 .banner .left span {
  font-size: 4.375rem;
}
.customMade4 .box1 .banner .left font {
  font-size: 1rem;
  position: relative;
  top: 0.625rem;
  right: -1.625rem;
  vertical-align: top;
}
.customMade4 .box1 .banner .rigth {
  color: #999;
  line-height: 1.875rem;
  margin-top: 2.8125rem;
}
.customMade4 .box1 .banner .rigth font {
  display: inline-block;
  margin: 0 1rem;
  outline: none;
}
.customMade4 .box1 .banner .rigth span {
  cursor: pointer;
  font-size: 1.25rem;
  outline: none;
}
.customMade4 .box1 .banner .rigth span:hover {
  color: #000;
}
.customMade4 .box1 .right {
  width: 79%;
  flex-wrap: initial !important;
  margin-top: 3.6875rem;
}
.customMade4 .box1 .right span {
  width: 100%;
  height: 2px;
  border-radius: 0%;
  outline: none;
  opacity: 1;
  background-color: #e5e5e5;
}
.customMade4 .box1 .right .swiper-pagination-bullet-active {
  background: #f5aa0f;
}
.serviceBox {
  margin-top: 9.375rem;
  padding-bottom: 4.6875rem;
}
.serviceBox .box .boxT h5 {
  font-size: 2.875rem;
}
.serviceBox .box .boxT h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 3.125rem;
}
.serviceBox .box1 {
  position: relative;
  margin-top: 6.875rem;
}
.serviceBox .box1 .main .img {
  width: 49.6875rem;
  height: 49.6875rem;
  border-radius: 50%;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  margin: auto;
}
.serviceBox .box1 .main .img img {
  margin: auto;
  max-width: 37.5rem;
}
.serviceBox .box1 .main .list .item {
  position: absolute;
}
.serviceBox .box1 .main .list .item .number {
  position: absolute;
  width: 2.1875rem;
  background: #f5aa0f;
  line-height: 2.1875rem;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  font-weight: bold;
  top: 1.5rem;
  opacity: 0;
}
.serviceBox .box1 .main .list .item .left {
  width: 5.25rem;
  height: 5.25rem;
  background-color: #eeeeee;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.serviceBox .box1 .main .list .item .left img {
  margin: auto;
  filter: invert(100%);
  width: 2.625rem;
}
.serviceBox .box1 .main .list .item .right {
  margin-left: 1.5625rem;
}
.serviceBox .box1 .main .list .item .right h5 {
  font-size: 2rem;
  font-weight: bold;
  cursor: default;
  line-height: 5.25rem;
}
.serviceBox .box1 .main .list .item .right p {
  opacity: 0;
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  width: 15.3125rem;
  margin-top: 0.3125rem;
}
.serviceBox .box1 .main .list .item:hover .number {
  opacity: 1;
}
.serviceBox .box1 .main .list .item:hover .left {
  background-color: #f5aa0f;
}
.serviceBox .box1 .main .list .item:hover .left img {
  filter: invert(0%);
}
.serviceBox .box1 .main .list .item:hover .right p {
  opacity: 1;
}
.serviceBox .box1 .main .list .item1 {
  top: 4.0625rem;
  left: 0;
}
.serviceBox .box1 .main .list .item1 .number {
  top: 1.5rem;
  left: 33.5rem;
}
.serviceBox .box1 .main .list .item2 {
  top: 21.875rem;
  left: 0;
}
.serviceBox .box1 .main .list .item2 .number {
  left: 25.7rem;
}
.serviceBox .box1 .main .list .item3 {
  top: 39.875rem;
  left: 0;
}
.serviceBox .box1 .main .list .item3 .number {
  left: 33rem;
}
.serviceBox .box1 .main .list .item4 {
  top: 4.0625rem;
  right: 0;
}
.serviceBox .box1 .main .list .item4 .number {
  right: 33.5rem;
}
.serviceBox .box1 .main .list .item4 .right {
  margin-left: 0;
  margin-right: 1.5625rem;
  text-align: right;
}
.serviceBox .box1 .main .list .item5 {
  top: 21.875rem;
  right: 0;
}
.serviceBox .box1 .main .list .item5 .number {
  right: 25.7rem;
}
.serviceBox .box1 .main .list .item5 .right {
  margin-left: 0;
  margin-right: 1.5625rem;
   text-align: right;
}
.serviceBox .box1 .main .list .item6 {
  top: 39.875rem;
  right: 0;
}
.serviceBox .box1 .main .list .item6 .number {
  right: 33rem;
}
.serviceBox .box1 .main .list .item6 .right {
  margin-left: 0;
  margin-right: 1.5625rem;
   text-align: right;
}
.serviceBox1 {
  background: #f8f8f8;
  min-height: 6.25rem;
  padding-bottom: 4.6875rem;
}
.serviceBox1 .box {
  font-size: 2.25rem;
  margin-bottom: 8.125rem;
}
.serviceBox1 .box1 .boxBanner {
  position: relative;
}
.serviceBox1 .box1 .boxBanner .swiper-slide {
  width: 36.25rem;
}
.serviceBox1 .box1 .boxBanner .swiper-slide .item {
  box-shadow: 0px 0px 0.5rem #ddd;
  background: #fff;
  padding: 3.75rem 6.25rem;
  box-sizing: border-box;
  width: 100%;
  height: 40.25rem;
  display: flex;
  align-items: center;
}
.serviceBox1 .box1 .boxBanner .swiper-slide .item img {
  width: 100%;
}
.serviceBox1 .box1 .boxBanner .swiper-button-next,
.serviceBox1 .box1 .boxBanner .swiper-button-prev {
  transform: scale(0.8);
  filter: grayscale(100%);
  outline: none;
}
.serviceBox1 .box1 .boxBanner .swiper-button-next:hover,
.serviceBox1 .box1 .boxBanner .swiper-button-prev:hover {
  filter: grayscale(0%);
}
.serviceBox2 {
  background: #f8f8f8;
  margin-bottom: 6.25rem;
}
.serviceBox2 .box {
  font-size: 2.25rem;
  margin-bottom: 6.25rem;
}
.serviceBox2 .box1 {
  text-align: center;
}
.serviceBox2 .box1 h6 {
  font-size: 1.375rem;
  text-align: center;
}
.serviceBox2 .box1 h5 {
  font-size: 2.875rem;
  margin-top: 0.5rem;
}
.serviceBox2 .box1 h5 a {
  color: #000;
}
.serviceBox2 .box2 {
  box-sizing: border-box;
  padding: 0 10.3125rem 6.25rem;
  margin-top: 8.125rem;
}
.serviceBox2 .box2 form .item div {
  width: 47%;
  position: relative;
}
.serviceBox2 .box2 form .item div input {
  display: block;
  height: 3.75rem;
  background: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  box-sizing: border-box;
  padding-left: 3.4375rem;
}
.serviceBox2 .box2 form .item div span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.75rem;
  display: inline-block;
  font-size: 1rem;
}
.serviceBox2 .box2 form .item div span font {
  color: #f5aa0f;
}
.serviceBox2 .box2 form .item1 {
  margin-top: 2.8125rem;
}
.serviceBox2 .box2 form .item1 div {
  position: relative;
}
.serviceBox2 .box2 form .item1 div textarea {
  display: block;
  height: 6.875rem;
  background: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  box-sizing: border-box;
  resize: none;
  padding: 0.3125rem 0 0.3125rem 3.4375rem;
}
.serviceBox2 .box2 form .item1 div span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.75rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.875rem;
}
.serviceBox2 .box2 form .item1 div span font {
  color: #f5aa0f;
}
.serviceBox2 .box2 form .btn {
  text-align: center;
  margin-top: 4.375rem;
}
.serviceBox2 .box2 form .btn input {
  font-size: 1rem;
  color: #fff;
  background-color: #f5aa0f;
  width: 11.25rem;
  height: 3.4375rem;
  border: 0;
}
iframe {
  width: 100%;
  border: 0;
}
.serviceBox3 {
  background: #f8f8f8;
  padding: 9.375rem 0 0;
  margin-bottom: 5.625rem;
}
.serviceBox3 .box .boxT h5 {
  font-size: 2.875rem;
  color: #000;
}
.serviceBox3 .box .boxT h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 3.125rem;
  line-height: 1.5625rem;
}
.serviceBox3 .box1 .boxleft {
  padding-top: 11.25rem;
  width: 20.625rem;
}
.serviceBox3 .box1 .boxleft .top .item {
  margin-bottom: 0.625rem;
  background: #fff;
  padding: 0 1.5625rem;
  box-sizing: border-box;
  width: auto;
  margin-right: 0;
  float: none;
}
.serviceBox3 .box1 .boxleft .top .item>div{
	display: block;
	width: 100%;
	height: 4.0625rem;
	border: 0;
	outline: none;
}
.serviceBox3 .box1 .boxleft .top .item select {
 /* display: block;
  width: 100%;
  height: 4.0625rem;
  border: 0;
  outline: none; */
}
.layui-form-select dl dd.layui-this{
	background-color: #f5aa0f;
}
.serviceBox3 .box1 .boxleft .top .item option {
  height: 2.5rem;
}
.serviceBox3 .item input{
	height: 4.0625rem;
	border: 0;
	outline: none;
}
.serviceBox3 .box1 .boxleft {
	margin-bottom: 50px;
}
.serviceBox3 .box1 .boxleft .bottom {
  padding-top: 1.25rem;
}
.serviceBox3 .box1 .boxleft .bottom a {
  font-size: 1rem;
  color: #fff;
  background-color: #f5aa0f;
  display: block;
  width: 100%;
  line-height: 4.0625rem;
  text-align: center;
}
.serviceBox3 .box1 .boxleft .bottom input{
	font-size: 1rem;
	color: #fff;
	background-color: #f5aa0f;
	display: block;
	width: 100%;
	line-height: 4.0625rem;
	text-align: center;
	height: auto;
}
.serviceBox3 .box1 .boxRight {
  width: 72%;
  margin-top: -12.5rem;
  padding-bottom: 7.5rem;
  /* display: none; */
}
.serviceBox3 .box1 .boxRight .map .echatrs {
  width: 100%;
  height: 50rem;
}
.serviceBox4 {
  background: #f8f8f8;
  padding-bottom: 1px;
  margin-bottom: 5.625rem;
}
.serviceBox4 > .box0 {
  margin-top: 5rem;
}
.serviceBox4 > .box0 .boxTit p {
  font-size: 1.25rem;
  color: #666;
  box-sizing: border-box;
  cursor: default;
}
.serviceBox4 > .box0 .boxTit p:nth-child(1) {
  width: 20%;
  padding-left: 1.25rem;
}
.serviceBox4 > .box0 .boxTit p:nth-child(2) {
  width: 20%;
}
.serviceBox4 > .box0 .boxTit p:nth-child(3) {
  width: 45%;
  box-sizing: border-box;
  padding-right: 2%;
}
.serviceBox4 > .box0 .boxTit p:nth-child(4) {
  width: 15%;
}
.serviceBox4 > .box0 .list {
  margin: 2.5rem 0;
}
.serviceBox4 > .box0 .list ul li {
  border-top: 1px solid #ddd;
}
.serviceBox4 > .box0 .list ul li a p {
  font-size: 1.25rem;
  color: #000;
  box-sizing: border-box;
  line-height: 1.875rem;
  padding: 1.875rem 0;
}
.serviceBox4 > .box0 .list ul li a p:nth-child(1) {
  width: 20%;
  padding-left: 1.25rem;
}
.serviceBox4 > .box0 .list ul li a p:nth-child(2) {
  width: 20%;
}
.serviceBox4 > .box0 .list ul li a p:nth-child(3) {
  width: 45%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-right: 2%;
}

.serviceBox4 > .box0 .list ul li a p:nth-child(4) {
  width: 15%;
  display: flex;
  justify-content: flex-start;
}
.serviceBox4 > .box0 .list ul li a p img {
  margin-right: 0.3125rem;
  vertical-align: sub;
  max-width: 1.6875rem;
  max-height: 1.6875rem;
}
.serviceBox4 > .box0 .list ul li a p .two {
  display: none;
}
.serviceBox4 > .box0 .list ul li:hover {
  background: #f5aa0f;
}
.serviceBox4 > .box0 .list ul li:hover p {
  color: #fff;
}
.serviceBox4 > .box0 .list ul li:hover .one {
  display: none;
}
.serviceBox4 > .box0 .list ul li:hover .two {
  display: inline-block;
}
.serviceBox5 {
  background: #f8f8f8;
  padding: 9.375rem 0 1px;
  margin-bottom: 5.625rem;
}
.serviceBox5 .box .boxT h5 {
  font-size: 2.875rem;
  color: #000;
}
.serviceBox5 .box .boxT h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 3.125rem;
  line-height: 1.5625rem;
}
.serviceBox5 .box1 {
  margin-top: 8.4375rem;
}
.serviceBox5 .box1 .item {
  width: 50%;
  margin-bottom: 3.125rem;
}
.serviceBox5 .box1 .item a .boxLeft {
  width: 25.5%;
  overflow: hidden;
}
.serviceBox5 .box1 .item a .boxLeft img {
  width: 100%;
  transition: all 0.3s;
  border-radius: 0.3125rem;
}
.serviceBox5 .box1 .item a .boxRight {
  width: 74.5%;
  padding: 0 5rem 0 2.1875rem;
  box-sizing: border-box;
}
.serviceBox5 .box1 .item a .boxRight h5 {
  font-size: 1.5rem;
  color: #000;
  margin-top: 1.875rem;
}
.serviceBox5 .box1 .item a .boxRight h6 {
  font-size: 1.125rem;
  color: #999;
  margin-top: 0.9375rem;
}
.serviceBox5 .box1 .item a .boxRight div {
  margin-top: 3.125rem;
  line-height: 1.875rem;
}
.serviceBox5 .box1 .item a .boxRight div span {
  font-size: 1rem;
  color: #000;
}
.serviceBox5 .box1 .item a .boxRight div p {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  background: #eeeeee;
  font-size: 1rem;
  margin-left: 1rem;
  border-radius: 50%;
}
.serviceBox5 .box1 .item:hover a .boxLeft img {
  transform: scale(1.1);
}
.serviceBox5 .box1 .item:hover a .boxRight h5 {
  color: #f5aa0f;
}
.serviceBox5 .box1 .item:hover a .boxRight div p {
  background: #f5aa0f;
  color: #fff;
}
.serviceBox6 {
  margin-top: 3.625rem;
}
.lpkTit {
  font-size: 2.25rem;
  color: #000;
}
.agencyCooperation {
  padding-top: 10rem;
}
.agencyCooperation .box {
  margin-top: 6.25rem;
}
.agencyCooperation .box .boxLeft {
  width: 35%;
  background-color: #f8f8f8;
  min-height: 6.25rem;
  box-sizing: border-box;
  padding-right: 1.5625rem;
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}
.agencyCooperation .box .boxLeft .boxLeftBox {
  box-sizing: border-box;
  padding-right: 1.5625rem;
  height: 38.4375rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.agencyCooperation .box .boxLeft ul li {
  cursor: pointer;
  padding: 1.5625rem 0;
  margin: 1.25rem 0;
}
.agencyCooperation .box .boxLeft ul li .left {
  width: 13%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
}
.agencyCooperation .box .boxLeft ul li .left span {
  margin: auto;
  display: inline-block;
  opacity: 0;
}
.agencyCooperation .box .boxLeft ul li .center {
  width: 37%;
}
.agencyCooperation .box .boxLeft ul li .center img {
  width: 100%;
}
.agencyCooperation .box .boxLeft ul li .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 1.5625rem 0 2.8125rem;
}
.agencyCooperation .box .boxLeft ul li .right h5 {
  font-size: 1.5625rem;
  color: #000;
  padding-top: 0.9375rem;
}
.agencyCooperation .box .boxLeft ul li .right h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 0.625rem;
}
.agencyCooperation .box .boxLeft ul .active {
  background: #f5aa0f;
}
.agencyCooperation .box .boxLeft ul .active .left span {
  opacity: 1;
}
.agencyCooperation .box .boxLeft ul .active .right h5 {
  color: #fff;
}
.agencyCooperation .box .boxLeft ul .active .right h6 {
  color: #fff;
}
.agencyCooperation .box .boxRight {
  width: 65%;
}
.agencyCooperation .box .boxRight .item {
  display: none;
}
.agencyCooperation .box .boxRight .item:first-child {
  display: block;
}
.agencyCooperation .box .boxRight .item .swiper-slide img {
  width: 100%;
}
.agencyCooperation .box .boxLeft .boxLeftBox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px;
}
.agencyCooperation .box .boxLeft .boxLeftBox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.agencyCooperation .box .boxLeft .boxLeftBox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.agencyCooperation1 {
  background: #f8f8f8;
  margin-top: 7.5rem;
  padding-bottom: 6.25rem;
}
.agencyCooperation1 .box {
  margin-top: 5.9375rem;
}
.agencyCooperation1 .box .item {
  width: 23.5%;
  background: #fff;
  position: relative;
  margin-bottom: 1.875rem;
}
.agencyCooperation1 .box .item .top {
  padding: 2.5rem;
}
.agencyCooperation1 .box .item .top h5 {
  font-size: 1.625rem;
}
.agencyCooperation1 .box .item .top h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 0.75rem;
}
.agencyCooperation1 .box .item .top div {
  margin-top: 1.25rem;
  position: relative;
}
.agencyCooperation1 .box .item .top div .left {
  font-size: 1.25rem;
  color: #000;
}
.agencyCooperation1 .box .item .top div .left span {
  position: absolute;
  left: 0;
  bottom: 0;
}
.agencyCooperation1 .box .item .top div .right img {
  height: 8.6875rem;
}
.agencyCooperation1 .box .item .top div .right .two {
  display: none;
}
.agencyCooperation1 .box .item:nth-child(2n) .top div {
  margin-top: 1;
  margin-bottom: 1.25rem;
}
.agencyCooperation1 .box .item:nth-child(2n) .top div .left span {
  bottom: inherit;
  top: 0;
}
.agencyCooperation1 .box .item:hover {
  background-color: #f5aa0f;
}
.agencyCooperation1 .box .item:hover .top h5 {
  color: #fff;
}
.agencyCooperation1 .box .item:hover .top h6 {
  color: #fff;
}
.agencyCooperation1 .box .item:hover .top div .left span {
  color: #fff;
}
.agencyCooperation1 .box .item:hover .top div .right .one {
  display: none;
}
.agencyCooperation1 .box .item:hover .top div .right .two {
  display: block;
}
.agencyCooperation2 .lpkTit {
  margin-bottom: 6.25rem;
}
.agencyCooperation2 .box {
  flex-wrap: inherit;
  margin-bottom: 1.25rem;
}
.agencyCooperation2 .box .item1 {
  width: 2.8125rem;
  background: #f9f9f9;
  height: 6.25rem;
  margin: 0 0.5% 0 0;
}
.agencyCooperation2 .box .item2 {
  width: 11.25rem;
  background: #f9f9f9;
  height: 6.25rem;
  margin: 0 0.5% 0 0;
}
.agencyCooperation2 .box .item3 {
  width: 11.25rem;
  background: #f9f9f9;
  height: 6.25rem;
  margin: 0 0 0 0.5%;
}
.agencyCooperation2 .box .item {
  width: 20%;
  font-size: 1.25rem;
  color: #000;
  line-height: 6.25rem;
  background: #f9f9f9;
  box-sizing: border-box;
  padding-left: 1.875rem;
  margin: 0 0.5%;
  cursor: default;
}
.agencyCooperation2 .box .item img {
  margin-right: 0.75rem;
  width: 1.625rem;
}
.agencyCooperation2 .box .item:hover {
  color: #f5aa0f;
}
.agencyCooperation2 .box1 .item {
  width: 33.333%;
}
.agencyCooperation3 .box {
  margin-top: 3.75rem;
}
.agencyCooperation3 .box .item {
  width: 32%;
  padding: 0 2.5rem 0 4.0625rem;
  box-sizing: border-box;
  background: #f9f9f9;
  line-height: 6.25rem;
}
.agencyCooperation3 .box .item .left {
  font-size: 1.625rem;
  color: #000;
}
.agencyCooperation3 .box .item .right img {
  width: 1.875rem;
  opacity: 0;
}
.agencyCooperation3 .box .item:hover {
  background: #f5aa0f;
}
.agencyCooperation3 .box .item:hover .left {
  color: #fff;
}
.agencyCooperation3 .box .item:hover .right img {
  opacity: 1;
}
.agencyCooperation4 {
  background: #f8f8f8;
  margin-top: 9.375rem;
  margin-bottom: 5.625rem;
  padding-bottom: 7.5rem;
}
.agencyCooperation4 .box {
  margin-top: 6.25rem;
}
.agencyCooperation4 .box .list .item {
  width: 32%;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
.agencyCooperation4 .box .list .item:hover {
  border-bottom: 1px solid #f5aa0f;
}
.agencyCooperation4 .box .list .item .layui-form-item {
  margin-bottom: 0;
}
.agencyCooperation4 .box .list .item .layui-form-item input {
  height: 3.75rem;
  border: 0;
  background: none;
  outline: none;
}
.agencyCooperation4 .box .list .item .layui-form-label {
  line-height: 3.75rem;
  padding: 0;
  text-align: left;
}
.agencyCooperation4 .box .list .item .layui-form-label span {
  color: #f5aa0f;
}
.agencyCooperation4 .box .list .item .layui-form-radio {
  line-height: 3.75rem;
  margin: 0;
  padding-right: 10px;
}
.agencyCooperation4 .box .list .item .flexBetween {
  position: relative;
}
.agencyCooperation4 .box .list .item .flexBetween .layui-input-block {
  position: absolute;
  top: 0;
  right: 0;
}
.agencyCooperation4 .box .list .item .flexBetween .layui-form-radio > i:hover,
.agencyCooperation4 .box .list .item .flexBetween .layui-form-radioed > i {
  color: #f5aa0f;
}
.agencyCooperation4 .box .list .item .flexBetween .layui-form-select dl dd.layui-this {
  background-color: #f5aa0f;
}
.agencyCooperation4 .box .list .item .w_label {
  width: 7.5rem;
}
.agencyCooperation4 .box .list1 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.875rem;
}
.agencyCooperation4 .box .list1:hover {
  border-bottom: 1px solid #f5aa0f;
}
.agencyCooperation4 .box .list1 .layui-form-label {
  line-height: 2.1rem;
  padding: 0;
  text-align: left;
  width: 7.5rem;
}
.agencyCooperation4 .box .list1 .layui-form-label span {
  color: #f5aa0f;
}
.agencyCooperation4 .box .list1 textarea {
  font-size: 1rem;
  background: none;
  border: 0;
}
.agencyCooperation4 .box .list1 .layui-input-block {
  margin-left: 134px;
}
.agencyCooperation4 .box .button {
  margin-top: 3.75rem;
}
.agencyCooperation4 .box .button button {
  width: 11.25rem;
  height: 3.4375rem;
  font-size: 1rem;
  border: 0;
  color: #fff;
}
.agencyCooperation4 .box .button button[type='button'] {
  background: #f5aa0f;
}
.agencyCooperation4 .box .button button[type='reset'] {
  background: #313131;
}
.indexMarketing {
  background: #f8f8f8;
}
.indexMarketing .box .item {
  text-align: center;
  padding: 7.25rem 0;
}
.indexMarketing .box .item a .top img {
  height: 3.4375rem;
}
.indexMarketing .box .item a .center {
  font-size: 1rem;
  color: #000;
  margin-top: 3.125rem;
}
.indexMarketing .box .item a .bottom {
  font-size: 1.625rem;
  color: #000;
  margin-top: 0.5rem;
}
.indexMarketing1 .box {
  margin-top: 5rem;
}
.indexMarketing1 .box .boxLeft {
  width: 55%;
}
.indexMarketing1 .box .boxLeft img {
  width: 100%;
}
.indexMarketing1 .box .boxRight {
  width: 45%;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 10rem 5rem 0;
}
.indexMarketing1 .box .boxRight .item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2.8125rem;
}
.indexMarketing1 .box .boxRight .item .left {
  font-size: 1rem;
  line-height: 3.75rem;
}
.indexMarketing1 .box .boxRight .item .left font {
  color: #f5aa0f;
}
.indexMarketing1 .box .boxRight .item .right {
  width: 90%;
}
.indexMarketing1 .box .boxRight .item .right input {
  height: 3.75rem;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  font-size: 1rem;
}
.indexMarketing1 .box .boxRight .item1 {
  text-align: center;
  padding-top: 1.875rem;
}
.indexMarketing1 .box .boxRight .item1 input {
  width: 11.25rem;
  height: 3.4375rem;
  background: #f5aa0f;
  color: #fff;
  border: 0;
}
.box_box .boxT h5 {
  font-size: 2.875rem;
}
.box_box .boxT h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 3.125rem;
}
.indexMarketing2 {
  padding-bottom: 4.6875rem;
  margin-top: 8.125rem;
}
.indexMarketing2 .box {
  margin-top: 7.5rem;
}
.indexMarketing2 .box .item {
  padding: 3.75rem 0;
}
.indexMarketing2 .box .item:nth-child(2) .boxLeft {
  padding: 0 2.1875rem 0 10rem;
}
.indexMarketing2 .box .boxLeft {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2.1875rem 0 5.3125rem;
}
.indexMarketing2 .box .boxLeft h5 {
  font-size: 2.875rem;
  position: relative;
  left: -5rem;
  padding-top: 3.125rem;
}
.indexMarketing2 .box .boxLeft h5 span {
  display: inline-block;
  width: 3.125rem;
  height: 0.125rem;
  background: #f5aa0f;
  vertical-align: super;
  margin-right: 2.1875rem;
}
.indexMarketing2 .box .boxLeft h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 2.8125rem;
}
.indexMarketing2 .box .boxLeft .list {
  padding-top: 5rem;
}
.indexMarketing2 .box .boxLeft .list p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
}
.indexMarketing2 .box .boxLeft .list > div {
  margin-top: 1.875rem;
}
.indexMarketing2 .box .boxLeft .list > div span {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  display: block;
}
.indexMarketing2 .box .boxRight {
  width: 50%;
}
.indexMarketing2 .box .boxRight img {
  width: 100%;
}
.indexMarketing3 .box {
  margin-top: 6.875rem;
}
.indexMarketing3 .box .item {
  width: 20%;
  box-sizing: border-box;
  padding: 3.125rem 3.125rem 1.875rem 3.125rem;
  cursor: default;
}
.indexMarketing3 .box .item .top img {
  height: 3.875rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.indexMarketing3 .box .item .bottom {
  font-size: 5.8rem;
  color: #dedede;
  font-weight: bold;
  margin-top: 5rem;
  height: 6.375rem;
  line-height: 6.375rem;
  position: relative;
}
.indexMarketing3 .box .item .bottom span {
  font-size: 1.375rem;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.indexMarketing3 .box .item:nth-child(2) {
  background: #f2f2f2;
}
.indexMarketing3 .box .item:nth-child(2) .bottom {
  color: #dedede;
}
.indexMarketing3 .box .item:nth-child(3) {
  background: #f6f6f6;
}
.indexMarketing3 .box .item:nth-child(3) .bottom {
  color: #e4e3e3;
}
.indexMarketing3 .box .item:nth-child(4) {
  background: #f8f8f8;
}
.indexMarketing3 .box .item:nth-child(4) .bottom {
  color: #ebebeb;
}
.indexMarketing3 .box .item:nth-child(5) {
  background: #fcfcfc;
}
.indexMarketing3 .box .item:nth-child(5) .bottom {
  color: #f2f1f1;
}
.indexMarketing3 .box .item:hover .top img {
  top: -0.625rem;
}
.indexMarketing3 .box .item0 {
  background: #f5aa0f;
  width: 20%;
  padding: 3.125rem;
  box-sizing: border-box;
  cursor: default;
}
.indexMarketing3 .box .item0 .top img {
  height: 3.875rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.indexMarketing3 .box .item0 .bottom {
  font-size: 2rem;
  color: #fff;
  margin-top: 7.5rem;
}
.indexMarketing3 .box .item0:hover .top img {
  top: -0.625rem;
}
.indexMarketing3 .box1 {
  margin-top: 1.875rem;
}
.indexMarketing3 .box1 .item {
  width: 20%;
  box-sizing: border-box;
  padding: 3.125rem 3.125rem 1.875rem 3.125rem;
  cursor: default;
}
.indexMarketing3 .box1 .item .top img {
  height: 3.875rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.indexMarketing3 .box1 .item .bottom {
  font-size: 5.8rem;
  color: #dedede;
  font-weight: bold;
  margin-top: 5rem;
  height: 6.375rem;
  line-height: 6.375rem;
  position: relative;
}
.indexMarketing3 .box1 .item .bottom span {
  font-size: 1.375rem;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.indexMarketing3 .box1 .item:nth-child(5) {
  background: #f2f2f2;
}
.indexMarketing3 .box1 .item:nth-child(5) .bottom {
  color: #dedede;
}
.indexMarketing3 .box1 .item:nth-child(4) {
  background: #f6f6f6;
}
.indexMarketing3 .box1 .item:nth-child(4) .bottom {
  color: #e4e3e3;
}
.indexMarketing3 .box1 .item:nth-child(3) {
  background: #f8f8f8;
}
.indexMarketing3 .box1 .item:nth-child(3) .bottom {
  color: #ebebeb;
}
.indexMarketing3 .box1 .item:nth-child(2) {
  background: #fcfcfc;
}
.indexMarketing3 .box1 .item:nth-child(2) .bottom {
  color: #f2f1f1;
}
.indexMarketing3 .box1 .item:hover .top img {
  top: -0.625rem;
}
.indexMarketing3 .box1 .item0 {
  background: #e5172c;
  width: 20%;
  padding: 3.125rem;
  box-sizing: border-box;
  cursor: default;
}
.indexMarketing3 .box1 .item0 .top img {
  height: 3.875rem;
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.indexMarketing3 .box1 .item0 .bottom {
  font-size: 2rem;
  color: #fff;
  margin-top: 7.5rem;
}
.indexMarketing3 .box1 .item0:hover .top img {
  top: -0.625rem;
}
.indexMarketing4 {
  background: #f8f8f8;
  margin-bottom: 5.625rem;
}
.indexMarketing4 .lpkTit {
  font-weight: bold;
}
.indexMarketing4 .box {
  padding: 4.6875rem 0 6.25rem;
}
.indexMarketing4 .box .item {
  width: 25%;
  text-align: center;
  padding: 2.8125rem 0;
}
.indexMarketing4 .box .item a .top {
  height: 8.125rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.indexMarketing4 .box .item a .top img {
  margin: auto;
  max-width: 80%;
  max-height: 100%;
  transition: 0.3s;
}
.indexMarketing4 .box .item a .bottom {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
  margin-top: 3.125rem;
}
.indexMarketing4 .box .item a:hover img {
  transform: scale(1.1);
}
.indexSidebar {
  z-index: 10;
  position: fixed;
  bottom: -25rem;
  right: 1rem;
  background: #fff;
  transition: all 0.4s;
  box-shadow: 0px 0px 0.625rem #ddd;
}
.indexSidebar .item {
  width: 5.3125rem;
  margin: 1rem 0;
}
.indexSidebar .item a {
  display: block;
  text-align: center;
  padding: 0.625rem 0;
  position: relative;
}
.indexSidebar .item a::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0.3125rem;
  background: #f5aa0f;
  top: 0;
  right: -0.3125rem;
  opacity: 0;
}
.indexSidebar .item a .top img {
  max-height: 1.6875rem;
}
.indexSidebar .item a .bottom {
  font-size: 1rem;
  color: #666;
  margin-top: 1rem;
}
.indexSidebar .item a:hover::after {
  opacity: 1;
}
.indexSidebarOn {
  bottom: 6rem;
}
.indexAbout {
  background: #f8f8f8;
  padding-top: 9.375rem;
  overflow: hidden;
  padding-bottom: 15.625rem;
  margin-bottom: 5.625rem;
}
.indexAbout .box {
  margin-top: -12rem;
}
.indexAbout .box .boxLeft {
  width: 40%;
  padding-top: 22.5rem;
  position: relative;
}
.indexAbout .box .boxLeft > img {
  width: 100%;
  margin-left: 3.125rem;
}
.indexAbout .box .boxLeft .posi {
  position: absolute;
  right: -9.375rem;
  bottom: -4.375rem;
  width: 9.125rem;
}
.indexAbout .box .boxLeft .posi > img {
  width: 100%;
}
.indexAbout .box .boxLeft .posi p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.indexAbout .box .boxLeft .posi p img {
  margin: auto;
  transform: rotate(90deg);
}
.indexAbout .box .boxLeft .posi:hover {
  animation: da 10s linear infinite;
}
.indexAbout .box .boxLeft .posi:hover p {
  animation: xiao 10s linear infinite;
}
.indexAbout .box .boxRight {
  width: 50%;
}
.indexAbout .box .boxRight .top img {
  position: relative;
  left: -3.125rem;
}
.indexAbout .box .boxRight .text {
  padding: 0 3.75rem;
  margin-top: 5.625rem;
}
.indexAbout .box .boxRight .text p {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
}
.indexAbout .box .boxRight .text p span {
  color: #f5aa0f;
}
.indexAbout .box .boxRight .link {
  padding: 0 3.4375rem;
  margin-top: 7.5rem;
}
.indexAbout .box .boxRight .link > div img {
  position: relative;
  top: 3.125rem;
}
.indexAbout .box .boxRight .link a {
  margin-left: 2.1875rem;
}
.indexAbout .box .boxRight .link a .left {
  font-size: 1.25rem;
  color: #000;
  position: relative;
  z-index: 1;
}
.indexAbout .box .boxRight .link a .left span {
  display: inline-block;
  padding: 0 3.4375rem 0 0.75rem;
  line-height: 3.75rem;
  border-bottom: 1px solid #000;
}
.indexAbout .box .boxRight .link a .right {
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  background: #f5aa0f;
  display: flex;
  align-items: center;
  position: relative;
  left: -1.875rem;
}
.indexAbout .box .boxRight .link a .right img {
  margin: auto;
}
.indexAbout .box .boxRight .link a:hover .left {
  color: #f5aa0f;
}
@keyframes da {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes xiao {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.globalStrategy {
  margin-top: 8.125rem;
}
.globalStrategy .box {
  margin-top: -7.5rem;
}
.globalStrategy .box .title p {
  font-size: 1rem;
  line-height: 1.875rem;
}
.globalStrategy .box .title p span {
  width: 3.625rem;
  border-bottom: 1px dashed #000;
  display: inline-block;
  margin-right: 1.875rem;
  position: relative;
  top: -0.25rem;
}
.globalStrategy .box .title p font {
  width: 3.625rem;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-right: 1.875rem;
  position: relative;
  top: -0.25rem;
}
.globalStrategy .box .map {
  margin-top: 4.375rem;
}
.globalStrategy .box .map img {
  width: 100%;
}
.globalStrategy1 {
  background: url(../images/aboutBg.png) no-repeat 50% 50%;
  padding: 8.75rem 0 10rem;
  margin-top: 3rem;
}
.globalStrategy1 .box .boxLeft {
  width: 30%;
  box-sizing: border-box;
  padding-left: 10rem;
}
.globalStrategy1 .box .boxLeft div {
  transform: rotate(90deg) translatey(-100%);
  transform-origin: 0% 0%;
  display: inline-block;
  margin-top: 17.5rem;
}
.globalStrategy1 .box .boxLeft div p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  text-align: right;
}
.globalStrategy1 .box .boxRight {
  width: 70%;
  box-sizing: border-box;
}
.globalStrategy1 .box .boxRight .top .left {
  width: 64.5%;
}
.globalStrategy1 .box .boxRight .top .right {
  width: 33.5%;
}
.globalStrategy1 .box .boxRight .top img {
  width: 100%;
}
.globalStrategy1 .box .boxRight .text {
  margin-top: 6.25rem;
}
.globalStrategy1 .box .boxRight .text h5 {
  font-size: 2.875rem;
  color: #000;
}
.globalStrategy1 .box .boxRight .text div {
  width: 64.5%;
  margin-top: 4.6875rem;
}
.globalStrategy1 .box .boxRight .text div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  text-align: justify;
}
.globalStrategy2 {
  margin-top: 10rem;
}
.globalStrategy2 .box .boxLeft {
  width: 50%;
}
.globalStrategy2 .box .boxLeft img {
  width: 86.5%;
}
.globalStrategy2 .box .boxRight {
  width: 50%;
}
.globalStrategy2 .box .boxRight h5 {
  font-size: 2.875rem;
  color: #000;
  padding-top: 3.75rem;
}
.globalStrategy2 .box .boxRight h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 2.1875rem;
  left: 1.5625rem;
}
.globalStrategy2 .box .boxRight div {
  width: 36.5625rem;
  margin-top: 5.3125rem;
}
.globalStrategy2 .box .boxRight div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  text-align: justify;
}
.globalStrategy3 {
  margin-top: 5.625rem;
}
.globalStrategy3 .item {
  width: 20%;
}
.globalStrategy3 .item img {
  width: 100%;
}
.globalStrategy4 {
  background: url(../images/aboutBg1.png) no-repeat 50% 50%;
  background-size: auto 100%;
  padding: 6.25rem 0 11.25rem;
}
.globalStrategy4 .box {
  box-sizing: border-box;
  padding: 0 5.25rem;
  margin-top: 9.375rem;
}
.globalStrategy4 .box .boxLeft {
  width: 50%;
  box-sizing: border-box;
  padding-top: 11.5625rem;
}
.globalStrategy4 .box .boxLeft h5 {
  font-size: 2.875rem;
  color: #000;
}
.globalStrategy4 .box .boxLeft h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 2.1875rem;
  left: 1.5625rem;
}
.globalStrategy4 .box .boxLeft div {
  width: 31.25rem;
  margin-top: 5.3125rem;
}
.globalStrategy4 .box .boxLeft div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  text-align: justify;
}
.globalStrategy4 .box .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5.9375rem;
}
.globalStrategy4 .box .boxRight img {
  width: 48%;
  margin-bottom: 1.5625rem;
  display: block;
  position: relative;
}
.globalStrategy4 .box .boxRight img:nth-child(2n-1) {
  top: 5rem;
}
.globalStrategy5 {
  margin-top: 10.9375rem;
}
.globalStrategy5 .box .boxLeft {
  width: 50%;
}
.globalStrategy5 .box .boxLeft img {
  width: 100%;
}
.globalStrategy5 .box .boxRgiht {
  box-sizing: border-box;
  width: 50%;
  padding-left: 10.3125rem;
  padding-top: 8.4375rem;
}
.globalStrategy5 .box .boxRgiht h5 {
  font-size: 2.875rem;
  color: #000;
}
.globalStrategy5 .box .boxRgiht h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 2.1875rem;
  left: 1.5625rem;
}
.globalStrategy5 .box .boxRgiht div {
  margin-top: 5.3125rem;
}
.globalStrategy5 .box .boxRgiht div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  text-align: justify;
}
.globalStrategy5 .box .boxRgiht div p img {
  margin-top: 9rem;
  position: relative;
  right: -4.6rem;
}
.globalStrategy6 {
  background: #f8f8f8;
  margin-top: 10rem;
  margin-bottom: 5.625rem;
}
.globalStrategy6 .box {
  padding: 10rem 0;
}
.globalStrategy6 .box .boxLeft {
  width: 33.5%;
  box-sizing: border-box;
}
.globalStrategy6 .box .boxLeft div {
  transform: rotate(90deg) translatey(-100%);
  transform-origin: 0% 0%;
  position: relative;
  top: -1rem;
  left: 18.4375rem;
}
.globalStrategy6 .box .boxLeft div p {
  font-size: 1rem;
  color: #999;
  line-height: 1.875rem;
  text-align: right;
}
.globalStrategy6 .box .boxRight {
  width: 66.5%;
  box-sizing: border-box;
  padding-right: 3.125rem;
}
.globalStrategy6 .box .boxRight img {
  width: 100%;
}
.globalStrategy6 .box1 p {
  width: 31%;
  margin-right: 2.8125rem;
}
.globalStrategy6 .box1 p img {
  width: 100%;
}
.globalStrategy6 .box2 {
  box-sizing: border-box;
  padding-left: 39.375rem;
  margin-top: 8.4375rem;
  padding-right: 20.9375rem;
  padding-bottom: 11.5625rem;
}
.globalStrategy6 .box2 h5 {
  font-size: 2.875rem;
  color: #000;
}
.globalStrategy6 .box2 h6 {
  font-size: 1rem;
  color: #999;
  margin-top: 2.1875rem;
  left: 1.5625rem;
}
.globalStrategy6 .box2 div {
  margin-top: 5.3125rem;
}
.globalStrategy6 .box2 div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  text-align: justify;
}
.globalStrategy6 .box2 div p img {
  margin-top: 9rem;
  position: relative;
  right: -4.6rem;
}
.developmentPath {
  background: #f8f8f8;
  padding-top: 9.375rem;
  padding-bottom: 12.5rem;
  margin-bottom: 5.625rem;
}
.developmentPath .box {
  margin-top: 13.75rem;
}
.developmentPath .box .boxLeft {
  width: 21%;
}
.developmentPath .box .boxLeft .list ul li {
  font-size: 1.25rem;
  color: #999;
  width: 6.5625rem;
  line-height: 1.875rem;
  margin: 0.625rem 0;
  text-align: right;
  box-sizing: border-box;
  padding: 0 0.75rem;
  cursor: default;
}
.developmentPath .box .boxLeft .list ul .active {
  background: #f5aa0f;
  color: #fff;
  font-size: 1.625rem;
}
.developmentPath .box .boxRight {
  width: 79%;
  box-sizing: border-box;
  padding-left: 4.3rem;
}
.developmentPath .box .boxRight .maim .boxItem {
  position: relative;
  display: none;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop {
  height: 28.125rem;
  overflow: hidden;
  position: relative;
  padding-left: 5.3125rem;
  box-sizing: border-box;
}
.developmentPath .box .boxRight .maim .boxItem .boxTopOn{
	height: auto;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  background: #d2d2d2;
  top: 0;
  left: 0.3125rem;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop .item {
  width: 61.875rem;
  margin-bottom: 5.3125rem;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop .item h5 {
  font-size: 1.875rem;
  color: #ccc;
  margin-bottom: 0.3125rem;
  position: relative;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop .item h5::after {
  position: absolute;
  content: '';
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: #000;
  top: 0.8125rem;
  left: -5.25rem;
  z-index: 5;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop .item h6 {
  font-size: 1.625rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 3.125rem;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop .item p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
}
.developmentPath .box .boxRight .maim .boxItem .boxTop .item p img {
  margin-top: 5.3125rem;
  max-width: 50%;
}
.developmentPath .box .boxRight .maim .boxItem .boxBot {
  padding-left: 5.3125rem;
  margin-top: 3.75rem;
  display: none;
}
.developmentPath .box .boxRight .maim .boxItem .boxBot a {
  font-size: 1rem;
  color: #000;
}
.developmentPath .box .boxRight .maim .boxItem .boxBot a img {
  margin-left: 1.125rem;
  width: 3.125rem;
  height: 3.125rem;
  transform: rotate(90deg);
}
.developmentPath .box .boxRight .maim .boxItemOn {
  display: block;
}
.lpkNews {
  padding-top: 9.375rem;
  background: #f8f8f8;
}
.lpkNews .box {
  margin-top: -8.125rem;
}
.lpkNews .box .tiele p {
  margin-left: 2.5rem;
}
.lpkNews .box .tiele p a {
  font-size: 1.125rem;
  color: #666;
  display: inline-block;
  padding-bottom: 1.5625rem;
}
.lpkNews .box .tiele p a:hover {
  color: #f5aa0f;
}
.lpkNews .box .tiele .active a {
  color: #000;
  border-bottom: 1px solid #f5aa0f;
}
.lpkNews .box1 {
  margin-top: 10.3125rem;
  z-index: 1;
  position: relative;
}
.lpkNews .box1 .boxLeft {
  width: 65%;
  border-top: 2px solid #d2d2d2;
  padding-top: 1.5625rem;
}
.lpkNews .box1 .boxLeft .boxTop h5 {
  font-size: 1.125rem;
  color: #fff;
  width: 7.8125rem;
  line-height: 2.5rem;
  text-align: center;
}
.lpkNews .box1 .boxLeft .boxTop .qydt {
  background: #f5aa0f;
}
.lpkNews .box1 .boxLeft .boxTop .cxhd {
  background: #f5aa0f;
}
.lpkNews .box1 .boxLeft .boxTop .mtjj {
  background: #9b0000;
}
.lpkNews .box1 .boxLeft .boxTop h6 {
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #666;
}
.lpkNews .box1 .boxLeft .boxBot {
  margin-top: 3.4375rem;
  position: relative;
  overflow: hidden;
}
.lpkNews .box1 .boxLeft .boxBot > img {
  width: 100%;
  transition: all 0.3s;
}
.lpkNews .box1 .boxLeft .boxBot .posi {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
}
.lpkNews .box1 .boxLeft .boxBot .posi p {
  font-size: 1.75rem;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  padding: 0 3.125rem;
  position: absolute;
  left: 0;
  bottom: 3.75rem;
}
.lpkNews .box1 .boxLeft:hover .boxBot img {
  transform: scale(1.02);
}
.lpkNews .box1 .boxRight {
  width: 30.2%;
  border-top: 2px solid #d2d2d2;
  padding-top: 1.5625rem;
}
.lpkNews .box1 .boxRight a .boxTop h5 {
  font-size: 1.125rem;
  color: #fff;
  width: 7.8125rem;
  line-height: 2.5rem;
  text-align: center;
}
.lpkNews .box1 .boxRight a .boxTop .qydt {
  background: #f5aa0f;
}
.lpkNews .box1 .boxRight a .boxTop .cxhd {
  background: #f5aa0f;
}
.lpkNews .box1 .boxRight a .boxTop .mtjj {
  background: #9b0000;
}
.lpkNews .box1 .boxRight a .boxTop h6 {
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #666;
}
.lpkNews .box1 .boxRight a .bottom {
  margin-top: 3rem;
}
.lpkNews .box1 .boxRight a .bottom h5 {
  font-size: 1.75rem;
  color: #000;
  height: 4.625rem;
}
.lpkNews .box1 .boxRight a .bottom p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  margin-top: 6.25rem;
}
.lpkNews .box1 .boxRight a .bottom p img {
  vertical-align: bottom;
  margin-left: 0.9375rem;
  transition: all 0.3s;
  left: 0;
  position: relative;
}
.lpkNews .box1 .boxRight a .img {
  margin-top: 5.75rem;
  overflow: hidden;
}
.lpkNews .box1 .boxRight a .img img {
  width: 100%;
  transition: all 0.3s;
}
.lpkNews .box1 .boxRight:hover .bottom h5 {
  color: #f5aa0f;
}
.lpkNews .box1 .boxRight:hover .bottom p img {
  left: 1rem;
}
.lpkNews .box1 .boxRight:hover .img img {
  transform: scale(1.1);
}
.lpkNews1 {
  background: #f8f8f8;
  padding-top: 5.625rem;
  padding-bottom: 1px;
  margin-bottom: 5.625rem;
}
.lpkNews1 .box .item {
  width: 30.2%;
  margin-right: 4.7%;
  padding-bottom: 3.75rem;
  border-top: 2px solid #d2d2d2;
  padding-top: 1.5625rem;
}
.lpkNews1 .box .item:nth-child(3n) {
  margin-right: 0;
}
.lpkNews1 .box .item a .boxTop h5 {
  font-size: 1.125rem;
  color: #fff;
  width: 7.8125rem;
  line-height: 2.5rem;
  text-align: center;
}
.lpkNews1 .box .item a .boxTop .qydt {
  background: #f5aa0f;
}
.lpkNews1 .box .item a .boxTop .cxhd {
  background: #d11d1d;
}
.lpkNews1 .box .item a .boxTop .mtjj {
  background: #9b0000;
}
.lpkNews1 .box .item a .boxTop h6 {
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #666;
}
.lpkNews1 .box .item a .bottom {
  margin-top: 3rem;
}
.lpkNews1 .box .item a .bottom h5 {
  font-size: 1.75rem;
  color: #000;
  height: 4.625rem;
}
.lpkNews1 .box .item a .bottom div {
  margin-top: 5rem;
}
.lpkNews1 .box .item a .bottom div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  height: 5.625rem;
}
.lpkNews1 .box .item a .bottom > p {
  font-size: 1rem;
  color: #000;
  margin-top: 3.125rem;
  line-height: 1.875rem;
}
.lpkNews1 .box .item a .bottom > p img {
  vertical-align: bottom;
  margin-left: 0.9375rem;
  transition: all 0.3s;
  left: 0;
  position: relative;
}
.lpkNews1 .box .item a:hover .bottom h5 {
  color: #f5aa0f;
}
.lpkNews1 .box .item a:hover .bottom > p img {
  left: 1rem;
}
.w_1325 {
  max-width: 1325px;
  margin: auto;
  width: 94%;
}
.lpkNews2 {
  background: #f8f8f8;
  padding-top: 15rem;
}
.lpkNews2 .box > h5 {
  font-size: 2rem;
  color: #000;
}
.lpkNews2 .box .tit {
  padding: 2.1875rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 3.75rem;
}
.lpkNews2 .box .tit .left {
  font-size: 1rem;
  color: #999;
}
.lpkNews2 .box .tit .rightBox {
  font-size: 1rem;
  color: #999;
}
.lpkNews2 .box .tit .rightBox .l {
  margin-right: 1rem;
}
.lpkNews2 .box .tit .rightBox .right a {
  opacity: 1;
  margin-left: 1rem;
}
.lpkNews2 .box .tit .rightBox .right a:nth-child(2) {
  background: url(../images/weibo.png) no-repeat;
}
.lpkNews2 .box .tit .rightBox .right a:nth-child(3) {
  background: url(../images/weixin.png) no-repeat;
}
.lpkNews2 .box .tit .rightBox .right a:nth-child(4) {
  background: url(../images/qq.png) no-repeat;
}
.lpkNews2 .box .main {
  margin-top: 4.6875rem;
  padding-bottom: 7.1875rem;
  border-bottom: 1px solid #ddd;
}
.lpkNews2 .box .main p {
  font-size: 1rem;
  color: #333;
  line-height: 1.875rem;
  text-align: justify;
}
.lpkNews2 .box .main p img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.lpkNews3 {
  background: #f8f8f8;
  padding-bottom: 4.6875rem;
  margin-bottom: 5.625rem;
}
.lpkNews3 .box {
  padding-top: 3rem;
}
.lpkNews3 .box > h5 {
  font-size: 2.25rem;
  color: #000;
}
.lpkNews3 .box .main {
  margin-top: 3.4375rem;
}
.lpkNews3 .box .main .item {
  width: 30.2%;
  margin-right: 4.7%;
  padding-bottom: 3.75rem;
  border-top: 2px solid #d2d2d2;
  padding-top: 1.5625rem;
}
.lpkNews3 .box .main .item:nth-child(3n) {
  margin-right: 0;
}
.lpkNews3 .box .main .item a .boxTop h5 {
  font-size: 1.125rem;
  color: #fff;
  width: 7.8125rem;
  line-height: 2.5rem;
  text-align: center;
}
.lpkNews3 .box .main .item a .boxTop .qydt {
  background: #f5aa0f;
}
.lpkNews3 .box .main .item a .boxTop .cxhd {
  background: #d11d1d;
}
.lpkNews3 .box .main .item a .boxTop .mtjj {
  background: #9b0000;
}
.lpkNews3 .box .main .item a .boxTop h6 {
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #666;
}
.lpkNews3 .box .main .item a .bottom {
  margin-top: 3rem;
}
.lpkNews3 .box .main .item a .bottom h5 {
  font-size: 1.75rem;
  color: #000;
  height: 4.625rem;
}
.lpkNews3 .box .main .item a .bottom div {
  margin-top: 5rem;
}
.lpkNews3 .box .main .item a .bottom div p {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  height: 3.75rem;
}
.lpkNews3 .box .main .item a .bottom > p {
  font-size: 1rem;
  color: #000;
  margin-top: 3.125rem;
  line-height: 1.875rem;
}
.lpkNews3 .box .main .item a .bottom > p img {
  vertical-align: bottom;
  margin-left: 0.9375rem;
  transition: all 0.3s;
  left: 0;
  position: relative;
}
.lpkNews3 .box .main .item a:hover .bottom h5 {
  color: #f5aa0f;
}
.lpkNews3 .box .main .item a:hover .bottom > p img {
  left: 1rem;
}
.aboutVideo {
  background: #f8f8f8;
  padding-top: 9.375rem;
  padding-bottom: 0.0625rem;
  margin-bottom: 5.625rem;
}
.aboutVideo > .box {
  margin-top: 7.8125rem;
}
.aboutVideo > .box .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 3.125rem;
}
.aboutVideo > .box .item:nth-child(3n) {
  margin-right: 0;
}
.aboutVideo > .box .item a {
  display: block;
}
.aboutVideo > .box .item a .top {
  overflow: hidden;
  position: relative;
}
.aboutVideo > .box .item a .top > img {
  width: 100%;
  transition: all 0.3s;
}
.aboutVideo > .box .item a .top p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.aboutVideo > .box .item a .top p img {
  margin: auto;
  width: 2.1875rem;
}
.aboutVideo > .box .item a .bottom {
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  line-height: 8.125rem;
  border-bottom: 1px solid #ddd;
}
.aboutVideo > .box .item:hover .top > img {
  transform: scale(1.05);
}
.aboutVideo > .box .item:hover .bottom {
  background: #f5aa0f;
  color: #fff;
}
.layerVideo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 1);
  display: none;
}
.layerVideo .box {
  max-width: 56.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 34.375rem;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.layerVideo .box video {
  width: 100%;
}
.layerVideo .box span {
  position: absolute;
  right: -2.1875rem;
  top: -2.1875rem;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.aboutContact {
  padding-top: 9.375rem;
}
.aboutContact .box {
  margin-top: 8.125rem;
}
.aboutContact .box .item {
  width: 33.333%;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 3.75rem 3.125rem;
  height: 25rem;
  overflow: hidden;
  position: relative;
}
.aboutContact .box .item h5 {
  font-size: 1.625rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 5;
}
.aboutContact .box .item .div1 {
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 5;
}
.aboutContact .box .item .div1 .box_ h6 {
  font-size: 1.125rem;
  color: #666;
}
.aboutContact .box .item .div1 .box_ p {
  margin-top: 0.625rem;
}
.aboutContact .box .item .div1 .box_ p a {
  font-size: 1.875rem;
  color: #000;
}
.aboutContact .box .item .div2 .box_ p a {
  font-size: 1.75rem;
}
.aboutContact .box .item .div3 {
  margin-bottom: 1.625rem;
  position: relative;
  z-index: 10;
}
.aboutContact .box .item .div3 h6 {
  font-size: 1.125rem;
  color: #666;
}
.aboutContact .box .item .div3 p {
  font-size: 1.5rem;
  color: #000;
  margin-top: 0.625rem;
}
.aboutContact .box .item .posi {
  position: absolute;
  right: 2.1875rem;
  bottom: -7.1875rem;
  width: 16.5625rem;
}
.aboutContact .box .item .posi img {
  width: 100%;
}
.aboutContact .box .item .posi .img2 {
  display: none;
}
.aboutContact .box .item:hover {
  background-color: #f5aa0f;
  color: #fff;
}
.aboutContact .box .item:hover .div1 .box_ h6,
.aboutContact .box .item:hover .div1 .box_ a {
  color: #fff;
}
.aboutContact .box .item:hover .posi .img1 {
  display: none;
}
.aboutContact .box .item:hover .posi .img2 {
  display: block;
}
.aboutContact .box .item:hover h6,
.aboutContact .box .item:hover p {
  color: #fff;
}
.aboutContact .box .item2::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60%;
  top: 20%;
  left: 0;
  background: #ddd;
}
.aboutContact .box .item2 .posi {
  bottom: -4.1875rem;
}
.aboutContact .box .item3::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60%;
  top: 20%;
  left: 0;
  background: #ddd;
}
.aboutContact .box .item3 .posi {
  bottom: -6.1875rem;
  width: 15rem;
}
.aboutContact1 {
  margin-bottom: 5.625rem;
}
.aboutContact1 .box .item {
  width: 49.8%;
  height: 50rem;
}
.aboutContact1 .box .item>img {
  width: 100%;
  height: 52.1875rem;
}
.aboutContact1 .box .item > div {
  width: 100%;
  height: 52.1875rem;
}
.aboutHonor {
  /* background: #f8f8f8; */
  padding-top: 9.375rem;
  padding-bottom: 8.125rem;
  margin-bottom: 5.625rem;
}
.aboutHonor .box .active{
	background: #f2f2f2;
}
.aboutHonor .box {
  margin-top: 14.375rem;
  height: 66rem;
  overflow: hidden;
}
.aboutHonor .boxOn{
	height: auto;
}
.aboutHonor .box .list .boxLeft {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 2.1875rem 8.75rem 2.1875rem 0;
}
.aboutHonor .box .list .boxLeft::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #d2d2d2;
}
.aboutHonor .box .list .boxLeft .boxTop {
  text-align: right;
  position: relative;
}
.aboutHonor .box .list .boxLeft .boxTop div {
  font-size: 2.125rem;
  line-height: 4.6875rem;
  font-weight: bold;
}
.aboutHonor .box .list .boxLeft .boxTop div font {
  font-size: 1.375rem;
  font-weight: 300;
}
.aboutHonor .box .list .boxLeft .boxTop p {
  position: absolute;
  width: 4.6875rem;
  height: 4.6875rem;
  border-radius: 50%;
  background: #f8f8f8;
  top: 0;
  right: -11.125rem;
  display: flex;
  align-items: center;
  border: 1px solid #a0a0a0;
  transform: scale(0.3);
  z-index: 3;
}
.aboutHonor .box .list .boxLeft .boxTop p span {
  display: inline-block;
  margin: auto;
  border-radius: 50%;
  background: #a0a0a0;
}
.aboutHonor .box .list .boxLeft .boxTop p img {
  width: 2.1875rem;
  opacity: 0;
}
.aboutHonor .box .list .boxLeft .boxBottom {
  text-align: right;
  margin-top: 4.0625rem;
}
.aboutHonor .box .list .boxLeft .boxBottom p {
  /* padding: 3.75rem 4.375rem; */
  background-color: #fff;
  display: none;
}
.aboutHonor .box .list .boxLeft .boxBottom p img {
  width: 15.375rem;
}
.aboutHonor .box .list > .active .boxTop div {
  font-weight: 300;
}
.aboutHonor .box .list > .active .boxTop p {
  background: #f5aa0f;
  transform: scale(1);
  border: 0;
}
.aboutHonor .box .list > .active .boxTop p span {
  background: none;
}
.aboutHonor .box .list > .active .boxTop p span img {
  opacity: 1;
}
.aboutHonor .box .list .boxRight {
  width: 50%;
  box-sizing: border-box;
  padding: 2.1875rem 8.4375rem 2.1875rem 9.0625rem;
}
.aboutHonor .box .list .boxRight .main {
  margin-top: 0.5rem;
  max-height: 15rem;
}
.aboutHonor .box .list .boxRight .main .item {
  margin: 15px 0;
  cursor: pointer;
}
.aboutHonor .box .list .boxRight .main .item .top span {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background: #a0a0a0;
  margin-top: 0.75rem;
  margin-right: 0.9375rem;
}
.aboutHonor .box .list .boxRight .main .item .top p {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.875rem;
  width: 90%;
}
.aboutHonor .box .list .boxRight .main .item .bottom {
  padding-left: 1.3125rem;
  box-sizing: border-box;
  width: 38.125rem;
  margin: 2.5rem 0;
  display: none;
}
.aboutHonor .box .list .boxRight .main .item .bottom p {
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
}
.aboutHonor .box .list .boxRight .main .item:hover .top span {
  background-color: #f5aa0f;
}
.aboutHonor .box .list .boxRight .main .active .top span {
  background-color: #f5aa0f;
}
.aboutHonor .box .list .boxRight .main .active .top p {
  color: #f5aa0f;
}
.aboutHonor .box .list .boxRight .main .active .bottom {
  display: block;
}
.aboutHonor .box .list:nth-child(2n) {
  flex-flow: row-reverse;
}
.aboutHonor .box .list:nth-child(2n) .boxLeft {
  padding-left: 9.0625rem;
}
.aboutHonor .box .list:nth-child(2n) .boxLeft::after {
  right: inherit;
  left: -0.0625rem;
}
.aboutHonor .box .list:nth-child(2n) .boxLeft .boxTop {
  text-align: left;
}
.aboutHonor .box .list:nth-child(2n) .boxLeft .boxTop p {
  left: -11.4rem;
  right: initial;
}
.aboutHonor .box .list:nth-child(2n) .boxLeft .boxBottom {
  text-align: left;
}
.aboutHonor .box .list:nth-child(2n) .boxRight .main {
  direction: rtl;
}
.aboutHonor .box .list:nth-child(2n) .boxRight .main .item .top span {
  margin-right: 0;
  margin-left: 0.9375rem;
}
.aboutHonor .box .list:nth-child(2n) .boxRight .main .item .bottom {
  width: auto;
}
.aboutHonor .box .list:nth-child(2n) .boxRight .main .item .bottom p {
  text-align: right;
  direction: ltr;
  padding-left: 3.4375rem;
}
.aboutHonor .box > .active {
  background-color: #f2f2f2;
}

.aboutHonor .box .on {
  background: #f2f2f2;
}
.aboutHonor .box .on .boxLeft .boxTop div {
  font-weight: 300;
}
.aboutHonor .box .on .boxLeft .boxTop p {
  background: #f5aa0f;
  transform: scale(1);
  border: 0;
}
.aboutHonor .box .on .boxLeft .boxTop p span {
  background: none;
}
.aboutHonor .box .on .boxLeft .boxTop p span img {
  opacity: 1;
}
.aboutHonor .box .on .boxLeft .boxBottom p:first-child {
  display: inline-block;
}
.aboutHonor .box .on .boxRight .main .item:first-child .bottom {
  display: block;
}

.aboutHonor .boxMore {
  text-align: center;
  margin-top: 5rem;
  display: none;
}
.aboutHonor .boxMore p {
  font-size: 1rem;
  color: #000;
  display: inline-block;
  cursor: pointer;
}
.aboutHonor .boxMore p img {
  height: 3.125rem;
  transform: rotate(90deg);
  margin-left: 1rem;
}
.layuiForm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.layuiForm .box {
  width: 51.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  max-height: 34.375rem;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  padding: 5rem 3rem;
}
.layuiForm .box > span {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.layuiForm .box .main form .item div {
  width: 47%;
  position: relative;
}
.layuiForm .box .main form .item div input {
  display: block;
  height: 3.75rem;
  background: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  box-sizing: border-box;
  padding-left: 3.4375rem;
}
.layuiForm .box .main form .item div span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.75rem;
  display: inline-block;
  font-size: 1rem;
}
.layuiForm .box .main form .item div span font {
  color: #f5aa0f;
}
.layuiForm .box .main form .item1 {
  margin-top: 2.8125rem;
}
.layuiForm .box .main form .item1 div {
  position: relative;
}
.layuiForm .box .main form .item1 div textarea {
  display: block;
  height: 6.875rem;
  background: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  box-sizing: border-box;
  resize: none;
  padding: 0.3125rem 0 0.3125rem 3.4375rem;
}
.layuiForm .box .main form .item1 div span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 3.75rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.875rem;
}
.layuiForm .box .main form .item1 div span font {
  color: #f5aa0f;
}
.layuiForm .box .main form .btn {
  text-align: center;
  margin-top: 4.375rem;
}
.layuiForm .box .main form .btn input {
  font-size: 1rem;
  color: #fff;
  background-color: #f5aa0f;
  width: 11.25rem;
  height: 3.4375rem;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 1680px) {
	.indexHead .box .nav .navBox .item {
	    padding: 0 0.5rem;
	}
  .indexJoin .box1 {
    margin: -17rem auto 0;
  }
  .indexBrand {
    /* margin-top: 3.6rem; */
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 p {
      font-size: 9rem;
  }
  .indexJoin .box .boxLeft {
    padding-left: 3.25rem;
    padding-right: 0.625rem;
	width: 25%;
  }
  .indexJoin .box .boxRight{
	  width: 75%;
  }
  .indexBrand .box .boxRight h5 {
    margin-top: 4rem;
  }
  .indexJoin .box .boxLeft .boxMain .tit{
	  font-size: 2rem;
  }
  .indexBrand .box .boxRight .link {
    margin-top: 4rem;
  }
  .indexFooter .box .information .item {
    padding: 0 2.125rem;
  }
  .index_foot {
    padding: 3rem 0 4rem;
  }
  .indexSidebar {
    right: 2rem;
  }
  .caseBox2 .box .boxRight .item a .boxBottom {
    padding: 3.75rem 1.875rem 4.625rem;
  }
  .developmentPath {
    padding-bottom: 9.5rem;
  }
  .lpkNews .box1 .boxRight a .img {
    margin-top: 4.75rem;
  }
  .aboutContact1 .box .item img {
    height: 42rem;
  }
  .customMade .box1 .boxB {
    box-sizing: border-box;
    padding: 0 5rem;
  }
  .customMade1 {
    margin-top: 9.625rem;
  }
  .customMade1 .box .item {
    height: 51.875rem;
  }
  .serviceBox .box1 .main .img {
    transform: scale(0.93);
  }
  .indexMarketing2 .box {
    margin-top: 4.5rem;
  }
  .caseBox4 .box .boxLeft .banner {
    margin-top: 21.5rem;
  }
  .indexBanner .pageBox {
    left: 3.25rem;
  }
  .indexBanner .bannerX {
    left: 3.25rem;
  }
  .indexBanner > .swiper-container .swiper-slide .box {
    padding-left: 30rem;
  }
  .indexBanner .downAnimate {
    left: 30rem;
  }
  .indexProduct .boxList {
    left: 3.25rem;
  }
  .indexProduct .boxListTit {
    left: 3.25rem;
  }
  .indexBrand .box .boxLeft .posi {
    left: 3.25rem;
  }
  .caseBox4 .box .boxLeft {
    padding-left: 3.25rem;
  }
  .indexAbout .box .boxRight .text {
    padding: 0 3.75rem 0 2rem;
  }
  .agencyCooperation .box .boxLeft .boxLeftBox {
    height: 35.4375rem;
  }
  .productBox7 .box .boxRight .boxMain {
      margin-top: 2rem;
      padding-top: 2rem;
  }
  .productBox7 .box .boxRight .list p {
      line-height: 2.5rem;
  }
  .productBox7 .box .boxRight > h5 {
      font-size: 3rem;
  }
  .productBox7 .box .boxRight .boxMain div {
      margin-top: 3.1875rem;
  }
  .globalStrategy5 .box .boxRgiht div p img {
      right: 0rem;
  }
}
@media screen and (max-width: 1440px) {
	
	
	.indexProduct .box .swiper-container .item .boxLeft .leftMain .main3 {
	    margin-top: 0;
	}
	.indexFoot .box .boxRight .item {
	    padding: 0 1.8125rem;
	}
	.productBox4 .box {
	    padding: 0 2rem;
	}
  .indexHead .box .nav .navBox .item {
    padding: 0 0.25rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg img {
    left: -6.25rem;
  }
  .indexJoin .box .boxLeft {
    padding-left: 3.25rem;
  }
  .indexJoin .box .boxLeft .boxMain .tit {
    font-size: 2rem;
  }
  .indexBrand .box .boxRight h5 {
    font-size: 2rem;
  }
  .indexBrand .box .boxRight .list {
    margin-top: 2rem;
  }
  .indexBrand .box .boxRight .text {
    margin-top: 3rem;
  }
  .indexBrand .box .boxRight {
    padding: 0 3.5rem;
  }
  .index_foot {
    padding: 2rem 0 ;
  }
  .indexFooter {
    margin-top: 3.3125rem;
  }
  .indexFooter .box .information .item {
    padding: 0 1.125rem;
  }
  .indexFooter .box .information {
    width: 55%;
  }
  .indexFooter .box .information .item {
    padding: 0px 1.125rem;
    width: 33.333%;
    box-sizing: border-box;
  }
  .indexFooter .box .information .item .top2 a {
    height: 2.8125rem;
    display: block;
  }
  .indexBrand .box .boxRight .list .item .top span {
    font-size: 2.5rem;
  }
  .indexFooter .box .information .item .top2 a {
    font-weight: 300;
  }
  .indexHead .box .nav .navBox .item ul li {
    padding-left: 1rem;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right {
    padding-right: 1.1875rem;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .link {
    right: 2.4375rem;
  }
  .indexBanner > .swiper-container .swiper-slide .box {
    padding-left: 22rem;
  }
  .indexBanner .downAnimate {
    left: 32rem;
  }
  .caseBox2 .box .boxRight .item a .boxBottom {
    padding: 3.75rem 1.875rem 2rem;
  }
  .caseBox4 .box .boxLeft {
    padding-left: 5.125rem;
    padding-top: 4.25rem;
  }
  .caseBox4 .box .boxLeft h5 {
    font-size: 2.2rem;
  }
  .caseBox4 .box .boxLeft .banner .left span {
    font-size: 5rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg {
    height: 20rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 .p1 {
      height: 20rem;
  }
  .indexJoin .box .boxLeft .boxMain {
    margin-top: 4.875rem;
  }
  .indexAbout {
    padding-bottom: 13.625rem;
  }
  .globalStrategy4 {
    padding: 1px 0 10.25rem;
  }
  .globalStrategy5 .box .boxRgiht {
    padding-left: 5.3125rem;
    padding-top: 4rem;
  }
  .globalStrategy5 .box .boxRgiht div p img {
    margin-top: 5rem;
  }
  .globalStrategy5 .box .boxRgiht div {
    margin-top: 3.3125rem;
  }
  .globalStrategy6 {
    margin-top: 7rem;
  }
  .box_box .boxT h5 {
    font-size: 2.2rem;
  }
  .globalStrategy2 {
    margin-top: 6rem;
  }
  .globalStrategy5 {
    margin-top: 6rem;
  }
  .globalStrategy6 .box {
    padding: 6rem 0;
  }
  .globalStrategy6 .box2 {
    margin-top: 6.4375rem;
    padding-bottom: 7.5625rem;
  }
  .globalStrategy5 .box .boxRgiht div p img {
    right: -2.6rem;
  }
  .aboutHonor .box .list .boxRight {
    padding: 2.1875rem 4rem 2.1875rem 6rem;
  }
  .aboutHonor .box .list:nth-child(2n) .boxRight {
    padding: 2.1875rem 6rem 2.1875rem 4rem;
  }
  .aboutHonor .box {
    margin-top: 8.375rem;
  }
  .aboutHonor .box .list .boxRight .main .item .top p {
    font-size: 1.2rem;
  }
  .aboutHonor .box .list .boxLeft {
    padding: 2.1875rem 6rem 2.1875rem 0;
  }
  .aboutHonor .box .list:nth-child(2n) .boxLeft {
    padding: 2.1875rem 0rem 2.1875rem 6rem;
  }
  .aboutHonor .box .list .boxLeft .boxTop p {
    right: -8.4rem;
  }
  .aboutHonor .box .list:nth-child(2n) .boxLeft .boxTop p {
    left: -8.4rem;
  }
  .lpkNews .box1 .boxRight a .bottom p {
    margin-top: 4.25rem;
  }
  .lpkNews1 .box .item a .bottom h5 {
    font-size: 1.5rem;
  }
  .aboutContact1 .box .item img {
    height: 35rem;
  }
  .aboutContact1 .box .item > div {
    height: 35rem;
  }
  .customMade .box .boxT h5 {
    font-size: 2.5rem;
  }
  .customMade .box1 .boxB .right {
    width: 58%;
  }
  .customMade .box1 .boxB .right div {
    margin-top: 4.25rem;
  }
  .customMade1 .box .item {
    height: 45.875rem;
  }
  .customMade1 .box .item .boxRight .main {
    top: 7.75rem;
  }
  .serviceBox .box .boxT h5 {
    font-size: 2.5rem;
  }
  .serviceBox .box1 .main .list .item .right h5 {
    font-size: 1.6rem;
  }
  .serviceBox .box1 .main .img {
    transform: scale(0.65);
  }
  .serviceBox .box1 .main .list .item1 {
    top: 8.0625rem;
  }
  .serviceBox .box1 .main .list .item3 {
    top: 35.875rem;
  }
  .serviceBox .box1 .main .list .item4 {
    top: 8.0625rem;
  }
  .serviceBox .box1 .main .list .item6 {
    top: 35.875rem;
  }
  .insidePageBanner .box .main h5 {
    font-size: 2.5rem;
  }
  .agencyCooperation .box .boxLeft .boxLeftBox {
    height: 30.4375rem;
  }
  .agencyCooperation .box .boxLeft ul li {
    margin: 1rem 0;
  }
  .agencyCooperation .box .boxLeft ul li .right h5 {
    font-size: 1.2rem;
  }
  .agencyCooperation .box .boxLeft ul li .right {
    padding: 0 1.5625rem 0 1.8125rem;
  }
  .agencyCooperation1 .box .item .top h5 {
    font-size: 1.4rem;
  }
  .agencyCooperation2 .box .item1 {
    display: none;
  }
  .agencyCooperation2 .box .item {
    font-size: 1.1rem;
  }
  .agencyCooperation3 .box .item .left {
    font-size: 1.3rem;
  }
  .indexMarketing2 .box .boxLeft .list {
    padding-top: 2rem;
  }
  .indexMarketing2 .box .boxLeft h5 {
    font-size: 2.5rem;
  }
  .indexBanner > .swiper-container .swiper-slide .box .main div {
    font-size: 3rem;
  }
  .indexProduct .boxListTit h5 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1366px) {
	.indexProduct .box .swiper-container .item {
	    height: calc(100vh );
	}
	
	.indexMarketing3 .box .item .bottom {
	    font-size: 4.8rem;
	}
	.indexMarketing3 .box1 .item .bottom {
	   font-size: 4.8rem;
	}
	.indexFoot .box .boxRight .item {
	    padding: 0 1.8125rem;
	}
	.indexHead .box .nav .information {
	    width: 18.875rem;
	}
	.productBox7 .box .boxRight .boxMain {
	    margin-top: 3rem;
	    padding-top: 2.4375rem;
	}
	.productBox7 .box .boxRight .list p {
	    line-height: 3rem;
	}
	.productBox7 .box .boxRight .boxMain div {
	    margin-top: 4.1875rem;
	}
	.indexHead .box .nav .navBox .item > a {
	    font-size: 16px;
	}
  .indexAbout .box .boxRight .link {
    margin-top: 2.5rem;
  }
  .globalStrategy1 .box .boxRight .text h5 {
    font-size: 2.5rem;
  }
  .developmentPath .box .boxLeft .list ul .active {
    font-size: 1.4rem;
  }
  .lpkNews .box1 .boxLeft .boxBot .posi p {
    font-size: 1.5rem;
  }
  .aboutContact .box .item .div3 p {
    font-size: 1.2rem;
  }
  .aboutContact .box .item .div1 .box_ p a {
    font-size: 1.3rem;
  }
  .aboutContact .box .item .posi {
    width: 13.5625rem;
  }
  .serviceBox .box1 .main .img {
    transform: scale(0.67);
  }
  .serviceBox1 .box1 .boxBanner .swiper-slide {
    width: 34rem;
  }
  .agencyCooperation4 {
    margin-top: 6.375rem;
  }
  .caseBox2 .box .boxLeft a .posi .flexStart div {
    line-height: 1.5625rem;
  }
}
@media screen and (max-width: 1280px) {
  .indexHead .box .nav .navBox .item > a {
    font-size: 16px;
  }
  .indexHead .box .nav .navBox .item ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .serviceBox1 .box1 .boxBanner .swiper-slide {
    width: 30rem;
  }
}
@media screen and (max-width: 1024px) {
	.indexBanner{
		margin-top: 105px;
	}
	.indexBanner > .swiper-container .swiper-slide .phone{
		/* height: calc(100vh - 105px); */
	}
	.serviceBox .box1 .main .list .item4 .right{
		text-align: left;
	}
	.serviceBox .box1 .main .list .item5 .right{
		text-align: left;
	}
	.serviceBox .box1 .main .list .item6 .right{
		text-align: left;
	}
	.phoneNav .box1 .bottom {
		justify-content: center;
	}
	
	/* .productBox4 .box .boxLeft{
		display: none;
	}
	.productBox4 .box .boxRight{
		display: none;
	} */
	.productBox4 .box .boxCenter a{
		display: none;
	}
	.productBox4 .box .boxCenter .active{
		display: block;
	}
	.productBox4 .box .boxCenter{
		margin: auto;
	}
  .indexHead .box .phoneCall {
    display: flex;
    padding-top: 2.6875rem;
  }
  .indexHead .box .right {
    padding-top: 0.3125rem;
  }
  .indexHead .box .menu img {
    filter: invert(100%);
    width: 3rem;
  }
  .indexHead .box .nav {
    display: none;
  }
  .indexBanner .downAnimate {
    left: 26rem;
    bottom: 5rem;
  }
  .indexBanner .bannerX {
    bottom: 3.9375rem;
  }
  .indexProduct::after {
    width: 19.25rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 p {
    font-size: 9rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 {
    margin-bottom: 2rem;
  }
  .indexProduct .sceneDiagram h5 {
    font-size: 1.5rem;
  }
  .indexProduct .sceneDiagram {
    right: 7.25rem;
	display: none;
  }
  .indexProduct .box .swiper-container .item > p {
    right: 8.5rem;
  }
  .indexJoin .box1 {
    margin: 0;
  }
  .indexBrand {
    margin-top: 0;
  }
  .indexBrand .box .boxLeft {
    width: 100%;
  }
  .indexBrand .box .boxRight {
    width: 100%;
    padding-bottom: 5rem;
  }
  .indexBrand .box .boxRight .list .item {
    width: 25%;
    margin-top: 2.25rem;
  }
  .indexFoot {
    display: none;
  }
  .indexFooter .box .ewm {
    display: none;
  }
  .indexFooter .box .information {
    width: 65%;
  }
  .productBox2 .box {
    position: relative;
  }
  .productBox2 .box .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .productBox2 .box .right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .productBox2 .box .center {
    width: 100%;
  }
  .productBox3 .box .boxLeft {
    width: 100%;
  }
  .productBox3 .box .boxRight {
    width: 100%;
  }
  .productBox3 .box .boxRight {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .productBox3 .box .boxRight .item {
    width: 25.6%;
  }
  .productBox7 .box .boxLeft {
    width: 100%;
  }
  .productBox7 .box .boxRight {
    width: 100%;
    margin-top: 3rem;
    padding: 0 2.3rem;
  }
  .caseBox2 .box .boxRight .item a .boxBottom .link {
    margin-top: 3rem;
  }
  .caseBox2 .box .boxRight .item a .boxBottom {
    padding: 3.3rem 1.875rem 2rem;
  }
  .caseBox4 .box .boxLeft {
    padding-left: 2.8rem;
    padding-top: 2.25rem;
  }
  .caseBox4 .box .boxLeft .banner {
    margin-top: 18.5rem;
  }
  .productBox5 .box .center span {
    font-size: 1.2rem;
  }
  .indexAbout .box .boxLeft > img {
    margin-left: 0;
  }
  .indexAbout .box .boxRight {
    width: 57%;
  }
  .indexAbout .box .boxLeft .posi {
    right: -2.375rem;
    bottom: 1.625rem;
  }
  .indexAbout {
    padding-bottom: 8.625rem;
  }
  .globalStrategy5 .box .boxRgiht div p img {
    display: none;
  }
  .globalStrategy2 .box .boxRight h5 {
    padding-top: 0rem;
  }
  .globalStrategy2 .box .boxRight div {
    margin-top: 3.3125rem;
  }
  .globalStrategy4 .box {
    padding: 0 2.25rem;
  }
  .globalStrategy5 .box .boxRgiht {
    padding-left: 4.3125rem;
    padding-top: 2rem;
  }
  .globalStrategy6 .box2 {
    padding-left: 25.375rem;
    padding-right: 16rem;
  }
  .developmentPath {
    padding-top: 6.375rem;
  }
  .developmentPath .box .boxLeft {
    width: 16%;
  }
  .developmentPath .box .boxRight {
    width: 84%;
  }
  .aboutHonor {
    padding-top: 6.375rem;
  }
  .lpkNews {
    padding-top: 6.375rem;
  }
  .lpkNews .box1 .boxRight a .img {
    margin-top: 2.75rem;
  }
  .lpkNews .box1 .boxRight a .bottom p {
    margin-top: 3.25rem;
  }
  .caseBox3 {
    margin-top: 4.25rem;
  }
  .productBox4 {
    margin-bottom: 4.25rem;
  }
  .aboutVideo > .box .item a .bottom {
    font-size: 1.2rem;
  }
  .lpkNews2 {
    padding-top: 14rem;
  }
  .aboutVideo {
    padding-top: 6.375rem;
  }
  .aboutContact {
    padding-top: 6.375rem;
  }
  .aboutContact1 .box .item img {
    height: 26rem;
  }
  .aboutContact1 .box .item > div {
    height: 26rem;
  }
  .customMade1 .box .item {
    height: 36.875rem;
  }
  .customMade1 .box .item .boxRight .main {
    top: 2.75rem;
    left: 3.25rem;
  }
  .customMade1 .box .item .boxRight .main .text {
    margin-top: 4.25rem;
  }
  .customMade1 .box .item .boxRight .main .link {
    margin-top: 5.75rem;
  }
  .customMade2 .box1 > div {
    padding: 0 2rem;
  }
  .customMade2 .box1 > div .bannerLeft {
    top: 2.25rem;
  }
  .customMade2 .box1 > div .bannerRight {
    top: 2.25rem;
  }
  .customMade2 {
    padding: 6.3125rem 0 0;
  }
  .customMade4 .box1 .right {
    width: 74%;
  }
  .serviceBox {
    margin-top: 6.375rem;
  }
  .serviceBox .box1 .main .img {
    display: none;
  }
  .serviceBox .box1 .main .list .item {
    position: relative;
    left: 0;
    top: 0;
    justify-content: flex-start;
    padding-left: 5rem;
  }
  .serviceBox .box1 .main .list .item4 {
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
  .serviceBox .box1 .main .list .item4 .right {
    margin-left: 1.5625rem;
  }
  .serviceBox .box1 .main .list .item5 {
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
  .serviceBox .box1 .main .list .item5 .right {
    margin-left: 1.5625rem;
  }
  .serviceBox .box1 .main .list .item6 {
    flex-flow: row-reverse;
    justify-content: flex-end;
  }
  .serviceBox .box1 .main .list .item6 .right {
    margin-left: 1.5625rem;
  }
  .serviceBox .box1 .main .list .item .right p {
    width: 80%;
  }
  .serviceBox .box1 .main .list .item .number {
    top: 1.375rem;
    left: 0;
    right: inherit;
  }
  .aboutContact .box {
    margin-top: 6.125rem;
  }
  .aboutContact .box .item h5 {
    margin-bottom: 3rem;
  }
  .agencyCooperation .box .boxLeft .boxLeftBox {
    height: 22.4375rem;
  }
  .agencyCooperation2 .box {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 0;
  }
  .agencyCooperation2 .box .item {
    width: 31.3%;
    margin-bottom: 1.25rem;
  }
  .agencyCooperation2 .box .item2 {
    display: none;
  }
  .agencyCooperation2 .box .item3 {
    display: none;
  }
  .agencyCooperation4 .box .list .item {
    width: 48%;
  }
  .agencyCooperation4 .box .list .item .address {
    width: 80%;
  }
  .agencyCooperation4 .box .list .item .address .layui-input-inline {
    width: 10rem;
  }
  .serviceBox5 .box1 .item {
    width: 100%;
  }
  .serviceBox3 .box1 .boxleft {
    padding-top: 4.25rem;
  }
  .serviceBox3 .box1 .boxRight {
    width: 100%;
    margin-top: 0rem;
    padding-bottom: 2.5rem;
  }
  .serviceBox4 > .box0 .list ul li a p {
    font-size: 1rem;
  }
  .serviceBox4 > .box0 .list ul li a p:nth-child(1) {
    width: 16%;
  }
  .serviceBox4 > .box0 .boxTit p:nth-child(1) {
    width: 16%;
  }
  .serviceBox4 > .box0 .list ul li a p:nth-child(2) {
    width: 16%;
  }
  .serviceBox4 > .box0 .boxTit p:nth-child(2) {
    width: 16%;
  }
  .productBox5 .box .left {
    font-size: 2.5rem;
  }
  .serviceBox5 {
    padding: 6.375rem 0 1px;
  }
  .agencyCooperation {
    padding-top: 6.375rem;
  }
  .indexMarketing .box .item a .bottom {
    font-size: 1.3rem;
  }
  .indexMarketing1 .box .boxRight {
    padding: 5rem 5rem 0;
  }
  .indexMarketing1 .box .boxRight .item1 {
    padding-top: 0;
  }
  .indexMarketing1 .box .boxRight .item .right {
    width: 87%;
  }
  .indexMarketing2 .box .boxLeft h5 {
    padding-top: 0;
  }
  .indexMarketing3 .box {
    justify-content: space-around;
  }
  .indexMarketing3 .box .item {
    width: 33.33%;
    margin-bottom: 1.25rem;
  }
  .indexMarketing3 .box .item0 {
    width: 33.33%;
    margin-bottom: 1.25rem;
  }
  .indexMarketing3 .box1 {
    margin-top: 0rem;
  }
  .indexMarketing3 .box1 {
    justify-content: space-around;
  }
  .indexMarketing3 .box1 .item0 {
    width: 33.33%;
    margin-bottom: 1.25rem;
  }
  .indexMarketing3 .box1 .item {
    width: 33.33%;
    margin-bottom: 1.25rem;
  }
  .indexSidebar {
    bottom: -27rem;
  }
  .indexSidebarOn {
    bottom: 6rem;
  }
  .phoneNav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 99;
    padding-top: 7rem;
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .phoneNav > span {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    font-size: 2.5rem;
  }
  .phoneNav .box {
    padding-left: 5rem;
  }
  .phoneNav .box .item {
    position: relative;
  }
  .phoneNav .box .item:hover ul {
    transform: translateX(0%);
    height: auto;
  }
  .phoneNav .box .item > a {
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #000;
	display: inline-block;
  }
  .phoneNav .box .item ul {
    padding-bottom: 0.625rem;
    transform: translateX(-110%);
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
	padding: 0;
  }
  .phoneNav .box .item ul li a {
    font-size: 1rem;
    color: #666;
    padding-left: 1rem;
    line-height: 2.1875rem;
    display: inline-block;
  }
  .phoneNav .box .active > a {
    color: #f5aa0f;
  }
  .phoneNav .box1 {
    padding-left: 0rem;
    margin-top: 3rem;
  }
  .phoneNav .box1 input[type='text'] {
    background: #f5f5f5;
    display: block;
    height: 3.125rem;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0 1rem;
    width: 17.75rem;
    border: 0;
  }
  .phoneNav .box1 a input {
    display: block;
    width: 3.125rem;
    height: 3.125rem;
    border: 0;
    background: #000 url(../images/search.png) no-repeat 50% 50%;
  }
  .phoneNavOn {
    transform: translateX(0%);
  }
  .indexAbout {
    padding-top: 6.375rem;
  }
  .globalStrategy {
    margin-top: 6.375rem;
  }
  .searchBox {
    display: none !important;
  }
  .developmentPath .box .boxRight .maim .boxItem .boxTop .item {
      width: auto;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox{
	  justify-content: flex-start;
	  padding-left: 3.25rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main2{
	display: none;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg {
      position: inherit;
      top: 0;
      left: 0;
      transform: translateX(0%) translateY(0%);
	  width: 100%;
	  height: 22rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg img{
	  left: 0;
	  margin: auto;
  }
  .indexProduct .box .swiper-container .item .boxRight{
	  display: none;
  }
  .indexProduct .box .swiper-container .item > p{
	  display: none;
  }
 .indexProduct .boxListTit {
     position: relative;
     bottom: 0rem;
	 padding-bottom: 3rem;
 }
 .indexProduct .box .swiper-container .item .boxLeft .leftMain .main3 {
   top: 4rem;
   position: absolute;
   right: 2rem;
   margin-top: 0;
 }
 .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .center {
     margin: 1.25rem 0 0;
 }
 .indexProduct .boxListTit h5 {
     font-size: 2rem;
 }
}
@media screen and (max-width: 768px) {
	
	
	
	.lpkNews1 .box .item a .bottom h5{
		height: auto;
	}
	.lpkNews1 .box .item a .bottom div {
	    margin-top: 1rem;
	}
	.lpkNews1 .box .item a .bottom > p {
	    margin-top: 2.125rem;
	}
  .indexBanner > .swiper-container .swiper-slide .phone {
    display: block;
	object-fit: cover;
	height: auto;
  }
  .indexBanner > .swiper-container .swiper-slide .pc {
    display: none;
  }
  .indexBanner .downAnimate a .right {
    display: none;
  }
  .indexBanner .bannerX {
    display: none;
  }
  .indexBanner .pageBox {
    height: auto;
    bottom: 3rem;
    top: inherit;
	opacity: 0;
  }
  .indexBanner .downAnimate{
	  display: none;
  }
  .indexBanner .upDown {
      bottom: 1.2rem;
  }
  .indexBanner > .swiper-container .swiper-slide .box .main {
      top: 0rem;
  }
  .indexBanner > .swiper-container .swiper-slide .box {
    padding: 0 2rem;
  }
  .indexBanner .upDown {
    right: 3.4375rem;
  }
  .indexBanner > .swiper-container .swiper-slide .box .main p {
      margin-top: 2.0625rem;
  }
  .indexProduct {
    background: #f8f8f8;
  }
  .indexProduct .boxList {
    position: inherit;
  }
  .indexProduct::after {
    display: none;
  }
  .indexProduct .box .swiper-container .item .boxLeft {
    width: 100%;
    padding-left: 0;
    margin-top: 5rem;
  }
  .indexProduct .box .swiper-container .item .boxRight {
    position: inherit;
    width: 100%;
  }
  .indexProduct .box .swiper-container .item {
    height: auto;
  }
  .indexProduct .box .swiper-container .item .boxLeft {
    background: none;
  }
  .indexProduct .boxList ul li {
    display: inline-block;
  }
  .boxLeft .leftMain .productimg img {
    left: -10.25rem;
  }
  .indexProduct .box .swiper-container .item > p {
    top: inherit;
    bottom: 18rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .right font {
    margin: 0 1rem;
  }
  .indexJoin .box .boxLeft {
    padding: 0 3.25rem;
    width: 100%;
  }
  .indexJoin .box .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .indexJoin .box .boxLeft .boxMain h6 {
    margin-bottom: 3.3125rem;
  }
  .indexFooter .box .three {
    display: none;
  }
  .indexFooter .box .information {
    width: 100%;
  }
  .indexFooter .box {
    border-top: 0;
  }
  .indexFooter {
    margin-top: 0;
  }
  .indexBrand {
    margin-bottom: 0rem;
  }
  .index_foot .box .left {
    width: 100%;
  }
  .index_foot .box .right {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  .productBox2 .box .center {
    display: none;
  }
  .productBox1 .box .item {
    padding: 0 1.5rem;
  }
  .productBox2 .box1 {
    display: flex;
  }
  .productBox2 .box1 .item {
    width: 31.333%;
    box-sizing: border-box;
    margin: 0 1% 1rem;
  }
  .productBox2 .box1 .item select {
    display: block;
    width: 100%;
    height: 3rem;
    border: 1px solid #ddd;
    padding: 0 0.625rem;
    font-size: 1rem;
  }
  .productBox3 {
    margin-top: 4.4375rem;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center {
    margin-top: 2.1875rem;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .left {
    width: 100%;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right {
    padding-right: 0;
    width: 100%;
    margin-top: 2rem;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .img {
    width: 100%;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .link {
    right: 0;
  }
  .productBox3 .box .boxRight .item {
    width: 50%;
  }
  .productBox4 .box .item {
    width: 50%;
  }
  .productBox4 .box .boxLisst .item:nth-child(1) {
    background-color: #f8f8f8 !important;
  }
  .productBox4 .box .boxLisst .item:nth-child(2) {
    background-color: #fff !important;
  }
  .productBox4 .box .boxLisst .item:nth-child(3) {
    background-color: #fff !important;
  }
  .productBox4 .box .boxLisst .item:nth-child(4) {
    background-color: #f8f8f8 !important;
  }
  .productBox7 {
    width: 94%;
    margin: 3.4375rem auto 0;
  }
  .caseBox2 {
    margin-top: 4.4375rem;
  }
  .caseBox2 .box .boxLeft {
    width: 100%;
  }
  .caseBox2 .box .boxRight {
    display: none;
  }
  .caseBox2 .box1 .item {
    width: 48.5%;
  }
  .caseBox2 .box1 .item:nth-child(3) {
    display: none;
  }
  .caseBox2 .box1 .item a .boxBottom {
    padding: 3.75rem 1.875rem 4.625rem;
  }
  .caseBox4 {
    margin-top: 5.4375rem;
  }
  .caseBox4 .box .boxLeft {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2.8rem;
  }
  .caseBox4 .box .boxLeft .banner .rigth font {
    display: inline-block;
    margin: 0 1rem;
    outline: none;
  }
  .caseBox4 .box .boxLeft .banner {
    margin-top: 0.5rem;
    padding-right: 0;
    position: relative;
    bottom: -6rem;
    z-index: 11;
  }
  .caseBox4 .box .boxLeft .banner span {
    color: #fff;
  }
  .caseBox4 .box .boxLeft .banner font {
    color: #fff;
  }
  .caseBox4 .box .boxRight {
    width: 100%;
	margin-top: -4rem;
  }
  .caseBox4 .box .boxLeft .banner .rigth span:hover {
    color: #fff;
  }
  .caseBox5 {
    margin-top: 5.25rem;
  }
  .indexAbout .box .boxLeft {
    width: 100%;
    padding-top: 3rem;
  }
  .indexAbout .box .boxLeft .posi {
    display: none;
  }
  .indexAbout .box .boxRight {
    width: 100%;
  }
  .indexAbout .box {
    margin-top: 0rem;
  }
  .indexAbout .box .boxRight .text {
    padding: 0 ;
  }
  .indexAbout .box .boxRight .top img {
    left: 0rem;
    margin-top: 2rem;
    width: 100%;
  }
  .indexAbout .box .boxRight .link {
    padding: 0;
  }
  .globalStrategy1 .box .boxLeft {
    display: none;
  }
  .globalStrategy1 .box .boxRight {
    width: 100%;
  }
  .globalStrategy1 {
    padding: 4.75rem 0 6rem;
  }
  .globalStrategy1 .box .boxRight .text div {
    width: 100%;
  }
  .globalStrategy2 {
    width: 94%;
    margin: auto;
  }
  .globalStrategy2 .box .boxLeft {
    width: 100%;
  }
  .globalStrategy2 .box .boxLeft img {
    width: 100%;
  }
  .globalStrategy2 .box .boxRight {
    width: 100%;
    margin-top: 2rem;
  }
  .globalStrategy2 .box .boxRight div {
    width: 100%;
  }
  .globalStrategy3 {
    width: 94%;
    margin: 5.625rem auto 0;
  }
  .globalStrategy3 .item {
    width: 50%;
  }
  .globalStrategy3 .item:last-child {
    display: none;
  }
  .globalStrategy4 .box {
    margin-top: 0;
    padding: 0;
  }
  .globalStrategy4 .box .boxLeft {
    width: 100%;
    padding-top: 5.5625rem;
  }
  .globalStrategy4 .box .boxLeft div {
    width: 100%;
  }
  .globalStrategy4 .box .boxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 5rem;
  }
  .globalStrategy5 .box .boxLeft {
    width: 100%;
  }
  .globalStrategy5 .box .boxRgiht {
    width: 100%;
    padding-left: 0;
    padding-top: 4rem;
  }
  .globalStrategy6 .box {
    width: 94%;
    margin: auto;
  }
  .globalStrategy6 .box .boxLeft {
    display: none;
  }
  .globalStrategy6 .box .boxRight {
    width: 100%;
    padding-right: 0;
  }
  .globalStrategy6 .box1 {
    width: 94%;
    margin: auto;
  }
  .globalStrategy6 .box {
    padding: 4rem 0;
  }
  .globalStrategy6 .box2 {
    padding-left: 0rem;
    padding-right: 0rem;
    width: 94%;
    margin: 5rem auto 0;
  }
  .globalStrategy6 .box2 div {
    margin-top: 3.3125rem;
  }
  .developmentPath .box {
    margin-top: 6.75rem;
  }
  .aboutHonor .box .list .boxLeft .boxTop p {
    display: none;
  }
  .aboutHonor .box .list .boxLeft::after {
    display: none;
  }
  .aboutHonor .box {
    width: 94%;
    margin: 5rem auto 0;
  }
  .aboutHonor .box .list {
    margin-bottom: 1rem;
  }
  .aboutHonor .box .list .boxLeft {
    padding: 0;
    width: 100%;
  }
  .aboutHonor .box .list .boxRight {
    padding: 0;
    width: 100%;
  }
  .aboutHonor .box .list .boxLeft .boxTop {
    text-align: left;
  }
  .aboutHonor .box .list:nth-child(2n) {
    flex-flow: wrap;
  }
  .aboutHonor .box .list:nth-child(2n) .boxRight .main {
    direction: unset;
  }
  .aboutHonor .box .list:nth-child(2n) .boxLeft {
    padding: 0;
  }
  .aboutHonor .box .list:nth-child(2n) .boxRight {
    padding: 0;
  }
  .aboutHonor .box .list .boxLeft .boxBottom {
    text-align: left;
  }
  .aboutHonor .box .list .boxLeft .boxBottom {
    margin-top: 0;
  }
  .aboutHonor .box .list:nth-child(2n) .boxRight .main .item .bottom p {
    text-align: left;
    padding-left: 0;
  }
  .lpkNews .box1 .boxLeft {
    width: 100%;
  }
  .lpkNews .box1 .boxRight {
    display: none;
  }
  .lpkNews1 .box .item {
    width: 48%;
  }
  .lpkNews1 .box .item:nth-child(2n) {
    margin-right: 0%;
  }
  .lpkNews1 .box .item:nth-child(2n-1) {
    margin-right: 4% !important;
  }
  .lpkNews3 .box .main .item {
    width: 48%;
    margin-right: 4%;
  }
  .lpkNews3 .box .main .item:nth-child(2n) {
    margin-right: 0% !important;
  }
  .lpkNews3 .box .main .item:last-child {
    display: none;
  }
  .lpkNews3 {
    margin-bottom: 0;
  }
  .lpkNews2 .box .main {
    padding-bottom: 5.1875rem;
  }
  .aboutVideo > .box {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5.8125rem;
  }
  .aboutVideo > .box .item {
    width: 48%;
    margin-right: 0% !important;
  }
  .layerVideo .box {
    max-width: 70%;
  }
  .aboutContact .box .item {
    width: 33.333%;
	height: 28rem;
  }
  .aboutContact .box .item .div1 .box_{
	  margin-bottom: 1.2rem;
  }
  .aboutContact .box .item .div1{
	  margin-bottom: 0;
  }
  .aboutContact1 {
    margin-bottom: 0.625rem;
  }
  .customMade .box1 .boxB {
    padding: 0;
    margin-top: 5.6875rem;
  }
  .customMade .box1 .boxB .left {
    width: 100%;
  }
  .customMade .box1 .boxB .left p {
    display: none;
  }
  .customMade .box1 .boxB .right {
    width: 100%;
    margin-top: 4rem;
  }
  .customMade1 .box {
    width: 94%;
    margin: auto;
  }
  .customMade1 .box .item {
    height: auto;
    width: 100%;
  }
  .customMade1 .box .item .boxLeft {
    width: 100%;
    display: none;
  }
  .customMade1 .box .item .boxRight {
    position: initial;
    width: 100%;
    opacity: 1;
  }
  .serviceBox .box1 .main .list .item {
    margin-bottom: 2rem;
  }
  .serviceBox .box1 .main .list .item .number {
    opacity: 1;
  }
  .serviceBox .box1 .main .list .item .left {
    background-color: #f5aa0f;
  }
  .serviceBox .box1 .main .list .item .left img {
    filter: invert(0%);
  }
  .serviceBox .box1 .main .list .item .right {
    width: 80%;
  }
  .serviceBox .box1 .main .list .item .right p {
    opacity: 1;
  }
  .serviceBox1 .box1 .boxBanner .swiper-slide .item {
    height: auto;
    text-align: center;
    display: block;
  }
  .serviceBox1 .box1 .boxBanner .swiper-slide .item img {
    width: 50%;
  }
  .serviceBox2 .box2 {
    padding: 0 0 6.25rem;
  }
  .serviceBox3 {
    padding: 6.375rem 0 0;
  }
  .productBox5 {
    padding-top: 11rem;
  }
  .serviceBox4 > .box0 .list {
    margin: 2.5rem 0;
  }
  .serviceBox4 > .box0 .list ul li a p {
    line-height: 2.25rem;
    width: 50% !important;
    padding-left: 1.25rem;
    margin: 0rem 0;
  }
  .serviceBox5 .box1 {
    margin-top: 6.4375rem;
  }
  .agencyCooperation4 .box .list .item {
    width: 100%;
  }
  .agencyCooperation1 .box .item {
    width: 48.5%;
  }
  .agencyCooperation .box .boxLeft {
    width: 100%;
  }
  .agencyCooperation .box .boxRight {
    width: 100%;
  }
  .agencyCooperation .box .boxLeft .boxLeftBox {
    height: 31.4375rem;
    padding-right: 0;
  }
  .indexMarketing1 .box .boxLeft {
    width: 100%;
  }
  .indexMarketing1 .box .boxRight {
    width: 100%;
    padding-bottom: 5rem;
  }
  .indexMarketing2 .box .item {
    padding: 0 0 3.75rem 0;
  }
  .indexMarketing2 .box .item:nth-child(2) {
    flex-flow: column-reverse;
  }
  .indexMarketing2 .box .boxLeft {
    width: 100%;
  }
  .indexMarketing2 .box .boxRight {
    width: 100%;
    margin-top: 3rem;
  }
  .indexMarketing2 .box .item:nth-child(2) .boxLeft {
    padding: 0 2.1875rem 0 5.3125rem;
  }
  .indexMarketing2 {
    padding-bottom: 1.6875rem;
  }
  .indexMarketing3 .box {
    justify-content: space-between;
  }
  .indexMarketing3 .box .item {
    width: 49%;
  }
  .indexMarketing3 .box .item0 {
    width: 49%;
  }
  .indexMarketing3 .box1 {
    justify-content: space-between;
  }
  .indexMarketing3 .box1 .item {
    width: 49%;
  }
  .indexMarketing3 .box1 .item0 {
    width: 49%;
  }
  .indexMarketing4 .box .item a .top img {
    max-width: 65%;
  }
  .indexMarketing4 {
    margin-bottom: 1.625rem;
  }
  .indexSidebar {
    bottom: -10rem;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
  }
  .indexSidebar .item {
    width: 25%;
  }
  .indexSidebar .item a .top img {
    height: 1.5625rem;
  }
  .indexSidebarOn {
    bottom: 0rem;
  }
  body {
    padding-bottom: 6.5625rem;
  }
  .productBox7 .box .boxRight .boxMain p {
    padding-right: 0;
  }
  .customMade {
    margin-top: 6.375rem;
  }
  .serviceBox4 > .box0 .boxTit p {
    width: 50% !important;
    padding-left: 1.25rem;
  }
  .customMade3 {
    padding-top: 6.6875rem;
  }
  .customMade3 .box .titem {
    width: 31.333%;
    margin: 0 1%;
  }
  .customMade3 .box {
    padding-right: 0;
  }
  .customMade4 .box {
    padding-right: 0;
  }
  .layuiForm .box {
    width: 80%;
  }
  .indexSidebar .item a:hover::after {
    opacity: 0;
  }
  .caseBox5 .box .banner .swiper-slide .item a .boxBottom .link {
      margin-top: 3rem;
  }
  .caseBox5 .box .banner .swiper-slide .item a .boxBottom {
      padding: 3.75rem 1.875rem 3.625rem;
  }
  .aboutContact1 .box .item{
	  width: 100%;
	   height: 30rem;
	   margin-bottom: 0.625rem;
  }
  .aboutHonor .box .list:nth-child(2n) .boxRight .main .item .top span {
      margin-right: 1rem;
      margin-left: 0;
  }
}
@media screen and (max-width: 414px) {
	.indexBanner{
		margin-top: 88px;
	}
+	.indexBanner > .swiper-container .swiper-slide .phone{
		/* height: calc(100vh - 88px); */
	}
	.indexBanner > .swiper-container .swiper-slide > img{
		height: calc(100vh -88px);
	}
	.caseBox4 .box .boxRight {
	    margin-top: -1rem;
	}
  .indexHead .box .logo a img {
    height: 65px;
  }
  .indexHead .box .phoneCall {
    padding-top: 2.3rem;
  }
  .indexBanner > .swiper-container .swiper-slide .box .main div {
    font-size: 2rem;
  }
  .indexBanner .pageBox .main div::after {
    top: 7px;
  }
  .indexBanner .downAnimate {
    left: 13rem;
  }
  .indexBanner .upDown {
    right: 1.4375rem;
  }
  .indexProduct .boxList ul li {
    margin-bottom: 1rem;
  }
  .indexSidebar .item {
    margin: 0.2rem 0;
  }
  .indexProduct .boxListTit h5 {
    font-size: 1.6rem;
  }
  .indexProduct .boxListTit h6 {
    font-size: 1.3rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg img {
    left: 0;
  }
  .indexProduct .box .swiper-container .item .boxLeft {
    padding-top: 4rem;
  }
  .indexProduct .box .swiper-container .item > p {
    bottom: 10rem;
    right: 1.5rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main3 {
    margin: 2rem 0;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .productimg img {
      max-width: 88%;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox {
      padding-left: 0.25rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .right {
    margin-top: 0.875rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox {
    justify-content: flex-start;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left {
    margin-left: 2rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 {
    padding: 6rem 0;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main2 p {
    font-size: 6rem;
  }
  .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .bottom {
    display: none;
  }
  .indexJoin .box .boxLeft .boxMain {
    margin-top: 2.875rem;
  }
  .indexJoin .box1 .item {
    width: 50%;
  }
  .indexJoin .box1 .item a .boxBottom .left h5 {
    font-size: 1.2rem;
  }
  .indexProduct .boxList h5 {
    font-size: 1.5rem;
  }
  .indexJoin .box .boxLeft .boxMain h5 {
    font-size: 1.5rem;
  }
  .indexJoin .box .boxLeft .boxMain .tit {
    font-size: 1.3rem;
  }
  .indexJoin .box .boxLeft .boxMain p {
    font-size: 1.3rem;
  }
  .indexBrand .box .boxLeft .posi {
    top: 3.875rem;
  }
  .indexBrand .box .boxLeft .posi h5 {
    font-size: 1.5rem;
  }
  .indexBrand .box .boxRight h5 {
    font-size: 1.5rem;
  }
  .indexBrand .box .boxRight .list .item {
    width: 50%;
  }
  .indexFooter .box .information .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .indexFooter .box .information .item .top2 a {
    height: auto;
  }
  .indexFooter .box .information .item .top3 {
    display: none;
  }
  .p80 {
    padding-top: 3rem;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .top h5 {
    font-size: 1.5rem;
  }
  .productBox3 .box .boxLeft {
    padding: 2.125rem;
  }
  .productBox3 .box .boxRight .item a .center img {
    width: 92%;
  }
  .productBox4 .box .item a .center img {
    width: 92%;
  }
  .productBox4_ .box {
    padding: 0 1.125rem;
  }
  .productBox4 .box .boxCenter a {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
  }
  .productBox3 .box .boxLeft .boxTop .swiper-container .swiper-slide .item .center .right .link {
    transform: scale(0.8);
  }
  .productBox5 {
    padding-top: 9rem;
  }
  .productBox5 .box .left {
    font-size: 1.5rem;
    line-height: 3.8125rem;
  }
  .productBox7 .box .boxRight > h5 {
    font-size: 1.5rem;
  }
  .productBox7 .box .boxRight > h6 {
    font-size: 1.5rem;
  }
  .productBox7 .box .boxRight .boxMain div {
    margin-top: 4.1875rem;
  }
  .productBox8 .box > h5 {
    font-size: 1.5rem;
  }
  .productBox8 .box .banner .swiper-slide .item a .center img {
    width: 92%;
  }
  .productBox8 .box .bannerBtn {
    margin-bottom: 1.9375rem;
  }
  .indexHead .box .menu img {
    width: 2.5rem;
    margin-top: 3px;
  }
  .productBox7 .box .boxRight .list {
    width: 100%;
  }
  .caseBox2 .box .boxLeft a .posi h5 {
    font-size: 1.5rem;
  }
  .caseBox2 .box .boxLeft a .posi {
    bottom: 2.4375rem;
    padding: 0 2.4375rem;
  }
  .caseBox2 .box1 .item {
    width: 100%;
  }
  .productBox4 {
    margin-bottom: 0.25rem;
  }
  .indexFooter .box {
    padding-bottom: 1.4375rem;
  }
  .insidePageBanner {
    margin-top: 5.4375rem;
  }
  .indexHead {
    padding: 0 2rem;
  }
  .caseBox4 {
    margin-top: 0.4375rem;
  }
  .caseBox4 .box .boxLeft h5 {
    font-size: 1.5rem;
  }
  .caseBox4 .box .boxLeft .banner {
    margin-top: -2.5rem;
  }
  .caseBox5 .box > h5 {
    font-size: 1.5rem;
  }
  .caseBox4 .box .boxLeft .banner .left span {
    font-size: 3rem;
  }
  .caseBox5 .box .banner .swiper-slide .item a .boxBottom h5 {
    font-size: 1.5rem;
  }
  .caseBox5 .box .bannerBtn {
    margin-top: 0.75rem;
    margin-bottom: -1.0625rem;
  }
  .box_box .boxT h5 {
    font-size: 1.5rem;
  }
  .indexAbout {
    padding-top: 3.375rem;
  }
  .indexAbout .box .boxRight .text {
    margin-top: 2.625rem;
  }
  .indexAbout {
    margin-bottom: 0;
  }
  .indexAbout {
    padding-bottom: 4.625rem;
  }
  .globalStrategy {
    margin-top: 3.375rem;
  }
  .globalStrategy1 .box .boxRight .text h5 {
    font-size: 1.5rem;
  }
  .globalStrategy1 .box .boxRight .text {
    margin-top: 3.25rem;
  }
  .globalStrategy1 .box .boxRight .text div {
    margin-top: 2.6875rem;
  }
  .globalStrategy1 {
    padding: 3rem 0 ;
  }
  .globalStrategy2 .box .boxRight h5 {
    font-size: 2rem;
  }
  .globalStrategy3 {
    margin: 3.625rem auto 0;
  }
  .globalStrategy4 .box .boxLeft h5 {
    font-size: 2rem;
  }
  .globalStrategy4 .box .boxLeft {
    padding-top: 3.5625rem;
  }
  .globalStrategy4 .box .boxLeft div {
    margin-top: 3.3125rem;
  }
  .globalStrategy4 {
    padding: 1px 0 7.25rem;
  }
  .globalStrategy5 {
    margin-top: 3rem;
  }
  .globalStrategy5 .box .boxRgiht h5 {
    font-size: 2rem;
  }
  .globalStrategy6 {
    margin-top: 3rem;
  }
  .globalStrategy6 .box {
    padding: 2rem 0;
  }
  .globalStrategy6 .box1 p {
    width: 31.333%;
    margin-right: 2%;
  }
  .globalStrategy6 .box2 h5 {
    font-size: 2rem;
  }
  .globalStrategy6 .box2 {
    margin: 4rem auto 0;
  }
  .globalStrategy6 .box2 {
    padding-bottom: 3.5625rem;
  }
  .globalStrategy6 {
    margin-bottom: -0.375rem;
  }
  .developmentPath .box .boxLeft .list ul li {
    width: 5.5625rem;
  }
  .developmentPath .box .boxRight {
    padding-left: 2.3rem;
  }
  .developmentPath .box .boxRight .maim .boxItem .boxTop {
    padding-left: 2.3125rem;
  }
  .developmentPath .box .boxRight .maim .boxItem .boxTop .item h5::after {
    left: -2.25rem;
  }
  .developmentPath .box .boxRight .maim .boxItem .boxTop .item h6 {
    font-size: 1.3rem;
  }
  .developmentPath {
    padding-bottom: 4.5rem;
    margin-bottom: 0;
  }
  .developmentPath .box .boxRight .maim .boxItem .boxTop .item p img {
    margin-top: 1.3125rem;
  }
  .developmentPath .box .boxLeft {
    flex-wrap: initial;
  }
  .developmentPath {
    padding-top: 3.375rem;
  }
  .aboutHonor {
    padding-top: 3.375rem;
  }
  .aboutHonor {
    padding-bottom: 4.125rem;
    margin-bottom: 0;
  }
  .lpkNews {
    padding-top: 3.375rem;
  }
  .lpkNews .box {
    margin-top: 2.875rem;
  }
  .box_box .boxT h6 {
    margin-top: 1.125rem;
  }
  .lpkNews .box1 {
    margin-top: 3.3125rem;
  }
  .lpkNews .box1 .boxLeft .boxBot .posi p {
    font-size: 1.2rem;
    bottom: 1.75rem;
  }
  .lpkNews1 .box .item {
    width: 100%;
  }
  .lpkNews1 .box .item a .bottom h5 {
    font-size: 1.3rem;
  }
  .lpkNews1 {
    margin-bottom: 0;
  }
  .lpkNews2 .box > h5 {
    font-size: 1.5rem;
  }
  .lpkNews2 {
    padding-top: 11rem;
  }
  .lpkNews2 .box .main {
    margin-top: 3.6875rem;
  }
  .lpkNews3 .box > h5 {
    font-size: 1.5rem;
  }
  .lpkNews3 .box .main .item {
    width: 100%;
  }
  .lpkNews3 {
    padding-bottom: 1.6875rem;
  }
  .aboutVideo {
    padding-top: 3.375rem;
  }
  .aboutVideo > .box {
    margin-top: 3.8125rem;
  }
  .aboutVideo > .box .item a .bottom {
    line-height: 5.125rem;
  }
  .aboutVideo > .box .item a .top p img {
    width: 1.5rem;
  }
  .layerVideo .box {
    width: 75%;
    max-width: 75%;
  }
  .aboutVideo {
    margin-bottom: 0;
  }
  .aboutContact {
    padding-top: 3.375rem;
  }
  .aboutContact .box .item {
    width: 100%;
    border-bottom: 1px solid #ddd;
	height: 23rem;
  }
  .aboutContact .box {
    margin-top: 3.125rem;
  }
  .aboutContact1 .box .item {
    width: 100%;
  }
  .customMade .box .boxT h5 {
    font-size: 1.5rem;
  }
  .customMade {
    margin-top: 3.375rem;
  }
  .customMade .box1 .boxB {
    margin-top: 3.6875rem;
  }
  .customMade .box .boxT h6 {
    margin-top: 1.125rem;
  }
  .customMade .box1 .boxB .right h5 {
    font-size: 1.3rem;
  }
  .customMade .box1 .boxB .right div {
    margin-top: 3.25rem;
  }
  .customMade1 {
    margin-top: 3.625rem;
  }
  .customMade1 .box .item .boxRight .main h5 {
    font-size: 1.5rem;
  }
  .customMade1 .box .item .boxRight .main {
    padding-right: 3.25rem;
    box-sizing: border-box;
    width: 100%;
    left: 2rem;
  }
  .customMade1 .box .item .boxRight .main .text p {
    width: 100%;
  }
  .customMade1 .box .item .boxRight .main .text {
    margin-top: 2.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    text-justify: distribute-all-lines;
  }
  .customMade1 .box .item .boxRight .main .link {
    margin-top: 1.75rem;
  }
  .customMade1 {
    margin-bottom: 0;
  }
  .serviceBox .box .boxT h5 {
    font-size: 1.5rem;
  }
  .serviceBox {
    margin-top: 3.375rem;
  }
  .serviceBox .box .boxT h6 {
    margin-top: 1.125rem;
  }
  .serviceBox .box1 .main .list .item .left {
    display: none;
  }
  .serviceBox .box1 .main .list .item .right {
    margin-left: 0;
  }
  .serviceBox .box1 {
    margin-top: 3.875rem;
  }
  .serviceBox .box1 .main .list .item .right h5 {
    font-size: 1.5rem;
  }
  .serviceBox1 .box {
    font-size: 1.8rem;
  }
  .serviceBox1 .box1 .boxBanner .swiper-slide .item img {
    width: 100%;
  }
  .serviceBox2 .box {
    font-size: 1.8rem;
    margin-bottom: 5.25rem;
  }
  .serviceBox1 {
    padding-bottom: 0;
  }
  .serviceBox2 .box1 h5 {
    font-size: 2rem;
  }
  .serviceBox2 {
    margin-bottom: 0;
  }
  .serviceBox2 .box2 {
    margin-top: 5.125rem;
  }
  .serviceBox3 .box .boxT h5 {
    font-size: 1.5rem;
  }
  .serviceBox3 {
    padding: 3.375rem 0 0;
  }
  .serviceBox3 .box1 .boxRight .map .echatrs {
    height: 33rem;
  }
  .serviceBox3 {
    margin-bottom: 0;
  }
  .productBox5 {
    padding-top: 8rem;
  }
  .serviceBox4 {
    margin-bottom: 0;
  }
  .serviceBox5 .box .boxT h5 {
    font-size: 1.5rem;
  }
  .serviceBox5 {
    padding: 3.375rem 0 1px;
  }
  .serviceBox5 .box .boxT h6 {
    margin-top: 1.125rem;
  }
  .serviceBox5 .box1 .item a .boxRight h5 {
    font-size: 1.3rem;
    margin-top: 0;
  }
  .serviceBox5 .box1 .item a .boxRight div {
    margin-top: 1.125rem;
  }
  .serviceBox5 .box1 {
    margin-top: 4.4375rem;
  }
  .serviceBox5 {
    margin-bottom: 0;
  }
  .serviceBox6 {
    margin-top: 0;
  }
  .lpkTit {
    font-size: 1.5rem;
  }
  .insidePageBanner {
    margin-top: 6.4375rem;
  }
  .insidePageBanner .box {
    display: none;
  }
  .agencyCooperation {
    padding-top: 3.375rem;
  }
  .agencyCooperation .box {
    margin-top: 3.25rem;
  }
  .agencyCooperation .box .boxLeft {
    padding-top: 1.0625rem;
    padding-bottom: 4rem;
  }
  .agencyCooperation .swiper-button-next,
  .agencyCooperation .swiper-button-prev {
    transform: scale(0.8);
  }
  .agencyCooperation1 {
    margin-top: 0;
    padding-bottom: 0;
  }
  .agencyCooperation1 .box {
    margin-top: 3.9375rem;
  }
  .agencyCooperation1 .box .item .top div .right img {
    height: 5.6875rem;
  }
  .agencyCooperation1 .box .item .top h5 {
    font-size: 1.3rem;
  }
  .agencyCooperation2 .box .item {
    width: 100%;
  }
  .agencyCooperation2 .lpkTit {
    margin-bottom: 3.25rem;
  }
  .agencyCooperation3 .box .item {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p90 {
    padding-top: 4rem;
  }
  .agencyCooperation4 {
    margin-top: 2.375rem;
  }
  .agencyCooperation4 .box .list .item .address {
    width: 79%;
  }
  .agencyCooperation4 {
    margin-bottom: 0;
  }
  .indexMarketing .box {
    padding: 1rem 0;
  }
  .indexMarketing .box .item {
    width: 50%;
    padding: 1.25rem 0;
  }
  .indexMarketing .box .item:first-child {
    display: none;
  }
  .indexMarketing2 .box .boxLeft h5 span {
    display: none;
  }
  .indexMarketing2 .box .boxLeft h5 {
    font-size: 1.5rem;
    left: 0;
  }
  .indexMarketing2 {
    margin-top: 4.125rem;
  }
  .indexMarketing2 .box .boxLeft {
    padding: 0;
  }
  .indexMarketing2 .box .item:nth-child(2) .boxLeft {
    padding: 0;
  }
  .indexMarketing3 .box .item0 {
    padding: 1.125rem;
  }
  .indexMarketing3 .box .item {
    padding: 1.125rem;
  }
  .indexMarketing3 .box .item .bottom {
    font-size: 3.8rem;
  }
  .indexMarketing3 .box1 .item0 {
    padding: 1.125rem;
  }
  .indexMarketing3 .box1 .item {
    padding: 1.125rem;
  }
  .indexMarketing3 .box1 .item .bottom {
    font-size: 3.8rem;
  }
  .indexMarketing3 .box .item0 .bottom {
    font-size: 1.5rem;
  }
  .indexMarketing3 .box1 .item0 .bottom {
    font-size: 1.5rem;
  }
  .indexMarketing4 .box .item {
    width: 50%;
  }
  .indexMarketing4 .box {
    padding: 2.6875rem 0 3.25rem;
  }
  .indexMarketing2 .box .boxLeft h6 {
    margin-top: 0.8125rem;
  }
  .indexMarketing1 .box .boxRight {
    padding: 3rem 3rem 0;
  }
  .customMade2 {
    padding: 4.3125rem 0 0;
  }
  .customMade2 .box1 {
    padding: 0;
    margin-top: 0rem;
  }
  .customMade2 .box1 > div .bannerLeft {
    top: -2.75rem;
  }
  .customMade2 .box1 > div .bannerLeft a font {
    color: #fff;
  }
  .customMade2 .box1 > div .bannerLeft a span {
    color: #fff;
  }
  .customMade2 .box1 > div .bannerRight {
    top: -2.75rem;
  }
  .customMade2 .box1 > div .bannerRight a font {
    color: #fff;
  }
  .customMade2 .box1 > div .bannerRight a span {
    color: #fff;
  }
  .customMade2 .box1 .swiper-container .item h5 {
    font-size: 1.5rem;
  }
  .customMade2 .box1 .swiper-container .item {
    padding: 2rem 0 ;
  }
  .customMade3 .box0 h5 {
    font-size: 1.5rem;
  }
  .customMade3 {
    padding-top: 3.6875rem;
  }
  .customMade3 .box .titem {
    width: 100%;
    margin-bottom: 2rem;
  }
  .customMade4 .box0 h5 {
    font-size: 1.5rem;
  }
  .customMade4 {
    padding-top: 1.5rem;
  }
  .customMade4 .box1 .banner .left span {
    font-size: 2.375rem;
  }
  .customMade4 .box1 {
    margin-bottom: 0;
  }
  .customMade4 .box1 .right {
    width: 100%;
  }
  .customMade4 .box1 {
    padding: 3.0625rem 0 4.875rem;
  }
  .indexBanner > .swiper-container .swiper-slide .phone {
    object-fit: cover;
  }
  .layuiForm .box .main form .item > div {
    width: 100%;
  }
  .caseBox2 .box1 .item a .boxBottom .link {
      margin-top: 3rem;
  }
  .caseBox2 .box1 .item a .boxBottom {
      padding: 3.75rem 1.875rem 3.625rem;
  }
  .indexProduct .boxList ul{
	  position: relative;
	  left: -3.25rem;
	  padding: 0 1.25rem;
  }
 .indexProduct .boxListTit{
	 left: 2rem;
 }
 .indexJoin .box .boxLeft {
     padding: 0 2rem;
 }
 .indexJoin .box1 .item {
     padding: 2.1875rem 2rem ;
 }
 .indexBrand .box .boxLeft .posi {
     left:2rem;
	 top: 2rem;
 }
 .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 .boxbox .left .center {
     width: 6.5rem;
 }
 .indexProduct .box .swiper-container .item .boxLeft .leftMain .main3 {
     padding-right: 0rem;
	 top: -1rem;
 }
 .indexProduct .box .swiper-container .item .boxLeft .leftMain .main1 {
     margin-bottom: 0;
 }
 .serviceBox4 > .box0 .list ul li a p {
     line-height: 1.8rem;
 }
}
