a:hover {
  color: #0a3d86;
}
.swiper-pagination-bullet-active {
  background-color: #0a3d86 !important;
}
.header {
  width: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation-duration: 1s;
}
.header > .page {
  max-width: 1400px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo img {
  width: 180px;
  height: 75px;
}
.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;
  padding-right: 15px;
}
.header .rg ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  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 {
  width: 100px;
  height: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .header .search {
    width: 80px;
  }
}
.header .search i {
  font-size: 20px;
}
.header .search .box {
  position: absolute;
  top: 100%;
  right: 0px;
  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: #cc261d;
  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: 18px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1600px) {
  .header .lg p {
    font-size: 16px;
  }
}
.header .lg .down {
  min-width: 10.5rem;
  position: absolute;
  top: 2.1875rem;
  left: 0;
  padding: 10px 1.3625rem;
  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;
}
.header .lg:hover .down {
  transform: translateY(0);
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
}
/* nav */
.nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  display: flex;
  position: relative;
  padding: 0 20px;
}
.nav-list > li > a {
  line-height: 90px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.nav-list > li > a .iconfont {
  margin-left: 5px;
}
.nav-list > li > a::after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #cc261d;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
@media screen and (max-width: 1600px) {
  .nav-list > li > a {
    font-size: 16px !important;
  }
}
.nav-list > li .erji2 {
  position: absolute;
  min-width: 250px;
  width: 100%;
  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: 250px;
  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%;
  height: 76vh;
  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;
  align-items: start;
}
.nav-list > li .pro-erji .sanji {
  display: none;
}
.nav-list > li .pro-erji .sanji ul {
  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;
  color: #333;
}
.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;
  color: #333;
}
.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;
}
.nav-list > li:hover .pro-erji {
  left: -20vw;
}
.nav-list > li:hover .pro-erji ul {
  display: block;
}
.nav-list > li:hover > a {
  color: #cc261d;
}
.nav-list > li:hover > a::after {
  width: 100%;
}
.nav-list > li:hover .iconfont {
  color: #cc261d;
}
.fix {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fix > .page {
  height: 90px;
}
.fix .logo img {
  height: 75px;
}
.fix .nav li > a {
  font-size: 18px;
  color: #333;
}
.fix .nav li:hover > a {
  color: #cc261d;
}
.fix .nav li:hover > a::after {
  width: 100%;
}
.fix .nav li:hover .iconfont {
  color: #cc261d;
}
.fix .nav .iconfont {
  color: #333;
}
.fix .rg .lg p {
  color: #333;
}
.fix .rg span {
  color: #333;
}
.fix .search {
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  color: #0a3d86;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.pro-w {
  padding: 60px 0 70px;
  background-color: #f5f6f7;
}
.pro-w .top-p {
  color: #0a3d86;
}
.pro-w .top-p h1 {
  font-size: 48px;
  font-weight: bold;
}
.pro-w .top-p em {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.pro-w .p-tab {
  display: flex;
  margin: 50px 0;
}
.pro-w .p-tab span {
  width: 55%;
  line-height: 2;
}
.pro-w .p-tab span i {
  font-size: 18px;
}
.pro-w .pro-tabs {
  width: 45%;
  height: 50px;
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: 1;
  height: 42px;
  line-height: 42px;
  border: 2px #0a3d86 solid;
  border-radius: 21px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pro-w .pro-tabs ul li:hover {
  background-color: rgba(10, 61, 134, 0.1);
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #0a3d86;
  color: #fff;
}
.pro-w .con-box {
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 400px;
  margin-right: 160px;
}
.pro-w .con-box ul li .pic {
  background: #fff;
}
.pro-w .con-box ul li p {
  line-height: 65px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background-color: #0a3d86;
}
.pro-w .con-box ul:last-child {
  margin-right: 0;
}
.pro-w .bot-p {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.pro-w .bot-p h4 {
  font-size: 22px;
  line-height: 1.5;
}
.pro-w .rg {
  display: flex;
}
.pro-w .rg h5 {
  background: #0a3d86;
  width: 18px;
  height: 8px;
  margin: auto 0;
  border-radius: 4px;
  margin-right: 5px;
}
.pro-w .rg h6 {
  background: #fff;
  width: 18px;
  height: 8px;
  margin: auto 0;
  border-radius: 4px;
  margin-right: 5px;
}
.pro-w .more {
  width: 50px;
  height: 50px;
  margin: auto 0;
  line-height: 50px;
  text-align: center;
  background-color: #0a3d86;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more:hover {
  background-color: #fc6902;
  transition: all 0.2s linear;
}
.intr-w {
  padding: 100px 0;
}
.intr-w .box {
  display: flex;
}
.intr-w .pic {
  width: 50%;
}
.intr-w .pic video {
  margin-top: 100px;
}
.intr-w .con {
  flex: 1;
  margin-top: 50px;
}
.intr-w .con em {
  display: block;
  font-size: 65px;
  font-weight: bold;
  opacity: 0.2;
  line-height: 1.5;
  padding: 0 50px;
  font-style: italic;
}
.intr-w .con h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 15px;
  padding: 0 50px;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 2;
  color: #666;
  padding: 0 50px;
  padding-right: 100px;
}
.intr-w .con a {
  width: 140px;
  height: 40px;
  font-size: 20px;
  margin-left: 50px;
  margin-top: 40px;
  line-height: 40px;
  text-align: center;
  border: #0a3d86 1px solid;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.intr-w .con a:hover {
  background: #0a3d86;
  color: #fff;
}
.adv-w {
  padding: 60px 0 70px;
}
.adv-w .top-a {
  color: #0a3d86;
}
.adv-w .top-a h1 {
  font-size: 48px;
  font-weight: bold;
}
.adv-w .top-a em {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.adv-w .a-tab {
  display: flex;
  margin: 50px 0;
}
.adv-w .a-tab span {
  width: 70%;
  font-size: 24px;
  line-height: 1.5;
}
.adv-w .adv-tabs {
  width: 30%;
  height: 50px;
}
.adv-w .adv-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.adv-w .adv-tabs ul li {
  flex: 1;
  height: 42px;
  line-height: 42px;
  border: 2px #0a3d86 solid;
  border-radius: 21px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.adv-w .adv-tabs ul li:hover {
  background-color: rgba(10, 61, 134, 0.1);
}
.adv-w .adv-tabs ul .swiper-slide-thumb-active {
  background-color: #0a3d86;
  color: #fff;
}
.adv-w .con-box {
  margin: 0 auto;
}
.adv-w .con-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv-w .con-box ul li {
  width: 45%;
  margin-right: 5%;
}
.adv-w .con-box ul li .pic {
  background: #fff;
  width: 100%;
}
.adv-w .con-box ul li .pic img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.adv-w .con-box ul li .text {
  margin-bottom: 30px;
  padding: 20px 20px;
  height: 290px;
  border: 1px #ddd solid;
}
.adv-w .con-box ul li .text h3 {
  font-size: 24px;
}
.adv-w .con-box ul li .text hr {
  border: 1px #ccc solid;
  margin: 35px 0;
}
.adv-w .con-box ul li .text p {
  font-size: 22px;
  color: #666;
}
.adv-w .con-box ul li:nth-child(2n) {
  margin-right: 0;
}
.adv-w .bot-p {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}
.adv-w .bot-p h4 {
  font-size: 22px;
  line-height: 1.5;
}
.adv-w .rg {
  display: flex;
}
.adv-w .rg h5 {
  background: #0a3d86;
  width: 18px;
  height: 8px;
  margin: auto 0;
  border-radius: 4px;
  margin-right: 5px;
}
.adv-w .rg h6 {
  background: #fff;
  width: 18px;
  height: 8px;
  margin: auto 0;
  border-radius: 4px;
  margin-right: 5px;
}
.adv-w .more {
  width: 50px;
  height: 50px;
  margin: auto 0;
  line-height: 50px;
  text-align: center;
  background-color: #0a3d86;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.adv-w .more:hover {
  background-color: #fc6902;
  transition: all 0.2s linear;
}
.news-w {
  background: #f5f6f7;
  padding: 80px 0;
}
.news-w .top-n {
  text-align: center;
}
.news-w .top-n h1 {
  font-size: 60px;
  color: #0a3d86;
  font-weight: bold;
}
.news-w .top-n em {
  font-size: 30px;
}
.news-w .new-tab {
  display: flex;
  align-items: center;
  width: 40%;
  margin: 50px auto;
  justify-content: space-between;
}
.news-w .new-tab li {
  flex: 1;
  margin: 0 27px;
  height: 42px;
  line-height: 42px;
  border: 1px #666 solid;
  font-size: 18px;
  border-radius: 15px;
  text-align: center;
}
.news-w .new-tab li:hover {
  background: #0a3d86;
  border: 0px;
}
.news-w .new-tab li:hover a {
  color: #fff;
  font-weight: bold;
}
.news-w .new-main {
  display: flex;
}
.news-w .new-main .lf {
  width: 50%;
  margin-top: 35px;
}
.news-w .new-main .lf .pic {
  width: 750px;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
}
.news-w .new-main .lf .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-w .new-main .lf a {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  width: 750px;
  margin: 35px 0;
  position: relative;
  overflow: hidden;
}
.news-w .new-main .lf a h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
}
.news-w .new-main .lf a p {
  font-size: 18px;
  color: #666;
  line-height: 2;
}
.news-w .new-main .lf a hr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
}
.news-w .new-main .lf a:hover h2 {
  color: #0a3d86;
}
.news-w .new-main .lf a:hover hr {
  border: 5px #0a3d86 solid;
}
.news-w .new-main .rg {
  flex: 1;
  margin-left: 30px;
}
.news-w .new-main .rg a {
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  width: 750px;
  height: 221px;
  margin: 35px 0;
  position: relative;
  overflow: hidden;
}
.news-w .new-main .rg a h2 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  margin-bottom: 15px;
}
.news-w .new-main .rg a p {
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.news-w .new-main .rg a .b-box {
  display: flex;
  margin-top: 36px;
  justify-content: space-between;
  font-size: 18px;
  color: #999;
}
.news-w .new-main .rg a .b-box h4 {
  text-transform: uppercase;
}
.news-w .new-main .rg a hr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
}
.news-w .new-main .rg a:hover h2 {
  color: #0a3d86;
}
.news-w .new-main .rg a:hover h4 {
  color: #0a3d86;
}
.news-w .new-main .rg a:hover hr {
  border: 5px #0a3d86 solid;
}
.ptn-w {
  padding: 130px 0;
}
.ptn-w .page {
  max-width: none;
}
.ptn-w .tit p {
  font-size: 54px;
  color: #0a3d86;
  font-weight: bold;
}
.ptn-w .tit span {
  font-size: 32px;
  margin-top: 5px;
  color: #0a3d86;
  text-transform: uppercase;
}
.ptn-w .box {
  margin-top: 40px;
  padding: 0 20px;
}
.ptn-w .box li {
  filter: contrast(95%);
  background-color: #fff;
  border-radius: 5px;
}
.ptn-w .box li:hover img {
  transform: scale(1.1);
}
.app-w {
  position: relative;
}
.app-w ul {
  display: flex;
  flex-wrap: wrap;
}
.app-w ul li {
  width: 33.333%;
  position: relative;
}
.app-w ul li:nth-child(4) {
  margin-left: 66.666%;
}
.app-w ul li .pic img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
.app-w ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10% 5vw;
  transition: all 0.3s linear;
}
.app-w ul li .text h5 {
  font-size: 26px;
}
.app-w ul li .text hr {
  width: 36px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0 8px;
}
.app-w ul li .text h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.app-w ul li .text p {
  line-height: 1.75;
  margin-top: 10px;
}
.app-w ul li .text .more {
  position: absolute;
  left: 14%;
  bottom: 10%;
}
.app-w ul li:hover img {
  transform: scale(1.1);
}
.app-w ul li:hover .text {
  opacity: 0;
}
.app-w .mid {
  background: url(../images/app-bg.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 66.666%;
  color: #fff;
  padding: 5% 5vw;
}
.app-w .mid .tit em {
  font-size: 50px;
  font-weight: lighter;
  text-transform: uppercase;
}
.app-w .mid .tit hr {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 0 0 5px;
}
.app-w .mid .tit p {
  font-size: 30px;
  font-weight: bold;
}
.app-w .mid .tit span {
  font-size: 18px;
  margin-top: 10px;
}
.app-w .mid .text {
  margin-top: 60px;
  font-size: 20px;
}
.app-w .mid .text i {
  font-size: 50px;
}
.footer {
  background: url(../images/foot-bg.png) center / cover;
  color: #000;
}
.footer a {
  color: #666;
}
.footer a:hover {
  color: #000;
}
.footer h5 {
  color: #000;
}
.footer .logo-f {
  width: 200px;
  height: 170px;
  padding-top: 80px;
}
.footer .logo-f img {
  height: 60px;
}
.footer .page {
  max-width: 1600px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #cacaca;
  border-bottom: 2px solid #cacaca;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 45%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .top .follow ul {
  margin-top: 15px;
  display: flex;
}
.footer .page .top .follow ul li {
  text-align: center;
  margin-right: 40px;
}
.footer .page .top .info {
  max-width: 400px;
  min-width: 300px;
  margin-top: 20px;
}
.footer .page .top .info li h6 {
  font-size: 24px;
}
.footer .page .top .info li span {
  font-size: 40px;
  line-height: 1.5;
}
.footer .page .top .info li p {
  font-size: 18px;
  color: #666;
}
.footer .page .btm {
  padding: 25px 0 40px;
  display: flex;
  justify-content: center;
}
.footer .page .btm p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-right: 40px;
  transform: translateY(5px);
}
