a:hover {
  color: #34368f;
}
.swiper-pagination-bullet-active {
  background-color: #34368f !important;
}
body {
  opacity: 0;
}
.en-pic {
  display: none;
}
.top-w {
  background-color: #34368f;
}
.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 li {
  margin-left: 20px;
}
.top-w span em {
  font-size: 20px;
}
.top-w span i {
  font-weight: bold;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
}
/* 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: 1;
  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-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #34368f;
  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 3px 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: #34368f;
}
.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: #34368f;
  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: #34368f;
  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: #34368f;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 45px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #454545;
}
.intr-w {
  background: url(../images/intr-bg.jpg) no-repeat center bottom;
  padding: 100px 0;
}
.intr-w .page {
  display: flex;
  align-items: center;
}
.intr-w .tit h2 {
  font-size: 120px;
  font-weight: bold;
  color: #e62129;
  opacity: 0.15;
  text-transform: uppercase;
  white-space: nowrap;
}
.intr-w .tit i {
  color: #34368f;
}
.intr-w .tit h3 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: -77px;
  text-transform: uppercase;
}
.intr-w .tit h4 {
  font-size: 22px;
  color: #3d3d3d;
}
.intr-w .tit h1 {
  font-size: 42px;
  font-weight: bold;
  margin-top: 16px;
}
.intr-w .rg {
  flex: 1;
}
.intr-w .rg img {
  margin: 0 0 0 auto;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.intr-w .lf {
  width: 50%;
  margin-right: 40px;
  padding-left: 20px;
}
.intr-w .text {
  margin-top: 10px;
  line-height: 2;
}
.intr-w .more {
  margin-top: 50px;
  width: 180px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background: #34368f;
  transition: all 0.3s;
}
.intr-w .more:hover {
  opacity: 0.75;
}
.pro-w {
  padding: 70px 0 100px;
  background: url(../images/pro-bg.jpg) no-repeat center top;
  background-color: #dbe4f3;
}
.pro-w .tit {
  position: relative;
  color: #fff;
}
.pro-w .tit p {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}
.pro-w .tit span {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 20px;
}
.pro-w .tit .btn {
  position: absolute;
  right: 50px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-w .tit .btn .iconfont {
  display: block;
  margin-left: 15px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.pro-w .tit .btn .iconfont:hover {
  background-color: red;
  color: #fff;
}
.pro-w .box {
  margin-top: 50px;
  position: relative;
}
.pro-w .index_prolist {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.pro-w .index_prolist li a {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 10px;
  transition: all 0.3s linear;
}
.pro-w .index_prolist li .text {
  padding: 15px 70px 15px 22px;
  position: relative;
}
.pro-w .index_prolist li .text p {
  font-size: 20px;
  font-weight: bold;
  color: #34368f;
}
.pro-w .index_prolist li .text span {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
}
.pro-w .index_prolist li .text i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #34368f;
  color: #fff;
  text-align: center;
}
.pro-w .index_prolist li:hover a {
  transform: scale(1.08);
}
.pro-w .index_prolist li:hover i {
  background-color: red;
}
.adv-w {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.adv-w .wz-bt {
  text-align: left;
}
.adv-w .wz-bt span {
  font-size: 24px;
}
.adv-w .adv-con {
  width: 55%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.adv-w .adv-con li {
  position: relative;
}
.adv-w .adv-con li img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.adv-w .lf {
  width: 39%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.adv-w .lf .wz-bt {
  text-align: left;
}
.adv-w .lf .wz-bt hr {
  width: 60px;
  height: 5px;
  background-color: red;
  margin: 50px 0;
}
.adv-w .lf .adv-tab {
  width: 100%;
}
.adv-w .lf .adv-tab li {
  opacity: 0 !important;
}
.adv-w .lf .adv-tab li h5 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.adv-w .lf .adv-tab li p {
  font-size: 17px;
  line-height: 2;
  color: #454545;
  padding-right: 50px;
}
.adv-w .lf .adv-tab .my-slide-thumb-active {
  opacity: 1 !important;
}
.adv-w .lf .pagtn {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.adv-w .lf .pagtn .adv-pagination1 {
  display: flex;
  width: 80px;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.adv-w .lf .pagtn .adv-pagination {
  width: 100%;
  position: relative !important;
}
.adv-w .lf .pagtn .adv-pagination .swiper-pagination-progressbar-fill {
  background-color: #0d4298 !important;
}
.adv-w .lf .pagtn .btn {
  display: flex;
  margin-left: 30px;
}
.adv-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;
}
.adv-w .lf .pagtn .btn .iconfont:hover {
  background-color: red;
}
.app-w {
  position: relative;
}
.app-w .app-con {
  background-color: #000;
}
.app-w .app-con img {
  width: 100%;
  height: 820px;
  object-fit: cover;
  opacity: 0.35;
}
.app-w .row {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-w .row * {
  color: #fff;
}
.app-w .row .text {
  padding-top: 70px;
  background: url(../images/logo.png) no-repeat left top;
  line-height: 1.5;
}
.app-w .row .text h3 {
  font-size: 52px;
}
.app-w .row .text p {
  font-size: 18px;
  margin-top: 20px;
}
.app-w .row .text em {
  display: block;
  width: 80px;
  height: 2px;
  background-color: #34368f;
  margin-top: 15px;
}
.app-w .row .tab-box {
  width: 720px;
  margin-top: 45px;
}
.app-w .row .tab-box .app-tab ul {
  display: flex;
  flex-wrap: wrap;
  transform: translate3d(0px, 0px, 0px) !important;
}
.app-w .row .tab-box .app-tab ul li {
  width: 120px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: #064a9b;
  cursor: pointer;
}
.app-w .row .tab-box .app-tab ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.app-w .row .tab-box .app-tab ul li p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
  font-weight: lighter;
}
.app-w .row .tab-box .app-tab ul .my-slide-thumb-active {
  border: 3px solid #fff;
}
.app-w .row .tab-box .app-tab ul .my-slide-thumb-active img {
  opacity: 1;
}
.app-w .row .more {
  position: absolute;
  right: 0;
  bottom: 10%;
  text-align: right;
}
.app-w .row .more p {
  font-size: 24px;
}
.app-w .row .more em {
  display: block;
  width: 40px;
  height: 1px;
  background-color: red;
  margin: 10px 0 8px auto;
}
.app-w .row .more span {
  font-size: 14px;
  text-transform: uppercase;
}
.char-w {
  padding: 70px 0;
  background: url(../images/char-bg.jpg) no-repeat left top;
}
.char-w .page {
  max-width: 1400px;
}
.char-w .char-box {
  position: relative;
  margin-top: 45px;
  display: flex;
}
.char-w .char-box .swiper {
  flex: 1;
}
.char-w .char-box .swiper li {
  position: relative;
}
.char-w .char-box .swiper li .pic img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}
.char-w .char-box .swiper li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px;
  color: #fff;
  text-align: center;
}
.char-w .char-box .swiper li .text h4 {
  text-transform: uppercase;
}
.char-w .char-box .swiper li .text a {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 105px;
  transform: translateX(-50%);
}
.char-w .char-box .swiper li .text a:hover {
  text-decoration: underline;
}
.char-w .char-box .char-con1,
.char-w .char-box .char-con3 {
  background-color: #34368f;
}
.char-w .char-box .char-con1 .pic,
.char-w .char-box .char-con3 .pic {
  opacity: 0.075;
}
.char-w .char-box .char-con1 .text img,
.char-w .char-box .char-con3 .text img {
  margin: 20px auto 0;
}
.char-w .char-box .char-con1 .text h3,
.char-w .char-box .char-con3 .text h3 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 55px;
  text-transform: uppercase;
}
.char-w .char-box .char-con1 .text h4,
.char-w .char-box .char-con3 .text h4 {
  margin-top: 5px;
}
.char-w .char-box .char-con2 {
  background-color: #063c86;
}
.char-w .char-box .char-con2 .pic {
  opacity: 0.35;
}
.char-w .char-box .char-con2 .text h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.char-w .char-box .char-con2 .text h4 {
  margin-top: 4px;
  font-size: 13px;
}
.char-w .char-box .char-con2 .text h5 {
  font-size: 34px;
  margin-top: 60px;
}
.char-w .char-box .char-con2 .text p {
  margin-top: 10px;
  line-height: 1.5;
}
.char-w .char-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.news-w {
  padding: 70px 0;
  background-color: #f4f6fb;
}
.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: #34368f;
  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: #34368f;
}
.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: #34368f;
  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: #f7f7f7;
}
.footer a:hover {
  text-decoration: underline;
}
.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: #cfcfcf;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #34368f;
}
.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: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.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;
}
