.overflows {
  overflow: hidden;
}
/*标题*/
.title h2 {
  position: relative;
  padding-bottom: 30px;
  vertical-align: bottom;
  font-size: 34px;
  color: #fff;
}
.title h2:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .title h2 {
    font-size: 24px!important;
  }
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 20px!important;
    padding-bottom: 20px!important;
  }
  .title h2:after {
    width: 40px;
  }
}
.title.centers {
  text-align: center;
}
.title.centers h2:after {
  left: 50%;
  margin-left: -25px;
}
@media (max-width: 767px) {
  .title.centers h2:after {
    margin-left: -20px;
  }
}
.title.black h2 {
  color: #000;
}
.title.black h2:after {
  background-color: #cfcfcf;
}
/*头部导航*/
.head {
  width: 100%;
  min-width: 320px;
  height: 100px;
  position: fixed;
  z-index: 999;
  top: 0;
  background-color: transparent;
}
.cer90 {
  width: 95%;
  margin: 0 auto;
}
.head > div {
  height: 100%;
  position: relative;
}
.headin {
  position: relative;
  z-index: 7;
  height: 100%;
}
.ovh {
  overflow: initial;
}
.head a.logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  font-size: 0;
  line-height: 90px;
  opacity: 1;
}
.head a.logo img {
  max-height: 100%;
}
.head .logo2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  font-size: 0;
  line-height: 90px;
  opacity: 0;
}
.head .logo2 img {
  max-height: 100%;
}
.special.head .logo,
.special2.head .logo,
.nvact.head .logo {
  opacity: 0;
}
.special.head .logo2,
.special2.head .logo2,
.nvact.head .logo2 {
  opacity: 1;
}
.headshadow {
  width: 100%;
  height: 90px;
  display: none;
}
.special2.headshadow {
  display: block;
}
.special.head,
.special2.head,
.nvact.head {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.head .lang {
  position: absolute;
  width: 95px;
  height: 50px;
  top: 20px;
  right: 30px;
  z-index: 3;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.head .lang:hover {
  text-decoration: underline;
}
.special.head .lang,
.special2.head .lang,
.nvact.head .lang {
  color: #333;
}
.xiala {
  position: absolute;
  height: 26px;
  top: 44px;
  right: 20px;
  z-index: 3;
  background: url('../images/earth.png') 0 center no-repeat;
  padding-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.xiala span {
  background: url('../images/sjd-lang.png') 25px center no-repeat;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-transform: uppercase;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.xialalinks {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 36px;
  z-index: 1;
  background-color: #eee;
  display: none;
  overflow: hidden;
}
.xialalinks a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-indent: 0;
  text-align: center;
}
.xialalinks a {
  border: 1px solid #fff;
}
.xialalinks a:hover {
  background-color: #ea5613;
  color: #fff;
}
.special .xiala {
  background-image: url('../images/earth2.png');
}
.special .xiala span {
  background-image: url('../images/sjd-lang2.png');
  color: #333;
}
.special2 .xiala {
  background-image: url('../images/earth2.png');
}
.special2 .xiala span {
  background-image: url('../images/sjd-lang2.png');
  color: #333;
}
.nvact .xiala {
  background-image: url('../images/earth2.png');
}
.nvact .xiala span {
  background-image: url('../images/sjd-lang2.png');
  color: #333;
}
.xiala:hover,
.special .xiala:hover,
.special2 .xiala:hover,
.nvact .xiala:hover {
  background-image: url('../images/earth3.png');
}
.xiala:hover span,
.special .xiala:hover span,
.special2 .xiala:hover span,
.nvact .xiala:hover span {
  background-image: url('../images/sjd-lang3.png');
  color: #ec143e;
}
.nav {
  position: absolute;
  right: 125px;
  top: 0;
  z-index: 5;
  height: 100%;
}
.nav > li {
  float: left;
  height: 100%;
  position: relative;
  z-index: 1;
}
.nav > li > a {
  display: block;
  padding: 0 25px;
  height: 100%;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 90px;
  text-align: center;
}
.nav > li.on > a,
.nav > li:hover > a {
  color: #0f7bff;
}
.nav > li > a:after {
  left: 0;
  position: absolute;
  top: 50%;
  content: " ";
  width: 0;
  height: 1px;
  display: none;
  background-color: #0f7bff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.special .nav > li > a {
  color: #333;
}
.special .nav > li.on > a,
.special .nav > li:hover > a {
  color: #0f7bff;
}
.special2 .nav > li > a {
  color: #333;
}
.special2 .nav > li.on > a,
.special2 .nav > li:hover > a {
  color: #0f7bff;
}
.nvact .nav > li > a {
  color: #333;
}
.nvact .nav > li.on > a,
.nvact .nav > li:hover > a {
  color: #0f7bff;
}
.nav.active li {
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}
.nav li:nth-child(1) {
  -webkit-transition: all 0.5s ease-out 0.1s;
  -moz-transition: all 0.5s ease-out 0.1s;
  -ms-transition: all 0.5s ease-out 0.1s;
  -o-transition: all 0.5s ease-out 0.1s;
  transition: all 0.5s ease-out 0.1s;
}
.nav li:nth-child(2) {
  -webkit-transition: all 0.5s ease-out 0.15s;
  -moz-transition: all 0.5s ease-out 0.15s;
  -ms-transition: all 0.5s ease-out 0.15s;
  -o-transition: all 0.15s ease-out 0.5s;
  transition: all 0.5s ease-out 0.15s;
}
.nav li:nth-child(3) {
  -webkit-transition: all 0.5s ease-out 0.2s;
  -moz-transition: all 0.5s ease-out 0.2s;
  -ms-transition: all 0.5s ease-out 0.2s;
  -o-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}
.nav li:nth-child(4) {
  -webkit-transition: all 0.5s ease-out 0.25s;
  -moz-transition: all 0.5s ease-out 0.25s;
  -ms-transition: all 0.5s ease-out 0.25s;
  -o-transition: all 0.5s ease-out 0.25s;
  transition: all 0.5s ease-out 0.25s;
}
.nav li:nth-child(5) {
  -webkit-transition: all 0.5s ease-out 0.3s;
  -moz-transition: all 0.5s ease-out 0.3s;
  -ms-transition: all 0.5s ease-out 0.3s;
  -o-transition: all 0.5s ease-out 0.3s;
  transition: all 0.5s ease-out 0.3s;
}
.nav li:nth-child(6) {
  -webkit-transition: all 0.5s ease-out 0.35s;
  -moz-transition: all 0.5s ease-out 0.35s;
  -ms-transition: all 0.5s ease-out 0.35s;
  -o-transition: all 0.5s ease-out 0.35s;
  transition: all 0.5s ease-out 0.35s;
}
.nav li:nth-child(7) {
  -webkit-transition: all 0.5s ease-out 0.4s;
  -moz-transition: all 0.5s ease-out 0.4s;
  -ms-transition: all 0.5s ease-out 0.4s;
  -o-transition: all 0.5s ease-out 0.4s;
  transition: all 0.5s ease-out 0.4s;
}
dl.navtwo {
  width: 160px;
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  z-index: 1;
  padding-top: 15px;
  margin-left: -80px;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
dl.navtwo.on {
  top: 90%;
}
dl.navtwo .inner {
  width: 100%;
  background-color: #ffffff;
  padding: 13px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
}
dl.navtwo:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -11px;
  content: " ";
  width: 23px;
  background: url('../images/sju1.png') center no-repeat;
  height: 15px;
  z-index: 1;
}
dl.navtwo dd {
  height: 36px;
  line-height: 36px;
  text-align: center;
}
dl.navtwo dd > a {
  display: block;
  height: 100%;
  color: #666;
  letter-spacing: 0;
  overflow: hidden;
}
dl.navtwo dd:hover > a {
  color: #0f7bff;
  letter-spacing: 2px;
  background-color: #e1e1e1;
}
dl.navtwo dd > a:after {
  left: 100%;
  position: absolute;
  bottom: 0;
  content: " ";
  width: 0;
  display: none;
  border-bottom: 1px solid #da251d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
dl.navtwo dd > a:hover:after {
  width: 100%;
  left: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.navvtwo {
  width: 100%;
  position: fixed;
  top: 100px;
  height: 550px;
  left: 0;
  z-index: 2;
  display: none;
  opacity: 0;
}
.navvtwoin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.navvtwoin .addBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/nvbg.jpg') no-repeat center / cover;
}
.navvtwoin {
  transform-origin: 50% 0%;
  transform: perspective(1920px) rotateX(-80deg);
  transition: transform 0.3s 0s;
}
.navvtwo.on .navvtwoin {
  transform: perspective(0px) rotateX(0deg);
  -webkit-transform: perspective(0px) rotateX(0deg);
  transition: transform 0.5s 0.1s;
}
.navvtwobg {
  width: 100%;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.navvtwobg.active {
  display: block;
  opacity: 1;
}
.navvtwoin .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.navthree {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 550px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
/*.navthree li{ display: inline-block; width: 220px; padding-top: 50px; height: 500px;}*/
.navthree li {
  float: left;
  width: 20%;
  padding-top: 50px;
  height: 500px;
}
.navthree .pic {
  width: 100%;
  height: 160px;
  font-size: 0;
  line-height: 160px;
}
.navthree .pic a{
  width:100%;
  height:160px;
}
.navthree li:hover .pic {
  border-color: #eb0104;
}
.navthree .pic img {
 /* max-width: 100%;*/
  max-width: 90%;
  max-height: 100%;
}
.navthree dt {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 8px 0 10px;
}
.navthree dt a {
  color: #fff;
  position: relative;
}
.navthree dt a:after {
  left: 100%;
  position: absolute;
  bottom: -2px;
  content: " ";
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navthree dt:hover a:after {
  width: 100%;
  left: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.navthree dd {
  font-size: 14px;
  color: #ddd;
  line-height: 26px;
}
.navthree dd a {
  color: #ddd;
  letter-spacing: 0;
}
.navthree dd a:hover {
  color: #fff;
  letter-spacing: 2px;
}
/* 手机导航 */
.navsjout {
  width: 100%;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 70px;
  bottom: 0;
  left: -100%;
  z-index: 20;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #333;
}
.navsjout.on {
  opacity: 1;
  left: 0;
}
.navsj {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
}
.navsj > li {
  position: relative;
}
.navsj > li > a {
  display: block;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 22px;
  color: #fff;
  position: relative;
}
.navsj > li > a:after {
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 0;
  height: 1px;
  background-color: #666;
}
.navsjtwo {
  width: 100%;
  overflow: hidden;
  display: none;
  padding: 10px 0;
  background-color: #f1f1f1;
}
.navsjtwo > li {
  width: 100%;
}
.navsjtwo > li + li {
  border-top: 1px solid #fff;
}
.navsjtwo > li > a {
  display: block;
  line-height: 70px;
  font-size: 20px;
  color: #432a23;
  position: relative;
  z-index: 1;
  background-color: #ada;
  text-align: center;
  background: url('../images/nav-jtr1.png') 73% center no-repeat;
}
.navsjthree {
  width: 100%;
  display: none;
}
.navsjthree dd {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid #fff;
}
.navsjthree dd > a {
  display: block;
  font-size: 18px;
  height: 100%;
  background-color: #e1e1e1;
  color: #1d6bdd;
  overflow: hidden;
}
.navsj li i {
  position: absolute;
  right: 22%;
  top: 0;
  z-index: 9;
  width: 80px;
  height: 80px;
  display: block;
  cursor: pointer;
  background: url('../images/nav-jtd1.png') center no-repeat;
}
.navsj li.on i {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navsj,
.navsj li i {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#close {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  display: none;
  background: url('../images/op0-60.png');
  cursor: pointer;
}
.navbtn {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 20;
  width: 50px;
  height: 50px;
  opacity: 0;
  -moz-transition: 0.4s 0.5s;
  -ms-transition: 0.4s 0.5s;
  -webkit-transition: 0.4s 0.5s;
  -o-transition: 0.4s 0.5s;
  transition: 0.4s 0.5s;
}
.navbtn.active {
  opacity: 1;
}
.navbtn s {
  position: absolute;
  left: 30%;
  display: block;
  width: 40%;
  height: 4%;
  background-color: #fff;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.navbtn > s:nth-child(1) {
  top: 34%;
}
.navbtn > s:nth-child(2) {
  top: 48%;
  left: 38%;
  transform: rotate(0deg) scale(1, 1);
}
.navbtn > s:nth-child(3) {
  top: 62%;
}
.navbtn.on s:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.navbtn.on s:nth-child(2) {
  transform: rotate(-180deg) scale(0, 1);
}
.navbtn.on s:nth-child(3) {
  top: 48%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.special .navbtn s,
.special2 .navbtn s,
.nvact .navbtn s {
  background-color: #000;
}
.navbtn2 {
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 20;
  width: 90px;
  height: 90px;
  display: none;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.navbtn2 s {
  position: absolute;
  left: 25%;
  display: block;
  width: 50%;
  height: 4%;
  background-color: #333;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.navbtn2 > s:nth-child(1) {
  top: 32%;
}
.navbtn2 > s:nth-child(2) {
  top: 48%;
  width: 40%;
  transform: rotate(0deg) scale(1, 1);
}
.navbtn2 > s:nth-child(3) {
  top: 64%;
}
.navbtn2.on s:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.navbtn2.on s:nth-child(2) {
  transform: rotate(-180deg) scale(0, 1);
}
.navbtn2.on s:nth-child(3) {
  top: 48%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.navsearch {
  position: absolute;
  top: 35px;
  right: 0;
  width: 18px;
  height: 18px;
  z-index: 20;
  cursor: pointer;
}
.navsearch img:nth-child(2) {
  display: none;
}
@media (max-width: 1023px) {
  .navsearch {
    top: 24px!important;
  }
  .navsearch img:nth-child(1) {
    display: none;
  }
  .navsearch img:nth-child(2) {
    display: block;
  }
}
.navsearch.special2 {
  top: 33px;
}
.navsearch.special2 img:nth-child(1) {
  display: none;
}
.navsearch.special2 img:nth-child(2) {
  display: block;
}
.navsearch.active img:nth-child(1) {
  display: none;
}
.navsearch.active img:nth-child(2) {
  display: block;
}
@media screen and (max-width: 1350px) {
  .cer60 {
    padding-left: 30px;
  }
  .head .lang {
    right: 0;
  }
  .nav {
    right: 95px;
  }
}
@media screen and (max-width: 1200px) {
  .nav > li > a {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1100px) {
  .nav > li > a {
    padding: 0 9px;
  }
}
@media screen and (min-width: 1024px) {
  .navsjout {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .nav {
    display: none;
  }
  .navbtn2 {
    display: block;
  }
  .navsjout {
    display: block;
  }
  .navbtn {
    display: none!important;
  }
  .head .lang {
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .head .logo {
    opacity: 0;
  }
  .head .logo2 {
    opacity: 1;
    line-height: 70px;
  }
  .head {
    height: 70px;
    background-color: #fff;
    border-bottom-color: #e8e8e8;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  }
  .head .lang {
    color: #333;
  }
  .navbtn s {
    background-color: #000;
  }
  .nav > li > a {
    color: #333;
  }
  .nav > li.on > a,
  .nav > li:hover > a {
    color: #0f7bff;
  }
  .navbtn2 {
    top: 10px;
    width: 48px;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .head .logo2 {
    width: 57%;
  }
  .navbtn2 {
    top: 11px;
    right: 28px;
  }
  .navsearch {
    top: 27px!important;
  }
}
/* floatFns */
.floatFns {
  position: fixed;
  z-index: 88;
  right: 4px;
  top: 80%;
  transform: translateY(-50%);
  line-height: 1;
}
@media (max-width: 1024px) {
  .floatFns {
    display: none;
  }
}
.floatFns .item {
  position: relative;
  display: block;
  margin-top: 1px;
  width: 65px;
  height: 58px;
  text-align: center;
  font-size: 12px;
  background-color: #5c5c5c;
}
.floatFns .item:first-child {
  margin-top: 0;
}
.floatFns .item .stay {
  z-index: 2;
  position: relative;
  display: block;
  width: 65px;
  height: 58px;
  padding: 38px 0 0;
  background-color: #5c5c5c;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.floatFns .item .stay,
.floatFns .item .stay a {
  color: #ffffff;
}
.floatFns .item .ico {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.floatFns .item .hide {
  z-index: 5;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.2);
}
.floatFns .item .vmbox {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
}
.floatFns .item .qrcode {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.floatFns .item .outDiv {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 1px;
  box-shadow: 0px 4px 3.84px 0.16px rgba(0, 0, 0, 0.14);
  background-color: #fff;
}
.floatFns .item .outDiv p {
  display: none;
  line-height: 2;
}
.floatFns .item .outDiv img {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.floatFns .item .sigTxt {
  padding-left: 56px;
  height: 58px;
  white-space: nowrap;
  width: auto;
  padding-right: 20px;
  text-align: left;
  background-color: #1d6bdd;
  color: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.floatFns .item .sigTxt .ico {
  top: 7px;
  margin-left: 0;
  left: 10px;
}
.floatFns .item .sigTxt .dt {
  margin-top: 10px;
  font-size: 12px;
}
.floatFns .item .sigTxt .dd {
  margin-top: 6px;
  font-size: 18px;
}
.floatFns .item .backToTop {
  cursor: default;
}
.floatFns .item .backToTop.actived {
  cursor: pointer;
}
.floatFns .item .backToTop.actived:hover .ico {
  background-position: 0 -36px !important;
}
.floatFns .item:hover .stay {
  background-color: #1d6bdd;
}
.floatFns .item:hover .stay,
.floatFns .item:hover .stay a {
  color: #fff;
}
.floatFns .item .stay p {
  font-size: 12px;
}
.floatFns .item:hover .hide {
  -webkit-transition: all 250ms ease 0ms;
  transition: all 250ms ease 0ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
}
@media screen and (max-width: 1024px) {
  .floatFns {
    display: none;
  }
}
#loading .load-mask {
  -webkit-animation: load-mask-go2 3s ease-in-out both infinite;
  animation: load-mask-go2 3s ease-in-out both infinite;
}
@-webkit-keyframes load-mask-go2 {
  0%,
  100% {
    left: 0px;
    opacity: 1;
  }
  75% {
    left: 200px;
    opacity: 1;
  }
  75.1% {
    left: 0;
    opacity: 0;
  }
}
@keyframes load-mask-go2 {
  0%,
  100% {
    left: 0px;
    opacity: 1;
  }
  75% {
    left: 200px;
    opacity: 1;
  }
  75.1% {
    left: 0;
    opacity: 0;
  }
}
/* footerFn */
.footerFn {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 80;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 8px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 8px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .footerFn {
    display: block;
  }
}
.footerFn .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  max-width: 100% !important;
  padding: 0 15px;
  box-sizing: border-box;
}
.footerFn .contain:after {
  display: none;
}
.footerFn .contain .btn {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  text-align: center;
  height: 80px;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.footerFn .contain .btn:focus {
  box-shadow: none;
}
.footerFn .contain .btn .icoImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 44px;
  height: 44px;
}
.footerFn .contain .btn p {
  font-size: 16px;
  line-height: 1;
  margin-top: 4px;
}
.msg_patch .msg {
  width: 250px;
  height: 300px;
  height: auto;
  left: 50%;
  margin-left: -125px;
}
.msg_patch .msg .msgtxt {
  min-height: 120px;
  margin-top: 0;
  height: auto;
}
.msg_patch .tanImg {
  width: 200px;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}
.msg_patch .tanImg img {
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 5px;
}
.msg_patch input[type='button'] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .merji {
    overflow-x: auto;
    white-space: nowrap;
  }
  .navsjout .navsj {
    padding-bottom: 100px;
  }
  .merji li {
    max-width: 25%;
  }
  .navsj > li > a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.08);
  }
  .all {
    padding-bottom: 80px;
  }
  .footerFn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footerFn .contain .btn p {
    font-size: 12px;
  }
  .footerFn .contain .btn .icoImg {
    width: 35px;
    height: 35px;
  }
  .footerFn .contain .btn {
    height: 70px;
  }
  .navsj > li > a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .navsj li i {
    width: 40px;
    height: 50px;
  }
  .navsjtwo > li > a {
    line-height: 40px;
    font-size: 15px;
  }
}
/*搜索框*/
#search_drawer {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 100000;
}
#search_drawer.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
}
#search_drawer .search_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
#search_drawer .search_con .svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  box-sizing: content-box;
}
#search_drawer .search_con .form {
  padding: 18em 2em 0;
}
#search_drawer .search_con .form form {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
#search_drawer .search_con .form form input {
  width: 100%;
  background: transparent;
  padding: 0.8em 80px 0.8em 0.8em;
  font-size: 20px;
  color: #fff;
  border: 1px solid currentColor;
  border-radius: 5px;
}
#search_drawer .search_con .form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding: 0;
  z-index: 3;
  border: 0;
  outline: none;
  cursor: pointer;
  opacity: 0.7;
  background: url("../images/home_icon_06.png") no-repeat center center;
  transition: opacity 0.3s;
}
#search_drawer .search_con .form form button:hover {
  opacity: 1;
}
/*尾部*/
.footer {
  padding-top: 89px;
  background-color: #000000;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer .footer1 .footinfo {
  float: left;
  max-width: 370px;
}
.footer .footer1 .footinfo .foot_con {
  margin-top: 23px;
  position:relative;
}
.footer .footer1 .footinfo .foot_con p {
  font-size: 14px;
  line-height: 36px;
  color: #eee;
}
.footer .footer1 .footinfo .foot_con .images{
  width:90px;
  position:absolute;
  right:0;
  bottom:8px;
}
.footer .footer1 .footinfo .foot_con p span {
  display: inline-block;
  margin-right: 2px;
}
.footer .footer1 .footnav {
  float: right;
  width: 57%;
  padding-left: 9px;
  padding-top: 20px;
  justify-content: space-between;
}
.footer .footer1 .footnav dl dt {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.footer .footer1 .footnav dl dd a {
  font-size: 14px;
  color: #ddd;
  line-height: 29px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer .footer1 .footnav dl dd a:hover {
  color: #fff;
}
.footer .footer2 {
  margin-top: 58px;
  padding-top: 23px;
  padding-bottom: 17px;
  border-top: 1px solid #333;
}
.footer .footer2 .finl {
  font-size: 14px;
  text-align: center;
  color: #ccc;
}
@media (max-width: 1020px) {
  .footer {
    padding-top: 42px;
  }
  .footer .footer1 .footnav {
    display: none;
  }
  .footer .footer2 {
    margin-top: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .footer .footer1 .footinfo .foot_logo {
    width: 80%;
  }
}
/*Top_position*/
#Top_position .mainsVw {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
#Top_position .mainsVw .addBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  -webkit-animation: myBg 8s linear infinite alternate;
  animation: myBg 8s linear infinite alternate;
}
#Top_position .mainsVw .container {
  position: relative;
  height: 100%;
}
#Top_position .mainsVw .container .title {
  position: relative;
  padding-bottom: 23px;
  /* &:after{
          content:"";
          clear:both;
          display:block;
          position: absolute;
          left:50%;
          bottom:0;
          width: 50px;
          height: 2px;
          margin-left: -25px;
          background-color: #fff;
        }*/
}
#Top_position .mainsVw .container .title h2 {
  padding-top: 261px;
  font-size: 48px;
  text-align: center;
  color: #fff;
}
#Top_position .mainsVw .container .position {
  position: absolute;
  right: 0;
  bottom: 25px;
}
#Top_position .mainsVw .container .position .p_con {
  color: #fff;
}
#Top_position .mainsVw .container .position .p_con span {
  display: inline-block;
  width: 14px;
}
#Top_position .mainsVw .container .position .p_con a {
  margin: 0 5px;
  font-size: 14px;
  display: inline-block;
  color: #fff;
}
#Top_position .mainsVw .container .position .p_con a:hover {
  color: #eee;
}
@media (max-width: 1600px) {
  #Top_position .mainsVw .container .title h2 {
    padding-top: 18%;
  }
}
@media (max-width: 1200px) {
  #Top_position .mainsVw .container .title h2 {
    padding-top: 24%;
  }
}
@media (max-width: 1024px) {
  #Top_position .mainsVw {
    height: 400px;
  }
  #Top_position .mainsVw .container .title h2 {
    padding-top: 19%;
  }
}
@media (max-width: 992px) {
  #Top_position .mainsVw .container .title h2 {
    padding-top: 26%;
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #Top_position .mainsVw {
    height: 300px;
  }
  #Top_position .mainsVw .container .title h2 {
    padding-top: 39%;
    font-size: 30px;
  }
}
#subNav {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
#subNav ul {
  justify-content: center;
}
#subNav ul li {
  margin: 0 24px;
}
@media (max-width: 992px) {
  #subNav ul li {
    margin: 0 2px;
  }
}
#subNav ul li a {
  padding: 0 15px;
  font-size: 16px;
  line-height: 79px;
  position: relative;
}
#subNav ul li a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  content: "";
  clear: both;
  display: none;
  border: 1px solid transparent;
  border-top-color: #000;
}
#subNav ul li a:hover {
  color: #000;
}
#subNav ul li a.active {
  color: #000;
}
#subNav ul li a.active:after {
  display: block;
}
@media (max-width: 1300px) {
  #subNav ul li a {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  #subNav {
    height: auto;
  }
  #subNav ul li a {
    font-size: 14px;
    padding: 0 17px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #subNav ul li a {
    padding: 0 6px;
  }
}
/*more*/
.more {
  width: 104px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.more span {
  width: 15px;
  height: 9px;
  margin-left: 14px;
  display: inline-block;
  background: url("../images/home_icon_22.png") no-repeat center center;
}
.more:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .more {
    width: 95px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}
/*return*/
.return {
  width: 170px;
  height: 50px;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #000;
  transition: all 0.3s;
}
.return i {
  display: inline-block;
  width: 15px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("../images/news_Detail_01.png") no-repeat center center / cover;
}
.return:hover {
  opacity: 0.8;
  color: #fff;
}
/*page*/
.page {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 60px;
}
.page a {
  display: inline-block;
  margin-right: 2px;
}
.page a:nth-last-child(1) {
  margin-right: 0;
}
.page a:hover span {
  color: #666;
}
.page a span {
  padding: 0 16.1px 0;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 2px;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  color: #333;
  transition: all 0.3s linear;
}
.page a span img {
  width: 8px;
}
.page a span.current {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  .page {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .page a span {
    margin-right: 1px;
    padding: 0 8px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
/*relevant*/
.relevant {
  width: 24%;
  float: right;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .relevant {
    margin-bottom: 0px!important;
    margin-top: 20px;
  }
}
.relevant .r_title {
  padding-top: 17px;
}
@media (max-width: 768px) {
  .relevant .r_title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .relevant .r_title {
    padding-left: 0;
  }
}
.relevant .r_title h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 46px;
  padding-left: 31px;
  margin-bottom: 12px;
}
.relevant .r_list {
  margin: 0 28px 0 32px;
  padding-top: 27px;
  padding-bottom: 10px;
  border-top: 1px solid #eee;
}
@media (max-width: 768px) {
  .relevant .r_list {
    border-left: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .relevant .r_list {
    padding-left: 0;
    border-left: 0;
    margin: 0;
  }
}
.relevant .r_list li {
  width: 300px;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .relevant .r_list li {
    width: 48% !important;
    float: left;
  }
  .relevant .r_list li:nth-child(2n-1) {
    margin-right: 4%;
  }
}
.relevant .r_list li a .images {
  height: 180px;
  overflow: hidden;
}
.relevant .r_list li a .images img {
  height: 100%;
  transition: all 0.8s;
}
.relevant .r_list li a:hover .images img {
  transform: scale(1.1);
}
.relevant .r_list li a p {
  height: 21px;
  font-size: 16px;
  margin-top: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .relevant .r_list li a p {
    font-size: 14px;
  }
}
.relevant .r_list li a:hover p {
  color: #078190;
}
@media (max-width: 1100px) {
  .relevant .r_list li {
    width: auto;
  }
  .relevant .r_list li a .images {
    height: 146px;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .relevant .r_list li a .images {
    height: 108px;
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  .relevant .r_list li a .images {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .relevant {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 0 black;
  }
}
@media (max-width: 768px) {
  .relevant {
    width: 100%;
  }
  .relevant .r_list li a .images {
    height: 208px;
  }
}
@media (max-width: 767px) {
  .relevant .r_list li a .images {
    height: 104px;
  }
}
.addBg {
  -webkit-animation: myBg 6s linear infinite alternate;
  animation: myBg 6s linear infinite alternate;
}
@keyframes myBg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
/*# sourceMappingURL=public.css.map */
