/* 内页 */
.inside-page {
  padding: 50px 0;
  min-height: 400px;
}
.inside-page .page {
  max-width: 1400px;
  display: flex;
  align-items: flex-start;
}
.inside-page .main {
  flex: 1;
}
.left_nav {
  width: 21%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
.left_nav .tit {
  padding: 30px 0;
  text-align: center;
  background-color: #0a3d86;
}
.left_nav .tit p {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.left_nav .tit span {
  font-size: 15px;
  text-transform: uppercase;
  color: #eee;
  margin-top: 8px;
}
.left_nav .sort-nav {
  background-color: #fff;
  border: 1px solid #eee;
}
.left_nav .sort-nav > ul > li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left_nav .sort-nav > ul > li > a {
  padding: 20px 30px;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  position: relative;
}
.left_nav .sort-nav > ul > li > a p {
  padding-right: 20px;
}
.left_nav .sort-nav > ul > li > a i {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}
.left_nav .sort-nav > ul > li > a:hover {
  background-color: #0a3d86;
  color: #fff;
}
.left_nav .sort-nav > ul > li > a:hover i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .open .iconfont {
  transform-origin: 50% 50%;
  transform: translateY(-50%) rotate(90deg);
}
.left_nav .sort-nav > ul .on {
  background-color: #0a3d86;
  color: #fff;
}
.left_nav .sort-nav > ul .on i {
  border-color: #fff;
}
.left_nav .sort-nav > ul .erji {
  padding: 10px 0;
}
.left_nav .sort-nav > ul .erji li a {
  padding: 10px 40px;
  font-size: 15px;
}
.left_nav .com-info {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  border: 1px solid #eee;
}
.left_nav .com-info li {
  padding: 5px 20px;
  line-height: 1.75;
  font-size: 16px;
  color: #444;
}
.left_nav .com-info li img {
  width: 100%;
  margin: 20px 0 5px 0;
}
.left_nav .com-info .yx {
  white-space: nowrap;
}
.left_nav .com-info .dz {
  display: flex;
}
.left_nav .com-info .dz i {
  flex: 1;
}
.pag-bar {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pag-bar a {
  width: 37px;
  line-height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  margin: 4px;
  border-radius: 4px;
  color: #666;
}
.pag-bar a:hover {
  border-color: #0a3d86;
}
.pag-bar .page-num-current {
  border-color: #0a3d86;
  background-color: #0a3d86;
  color: #fff;
}
.position {
  border-bottom: 1px solid #f1f1f1;
}
.position .page {
  max-width: 1400px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position ul {
  display: flex;
}
.position ul li {
  padding: 0 30px;
  position: relative;
}
.position ul li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #ccc;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.position ul li:first-child {
  padding-left: 0;
}
.position ul li:last-child::after {
  display: none;
}
.position ul li a {
  font-size: 15px;
  position: relative;
  color: #666;
}
.position ul li a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #0a3d86;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.position ul li a:hover {
  color: #0a3d86;
}
.position ul li a:hover::before {
  width: 100%;
}
.position ul .on a {
  color: #0a3d86;
}
.position ul .on a::before {
  width: 100%;
}
.position .rg {
  height: 70px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.position .rg i {
  font-size: 24px;
  color: #0a3d86;
  line-height: 70px;
}
.position .rg a {
  display: inline;
  padding: 0 10px;
  line-height: 70px;
  font-size: 20px;
  position: relative;
}
.position .rg a::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0a3d86;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.position .rg a:hover {
  color: #fff;
  background: #003da5;
}
.about_beidi {
  padding: 0;
}
.about_beidi .intr .pic {
  position: relative;
  height: 38rem;
}
.about_beidi .intr .pic .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  display: none;
}
.about_beidi .intr .pic .mask .video-box {
  width: 1000px;
  height: 600px;
  margin: 200px auto;
}
.about_beidi .intr .pic .video-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url(../images/video-btn.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 11;
}
.about_beidi .intr .text {
  padding-right: 3.125rem;
  height: 20rem;
  font-weight: lighter;
  overflow-y: scroll;
}
@media screen and (max-width: 992px) {
  .about_beidi .intr .text {
    padding-right: 0;
    height: auto;
  }
}
.about_beidi .intr .text p {
  padding-bottom: 10px;
}
.about_beidi .intr {
  padding: 6% 0;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.about_beidi .intr .pic {
  width: 50%;
}
.about_beidi .intr .pic img {
  border-radius: 0 10px 10px 0;
}
.about_beidi .intr .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_beidi .intr .page .box {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 5.2%;
}
.about_beidi .intr .page .box h3 {
  color: #003da5;
  font-size: 40px;
  font-weight: bold;
}
.about_beidi .intr .page .box .text {
  margin-top: 1.25em;
  font-size: 22px;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar {
  width: 3px;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar-button {
  display: none;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.about_beidi .intr .page .box .text::-webkit-scrollbar-thumb {
  background-color: #003da5;
}
.about_beidi .intr .page .box .more {
  margin-top: 2.5em;
}
@media screen and (max-width: 992px) {
  .about_beidi .intr .pic {
    width: 92%;
    margin: 0 auto;
  }
  .about_beidi .intr .pic img {
    border-radius: 10px;
  }
  .about_beidi .intr .page {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .about_beidi .intr .page .box {
    width: 100%;
    margin: 0;
    padding: 5.2% 0 3%;
  }
  .about_beidi .intr .page .box .text::-webkit-scrollbar {
    width: 0px;
  }
  .about_beidi .intr .page .box .more {
    margin-top: 2.5em;
  }
}
.about_beidi .stg-w {
  background: url(../images/stg-bg.png) no-repeat center / cover;
}
.about_beidi .stg-w .page {
  max-width: 1600px;
}
.about_beidi .stg-w ul {
  height: 17.5rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_beidi .stg-w ul * {
  color: #fff;
}
.about_beidi .stg-w ul li {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0 50px;
}
.about_beidi .stg-w ul li i {
  display: flex;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-right: 1.5625rem;
}
.about_beidi .stg-w ul li i img {
  margin: auto;
  height: 3.3125rem;
}
.about_beidi .stg-w ul li p {
  font-size: 1.875rem;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1.33;
}
.about_beidi .stg-w ul li p em {
  font-size: 3.5rem;
}
.about_beidi .stg-w ul .line {
  width: 1px;
  height: 6.5625rem;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .about_beidi .stg-w ul {
    height: auto;
    flex-wrap: wrap;
    padding: 4% 0;
  }
  .about_beidi .stg-w ul li {
    width: 50%;
    padding: 2%;
  }
  .about_beidi .stg-w ul .line {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .about_beidi .stg-w ul li i {
    width: 5.25rem;
    height: 5.25rem;
    margin-right: 1.2625rem;
  }
  .about_beidi .stg-w ul li i img {
    height: 2.6rem;
  }
  .about_beidi .stg-w ul li p {
    font-size: 1rem;
  }
  .about_beidi .stg-w ul li p em {
    font-size: 2rem;
  }
}
.about_beidi .mission {
  padding: 6% 0;
  position: relative;
}
.about_beidi .mission::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f2f6fc;
  z-index: -1;
}
.about_beidi .mission .pic {
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(to right, #003da5, #fff);
}
.about_beidi .mission .pic img {
  min-height: 233px;
  object-fit: cover;
}
.about_beidi .mission .text {
  width: 35rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 5.2%;
  transform: translateY(-50%);
}
.about_beidi .mission .text h3 {
  color: #fff;
  line-height: 1.8;
  font-size: 40px;
  font-weight: bold;
}
.about_beidi .mission .text .mission-content {
  font-size: 1.2rem;
  color: #fff;
  font-weight: normal;
}
.honor {
  position: relative;
  background-color: #fafafa;
}
.honor .page {
  display: flex;
  padding: 6.25rem 0;
}
.honor .lf {
  width: 50%;
}
.honor .lf h3 {
  color: #003da5;
  font-size: 40px;
  font-weight: bold;
}
.honor .lf .tit {
  font-size: 48px;
}
.honor .lf .honor_swiper1 {
  height: 26.5625rem;
  margin-top: 2.5rem;
}
.honor .lf .honor_swiper1 .swiper-slide {
  height: auto;
  margin-bottom: 2.1875rem;
  opacity: 0.4;
  cursor: pointer;
}
.honor .lf .honor_swiper1 .swiper-slide h6 {
  font-size: 1.875rem;
  font-weight: normal;
}
.honor .lf .honor_swiper1 .my-slide-thumb-active {
  opacity: 1;
}
.honor .lf .honor_swiper1 .my-slide-thumb-active h6 {
  font-size: 2.25rem;
  color: #0a3d86;
}
.honor .rg {
  width: 50%;
}
.honor .rg .honor_swiper2 {
  height: 33.125rem;
  padding-right: 9.5rem;
  text-align: right;
  padding-bottom: 3.125rem;
}
.honor .rg .honor_swiper2 ul {
  overflow: visible;
}
.honor .rg .honor_swiper2 .swiper-slide {
  height: auto;
  padding-right: 3.75rem;
  margin-bottom: 3.125rem;
  line-height: 1;
  cursor: pointer;
}
.honor .rg .honor_swiper2 .swiper-slide h6 {
  font-size: 4.375rem;
  font-weight: normal;
  color: #eaeff6;
}
.honor .rg .honor_swiper2 .my-slide-thumb-active {
  height: 10rem;
}
.honor .rg .honor_swiper2 .my-slide-thumb-active::after {
  content: '';
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  border: 1px solid #eaeff6;
  border-right-color: #0a3d86;
  transform: rotateZ(-45deg);
}
.honor .rg .honor_swiper2 .my-slide-thumb-active h6 {
  line-height: 10rem;
  color: #0a3d86;
  position: relative;
  z-index: 1;
}
.honor .mid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.honor .mid .honor_swiper {
  margin: auto;
  width: 35rem;
  height: 35rem;
}
.honor .mid .honor_swiper .hon_pics img {
  display: none;
  height: 35rem;
  margin: 0 auto;
  object-fit: contain;
}
.honor .mid .honor_swiper .hon_pics .show {
  display: block;
}
.honor .mid .honor_swiper .pics_tabs {
  display: flex;
  margin-top: 1.5625rem;
  justify-content: center;
}
.honor .mid .honor_swiper .pics_tabs i {
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid transparent;
  border-radius: 50%;
  margin-right: 0.9375rem;
  cursor: pointer;
  user-select: none;
  position: relative;
}
.honor .mid .honor_swiper .pics_tabs i::after {
  content: '';
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #d0d9e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.honor .mid .honor_swiper .pics_tabs i:last-child {
  margin-right: 0;
}
.honor .mid .honor_swiper .pics_tabs .on {
  border-color: #0a3d86;
}
.honor .mid .honor_swiper .pics_tabs .on::after {
  background-color: #0a3d86;
}
.honor .med {
  position: absolute;
  width: 100%;
}
.honor .med li {
  visibility: hidden;
}
.honor .pr {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 100%;
}
.honor .pr .swiper-pagination {
  width: 3px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  right: auto;
}
.honor .pr .swiper-pagination .swiper-pagination-bullet {
  width: 1px;
  flex: 1;
  margin: 0;
  border-radius: 0;
  background-color: #e5e5e5;
  opacity: 1;
}
.honor .pr .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0a3d86;
  width: 3px;
}
.honor .pr p {
  width: 1.0625rem;
  color: #8493a8;
  margin: 15rem 0 0 auto;
  padding-bottom: 5.1875rem;
  background: url(../images/mouse.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .honor .page {
    padding: 5rem 0;
  }
  .honor .lf {
    padding-right: 10px;
  }
  .honor .rg {
    display: none;
  }
  .honor .pr {
    display: none;
  }
  .honor .mid {
    width: 46%;
    right: 0;
    left: auto;
  }
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #f1f1f1;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 220px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 15px;
  color: #666;
  padding: 12px 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-list li:hover {
  background-color: #0a3d86;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.inside-list {
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inside-list li:nth-child(4n) {
  margin-right: 0;
}
.inside-list li p {
  line-height: 55px;
  font-size: 15px;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inside-list li:hover img {
  transform: scale(1.1);
}
.inside-list li:hover p {
  background-color: #0a3d86;
  color: #fff;
}
.pro_tit {
  margin-bottom: 80px;
}
.pro_tit .top {
  width: 700px;
}
.pro_tit .top em {
  font-size: 50px;
  color: #999;
  opacity: 0.4;
  text-transform: uppercase;
}
.pro_tit .top p {
  font-size: 40px;
  color: #0a3d86;
}
.pro_tit .top hr {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: relative;
  overflow: visible;
  margin: 25px 0 30px;
}
.pro_tit .top hr::after {
  content: '';
  width: 120px;
  height: 4px;
  background-color: #0a3d86;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro_tit .top span {
  font-size: 22px;
  line-height: 1.75;
}
.pro_tit .text {
  margin-top: 90px;
  font-size: 18px;
  line-height: 1.75;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 70px;
}
.pro-list li .pic {
  background-color: #f2f2f2;
  padding: 70px 5px;
}
.pro-list li p {
  font-size: 24px;
  padding: 20px 0 15px;
}
.pro-list li span {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pro-list li:nth-child(3n) {
  margin-right: 0;
}
.pro-list li:nth-child(n+4) {
  width: 49%;
}
.pro-list li:nth-child(n+4) .pic {
  padding: 10px 100px;
}
.pro-list li:last-child {
  margin-right: 0;
}
.pro-list li:hover .pic {
  background-color: #fff;
}
.pro-list li:hover img {
  transform: scale(1.1);
}
.pro-list li:hover p {
  color: #0a3d86;
}
.ptn-list {
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  border: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li img {
  width: 100%;
}
.ptn-list li:hover {
  border-color: #0a3d86;
}
.pro-detail {
  width: 100%;
}
.pro-detail .row {
  display: flex;
}
.pro-detail .row .pro-pics {
  width: 580px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 60px 10px;
  position: relative;
}
.pro-detail .row .pro-pics img {
  background-color: #fff;
  filter: contrast(90%);
}
.pro-detail .row .pro-pics .btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.pro-detail .row .pro-pics .btn .iconfont {
  cursor: pointer;
}
.pro-detail .row .pro-pics .btn .pics-pagination {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.pro-detail .row .next-pro {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  width: 400px;
  text-align: center;
  transition: all 0.3s ease;
}
.pro-detail .row .next-pro:hover {
  background: #0a3d86;
  color: #fff;
}
.pro-detail .row .description {
  margin-top: 60px;
  margin-left: 50px;
  flex: 1;
  max-width: 800px;
}
.pro-detail .row .description h2 {
  font-size: 60px;
  margin-top: 20px;
  text-align: center;
}
.pro-detail .row .description .det-l ul {
  width: 300px;
  margin: 25px 0;
  display: flex;
}
.pro-detail .row .description .det-l ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  line-height: 40px;
  border: 1px solid #666;
  text-align: center;
}
.pro-detail .row .description .det-l ul li:nth-child(2n) {
  margin-right: 0;
}
.pro-detail .row .description .det-l .describe {
  font-size: 17px;
  line-height: 2;
}
.pro-detail .row .description .det-l .btn {
  margin-top: 40px;
  width: 800px;
  display: flex;
}
.pro-detail .row .description .det-l .btn a {
  line-height: 50px;
  border: 1px solid #666;
  border-radius: 35px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  flex: 1;
  width: 96%;
  margin: 0 2%;
}
.pro-detail .row .description .det-l .btn a:hover {
  background-color: #0a3d86;
  color: #fff;
}
.pro-detail .del-con {
  font-size: 22px;
  line-height: 1.75;
  margin-top: 100px;
}
.pro-detail .comp {
  margin: 100px 0 50px;
}
.pro-detail .comp h1 {
  font-size: 55px;
  color: #000;
}
.pro-detail .comp h2 {
  font-size: 27px;
  margin-top: 20px;
  color: #000;
}
.pro-detail .comp hr {
  width: 660px;
  border-top: 1px solid #333;
  margin: 30px 0 20px;
}
.pro-detail .comp p {
  font-size: 22px;
  line-height: 1.75;
}
.pro-app .tit {
  margin-left: 4%;
  margin-bottom: 50px;
}
.pro-app .tit p {
  font-size: 30px;
  font-weight: normal;
  color: #014099;
  margin-bottom: 5px;
}
.pro-app .tit hr {
  width: 40px;
  border-top: 1px solid #fe850f;
}
.pro-app .tit span {
  font-size: 33px;
  margin-top: 5px;
}
.pro-app ul {
  display: flex;
}
.pro-app ul li {
  flex: 1;
  background-color: #191919;
  position: relative;
}
.pro-app ul li video {
  height: 496px !important;
}
.pro-app ul li video source {
  height: 100% !important;
}
.pro-app ul li img {
  opacity: 0.5;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.pro-app ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 170px 50px 0 90px;
}
.pro-app ul li .text p {
  font-size: 26px;
}
.pro-app ul li .text hr {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 12px 0;
}
.pro-app ul li .text span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: lighter;
}
.pro-app ul li .text em {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 140px;
}
.pro-app ul li:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.pro-app ul li:hover em {
  color: #0a3d86;
}
.pro-ptn {
  padding: 100px 0;
}
.pro-ptn .tit {
  margin-left: 4%;
  margin-bottom: 50px;
}
.pro-ptn .tit p {
  font-size: 30px;
  font-weight: normal;
  color: #014099;
  margin-bottom: 5px;
}
.pro-ptn .tit hr {
  width: 40px;
  border-top: 1px solid #fe850f;
}
.pro-ptn .tit span {
  font-size: 33px;
  margin-top: 5px;
}
.pro-ptn .box {
  margin-top: 40px;
}
.pro-nav {
  margin-bottom: 100px;
}
.pro-nav .lf {
  padding: 10px 0 30px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.pro-nav .lf h3 {
  font-size: 28px;
}
.pro-nav .con {
  display: flex;
  line-height: 60px;
}
.pro-nav .con .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  width: 100%;
}
.pro-nav .con .list > li {
  width: 900px;
  display: flex;
}
.pro-nav .con .list > li .a {
  color: #333;
  margin-right: 20px;
  width: 180px;
}
.pro-nav .con .pro-erji {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.pro-nav .con .pro-erji li {
  width: 33.33%;
}
.pro-nav .con .pro-erji li a {
  padding-right: 20px;
  padding-left: 40px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.pro-nav .con .pro-erji li a::after {
  content: '';
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-nav .con .pro-erji li a::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #0a3d86;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.pro-nav .con .pro-erji li:hover a::after {
  border-color: #0a3d86;
}
.pro-nav .con .pro-erji li:hover a::before {
  display: block;
}
.pro-nav .con .pro-erji .on a::after {
  border-color: #0a3d86;
}
.pro-nav .con .pro-erji .on a::before {
  display: block;
}
.pro-nav .btm {
  display: flex;
  align-items: end;
}
.pro-nav .btm a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #0a3d86;
  border-radius: 10px;
  color: #0a3d86;
  font-size: 18px;
  margin-right: auto;
}
.pro-nav .btm a:hover {
  background-color: #0a3d86;
  color: #fff;
}
h2.tit {
  font-size: 48px;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 100px;
  background: url(../images/tit-line.png) no-repeat bottom center;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #0a3d86;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
}
.pro-detail .row {
  display: flex;
  padding: 10px 0;
}
.pro-detail .row .pro-pics {
  width: 400px;
  margin-right: 50px;
  position: relative;
  z-index: 2;
}
.pro-detail .row .pro-pics img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pro-detail .row .description {
  flex: 1;
  position: relative;
  padding-bottom: 95px;
  z-index: 1;
}
.pro-detail .row .description .det-l h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}
.pro-detail .row .description .det-l ul {
  display: flex;
  padding: 15px 0;
}
.pro-detail .row .description .det-l ul li {
  font-size: 16px;
  margin-right: 20px;
}
.pro-detail .row .description .det-l ul li i {
  font-size: 14px;
  color: #777;
}
.pro-detail .row .description .det-l .describe {
  margin: 20px 0;
  width: 700px;
  margin: 0 auto;
}
.pro-detail .row .description .det-l .describe img {
  display: inline-block;
}
.pro-detail .row .description .det-l .describe .cont {
  display: flex;
}
.pro-detail .row .description .det-l .describe .cont .code {
  margin-right: 30px;
  border: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .code img {
  width: 130px;
  display: block;
  margin: 3px;
}
.pro-detail .row .description .det-l .describe .cont .code em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .phone {
  display: flex;
  flex-direction: column;
}
.pro-detail .row .description .det-l .describe .cont .phone .text {
  margin: auto 0;
}
.pro-detail .row .description .det-l .describe .cont .phone .text p {
  font-size: 14px;
  color: #666;
}
.pro-detail .row .description .det-l .describe .cont .phone .text span {
  font-size: 26px;
  color: #0a3d86;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro-detail .row .description .det-l .describe .cont .btn {
  display: flex;
  margin: auto 0 0;
}
.pro-detail .row .description .det-l .describe .cont .btn a {
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0a3d86;
  margin-right: 10px;
  font-size: 14px;
}
.pro-detail .row .description .det-l .describe .cont .btn a:first-child {
  background-color: #333;
}
.pro-detail .row .description .pic-tabs {
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-detail .row .description .pic-tabs .pro-tp {
  width: 410px;
  margin: 0;
  position: relative;
}
.pro-detail .row .description .pic-tabs .pro-tp ul li {
  border: 1px solid #ccc;
  width: 100px;
}
.pro-detail .row .description .pic-tabs .pro-tp .my-slide-thumb-active {
  border-color: #0a3d86;
}
.pro-detail .row .description .pic-tabs .swiper-next,
.pro-detail .row .description .pic-tabs .swiper-prev {
  display: block !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 11;
}
.pro-detail .row .description .pic-tabs .swiper-next:hover,
.pro-detail .row .description .pic-tabs .swiper-prev:hover {
  background-color: #0a3d86;
}
.pro-detail .row .description .pic-tabs .swiper-next:focus,
.pro-detail .row .description .pic-tabs .swiper-prev:focus {
  outline: none;
}
.pro-detail .row .description .pic-tabs .swiper-prev {
  left: 0px;
  padding-right: 2px;
}
.pro-detail .row .description .pic-tabs .swiper-next {
  left: 460px;
  padding-left: 2px;
}
.pro-detail .details {
  margin-top: 40px;
}
.pro-detail .details .del-tab {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.pro-detail .details .del-tab li {
  padding: 10px 25px;
  background-color: #ccc;
  color: #fff;
  margin-right: 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.pro-detail .details .del-tab .on {
  background-color: #0a3d86;
}
.pro-detail .details .del-con {
  min-height: 250px;
}
.pro-detail .details .del-con * {
  font-size: 16px;
  color: #333;
  line-height: 1.875;
}
.pro-detail .details .del-con li {
  display: none;
}
.pro-detail .details .del-con li .com-pro {
  display: flex;
  flex-wrap: wrap;
}
.pro-detail .details .del-con li .com-pro a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-detail .details .del-con li .com-pro a:nth-child(4n) {
  margin-right: 0;
}
.pro-detail .details .del-con li .com-pro a img {
  max-width: 100%;
  border: 1px solid #e2e2e2;
}
.pro-detail .details .del-con li .com-pro a p {
  text-align: center;
  line-height: 40px;
}
.pro-detail .details .del-con .open {
  display: block;
}
.news-nav {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 100px;
}
.news-nav li {
  position: relative;
  padding-bottom: 22px;
}
.news-nav li::after {
  content: '';
  width: 0;
  height: 10px;
  background-color: #014099;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.news-nav li a {
  position: relative;
}
.news-nav li p {
  position: absolute;
  top: 50%;
  left: 174px;
  transform: translateY(-50%);
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.news-nav li:hover::after {
  width: 85%;
}
.news-nav .on::after {
  width: 85%;
}
.news-list {
  margin-top: 80px;
}
.news-list li {
  margin-bottom: 80px;
}
.news-list li .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: lighter;
  color: #939393;
  padding-right: 20px;
}
.news-list li a {
  display: flex;
  align-items: center;
}
.news-list li .pic img {
  width: 430px;
  height: 280px;
  object-fit: cover;
}
.news-list li .text {
  flex: 1;
  margin-left: 50px;
}
.news-list li .text p {
  font-size: 30px;
  height: 100px;
}
.news-list li .text span {
  margin-bottom: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list1 li {
  position: relative;
  margin-bottom: 30px;
  background: #FFF;
  transition: 0.45s;
  border: 3px solid #f5f5f5;
  padding: 30px;
}
.news-list1 li a {
  display: flex;
  justify-content: space-between;
}
.news-list1 li .date {
  width: 10%;
  height: 140px;
  margin-right: 3%;
  background-color: #a9a9a9;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.news-list1 li .date i {
  font-size: 24px;
}
.news-list1 li .date em {
  display: block;
  font-size: 34px;
  font-weight: bold;
}
.news-list1 li .date span {
  font-weight: lighter;
}
.news-list1 li .text {
  flex: 1;
}
.news-list1 li .text p {
  font-size: 16px;
  font-weight: bold;
  height: 38px;
  line-height: 20px;
  border-bottom: 1px solid #c8c8c8;
}
.news-list1 li .text span {
  line-height: 28px;
  color: #888;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list1 li .text em {
  font-size: 14px;
  font-weight: lighter;
  display: flex;
  align-items: center;
  color: #333;
  margin-top: 8px;
}
.news-list1 li .text em i {
  font-size: 24px;
  color: #8c8c8c;
  margin-right: 3px;
}
.news-list1 li:hover {
  border-color: #014099;
}
.news-list1 li:hover .date {
  background-color: #014099;
}
.news-page .main {
  padding: 40px 40px 20px;
  box-shadow: 0 0 10px #eee;
}
.news-page .news-con .tit h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}
.news-page .news-con .tit ul {
  display: flex;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.news-page .news-con .tit ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #999;
  white-space: nowrap;
}
.news-page .news-con .tit ul li:last-child {
  margin-right: 0;
}
.contact_nav .page {
  max-width: none;
}
.contact_nav ul {
  display: flex;
}
.contact_nav ul li {
  width: 260px;
  line-height: 70px;
  text-align: center;
  font-size: 26px;
  border: 1px solid #014099;
}
.contact_nav ul li:nth-child(n+2) {
  border-left: none;
}
.contact_nav ul li:hover {
  background-color: #014099;
}
.contact_nav ul li:hover a {
  color: #fff;
}
.contact_nav ul .on {
  background-color: #014099;
}
.contact_nav ul .on a {
  color: #fff;
}
.news_page {
  padding-top: 80px;
}
.news_page .page {
  max-width: none;
}
.news_page .wz-btit {
  text-align: left;
}
.news_page .wz-btit p {
  font-size: 60px;
  font-weight: lighter;
}
.news_page .wz-btit p i {
  color: #c6a47f;
}
.news_page .wz-btit span {
  font-size: 26px;
  margin-top: 40px;
  font-weight: lighter;
  line-height: 1.875;
}
.news_page .date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: lighter;
  color: #939393;
  padding-right: 20px;
}
.news_page .focus {
  padding: 100px 0;
}
.news_page .focus .focus-con {
  margin-top: 80px;
}
.news_page .focus .focus-con li a {
  display: flex;
  align-items: center;
}
.news_page .focus .focus-con li .pic {
  width: 60%;
  margin-right: 50px;
}
.news_page .focus .focus-con li .pic img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.news_page .focus .focus-con li .pic:hover img {
  transform: scale(1.1);
}
.news_page .focus .focus-con li .text {
  flex: 1;
}
.news_page .focus .focus-con li .text p {
  font-size: 30px;
  height: 130px;
}
.news_page .focus .focus-con li .text span {
  margin-top: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
}
.news_page .focus .focus-con li .text .more {
  width: 180px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #c6a47f;
  margin-top: 80px;
}
.news_page .focus .focus-con li .text .more:hover {
  background-color: #014099;
  color: #fff;
}
.news_page .hangye {
  padding: 100px 0 20px;
  background-color: #f7f8f8;
}
.news_page .hangye ul {
  margin-top: 80px;
}
.news_page .hangye ul li {
  margin-bottom: 80px;
}
.news_page .hangye ul li a {
  display: flex;
  align-items: center;
}
.news_page .hangye ul li .pic img {
  width: 430px;
  height: 280px;
  object-fit: cover;
}
.news_page .hangye ul li .text {
  flex: 1;
  margin-left: 50px;
}
.news_page .hangye ul li .text p {
  font-size: 30px;
  height: 100px;
}
.news_page .hangye ul li .text span {
  margin-bottom: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_page .jt {
  padding: 100px 0;
}
.news_page .jt .jt-con {
  margin-top: 60px;
}
.news_page .jt .jt-con p {
  font-size: 30px;
  height: 100px;
  margin-top: 40px;
}
.news_page .jt .jt-con span {
  margin-top: 30px;
  font-size: 20px;
  color: #666464;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news_page .mt {
  padding: 100px 0;
  background-color: #f7f8f8;
}
.news_page .mt .mt-con {
  margin-top: 80px;
}
.news-right {
  width: 300px;
  margin-left: 10px;
}
.news-right ul {
  padding: 30px 30px 20px 30px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #eee;
}
.news-right ul h6 {
  font-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  line-height: 20px;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}
.news-right ul h6::after {
  content: "";
  width: 82px;
  height: 1px;
  background: #014099;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.news-right ul h6 i {
  color: #014099;
}
.news-right ul li {
  display: block;
  width: 220px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 15px;
}
.news-right ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-right ul li i {
  font-size: 16px;
  margin-right: 10px;
}
.turn_page {
  padding-top: 15px;
  border-top: 1px solid #e1e7f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #666;
}
.turn_page .lf {
  max-width: 600px;
  overflow: hidden;
}
.turn_page .lf li {
  line-height: 1.875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.turn_page .lf a {
  display: inline;
}
.turn_page .lf a:hover {
  color: #0a3d86;
}
.turn_page .return a {
  padding: 10px 35px;
  border-radius: 50px;
  border: 1px solid #ccc;
  transition: all 0.2s linear;
}
.turn_page .return a:hover {
  background-color: #0a3d86;
  color: #fff;
  border-color: #0a3d86;
}
.contact-w {
  display: flex;
}
.contact-w .lf {
  margin-right: 20px;
}
.contact-w .lf p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 53px;
  line-height: 76px;
  color: #0a3d86;
  margin-bottom: 25px;
}
.contact-w .lf span {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1;
}
.contact-w .lf hr {
  width: 40px;
  height: 3px;
  background: #0a3d86;
  display: block;
}
.contact-w .box {
  background-color: #f5f5f5;
  margin-left: 5%;
  flex: 1;
  padding: 50px;
  position: relative;
}
.contact-w .box h5 {
  font-size: 24px;
  color: #fff;
  background-color: #0a3d86;
  padding: 10px 60px;
  border-radius: 10px;
  position: absolute;
  top: 50px;
  left: -25px;
}
.contact-w .box .text {
  margin-top: 85px;
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-w .box .quote {
  margin: 10px 0 0 auto;
}
.map-w {
  margin-top: 60px;
}
.map-w iframe {
  width: 100%;
  height: 600px;
}
.message-w {
  padding: 4% 0;
  background-color: #f7f7f7;
}
.message-w .page {
  max-width: 1400px;
}
.message-w h2 {
  font-size: 36px;
}
.message-w .form-con {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-w .form-con input,
.message-w .form-con textarea,
.message-w .form-con select {
  margin-bottom: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
  line-height: 1.75;
  font-size: 16px;
  background-color: #fff !important;
}
.message-w .form-con input::placeholder,
.message-w .form-con textarea::placeholder,
.message-w .form-con select::placeholder {
  font-size: 15px;
  color: #999;
  font-family: sans-serif;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input,
  .message-w .form-con textarea,
  .message-w .form-con select {
    font-size: 16px;
  }
  .message-w .form-con input::placeholder,
  .message-w .form-con textarea::placeholder,
  .message-w .form-con select::placeholder {
    font-size: 16px;
  }
}
.message-w .form-con input {
  width: calc(50% - 7px);
  padding-right: 47px;
  background: url(../images/x.png) no-repeat right center;
}
@media screen and (max-width: 768px) {
  .message-w .form-con input {
    width: 100%;
  }
}
.message-w .form-con select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: url(../images/down-ico.png) no-repeat right center;
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con option {
  color: rgba(0, 24, 66, 0.5);
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  width: 120px;
  line-height: 40px;
  border-radius: 25px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 30px;
  cursor: pointer;
}
.message-w input[type="submit"] i {
  margin-left: 10px;
}
.message-w input[type="submit"]:hover {
  background-color: #0a3d86;
  border-color: #0a3d86;
  color: #fff;
}
.company_profile {
  display: flex;
}
.company_profile .lf .tit p {
  font-size: 30px;
  text-transform: capitalize;
  display: block;
  line-height: 40px;
  padding: 20px 0 0;
  font-weight: lighter;
}
.company_profile .lf .tit span {
  font-size: 30px;
  line-height: 40px;
  padding: 0 0 30px;
  font-weight: normal;
}
.company_profile .rg {
  flex: 1;
  padding: 60px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.company_profile .rg h1 {
  font-size: 32px;
  line-height: 30px;
  padding: 0 15px 40px;
  border-bottom: 1px solid #f3edf0;
  margin-bottom: 30px;
  color: #0a3d86;
}
.company_profile .rg .text {
  height: 420px;
  overflow-y: auto;
  line-height: 2.5;
  color: #666;
  padding: 0 15px;
}
.company_profile .rg .text::-webkit-scrollbar {
  width: 3px;
}
.company_profile .rg .text::-webkit-scrollbar-button {
  display: none;
}
.company_profile .rg .text::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.company_profile .rg .text::-webkit-scrollbar-thumb {
  background-color: #0a3d86;
}
.nav-app {
  display: flex;
  justify-content: center;
}
.nav-app li {
  padding: 0 10px;
  margin: 60px 0;
}
.nav-app li a {
  padding: 0 10px;
  line-height: 30px;
  background: #eee;
}
.nav-app li a:hover {
  background: #014099;
  color: #fff;
}
.nav-app li .on {
  background: #014099;
  color: #fff;
}
.app-top {
  text-align: center;
}
.app-top h2 {
  font-size: 60px;
  font-weight: bold;
}
.app-top h2 i {
  color: #014099;
}
.app-top span {
  position: relative;
  width: 500px;
  height: 1px;
  margin: 0 auto;
  margin-top: 20px;
  background: #ddd;
}
.app-top span hr {
  position: absolute;
  left: 0;
  top: -1px;
  width: 100px;
  border-bottom: 3px #014099 solid;
}
.app-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.app-list li {
  width: 30%;
  margin: 0 1.6%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.app-list li p {
  line-height: 120px;
  font-size: 36px;
  color: #666;
  background: #eee;
  text-align: center;
  transition: all 0.2s linear;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-list li .pic {
  height: 350px;
  overflow: hidden;
}
.app-list li .pic img {
  width: 100%;
}
.app-list li:hover img {
  transform: scale(1.1);
}
.app-list li:hover p {
  background-color: #0a3d86;
  color: #fff;
}
.join-page {
  padding: 100px 0 80px;
}
.join-page .job {
  padding: 130px 0;
}
.join-page .job .page {
  max-width: none;
}
.join-page .job .wz-btit {
  text-align: center;
}
.join-page .job .wz-btit p {
  font-size: 60px;
  font-weight: lighter;
}
.join-page .job .wz-btit p i {
  color: #c6a47f;
}
.join-page .job .wz-btit span {
  font-size: 26px;
  margin-top: 40px;
  font-weight: lighter;
  line-height: 1.875;
}
.join-page .job .con {
  margin-top: 80px;
  font-size: 24px;
  line-height: 2;
}
.join-page .join_us .tit {
  text-align: center;
}
.join-page .join_us .tit p {
  font-size: 50px;
}
.join-page .join_us .tit hr {
  width: 130px;
  height: 3px;
  background-color: #014099;
  margin: 30px auto 0;
}
.join-page .join_us .box {
  margin-top: 80px;
}
.join-page .join_us .box ul {
  display: flex;
  flex-wrap: wrap;
}
.join-page .join_us .box ul li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.join-page .join_us .box ul li:nth-child(3n) {
  margin-right: 0;
}
.join-page .join_us .box ul li p {
  width: 170px;
  font-size: 25px;
}
.join-page .join_us .box ul li input {
  flex: 1;
  line-height: 50px;
  border: 1px solid #c6a47f;
}
.join-page .join_us .box ul li:nth-child(3n - 1) {
  padding: 0 25px;
}
.join-page .join_us .box ul li:nth-child(3n - 1) p {
  width: 120px;
}
.join-page .join_us .box input[type="submit"] {
  width: 300px;
  line-height: 80px;
  text-align: center;
  margin: 80px auto 0;
  background-color: #014099;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.join-page .join_us .box input[type="submit"]:hover {
  opacity: 0.85;
}
.contact_p {
  padding-top: 80px;
}
.contact_p .tit {
  text-align: center;
}
.contact_p .tit p {
  font-size: 48px;
}
.contact_p .tit hr {
  width: 480px;
  height: 2px;
  background-color: #ccc;
  position: relative;
  overflow: visible;
  margin: 25px auto 30px;
}
.contact_p .tit hr::after {
  content: '';
  width: 120px;
  height: 4px;
  background-color: #014099;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact_p .tit span {
  font-size: 25px;
  color: #999999;
  margin-top: 10px;
  text-transform: uppercase;
}
.contact_p .address {
  padding-bottom: 80px;
}
.contact_p .address .page {
  max-width: 1700px;
}
.contact_p .address img {
  margin: 0 auto;
}
.contact_p .contact-info {
  padding: 100px 0 50px;
}
.contact_p .contact-info .page {
  max-width: 1600px;
}
.contact_p .contact-info .con {
  margin-top: 80px;
  line-height: 1.5;
  text-align: center;
  font-size: 28px;
  color: #666666;
}
.contact_p .contact-info .con strong {
  font-weight: normal;
  color: #333;
}
.contact_p .contact-info .con img {
  margin: 0 auto;
  margin-bottom: 25px;
}
.contact_p .contact-info tr {
  display: flex;
}
.contact_p .contact-info tr td {
  flex: 1;
}
.message-w {
  padding: 70px 0;
  background-color: #f5f5f5;
}
.message-w .form-con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.message-w .form-con input,
.message-w .form-con textarea {
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  font-size: 15px;
  padding: 15px 20px;
}
.message-w .form-con input {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.message-w .form-con input:nth-child(2) {
  margin-right: 0;
}
.message-w .form-con textarea {
  width: 100%;
}
.message-w input[type="submit"] {
  width: 200px;
  line-height: 55px;
  text-align: center;
  background-color: #014099;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  margin: 30px auto 0;
  cursor: pointer;
}
.message-w input[type="submit"]:hover {
  opacity: 0.85;
}
