
.caseList {
	width: 100%;
	font-size: 0;
	margin-top: 70px;
	margin-bottom: 70px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	
}
.caseList a:hover{
	text-decoration: none;	
	
}
@media (max-width: 968px) {
.main .package-list .package-detail-img li {

  padding: 60px 0;
	
}}

.caseList-title {
  font-size: 46px;
  color: #DAE000;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

.caseList-desc {
	font-size: 22px;
	line-height: 1;
	color: #000;
	margin-bottom: 50px;
	padding-left: 12px;
}

.caseList-content {
	width: 100%;
	
}

.caseList-content-item {
	display: block;
	float: left;
	width:168px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 8px;
	text-decoration: none;
	border: 1px solid #efefef;
	text-align: center;
	padding-top: 20px;
	border-radius:10px;
}
.caseList-content-item:hover {
	
	border: 1px solid #DAE000;
	
}

.caseList-content-item img {
  width: 60%;
}

.caseList-content-item p {
	font-size: 16px;
	line-height: 1;
	padding: 10px 0 30px;
	color: #000;

}

.caseList-content-item:nth-child(6n) {
  margin-right: 0;
}

.caseList-page {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}

.caseList-page span {
  padding: 0 5px;
}

.caseList-page p:nth-child(2) {
  color: #4c4948;
}




@media screen and (max-width: 968px) {
  

  .caseList {
    width: 100%;
    font-size: 0;
    padding: 1rem 0;
  }

  .caseList-title {
    font-size: 2rem;
    color: #DAE000;
    line-height: 1;
    margin-bottom:1rem;
    font-weight: bold;
  }

  .caseList-desc {
    font-size: 1.8rem;
    line-height: 1;
    color: #000;
    margin-bottom: 3rem;
  }

  .caseList-content {
    width: 100%;
  }

  .caseList-content-item {
    display: block;
    float: left;
    width: 20rem;
	 margin-left: 1rem;
    margin-right: 1rem;
	margin-bottom: 1rem;
    text-decoration: none;
  }

  .caseList-content-item img {
    width: 50%;
  }

  .caseList-content-item p {
    font-size: 1.5rem;
    line-height: 1;
    padding: 2rem 0 3rem;
    color: #000;
  }

  .caseList-content-item:nth-child(3n) {
    margin-right: 0;
  }

  .caseList-page {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 0.18rem;
    color: #000;
    margin-top: 0.2rem;
  }

  .caseList-page span {
    padding: 0 0.05rem;
  }

  .caseList-page p:nth-child(2) {
    color: #4c4948;
  }

  .caseList-page ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .caseList-page ul li {
    font-size: 0.18rem;
    color: #4c4948;
    padding: 0 0.1rem;
  }
}

.linkWindowBox {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0;
  box-shadow: black 0px 0px 30px 0px;
  position: fixed;
  bottom: -150px;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  z-index: 99;
}

.linkWindowBox .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.linkWindowBox-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #727171;
  margin-right: 30px;
}

.linkWindowBox-left-item {
  padding-right: 35px;
}

.linkWindowBox-left-item p {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.linkWindowBox-left-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}

.linkWindowBox-left-item a img {
  width: 32px;
  margin-right: 5px;
}

.linkWindowBox-left-item a:hover {
  text-decoration: underline;
}

.linkWindowBox-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.linkWindowBox-right-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 46px;
}

.linkWindowBox-right-item i {
  display: block;
  width: 46px;
  margin-right: 10px;
}

.linkWindowBox-right-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  width: 112px;
  height: 42px;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  background: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  text-decoration: none;
}

