﻿@charset "UTF-8";
:root {
  --main-color: #003f98;
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.header {
  height: 92px;
  background: #fff;
  padding: 16px 0;
}
.header .flex {
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.header .flex .logo {
  height: 100%;
}
.header .flex .logo img {
  height: 100%;
}
.header .flex .nav {
  line-height: 50px;
  height: 100%;
}
.header .flex .nav ul {
	height:100%;
  display: flex;
  align-items: center;
}
.header .flex .nav li {
  position: relative;
}
.header .flex .nav li > a {
  text-decoration: none;
  height: 100%;
  padding: 0 20px;
  display: block;
  transition: 0.5s;
  color: #000;
  font-size: 16px;
}
.header .flex .nav li::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  top: 44px;
  background: url(../images/sanjiao.png) no-repeat left center;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
}
.header .flex .nav li:hover::after {
  opacity: 1;
}
.header .flex .down_nav {
  display: none;
  position: absolute;
  top: 50px;
  width: 120%;
  background: #003f98;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  left: -10%;
  padding: 10px 0;
  z-index: 99;
}
.header .flex .down_nav a {
  text-decoration: none;
  height: 100%;
  display: block;
  transition: 0.5s;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  background: var(--main-color);
  margin-bottom: 2px;
}
.header .flex .down_nav a:hover {
  background: #fff;
  color: var(--main-color);
}

.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide figcaption {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 80%;
  padding: 16px;
  background: linear-gradient(100deg, rgba(61, 136, 188), rgba(255, 255, 255));
    border: 10px solid #234E90;
}
.banner .swiper-slide figcaption h3 {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}
.banner .swiper-slide figcaption h3 a {
  color: #fff;
}
.banner .swiper-slide figcaption p {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.index_page1 {
  padding: 80px 0;
}

.index_title {
  text-align: center;
  margin-bottom: 10px;
}
.index_title.white h3 {
  color: #fff;
}
.index_title.white p {
  color: #fff;
}
.index_title h3 {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 58px;
}
.index_title p {
  font-size: 32px;
  color: var(--main-color);
  line-height: 52px;
}
.index_title b {
  display: block;
  width: 70px;
  height: 28px;
  margin: 0 auto;
  position: relative;
}
.index_title b::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--main-color);
  left: 0;
  top: 13px;
  z-index: 1;
}

.inpro {
  margin-top: 30px;
  padding: 0 50px 30px 50px;
  position: relative;
}
.inpro .swiper-button-prev::after,
.inpro .swiper-button-next::after {
  color: var(--main-color);
  font-size: 40px;
}
.inpro .swiper-slide figure {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.inpro .swiper-slide figure img {
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.inpro .swiper-slide figcaption {
  text-align: center;
  padding: 1.6rem;
}
.inpro .swiper-slide figcaption p.name {
  font-size: 16px;
  color: var(--main-color);
  margin-bottom: 10px;
  line-height: 1.6;
}
.inpro .swiper-slide figcaption span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.index_page2 {
  height: 669px;
  background: url(../images/jtcl_03.jpg) no-repeat center center;
  background-attachment: fixed;
  padding: 3.2rem 0;
}
.index_page2 .in_bradn {
  width: 94%;
  max-width: 1440px;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 0px;
  margin: 30px auto;
  padding: 4.8rem 5%;
  background: rgba(0, 0, 0, 0.65);
}
.index_page2 .index_title h3 {
  font-family: "Oswald", sans-serif;
}
.index_page2 .editor {
  text-align: center;
}

.editor {
  font-size: 16px;
  color: #fff;
}

.br_list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 160px;
  margin-top: 30px;
}
.br_list .item {
  width: 160px;
  margin: 0 auto;
}

.index_page3 {
  padding: 96px 0;
  background: #fff;
}

.index_news {
  max-width: 1400px;
  padding: 0 16px;
  margin-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 480px;
}
.index_news .left,
.index_news .right {
  height: 100%;
  width: 50%;
}
.index_news .left {
  background: #F2F2F2;
}
.index_news .left figure {
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  justify-content: center;
  width: 100%;
}
.index_news .left figure img {
  height: 100%;
  transition: all 0.3s;
}
.index_news .left figcaption {
  height: 160px;
  padding: 44px 30px;
  transition: all 0.5s ease;
  position: relative;
}
.index_news .left figcaption::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50px;
  width: 0;
  height: 1px;
  background: #5ddffe;
  transition: all 0.5s ease;
}
.index_news .left figcaption p.tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7f7f7f;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.index_news .left figcaption p.inf {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #aaa;
  padding-left: 20px;
}
.index_news .left a:hover figure img {
  transform: scale(1.1);
}
.index_news .left a:hover figcaption {
  padding-left: 100px;
}
.index_news .left a:hover figcaption::before {
  width: 70px;
}
.index_news .right {
  padding-left: 30px;
}
.index_news .right li {
  height: 112.5px;
  margin-bottom: 10px;
  background: #F2F2F2;
}
.index_news .right li:last-child {
  margin-bottom: 0;
}
.index_news .right li a {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 100%;
}
.index_news .right li a figure {
  width: 140px;
  height: 80px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.index_news .right li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  max-width: initial;
}
.index_news .right li a figcaption {
  padding-left: 20px;
  flex-shrink: 1;
  width: 100%;
  transition: all 0.5s ease;
}
.index_news .right li a figcaption p.name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7f7f7f;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.index_news .right li a figcaption p.inf {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #aaa;
  padding-left: 20px;
}
.index_news .right li a:hover figure img {
  transform: translate(-50%, -50%) scale(1.1);
}
.index_news .right li a:hover figcaption {
  padding-left: 0;
}

