a:hover {
  color: #0d4298;
}
.swiper-pagination-bullet-active {
  background-color: #0d4298 !important;
}
.top-w {
  background-color: #0d4298;
}
.top-w .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
}
.top-w .rg {
  display: flex;
}
.top-w .rg span em {
  font-size: 20px;
}
.top-w .rg span i {
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}
.top-w .rg a {
  margin-left: 20px;
}
.top-w .rg a:hover {
  text-decoration: underline;
  color: #fff;
}
/* header */
.header .page {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
/* nav */
.nav {
  width: 60%;
  margin-left: 10%;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #0d4298;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 180px;
  background-color: #f9f9f9;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  border-bottom: 1px solid #ccc;
}
.nav-list > li .erji2 ul li a {
  line-height: 50px;
  font-size: 15px;
  color: #333;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #0d4298;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #0d4298;
  font-weight: bold;
}
.nav-list > li:hover > a::after {
  width: 30px;
  transition: all 0.3s linear;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #0d4298;
  font-weight: bold;
}
.nav-list .active > a::after {
  width: 30px;
}
.search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .sear-w input {
  width: 240px;
  height: 40px;
  padding-left: 20px;
  padding-right: 60px;
  border: 1px solid #e8e8e8;
}
.search .sear-w input:focus {
  outline: none;
}
.search .sear-w button {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search .sear-w button:hover {
  color: #0d4298;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.intr-w {
  padding: 150px 0;
  background: url(../images/intr-bg.jpg) no-repeat right bottom;
}
.intr-w .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intr-w .con {
  width: 50%;
}
.intr-w .con h6 {
  display: block;
  font-size: 112px;
  font-weight: bold;
  opacity: 0.1;
  line-height: 1;
  margin-bottom: -35px;
}
.intr-w .con h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 70px;
  background: url(../images/intr-logo.png) no-repeat left center;
}
.intr-w .con h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.intr-w .con h3 i {
  font-size: 40px;
  color: red;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 2;
  color: #666;
}
.intr-w .con ul {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-right: 80px;
}
.intr-w .con ul p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.intr-w .con ul p em {
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.intr-w .con ul p i {
  margin-bottom: 5px;
}
.intr-w .con ul span {
  color: #454545;
}
.intr-w .con .more {
  width: 120px;
  line-height: 45px;
  text-align: center;
  background-color: #0d4298;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}
.intr-w .con .more:hover {
  background-color: red;
}
.intr-w .pic {
  width: 50%;
}
.history-w {
  padding: 60px 0;
  background: url(../images/history-bg.jpg) no-repeat top center;
  background-size: cover;
}
.history-w * {
  color: #fff;
}
.history-w .tit1 {
  position: absolute;
  top: 10px;
  left: 0;
  padding-bottom: 40px;
  background: url(../images/history-tit.png) no-repeat left bottom;
}
.history-w .tit1 p {
  padding: 18px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}
.history-w .tit1 p span {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.history-w .tit1 i {
  display: block;
  margin-top: 20px;
}
.history-w .his-list {
  padding-top: 50px;
}
.history-w .his-list ul {
  display: flex;
}
.history-w .his-list ul li {
  flex: 1;
  padding: 0 10px;
  position: relative;
}
.history-w .his-list ul li .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.history-w .his-list ul li .text::after {
  content: '';
  width: 2px;
  height: 236px;
  background: url(../images/his-line.png);
  position: absolute;
  top: 0;
  left: -13px;
}
.history-w .his-list ul li .text p {
  font-size: 26px;
  position: relative;
  padding-right: 30px;
}
.history-w .his-list ul li .text p::after {
  content: '';
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 42%;
  right: 0;
}
.history-w .his-list ul li .text span {
  font-size: 12px;
  font-weight: lighter;
  line-height: 1.66;
  margin-top: 5px;
}
.history-w .his-list ul li .pic {
  margin: 15px 0;
}
.history-w .his-list ul li:nth-child(4n-3) {
  margin-top: 232px;
}
.history-w .his-list ul li:nth-child(4n-3) .pic {
  width: calc(100% - 40px);
  position: absolute;
  top: -30px;
  left: 20px;
  transform: translateY(-100%);
}
.history-w .his-list ul li:nth-child(2n) {
  margin-top: 100px;
}
.history-w .his-list ul li:nth-child(1) {
  margin-top: 280px;
}
.history-w .his-list ul li:nth-child(2) {
  margin-top: 90px;
}
.history-w .btm {
  margin-top: 0px;
  display: flex;
}
.history-w .btm .tit2 {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.history-w .btm .tit2 h3 {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
}
.history-w .btm .tit2 h3 i {
  font-size: 82px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-right: 10px;
  line-height: 1;
}
.history-w .btm .tit2 .rg p {
  padding-bottom: 13px;
  border-bottom: 1px dashed #fff;
  position: relative;
}
.history-w .btm .tit2 .rg p::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 10px;
  right: -10px;
  transform: rotateZ(-45deg);
}
.history-w .btm .tit2 .rg span {
  width: 304px;
  font-size: 12px;
  margin-top: 10px;
  text-align: justify;
}
.pro-w {
  padding: 70px 0 80px;
  background-color: #f5f7fb;
}
.pro-w .pro-tabs {
  margin: 35px 0 40px;
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-w .pro-tabs ul li {
  width: auto;
  height: 42px;
  line-height: 42px;
  margin: 0 15px;
  border-radius: 21px;
  text-align: center;
  background-color: #0d4298;
}
.pro-w .pro-tabs ul li a {
  color: #fff;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: red;
}
.pro-w .con-box {
  max-width: 1430px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 32%;
  margin-right: 2%;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.pro-w .con-box ul li:last-child {
  margin-right: 0;
}
.pro-w .con-box ul li a {
  padding: 40px 40px;
}
.pro-w .con-box ul li .logo {
  margin: 0 auto;
}
.pro-w .con-box ul li h3 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.pro-w .con-box ul li .text p {
  color: #454545;
  text-align: center;
}
.pro-w .con-box ul li .more {
  margin: 25px auto 0;
  width: 150px;
  line-height: 45px;
  text-align: center;
  background-color: #0d4298;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .con-box ul li:hover {
  border-color: #0d4298;
}
.pro-w .con-box ul li:hover .more {
  background-color: red;
}
.app-w {
  max-width: 1920px;
  background: url(../images/app-bg.jpg) no-repeat right top;
  margin: 0 auto;
  position: relative;
}
.app-w .app-con {
  width: 55%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.app-w .app-con li {
  position: relative;
}
.app-w .app-con li img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.app-w .lf {
  width: 39%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-w .lf .wz-bt {
  text-align: left;
}
.app-w .lf .wz-bt hr {
  width: 60px;
  height: 5px;
  background-color: red;
  margin: 40px 0;
}
.app-w .lf .app-tab {
  width: 100%;
}
.app-w .lf .app-tab li {
  opacity: 0 !important;
}
.app-w .lf .app-tab li h5 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.app-w .lf .app-tab li p {
  font-size: 14px;
  line-height: 1.75;
  color: #454545;
}
.app-w .lf .app-tab .my-slide-thumb-active {
  opacity: 1 !important;
}
.app-w .lf .pagtn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.app-w .lf .pagtn .app-pagination1 {
  display: flex;
  width: 80px;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.app-w .lf .pagtn .app-pagination {
  width: 100%;
  position: relative !important;
}
.app-w .lf .pagtn .app-pagination .swiper-pagination-progressbar-fill {
  background-color: #0d4298 !important;
}
.app-w .lf .pagtn .btn {
  display: flex;
  margin-left: 30px;
}
.app-w .lf .pagtn .btn .iconfont {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #0d4298;
  color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.app-w .lf .pagtn .btn .iconfont:hover {
  background-color: red;
}
.honor-w {
  padding: 80px 0;
  background: url(../images/honor-bg.jpg) no-repeat bottom;
}
.honor-w .tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.honor-w .tit hr {
  width: 80px;
  height: 8px;
  background-color: #ff0812;
  margin-bottom: 10px;
}
.honor-w .tit h6 {
  display: block;
  font-size: 32px;
  opacity: 0.1;
  text-transform: uppercase;
}
.honor-w .tit h1 {
  font-size: 40px;
  font-weight: bold;
}
.honor-w .tit p {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 10px;
}
.honor-w .tit .btn {
  position: absolute;
  right: 50px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.honor-w .tit .btn .iconfont {
  display: block;
  margin-left: 15px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #0d4298;
  color: #fff;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.honor-w .tit .btn .iconfont:hover {
  background-color: red;
}
.honor-w .box {
  position: relative;
  margin: 45px auto 0;
  max-width: 1300px;
}
.honor-w .hon-list {
  position: relative;
  z-index: 1;
}
.honor-w .hon-list li .pic {
  overflow: hidden;
  border: 1px solid #ccc;
}
.honor-w .hon-list li img {
  transition: all 0.3s linear;
}
.honor-w .hon-list li:hover .pic {
  border: 1px solid #0d4298;
}
.ptn-w {
  height: 800px;
  background: url(../images/ptn-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.ptn-w .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.ptn-w .tit h3 {
  font-size: 36px;
  padding-left: 50px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: url(../images/ptn-logo.png) no-repeat left center;
}
.ptn-w .tit h1 {
  font-size: 48px;
  line-height: 1.5;
  text-transform: uppercase;
}
.ptn-w .tit h5 {
  font-size: 22px;
  margin-top: 10px;
}
.ptn-w .page {
  max-width: 1300px;
}
.ptn-w .ptn-box {
  margin: 60px 0;
}
.ptn-w .ptn-box li {
  background-color: #fff;
}
.ptn-w .ptn-pagination {
  display: flex;
  justify-content: center;
}
.ptn-w .ptn-pagination span {
  width: 15px;
  background-color: #fff !important;
  opacity: 1 !important;
  transition: all 0.3s linear;
  border-radius: 5px;
}
.ptn-w .ptn-pagination .swiper-pagination-bullet-active {
  width: 50px;
}
.news-w {
  padding: 70px 0;
}
.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: #0d4298;
  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 {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: #0d4298;
}
.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: #001624;
  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: #222;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.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: #0d4298;
}
.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: 20px;
  display: flex;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
  margin-right: 20px;
}
.footer .page .btm .lf .follow ul li img {
  height: 100px;
}
.footer .page .btm .lf .follow ul li p {
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}
.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;
}
