a:hover {
  color: #013794;
}
.header {
  width: 100%;
  min-width: 1280px;
  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 i {
  margin-right: 10px;
}
.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: #013794;
  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 * {
  color: #333;
}
/* nav */
.nav {
  display: flex;
  margin-left: 3.75%;
  align-items: center;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  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 {
  display: none;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  white-space: nowrap;
  position: fixed;
  top: 84px;
  left: 0;
  background-color: #e1e1e1;
}
.nav-list > li .erji2 ul {
  display: flex;
  padding: 25px 0;
  justify-content: center;
}
.nav-list > li .erji2 ul li {
  width: 12.5%;
  text-align: center;
}
.nav-list > li .erji2 ul li .ico {
  height: 70px;
  display: flex;
  filter: grayscale(100%);
  opacity: 0.5;
}
.nav-list > li .erji2 ul li .ico img {
  margin: auto;
}
.nav-list > li .erji2 ul li p {
  margin-top: 10px;
}
.nav-list > li .erji2 ul li:hover .ico {
  filter: grayscale(0);
  opacity: 1;
}
.nav-list > li .erji2 ul li:hover p {
  color: #003da5;
}
.nav-list > li:hover > a {
  color: #003da5;
}
.nav-list > li:hover .iconfont {
  color: #003da5;
}
/* 幻灯片 */
.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: #013794;
}
@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 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(../images/banner-h.png) no-repeat 0 0;
}
.banner-box .banner-btn .next {
  right: -50px;
  background: url(../images/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: 6%;
  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 {
  text-align: center;
}
.wz-bt p {
  color: #004cb0;
  font-size: 48px;
}
.wz-bt em {
  font-size: 18px;
  color: #bfbfbf;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}
.wz-bt hr {
  height: 3px;
  background: url(../images/tit-line.png) no-repeat center;
  margin-top: 15px;
}
.wz-bt span {
  color: #999999;
  max-width: 1100px;
  margin: 15px auto 0;
  line-height: 1.75;
}
.wz-bt1 p {
  font-size: 48px;
  font-weight: bold;
}
.wz-bt1 em {
  font-size: 18px;
  display: block;
  font-weight: lighter;
  margin-top: 10px;
}
.wz-bt1 hr {
  height: 3px;
  background: url(../images/tit-line.png) no-repeat left;
  margin-top: 15px;
}
.char-w {
  position: relative;
  z-index: 111;
}
.char-w .page {
  max-width: 1440px;
}
.char-w ul {
  transform: translateY(-78px);
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.char-w ul li {
  flex: 1;
  border-left: 1px solid #f1f1f1;
}
.char-w ul li:first-child {
  border: none;
}
.char-w ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px;
}
.char-w ul li h5 {
  font-size: 22px;
  margin: 15px 0 15px;
}
.char-w ul li span {
  font-size: 14px;
  line-height: 1.75;
  color: #999;
}
.intr-w {
  padding: 0 0 60px;
  min-height: 600px;
  position: relative;
}
.intr-w .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50%;
}
.intr-w .con {
  width: 50%;
  margin: 0 0 0 auto;
}
.intr-w .con h1 {
  font-size: 39px;
  font-weight: bold;
}
.intr-w .con h2 {
  font-size: 35px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.intr-w .con h3 {
  font-size: 24px;
  color: #666;
  margin-top: 15px;
}
.intr-w .con .text {
  line-height: 2;
  color: #999;
  margin-top: 20px;
  max-width: 700px;
}
.intr-w .con ul {
  margin-top: 50px;
  display: flex;
}
.intr-w .con ul li {
  flex: 1;
}
.intr-w .con ul li p {
  color: #365883;
}
.intr-w .con ul li p em {
  font-size: 47px;
  font-weight: bold;
}
.intr-w .con ul li p i {
  font-size: 20px;
}
.intr-w .con ul li span {
  font-size: 20px;
  color: #454545;
  text-indent: 5px;
}
.intr-w .con .more {
  width: 180px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #365883;
  color: #365883;
  border-radius: 20px;
  margin-top: 60px;
  transition: all 0.3s linear;
}
.intr-w .con .more:hover {
  background-color: #365883;
  color: #fff;
}
.pro-w {
  padding: 100px 0 0;
}
.pro-w .pro-box {
  margin-top: 70px;
  background-color: #104186;
  padding-top: 45px;
  position: relative;
}
.pro-w .pro-box li {
  width: 58%;
  position: relative;
  z-index: 1;
  padding: 0 35px;
}
.pro-w .pro-box li::after {
  content: '';
  width: 80%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.pro-w .pro-box li .text {
  padding: 50px 30px 25px;
  width: 78%;
  opacity: 0;
  visibility: hidden;
}
.pro-w .pro-box li .text p {
  font-size: 32px;
}
.pro-w .pro-box li .text span {
  color: #666;
  line-height: 1.72;
  margin-top: 20px;
}
.pro-w .pro-box li .text .more {
  width: 180px;
  line-height: 55px;
  text-align: center;
  background-color: #104186;
  color: #fff;
  margin-top: 20px;
}
.pro-w .pro-box li .text .more:hover {
  opacity: 0.85;
}
.pro-w .pro-box .swiper-slide-active {
  padding: 0 0 0 70px;
}
.pro-w .pro-box .swiper-slide-active::after {
  display: block;
}
.pro-w .pro-box .swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
}
.pro-w .swiper-btn {
  width: calc(58% + 190px);
  margin-top: 170px;
}
.pro-w .swiper-btn .iconfont {
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  border: 1px solid #fff;
  color: #fff;
}
.pro-w .swiper-btn .iconfont:hover {
  background-color: #fff;
  color: #104186;
}
.case-w {
  padding: 100px 0;
  background: url(../images/case-bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.case-w .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.case-w .tit .more {
  width: 180px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #104186;
  color: #104186;
  border-radius: 15px;
  font-size: 18px;
}
.case-w .tit .more:hover {
  background-color: #104186;
  color: #fff;
}
.case-w .case-box {
  margin-top: 50px;
}
.case-w .case-box ul {
  display: flex;
}
.case-w .case-box ul li {
  flex: 1;
  margin-right: 1.5%;
  transition: all 0.3s linear;
  position: relative;
}
.case-w .case-box ul li img {
  width: 100%;
  height: 28.5vw;
  object-fit: cover;
}
.case-w .case-box ul li .text {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 100px 30px 30px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  transition: all 0.3s linear;
}
.case-w .case-box ul li .text p {
  font-size: 27px;
}
.case-w .case-box ul li .text span {
  font-size: 20px;
  line-height: 1.75;
  margin: 15px 0;
  padding-right: 50px;
  display: none;
}
.case-w .case-box ul li .text em {
  font-size: 18px;
  opacity: 0.6;
  display: none;
}
.case-w .case-box ul li .text .more {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 45px;
  height: 45px;
  line-height: 39px;
  text-align: center;
  font-size: 40px;
  font-weight: lighter;
  border-radius: 50%;
  background-color: #fff;
  color: #104186;
  display: none;
}
.case-w .case-box ul li .text .more:hover {
  background-color: #104186;
  color: #fff;
}
.case-w .case-box ul li:hover {
  flex: 1.75;
}
.case-w .case-box ul li:hover .text {
  bottom: 0;
  background: linear-gradient(to top, rgba(2, 63, 152, 0.8), transparent);
}
.case-w .case-box ul li:hover .text * {
  display: block;
}
.adv-w {
  padding: 100px 0 200px;
  background: url(../images/adv-bg.jpg) no-repeat top;
  background-size: cover;
  display: flex;
}
.adv-w .lf {
  width: 50%;
  padding: 40px 3.6%;
  border: 1px solid #bfbfbf;
  border-radius: 0 20px 20px 0;
  position: relative;
  z-index: 1;
}
.adv-w .lf::after {
  content: '';
  width: 273px;
  height: 181px;
  background: url(../images/adv-0.png) no-repeat;
  position: absolute;
  right: -20px;
  top: 157px;
  z-index: -1;
}
.adv-w .lf .adv-pic {
  max-width: 752px;
  margin: 0;
  margin-top: 70px;
  border-radius: 10px;
}
.adv-w .lf .adv-pic img {
  border-radius: 10px;
}
.adv-w .rg {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 60px;
}
.adv-w .rg .adv-tab {
  height: 100%;
}
.adv-w .rg li {
  flex: 1;
  padding: 20px 6.5%;
  display: flex;
  align-items: center;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
.adv-w .rg li:last-child {
  margin-bottom: 0;
}
.adv-w .rg li .text {
  flex: 1;
  margin-right: 20px;
}
.adv-w .rg li .text h5 {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
  white-space: nowrap;
  width: 0;
}
.adv-w .rg li .text h5 i {
  font-size: 16px;
  margin-left: 20px;
  opacity: 0.62;
}
.adv-w .rg li .text p {
  color: #4c4b4b;
  line-height: 2;
}
.adv-w .rg li .iconfont {
  font-size: 96px;
  color: #8a8a8a;
}
@media screen and (max-width: 1600px) {
  .adv-w .rg li .text h5 {
    font-size: 22px;
  }
  .adv-w .rg li .text h5 i {
    font-size: 12px;
  }
  .adv-w .rg li .text p {
    font-size: 12px;
  }
  .adv-w .rg li .iconfont {
    font-size: 60px;
  }
}
.adv-w .rg .my-slide-thumb-active {
  background-color: #0047ba;
}
.adv-w .rg .my-slide-thumb-active * {
  color: #fff !important;
}
.ptn-w {
  padding: 100px 0;
}
.ptn-w .ptn-box {
  margin-top: 80px;
}
.ptn-w .ptn-box li a {
  border: 1px solid #e2e2e2;
}
.ptn-w .swiper {
  padding: 1px;
}
.ptn-w .ptn-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.ptn-w .ptn-pagination span {
  margin: 0 15px !important;
}
.ptn-w .ptn-pagination .swiper-pagination-bullet-active {
  background-color: #003da5;
  position: relative;
}
.ptn-w .ptn-pagination .swiper-pagination-bullet-active::after {
  content: '';
  width: 30px;
  height: 30px;
  border: 2px solid #003da5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-btn {
  display: flex;
}
.nav-btn a {
  width: 9.6875em;
  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: 80px 0;
  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 {
  display: flex;
  justify-content: space-between;
}
.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 {
  margin-top: 60px;
  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(../images/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: #013794;
  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: #013794;
  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: #013794;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.news-w .nav-btn {
  margin: 0 0 0 auto;
  margin-top: 50px;
}
.honor-w {
  padding: 100px 0 150px;
  background: url(../images/honor-bg.jpg) no-repeat;
  background-size: cover;
}
.honor-w .wz-bt * {
  color: #fff;
}
.honor-w .hon-box {
  margin-top: 60px;
  padding: 0 100px;
  position: relative;
}
.honor-w .hon-box .swiper-btn .iconfont {
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
}
.honor-w .hon-box .swiper-btn .iconfont:hover {
  background-color: #104186;
  color: #fff;
}
.links {
  background-color: #235a90;
  color: #fff;
}
.links .page {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .lf {
  display: flex;
}
.links .lf a {
  font-size: 15px;
  color: #fff;
}
.links .lf a:hover {
  text-decoration: underline;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.links .rg {
  display: flex;
}
.links .rg a {
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
  color: #0b5a78;
  margin-left: 20px;
}
.links .rg a:hover {
  background-color: #013794;
  color: #fff;
}
.footer {
  background: url(../images/foot-bg.jpg);
  background-size: cover;
  padding: 35px 0;
}
.footer a:hover {
  color: #104186 !important;
  text-decoration: underline;
}
.footer .page {
  max-width: 1200px;
  display: flex;
}
.footer .f-nav {
  display: flex;
  border-right: 1px solid #bfbfbf;
  padding: 20px 0;
}
.footer .f-nav li {
  width: 160px;
}
.footer .f-nav li h5 {
  margin-bottom: 12px;
}
.footer .f-nav li a {
  line-height: 34px;
  font-size: 14px;
  color: #888888;
}
.footer .rg {
  margin: 0 0 0 auto;
  text-align: center;
  white-space: nowrap;
  padding: 15px 0;
}
.footer .rg h3 {
  font-size: 26px;
  color: #0d6782;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: bold;
  margin: 10px 0;
}
.footer .rg img {
  width: 150px;
  margin: 0 auto;
}
.footer .rg span {
  font-size: 14px;
  margin-top: 10px;
}
.footer .rg a {
  margin: 15px auto 0;
  width: 150px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  color: #0d6782;
  border: 1px solid #ccc;
}
.footer .rg a i {
  font-size: 15px;
}
.footer .rg a:hover {
  background-color: #104186;
  color: #fff !important;
}
.copy {
  background-color: #f4f4f4;
  font-size: 12px;
  color: #888;
  border-top: 1px solid #ccc;
}
.copy .page {
  max-width: 1200px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy .rg {
  display: flex;
}
