/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

video, embed, iframe {
  max-width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}

.sl{
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

input[type="button"], input[type="text"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;


}


textarea {
  -webkit-appearance: none;

  outline: none;
}

.notScroll{
 overflow: hidden; 
}
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*文字超出隐藏*/
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}

.dot2 {

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wal {
  width: 1400px;
  margin: 0px auto;
}

.main_title {
  text-align: center;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}

.main_title p b {
  font-size: 40px;
  font-weight: bold;
  color: #093AA7;
}

.main_title span {
  font-size: 16px;
  color: #666;
}

/*header start*/
.mobile-nav-main{
  display: none;
}
.header{
  width: 100%;
  height: 80px;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}

.header .headbody{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  align-content: center
}

.header .headbody a.logo{
  width: 240px;
}

.header .nav{
  width: calc(100% - 300px);
  height: 100%
}

.header .nav .main-menu-list{
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.header .nav .main-menu-list > li{
  width: calc(100% / 8);
  text-align: center;
  font-size: 17px;
  line-height: 80px;
}

.header .nav .main-menu-list > li > a{
  display: block;
  height: 100%;
}

.header .nav .main-menu-list > li.cn > a{
  display: inline-block;
  height: 100%;
}
.header .nav .main-menu-list > li.cn:hover > a{
  background: none;
  color: #666;
}

.header .nav .main-menu-list > li.cn > a:hover{
  color: #2D4BCB;
}
.header .nav .yiji{
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  /*height: 200px;*/
  padding:30px 0;
  background: #fff;
  z-index: 99;
  display: none;
  box-shadow: 0 3px 10px #dfdfdf;
  font-size: 15px;
}
.header .nav .main-menu-list > li:hover .yiji{
  display: block;

}
.header .nav .main-menu-list > li:hover > a{
  background: #2D4BCB;
  color: #fff;
}
.header .nav .yiji .yjbody{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.header .nav .yiji .yjbody .ul1{
  width: 22%;
  position: relative;
}

.header .nav .yiji .yjbody .ul1 > li{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.header .nav .yiji .yjbody .ul1 > li > a{
  height: 30px;
  line-height: 30px;
}
.header .nav .yiji .yjbody .yj_right{
  width: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 16px;
  line-height: 160%;
  text-align: left;
}

.header .nav .yiji .yjbody .yj_right b{
  display: block;
  font-size: 20px;
  color: #2D4BCB;
  padding-bottom: 15px;
}

.header .nav .yiji .yjbody .yj_right .des,
.header .nav .yiji .yjbody .yj_right .navimg{
  width: 46%;
  font-size: 14px;
}

.header .nav .menuicon{
  display: inline-block;
  width:16px;
  height:16px;
  margin-left:10px;
  filter: grayscale(100%);
  opacity: 0.3;
}


.header .nav .yiji .yjbody .ul1 > li .ul2{
  display: none;
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  padding-left: 10%;
  border-left: 1px solid #ddd;
  min-height:100%;
  background: #fff;
}

.header .nav .yiji .yjbody .ul1 > li .ul2 .ul3{
  display: none;
  position: absolute;
  width: 150%;
  left: 100%;
  top: 0;
  padding-left: 10%;
  border-left: 1px solid #ddd;
  min-height:100%;
  background: #fff;
  word-spacing: -1px;
  font-size: 14px;
}

.header .nav .yiji .yjbody .ul1 > li:hover .ul2{
  display: block
}
.header .nav .yiji .yjbody .ul1 > li:hover > a{
  color: #2D4BCB;
}
.header .nav .yiji .yjbody .ul1 > li:hover > a .menuicon{
  filter: grayscale(0%);
  opacity: 1;
}

.header .nav .yiji .yjbody .ul1 > li .ul2 > li:hover .ul3{
  display: block;

}
.header .nav .yiji .yjbody .ul1 > li .ul2 > li:hover > a{
  color: #2D4BCB;
}


.header .nav .yiji .yjbody .ul1 > li .ul2 > li:hover > a .menuicon{
  filter: grayscale(0%);
  opacity: 1;
}
.header .nav .yiji .yjbody .ul1 > li .ul2 > li > .ul3 > li:hover >a{
  color: #2D4BCB
}
/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;

  cursor: pointer;
  overflow: hidden;
  z-index: 10;

  transition: all .5s ease;
  outline: none;
  opacity: 0;

}

#banner:hover .swiper-button {
  opacity: 1;

}

.btn-prev {
  left: 8%;
}

.btn-next {
  right: 8%;
}

#banner:hover .btn-prev {
  left: 5%;
}

#banner:hover .btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #2D4BCB;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 90px;
  left: 0;
  width: 100%;
}


