.fotbox {
  position: relative;
  background: #222222;
}
.fotbox .fot1 {
  background-size: cover;
  position: relative;
}
.fotbox .fot1 .contain{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
	.fotbox .fot1 .contain{
	display: block;
	}
}
.fotbox .fot1 .jut {
    width: calc(40% - 20px);
    border-right: #333333 1px solid;
    padding-right: 40px;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut {
	width:calc(100% - 0px);	
	border-right: #333333 0px solid;
	border-bottom: #333333 1px solid;
	padding-right: 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 .tit{
	font-family:'SamsungOne700';
	color: #008fd7;
}
.fotbox .fot1 .jut .lt .form{
background-color: none;
    display: flex;
    align-items: center;
	border: #333333 1px solid;
	
}
.fotbox .fot1 .jut .lt .form input {
    display: flex;
    align-items: center;
    width: calc(100% - 0px);
    padding: 0 20px;
    background: none;
    border: 0;
	height: 50px;
	color: #888888;
}
.fotbox .fot1 .jut .lt .form button{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    width: 100px;
	background: none;
}
.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, #acce22, #008fd7);
	border: #e5e5e5 0px solid;
}
.fotbox .fot1 .jut .select:hover .tit{
   color:#ffffff;
}
.fotbox .fot1 .jut .select.on {
    background: linear-gradient(to right, #acce22, #008fd7);
	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.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{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fotbox .fot1 .jut .select .hover2 .tit .div2 img{
	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: #888888;
}
.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 {
   justify-content: space-between;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut .gt {
    width: calc(100% - 0px);
  }
}
.fotbox .fot1 .jut .gt .tit {
font-family:'SamsungOne700';
    color: #008fd7;
}
.fotbox .fot1 .jut .gt .yq {
 display: flex;justify-content: flex-start;    flex-wrap: wrap;
}
.fotbox .fot1 .jut .gt .yq a{
	margin-right: 10px;
	margin-bottom: 10px;
	color: #888888;
}
.fotbox .fot1 .jut .gt .yq a:hover{
    color: #acce22;
}
.fotbox .fot1 .jut .gt .zixun{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #888888;
}
.fotbox .fot1 .jut .gt .zixun i{
	color: #008fd7;
	margin-right: 10px;
}
.fotbox .fot1 .jut .gt .zixun .zixun-name{
    line-height: 1.2;
}
.fotbox .fot1 .jut .gt .zixun .zixun-tel{
	color: #acce22;
	font-family:'SamsungOne700';
}
.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, #acce22, #008fd7);
}*/

@media (min-width: 768px) {
  .fotbox .fot1 .jut .gt .list a:hover{
    background: linear-gradient(to right, #acce22, #008fd7);
  }
  .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(60% - 20px);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox .fot1 .cont {
	  flex-wrap: wrap;    
	  width: calc(100% - 0px);
  }
}
.fotbox .fot1 .cont .fz_item {
	display: flex;
	width: 100%;
}
.fotbox .fot1 .cont .fz_item .fz_item_qr {
    display: block;
    color: #888888;
	margin-right: 20px
}
.fotbox .fot1 .cont .fz_item .fz_item_qr span{
	margin-top: 10px;
	display: block;
}
.fotbox .fot1 .cont .fz_item img{
	max-height: 100px;
	color: #888888;
}

.fotbox .fot1 .cont .item {
  margin-right: 20px;
  margin-bottom: 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 span{
    font-family:'SamsungOne700';
    color: #008fd7;
}

.fotbox .fot1 .cont .item .tit i {
  display: block;
  padding-left: 10px;
  color: #888888;
}
.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;
  color: #888888;
  transition: all 0.4s linear;
  margin-top: 10px;
}
.fotbox .fot1 .cont .item .f_list a:hover {
	color: #acce22;
}
.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;
  border-top: #333333 1px solid;
  color: #888888;
}
@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: 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, #acce22, #008fd7); /* 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: 5px;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;border-radius: 100%;}
.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, #acce22, #008fd7);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: #888888;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: 14px;color: #000;padding: 0 16px;height: 40px;font-family:'SamsungOne400';}
.popMessage-form li textarea{padding: 12px 16px;height: 90px;}
.popMessage-form li input::-webkit-input-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';}
.popMessage-form li input:-moz-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';}
.popMessage-form li input::-moz-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';}
.popMessage-form li input:-ms-input-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';} 
.popMessage-form li textarea::-webkit-input-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';}
.popMessage-form li textarea:-moz-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';}
.popMessage-form li textarea::-moz-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';}
.popMessage-form li textarea:-ms-input-placeholder{color: #a8adb6;font-size: 14px;font-family:'SamsungOne400';}
.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, #acce22, #008fd7);font-size: 14px;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;}
}

