a:hover {
  color: #006dd2;
}
.swiper-pagination-bullet-active {
  background-color: #006dd2 !important;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #006dd2;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #006dd2;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #006dd2;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 20%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 99px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #fd0000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #006dd2;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #006dd2;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #006dd2;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/*网站标题*/
.wz-bt i {
  display: block;
  font-size: 78px;
  font-weight: bold;
  opacity: 0.1;
  color: #000;
  line-height: 1;
  margin-bottom: -30px;
  text-transform: uppercase;
}
.wz-bt h1 {
  display: flex;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 5;
  margin-bottom: 5px;
}
.wz-bt h1 img {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: -1;
  height: 35px;
  width: 35px;
}
.pro-w {
  display: flex;
}
.pro-w .pro-lf {
  width: 15%;
  background: #006dd2;
}
.pro-w .pro-lf * {
  color: #fff;
  text-align: center;
}
.pro-w .pro-lf img {
  margin: 100px auto 30px auto;
}
.pro-w .pro-lf h1 {
  font-size: 21px;
  margin-bottom: 75px;
}
.pro-w .pro-lf ul {
  border-left: 1px #eee solid;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.pro-w .pro-lf ul li {
  padding: 10px 20px;
}
.pro-w .pro-lf ul li a {
  color: #eee;
}
.pro-w .pro-lf ul li:hover {
  border-left: 2px #fff solid;
}
.pro-w .pro-lf ul li:hover a {
  color: #fff;
}
.pro-w .pro-lf h4 {
  font-size: 18px;
  font-weight: bold;
}
.pro-w .pro-lf > a {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pro-w .pro-lf > a * {
  transition: all 0.3s ease;
}
.pro-w .pro-lf > a i {
  padding: 2px;
  font-size: 42px;
  border: 1px #fff solid;
  border-right: none;
}
.pro-w .pro-lf > a p {
  border: 1px #fff solid;
  width: 120px;
  height: 49px;
  line-height: 48px;
  font-size: 20px;
}
.pro-w .pro-lf > a:hover i,
.pro-w .pro-lf > a:hover p {
  background: #fff;
  color: #006dd2;
}
.pro-w .pro-rg {
  width: 85%;
  background: #f4f4f4;
}
.pro-w .pro-rg h3 {
  margin: 50px 0 20px 25px;
  font-size: 35px;
  font-weight: bold;
}
.pro-w .pro-rg span {
  margin: 20px 0 40px 25px;
  font-size: 18px;
  color: #666;
}
.pro-w .pro-rg .proSwiper {
  width: 100%;
}
.pro-w .pro-rg .proSwiper ul {
  display: flex;
}
.pro-w .pro-rg .proSwiper ul li {
  width: 25%;
  background: #fff;
  padding: 30px;
  transition: all 0.3s ease;
}
.pro-w .pro-rg .proSwiper ul li h2 {
  font-size: 20px;
  font-weight: bold;
}
.pro-w .pro-rg .proSwiper ul li p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.pro-w .pro-rg .proSwiper ul li .pic {
  height: 200px;
  width: 100%;
  padding: 0 5%;
}
.pro-w .pro-rg .proSwiper ul li .pic img {
  width: 90%;
  height: 100%;
}
.pro-w .pro-rg .proSwiper ul li a {
  margin-top: 20px;
  width: 120px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  border: 1px #006dd2 solid;
}
.pro-w .pro-rg .proSwiper ul li:hover {
  transform: scale(1.1);
  background: #eee;
  z-index: 1;
}
.pro-w .pro-rg .proSwiper ul li:hover a {
  background: #006dd2;
  color: #fff;
}
.pro-w .pro-rg .pro-pagination {
  display: flex;
  justify-content: center;
  height: 55px;
}
.pro-w .pro-rg .pro-pagination span {
  margin: auto 10px;
}
.intr-w {
  padding: 50px 0;
  background: url(../images/intr-bg.jpg) center / cover;
}
.intr-w .box {
  display: flex;
}
.intr-w .con {
  flex: 1;
  margin-top: 60px;
  padding-left: 10%;
  position: relative;
}
.intr-w .con h1 {
  display: flex;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.intr-w .con h1 img {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: -1;
  height: 35px;
  width: 35px;
}
.intr-w .con .text {
  margin-top: 60px;
}
.intr-w .con .text span {
  font-size: 20px;
}
.intr-w .con .text h2 {
  font-size: 45px;
  font-weight: bold;
  margin: 20px 0;
}
.intr-w .con .text h3 {
  line-height: 1.8;
}
.intr-w .con .m-b {
  display: flex;
}
.intr-w .con .more {
  width: 140px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  border: 1px #aaa solid;
  margin-top: 40px;
  margin-right: 20px;
  color: #666;
  font-size: 14px;
}
.intr-w .con .more:hover {
  opacity: 0.75;
  background-color: #002b6e;
  color: #fff;
}
.intr-w .con ul {
  position: absolute;
  background: #006dd2;
  display: flex;
  width: 90%;
  margin-top: 50px;
  padding: 20px 0;
  box-shadow: -5px 5px 5px #ccc;
}
.intr-w .con ul * {
  color: #fff;
}
.intr-w .con ul li {
  flex: 1;
  text-align: center;
}
.intr-w .con ul li h4 {
  font-size: 22px;
}
.intr-w .con ul li h4 i {
  font-size: 50px;
  font-weight: bold;
}
.intr-w .pic {
  max-width: 48%;
  height: 800px;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}
.intr-w .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solve {
  padding: 80px 0;
}
.solve .top-b {
  margin-bottom: 50px;
  display: flex;
}
.solve .text h3 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.solve .text p {
  line-height: 2;
}
.solve .btn {
  flex: 1;
  display: flex;
  position: relative;
}
.solve .btn .swiper-button-next {
  right: 0;
  width: 40px;
}
.solve .btn .swiper-button-next::after {
  display: none;
}
.solve .btn .swiper-button-prev {
  right: 50px;
  width: 40px;
  left: auto;
}
.solve .btn .swiper-button-prev::after {
  display: none;
}
.solve .btn i {
  border: 1px #008ed2 solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.solve .btn i:hover {
  background: #008ed2;
  color: #fff;
}
.solve ul {
  display: flex;
}
.solve ul li {
  position: relative;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
}
.solve ul li a * {
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
}
.solve ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.solve ul li a h2 {
  padding-top: 200px;
  font-size: 24px;
  font-weight: bold;
}
.solve ul li a hr {
  width: 40px;
  margin: 10px auto;
}
.solve ul li a p {
  width: 300px;
  height: 0;
  overflow: hidden;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.8;
}
.solve ul li a .btn-b {
  background: rgba(0, 109, 210, 0.7);
  width: 120px;
  height: 0;
  overflow: hidden;
  line-height: 34px;
  margin: 0 auto;
  margin-top: 40px;
}
.solve ul li::after {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: -1;
  transition: all 0.3s ease;
}
.solve ul li:hover a h2 {
  padding-top: 140px;
}
.solve ul li:hover a hr {
  border-bottom: 1px #eee solid;
}
.solve ul li:hover a p {
  height: auto;
  overflow: visible;
}
.solve ul li:hover a .btn-b {
  height: 35px;
  overflow: visible;
}
.solve ul li:hover::after {
  opacity: 0.6;
}
.solve .bot-sol {
  position: relative;
  display: flex;
  margin-top: 50px;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}
.solve .bot-sol .solve-swiper-pagination {
  position: absolute;
  width: 450px;
  top: 23px;
  left: 50px;
}
.solve .bot-sol .solve-swiper-pagination span {
  background: #006dd2;
}
.solve .bot-sol p {
  margin-left: 40%;
}
.solve .bot-sol > a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #000 solid;
  border-radius: 22px;
}
.solve .bot-sol > a:hover {
  background: #006dd2;
  color: #fff;
  border: 1px #006dd2 solid;
}
.facility-w {
  overflow: hidden;
  padding: 50px 0 140px 0;
  border-bottom: 1px solid #dc9b80;
  background: url(../images/fac-bg.jpg) center / cover;
}
.facility-w .top-t {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.facility-w .top-t .lf h2 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
}
.facility-w .top-t .lf p {
  font-size: 20px;
  line-height: 2;
}
.facility-w .top-t .rg {
  display: flex;
  margin-top: 20px;
}
.facility-w .top-t .rg a {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 39px;
  border: 1px #002b6e solid;
  margin-right: 20px;
  color: #002b6e;
}
.facility-w .top-t .rg a:hover {
  background: #002b6e;
  color: #fff;
}
.facility-w .facility-box {
  margin-top: 80px;
  position: relative;
}
.facility-w .facility-box .swiper {
  overflow: visible;
}
.facility-w .facility-box ul li {
  width: 45%;
  margin: 0 5%;
  position: relative;
}
.facility-w .facility-box ul li .pic {
  overflow: hidden;
}
.facility-w .facility-box ul li img {
  border-radius: 20px;
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: all 0.3s linear;
}
.facility-w .facility-box ul li .text {
  display: none;
  width: 50%;
  height: 180px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: -80px;
  bottom: -40px;
  padding: 20px 40px;
}
.facility-w .facility-box ul li .text p {
  font-size: 18px;
  font-weight: bold;
}
.facility-w .facility-box ul li .text span {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}
.facility-w .facility-box ul li .text .more {
  font-size: 14px;
  color: #002b6e;
  margin-top: 45px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.facility-w .facility-box ul li .text .more em {
  font-size: 18px;
  color: #002b6e;
}
.facility-w .facility-box ul li .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #002b6e;
  position: absolute;
  top: 80px;
  left: -30px;
}
.facility-w .facility-box ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.facility-w .facility-box ul .swiper-slide-active .text {
  display: block;
}
.facility-w .facility-box ul .swiper-slide-active::after {
  display: none;
}
.facility-w .facility-box ul .swiper-slide-active:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.facility-w .facility-box ul .swiper-slide-active:hover .text p {
  color: #002b6e;
}
.facility-w .facility-box .btn {
  width: calc(56% + 80px);
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facility-w .facility-box .btn div {
  width: 80px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.facility-w .facility-box .btn div:hover {
  background-color: #002b6e;
  transition: all 0.3s linear;
}
.case-w {
  background: url(../images/case-bg.jpg) center / cover;
  padding: 100px 0 20px 0;
}
.case-w .main {
  display: flex;
  margin-bottom: 100px;
}
.case-w .lf {
  flex: 1;
}
.case-w .lf .wz-bt i {
  font-size: 120px;
}
.case-w .lf h2 {
  color: #000;
  font-size: 50px;
  margin-top: 40px;
}
.case-w .lf h3 {
  color: #053491;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}
.case-w .lf .lf-bto {
  display: flex;
  margin-top: 90px;
}
.case-w .lf .lf-bto p {
  width: 85%;
  color: #000;
  line-height: 1.5;
}
.case-w .lf .lf-bto .btn {
  position: relative;
  width: 13%;
  margin-right: 50px;
}
.case-w .lf .lf-bto .btn .swiper-button-next {
  left: auto;
  width: 40px;
}
.case-w .lf .lf-bto .btn .swiper-button-next::after {
  content: '';
}
.case-w .lf .lf-bto .btn .swiper-button-prev {
  right: 0;
  width: 40px;
}
.case-w .lf .lf-bto .btn .swiper-button-prev::after {
  content: '';
}
.case-w .lf .lf-bto .btn i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #006dd2;
  border: 1px #006dd2 solid;
  border-radius: 50%;
}
.case-w .lf .lf-bto .btn i:hover {
  color: #fff;
  background: #006dd2;
}
.case-w .rg {
  width: 43%;
  margin-top: 60px;
}
.case-w .rg .swiper-ca {
  overflow: hidden;
  border-radius: 40px 0;
  width: 100%;
  height: 450px;
}
.case-w .rg .swiper-ca ul li a {
  width: 100%;
  height: 450px;
  position: relative;
}
.case-w .rg .swiper-ca ul li a img {
  height: 100%;
  object-fit: cover;
}
.case-w .rg .swiper-ca ul li a h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
}
.partner {
  padding: 60px 0;
  padding-bottom: 180px;
}
.partner .wz-bt {
  text-align: center;
}
.partner .wz-bt i {
  font-size: 100px;
}
.partner .wz-bt h1 {
  left: 45%;
}
.partner .ptn-box li .pic {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.partner .ptn-box li .pic img {
  margin: auto;
}
.partner .ptn-box li .pic:hover {
  border: 1px solid #ddd;
  box-shadow: 5px 5px 5px #eee;
}
.partner .ptn-box li .pic:hover img {
  transform: scale(1.1);
}
.partner .box {
  margin-top: 80px;
  padding: 0 100px;
  position: relative;
}
.partner .box .btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.partner .box .btn div {
  width: 62px;
  height: 152px;
  background: url(../images/ptn-prev.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.partner .box .btn .ptn-prev {
  left: 0;
}
.partner .box .btn .ptn-next {
  right: 0;
  transform: translateY(-50%) scale(-1);
}
.news-w {
  background: url(../images/news-bg.jpg) center / cover;
  padding: 70px 0;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .wz-bt {
  text-align: center;
}
.news-w .wz-bt h1 {
  left: 45%;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #006dd2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #006dd2;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.coll-w {
  background: url(../images/con-bg.jpg) center / cover;
  padding: 60px 0;
}
.coll-w * {
  color: #fff;
}
.coll-w h2 {
  font-weight: bold;
  font-size: 32px;
  margin: 55px 0;
}
.coll-w a {
  width: 150px;
  height: 40px;
  line-height: 39px;
  border-radius: 20px;
  text-align: center;
  border: 1px #fff solid;
  transition: all 0.3s ease;
  margin-bottom: 90px;
}
.coll-w a:hover {
  background: #fff;
  color: #006dd2;
}
.footer {
  background-color: #006dd2;
  color: #fff;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #006dd2;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