.banner_txt {
  position: absolute;
  width: 100%;
  top: 32%;
  left: 0;
  right: 0;

  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt_spe {
  position: absolute;
  width: 100%;
  top: 23%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;

}

.banner_txt p {
  font-size: 30px;
  color:#666;
  text-shadow: none;
}

.banner_txt b {
  display: block;
  font-size: 42px;
  color: #333;
  margin: 30px 0;
  text-shadow: none;
}

.banner_txt span {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  display: block;
  text-shadow: none;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
/*  border: 1px solid #fff;*/
  background:#2D4BCB;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

/*首页banner图 end*/


/*search start*/

.search{
  padding: 30px;
  background: #2d4bcb;
  position: relative;
  z-index: 999;
  top: -60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.search .tel_left{
  width: 58%;
  display: flex;
  flex-flow: row wrap;
}

.search .tel_left .tel_box:nth-child(1) {
  padding-right: 80px;
}

.search .tel_left p{
  color: #fff;
  opacity: 0.5;
  padding-bottom: 10px;
}

.search .tel_left b{
  font-size: 22px;
  font-family: Arial;
  color: #fff;
}

.search .search_right{
  width: 38%;
  position: relative;
}

.search .search_right input{
  border:none;
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  padding:10px 60px 10px 20px;
}

.search .search_right button{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/fdj.png") no-repeat center left;
  background-size: 30px 30px;
  border:none;
}

/*产品*/
/*.product{padding: 50px 0}*/
.title{
  text-align: center;
  margin: 0 auto 30px;
}
.title b{
  font-size: 40px;
  color: #333;
  text-transform: uppercase;
}
.title em{
  display: block;
  width: 40px;
  height: 5px;
  background: #2D4BCB;
  margin: 10px auto;
}
.title p{
  display: block;
  line-height: 14px;
  color: #777;
  line-height: 20px;
  width: 46%;
  margin: 0 auto;
}



/*产品 start*/
.product{
  background:url("../images/probg.jpg") no-repeat center bottom #f1f1f1;
  padding-bottom: 50px;
}
.product-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 30px;
}

.pro-fl {
  width: 35%;
  background: #fff;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.pro-fl .pro_txt {
  text-align: center;
}

.pro-fl .pro_txt .ab_more2 {
  margin: 0 auto;
}

.pro-fl a:hover .ab_more2 {
  background: #2D4BCB;
  border: 1px solid #2D4BCB;
  border-radius: 5px;
  color: #fff;
}

.pro-fr {
  width: 65%;
}

.pro_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  background: #fff;
  padding: 20px;
  margin: 10px;
  height: 260px;
}

.pro-fl .pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: center;

}

.pro-fr .pro_txt {
  font-size: 20px;
  color: #1e1e1e;
  text-align: left;
  width: 65%;
}

.pro_txt b {
  font-size: 22px;
}

.pro_txt p {
  margin: 30px 0;
}

.pro_txt p em {
  display: block;
  height: 36px;
  line-height: 36px;
  background: url("https://www.hanvac.de/Public/images/pro-tb.png") no-repeat left;
  padding-left: 27px;
  font-size: 18px;
  font-weight: normal;
}



