a:hover {
  color: #0a245c;
}
.header {
  width: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation-duration: 1s;
}
.header > .page {
  max-width: none;
  height: 130px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .h-rg {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  color: #fff;
}
.header .h-rg .phone {
  margin-left: 25px;
  font-size: 32px;
  display: flex;
  align-items: center;
}
.header .h-rg .phone i {
  margin-right: 15px;
}
@media screen and (max-width: 1600px) {
  .header > .page {
    height: 100px;
  }
  .header .logo img {
    height: 66px !important;
  }
  .header .h-rg img {
    height: 30px;
  }
  .header .h-rg .phone {
    margin-left: 15px;
    font-size: 22px;
  }
  .header .h-rg .phone i {
    margin-right: 10px;
  }
}
.fix {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fix > .page {
  height: 100px;
}
.fix .logo img {
  height: 75px;
/*  background-color:rgba(0, 0, 0, 0.3);*/
}
.fix .nav li > a {
  font-size: 20px;
  color: #333;
}
.fix .nav .iconfont {
  color: #333;
}
.fix .h-rg .phone {
  color: #0a245c;
}
/* 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;
  margin-right: 25px;
}
.nav-list > li > a {
  line-height: 50px;
  font-size: 22px;
  color: #fff;
}
.nav-list > li > a .iconfont {
  margin-left: 5px;
}
@media screen and (max-width: 1600px) {
  .nav-list > li > a {
    font-size: 16px !important;
  }
}
.nav-list > li .erji2 {
  position: absolute;
  left: 20px;
  top: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  display: flex;
}
.nav-list > li .erji2 .lf {
  padding: 10px 0;
}
.nav-list > li .erji2 .lf li {
  min-width: 200px;
  padding: 0 20px 0 25px;
  line-height: 50px;
}
.nav-list > li .erji2 .lf li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
}
.nav-list > li .erji2 .lf li a p {
  white-space: nowrap;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .nav-list > li .erji2 .lf li a {
    font-size: 14px;
    line-height: 40px;
  }
}
.nav-list > li .erji2 .lf li:hover a {
  font-weight: bold;
  color: #0a245c;
}
.nav-list > li .pro-erji {
  width: 67vw;
}
.nav-list > li .pro-erji .lf {
  width: 23%;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
}
.nav-list > li .pro-erji .lf .on {
  font-weight: bold;
  color: #0a245c;
}
.nav-list > li .pro-erji .rg {
  width: 77%;
  padding: 10px 10px 40px 25px;
}
.nav-list > li .pro-erji .sanji {
  display: none;
}
.nav-list > li .pro-erji .sanji ul {
  max-height: 325px;
  padding-right: 10px;
  overflow-y: auto;
}
.nav-list > li .pro-erji .sanji ul::-webkit-scrollbar {
  width: 3px;
}
.nav-list > li .pro-erji .sanji ul::-webkit-scrollbar-button {
  display: none;
}
.nav-list > li .pro-erji .sanji ul::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.nav-list > li .pro-erji .sanji ul::-webkit-scrollbar-thumb {
  background-color: #0a245c;
}
.nav-list > li .pro-erji .sanji ul li {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
  line-height: 32px;
}
.nav-list > li .pro-erji .sanji ul li:last-child {
  border-bottom: none;
}
.nav-list > li .pro-erji .sanji ul li > a {
  width: 25.5%;
  font-size: 17px;
  font-weight: bold;
}
.nav-list > li .pro-erji .sanji ul li .list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.nav-list > li .pro-erji .sanji ul li .list a {
  width: 25%;
  font-size: 14px;
}
.nav-list > li .pro-erji .sanji .btm {
  display: flex;
  margin-top: 20px;
}
.nav-list > li .pro-erji .sanji .btm a {
  width: 23.5%;
  margin-right: 2%;
}
.nav-list > li .pro-erji .sanji .btm a:nth-child(4n) {
  margin-right: 0;
}
.nav-list > li .pro-erji .sanji .btm a .pic {
  border-radius: 10px;
}
.nav-list > li .pro-erji .sanji .btm a p {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  .nav-list > li .pro-erji .sanji .btm a p {
    margin-top: 10px;
  }
}
.nav-list > li .pro-erji .sanji .btm a:hover img {
  transform: scale(1.1);
}
.nav-list > li:hover > a {
  color: #0a245c;
}
.nav-list > li:hover .iconfont {
  color: #0a245c;
}
.nav-list > li:hover .erji2 {
  left: 0;
  opacity: 1;
  visibility: visible;
}
/* 幻灯片 */
.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: #0a245c;
}
@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("http://127.0.0.1/template/cn/images/banner-h.png"/) no-repeat 0 0;
}
.banner-box .banner-btn .next {
  right: -50px;
  background: url("http://127.0.0.1/template/cn/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;
}
/* 搜索 */
.search-w {
  position: relative;
  z-index: 99;
  visibility: hidden;
}
.search-w .page {
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-w .box {
  width: 900px;
  height: 130px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 50px;
  border-radius: 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.search-w .box input {
  flex: 1;
  padding: 0 30px;
  border: none;
  font-size: 36px;
}
.search-w .box input::placeholder {
  font-weight: lighter;
}
.search-w .box button {
  width: 50px;
  height: 50px;
  background: url("http://127.0.0.1/template/cn/images/search-ico.png"/) no-repeat center;
  cursor: pointer;
}
@media screen and (max-width: 1360px) {
  .search-w .box {
    width: 700px;
    height: 100px;
  }
  .search-w .box input {
    padding: 0 20px;
    font-size: 28px;
  }
}
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wz-bt p i {
  color: #77cb1d;
  text-transform: uppercase;
  margin-right: 20px;
}
.wz-bt p::before,
.wz-bt p::after {
  content: '';
  width: 170px;
  height: 4px;
  background-color: #dadada;
  margin: 0 20px;
}
.wz-bt span {
  font-size: 21px;
  margin-top: 20px;
  color: #999999;
}
.pro-w {
  padding: 160px 0 150px;
  background-color: #f5f5f5;
}
.pro-w .page {
  max-width: none;
}
.pro-w .box {
  margin-top: 80px;
  padding: 0 120px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .pro-w .box {
    margin-top: 60px;
    padding: 0 80px;
  }
}
.pro-w .box li {
  background: url("http://127.0.0.1/template/cn/images/pro-t.png"/) no-repeat 95% 20px;
  background-color: #0a245c;
  position: relative;
}
.pro-w .box li a {
  height: 280px;
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pro-w .box li a h5 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .pro-w .box li a h5 {
    font-size: 20px;
  }
}
.pro-w .box li .text1 {
  transition: all 0.3s linear;
}
.pro-w .box li .text1 .ico {
  height: 70px;
  display: flex;
}
.pro-w .box li .text1 .ico img {
  margin: auto;
}
.pro-w .box li .text1 h5 {
  margin-top: 15px;
}
.pro-w .box li .text1 hr {
  width: 60px;
  height: 2px;
  background-color: #fff;
  margin: 40px auto 10px;
}
.pro-w .box li .text2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
}
.pro-w .box li .text2 h5 {
  color: #FFFFFF;
}
.pro-w .box li .text2 hr {
  margin: 20px auto 30px;
  width: 45px;
  height: 10px;
  border: 2px solid #0a245c;
  border-left: none;
  border-right: none;
}
.pro-w .box li .text2 span {
  font-size: 14px;
  line-height: 2;
  color: #FFFFFF;
}
.pro-w .box li:hover {
  background-color: #0a245c;
}
.pro-w .box li:hover .text1 {
  opacity: 0;
  transition: all 0s linear;
}
.pro-w .box li:hover .text2 {
  top: 0;
  opacity: 1;
  transition: all 0.3s linear;
}
.pro-w .swiper-btn .iconfont {
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1600px) {
  .pro-w .swiper-btn .iconfont {
    width: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}
.pro-w .swiper-btn .iconfont:hover {
  background-color: #0a245c;
  color: #fff;
}
.intr-w {
  padding: 100px 0;
}
.intr-w .text {
  font-size: 18px;
  margin-top: 30px;
  line-height: 2;
  color: #666;
}
.intr-w .box {
  margin-top: 60px;
  display: flex;
  background-color: #f2f6fc;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
}
.intr-w .box .pic {
  width: 50%;
  border-radius: 10px;
}
.intr-w .box .rg {
  flex: 1;
  padding-left: 70px;
  padding-right: 20px;
}
.intr-w .box .rg h5 {
  font-size: 36px;
  margin-bottom: 25px;
}
.intr-w .box .rg ul {
  font-size: 20px;
  font-weight: lighter;
  line-height: 36px;
}
.intr-w .box .rg ul li {
  margin-bottom: 15px;
  position: relative;
}
.intr-w .box .rg ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a9b3c4;
  position: absolute;
  top: 15px;
  left: -23px;
}
@media screen and (max-width: 1600px) {
  .intr-w .box .rg ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .intr-w .box .rg ul li::before {
    top: 8px;
  }
}
.adv-w {
  position: relative;
  margin: 0 auto;
}
.adv-w .adv-con li img {
  width: 100%;
}
.adv-w .lf {
  margin-top: -1.0625rem;
}
.adv-w .lf ul {
  padding-top: 1.0625rem;
}
.adv-w .lf li {
  position: relative;
}
.adv-w .lf li:nth-child(1) {
  background-color: #5cb531;
}
.adv-w .lf li:nth-child(2) {
  background-color: #0f92c8;
}
.adv-w .lf li:nth-child(3) {
  background-color: #0001C5;
}
.adv-w .lf li:nth-child(4) {
  background-color: #000075;
}
.adv-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;
}
.adv-w .lf li:nth-child(1)::after {
  background-color: #5cb531;
}
.adv-w .lf li:nth-child(2)::after {
  background-color: #0f92c8;
}
.adv-w .lf li:nth-child(3)::after {
  background-color: #0e61b6;
}
.adv-w .lf li:nth-child(4)::after {
  background-color: #003da5;
}
.adv-w .lf li * {
  color: #fff;
}
.adv-w .lf li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15.625em;
}
.adv-w .lf li img {
  height: 3.4375em;
}
.adv-w .lf li p {
  font-size: 1.5em;
  margin-top: 0.9375em;
}
.adv-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) {
  .adv-w .lf li a {
    height: 80px;
  }
  .adv-w .lf li img {
    height: 25px;
  }
  .adv-w .lf li p {
    font-size: 13px;
    margin-top: 8px;
  }
  .adv-w .lf li i {
    display: none;
  }
}
.adv-w .lf .my-slide-thumb-active::after {
  display: block;
}
.adv-w .lf .my-slide-thumb-active i {
  background-color: #fff;
  color: #5cb531;
}
.liucheng {
  padding: 150px 0 100px;
}
.liucheng ul {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.liucheng ul::after {
  content: '';
  width: calc(100% - 40px);
  border-top: 4px dashed #5e5e5e;
  position: absolute;
  left: 20px;
  top: 169px;
  z-index: -1;
}
.liucheng ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.liucheng ul li .ico {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #c9a679;
  position: relative;
}
.liucheng ul li .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liucheng ul li .ico img:nth-child(1) {
  display: none;
}
.liucheng ul li i {
  margin-top: 27px;
  width: 26px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #5e5e5e;
  font-size: 17px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.liucheng ul li p {
  margin-top: 20px;
  font-size: 20px;
}
.liucheng ul li:hover .ico {
  border-color: #0a245c;
  background-color: #0a245c;
}
.liucheng ul li:hover .ico img:nth-child(1) {
  display: block;
}
.liucheng ul li:hover .ico img:nth-child(2) {
  display: none;
}
.liucheng ul li:hover p {
  color: #0a245c;
}
.liucheng .phone {
  font-size: 26px;
  margin-top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0a245c;
  font-weight: bold;
  text-indent: -20px;
}
.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: 100px 0 70px;
  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 {
  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("http://127.0.0.1/template/cn/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: #0a245c;
  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: #0a245c;
  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: #0a245c;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.news-w .nav-btn {
  width: 45.5%;
  margin: 0 0 0 auto;
  margin-top: 50px;
}
.footer {
  background: url("http://127.0.0.1/template/cn/images/foot-bg.jpg"/);
  background-size: cover;
  padding: 40px 0;
  color: #fff;
}
.footer .page {
  max-width: 1200px;
}
.footer .tit {
  background: url("http://127.0.0.1/template/cn/images/foot-t.png"/) no-repeat 130px top;
}
.footer .tit em {
  font-size: 14px;
  display: block;
}
.footer .tit p {
  font-size: 26px;
  margin-top: 5px;
}
.footer .box {
  margin-top: 50px;
  display: flex;
  position: relative;
}
.footer .box .wx {
  width: 200px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: -225px;
}
@media screen and (max-width: 1600px) {
  .footer .box .wx {
    position: relative;
    left: 0;
    margin-right: 20px;
  }
}
.footer .box .wx img {
  width: 100%;
}
.footer .box .lf {
  width: 33.33%;
  margin-right: 40px;
}
@media screen and (max-width: 1600px) {
  .footer .box .lf {
    margin-right: 20px;
  }
}
.footer .box .lf .f-info ul {
  background-color: #0a245c;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20%;
}
.footer .box .lf .f-info ul:first-child {
  border-bottom: 2px solid #fff;
}
.footer .box .lf .f-info ul li {
  margin-bottom: 15px;
}
.footer .box .lf .f-info ul li:last-child {
  margin-bottom: 0;
}
.footer .box .lf .f-info ul li p {
  font-size: 20px;
  margin-bottom: 10px;
}
.footer .box .lf .f-info ul li span {
  font-size: 14px;
  line-height: 1.75;
}
.footer .box .rg {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 40px 50px;
}
.footer .box .rg input,
.footer .box .rg textarea {
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 2px solid #fff;
  line-height: 50px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 20px;
}
.footer .box .rg input::placeholder,
.footer .box .rg textarea::placeholder {
  color: #fff;
}
.footer .box .rg .form-con {
  display: flex;
  justify-content: space-between;
}
.footer .box .rg .form-con input {
  width: 48%;
}
.footer .box .rg input[type="submit"] {
  width: 180px;
  line-height: 45px;
  text-align: center;
  background-color: #0a245c;
  border: none;
  color: #fff;
  font-size: 18px;
  margin: 40px 0 0 auto;
  cursor: pointer;
}
.footer .box .rg input[type="submit"]:hover {
  background-color: #003da5;
}
.footer .btm {
  margin-top: 80px;
}
.footer .btm ul {
  display: flex;
  justify-content: center;
}
.footer .btm ul li {
  width: 200px;
}
.footer .btm ul li a {
  display: flex;
  align-items: center;
}
.footer .btm ul li img {
  margin-right: 10px;
}
.footer .btm ul li p {
  font-size: 20px;
  font-weight: bold;
}
.footer .btm ul li:hover img {
  transform: rotateZ(360deg);
  transition: all 0.3s linear;
}
.copy {
  color: #fff;
  background-color: #3a3a3a;
  padding: 50px 0 30px;
  font-size: 14px;
}
.copy .page {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy .rg {
  display: flex;
}
.copy .rg li {
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}
.copy .rg li i {
  display: block;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
}
.copy .rg li .box {
  width: 100px;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.copy .rg li:hover i {
  background-color: #fff;
  color: #b8292c;
}
.copy .rg li:hover .box {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
