.foot_wrap {
  width: 100%;
  /* background-color: #333333; */
  /* padding-bottom: 10px; */

  background: #333333 url(/image/logoNovi2.png) no-repeat ;
  background-size:50%;
  background-position: 130% 46.5%;
}

.foot_wrap .shuiyin {
  position: absolute;
  width: 100%;
  height: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.foot_wrap .foot {
  /* width: 100%; */
  margin: 0 auto;
}

.foot_wrap .foot_record {
  margin-top: 30px;
  width: 100%;  
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 5px 0; 
  border-top: 3px solid #F0C05C;
}

.foot_wrap .foot_record .foot_r_pdiv {
  position:relative;  
  margin: 0 auto;
  height: 15px;
}

.foot_wrap .foot_record .foot_r_pdiv .foot_r_p_cdiv {
  position:absolute;
}

.foot_wrap .foot_record .foot_r_pdiv .foot_r_p_cdiv .foot_r_p_c_ul {
  display: flex;
  padding-left: 400px;
}

.foot_wrap .foot_record .foot_r_pdiv .foot_r_p_cdiv .foot_r_p_c_ul .foot_r_p_c_li {
  
  width:80px; 
  /* padding-left: 20px; */
  margin: 0 auto; 
  text-align: left;
}

.foot_record_word {
  font-size: 12px;
  color: #fff;
}

.pencent{
  width:100%;
}

.foot_wrap .foot .foot_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot_wrap .foot .foot_top .f_t_ul {
  height: 80px;
  text-align: center;
  /* padding-left: 350px; */
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot_wrap .foot .foot_top .f_t_ul .f_t_li {
  /* padding-left: 60px; */
  font-size: 14px;
  text-align: center;
  width: 200px;
  position:relative;
  color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot_wrap .foot .foot_top .f_t_ul .f_t_li a {
  color: #eeeeee;
  font-size: 21px;
  
}

.foot_wrap .foot .foot_top .f_t_ul .f_t_li .asd_img {
  padding-right: 10px;
}

.foot_wrap .foot .foot_top .f_t_ul .f_t_li .f_t_li_ul {
  position:absolute; 
  margin-top: 25px; 
}

.foot_wrap .foot .foot_top .f_t_ul .f_t_li .f_t_l_u_li {
  font-size:12px; 
  line-height: 30px;
  width: 200px;
}

.foot_wrap .foot .foot_top .f_t_ul .f_t_li .f_t_l_u_li a {
  font-size:12px;
}

.foot_wrap .foot .foot_top .translation_box {
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  margin-left: 10px;
}

.foot_wrap .foot .foot_top .translation_box img {
  width: 20px;
  height: 20px;
}

.foot_wrap .foot .foot_top .translation_box .lag {
  font-size: 14px;
}

.foot_wrap .foot .foot_top .translation_box .iconfont {
  position: relative;
  z-index: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
}

.foot_wrap .foot .foot_top .translation_box .Drop_down_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.foot_wrap .foot .foot_top .translation_box .Drop_down_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 6px 0;
  cursor: pointer;
  color: #eeeeee;
}

.foot_wrap .foot .foot_top .translation_box .Drop_down_box li:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.foot_wrap .foot .foot_top .translation_box .Drop_down_box li:last-child {
  border: 0;
}

.foot_wrap .foot .foot_top .translation_box .Drop_down_box::after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


.foot_wrap .foot .foot_bottom {
  
  width: 100%;
  margin-left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  
}

.foot_wrap .foot .foot_bottom .foot_left .foot_row_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foot_wrap .foot .foot_bottom .foot_left .foot_row_ul .row_li {
  margin-right: 60px;
}

.foot_wrap .foot .foot_bottom .foot_left .foot_row_ul .row_li .foot_col_ul li {
  padding: 10px 0;
}

.foot_wrap .foot .foot_bottom .foot_left .foot_row_ul .row_li .foot_col_ul li a {
  color: #333333;
  font-size: 12px;
}

.foot_wrap .foot .foot_bottom .foot_left .foot_row_ul .row_li .foot_col_ul li a:hover {
  color: orange;
}

.foot_wrap .foot .foot_bottom .foot_left .foot_row_ul .row_li .foot_col_ul li:first-child {
  color: #999999;
  font-size: 14px;
  padding-bottom: 16px;
}
.foot_wrap .foot .foot_bottom .foot_bottom_top {
  margin-top: 0px;
  /* margin-right: 100px; */
  /* width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; */
}

.foot_wrap .foot .foot_bottom .foot_right {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding-right: 30px;
}

.foot_wrap .foot .foot_bottom .foot_right .imgset {
  width: 150px;
  height: 150px;
}

.foot_wrap .foot .foot_bottom .foot_right .nameset {
  font-size: 10px;
  color: #ffffff;
  padding-top: 10px;
}
/*# sourceMappingURL=footer.css.map */