.pro_txt span {
  color: #999;
  font-size: 15px;
  display: block;
  margin: 20px 0;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
}

.pro_tu {
  position: relative;
  overflow: hidden;
}

.pro-fl .pro_tu {
  margin-top: 60px;
}

.pro-fl .pro_tu img {
  max-height: 400px;
/*  transform:scale(1.5,1.5);*/
}

.pro-fr .pro_tu img {
  max-height: 300px;
  transform:scale(1.5,1.5);
}

.pro-fl .pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.pro-fr .pro_tu::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 1;
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 4.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.ab_more2 {
  display: block;
  font-size: 14px;
  color: #999;
  width: 140px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dedede;
  background: #fff;
  margin: 20px 0;
  font-style: normal;
  transition: all 0.3s;
}

.pro_list a:hover .ab_more2 {
  color: #fff;
  background: #2D4BCB;
  border: 1px solid #2D4BCB;
  border-radius: 5px;
}

@keyframes movepoint {
  25% {
    transform: scale(1.7);
  }

  100% {
    transform: scale(1.5);
  }
}

@keyframes movepoint1 {
  25% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1.0);
  }
}

.pro_list a:hover .shade-move {

  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
}

.pro-fl a:hover .shade-move {

  animation: movepoint1 2s infinite;
  -webkit-animation: movepoint1 2s infinite;
}

.pro-fl a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.pro_list a:hover .pro_tu::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

/*解决方案*/
/*解决方案*/
.jjfa {
  position: relative;
}

.jjfa .tit_box{
  width: 100%;
  position: absolute;
  top: 50px
}

