.fotbox {
  position: relative;
  background:#043785;
  width: 100%;
}
/*
.fotbox:before{
  position: absolute;
  background:url(/template/cn/image/foot_logo.png) left no-repeat;
  background-size: auto 60%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top:50%;
  transform: translateY(-50%);
}
*/
.fotbox .fot3{

}
.fotbox .fot3 .contain{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	opacity: 0.5;	
}
.fotbox .fot3 .logo img{
    max-height: 65px;
}
.fotbox .fot3 .logo_tit{
	font-family: "SamsungOne700";
	color:#ffffff;
    width: calc(50% - 10px);
    text-align: right;
    line-height: 1.2;
}
.fotbox .fot2 .jut {
  /*width:calc(100% - 0px);*/

}
@media (max-width: 767px) {
  .fotbox .fot2 .jut {
    width:calc(100% - 0px);
  }
}
.fotbox .fot2 .jut .gt {

}
@media (max-width: 767px) {
  .fotbox .fot2 .jut .gt {
	margin-top: 5px;
  }
}
.fotbox .fot2 .jut .select {
position: relative;

}
.fotbox .fot2 .jut .select:hover {
    color: #ff0000;
}
.fotbox .fot2 .jut .select:hover .tit{
    color: #ff0000;
}
.fotbox .fot2 .jut .select.on {
    color: #ff0000;
}
.fotbox .fot2 .jut .select.on .tit{
    color: #ff0000;
}
.fotbox .fot2 .jut .select .tit {
	display: flex;
	color: #bbbbbb;
}
.fotbox .fot2 .jut .select .tit span {
  padding: 0 0 0 10px;
}
.fotbox .fot2 .jut .select .tit i {
  font-size: 18px;
}
.fotbox .fot2 .jut .select .hover1 {
  position: absolute;
  bottom: 50px;
  width: 120%;
  left: 0;
  display: none;
  z-index: 4;
}
.fotbox .fot2 .jut .select .hover1::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}
.fotbox .fot2 .jut .select .hover1 a {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
	padding:20px 10px;
    margin: 0;
	color: #000000;
	background: #ffffff;
}
.fotbox .fot2 .jut .select .hover1 a:last-child {
	border-bottom: 0px solid #f1f1f1;
}
.fotbox .fot2 .jut .select .hover1 a:hover {
    color: #ff0000;
}
.fotbox .fot2 .jut .select.on .hover1{
    animation: FooterIcon .6s ease-in-out both;
}
@media (max-width: 767px) {
  .fotbox .fot1 .jut > .select {
    margin-top: 0.5rem;
  }
}
.fotbox .fot1 {
  position: relative;
}
.fotbox .fot1 .contain{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
	.fotbox .fot1 .contain{
	display: block;
	}
}
.fotbox .fot1 .lx{
  width: calc(30% - 20px);
  color:#ffffff;
}
@media (max-width: 767px) {
	.fotbox .fot1 .lx{
	  width: calc(100% - 0px);
	}
}
.fotbox .fot1 .lx p:nth-child(1){    
	font-family: "SamsungOne700";
}
.fotbox .fot1 .lx p:nth-child(2){    
	font-family: "SamsungOne700";
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom:20px;
}
.fotbox .fot1 .lx p:nth-child(3){    
	padding-top:20px;
}
.fotbox .fot1 .lx p:last-child{    
	margin-bottom:42px;
}
.fotbox .fot1 .cont {
  display: flex;
  justify-content: space-between;
  width: calc(70% - 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;
    text-transform: uppercase;
}

.fotbox .fot1 .cont .item .tit i {
  display: block;
  padding-left: 10px;
}

.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: 1;
  -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;
	color:#ff0000;
  }
}
.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: #bbbbbb;
}
@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 {
	z-index: 1;
	position: relative;
    background: #000000;
}
.fotbox .fot2 .container {
  display: flex;
  justify-content: space-between;
  color: #888888;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container {
    flex-wrap: wrap;
    text-align: left;
    /* 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;
}
.fotbox .fot2 .container a {
  margin-left: 10px;
}
.fotbox .fot2 .container a:hover {
  color:#ff0000;
}
.fotbox .fot2 .container .lt {
  display: flex;
  flex-wrap: wrap;
}
@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;
}

.fotbox .fot2 .container .lt a:last-child {
  margin-right: 0;
  margin-left: 10;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .lt a {
    margin-right: 0;
  }
  .fotbox .fot2 .container .lt a:nth-of-type(1){
    margin-left: 0;
    margin: 0.05rem 0;
  }
  
}
.fotbox .fot2 .container .lt a i {
  display: block;
  width: 18px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .container .lt a i {
    width: 14px;
  }
}
.fotbox .fot2 .container .lt a i img {
  float: left;
  width: 100%;
}
@media (max-width:767px) {
  .fotbox .fot2 .container .lt a:last-child i{
    margin-right: 0.2rem;
  }
}

.fotbox .fot2 .container .gt {
  display: flex;
}
.fotbox .fot2 .container .gt a {
  display: block;
  margin: 0 10px;
}
.fotbox .fot2 .container .gt a:last-child {
}
@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: 60%;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: #000000;border-top-left-radius: 0px;border-bottom-left-radius: 0px;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: #ff0000;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%);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 #eeeeee;}
.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;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: #043785;cursor: pointer;font-family:'SamsungOne400';transition: all .4s ease;color:#ffffff;}
@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;}
}