a:hover {
  color: #20307e;
}
.swiper-pagination-bullet-active {
  background-color: #20307e !important;
}
.header {
  width: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation-duration: 1s;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header > .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo .l2 {
  display: none;
}
.header .rg {
  height: 45px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.header .rg * {
  color: #fff;
  font-size: 1.0625tem;
}
.header .rg ul {
  display: flex;
}
.header .rg ul li {
  display: flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
}
.header .rg ul li a {
  display: flex;
  align-items: center;
}
.header .rg ul li span {
  margin-left: 15px;
  font-size: 22px;
}
.header .search {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.header .search .box {
  position: absolute;
  top: 100%;
  right: -16px;
  padding: 1.25rem 1.5625rem;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition-delay: 0.2s;
}
.header .search .box::after {
  content: '';
  width: 0.9375rem;
  height: 9px;
  background: url(../images/search_arrow.png);
  position: absolute;
  bottom: 100%;
  right: 1.25rem;
}
.header .search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.header .search .sear-w input {
  width: 15.625rem;
  height: 2.5rem;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
  color: #000;
  border: 1px solid #e8e8e8;
}
.header .search .sear-w input:focus {
  outline: none;
}
.header .search .sear-w button {
  width: 60px;
  height: 2.5rem;
  font-size: 0.9375rem;
  color: #fff;
  background: #20307e;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.header .search:hover .box {
  visibility: visible;
}
.header .lg {
  display: flex;
  align-items: center;
}
.header .lg p {
  padding: 0 5px;
  font-size: 15px;
  margin-bottom: 2px;
}
.header .lg .down {
  min-width: 12.5rem;
  position: absolute;
  top: 2.1875rem;
  left: 0;
  padding: 10px 1.5625rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(50px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
.header .lg .down a {
  color: #001842;
  line-height: 2.5rem;
  font-size: 0.9375rem;
  display: flex;
}
.header .lg .down a img {
  margin-right: 10px;
}
.header .lg:hover .down {
  transform: translateY(0);
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
}
.fix {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fix .logo .l1 {
  display: none;
}
.fix .logo .l2 {
  display: block;
}
.fix .nav-list > li::after {
  background-color: #20307e;
}
.fix .nav-list > li > a {
  color: #333;
}
.fix .rg * {
  color: #333;
}
.fix .nav-list > li .erji2 {
  background-color: #f5f5f5;
}
.fix .nav-list > li .erji2 li {
  border-color: #e2e2e2;
}
.fix .nav-list > li .erji2 a {
  color: #333;
}
.fix .nav-list > li .erji2 a:hover {
  color: #fff;
}
/* nav */
.nav {
  display: flex;
  align-items: center;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  display: flex;
  position: relative;
}
.nav-list > li::after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.3s linear;
}
.nav-list > li > a {
  line-height: 100px;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}
.nav-list > li .erji2 {
  min-width: 180px;
  display: none;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  white-space: nowrap;
  position: absolute;
  top: 101px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul li {
  border-top: 1px solid #333;
  text-align: center;
  line-height: 50px;
}
.nav-list > li .erji2 ul li a {
  color: #fff;
  font-size: 15px;
}
.nav-list > li .erji2 ul li:first-child {
  border-top: none;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #20307e;
}
.nav-list > li:hover::after {
  width: 90%;
}
/* 幻灯片 */
.banner-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.banner-box .pic {
  position: relative;
}
.banner-box .pic img {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .banner-box .pic img {
    min-height: 300px;
    height: auto;
  }
}
.banner-box .pic .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-box .pic .page .text {
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
}
.banner-box .pic .page .text * {
  color: #fff;
}
.banner-box .pic .page .text h1 {
  font-size: 3.75rem;
  line-height: 1.3;
  font-weight: normal;
  opacity: 0;
  transform: translateY(40px);
}
.banner-box .pic .page .text h1 i {
  font-weight: lighter;
}
.banner-box .pic .page .text h5 {
  font-weight: normal;
  font-size: 1.125rem;
  margin-top: 0.75rem;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transform: translateY(40px);
}
.banner-box .pic .page .text .more {
  margin-top: 2.5rem;
  opacity: 0;
  transform: translateY(40px);
}
.banner-box .pic .page .text .more:hover {
  border-color: #fff;
  color: #20307e;
}
@media screen and (max-width: 600px) {
  .banner-box .pic .page .text h1 {
    font-size: 3rem;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  }
  .banner-box .pic .page .text h1 i {
    font-weight: normal;
  }
  .banner-box .pic .page .text h5 {
    font-size: 1rem;
  }
}
.banner-box .swiper-slide-active .pic .page .text h1 {
  opacity: 1;
  transform: translateY(0px);
  transition: all ease 1s 0.5s;
}
.banner-box .swiper-slide-active .pic .page .text h5 {
  opacity: 1;
  transform: translateY(0px);
  transition: all ease 1s 0.7s;
}
.banner-box .swiper-slide-active .pic .page .text .more {
  opacity: 1;
  transform: translateY(0px);
  transition: all ease 1s 0.9s;
}
.banner-box .banner-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1111;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.banner-box .banner-btn::after {
  content: '';
  width: 1px;
  height: 35px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-box .banner-btn .iconfont {
  width: 90px;
  line-height: 80px;
  text-align: center;
  font-size: 35px;
  color: #ccc;
}
.banner-box .banner-btn .iconfont:hover {
  color: #20307e;
}
.banner-box .pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6%;
  z-index: 11;
}
.swiper .banner-pagination {
  position: relative;
}
.swiper .banner-pagination .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #fff !important;
  opacity: 0.5;
  margin: 0 1.625rem 0 0.6875rem !important;
  position: relative;
}
.swiper .banner-pagination .swiper-pagination-bullet::before,
.swiper .banner-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: none;
}
.swiper .banner-pagination .swiper-pagination-bullet::before {
  opacity: 0.5;
}
.swiper .banner-pagination .swiper-pagination-bullet::after {
  z-index: 1;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
}
.swiper .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: rotateZ(360deg);
  transition: transform 3.2s linear;
}
.swiper .banner-pagination .swiper-pagination-bullet-active::before,
.swiper .banner-pagination .swiper-pagination-bullet-active::after {
  display: block;
}
/*网站标题*/
.wz-bt {
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.wz-bt em {
  font-size: 52px;
  text-transform: uppercase;
  opacity: 0.4;
  font-family: Arial, Helvetica, sans-serif;
}
.wz-bt hr {
  width: 80px;
  height: 6px;
  background-color: #db1f0e;
  margin: 20px 0;
}
.wz-bt p {
  font-size: 46px;
  font-weight: bold;
  color: #000;
}
.wz-bt span {
  font-size: 20px;
  line-height: 1.75;
  padding-top: 8px;
}
.char-w {
  background-color: #20307e;
  color: #fff;
}
.char-w .page {
  display: flex;
}
.char-w .text {
  width: 450px;
  line-height: 1.75;
  margin-right: 5%;
  padding: 20px 0;
}
.char-w .text hr {
  width: 110px;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
}
.char-w .text span {
  opacity: 0.8;
  font-family: sans-serif;
}
.char-w .list {
  flex: 1;
  display: flex;
}
.char-w .list li {
  flex: 1;
  cursor: pointer;
}
.char-w .list li .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.char-w .list li p {
  font-size: 20px;
  margin: 12px 0 10px;
  text-transform: uppercase;
}
.char-w .list li span {
  font-size: 14px;
  padding: 0 25px;
  font-weight: lighter;
  opacity: 0.8;
  text-align: center;
}
.char-w .list li i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/char-icon.png);
  transition: all 0.2s linear;
  background-position-y: -113px;
}
.char-w .list li:nth-child(1) i {
  background-position-x: -24px;
}
.char-w .list li:nth-child(2) i {
  background-position-x: -110px;
}
.char-w .list li:nth-child(3) i {
  background-position-x: -191px;
}
.char-w .list li:nth-child(4) i {
  background-position-x: -271px;
}
.char-w .list .on {
  color: #3b1f40;
}
.char-w .list .on .box {
  background-color: #fff;
}
.char-w .list .on i {
  background-position-y: -40px;
  transition: all 0.2s linear;
}
.intr-w {
  background: url(../images/intr-bg.jpg) no-repeat center;
  position: relative;
}
.intr-w .page {
  padding: 90px 0;
}
.intr-w .page .con {
  width: 49%;
}
.intr-w .rg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding-left: 120px;
}
.intr-w .rg a {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  display: flex;
}
.intr-w .rg a img {
  width: 75px;
  margin: auto;
}
.intr-w .rg a .l1 {
  display: none;
}
.intr-w .rg a:hover {
  background-color: #20307e;
}
.intr-w .rg a:hover .l1 {
  display: block;
}
.intr-w .rg a:hover .l2 {
  display: none;
}
.intr-w .rg .pic {
  height: 100%;
}
.intr-w .rg .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0 0 50px;
}
.intr-w .con h1 {
  font-size: 72px;
  font-weight: bold;
  color: #20307e;
  text-transform: uppercase;
}
.intr-w .con h2 {
  font-size: 42px;
}
.intr-w .con hr {
  width: 80px;
  height: 6px;
  background-color: #db1f0e;
  margin: 25px 0 25px;
}
.intr-w .con .text {
  font-size: 18px;
  line-height: 2;
  color: #454545;
}
.intr-w .con .more {
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #db1f0e;
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  border-radius: 25px;
}
.intr-w .con .more:hover {
  background-color: #20307e;
}
.intr-w .con ul {
  margin-top: 40px;
  display: flex;
}
.intr-w .con ul li {
  flex: auto;
}
.intr-w .con ul li span {
  color: #2a344b;
  display: flex;
  align-items: flex-end;
}
.intr-w .con ul li span em {
  font-size: 56px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.intr-w .con ul li span i {
  font-size: 22px;
  margin-bottom: 15px;
  margin-left: 3px;
}
.pro-w {
  padding: 80px 0 50px;
}
.pro-w .btn {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.pro-w .btn a {
  padding: 0 30px;
  line-height: 40px;
}
.pro-w .btn a:hover {
  background-color: #20307e;
  color: #fff;
}
.pro-w .pro-con ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .pro-con ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-w .pro-con ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .pro-con ul li .text {
  text-align: center;
}
.pro-w .pro-con ul li .text h5 {
  font-size: 18px;
  margin-top: 18px;
}
.pro-w .pro-con ul li:hover img {
  transform: scale(1.1);
}
.adv-w {
  padding: 110px 0;
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
}
.adv-w .wz-bt {
  text-align: left;
}
.adv-w .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.adv-w .lf {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adv-w .lf .wz-bt {
  text-align: left;
}
.adv-w .lf .wz-bt hr {
  width: 60px;
  height: 5px;
  background-color: red;
  margin: 35px 0 40px;
}
.adv-w .lf .adv-tab {
  width: 100%;
}
.adv-w .lf .adv-tab li {
  opacity: 0 !important;
}
.adv-w .lf .adv-tab li h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.adv-w .lf .adv-tab li p {
  font-size: 17px;
  line-height: 2;
  color: #454545;
}
.adv-w .lf .adv-tab .my-slide-thumb-active {
  opacity: 1 !important;
}
.adv-w .lf .pagtn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.adv-w .lf .pagtn .adv-pagination1 {
  display: flex;
  width: 80px;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.adv-w .lf .pagtn .adv-pagination {
  width: 100%;
  position: relative !important;
}
.adv-w .lf .pagtn .adv-pagination .swiper-pagination-progressbar-fill {
  background-color: #20307e !important;
}
.adv-w .lf .pagtn .btn {
  display: flex;
  margin-left: 30px;
}
.adv-w .lf .pagtn .btn .iconfont {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #20307e;
  color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.adv-w .lf .pagtn .btn .iconfont:hover {
  background-color: red;
}
.adv-w .adv-con {
  width: 50%;
  margin: 0;
}
.adv-w .adv-con img {
  width: 100%;
}
.case-w {
  padding: 80px 0 60px;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}
.case-w::after {
  content: '';
  width: 100%;
  height: 330px;
  background-color: #20307e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.case-w .case-box {
  position: relative;
}
.case-w .case-box .case-con {
  margin-top: 50px;
}
.case-w .case-box .case-con li {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  padding-top: 5px;
}
.case-w .case-box .case-con li a {
  color: #fff;
}
.case-w .case-box .case-con li .pic {
  border-radius: 30px 0 ;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.case-w .case-box .case-con li p {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-w .case-box .case-con li i {
  float: right;
  font-size: 14px;
  margin-top: 20px;
}
.case-w .case-box .case-con li span {
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-w .case-box .case-con li:hover img {
  transform: scale(1.1);
}
.case-w .case-box .btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-w .case-box .btn .iconfont {
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #20307e;
  cursor: pointer;
}
.case-w .case-box .case-pagination {
  margin: 0 25px;
  width: auto;
  display: flex;
  justify-content: center;
}
.case-w .case-box .case-pagination span {
  background-color: #fff !important;
}
.honor-w {
  background: url(../images/hon-bg.jpg) no-repeat bottom;
  padding: 86px 0 70px;
}
.honor-w .wz-bt hr {
  margin: 20px auto;
}
.honor-w .page {
  max-width: 1400px;
}
.honor-w .box {
  position: relative;
  margin-top: 45px;
}
.honor-w .hon-list {
  position: relative;
  z-index: 1;
}
.honor-w .hon-list li {
  height: auto;
}
.honor-w .hon-list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.honor-w .hon-list li .pic {
  flex: 1;
  border: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-w .hon-list li:hover .pic {
  border-color: #20307e;
}
.honor-w .hon-list li:hover .pic img {
  transform: scale(1.1);
}
.honor-w .honor-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.news-w {
  padding: 70px 0;
}
.news-w .wz-bt {
  text-align: center;
}
.news-w .page {
  max-width: 1400px;
}
.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: #20307e;
  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 ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
}
.news-w .news-box ul li img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 20px;
}
.news-w .news-box ul li .text p {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.news-w .news-box ul li .text span {
  color: #808080;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 10px 0;
}
.news-w .news-box ul li .text .btm {
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #ccc;
}
.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: #20307e;
}
.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;
}
.links {
  background-color: #20307e;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  font-size: 15px;
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #f7f7f7;
}
.footer a:hover {
  text-decoration: underline;
}
.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: #00a2ba;
}
.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;
}
