.overflows {
  overflow: hidden;
}
/*header*/
.header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.header .mainsVw .container {
  max-width: 1600px;
  overflow: initial;
}
.header .mainsVw .container .logo {
  float: left;
}
.header .mainsVw .container .logo a {
  display: block;
  padding: 20px 0;
}
.header .mainsVw .navs {
  float: right;
}
.header .mainsVw .navs > ul > li {
  float: left;
  overflow: hidden;
  font-size: 16px;
 
  position: relative;
}
.header .mainsVw .navs > ul > li > a {
  position: relative;
  padding: 0 1.75em;
  font-size: 16px;
  line-height: 98px;
  border-bottom: 2px solid transparent;
}
.header .mainsVw .navs > ul > li > a.active {
  color: #1d6c77;
  border-color: #1d6c77;
}
.header .mainsVw .navs > ul > li > a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom-color: #1d6c77;
}
.header .mainsVw .navs > ul > li .zk {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 24px;
  padding: 0 8px;
  transition: all 0.3s;
}
.header .mainsVw .navs > ul > li .zk.active {
  transform: rotate(45deg);
}
.header .mainsVw .navs > ul > li .list {
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  margin-top: 50px;
  opacity: 0;
  background: #fff;
  z-index: 2;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.header .mainsVw .navs > ul > li .list ul {
  overflow: hidden;
  background: #fff;
}
.header .mainsVw .navs > ul > li .list ul li {
  font-size: 14px;
  line-height: 40px;
  transition: all 0.5s;
}
.header .mainsVw .navs > ul > li .list ul li a {
  position: relative;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
}
.header .mainsVw .navs > ul > li .list ul li a:hover {
  color: #fff;
  background-color: #1d6c77;
}
.header .mainsVw .navs > ul > li .list ul li:nth-last-child(1) a {
  border-bottom: 0;
}
.header .mainsVw .navs > ul > li .list .images {
  float: right;
  width: 164px;
  padding: 10px 0;
}
.header .mainsVw .navs > ul > li:hover {
  overflow: initial;
}
.header .mainsVw .navs > ul > li:hover > a {
  color: #1d6c77;
}
.header .mainsVw .navs > ul > li:hover:after {
  opacity: 1;
}
.header .mainsVw .navs > ul > li:hover .list {
  opacity: 1;
  margin-top: 0;
  transition: all 0.5s;
}
.header .mainsVw .search {
  float: right;
  display: inline-block;
  margin-left: 29px;
  margin-top: 37px;
}
.header .mainsVw .search a {
  width: 18px;
}
.header .mainsVw .search_con {
  position: fixed;
  top: -110px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 999;
  opacity: 0;
  transition: all linear 0.5s;
}
.header .mainsVw .search_con.active {
  top: 0;
  opacity: 1;
}
.header .mainsVw .search_con form {
  width: 90%;
  float: left;
  margin-top: 40px;
  border-bottom: 1px solid #999;
}
.header .mainsVw .search_con form input {
  width: 92%;
  line-height: 35px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 0;
  outline: none;
  background-color: transparent;
}
.header .mainsVw .search_con form button {
  width: 38px;
  height: 38px;
  outline: none;
  border: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: url("../images/home_06.png") no-repeat center center / auto;
}
.header .mainsVw .search_con .search_gb {
  float: right;
  height: 30px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  z-index: 9999;
  overflow: hidden;
}
.header .mainsVw .search_con .search_gb span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #666;
  position: relative;
  z-index: 666;
}
.header .mainsVw .search_con .search_gb span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.header .mainsVw .search_con .search_gb span:nth-child(2) {
  top: 13px;
  transform: rotate(-45deg);
}
.header .mainsVw .lang {
  float: right;
  margin-left: 33px;
  margin-top: 37px;
  font-size: 16px;
  color: #999;
}
.header .mainsVw .lang a {
  margin: 0 13px;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.header .mainsVw .lang a.active {
  color: #1d6c77;
}
@media (max-width: 1200px) {
  .header .mainsVw .navs > ul > li > a {
    padding: 0 1.5em;
  }
  .header .mainsVw .search {
    margin-left: 7px;
  }
  .header .mainsVw .lang a {
    margin: 0 2px;
  }
  .header .mainsVw .lang {
    margin-left: 15px;
  }
  .header .mainsVw .container .logo a {
    width: 203px;
    padding: 27px 0;
  }
}
@media (max-width: 1024px) {
  .header .mainsVw .navs > ul > li > a {
    padding: 0 1.2em;
  }
}
@media (max-width: 992px) {
  .header {
    height: 72px;
  }
  .header .mainsVw .lang {
    display: none;
  }
  .header .mainsVw .container .logo a {
    padding: 14px 5px;
  }
  .header .mainsVw .navs {
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    margin-left: 0;
    background-color: #fff;
  }
  .header .mainsVw .navs.op {
    display: block;
  }
  .header .mainsVw .navs .s_icon {
    display: block;
  }
  .header .mainsVw .navs > ul {
    display: block!important;
    padding-top: 10px;
    padding-bottom: 90px;
  }
  .header .mainsVw .navs > ul > li {
    width: 100%;
    float: none;
    height: auto!important;
    line-height: 48px!important;
  }
  .header .mainsVw .navs > ul > li:after {
    display: none;
  }
  .header .mainsVw .navs > ul > li .zk {
    display: inline-block;
    cursor: pointer;
  }
  .header .mainsVw .navs > ul > li > a {
    height: 45px;
    line-height: 45px;
    padding-top: 0;
    padding-left: 40px;
    color: #000;
  }
  .header .mainsVw .navs > ul > li > a:after {
    display: none!important;
  }
  .header .mainsVw .navs > ul > li .list {
    display: none;
    position: initial;
    width: 89%;
    opacity: 1;
    margin-top: 0;
    margin-left: 40px;
    box-shadow: none;
  }
  .header .mainsVw .navs > ul > li .list ul {
    padding-right: 0;
  }
  .header .mainsVw .navs > ul > li .list ul li {
    line-height: 38px;
  }
  .header .mainsVw .navs > ul > li .list ul li a {
    padding-left: 22px;
    font-size: 16px;
    text-align: left;
  }
  .header .mainsVw .navs > ul > li.active > a {
    color: #1d6c77 !important;
  }
  .header .menuBtn {
    margin-top: 21px;
  }
  .header .mainsVw .search {
    border-left: 0;
    margin-top: 27px;
    padding-left: 0;
    margin-right: 10px;
    float: none;
  }
  .header .mainsVw .search_con {
    height: 72px;
  }
  .header .mainsVw .search_con form,
  .header .mainsVw .search_con .search_gb {
    margin-top: 20px;
  }
  .header .mainsVw .search a {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .header .mainsVw .container .logo a {
    padding: 17px 38px 17px 0;
  }
  .header .mainsVw .navs > ul > li .list {
    width: 88%;
  }
  .header .mainsVw .navs > ul > li > a {
    padding-left: 15px!important;
  }
  .header .mainsVw .navs > ul > li .list {
    margin-left: 15px;
  }
  .header .mainsVw .navs > ul > li .list ul {
    padding-left: 15px;
  }
  .header .mainsVw .navs > ul > li .list ul li {
    font-size: 13px;
  }
  .header .mainsVw .navs > ul > li .search .s_icon form input {
    width: 80%;
  }
  .header .mainsVw .search_con form input {
    width: 82%;
    padding: 0 10px;
  }
  .header .mainsVw .search_con form {
    width: 88%;
  }
}
/*footer*/
#footer .mainsVw {
  background-color: #f0f0f0;
}
#footer .mainsVw .FriendshipU {
  padding: 18.5px 0;
}
#footer .mainsVw .FriendshipU span {
  font-size: 16px;
  color: #1d6c77;
}
#footer .mainsVw .FriendshipU a {
  margin: 0 20px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
}
#footer .mainsVw .FriendshipU a:hover {
  color: #1d6c77;
}
#footer .footer_con {
  padding-top: 48px;
  box-sizing: border-box;
  background-color: #333;
}
#footer .footer_con .f_tag {
  padding-bottom: 50px;
}
#footer .footer_con .f_tag .tag {
  float: left;
  width: 27.33%;
}
#footer .footer_con .f_tag .tag h4 {
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#footer .footer_con .f_tag .tag .t_list li {
  float: left;
}
#footer .footer_con .f_tag .tag .t_list li:nth-child(2) {
  margin-left: 16.5%;
}
#footer .footer_con .f_tag .tag .t_list li a {
  font-size: 14px;
  line-height: 36px;
  color: #eee;
}
#footer .footer_con .f_tag .tag .t_list li a:hover {
  color: #ccc;
}
#footer .footer_con .f_tag .contact,
#footer .footer_con .f_tag .contact2 {
  float: left;
  width: 24.33%;
}
#footer .footer_con .f_tag .contact dt,
#footer .footer_con .f_tag .contact2 dt {
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
#footer .footer_con .f_tag .contact dd,
#footer .footer_con .f_tag .contact2 dd {
  margin-top: 15px;
  color: #ccc;
}
#footer .footer_con .f_tag .contact dd > span,
#footer .footer_con .f_tag .contact2 dd > span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
}
#footer .footer_con .f_tag .contact dd p,
#footer .footer_con .f_tag .contact2 dd p {
  width: 83%;
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
  color: #eee;
}
#footer .footer_con .f_tag .contact dd p span,
#footer .footer_con .f_tag .contact2 dd p span {
  font-weight: 600;
}
#footer .footer_con .f_tag .contact2 {
  margin-left: 7.9%;
}
#footer .footer_con .f_tag .code {
  float: right;
  width: 120px;
}
#footer .footer_con .f_tag .code p {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
  color: #eee;
}
#footer .footer_con .f_bottom {
  border-top: 1px solid #3d3d3d;
}
#footer .footer_con .f_bottom p {
  line-height: 71px;
  text-align: center;
  color: #eee;
}
#footer .footer_con .f_bottom p a {
  margin-left: 51px;
  display: inline-block;
  color: #eee;
}
@media (max-width: 1200px) {
  #footer .f_tag .tag .t_list li:nth-child(2) {
    margin-left: 58px;
  }
  #footer .footer_con .f_tag .tag {
    width: 24.33%;
  }
  #footer .footer_con .f_tag .contact {
    width: 26.33%;
  }
  #footer .footer_con .f_tag .contact2 {
    margin-left: 4.9%;
    width: 26.33%;
  }
}
@media (max-width: 991px) {
  #footer .f_tag .tag {
    display: none;
  }
  #footer .f_tag .contact dd {
    margin-top: 11px;
  }
  #footer .footer_con .f_tag .contact {
    width: 35%;
  }
  #footer .footer_con .f_tag .contact2 {
    width: 37.33%;
  }
}
@media (max-width: 767px) {
  #footer .mainsVw {
    display: none;
  }
  #footer .footer_con .f_tag .code {
    float: left;
    margin-top: 20px;
  }
  #footer .footer_con .f_tag .contact {
    width: 100%;
  }
  #footer .footer_con {
    padding: 0;
  }
  #footer .footer_con .f_tag {
    display: none;
    padding-bottom: 20px;
  }
  #footer .footer_con .f_tag .contact dd p {
    width: 85%;
  }
  #footer .footer_con .f_tag .contact2 {
    margin: 20px 0 0;
    width: 100%;
  }
  #footer .footer_con .f_bottom p {
    line-height: 26px;
    padding: 10px 0;
  }
  #footer .footer_con .f_bottom p a {
    margin-left: 0;
    display: block;
  }
}
/*T_img*/
#Top_position {
  padding-top: 100px;
}
@media (max-width: 991px) {
  #Top_position {
    padding-top: 70px;
  }
}
#Top_position .mainsVw {
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#Top_position .mainsVw .container {
  height: 100%;
}
#Top_position .mainsVw .container .title {
  text-align: center;
}
#Top_position .mainsVw .container .title h1 {
  position: relative;
  padding-top: 7.5%;
  padding-bottom: 28px;
  font-size: 36px;
  color: #fff;
}
#Top_position .mainsVw .container .title h1:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
#Top_position .mainsVw .container .title p {
  margin-top: 21px;
  font-size: 16px;
  color: #fff;
}
#Top_position .mainsVw .position {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#Top_position .mainsVw .position .p_con {
  color: #fff;
  text-align: right;
}
#Top_position .mainsVw .position .p_con span {
  line-height: 40px;
  display: inline-block;
}
#Top_position .mainsVw .position .p_con a {
  margin: 0 5px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
}
#Top_position .mainsVw .position .p_con a:hover {
  color: #eee;
}
@media (max-width: 1200px) {
  #Top_position .mainsVw .container .title h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #Top_position .mainsVw {
    height: 200px;
  }
  #Top_position .mainsVw .container .title h1 {
    padding-top: 12.5%;
    padding-bottom: 12px;
    font-size: 22px;
  }
  #Top_position .mainsVw .container .title p {
    margin-top: 10px;
    font-size: 14px;
  }
  #Top_position .mainsVw .position .p_con {
    font-size: 12px;
  }
  #Top_position .mainsVw .position .p_con a {
    font-size: 12px;
    margin: 0 2px;
  }
}
/*menuBtn*/
.menuBtn {
  float: right;
  display: none;
  width: 50px;
  margin-top: 38px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .menuBtn {
    display: block;
  }
}
@media (max-width: 767px) {
  .menuBtn {
    margin-right: 0px;
  }
}
.menuBtn.onBtn span:nth-child(1) {
  position: relative;
  top: 9px;
  transform: rotate(45deg);
}
.menuBtn.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menuBtn.onBtn span:nth-child(3) {
  display: none;
}
.menuBtn span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  margin: 7px auto;
  transition: all 0.5s;
}
/*page*/
.page {
  margin-top: 12px;
  position: relative;
  top: -5px;
  text-align: center;
  padding-top: 0;
}
.page a {
  display: inline-block;
}
.page a span {
  padding: 9.5px 16px;
  font-size: 14px;
  display: inline-block;
  color: #333;
  background-color: #f0f0f0;
  transition: all 0.3s linear;
}
.page a:hover span {
  color: #1d6c77;
}
.page a.active span {
  color: #fff;
  background-color: #1d6c77;
}
@media (max-width: 767px) {
  .page a span {
    padding: 9px 13px;
  }
}
#subNav {
  background-color: #f0f0f0;
}
#subNav ul li {
  float: left;
}
#subNav ul li a {
  height: 81px;
  padding: 0 56px;
  font-size: 16px;
  line-height: 81px;
}
#subNav ul li a:hover {
  color: #1d6c77;
}
#subNav ul li a.active {
  color: #fff;
  background-color: #1d6c77;
}
@media (max-width: 992px) {
  #subNav {
    height: auto;
  }
  #subNav ul li a {
    height: 60px;
    font-size: 16px;
    padding: 0 53px;
    line-height: 60px;
  }
  #subNav ul li a.active {
    background-color: #1d6c77;
  }
}
@media (max-width: 767px) {
  #subNav ul li a {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 10px;
  }
}
.m_title h2 {
  position: relative;
  padding-bottom: 28px;
  font-size: 30px;
  color: #222;
  text-align: center;
}
.m_title h2:after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
  width: 50px;
  height: 2px;
  background-color: #ddd;
}
@media (max-width: 1024px) {
  .m_title h2 {
    padding-bottom: 19px;
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .m_title h2 {
    font-size: 20px;
  }
  .m_title h2:after {
    margin-left: -15px;
    width: 30px;
  }
}
@media (max-width: 1200px) {
  #header .mainsVw .language {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #header .mainsVw .language .l_list {
    width: 95px;
  }
}
/*新闻*/
.newList ul {
  margin-left: -50px;
}
.newList ul li {
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .newList ul li {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .newList ul li {
    margin-bottom: 30px;
  }
}
.newList ul li a {
  margin-left: 50px;
}
.newList ul li a .images {
  overflow: hidden;
}
.newList ul li a .images img {
  transition: all 0.5s;
}
.newList ul li a .text {
  padding-top: 33px;
}
.newList ul li a .text h3 {
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
}
.newList ul li a .text p {
  margin-top: 16px;
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.newList ul li a .text span {
  padding-top: 17px;
  display: block;
  font-size: 14px;
  color: #666;
}
@media (max-width: 767px) {
  .newList ul li a .text {
    padding-top: 20px;
  }
  .newList ul li a .text h3 {
    font-size: 16px;
  }
  .newList ul li a .text p {
    margin-top: 10px;
  }
}
.newList ul li a:hover .images img {
  transform: scale(1.2);
}
.newList ul li a:hover .text h3 {
  color: #1d6c77;
}
/*返回列表按钮*/
.return {
  width: 150px;
  height: 46px;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background-color: #1d6c77;
}
.return span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s;
}
.return i {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background: url('../images/news_Detail_01.png') no-repeat top left / 100%;
}
.return:hover span {
  margin-left: 0;
}
@media (max-width: 767px) {
  .return {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}
.more {
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #1d6c77;
  transition: all 0.3s;
}
.more i {
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-left: 20px;
  background: url("../images/home_89.png") no-repeat center;
}
.more.center {
  text-align: center;
}
.more.bor {
  border: solid 1px #1d6c77;
}
.more:hover {
  box-shadow: 0 0 25px rgb(29,108,119) inset;
}
@media (max-width: 992px) {
  .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .more span {
    margin-left: 5px;
  }
}
.public_list {
  margin-left: -44px;
}
.public_list li {
  margin-bottom: 37px;
}
.public_list li a {
  margin-left: 44px;
  border: solid 1px #eee;
}
.public_list li a .images {
  background-color: #fff;
  overflow: hidden;
}
.public_list li a .images img {
  transition: all 0.5s;
}
.public_list li a h4 {
  border-top: solid 1px #eee;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  background-color: #ddd;
  border: solid 1px #eee;
}
.public_list li a h4 .ico {
  height: 16px;
  width: 16px;
  display: inline-block;
  background: url("../images/px1.png") no-repeat center #ccc;
  text-align: left;
  margin-left: 16px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.public_list li a:hover h4 {
  color: #1d6c77;
}
.public_list li a:hover h4 .ico {
  background-image: url("../images/px2.png");
}
.public_list li a:hover .images img {
  transform: scale(1.1) translateY(-5px);
}
@media (max-width: 1200px) {
  .public_list {
    margin-left: -15px;
  }
  .public_list li a {
    margin-left: 15px;
  }
  .public_list li a h4 .ico {
    margin-left: 8px;
  }
}
.search{
	padding-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
}
.search input{
	border: none;
	outline: none;
	background-color: transparent;
}
.search button{
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}
.search img{
	width: 18px;
	height: 18px;
}

.floatFns {
  position: fixed;
  z-index: 88;
  right: 4px;
  top: 50%;
  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: #1d6c77;
  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: #1d6c77;
}
.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;
  }
}
/*# sourceMappingURL=public.css.map */