.fotbox {
  position: relative;
}
.fotbox .fot1 {
  background-size: cover;
  position: relative;
  background: #222222;
}
.fotbox .fot1 .contain{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
	.fotbox .fot1 .contain{
	display: block;
	}
}
.fotbox .fot1 .jut {
  width:calc(35% - 20px);
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut {
    width:calc(100% - 0px);	
  }
}
.fotbox .fot1 .jut .left-box {

}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .left-box {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.fotbox .fot1 .jut .lt {

}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .lt {
    width: calc(100% - 0px);
  }
}
.fotbox .fot1 .jut .lt .logo {
  display: block;
  overflow: hidden;
}
.fotbox .fot1 .jut .lt .logo img {
  max-height: 55px;	
}
@media (max-width: 767px) {
	.fotbox .fot1 .jut .lt .logo img {
	}
}
.fotbox .fot1 .jut .select {
position: relative;
    border: #e5e5e5 1px solid;
    padding: 8px 20px;
    border-radius: 22px;
	max-width: 200px;
	    line-height: 44px;
    height: 44px;
}
.fotbox .fot1 .jut .select:hover {
    background: linear-gradient(to right, #b8d200, #00913a);
	border: #e5e5e5 0px solid;
}
.fotbox .fot1 .jut .select:hover .tit{
   color:#ffffff;
}
.fotbox .fot1 .jut .select.on {
    background: linear-gradient(to right, #b8d200, #00913a);
	border: #e5e5e5 0px solid;
}
.fotbox .fot1 .jut .select.on .tit{
   color:#ffffff;
}
.fotbox .fot1 .jut .select .tit {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  user-select: none;
  align-items: center;
  justify-content: space-between;
	color: #ffffff;
}
.fotbox .fot1 .jut .select .tit span {
  display: block;
  padding: 0 8px;
}
.fotbox .fot1 .jut .select .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.fotbox .fot1 .jut .select .hover1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  display: none;
  overflow: auto;
  z-index: 4;
}
.fotbox .fot1 .jut .select .hover1 a {
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 22px;
    margin-top: 5px;
    line-height: 42px;
}
.fotbox .fot1 .jut .select .hover1 a:hover {
    background-color: #ffffff;
}
.fotbox .fot1 .jut .select .hover1 a:last-child {
}
.fotbox .fot1 .jut .select .hover2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
.fotbox .fot1 .jut .select .hover2 .container{
  position: relative;
}
.fotbox .fot1 .jut .select .hover2 .bgimg {
  width: 100%;
  height: 100%;
}
.fotbox .fot1 .jut .select .hover2 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fotbox .fot1 .jut .select .hover2 .c-cont {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 1.1rem 0 1.2rem; */
  padding: 1.3rem 0 1rem;
}
.fotbox .fot1 .jut .select .hover2 .tit {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .select .hover2 .tit {
    padding-bottom: 0.4rem;
  }
}
.fotbox .fot1 .jut .select .hover2 .tit .div2 {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fotbox .fot1 .jut .select .hover2 .tit .div2 img{
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.fotbox .fot1 .jut .select .hover2 .tit .div2:hover img,.fotbox .fot1 .jut .select .hover2 .tit .div2:hover svg{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.fotbox .fot1 .jut .select .hover2 .tit .div2 img,
.fotbox .fot1 .jut .select .hover2 .tit .div2 svg {
  /* width: 100%; */
  /* height: 100%; */
      width: 0.2rem;
      height: 0.2rem;
      min-width: 15px;
      min-height: 15px;
}
.fotbox .fot1 .jut .select .hover2 .link-box {
  display: flex;
  flex-wrap: wrap;
  max-height: 3.8rem;
  overflow-y: auto;
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .select .hover2 .link-box {
    max-height: 8.5rem;
    margin-top: 0.4rem;
  }
}
.fotbox .fot1 .jut .select .hover2 .link-box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.fotbox .fot1 .jut .select .hover2 .link-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #999999;
}
.fotbox .fot1 .jut .select .hover2 .link-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #f5f5f5;
}
.fotbox .fot1 .jut .select .hover2 .link-box .c-li {
  width: 25%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .select .hover2 .link-box .c-li {
    width: 50%;
  }
}
.fotbox .fot1 .jut .select .hover2 .link-box .c-li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
}
.fotbox .fot1 .jut .select .hover2 .link-box .c-li a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut > .select {
    margin-top: 0.5rem;
  }
}
.fotbox .fot1 .jut .gt {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .gt {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .fotbox .fot1 .jut .gt .select1 {
    display: none;
  }
}
.fotbox .fot1 .jut .gt .fz_nei {
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .gt .fz_nei {
    flex-wrap: wrap;
  }
}
.fotbox .fot1 .jut .gt .fen {
	color: #ffffff;
}
.fotbox .fot1 .jut .gt .list {
display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-start;
}
.fotbox .fot1 .jut .gt .list .li {
  position: relative;
  margin-right: 10px;
}
.fotbox .fot1 .jut .gt .list .li:last-child {
  margin-right: 0;
}
.fotbox .fot1 .jut .gt .list .li .er {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
  padding: 5px;
  background-color: #fff;
  margin-top: 15px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .jut .gt .list .li .er {
    width: 100px;
  }
}
.fotbox .fot1 .jut .gt .list .li .er img {
  width: 100%;
}
.fotbox .fot1 .jut .gt .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}
@media (max-width: 991px) {
  .fotbox .fot1 .jut .gt .list a {

  }
}
/*.fotbox .fot1 .jut .gt .list a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: linear-gradient(to right, #b8d200, #00913a);
}*/

