body {
  background-color: #f6f9fc;
  font-family: Microsoft YaHei;
}
.mauto {
  max-width: 1440px;
}
.public-top {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .mauto {
    max-width: 94% !important;
  }
}
.img-scale,
.hover-scale {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.img-scale img,
.hover-scale img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.img-scale:hover img,
.hover-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
header,
footer,
.header-m,
main,
.i-banner,
.banner {
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header {
  position: fixed;
  z-index: 555;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .header .header-mauto {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
header .logo {
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .logo img {
  width: 260px;
  height: auto;
  object-fit: contain;
}
header .header-m .m-language {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ebebeb;
}
/* header .header-m .m-language a {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -moz-animation: slideInUp 1.5s both;
  -o-animation: slideInUp 1.5s both;
  animation: slideInUp 1.5s both;
  -webkit-animation: slideInUp 1.5s both;
} */
/* header .header.on ul li:hover>a {
  color: #000 !important;
} */
header nav ul li {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  margin: 0 0 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header nav ul li.cur {
  color: #ed211e;
}
header nav ul li.cur a {
  color: #ed211e;
}
header nav ul li a {
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
}
header nav ul li a span {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-top: 5px;
}
@media (max-width: 1400px) {
  header .header .header-mauto {
    width: 100%;
    max-width: 1600px;
    margin: auto;
  }
  header .logo img {
    width: 300px;
    height: auto;
    object-fit: contain;
  }
}
@media (max-width: 1200px) {
  .header {
    display: none;
  }
  .md-db {
    display: block !important;
  }
  .mauto {
    width: 95%;
  }
  .header-m {
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  }
  .header-m::after {
    display: none;
    position: fixed;
    content: "";
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-m .logo {
    position: absolute;
    left: 50%;
    height: 70px;
    line-height: 70px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .header-m .logo img {
    max-height: 40px;
  }
  .header-m .m-menu-b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 70px;
    cursor: pointer;
  }
  .header-m .m-menu-b::before,
  .header-m .m-menu-b::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -webkit-calc(35px / 2);
    left: -moz-calc(35px / 2);
    left: calc(35px / 2);
    width: 25px;
    height: 1px;
    z-index: 999;
    -o-transition: all 0.3s ease-out 0.3s;
    -moz-transition: all 0.3s ease-out 0.3s;
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
    background: #222;
  }
  .header-m .m-menu-b::before {
    -moz-transform: translateY(-4px) rotate(0);
    -ms-transform: translateY(-4px) rotate(0);
    -o-transform: translateY(-4px) rotate(0);
    transform: translateY(-4px) rotate(0);
    -webkit-transform: translateY(-4px) rotate(0);
  }
  .header-m .m-menu-b::after {
    -moz-transform: translateY(4px) rotate(0);
    -ms-transform: translateY(4px) rotate(0);
    -o-transform: translateY(4px) rotate(0);
    transform: translateY(4px) rotate(0);
    -webkit-transform: translateY(4px) rotate(0);
  }
  .header-m .m-menu {
    display: none;
    z-index: 888;
    position: fixed;
    width: 100%;
    width: 260px;
    height: 100%;
    top: 0;
    left: -260px;
    opacity: 1;
    background: #fafafa;
    text-align: left;
    padding-top: 70px;
  }
  .header-m .m-menu::after {
    position: absolute;
    top: 70px;
    content: "";
    width: 100%;
    height: 1px;
    background: #ebebeb;
  }
  .header-m .nav {
    height: -webkit-calc(-6%);
    height: -moz-calc(-6%);
    height: calc(100% - 106px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-m .nav > li {
    border-bottom: 1px solid #ebebeb;
    -moz-animation: resize 0.5s both;
    -o-animation: resize 0.5s both;
    animation: resize 0.5s both;
    -webkit-animation: resize 0.5s both;
  }
  .header-m .nav > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 0 40px;
    color: #666;
    vertical-align: middle;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
  }
  .header-m .nav > li > a::after {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border: 1px solid #999;
    border-radius: 50%;
    background: transparent;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li .sub-nav {
    display: none;
  }
  .header-m .nav > li .sub-nav a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 40px;
    background: #f2f2f2;
    color: #4e4e4e;
  }
  .header-m .nav > li .sub-nav a::before,
  .header-m .nav > li .sub-nav a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 20px;
    top: 20px;
    border: 5px solid transparent;
    overflow: hidden;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .header-m .nav > li.active .sub-nav li.active a::before {
    left: 20px;
    /* border: 1px solid red; */
    /* border-le */
    /* border-left: none;
        border-right: none;
        border-top: 20px solid #555; */
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    /* border-top: 5px solid #fff; */
    border-color: #555 transparent transparent transparent;
  }
  .header-m .nav > li.active .sub-nav li.active a::after {
    display: none;
  }
  .header-m .nav > li .sub-nav a::before {
    left: 21px;
    border-left: 5px solid #555;
  }
  .header-m .nav > li .sub-nav a::after {
    border-top: 5px #ebebeb solid;
  }
  .header-m .nav > li.cur {
    position: relative;
  }
  .header-m .nav > li.cur::after,
  .header-m .nav > li.cur::before {
    position: absolute;
    content: "";
    background: #999;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .header-m .nav > li.cur::before {
    top: 19px;
    right: 25px;
    width: 2px;
    height: 12px;
  }
  .header-m .nav > li.cur::after {
    top: 24px;
    right: 20px;
    width: 12px;
    height: 2px;
  }
  .header-m .nav > li.active::after {
    background: #fff;
  }
  .header-m .nav > li.active::before {
    height: 0;
  }
  .header-m .nav > li.active > a {
    color: #fff;
    background: #1062a5;
  }
  .header-m .nav > li.active > a::after {
    border-color: #fff;
    background: #fff;
  }
  .header-m .nav > li.active .sub-nav li {
    -moz-animation: ReturnToNormal 0.5s both;
    -o-animation: ReturnToNormal 0.5s both;
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }
  .header-m .m-search-b {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 70px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
    -o-background-size: 23px;
    background-size: 23px;
  }
  .header-m .m-language {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-m .m-language p {
    font-size: 18px;
    color: #000;
  }
  html.active {
    height: 100%;
    overflow: hidden;
  }
  html.active body {
    height: 100%;
    overflow: hidden;
  }
  html.active .header-m {
    left: 260px;
  }
  html.active .header-m::after {
    display: block;
  }
  html.active .header-m .m-menu-b::before,
  html.active .header-m .m-menu-b::after {
    background: #000;
  }
  html.active .header-m .m-menu-b::before {
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    -webkit-transform: translateY(0) rotate(225deg);
  }
  html.active .header-m .m-menu-b::after {
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    -webkit-transform: translateY(0) rotate(-225deg);
  }
  html.active .header-m .m-menu {
    display: block;
    left: 0;
  }
}
.fix-search {
  z-index: 999;
  top: 0;
  left: 0;
}
.fix-search .hide {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
}
.fix-search .hide::before,
.fix-search .hide::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000;
}
.fix-search .hide::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fix-search .hide::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.fix-search .hide:hover {
  opacity: 0.5;
}
.fix-search .txt,
.fix-search .btn {
  height: 50px;
  line-height: 50px;
}
.fix-search .txt {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  font-size: 15px;
  padding: 0 15px 0 5px;
  border-bottom: 1px solid #e1e1e1;
}
.fix-search .txt:focus {
  border-color: #666;
}
.fix-search .btn {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto;
}
footer {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .public-footer {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 61px;
}
footer .public-footer .public-footer-num {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  height: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #555555;
  line-height: 60px;
}
@media (max-width: 1400px) {
  footer {
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .public-footer {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .public-footer .top {
    padding: 0.52rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    margin: auto;
  }
  footer .public-footer .top .left {
    width: 100%;
    margin: auto;
  }
  footer .public-footer .top .left .left-i .title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }
  footer .public-footer .top .left .left-i .public-footer-info {
    margin-top: 20px;
  }
  footer .public-footer .top .left .left-i .public-footer-info .info {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 36px;
  }
  footer .public-footer .top .left .left-i .public-footer-info .info:hover {
    color: #fff;
  }
  footer .public-footer .top .center {
    width: 50%;
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  footer .public-footer .top .center .right-t1 {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    text-align: left;
  }
  footer .public-footer .top .center .right-t2 {
    width: 100%;
    margin: 26px 0 0 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
  }
  footer .public-footer .top .center .list {
    margin: 31px 0 0 0;
  }
  footer .public-footer .top .center .list .list-i {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  footer .public-footer .top .center .list .list-i img {
    width: 13px;
    height: 16px;
    margin-right: 10px;
  }
  footer .public-footer .top .center .list .list-i .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    height: 14px;
  }
  footer .public-footer .top .right {
    width: 94px;
    margin: 20px 0 0 0;
  }
  footer .public-footer .top .right img {
    width: 94px;
    height: 94px;
  }
  footer .public-footer .top .right p {
    width: 100%;
    text-align: center;
    margin: 22px auto 0;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
  }
  footer .public-footer .public-footer-num {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    text-align: center;
    height: 90px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  footer {
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .public-footer {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .public-footer .top {
    display: none;
    padding: 0.2rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
  }
  footer .public-footer .top .left {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  footer .public-footer .top .left .left-i {
    width: 100%;
  }
  footer .public-footer .top .left .left-i .title {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  footer .public-footer .top .left .left-i .public-footer-info {
    margin-top: 10px;
  }
  footer .public-footer .top .left .left-i .public-footer-info .info {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  footer .public-footer .top .center {
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }
  footer .public-footer .top .center .right-t1 {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
  }
  footer .public-footer .top .center .right-t2 {
    width: 100%;
    margin: 26px 0 0 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
  }
  footer .public-footer .top .center .list {
    margin: 31px 0 0 0;
  }
  footer .public-footer .top .center .list .list-i {
    display: flex;
    align-items: center;
    margin-bottom: 0.15rem;
  }
  footer .public-footer .top .center .list .list-i img {
    width: 13px;
    height: 16px;
    margin-right: 10px;
  }
  footer .public-footer .top .center .list .list-i .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    height: 14px;
  }
  footer .public-footer .top .right {
    width: 94px;
    margin: 20px 0 0 0;
  }
  footer .public-footer .top .right img {
    width: 94px;
    height: 94px;
  }
  footer .public-footer .top .right p {
    width: 100%;
    text-align: center;
    margin: 22px auto 0;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
  }
  footer .public-footer .public-footer-num {
    height: 40px;
    font-size: 10px;
    line-height: 40px;
  }
}
.sild-float {
  position: fixed;
  z-index: 21;
  right: 0px;
  bottom: 30%;
  width: 46px;
}
.sild-float .list {
  margin-bottom: 1px;
}
.sild-float .list a {
  display: block;
  width: 100%;
  height: 46px;
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  transition: all 0.5s ease;
}
.sild-float .list a.a1 {
  background-image: url(../img/side4.png);
  border-radius: 0 0 0 5px;
}
.sild-float .list a.a3 {
  background-image: url(../img/side1.png);
}
.sild-float .list .rolme {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  position: absolute;
  right: 46px;
  top: 0;
  padding: 10px;
  line-height: 26px;
  width: 184px;
  background: rgba(0, 0, 0, 0.5);
}
.sild-float .list .rolme .ltt {
  font-size: 20px;
  color: #fff;
  text-align: center;
  word-break: break-all;
}
.sild-float .list .fplae {
  line-height: 46px;
  height: 46px;
  width: 330px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.sild-float .list .fplae .ltt {
  width: 180px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 0 0 50px;
  background: rgba(0, 0, 0, 0.5);
  word-break: break-all;
}
.sild-float .list .fplae:hover {
  transform: translateX(-180px);
}
.sild-float .list .fplae:hover .ltt {
  margin: 0 0 0 0px;
}
.sild-float .list .fplae:hover .bpmaeb {
  background-color: #1d74d7;
  transition: all 0.5s ease;
}
.sild-float .list:hover a {
  background-color: #1d74d7;
  transition: all 0.5s ease;
}
.sild-float .list:hover .rolme {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.sild-float .list:nth-child(1) {
  border-radius: 5px 0px 0 0;
}
.sild-float .list:nth-child(1) .fplae {
  overflow: hidden;
  border-radius: 5px 0px 0 0;
}
.sild-float .list:last-child {
  border-radius: 0 0 0 5px;
  overflow: hidden;
}
.sild-float .list:last-child a {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.sild-float .bpmaeb {
  height: 46px;
  width: 46px;
  transition: all 0.5s ease;
  background-size: 22px auto;
}
.sild-float .wchat .bpmaeb {
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  background-image: url(../img/side2.png);
}
.sild-float .email .bpmaeb {
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  background-image: url(../img/side3.png);
}
.public-ban-nav-b {
  background: #ffffff;
}
.public-ban-nav-b .public-ban-nav-i {
  justify-content: center;
  justify-content: flex-start;
}
.public-ban-nav-b .public-ban-nav-i .item {
  height: 75px;
  padding: 0 0.39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
}
.public-ban-nav-b .public-ban-nav-i .item.cur {
  min-width: 173px;
  height: 75px;
  background: linear-gradient(270deg, #005bac, #14a83b);
  color: #fff;
}
.main-nav-m {
  display: none;
}
.public-page {
  width: 100%;
  justify-content: center;
  margin: 46px auto 55px;
}
.public-page .page-b-i,
.public-page .page-i {
  width: auto;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-page .page-i {
  width: 90px;
  height: 44px;
  background: rgba(35, 47, 61, 0);
  border-radius: 22px;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  color: #1d74d7;
}
.public-page .page-i:hover {
  background: #1d74d7;
  color: #fff;
}
.public-page .page-b-i.cur,
.public-page .page-b-i:hover {
  color: #444444 !important;
}
.public-page .page-b {
  margin: 0 15px;
}
.public-page .page-b .page-b-i {
  width: 35px;
  height: 45px;
  margin: 0 10px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(68, 68, 68, 0.6);
}
@media (max-width: 767px) {
  .sild-float {
    display: none;
  }
  .public-page {
    width: 100%;
    justify-content: center;
    margin: 23px auto 26px;
  }
  .public-page .page-b-i,
  .public-page .page-i {
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .public-page .page-i {
    width: 70px;
    height: 30px;
    background: rgba(35, 47, 61, 0);
    border-radius: 22px;
    border: 1px solid #e0e0e0;
    padding: 0 10px;
    font-size: 12px;
  }
  .public-page .page-b-i.cur,
  .public-page .page-b-i:hover {
    font-weight: bold;
  }
  .public-page .page-b {
    margin: 0 10px;
  }
  .public-page .page-b .page-b-i {
    width: 25px;
    height: 30px;
    margin: 0 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .public-ban-nav-b {
    display: none;
  }
  .connect-page .content-work .work-left {
    display: none !important;
  }
  .main-nav-m {
    display: block;
    position: relative;
    z-index: 55;
    max-width: 100%;
    width: 94%;
    margin: auto;
    cursor: pointer;
  }
  .main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    margin: 20px auto;
    background: linear-gradient(270deg, #005bac, #14a83b);
  }
  .main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .main-nav-m .title i {
    position: absolute;
    content: "";
    width: 45px;
    height: 100%;
    right: 0;
  }
  .main-nav-m .title :hover ul {
    display: inline-block;
    border: 1px solid red;
  }
  .main-nav-m .title i::before,
  .main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
  }
  .main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
  }
  .main-nav-m ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background: linear-gradient(270deg, rgba(0, 91, 172, 0.8), rgba(20, 168, 59, 0.6));
    color: #fff;
  }
  .main-nav-m ul li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
  }
  .main-nav-m ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
}
