a:hover {
  color: #162b86;
}
.swiper-pagination-bullet-active {
  background-color: #162b86 !important;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1280px;
  color: #fff;
}
.header .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo img {
  max-height: 90px;
}
.header .lg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  padding-right: 20px;
  font-size: 18px;
  text-align: right;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.header .lg a {
  display: inline;
}
.header .lg i {
  margin: 0 10px;
}
.header .lg .active {
  color: #162b86;
}
.heade2 {
  position: relative;
  color: #333;
}
.heade2 .lg {
  border-color: #e2e2e2;
}
/* nav */
.nav {
  margin-top: 60px;
}
.nav-list {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.nav-list > li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 50px;
}
.nav-list > li > a {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .nav-list > li > a {
    font-size: 18px;
  }
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 2px;
  background-color: #162b86;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  display: none;
  width: 8px;
  height: 8px;
  bottom: 0px;
  border-radius: 50%;
}
.nav-list > li .erji2 {
  min-width: 180px;
  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;
  padding-top: 1px;
  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 {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
  color: #333;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #162b86;
}
.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: #162b86;
}
.nav-list > li:hover > a::before {
  display: block;
}
.nav-list > li:hover > a::after {
  width: 100%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #162b86;
}
.nav-list .active > a::before {
  display: block;
}
.nav-list .active > a::after {
  width: 100%;
}
.index_banner {
  position: relative;
}
.index_banner .page {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_banner .page .text {
  width: 870px;
  color: #fff;
  padding-left: 50px;
}
.index_banner .page .text p {
  font-size: 62px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.index_banner .page .text span {
  font-size: 46px;
  font-weight: bold;
  margin: 30px 0 80px;
  letter-spacing: 10px;
}
.index_banner .page .text i {
  font-size: 18px;
  font-family: "宋体";
  font-weight: lighter;
  line-height: 2.25;
}
@media screen and (max-width: 1360px) {
  .index_banner .page .text {
    width: 60%;
  }
  .index_banner .page .text p {
    font-size: 45px;
  }
  .index_banner .page .text span {
    font-size: 32px;
    margin: 20px 0 40px;
  }
  .index_banner .page .text i {
    font-size: 16px;
  }
}
/* 搜索 */
.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 10px 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;
  font-family: serif;
}
.search-w .box button {
  width: 50px;
  height: 50px;
  background: url(../images/search-ico.png) no-repeat center;
}
@media screen and (max-width: 1360px) {
  .search-w .box {
    width: 700px;
    height: 100px;
  }
  .search-w .box input {
    padding: 0 20px;
    font-size: 28px;
  }
}
.intr-w {
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 1360px) {
  .intr-w {
    padding-top: 130px;
  }
}
.intr-w .con {
  width: 50%;
  padding-right: 100px;
  padding-bottom: 90px;
}
.intr-w .con .text {
  margin-top: 45px;
  font-size: 30px;
  line-height: 50px;
}
.intr-w .con .more {
  width: 345px;
  background-color: #ced2e5;
  padding: 10px 20px;
  border-radius: 50px;
  margin-top: 40px;
}
.intr-w .con .more a {
  line-height: 80px;
  background-color: #162b86;
  color: #fff;
  border-radius: 40px;
  font-size: 36px;
  text-align: center;
}
.intr-w .con .more a:hover {
  background-color: #fc6902;
}
@media screen and (max-width: 1360px) {
  .intr-w .con {
    padding-right: 0;
    margin-right: 50px;
  }
  .intr-w .con .tit {
    width: 250px;
  }
  .intr-w .con .text {
    font-size: 18px;
    line-height: 1.875;
  }
  .intr-w .con .more {
    width: 250px;
  }
  .intr-w .con .more a {
    font-size: 28px;
    line-height: 50px;
  }
}
.intr-w .pic {
  position: absolute;
  right: 0;
  top: 200px;
  width: calc(50% + 50px);
  height: calc(100% - 200px);
  border-radius: 5px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1360px) {
  .intr-w .pic {
    top: 120px;
    width: calc(50% - 50px);
    height: calc(100% - 120px);
  }
}
.intr-w .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intr-w .pic:hover img {
  transform: scale(1.1);
}
.serve-w {
  height: 500px;
  background: url(../images/serve-bg.jpg) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.serve-w .lf {
  flex: 1;
  display: flex;
  justify-content: right;
  padding-right: 5%;
}
.serve-w .lf h2 {
  font-size: 52px;
  color: #fff;
  line-height: 1.5;
  padding-left: 11.5%;
}
.serve-w .rg {
  width: 53%;
  position: relative;
}
.serve-w .rg .serve-box li {
  background-color: #fff;
  height: 200px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.serve-w .rg .serve-box li span {
  font-size: 52px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.serve-w .rg .serve-box li p {
  font-size: 42px;
}
.serve-w .rg .btn {
  position: absolute;
  top: 240px;
  right: 20%;
  display: flex;
}
.serve-w .rg .btn .iconfont {
  color: #fff;
  margin: 0 32px;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}
.serve-w .rg .btn .iconfont:hover {
  opacity: 1;
}
@media screen and (max-width: 1360px) {
  .serve-w {
    height: 300px;
  }
  .serve-w .lf h2 {
    font-size: 36px;
    white-space: nowrap;
  }
  .serve-w .rg {
    width: 60%;
  }
  .serve-w .rg .serve-box li {
    height: 150px;
  }
  .serve-w .rg .serve-box li span {
    font-size: 40px;
  }
  .serve-w .rg .serve-box li p {
    font-size: 30px;
  }
  .serve-w .rg .btn {
    top: 165px;
  }
}
.tit-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tit-box .tit p {
  font-size: 54px;
  position: relative;
  color: #162b86;
}
.tit-box .tit span {
  font-size: 20px;
  margin-top: 10px;
  color: #162b86;
  text-transform: uppercase;
}
.tit-box .tit em {
  font-size: 22px;
  color: #515151;
  line-height: 1.875;
  display: block;
  margin-top: 30px;
}
.tit-box .tit hr {
  width: 90px;
  height: 10px;
  background-color: #162b86;
  border-radius: 5px;
  margin-top: 20px;
}
.tit-box .swiper {
  width: auto;
  margin: 0;
  margin-bottom: 20px;
}
.tit-box ul {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.tit-box ul li {
  width: 180px !important;
  height: 45px;
  line-height: 45px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #162b86;
  margin: 0 -20px;
  background-color: #fff;
}
.tit-box ul li:nth-child(1) {
  z-index: 6;
}
.tit-box ul li:nth-child(2) {
  z-index: 5;
}
.tit-box ul li:nth-child(3) {
  z-index: 4;
}
.tit-box ul li:nth-child(4) {
  z-index: 3;
}
.tit-box ul li:nth-child(5) {
  z-index: 2;
}
.tit-box ul li:nth-child(6) {
  z-index: 1;
}
.tit-box ul li:nth-child(n+2) {
  padding-left: 20px;
}
.tit-box ul li:hover {
  background-color: #162b86;
}
.tit-box ul li:hover a {
  color: #fff;
}
.tit-box ul .swiper-slide-thumb-active {
  background-color: #162b86;
}
.tit-box ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w {
  padding: 150px 0 80px;
}
.pro-w .pro-con {
  margin-top: 60px;
}
.pro-w .pro-con ul {
  display: flex;
}
.pro-w .pro-con ul li {
  width: 30%;
  margin-right: 5%;
}
.pro-w .pro-con ul li:nth-child(3n) {
  margin-right: 0;
}
.pro-w .pro-con ul li p {
  line-height: 80px;
  background: url(../images/pro-ico.png) no-repeat;
  background-color: #162b86;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.pro-w .pro-con ul li:hover img {
  transform: scale(1.1);
}
.pro-w .pro-con ul li:hover p {
  background-color: #162b86;
}
.btm-more {
  margin-top: 70px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.btm-more h5 {
  width: 72%;
  min-width: 870px;
  font-size: 24px;
  line-height: 1.875;
}
.btm-more a {
  width: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #162b86;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  padding-left: 4px;
  margin: 0 0 0 auto;
  position: relative;
}
.btm-more a::before {
  content: '';
  width: 15px;
  height: 7px;
  background-color: #162b86;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 135px;
  transform: translateY(-50%);
}
.btm-more a:hover {
  background-color: #162b86;
}
.honor-w {
  padding: 90px 0 65px;
}
.honor-w .honor-con {
  margin-top: 100px;
}
.honor-w .honor-con ul {
  display: flex;
}
.honor-w .honor-con ul li {
  width: 23.5%;
  margin-right: 2%;
}
.honor-w .honor-con ul li:nth-child(4n) {
  margin-right: 0;
}
.honor-w .honor-con ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.honor-w .honor-con ul li .pic {
  flex: 1;
  border: 2px solid #f1f1f1;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-w .honor-con ul li p {
  text-align: center;
  margin-top: 30px;
  height: 20px;
}
.honor-w .honor-con ul li:hover .pic {
  border-color: #162b86;
}
.honor-w .honor-con ul li:hover .pic img {
  transform: scale(1.1);
}
.ptn-w {
  background-color: #f7f9fb;
  padding: 90px 0;
}
.ptn-w .ptn-con {
  margin-top: 70px;
}
.ptn-w .ptn-con ul {
  display: flex;
  flex-wrap: wrap;
}
.ptn-w .ptn-con ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #e2e2e2;
}
.ptn-w .ptn-con ul li:nth-child(4n) {
  margin-right: 0;
}
.ptn-w .ptn-con ul li img {
  width: 100%;
}
.ptn-w .ptn-con ul li:hover {
  border: 1px solid #162b86;
}
.adv-w {
  width: 100vw;
}
.index-mess {
  height: 775px;
  padding-top: 80px;
  background: url(../images/mess-bg.jpg) no-repeat bottom;
}
.index-mess .box {
  width: 660px;
  margin: 0 0 0 auto;
  padding: 20px 30px 50px;
  border-radius: 5px;
  background-color: #fafafa;
  box-shadow: 0 0 15px #ccc;
}
.index-mess .box p {
  line-height: 40px;
}
.index-mess .box input,
.index-mess .box select,
.index-mess .box textarea {
  padding: 8px 20px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  line-height: 20px;
}
.index-mess .box input::placeholder,
.index-mess .box select::placeholder,
.index-mess .box textarea::placeholder {
  font-size: 13px;
  color: #999999;
  font-family: "Microsoft YaHei";
}
.index-mess .box input:focus,
.index-mess .box select:focus,
.index-mess .box textarea:focus {
  border-color: #162b86;
}
.index-mess .box ul {
  display: flex;
  flex-wrap: wrap;
}
.index-mess .box ul li {
  width: 50%;
  margin-bottom: 15px;
}
.index-mess .box ul li div {
  display: flex;
  align-items: center;
}
.index-mess .box ul li div input,
.index-mess .box ul li div select {
  width: 260px;
}
.index-mess .box ul li div i {
  width: 20px;
  text-align: center;
}
.index-mess .box .dz {
  margin-bottom: 15px;
  padding-right: 20px;
}
.index-mess .box .dz textarea {
  width: 100%;
}
.index-mess .box .yzm {
  display: flex;
  align-items: center;
}
.index-mess .box .yzm input {
  width: 260px;
  margin-right: 20px;
}
.index-mess .box .yzm div {
  display: flex;
  align-items: center;
}
.index-mess .box .yzm div span {
  color: #162b86;
  margin: 0 10px 0 20px;
  cursor: pointer;
}
.index-mess .box .yzm div span:hover {
  text-decoration: underline;
}
.index-mess .box input[type="submit"] {
  width: 240px;
  line-height: 42px;
  text-align: center;
  background-color: #162b86;
  color: #fff;
  margin-top: 20px;
}
.index-mess .box input[type="submit"]:hover {
  background-color: #162b86;
}
.footer {
  background-color: #282828;
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .top {
  background-color: #404040;
  color: #808080;
}
.footer .top .page {
  height: 100px;
}
.footer .top .lf {
  width: 64%;
  display: flex;
}
.footer .top .lf a {
  width: 20%;
  line-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #575757;
}
.footer .top .lf a img {
  margin-right: 12px;
  opacity: 0.35;
}
.footer .top .lf a p {
  font-size: 14px;
}
.footer .top .lf a:last-child {
  border-right: 2px solid #4c4c4c;
}
.footer .top .lf a:hover img {
  opacity: 1;
}
.footer .top .rg {
  width: 330px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 30px;
  border: 1px solid #666;
}
.footer .top .rg:hover {
  background-color: #162b86;
  border-color: #162b86;
}
.footer .mid {
  color: #767676;
  padding: 30px 0;
}
.footer .mid .f-nav {
  width: 64%;
  display: flex;
}
.footer .mid .f-nav ul {
  width: 20%;
  border-left: 2px solid #363636;
  padding: 20px 0;
  padding-left: 50px;
}
@media screen and (max-width: 1360px) {
  .footer .mid .f-nav ul {
    padding-left: 30px;
  }
}
.footer .mid .f-nav ul h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .mid .f-nav ul li {
  font-size: 12px;
  line-height: 32px;
  font-family: "宋体";
}
.footer .mid .info {
  display: flex;
  font-size: 14px;
}
.footer .mid .info .erwm {
  width: 75px;
  margin-right: 40px;
}
.footer .mid .info .erwm .box {
  margin-bottom: 10px;
}
.footer .mid .info .erwm .box:last-child {
  margin-bottom: 0;
}
.footer .mid .info .erwm p {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-family: "宋体";
}
.footer .mid .info .con p {
  font-size: 14px;
  line-height: 26px;
}
.footer .mid .info .con span {
  font-size: 12px;
  line-height: 20px;
  font-family: "宋体";
}
.footer .mid .info .con .yingye {
  padding-left: 39px;
  background: url(../images/shijian.png) no-repeat left center;
  display: flex;
  margin: 20px 0;
}
.footer .mid .info .con .yingye span {
  margin-right: 20px;
}
.footer .btm {
  background-color: #1e1e1e;
}
.footer .btm .page {
  height: 120px;
}
.footer .btm .page p {
  font-size: 14px;
  color: #d7d7d7;
}
.footer .btm .page span {
  font-size: 12px;
  color: #ababab;
  font-family: "宋体";
  margin-top: 30px;
}
.footer .btm .page a {
  display: inline;
}