@media (min-width: 768px) {
  .fotbox .fot1 .jut .gt .list a:hover{
    background: linear-gradient(to right, #b8d200, #00913a);
  }
  .fotbox .fot1 .jut .gt .list a:hover i{
    color:#ffffff;
  }
  .fotbox .fot1 .jut .gt .list a:hover:before {
    width: 100%;
  }
}
.fotbox .fot1 .cont {
  display: flex;
  justify-content: space-between;
	    width: calc(65% - 20px);
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont {
    flex-wrap: wrap;
	  	    width: calc(100% - 0px);
  }
}
.fotbox .fot1 .cont .item {
  margin-right: 20px;
}
.fotbox .fot1 .cont .item:last-child {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .item {
    width: 100%;
    margin-bottom: 20px;
	margin-right: 0px;  
  }
  .fotbox .fot1 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.fotbox .fot1 .cont .item .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.fotbox .fot1 .cont .item .tit i {
  display: block;
  padding-left: 10px;
   opacity: 0.5;
}
.fotbox .fot1 .cont .item .f_list {
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .item .f_list {
    display: none;
  }
}
.fotbox .fot1 .cont .item .f_list a {
  display: block;
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .fotbox .fot1 .cont .item .f_list a:hover {
    opacity: 1;
	background: -webkit-linear-gradient(left, #b8d200, #00913a); /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;
  }
}
.fotbox .fot1 .cont .item .f_list .nei {
}
.fotbox .fot1 .cont .item .f_list .nei:last-child {
}
.fotbox .fot1 .cont .item.on .tit i img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fotbox .fot1 .cont .fz_item .f_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .fz_item .f_list {
    display: block;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont .fz_item .f_list {
    display: none;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .cont .fz_item .f_list .nei {
    margin-right: 0;
  }
}
.fotbox .fot2 {
  padding: 30px 0;
  background: #ffffff;
}
@media (max-width: 767px) {
  .fotbox .fot2 {
    padding: 20px 0;
  }
}
.fotbox .fot2 .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container {
    flex-wrap: wrap;
    text-align: center;
    /* justify-content: center; */
    justify-content: flex-start;
  }
}
.fotbox .fot2 .container span,
.fotbox .fot2 .container a {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.5;
}
.fotbox .fot2 .container a:hover {
  background: -webkit-linear-gradient(left, #b8d200, #00913a); /* Safari/Chrome */-webkit-background-clip: text;-webkit-text-fill-color: transparent;
  opacity: 1;
}
.fotbox .fot2 .container .lt {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .fotbox .fot2 .container .lt {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .lt {
    justify-content: center;
    margin-bottom: 5px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }  
}
.fotbox .fot2 .container .lt a {
  display: flex;
  align-items: center;
}

.fotbox .fot2 .container .lt a:nth-of-type(1){
  margin-left: 20px;
}

@media (max-width: 1199px) {
	.fotbox .fot2 .container .lt a:nth-of-type(1){
	  margin-left: 10px;
	}
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .lt a:nth-of-type(1){
    margin-left: 0;
  } 
}
.fotbox .fot2 .container .gt {
  display: flex;
}
.fotbox .fot2 .container .gt a {
  display: block;
  margin: 0 10px;
}
.fotbox .fot2 .container .gt a:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .fotbox .fot2 .container .gt a {
     margin: 0 5px;
  }
}
@media (max-width:767px) {
  .fotbox .fot2 .container .gt a:nth-of-type(1){
    margin-left: 0;
  } 
}


/* 侧栏 */
.sideBar-wrapper{position: fixed;z-index: 999;right: 0;top: 80%;transform: translateY(-50%);display: flex;flex-direction: column;align-items: flex-end;width: 50px;max-height: 180px;}
.sideBar-wrapper a{display: flex;align-items: center;padding-right: 16px;transform: translateX(16px);color: #fff;margin-top: 2px;background: rgba(94, 92, 93, 1);border-top-left-radius: 5px;border-bottom-left-radius: 5px;transition: all .4s ease;}
.sideBar-wrapper a i{width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;}
.sideBar-wrapper a:first-child{margin-top: 0;}
.sideBar-wrapper a:hover{background: linear-gradient(to right, #b8d200, #00913a);transform: translateX(0);}

.popMessage{position: fixed;display: none;z-index: 9999;width: 434px;box-shadow: 0 4px 16px 2px rgba(0, 0, 0, 0.1);right: 80px;top: 50%;transform: translateY(-50%);border-radius: 10px;background: #fff;padding: 58px 50px;overflow: hidden;}
.popMessage-close{width: 50px;height: 50px;position: absolute;cursor: pointer;background: url('/template/cn/image/popIE.svg') no-repeat center/18px auto;right: 0;top: 0;transition: all .4s ease;}
.popMessage-close:hover{transform: rotate(90deg);}
.popMessage-title{width: 100%;}
.popMessage-title .name{color: #333;line-height: 28px;}
.popMessage-title .desc{color: #888;line-height: 18px;margin-top: 8px;}
.popMessage-form{width: 100%;margin-top: 28px;}
.popMessage-form li{width: 100%;margin-top: 12px;border: 1px solid #e6e6e6;border-radius: 2px;}
.popMessage-form li:first-child{margin-top: 0;}
.popMessage-form li:last-child{border: none;margin-top: 20px;}
.popMessage-form li input, .popMessage-form li textarea{width: 100%;display: block;border: none;font-size: 15px;color: #000;padding: 0 16px;height: 40px;font-family:'SamsungOne300';}
.popMessage-form li textarea{padding: 12px 16px;height: 90px;}
.popMessage-form li input::-webkit-input-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';}
.popMessage-form li input:-moz-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';}
.popMessage-form li input::-moz-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';}
.popMessage-form li input:-ms-input-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';} 
.popMessage-form li textarea::-webkit-input-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';}
.popMessage-form li textarea:-moz-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';}
.popMessage-form li textarea::-moz-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';}
.popMessage-form li textarea:-ms-input-placeholder{color: #a8adb6;font-size: 15px;font-family:'SamsungOne300';}
.popMessage-form li.code{display: flex;justify-content: space-between;}
.popMessage-form li.code input{width: calc(100% - 96px);}
.popMessage-form li.code span{height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.popMessage-form li.code span img, .popMessage-form li.code span canvas{height: 100%;}
.popMessage-form li button{width: 100%;height: 48px;border-radius: 24px;background: linear-gradient(to right, #b8d200, #00913a);font-size: 15px;color: #fff;cursor: pointer;font-family:'SamsungOne600';transition: all .4s ease;}
@media all and (max-width:1599px) {.popMessage {width: 390px; padding: 40px 30px;}}
@media all and (max-width:1439px) {
    .popMessage-form li input, .popMessage-form li textarea {height: 32px;}
    .popMessage-form li {margin-top: 10px;}
    .popMessage-form li:last-child {margin-top: 14px;}
    .popMessage-form li button{height: 40px;}
    .popMessage-form {margin-top: 16px;}
    .popMessage-title .desc {margin-top: 2px;}
    .popMessage {transform: translateY(-40%);width: 350px;}
    .popMessage-form li textarea{height: 80px;}
}
@media all and (max-width:640px) {
    .popMessage {width: 300px;padding: 20px 16px;top: auto;bottom: 20px;transform: translateY(0);right: 50px;}
    .popMessage-title .name {line-height: 24px;}
    .popMessage-title .desc {line-height: 16px;margin-top: 4px;}
    .popMessage-form li {margin-top: 6px;}
    .popMessage-form li input, .popMessage-form li textarea {padding: 0 10px;height: 34px;}
    .popMessage-form {margin-top: 12px;}
    .popMessage-form li textarea {padding: 6px 10px;height: 66px;}
    .popMessage-form li.code span {height: 34px;}
    .popMessage-form li:last-child {margin-top: 10px;}
    .popMessage-form li button {height: 36px;border-radius: 18px;}
}