.index_page4 {
  background: #F2F2F2;
  padding: 96px 0;
}

.in_plan {
  max-width: 1400px;
  margin: 30px auto 0 auto;
  display: grid;
  gap: 0 30px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.in_plan .left {
  position: relative;
}
.in_plan .left figure {
  width: 100%;
}
.in_plan .left figure img {
  width: 100%;
}
.in_plan .left figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background-color: rgba(0, 63, 152, 0.86);
}
.in_plan .left figcaption h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
}
.in_plan .left figcaption p {
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  margin: 10px 0 25px;
}
.in_plan .right figcaption {
  background: var(--main-color);
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
}
.in_plan .right figcaption p {
  padding: 0 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 2;
}
.in_plan .right figcaption a {
  display: block;
  margin: 26px 0 20px 20px;
  font-size: 14px;
  transition: all 0.3s;
  color: #fff;
}
.in_plan .right figcaption a:hover {
  color: #000;
  text-decoration: underline;
}
.in_plan .right figure {
  width: 100%;
}
.in_plan .right figure img {
  width: 100%;
}

.w1240 {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}

.f_top {
  padding: 20px 0 10px;
}
.f_top .w1240 {
  padding: 0 10px;
}

.f_bottom {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.f_bottom a {
  font-size: 12px;
  color: #000;
}
.f_bottom a:last-child {
  color: #707070;
}

.footer {
  background-image: url(../images/footer.jpg);
}
.footer .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  margin: 20px auto;
}
.footer .grid .f_item {
  padding: 0 20px;
  border-right: 1px solid rgb(170, 170, 170);
}
.footer .grid .f_item:last-child {
  border-right: none;
}
.footer .grid .f_item .title {
  margin-bottom: 10px;
}
.footer .grid .f_item .title h3 {
  font-family: times new roman, times, serif;
  font-size: 18px;
  color: #000;
}
.footer .grid .f_item .title p {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #000;
}
.footer .grid .f_item .title p::after {
  content: "";
  display: block;
  max-width: 50px;
  width: 100%;
  height: 5px;
  border-top: 1px solid black;
}
.footer .grid .f_item .message .textarea {
  height: 40px;
  margin: 16px 0;
  background: #fff;
  width: 100%;
}
.footer .grid .f_item .message .textarea textarea {
  height: 100%;
  padding: 6px;
  width: 100%;
}
.footer .grid .f_item .message .textarea textarea:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.footer .grid .f_item .message .input {
  height: 40px;
  margin: 16px 0;
  background: #fff;
  width: 100%;
  position: relative;
}
.footer .grid .f_item .message .input input {
  padding: 6px 12px 6px 7px;
  height: 100%;
  max-width: 256px;
  width: 100%;
}
.footer .grid .f_item .message .input input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.footer .grid .f_item .message .input .yzm {
  width: 110px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.footer .grid .f_item .message .input .yzm img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .grid .f_item .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.footer .grid .f_item .btn button {
  width: 100%;
  height: 100%;
  background: var(--main-color);
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.footer .grid .f_item .ewm p {
  font-size: 14px;
  color: #000;
  margin-top: 9px;
}
.footer .grid .f_item .ewm .img {
  margin-top: 10px;
  max-width: 140px;
}
.footer .grid .f_item .address p {
  display: flex;
  align-items: center;
  line-height: 22px;
  margin-top: 15px;
}
.footer .grid .f_item .address p img {
  max-width: 20px;
  margin-right: 14px;
}
.footer .grid .f_item .address p span {
  font-size: 14px;
  color: #000;
}
.footer .grid .f_item .address p:last-child img {
  padding-left: 2px;
}

.inside_nav ul {
  display: flex;
  align-items: center;
}
.inside_nav ul li {
  position: static;
  display: inline-block;
  color: #fff;
  width: auto;
  vertical-align: top;
}
.inside_nav ul a {
  position: relative;
  font-size: 15px;
  height: 80px;
  line-height: 80px;
  padding: 0px 30px;
  color: #333;
  display: block;
  transition: 0.3s ease 0s;
}
.inside_nav ul a:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inside_nav ul a::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background-color: none;
  transition: all 0.3s;
}
.inside_nav ul a:hover {
  color: var(--main-color);
}
.inside_nav ul a:hover::before {
  width: 80%;
  left: 10%;
  background-color: var(--main-color);
}

.inside_page {
  background: #F2F2F2;
  padding: 32px 0;
}

.inside_page3 {
  background: #F2F2F2;
  padding: 64px 0;
}

.inside_page2 {
  padding: 0;
  background: #fff;
}

.contact-mod .top_tit {
  height: 320px;
  width: 100%;
  background: url(../images/contact_bg01.jpg) no-repeat center;
  position: relative;
}
.contact-mod .top_tit .font {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.contact-mod .top_tit .font h3 {
  font-size: 36px;
  color: #b5c1c8;
  font-weight: bold;
  line-height: 1;
}
.contact-mod .top_tit .font p {
  font-family: arial, helvetica, sans-serif;
  display: inline-block;
  color: #b5c1c8;
  font-size: 22px;
  max-width: 300px;
  width: 300px;
  margin: 30px auto 0 auto;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-mod .top_tit .font p span {
  clear: left;
  margin-left: 0px;
  clear: left;
  margin-right: 0px;
  width: 20.37%;
  border-top: 1px solid rgb(181, 193, 200);
}
.contact-mod .top_tit .font p span:nth-child(2) {
  width: -moz-max-content;
  width: max-content;
  border-top: none;
}

.contact_footer {
  margin: 48px auto;
  padding: 30px 0;
}
.contact_footer .f_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_footer .f_list li {
  padding: 0 20px;
  width: 33.3333333333%;
  transition: all 0.5s;
}
.contact_footer .f_list li:hover {
  padding: 0;
}
.contact_footer .f_list li a {
  width: 100%;
  background: #B72024;
  padding: 32px 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact_footer .f_list li .icon {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 23px;
}
.contact_footer .f_list li .icon img {
  width: 50px;
}
.contact_footer .f_list li .ft {
  padding-left: 18px;
}
.contact_footer .f_list li .ft span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  line-height: 1;
}
.contact_footer .f_list li .ft span:first-child {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.contact_footer .f_list li .ft span:nth-child(2) {
  font-size: 20px;
  color: #fff;
  margin: 6px 0;
}
.contact_footer .f_list li .ft span:last-child {
  font-size: 14px;
  color: #fff;
}

.cont_list ul {
  display: flex;
  align-items:  flex-start;
  justify-content: flex-start;
  margin: 80px 0 32px;
}
.cont_list ul li {
  margin: 20px 0;
  padding: 0 20px;
  width: 25%;
}

.message_mod {
  padding: 48px 0;
  background: #fff;
}
.message_mod .tit {
  text-align: center;
}
.message_mod .tit h3 {
  font-size: 30px;
  color: #333;
  line-height: 60px;
}
.message_mod .tit span {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.message_mod .message {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.message_mod .message textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
  margin: 0 20px 20px 20px;
  border: #efefef 1px solid;
}
.message_mod .message .btn {
  padding: 6px 12px;
  height: 42px;
  width: 100%;
  background: #333333;
  font-size: 14px;
  color: #fff;
  margin: 20px 20px 30px 20px;
  transition: all 0.3s;
}
.message_mod .message .btn:hover {
  background: #B72024;
}
.message_mod .message .input {
  padding: 10px 20px;
  width: 50%;
}
.message_mod .message .input input {
  width: 100%;
  height: 42px;
  padding: 6px 12px 6px 10px;
  border: #efefef 1px solid;
}
.message_mod .message .input.yzm {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message_mod .message .input.yzm input {
  flex-shrink: 1;
}

.inside_page3 .message_mod .tit h3 {
  color: var(--main-color);
  font-weight: bold;
}

.public_mod {
  background: #fff;
  padding: 32px 0;
}
.public_mod .public_center {
  max-width: 94%;
  margin: 0 auto;
}
.public_mod .ins_tit {
  text-align: center;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.public_mod .ins_tit h3 {
  font-size: 28px;
  color: #262626;
  line-height: 1;
}
.public_mod .reset_style {
  margin: 20px 0;
}
.public_mod .reset_style p {
  font-size: 16px;
  color: #666;
  padding-bottom: 15px;
  line-height: 30px;
}
.public_mod .reset_style .bt {
  font-size: 22px;
  color: #0064d7;
  padding-bottom: 15px;
  padding-top: 15px;
  font-weight: 700;
}
.public_mod .reset_style .bten {
  font-size: 16px;
  color: #666;
  padding-bottom: 15px;
  line-height: 30px;
}

.product_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product_list ul li {
  width: 33.3333333333%;
  padding: 30px;
}
.product_list ul li:hover .proTbox img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product_list ul li:hover .proTbox .showbox {
  opacity: 1;
}
.product_list ul li:hover .proTbox .showbox p::before {
  width: 16px;
}
.product_list ul li:hover .proTbox .showbox p::after {
  width: 16px;
}
.product_list ul li .proTbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
}
.product_list ul li .proTbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.5s ease;
}
.product_list ul li .proTbox .showbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease;
}
.product_list ul li .proTbox .showbox p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem 0;
}
.product_list ul li .proTbox .showbox p::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease;
}
.product_list ul li .proTbox .showbox p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: #fff;
  transition: all 0.5s ease;
}
.product_list ul li .proBbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 130px;
  padding: 20px 20px 10px 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
}
.product_list ul li .proBbox .lookDetail {
  position: relative;
  display: block;
  color: #777;
  height: 38px;
  line-height: 38px;
  border-top: 1px solid #e5e5e5;
}
.product_list ul li .proBbox .lookDetail .arrowR {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  width: 30px;
}
.product_list ul li .proBbox .lookDetail .arrowR img {
  position: absolute;
  transition: all 0.5s ease;
}
.product_list ul li .proBbox .leftBox .proTitle {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.product_list ul li .proBbox .leftBox .proSummry {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px 0;
  text-overflow: ellipsis;
}

.e_page {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  overflow: hidden;
  text-align: center;
}

.e_pagebox {
  width: auto;
  height: auto;
  clear: both;
  position: relative;
  display: inline-block;
  padding: 30px 0;
}
.e_pagebox .pre {
  display: inline-table;
  position: relative;
  left: 0;
  top: 0;
  float: left;
  height: 38px;
  margin: 0 5px 0 18px;
  text-align: center;
  padding: 0 10px;
  border-radius: 0px;
  border: 1px solid #fff;
  background: #fff;
  color: #333333;
  cursor: pointer;
}
.e_pagebox .pre .font {
  display: table-cell;
  vertical-align: middle;
  bottom: 0;
  font-size: 12px;
}
.e_pagebox .pre:hover {
  border-color: #003f98;
  background-color: #003f98;
  color: #fff;
}
.e_pagebox .pre1 {
  color: rgb(255, 255, 255) !important;
  background-color: #c8c8c8 !important;
  cursor: not-allowed !important;
  border: none !important;
}
.e_pagebox .pageNum {
  position: relative;
  float: left;
  height: 38px;
  min-width: 38px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  background-size: 100% 100%;
  color: #595959;
  border: 1px solid #fff;
  cursor: pointer;
  line-height: 38px;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  border-radius: 0px;
}
.e_pagebox .pageNum.active {
  background-color: #003f98;
  border-color: #003f98;
  color: #fff;
}
.e_pagebox .pageNum:hover {
  border-color: #003f98;
  background-color: #003f98;
  color: #fff;
}
.e_pagebox .next {
  display: inline-table;
  position: relative;
  left: 0;
  top: 0;
  float: left;
  height: 38px;
  border: 1px solid #fff;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 0 10px;
  border-radius: 0px;
  cursor: pointer;
}
.e_pagebox .next:hover {
  border-color: #003f98;
  background-color: #003f98;
  color: #fff;
}
.e_pagebox .next .font {
  display: table-cell;
  vertical-align: middle;
  bottom: 0;
  font-size: 12px;
}

.product_center {
  background: #fff;
  padding: 50px 20px;
}
.product_center .Pt_Box .leftBox {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  padding-bottom: 20px;
  margin: 0;
  padding: 0;
  width: 50%;
  height: 500px;
  overflow: hidden;
  background: #eee;
}
.product_center .Pt_Box .leftBox .pro_swiper {
  height: 100%;
}
.product_center .Pt_Box .leftBox .pro_swiper .swiper-slide {
  overflow: hidden;
}
.product_center .Pt_Box .leftBox .pro_swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
}
.product_center .Pt_Box .leftBox .pro_swiper .swiper-button-next::after,
.product_center .Pt_Box .leftBox .pro_swiper .swiper-button-prev::after {
  color: #fff;
}
.product_center .Pt_Box .rightBox {
  float: left;
  padding-left: 18px;
  width: auto;
  height: auto;
  min-width: 200px;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  display: block;
  box-flex: 1;
  flex: 1;
  width: 50%;
  height: 500px;
}
.product_center .Pt_Box .rightBox .p_content {
  width: auto;
  height: auto;
  margin: 0 0 16px 0;
  padding: 0 0 36px 0;
  border-bottom: 1px solid #e8e8e8;
}
.product_center .Pt_Box .rightBox .p_content .p_title {
  font-size: 30px;
  color: #262626;
  line-height: 1;
  font-weight: bold;
}
.product_center .Pt_Box .rightBox .p_content .p_summary {
  margin: 10px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #595959;
}
.product_center .Pt_Box .rightBox .P_thums {
  margin-top: 20px;
}
.product_center .Pt_Box .rightBox .P_thums .swiper-slide {
  border: 2px solid transparent;
  cursor: pointer;
}
.product_center .Pt_Box .rightBox .P_thums .swiper-slide-thumb-active {
  border-color: var(--main-color);
}
.product_center .Pb_Box {
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 20px;
}
.product_center .Pb_Box .d_TabTitleBox {
  width: 100%;
}
.product_center .Pb_Box .d_TabTitleBox .e_RelationBtn {
  height: 45px;
  text-align: center;
  padding: 0 25px;
  cursor: pointer;
  float: left;
  width: auto;
}
.product_center .Pb_Box .d_TabTitleBox .e_RelationBtn:hover {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.product_center .Pb_Box .d_TabTitleBox .e_RelationBtn.active {
  color: #1890ff;
  border-bottom: 2px solid #1890ff;
}
.product_center .Pb_Box .d_TablePublic {
  border-top: 1px solid #d9d9d9;
}
.product_center .Pb_Box .contentDiv {
  padding: 10px 0;
  display: block;
}
.product_center .Pb_Box .contentDiv.hide {
  display: none;
}
.product_center .Pb_Box .contentDiv .reset_style {
  padding: 20px;
  font-size: 14px;
  color: #595959;
  line-height: normal;
}
.product_center .Pb_Box .contentDiv .p_ProParametersBox {
  margin: 20px;
  border: 1px solid #d9d9d9;
  min-height: 205px;
  background: #fff;
  padding: 20px;
}

.p_controlBox {
  margin: 40px 20px 0 20px;
  padding: 20px;
}
.p_controlBox .p_nextpage {
  width: 50%;
  height: auto;
  float: left;
  vertical-align: middle;
}
.p_controlBox .p_nextpage .p_nextName {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
  text-align: left;
}
.p_controlBox .p_nextpage .p_MinorLink {
  display: inline-block;
  vertical-align: middle;
}
.p_controlBox .p_nextpage.p_nextpageA {
  float: right;
  width: 50%;
  height: auto;
  margin: 0;
  background-color: transparent;
  overflow: hidden;
  vertical-align: middle;
  text-align: right;
}

.w1240 {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.inside_title h3 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.develop_page {
  margin-top: 10px;
  padding: 20px 0;
}
.develop_page .develop_list {
  margin: 0 35px;
}
.develop_page .develop_list ul {
  padding: 30px 0;
  background: #fff;
}
.develop_page .develop_list ul li {
  margin: 5px 0;
  padding: 5px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.develop_page .develop_list ul li:hover {
  box-shadow: rgba(0, 0, 0, 0.188235) 0px 10px 30px 0px;
  transform: translate3d(0px, -2px, 0px);
  transition: All 0.3s ease;
}
.develop_page .develop_list ul li .row {
  padding: 5px 0;
}
.develop_page .develop_list ul li .row .col-sm-3 {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.develop_page .develop_list ul li .row .col-sm-3 .time {
  text-align: right;
  font-weight: normal;
  font-family: georgia;
  font-size: 18px;
}
.develop_page .develop_list ul li .row .col-sm-9 {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.develop_page .develop_list ul li .row .col-sm-9 .title {
  position: relative;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 5px 20px;
  font-size: 18px;
  color: #034387;
}
.develop_page .develop_list ul li .row .col-sm-9 .title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  display: block;
  width: 20px;
  height: 20px;
  border: 4px solid #034387;
  border-radius: 10px;
  box-sizing: border-box;
}
.develop_page .develop_list ul li .row .col-sm-9 .newMs {
  padding: 0 20px;
  line-height: 1.8;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  border-left: 2px solid rgba(67, 67, 67, 0.75);
  color: #595959;
}
.develop_page .develop_list ul li:nth-child(2n) {
  background-color: rgba(130, 130, 130, 0.1);
}

.w1440.about_public {
  max-width: 1400px;
}

.honor_page {
  padding: 80px 0;
}

.inside_title2 {
  text-align: center;
  margin-bottom: 20px;
}
.inside_title2 h3 {
  font-size: 36px;
  font-weight: 600;
  color: var(--main-color);
  font-family: "Oswald";
}
.inside_title2 h4 {
  font-size: 30px;
  color: var(--main-color);
  line-height: 45px;
}
.inside_title2 .w_fline {
  max-width: 70px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  min-height: 28px;
}
.inside_title2 .w_fline .p_FLine {
  width: 100%;
  opacity: 1;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-top-color: rgb(38, 74, 143);
  border-top-width: 2px;
  border-top-style: solid;
}
.inside_title2 .w_fline .p_FLine::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  min-height: inherit;
  width: 0;
}

.altBox {
  padding: 20px 15px;
  background: #fff;
}
.altBox ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.altBox ul li {
  width: 25%;
  padding: 0 15px;
}
.altBox ul li a {
  display: block;
}
.altBox ul li a:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgb(0, 0, 0);
}
.altBox ul li a img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.company_list {
  padding: 50px 20px;
}
.company_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.company_list ul li {
  width: 25%;
  padding: 0 15px;
}
.company_list ul li:hover .thumb .pic_box .icon-box {
  transform: translateY(0);
}
.company_list ul li .thumb {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
  cursor: pointer;
}
.company_list ul li .thumb .pic_box {
  position: relative;
  overflow: hidden;
}
.company_list ul li .thumb .pic_box .icon-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
}
.company_list ul li .thumb .pic_box .icon-box .img {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}
.company_list ul li .thumb .caption {
  padding: 9px;
  color: #595959;
}
.company_list ul li .thumb .caption a.title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  width: 100%;
 /*  min-height: 40px; */
}

