/*样式初始化及公共样式部分*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-style: normal;
  color: #001842;
}
*:focus {
  outline: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: #003da5;
}
body {
  margin: 0 auto;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}
img,
a {
  display: block;
}
img {
  max-width: 100%;
}
.page {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.iconfont {
  user-select: none;
}
table {
  width: 100%;
}
td {
  word-break: keep-all !important;
}
@media screen and (max-width: 1280px) {
  :root {
    font-size: 80%;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    font-size: 64%;
  }
}
p[style] img {
  display: inline-block;
}
/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation-duration: 1s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header > .page {
  height: 84px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .logo2 {
  display: none;
}
.header .rg {
  margin: 0 0 0 auto;
  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: 1.875rem;
  position: relative;
}
.header .rg ul li a {
  display: flex;
  align-items: center;
}
.header .rg ul li a p,
.header .rg ul li a .ico {
  padding-left: 0.5rem;
}
.header .rg ul .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 .rg ul .lg .down a {
  color: #001842;
  line-height: 2.5rem;
  font-size: 0.9375rem;
}
.header .rg ul .lg:hover .down {
  transform: translateY(0);
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
}
.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(../image/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: #001842;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.header .search:hover .box {
  visibility: visible;
}
.fix {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fix .logo1 {
  display: none;
}
.fix .logo2 {
  display: block;
}
.fix .nav li > a {
  color: #333;
}
.fix .nav .iconfont {
  color: #333;
}
.fix .rg p {
  color: #333 !important;
}
.fix .rg i {
  color: #333;
}
/* nav */
.nav {
  display: flex;
  margin-left: 3.75%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li .iconfont {
  color: #fff;
  margin-left: 0.625rem;
}
.nav-list > li > a {
  line-height: 84px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 1.125rem;
}
.nav-list > li .erji2 {
  width: 100%;
  position: fixed;
  top: 85px;
  left: 0;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  border-top: 1px solid #eee;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-list > li .erji2 ul {
  width: 23.75%;
}
.nav-list > li .erji2 ul li {
  border-bottom: 1px solid #eee;
}
.nav-list > li .erji2 ul li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  opacity: 0.7;
  padding-left: 44px;
  height: 5rem;
  position: relative;
}
.nav-list > li .erji2 ul li a em {
  width: 2.8125rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat left center;
}
.nav-list > li .erji2 ul li a i {
  margin: 0 0 0 auto;
  color: inherit;
}
.nav-list > li .erji2 ul li:hover {
  border-color: #003da5;
}
.nav-list > li .erji2 ul li:hover a {
  opacity: 1;
  color: #003da5;
}
.nav-list > li .erji2 ul li:hover a em {
  background-position-x: -50px;
}
.nav-list > li .erji2 .erji_rg {
  width: 70%;
  height: 100%;
  padding: 5% 0;
  border-left: 1px solid #eee;
  display: flex;
  align-items: center;
  padding-left: 1%;
}
.nav-list > li .erji2 .erji_rg .text {
  flex: 1;
  padding: 0 6%;
}
.nav-list > li .erji2 .erji_rg .text em {
  color: #003da5;
  padding-left: 1.5625rem;
  background: url(../image/U.png) no-repeat left center;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.nav-list > li .erji2 .erji_rg .text h2 {
  font-size: 3rem;
  font-weight: normal;
  white-space: normal;
}
.nav-list > li .erji2 .erji_rg .text p {
  font-weight: lighter;
  line-height: 1.75;
  margin-top: 0.9375rem;
  white-space: normal;
}
.nav-list > li .erji2 .erji_rg .text .more {
  margin-top: 2.1875rem;
}
.nav-list > li .erji2 .erji_rg .pic {
  max-width: 35rem;
  height: 24.375rem;
}
.nav-list > li .erji2 .erji_rg .pic img {
  height: 100%;
  object-fit: cover;
  object-position: 70% 0;
  border-radius: 10px;
}
.nav-list > li:hover > a {
  color: #003da5;
}
.nav-list > li:hover .iconfont {
  color: #003da5;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: scaleY(1);
  transition: all 0.3s linear;
}
/* 幻灯片 */
.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: 3rem;
  line-height: 1.5;
  font-weight: normal;
  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: #003da5;
}
@media screen and (max-width: 600px) {
  .banner-box .pic .page .text h1 {
    font-size: 2rem;
  }
}
.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 a {
  width: 49px;
  height: 104px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  z-index: 99;
}
.banner-box .banner-btn a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.banner-box .banner-btn .prev {
  left: -50px;
  background: url(../image/banner-h.png) no-repeat 0 0;
}
.banner-box .banner-btn .next {
  right: -50px;
  background: url(../image/banner-h.png) no-repeat -49px 0;
}
.banner-box:hover .prev {
  left: 1.25rem;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-box:hover .next {
  right: 1.25rem;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.banner-box .pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 11;
}
.swiper .banner-pagination {
  position: relative;
}
.swiper .banner-pagination .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #fff;
  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 {
  font-size: 3rem;
  font-weight: lighter;
}
.wz-bt i {
  font-weight: normal;
}
.index-tit {
  height: 12.5rem;
  padding-top: 5.625rem;
  display: flex;
  justify-content: space-between;
}
.more {
  width: 12.22em;
  height: 3.1333em;
  line-height: 3em;
  border-radius: 2em;
  border: 1px solid #ccc;
  padding-left: 2.2em;
  font-size: 0.9375rem;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.more::before,
.more::after {
  content: '';
  width: 1.266em;
  height: 0.8em;
  background-size: cover !important;
  position: absolute;
  top: 38%;
  right: 1.8em;
  z-index: 1;
  transition: all 0.2s linear;
}
.more::before {
  background: url(../image/arrowRight.png);
  right: 100%;
  opacity: 0;
}
.more::after {
  background: url(../image/arrowRight-h.png);
  right: 1.8em;
}
.more:hover {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5;
  transition: all 0.2s linear;
}
.more:hover::before {
  right: 1.8em;
  opacity: 1;
  transition: all 0.2s linear;
}
.more:hover::after {
  right: -50%;
  opacity: 0;
  transition: all 0.2s linear;
}
.more[class*="on"] {
  color: #fff;
  background-color: #003da5;
  margin: 1.875rem 0 2.8125rem;
}
.more[class*="on"]::before {
  right: 1.8em;
  opacity: 1;
}
.more[class*="on"]::after {
  display: none;
}
.more[class*="op"]::before {
  background: url(../image/arrowRight-h.png);
}
.more[class*="op"]::after {
  background: url(../image/arrowRight.png);
}
.more[class*="op"]:hover {
  background-color: #fff;
  color: #003da5;
}
.intr {
  padding: 6% 0;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.intr .pic {
  width: 50%;
}
.intr .pic img {
  border-radius: 0 10px 10px 0;
}
.intr .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.intr .page .box {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 5.2%;
}
.intr .page .box .text {
  margin-top: 1.25em;
  font-size: 1rem;
  opacity: 0.8;
  line-height: 1.75;
}
.intr .page .box .text::-webkit-scrollbar {
  width: 3px;
}
.intr .page .box .text::-webkit-scrollbar-button {
  display: none;
}
.intr .page .box .text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.intr .page .box .text::-webkit-scrollbar-thumb {
  background-color: #003da5;
}
.intr .page .box .more {
  margin-top: 2.5em;
}
@media screen and (max-width: 992px) {
  .intr .pic {
    width: 92%;
    margin: 0 auto;
  }
  .intr .pic img {
    border-radius: 10px;
  }
  .intr .page {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .intr .page .box {
    width: 100%;
    margin: 0;
    padding: 5.2% 0 3%;
  }
  .intr .page .box .text::-webkit-scrollbar {
    width: 0px;
  }
  .intr .page .box .more {
    margin-top: 2.5em;
  }
}
.stg-w {
  background: url(../image/stg-bg.jpg) no-repeat center;
  background-size: cover;
}
.stg-w ul {
  height: 17.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stg-w ul * {
  color: #fff;
}
.stg-w ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.stg-w ul li i {
  display: flex;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 1.5625rem;
}
.stg-w ul li i img {
  margin: auto;
  height: 3.3125rem;
}
.stg-w ul li div {
  flex: 1;
}
.stg-w ul li p {
  font-size: 1.875rem;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.33;
}
.stg-w ul li p em {
  font-size: 3.5rem;
}
.stg-w ul .line {
  width: 1px;
  height: 6.5625rem;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .stg-w ul {
    height: auto;
    flex-wrap: wrap;
    padding: 4% 0;
  }
  .stg-w ul li {
    width: 50%;
    padding: 2%;
  }
  .stg-w ul .line {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .stg-w ul li i {
    width: 5.25rem;
    height: 5.25rem;
    margin-right: 1.2625rem;
  }
  .stg-w ul li i img {
    height: 2.6rem;
  }
  .stg-w ul li p {
    font-size: 1rem;
  }
  .stg-w ul li p em {
    font-size: 2rem;
  }
}
.pro-w {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.pro-w .pro-con li img {
  width: 100%;
}
.pro-w .lf {
  margin-top: -1.0625rem;
}
.pro-w .lf ul {
  padding-top: 1.0625rem;
}
.pro-w .lf li {
  position: relative;
}
.pro-w .lf li:nth-child(1) {
  background-color: #5cb531;
}
.pro-w .lf li:nth-child(2) {
  background-color: #0f92c8;
}
.pro-w .lf li:nth-child(3) {
  background-color: #0e61b6;
}
.pro-w .lf li:nth-child(4) {
  background-color: #003da5;
}
.pro-w .lf li::after {
  content: '';
  width: 2.2rem;
  height: 1.15rem;
  position: absolute;
  left: 50%;
  top: -1.1rem;
  transform: translateX(-50%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  display: none;
}
.pro-w .lf li:nth-child(1)::after {
  background-color: #5cb531;
}
.pro-w .lf li:nth-child(2)::after {
  background-color: #0f92c8;
}
.pro-w .lf li:nth-child(3)::after {
  background-color: #0e61b6;
}
.pro-w .lf li:nth-child(4)::after {
  background-color: #003da5;
}
.pro-w .lf li * {
  color: #fff;
}
.pro-w .lf li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15.625em;
}
.pro-w .lf li img {
  height: 3.4375em;
}
.pro-w .lf li p {
  font-size: 1.5em;
  margin-top: 0.9375em;
}
.pro-w .lf li i {
  display: block;
  margin-top: 1.25em;
  width: 2.15em;
  height: 2.15em;
  line-height: 2.05em;
  text-align: center;
  font-size: 1.25em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 500px) {
  .pro-w .lf li a {
    height: 80px;
  }
  .pro-w .lf li img {
    height: 25px;
  }
  .pro-w .lf li p {
    font-size: 13px;
    margin-top: 8px;
  }
  .pro-w .lf li i {
    display: none;
  }
}
.pro-w .lf .my-slide-thumb-active::after {
  display: block;
}
.pro-w .lf .my-slide-thumb-active i {
  background-color: #fff;
  color: #5cb531;
}
.nav-btn {
  display: flex;
}
.nav-btn a {
  width: 11em;
  height: 3.125em;
  line-height: 3.125em;
  text-align: center;
  border-radius: 1.5625rem;
  border: 1px solid rgba(0, 24, 66, 0.25);
  margin-left: 0.625em;
  transition: all 0.2s linear;
}
.nav-btn a:first-child {
  margin-left: 0;
}
.nav-btn a:hover {
  background-color: #003da5;
  color: #fff;
  transition: all 0.2s linear;
}
.nav-btn .active {
  background-color: #003da5;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .nav-btn {
    width: 100%;
    margin-top: 10px;
  }
  .nav-btn a {
    flex: 1;
  }
}
.news-w {
  padding-bottom: 6%;
  position: relative;
}
.news-w::before,
.news-w::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.news-w::before {
  left: 0;
  background-color: #f2f6fc;
}
.news-w::after {
  right: 0;
  background-color: #f7f9fc;
}
.news-w .index-tit .more {
  display: none;
}
@media screen and (max-width: 600px) {
  .news-w .index-tit .nav-btn {
    display: none;
  }
  .news-w .index-tit .more {
    display: block;
  }
}
.news-w .news-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-w .news-box > div {
  width: 45.5%;
}
@media screen and (max-width: 600px) {
  .news-w .news-box > div {
    width: 100%;
  }
  .news-w .news-box .news-tab {
    margin-top: 15px;
    padding: 10px 0;
  }
}
.news-w .news-box .news-con li img {
  border-radius: 10px;
  width: 100%;
  height: 21.875em;
  object-fit: cover;
}
.news-w .news-box .news-con li p {
  font-size: 1.375em;
  margin-top: 1.136363em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-con li span {
  display: block;
  font-weight: lighter;
  line-height: 1.75;
  margin-top: 0.625em;
  margin-bottom: 0.8125em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box .news-con li a {
  display: inline;
  opacity: 0.8;
  padding-right: 1.875rem;
  background: url(../image/arrowRight-h.png) no-repeat right center;
}
.news-w .news-box .news-tab {
  height: 100%;
  margin: -5px 0;
}
.news-w .news-box .news-tab ul {
  justify-content: space-between;
  position: relative;
}
.news-w .news-box .news-tab ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #003da5;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 1.0625em;
}
.news-w .news-box .news-tab ul li {
  height: auto !important;
  line-height: 2.1875em;
  padding: 5px 0;
  background-color: #f7f9fc;
  padding-left: 3.4375em;
  position: relative;
  cursor: pointer;
}
.news-w .news-box .news-tab ul li::before {
  content: '';
  width: 2.1875em;
  height: 2.1875em;
  box-sizing: border-box;
  border: 1px solid rgba(0, 61, 165, 0.25);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news-w .news-box .news-tab ul li::after {
  content: '';
  width: 0.9375em;
  height: 0.9375em;
  background-color: #003da5;
  border-radius: 50%;
  position: absolute;
  left: 0.625em;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.news-w .news-box .news-tab ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-tab ul .news-active::before {
  border-color: #003da5;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.footer {
  background-color: #001e50;
}
.footer * {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .f-nav {
  padding: 4.125rem 0 0;
  display: flex;
}
.footer .f-nav .lf {
  width: 40%;
  padding-right: 3.125rem;
}
.footer .f-nav .lf ul {
  margin-top: 2.8125rem;
}
.footer .f-nav .lf ul li {
  display: flex;
  line-height: 32px;
  align-items: flex-start;
}
.footer .f-nav .lf ul li .ico {
  height: 32px;
  display: flex;
}
.footer .f-nav .lf ul li img {
  margin: auto;
  margin-right: 0.6875em;
}
.footer .f-nav .lf ul li p {
  flex: 1;
}
.footer .f-nav .rg {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.footer .f-nav .rg .item {
  display: flex;
  margin-bottom: 3.125em;
}
.footer .f-nav .rg .item:nth-child(3n-2) {
  width: 27.5%;
}
.footer .f-nav .rg .item:nth-child(3n-1) {
  width: 45%;
  padding-left: 14.33%;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.footer .f-nav .rg .item:nth-child(3n) {
  width: 27.5%;
}
.footer .f-nav .rg .item:nth-child(3n) ul {
  margin: 0 0 0 auto;
}
.footer .f-nav .rg .item h5 {
  max-width: 9.375rem;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0.625em;
}
@media screen and (max-width: 1280px) {
  .footer .f-nav .rg .item h5 {
    font-size: 1.125rem;
  }
}
.footer .f-nav .rg .item li {
  line-height: 1.875;
  padding-left: 0.9375rem;
  background: url(../image/f-rg.png) no-repeat left center;
}
@media screen and (max-width: 600px) {
  .footer .f-nav .lf {
    width: 100%;
    padding-bottom: 5%;
  }
  .footer .f-nav .rg {
    display: none;
  }
}
.copy {
  background-color: #011a44;
}
.copy .erwm {
  padding: 2.1875rem 0 1.5625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.copy .erwm p {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.copy .erwm ul {
  display: flex;
  justify-content: center;
  margin-top: 0.9375rem;
}
.copy .erwm ul li {
  position: relative;
  margin-right: 1.125rem;
  cursor: pointer;
}
.copy .erwm ul li:last-child {
  margin-right: 0;
}
.copy .erwm ul li i {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #003da5;
  border-radius: 50%;
  line-height: 3.125rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}
.copy .erwm ul li .pic {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 11.875rem;
  display: none;
}
.copy .erwm ul li:hover .pic {
  display: block;
}
.copy .page {
  padding: 1.875rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.copy .page * {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.75;
}
.copy .page ul {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.copy .page ul a {
  white-space: pre;
}
@media screen and (max-width: 600px) {
  .copy .page ul {
    display: none;
  }
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  bottom: 55px;
  right: -100px;
  z-index: 9999;
  cursor: pointer;
  background: url(../image/totop.png) no-repeat center;
  background-color: #003da5;
}
@media screen and (max-width: 1600px) {
  #clickTop {
    right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  #clickTop {
    width: 45px;
    height: 45px;
    background-size: 14px;
  }
}
