﻿.footer2 {
  clear: both;
  font-size: 12px;
  color: #333;
  line-height: 28px;
  text-align: center;
  padding:40px;
}
.footer {
  background-color:rgba(0,0,0,0.1);
  color: #000;
  position: relative;
  padding: 3rem 1rem 0 0;
  height:380px;
  width:1920px;  
}
.footer .info {
  margin-right: 8%;
  width: 30%;
}
.footer .info .text {
  font-size: 0.4rem;
  line-height: 0.7rem;
  margin-bottom: 0.1rem;
}
.footer .qrList a.alink{
  background: url(../images/aboutus/zh.png) no-repeat 1rem center;
}
.footer .info .alink:hover{
  text-decoration: underline;
}
.footer .info .text.sm {
  font-size: 0.3rem;
}
.footer .info .tel-icon {
  background: url(../images/tel.png) no-repeat 0rem center;
  background-size: 0.4rem 0.4rem;
  padding-left: 0.6rem;
}
.footer .info .email-icon {
  background: url(../images/email.png) no-repeat 0rem center;
  background-size: 0.4rem 0.4rem;
  padding-left: 0.6rem;
}
.footer .webinfo .text {
  font-size: 0.3rem;
  line-height: 0.5rem;
  margin-bottom: 0.3rem;
}
.footer .qrList {
  font-size: 0;
  margin-bottom: 0.68rem;
}
.footer .qrList li {
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
}
.footer .qrList li:last-child {
  margin-right: 0;
}
.footer .qrList li:hover a {
  /* border-color: #a8ba1b;
  background-color: #a8ba1b; */
}
.footer .qrList li:hover .qr {
  display: block;
}

.footer .qrList .qr {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
  display: none;
  position: absolute;
  z-index: 200;
  left: 50%;
  margin-left: -22px;
  top: 1.7rem;
  width:130px;
  height:130px;
}
.footer .qrList .qr img {
  width: 100%;
  height: auto;
}
.footer .lang li {
  margin-right: 1rem;
}
.footer .lang li:last-child {
  margin-right: 0;
}
.footer .lang .img {
  display: block;
  font-size: 0;
}
.footer .lang .img img {
  width: 1.2rem;
  height: 0.7rem;
}
.footer_logo {
  font-size: 0;
  width: 3.5rem;
}
.footer_logo img {
  /* width: 100%; */
  height: 2.15rem;
}
.email-icon1 .logo{
    margin-left:100px;
}
.wrapper-footer .wrapper-footer-li {
  float: left;
  width: 20%;
  padding: 0 1rem;
  text-align: left;
}
.wrapper-footer .wrapper-footer-li:first-child {
  text-align: center;
  padding: 0;
}
.wrapper-footer .wrapper-footer-li:last-child {
  padding-right: 0;
}
.wrapper-footer li .logo {
  height: 50px;
  width:200px;
  margin: auto;
}
.wrapper-footer li .title{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.wrapper-footer li .text{
  font-size: 15px;
  color: rgba(0,0,0,0.8);
  line-height:25px;
  /* margin-bottom: 0.3rem; */
}
.wrapper-footer .qrList .qrimg{
  width: 60px;
  margin-right:15px;
}
.opacity7 {
  opacity: 0.7;
}
.wrapper-tabs-fix {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.wrapper-tabs-fix ~ .tab-div{
  padding-top: 1.9rem;
}
.wrapper-tabs-main{
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
li{
  list-style: none;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box;
}
.jf-news-pages{
    padding: 40px 30px 80px 30px;
}
.jf-news-pages li{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.jf-news-pages li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #383735;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #383735;
}
.jf-news-pages li.active{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.jf-news-pages li.active a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #EA5504;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #EA5504;
}