.news_lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}
.news_lightbox.show {
  z-index: 999;
  opacity: 1;
}
.news_lightbox .close-box {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
.news_lightbox .close-box span {
  font-size: 42px;
  color: #fff;
  opacity: 1;
}
.news_lightbox .news_swiper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 70%;
}
.news_lightbox .news_swiper .thumbnail {
  position: relative;
  height: 100%;
  background-color: #eee;
  border-width: 10px;
}
.news_lightbox .news_swiper .thumbnail .proImgBox-pc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news_lightbox .news_swiper .thumbnail .proImgBox-pc img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_lightbox .news_swiper .thumbnail .txtBox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.news_lightbox .news_swiper .thumbnail .txtBox a {
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_lightbox .news_swiper .thumbnail .txtBox a span {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-left: 10px;
  line-height: 20px;
  margin-top: -5px;
}
.news_lightbox .news_swiper .new-btn-left,
.news_lightbox .news_swiper .new-btn-right {
  width: 50px;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
  top: 40%;
}
.news_lightbox .news_swiper .new-btn-left::after,
.news_lightbox .news_swiper .new-btn-right::after {
  color: #fff;
}

.news_list li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 2%;
  padding: 10px;
  background: #fff;
  margin-bottom: 3%;
}
.news_list li a {
  transition: 0.3s ease 0s;
  background: #fff;
  display: block;
  width: 100%;
  padding-bottom: 5%;
}
.news_list li a .newimg {
  max-height: 290px;
  overflow: hidden;
  height: 15vw;
}
.news_list li a .newimg img {
  max-width: initial;
  transition: 0.5s linear 0s;
  width: 100%;
}
.news_list li a .newnr {
  margin: 8% auto 0;
  width: 90%;
}
.news_list li a .newnr .tit {
  transition: 0.3s ease 0s;
  color: #333;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list li a .newnr .p {
  transition: 0.3s ease 0s;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 65px;
  word-wrap: break-word;
}
.news_list li a .newnr .ia {
  display: none;
}
.news_list li a:hover {
  background: var(--main-color);
}
.news_list li a:hover .newimg img {
  transform: scale(1.2);
}
.news_list li a:hover .newnr .tit {
  color: #fff;
}
.news_list li a:hover .newnr .p {
  color: #fff;
}
.news_list li:first-child {
  width: 100%;
  margin-bottom: 3%;
  margin-left: 0%;
  padding: 20px;
  background: #fff;
}
.news_list li:first-child a {
  font-size: 0px;
  background: none;
  padding-bottom: 0px;
  position: relative;
  z-index: 0;
}
.news_list li:first-child a:hover {
  background: #fff;
}
.news_list li:first-child a:hover .newnr .tit {
  color: #333;
}
.news_list li:first-child a:hover .newnr .p {
  color: #666;
}
.news_list li:first-child a .newimg {
  box-shadow: 10px 10px 45px 0 rgba(0, 0, 0, 0);
  width: 31%;
  height: auto;
  max-height: 355px;
  display: inline-block;
  vertical-align: middle;
}
.news_list li:first-child a .newnr {
  width: 66%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2%;
  margin-top: 0px;
}
.news_list li:first-child a .newnr .tit {
  font-size: 20px;
  font-weight: normal;
}
.news_list li:first-child a .newnr .tit::before {
  width: 15px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  background: #003f98;
  margin-right: 15px;
  content: "";
}
.news_list li:first-child a .newnr .p {
  line-height: 26px;
  max-height: 84px;
  margin-left: 30px;
}
.news_list li:first-child a .ia {
  display: block;
  z-index: 0;
  margin: 0 auto;
  font-size: 0px;
  position: relative;
  line-height: 50px;
  width: 165px;
  height: 50px;
  display: block;
  color: #fff;
  background: #003f98;
  text-align: center;
  margin-left: 30px;
  margin-top: 6%;
}
.news_list li:first-child a .ia > * {
  transition: 0.3s ease 0s;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.news_list li:first-child a .ia i {
  position: relative;
  font-family: "宋体";
  font-weight: bold;
  z-index: 0;
  padding-left: 7px;
  margin-left: 36px;
  font-style: normal;
}
.news_list li:nth-child(3n+2) {
  margin-left: 0;
}

.public_center.news_public {
  max-width: 1170px;
  padding: 0 15px;
}
.public_center.news_public .ins_tit {
  margin: 0;
  margin-bottom: 15px;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  border-bottom: none;
}
.public_center.news_public .ins_tit h3 {
  font-size: 36px;
  color: #595959;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.public_center.news_public .p_controlBox {
  margin-top: 0;
}
.public_center.news_public .new_picBox {
  width: 100%;
  overflow: hidden;
}
.public_center.news_public .new_picBox #top_prev,
.public_center.news_public .new_picBox #top_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ccc;
  color: #fff;
  z-index: 999;
}
.public_center.news_public .new_picBox #top_prev::after,
.public_center.news_public .new_picBox #top_next::after {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}
.public_center.news_public .new_picBox .top_swiper {
  width: 100%;
  height: 40vw;
  max-height: 450px;
  overflow: hidden;
}
.public_center.news_public .new_picBox .top_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.public_center.news_public .new_picBox .top_swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.public_center.news_public .new_picBox .small-pic-box {
  position: relative;
  height: 15vw;
  max-height: 180px;
  overflow: hidden;
  padding: 20px 40px 0;
}
.public_center.news_public .new_picBox .small-pic-box .bottom_swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.public_center.news_public .new_picBox .small-pic-box .bottom_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.public_center.news_public .new_picBox .small-pic-box .bottom_swiper .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  transition: all 0.5s ease;
  filter: grayscale(0.8);
}
.public_center.news_public .new_picBox .small-pic-box .bottom_swiper .swiper-slide.swiper-slide-thumb-active img {
  filter: grayscale(0);
}
.public_center.news_public .new_picBox #bottom_prev,
.public_center.news_public .new_picBox #bottom_next {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: calc(100% - 20px);
  font-size: 1.5rem;
  background: #ccc;
  color: #fff;
  z-index: 999;
  top: 20px;
  margin-top: 0;
}
.public_center.news_public .new_picBox #bottom_prev::after,
.public_center.news_public .new_picBox #bottom_next::after {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.public_center.news_public .new_picBox #bottom_prev {
  left: 0;
}
.public_center.news_public .new_picBox #bottom_next {
  right: 0;
}