.linkWindowBox-right-item:nth-child(1) i {
  height: 46px;
  background: url(../../images/cion_7.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(1):hover i {
  height: 46px;
  background: url(../../images/cion_8.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(1):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(2) i {
  height: 46px;
  background: url(../../images/cion_5.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(2):hover i {
  height: 46px;
  background: url(../../images/cion_6.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(2):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox-right-item:nth-child(3) i {
  height: 50px;
  background: url(../../images/cion_13.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(3):hover i {
  height: 50px;
  background: url(../../images/cion_14.png) no-repeat center center;
  background-size: contain;
}

.linkWindowBox-right-item:nth-child(3):hover a {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.linkWindowBox.active {
  bottom: 0;
}

@media screen and (max-width: 1680px) {
  .linkWindowBox {
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    padding: 8.75px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -131.25px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.75px solid #727171;
    margin-right: 26.25px;
  }

  .linkWindowBox-left-item {
    padding-right: 30.625px;
  }

  .linkWindowBox-left-item p {
    font-size: 22.75px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 28px;
    margin-right: 4.375px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40.25px;
  }

  .linkWindowBox-right-item i {
    display: block;
    width: 40.25px;
    margin-right: 8.75px;
  }

  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15.75px;
    line-height: 1;
    color: #fff;
    width: 98px;
    height: 36.75px;
    border-radius: 18.375px;
    -webkit-border-radius: 18.375px;
    -moz-border-radius: 18.375px;
    -ms-border-radius: 18.375px;
    -o-border-radius: 18.375px;
    background: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    text-decoration: none;
  }

  .linkWindowBox-right-item:nth-child(1) i {
    height: 40.25px;
    background: url(../../images/cion_7.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 40.25px;
    background: url(../../images/cion_8.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(2) i {
    height: 40.25px;
    background: url(../../images/cion_5.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 40.25px;
    background: url(../../images/cion_6.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(3) i {
    height: 43.75px;
    background: url(../../images/cion_13.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 43.75px;
    background: url(../../images/cion_14.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1440px) {
  .linkWindowBox {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 7.5px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -112.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.5px solid #727171;
    margin-right: calc(30px * 0.75);
  }

  .linkWindowBox-left-item {
    padding-right: 26.25px;
  }

  .linkWindowBox-left-item p {
    font-size: 19.5px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 24px;
    margin-right: 3.75px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 34.5px;
  }

  .linkWindowBox-right-item i {
    display: block;
    width: 34.5px;
    margin-right: 7.5px;
  }

  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    line-height: 1;
    color: #fff;
    width: 84px;
    height: 31.5px;
    border-radius: 15.75px;
    -webkit-border-radius: 15.75px;
    -moz-border-radius: 15.75px;
    -ms-border-radius: 15.75px;
    -o-border-radius: 15.75px;
    background: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    text-decoration: none;
  }

  .linkWindowBox-right-item:nth-child(1) i {
    height: 34.5px;
    background: url(../../images/cion_7.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 34.5px;
    background: url(../../images/cion_8.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(2) i {
    height: 34.5px;
    background: url(../../images/cion_5.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 34.5px;
    background: url(../../images/cion_6.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(3) i {
    height: 37.5px;
    background: url(../../images/cion_13.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 37.5px;
    background: url(../../images/cion_14.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1366px) {
  .linkWindowBox {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    padding: 7px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -105px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.4px solid #727171;
    margin-right: 21px;
  }

  .linkWindowBox-left-item {
    padding-right: 24.5px;
  }

  .linkWindowBox-left-item p {
    font-size: 18.2px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 22.4px;
    margin-right: 3.5px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 32.2px;
  }

  .linkWindowBox-right-item i {
    display: block;
    width: 32.2px;
    margin-right: 7px;
  }

  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12.6px;
    line-height: 1;
    color: #fff;
    width: 78.4px;
    height: 29.4px;
    border-radius: 14.7px;
    -webkit-border-radius: 14.7px;
    -moz-border-radius: 14.7px;
    -ms-border-radius: 14.7px;
    -o-border-radius: 14.7px;
    background: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    text-decoration: none;
  }

  .linkWindowBox-right-item:nth-child(1) i {
    height: 32.2px;
    background: url(../../images/cion_7.png) no-repeat center center;
    background-size: cover;
  }

  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 32.2px;
    background: url(../../images/cion_8.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(2) i {
    height: 32.2px;
    background: url(../../images/cion_5.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 32.2px;
    background: url(../../images/cion_6.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(3) i {
    height: 35px;
    background: url(../../images/cion_13.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 35px;
    background: url(../../images/cion_14.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 79.2px;
    box-sizing: border-box;
    padding: 6.6px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -99px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.32px solid #727171;
    margin-right: 19.8px;
  }

  .linkWindowBox-left-item {
    padding-right: 23.1px;
  }

  .linkWindowBox-left-item p {
    font-size: 17.16px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 21.12px;
    margin-right: 3.3px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 30.36px;
  }

  .linkWindowBox-right-item i {
    display: block;
    width: 30.36px;
    margin-right: 6.6px;
  }

  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.88px;
    line-height: 1;
    color: #fff;
    width: 73.92px;
    height: 27.72px;
    border-radius: 13.86px;
    -webkit-border-radius: 13.86px;
    -moz-border-radius: 13.86px;
    -ms-border-radius: 13.86px;
    -o-border-radius: 13.86px;
    background: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    text-decoration: none;
  }

  .linkWindowBox-right-item:nth-child(1) i {
    height: 30.36px;
    background: url(../../images/cion_7.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 30.36px;
    background: url(../../images/cion_8.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(2) i {
    height: 30.36px;
    background: url(../../images/cion_5.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 30.36px;
    background: url(../../images/cion_6.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(3) i {
    height: 33px;
    background: url(../../images/cion_13.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 33px;
    background: url(../../images/cion_14.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 1280px) {
  .linkWindowBox {
    width: 100%;
    height: 63.6px;
    box-sizing: border-box;
    padding: 5.3px 0;
    box-shadow: black 0px 0px 30px 0px;
    position: fixed;
    bottom: -79.5px;
    left: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }

  .linkWindowBox .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .linkWindowBox-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: 1.06px solid #727171;
    margin-right: 15.9px;
  }

  .linkWindowBox-left-item {
    padding-right: 18.55px;
  }

  .linkWindowBox-left-item p {
    font-size: 13.78px;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 16.96px;
    margin-right: 2.65px;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .linkWindowBox-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .linkWindowBox-right-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 24.38px;
  }

  .linkWindowBox-right-item i {
    display: block;
    width: 24.38px;
    margin-right: 5.3px;
  }

  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9.54px;
    line-height: 1;
    color: #fff;
    width: 59.36px;
    height: 22.26px;
    border-radius: 11.13px;
    -webkit-border-radius: 11.13px;
    -moz-border-radius: 11.13px;
    -ms-border-radius: 11.13px;
    -o-border-radius: 11.13px;
    background: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    text-decoration: none;
  }

  .linkWindowBox-right-item:nth-child(1) i {
    height: 24.38px;
    background: url(../../images/cion_7.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 24.38px;
    background: url(../../images/cion_8.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(2) i {
    height: 24.38px;
    background: url(../../images/cion_5.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 24.38px;
    background: url(../../images/cion_6.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(3) i {
    height: 26.5px;
    background: url(../../images/cion_13.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 26.5px;
    background: url(../../images/cion_14.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox.active {
    bottom: 0;
  }
}

@media screen and (max-width: 799px) {
  .linkWindowBox {
    width: 100%;
    height: 3.6rem;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 0.5rem;
    box-shadow: black 0px 0px 0.2rem 0px;
    position: fixed;
    bottom: -3.8rem;
    left: 0;
    background: #fff;
    display: block;
    justify-content: center;
    align-items: center;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    z-index: 99;
  }

  .linkWindowBox-up {
    width: 2.8rem;
    font-size: 0;
    position: absolute;
    bottom: 3.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 0;
    display: block;
    cursor: pointer;
  }

  .linkWindowBox-up img {
    width: 100%;
  }

  .linkWindowBox-down {
    width: 100%;
    font-size: 0;
    margin: 0.2rem auto;
    cursor: pointer;
    text-align: center;
  }

  .linkWindowBox-down img {
    width: 0.3rem;
  }

  .linkWindowBox .container {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .linkWindowBox-left {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0 solid #727171;
    padding-bottom: 0.4rem;
    position: relative;
    margin-right: 0;
  }

  .linkWindowBox-left::after {
    content: "";
    display: block;
    width: 1.66rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .linkWindowBox-left-item {
    padding-right: 0;
  }

  .linkWindowBox-left-item p {
    font-size: 0.26rem;
    font-weight: bold;
    color: #000;
  }

  .linkWindowBox-left-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    line-height: 1;
    color: #000;
    text-decoration: none;
  }

  .linkWindowBox-left-item a img {
    width: 0.32rem;
    margin-right: 0;
  }

  .linkWindowBox-left-item a:hover {
    text-decoration: underline;
  }

  .linkWindowBox-left-item:nth-child(1) {
    margin-right: .3rem;
  }

  .linkWindowBox-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.4rem;
  }

  .linkWindowBox-right-item {
    display: block;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .linkWindowBox-right-item i {
    display: block;
    width: 0.46rem;
    margin-right: 0.1rem;
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }

  .linkWindowBox-right-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    line-height: 1;
    color: #fff;
    width: 1.12rem;
    height: 0.42rem;
    border-radius: 0.21rem;
    -webkit-border-radius: 0.21rem;
    -moz-border-radius: 0.21rem;
    -ms-border-radius: 0.21rem;
    -o-border-radius: 0.21rem;
    background: #727171;
    box-sizing: border-box;
    border: 0 solid transparent;
    text-decoration: none;
  }

  .linkWindowBox-right-item:nth-child(1) i {
    height: 0.46rem;
    background: url(../../images/cion_7.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover i {
    height: 0.46rem;
    background: url(../../images/cion_8.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(1):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(2) i {
    height: 0.46rem;
    background: url(../../images/cion_5.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover i {
    height: 0.46rem;
    background: url(../../images/cion_6.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(2):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox-right-item:nth-child(3) i {
    height: 0.5rem;
    background: url(../../images/cion_13.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover i {
    height: 0.5rem;
    background: url(../../images/cion_14.png) no-repeat center center;
    background-size: contain;
  }

  .linkWindowBox-right-item:nth-child(3):hover a {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }

  .linkWindowBox.active {
    bottom: 0;
  }
}