.jjfa .jjfa_tit{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 9999;
}
.jjfa .jjfa_tit ul{
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}
.jjfa .jjfa_tit ul li{
  width: calc(100% / 7);
  height: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.jjfa .jjfa_tit ul li.active{
  background: url("../images/activebg1.png");
  background-size: cover;
  align-items: center;
}
.jjfa .jjfa_tit ul li a{
  color: #fff;
  display: inline-block;
  width: 100%;
  padding:100px 0 50px;
}
.jjfa .jjfa_tit ul li a p{
  font-size: 18px;
  line-height: 20px;
  display: block;
  min-height: 40px;
  padding-top: 10px;
}
.jjfa .jjfa_com ul li{
  display: none;
}

.jjfa-menb{
  position: absolute;
  bottom: 0;
  z-index: 99;
}

/*company start*/
.company{
  padding: 60px 0;
}

.company .com_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.company .com_body .com_l,.company .com_body .com_r{
  width: 48%;
}
.company .com_body .com_l{
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
}
.company .com_body .com_l em{
  display: block;
  width: 100%;
  font-size: 18px;
  color: #2D4BCB;
  font-style: normal;
  font-weight: bold;
}

.company .com_body .com_l b{
  font-size: 38px;
  line-height: 40px;
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
}
.company .com_body .com_l p{
  font-size: 15px;
  line-height: 170%;
}
.company .com_body .com_r img{
  box-shadow: 2px 5px 5px 5px #dfdfdf;
}

.company .more{
  display: inline-block;
    width: 150px;
    height: 40px;
    background: #2D4BCB;
    border-radius: 5px;
    line-height: 40px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}

/*adv line*/
.adv_line{
  height: 250px;
  background:url("../images/advbg.jpg") no-repeat center;
  
}
.adv_line .wal{
  height: 100%;
}
.adv_line ul{
  height: 100%;
  display:flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}
.adv_line ul li{
  width: 20%;
  color: #fff;
  text-align: center;
  font-size: 17px;
  display: flex;
  flex-flow: column wrap;
}
.adv_line ul li img{
  width: 35px;
  margin: 0 auto;
}
.adv_line ul li b{
  font-size: 50px;
  font-family: Arial;
}

/*news*/
.news{padding: 60px 0}
.news .new_body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.news .new_body .new_left,.news .new_body .new_right{
  width: 48%;
  display: flex;
  flex-flow: column wrap;
}
.news .new_body .new_left{
  padding: 40px;
  background: #f1f1f1;
}

.news .new_body .new_left .new_tit{
  font-size: 16px;
  color: #333;
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  line-height: 160%;
}

.news .new_body .new_left em{
  font-size: 14px;
  color: #2D4BCB;
  font-style: normal;
  padding: 10px 0 20px;
}

.news .new_body .more{
  display: inline-block;
  width: 150px;
  height: 40px;
  background: #2D4BCB;
  border-radius: 5px;
  line-height: 40px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}

.news .new_body .new_left .img{overflow: hidden;}
.news .new_body .new_left .img img{width: 100%;display: block;transition:.5s ease-in;}
.news .new_body .new_left:hover img { transform:scale(1.1,1.1);}

.news .new_body .new_right ul li:nth-child(1) {
  border-top: 1px solid #dfdfdf;
}
.news .new_body .new_right ul li{
  padding:25px 20px;
  border-bottom: 1px solid #dfdfdf;
}
.news .new_body .new_right ul li a{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.news .new_body .new_right ul li a span{
  width: 5%;
  font-size: 30px;
  color: #ddd;
  font-weight: bold;
  line-height: 20px;
  padding-right: 15px;
}

.news .new_body .new_right ul li a .new_mid{
  width: 70%;
   display: flex;
  flex-flow: row nowrap;
}

.news .new_body .new_right ul li a .new_mid .tit1{
  font-size: 16px;
  line-height: 20px;
  color: #333;
  width:100%;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}

.news .new_body .new_right ul li a .new_mid .con1{
  line-height: 20px;
  color: #888;
  font-size: 14px;
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 15px
}

.news .new_body .new_right ul li a .new_time{
  color: #999;
  display: flex;
  flex-flow: row wrap;
  justify-content:right 
}

.news .new_body .new_right ul li a .new_time p{
  width: 100%;
   text-align: right;
}
.news .new_body .new_right ul li a .new_time .jt{
  width:100%;
  padding-top: 20%;
  text-align: right;
}
.news .new_body .new_right ul li a .new_time .jt img{
  width: 30px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.news .new_body .new_right ul li:hover {
  background: #f1f1f1
}
.news .new_body .new_right ul li:hover .new_mid span{
  color: #2D4BCB
}
.news .new_body .new_right ul li:hover .new_mid .tit1{
  color: #2D4BCB
}
.news .new_body .new_right ul li:hover .new_mid .con1{
  color: #666
}
.news .new_body .new_right ul li:hover a .new_time .jt img{
  filter: grayscale(0%);
  opacity: 1;
}

.footer{
  padding: 50px 0;
  background:url("../images/ditu.png") no-repeat center #efefef;
  background-size: auto 80%;
}

.foot_body{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.foot_body .foot_l b{
  color: #2D4BCB; font-weight:normal;
}
.foot_body .foot_l ul{
  margin-top: 30px;
}
.foot_body .foot_l ul li{
  font-size: 15px;
  line-height: 28px;
}
.foot_body .foot_r{
  text-align: right;
}

.foot_body .foot_r p{
  line-height: 160%;
  font-size: 15px;
  padding: 5px 0;
}
.foot_body .foot_r .foot_p{ font-size:12px;}
.foot_body .foot_r .foot_p a{

  padding: 0px 2px; font-size:12px;
}

.foot_body .foot_r ul{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 10px;
}
.foot_body .foot_r ul .foot_li{ position:relative;}
.foot_body .foot_r ul .foot_li span{ display:none; position:absolute; top:-105px; left:-30px;}
.foot_body .foot_r ul .foot_li span img{ width:100px;}
.foot_body .foot_r ul .foot_li:hover span{ display:block;}
.foot_body .foot_r ul li{
  width: 30px;
  margin-left: 10px;
}

.foot_body .foot_r ul li img{
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.3;
}
.foot_body .foot_r ul li:hover img{
  filter: grayscale(0%);
  opacity: 1;
}