.summary {
  margin: 15px 0;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
.summary .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 300;
  color: #595959;
}

.industraial-mod {
  padding: 64px 0 0;
}

.indestra_list {
  margin-top: 64px;
}
.indestra_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 480px;
  background: #fff;
}
.indestra_list li .left {
  width: 50%;
  height: 100%;
  background: #E9E8E9;
}
.indestra_list li .left .swiper {
  height: 100%;
}
.indestra_list li .left .swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.indestra_list li .left .swiper .swiper-slide img {
  max-width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: ease-in-out 0.5s;
}
.indestra_list li .left .swiper .swiper-slide:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.indestra_list li .left .swiper-button-prev::after,
.indestra_list li .left .swiper-button-next::after {
  color: var(--main-color);
  font-size: 36px;
}
.indestra_list li .left .swiper-button-prev {
  left: 30px;
}
.indestra_list li .left .swiper-button-next {
  right: 30px;
}
.indestra_list li .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.indestra_list li .right h3 {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
}
.indestra_list li .right p {
  font-size: 18px;
  color: #595959;
  width: 80%;
  margin: 6% auto;
  text-align: center;
}
.indestra_list li:nth-child(2n) {
  flex-direction: row-reverse;
}

.m_nav .ul li .mb_navpage {
  display: none;
  padding: 0px 32px 0 32px;
  width: 100%;
  background: #fff;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.m_nav .ul li .mb_navpage .item_dd {
  text-align: left;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.m_nav .ul li .mb_navpage .item_dd a {
  padding-left: 20px;
  font-size: 14px;
  border-bottom: none;
}/*# sourceMappingURL=css.css.map */
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}
