html {
  font-size: calc(0.83333333vw);
}
.container {
  padding: 0 9.375rem;
  width: 100%;
}
.font14 {
  font-size: 0.875rem;
}
.font16 {
  font-size: 1rem;
}
.font18 {
  font-size: 1.125rem;
}
.font20 {
  font-size: 1.25rem;
}
.font22 {
  font-size: 1.375rem;
}
.font24 {
  font-size: 1.5rem;
}
.font26 {
  font-size: 1.625rem;
}
.font28 {
  font-size: 1.75rem;
}
.font30 {
  font-size: 20.625rem;
}
.bg {
  background-color: #004098;
}
.c {
  color: #004098;
}
.bf {
  background-color: #fff;
}
.trans {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 99;
  background: #fff;
  display: none;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #004097;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
.nav_erji {
  width: 62.5rem;
  padding: 2.5rem;
  background: #fff;
  position: fixed;
  right: 17%;
  left: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  top: 5.6875rem;
  display: none;
  font-size: 1rem;
  transition: 400ms ease-in-out;
  height: 0;
}
header .nav_ul > li:hover .nav_erji {
  transform: scale(1);
  opacity: 1;
  display: block;
  transition: 400ms ease-in-out;
  height: auto;
}
.nav_erji .left {
  width: 50%;
  float: left;
}
.nav_erji .left > div ul li{
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.nav_erji .left > div ul li a::before {
        content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004097;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}.nav_erji .left > div ul li:hover a::before{
     transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    width: 100%;
}
.nav_erji .left > div ul li:hover a {
    color: #004097;
}
.nav_erji .left > div ul {
    position: absolute;
    left: 13rem;
    top: 0;
    display: none;
    width: 13rem;
}
.nav_erji .left > div:hover ul {
    display: block;
}
.nav_erji .left > div {
  line-height: 3.125rem;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  width: 13rem;
}
.nav_erji .left > div.active >a {
  color: #004097;
}
.nav_erji .left > div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #004097;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.nav_erji .left > div.active::before {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.nav_erji .right {
  width: 50%;
  float: right;
}
.nav_erji .right > div {
  display: none;
}
.nav_erji .right > div.active {
  display: block;
}
header .nav_ul > li:nth-child(3) .nav_erji .left div {
  width: 40%;
  float: left;
}
header .nav_ul > li:nth-child(3) .nav_erji .left div:nth-child(odd) {
  margin-right: 2%;
}
header .nav_ul > li:nth-child(3) .nav_erji .left div:nth-child(even) {
  margin-left: 2%;
}
header .nav_ul > li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  display: block;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 12px;
  color: #9a9797;
  line-height: 24px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.mt50 {
  margin-top: 3.125rem;
}
#fp-nav ul li a span {
  width: 7.5px;
  height: 7.5px;
  background: #bfbfbf;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  display: none;
}
.fp-viewing-page1 #fp-nav ul li:nth-child(1),
.fp-viewing-page2 #fp-nav ul li:nth-child(2),
.fp-viewing-page3 #fp-nav ul li:nth-child(3),
.fp-viewing-page4 #fp-nav ul li:nth-child(4),
.fp-viewing-page5 #fp-nav ul li:nth-child(5),
.fp-viewing-page6 #fp-nav ul li:nth-child(6) {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #004098;
  border-radius: 50%;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 7.5px;
  height: 7.5px;
  background: #fff;
  border-radius: 50%;
  margin: 27px auto;
}
#fp-nav ul li span {
  display: none;
}
.fp-viewing-page1 #fp-nav ul li a {
  background-color: transparent;
  border-radius: 50%;
}
.fp-viewing-page1 #fp-nav ul li:nth-child(1) {
  background: url(../img/icon1.svg) no-repeat;
}
.fp-viewing-page2 #fp-nav ul li:nth-child(2) {
  background: url(../img/icon2.svg) no-repeat;
}
.fp-viewing-page3 #fp-nav ul li:nth-child(3) {
  background: url(../img/icon3.svg) no-repeat;
}
.fp-viewing-page4 #fp-nav ul li:nth-child(4) {
  background: url(../img/icon4.svg) no-repeat;
}
.fp-viewing-page5 #fp-nav ul li:nth-child(5) {
  background: url(../img/icon5.svg) no-repeat;
}
.fp-viewing-page6 #fp-nav ul li:nth-child(6) {
  background: url(../img/icon66.svg) no-repeat;
}
.fp-viewing-page2 #fp-nav ul li,
.fp-viewing-page4 #fp-nav ul li {
  background: #bfbfbf;
}
header {
  height: 5.6875rem;
  line-height: 5.6875rem;
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
header .logo {
  width: 14%;
  margin-right: 40px;
}
header .center > ul > li {
  float: left;
  padding: 0 2.5rem;
  position: relative;
}
header .center > ul > li > a {
  display: block;
  position: relative;
  font-size: 1.25rem;
  color: #231815;
}
header .center {
  padding-left: 2.75rem;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0.1875rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  background-color: #004098;
}
header .center > ul > li.active > a::before,
header .center > ul > li:hover > a::before {
  width: 100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
header .center > ul > li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  background: #cccccc;
  transform: translateY(-50%);
}
header .center > ul > li:last-child::before {
  display: none;
}
header .all_nav i {
  font-size: 1.25rem;
}
header .all_nav span {
  display: block;
  width: 1.75rem;
  height: 0.125rem;
  background: #000;
}
header .all_nav span:nth-child(2) {
  width: 1.3125rem;
  margin: 0.5rem 0 0.5rem 0.4375rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
header .all_nav:hover span:nth-child(2),
header .all_nav.active span:nth-child(2) {
  opacity: 0;
}
header .all_nav:hover span:nth-child(3),
header .all_nav.active span:nth-child(3) {
  transform: rotate(45deg);
  position: relative;
  top: -0.4375rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
header .all_nav:hover span:nth-child(1),
header .all_nav.active span:nth-child(1) {
  transform: rotate(-45deg);
  position: relative;
  top: 0.8rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
header .gufen {
  font-size: 1rem;
  text-transform: uppercase;
  color: #2A2A2A;
}
header .lanu {
  margin: 0 0.875rem 0 1.25rem;
  font-size: 1rem;
  color: #2a2a2a;
}
header .lanu .blue {
  color: #004098;
}
header .lanu a {
  position: relative;
}
header .lanu a:nth-child(2) {
  padding-right: 0.875rem;
  position: relative;
}
header .lanu a:nth-child(3) {
  padding-left: 0.875rem;
  position: relative;
}
header .lanu a:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 8px;
  background: #cccccc;
  transform: translateY(-50%);
}
header .all_nav {
  margin-left: 1.5625rem;
  cursor: pointer;
}
.list_about_two {
  display: none;
}
.section01 .swiper-pagination {
  position: absolute;
  bottom: 15%;
  left: 9.375rem;
  color: #fff;
}
.section01 .swiper-slide img {
  height: 100vh;
  object-fit: cover;
}
.section01 .swiper-pagination-bullet {
  width: 137px;
  margin-right: 15px;
  background: transparent;
  position: relative;
  opacity: 1;
  line-height: 40px;
  height: 40px;
  text-align: left;
}
.section01 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}
.section01 .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  background: #ffffff;
}
.section01 .swiper-pagination-bullet-active::after {
  width: 100%;
  transition: all 3s;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
}
.section01 .hover {
  position: absolute;
  bottom: 30%;
  width: 100%;
}
.section01 .hover .text {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 5.3125rem;
  color: #FFFFFF;
}
.section01 .scrool {
  width: 31px;
  position: absolute;
  bottom: 0;
  right: 70px;
  z-index: 99;
  cursor: pointer;
  animation: dowm 2s infinite;
}
@keyframes dowm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.pa_center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}
.title {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.75rem;
  color: #000000;
  padding-bottom: 10px;
}
.futitle {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #565656;
}
.section02 {
  background-color: #f5f5f5;
}
.section02 .swiper-button-next {
  position: absolute;
  right: 29%;
  background: url(../img/yr.svg) no-repeat;
  width: 4.6875rem;
  height: 4.125rem;
}
.section02 .swiper-button-prev {
  position: absolute;
  left: 29%;
  background: url(../img/lr.svg) no-repeat;
  width: 4.6875rem;
  height: 4.125rem;
}
.section02 .name {
  position: absolute;
  bottom: 2rem;
  width: 80%;
  left: 10%;
  height: 4.375rem;
  line-height: 4.375rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #231815;
}
.section02 .container {
  padding: 0 4rem;
}
.section02 .swiper-slide .name {
  opacity: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.section02 .swiper-slide-active.swiper-slide .name {
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.bor {
  border-radius: 20px;
}
.cf {
  color: #fff;
}
.section03 {
  /* background: url(../img/bg3.jpg) no-repeat; */
}
.list_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
}
.section03 .list_bg div {
  z-index: 1;
  background-size: cover;
  height: 100%;
}
.section03 .list_bg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section03 .list_bg div.active {
  z-index: 99;
}
.section03 .swiper-slide {
  padding: 0.5rem 0.625rem;
}
.section03 .swiper-slide > a {
  padding: 3.25rem 0rem 2.5rem;
  position: relative;
  border: 1px solid #fff;
  transform: skew(-5deg);
}
.section03 .swiper-slide:hover > a {
  background-color: rgba(0, 63, 152, 0.8);
  border-color: rgba(0, 63, 152, 0.8);
}
.section03 .icon img {
  height: 3.875rem;
  line-height: 3.875rem;
  transform: skew(5deg);
}
.section03 .name {
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #F8F8F8;
}
.section03 .dian {
  width: 9.5px;
  height: 9.5px;
  border-radius: 50%;
  background: #fff;
  margin: 1.875rem auto 2.1875rem;
}
.section04 {
  background: url(../img/bg4.jpg) no-repeat;
  background-size: cover;
}
.section04 .left .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.125rem;
  line-height: 4.5rem;
  padding: 0 0.9375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  background: rgba(35, 24, 21, 0.7);
}
.section04 .left:hover img {
  transform: scale(1.1);
}
.section04 .left:hover .name {
  background-color: #004098;
}
.section04 .right {
  padding-left: 3.5rem;
}
.section04 .right li {
  font-size: 1.125rem;
  line-height: 5.6rem;
  text-transform: uppercase;
  color: #222222;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 0 0.9375rem;
}
.section04 .right li .fl:nth-child(1) {
  width: 20%;
  color: #004098;
  padding-left: 5px;
}
.section04 .right li .fl:nth-child(2) {
  width: 70%;
}
.section04 .right li .fr {
  width: 10%;
  text-align: center;
}
.section04 .right li .fr i {
  font-size: 1.375rem;
}
.section04 .right li:nth-child(1) {
  border-top: 1px solid #cccccc;
}
.section04 .right li:hover {
  background-color: #004098;
}
.section04 .right li:hover a {
  color: #fff;
}
.section04 .right li:hover .fl {
  color: #fff;
}
.section05 {
  background: url(../img/bg5.jpg) no-repeat;
  background-size: cover;
}
.section05 .left {
  width: 47%;
}
.section05 .left .hover {
  position: absolute;
  bottom: 5.3125rem;
  left: 5.3125rem;
  width: 40%;
}
.section05 .font24 {
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.section05 .font24 a:hover {
  color: #fff !important;
}
.section05 .font16 {
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 0.4375rem;
}
.section05 .center {
  width: 26.7%;
}
.section05 .center .hover {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
  background: rgba(0, 63, 151, 0.8);
  padding: 2.1875rem 0;
}
.section05 .center .number {
  width: 4.375rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  text-align: center;
  transform: skew(-5deg);
  margin: 1.125rem auto;
  background: #fff;
  color: #000000;
  font-size: 1.5rem;
  border-radius: 10px;
}
.section05 .right {
  width: 26.3%;
}
.section05 .right ul li {
  border: 1px solid #fff;
  padding: 2.1rem 2.5rem 1.9rem;
  margin-bottom: 1.5625rem;
}
.section05 .right ul li .font16 {
  margin: 0.625rem 0 0.9375rem;
}
.section05 .right ul li:last-child {
  margin-bottom: 0;
}
.more_a a {
  color: #fff;
}
.more_a img {
  width: 3.0625rem;
  height: 0.8125rem;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.more_a div {
  display: inline-block;
  position: relative;
  padding-right: 0.75rem;
}
.more_a div::before {
  content: "";
  position: absolute;
  right: 0;
  width: 33px;
  height: 2.0625rem;
  border: 1px solid #fff;
  transform: skew(-5deg);
  border-radius: 5px;
  top: 0;
}
.more_a:hover img {
  transform: translateX(12px);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
footer {
  font-size: 0.875rem;
  line-height: 36px;
  color: #9C9C9C;
  background-color: #444444;
  padding: 3.75rem 0 4.375rem;
}
.article_pro_model .swiper-button-next,
.article_pro_model .swiper-button-prev {
  background-size: 24px 24px;
}
footer .fl1 {
  width: 30%;
}
footer .fl1 ul {
  margin-top: 0.9375rem;
}
footer .fl1 ul li {
  margin-bottom: 20px;
  position: relative;
}
footer .fl1 ul li span:nth-child(1) {
  display: inline-block;
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  text-align: center;
  border: solid 1px #636363;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 1rem;
  color: #636363;
}
footer .fl1 ul li span:nth-child(2) {
  position: absolute;
  left: 3.8rem;
  transform: translateY(-50%);
  top: 50%;
  line-height: 1.625rem;
}
footer .fl2 {
  width: 31%;
  padding-left: 6.25rem;
}
footer .fl2 .fenxiang {
  margin-top: 0.9375rem;
}
footer .fl2 .enter_emaile {
  width: 100%;
  background: transparent;
  line-height: 3.75rem;
  height: 3.75rem;
  margin-top: 30px;
}
footer .fl2 .enter_emaile input {
  background: transparent;
  width: 100%;
  border: none;
  font-size: 0.875rem;
  color: #9c9c9c;
  border-bottom: 1px solid #bebebe;
}
footer .fl2 .enter_emaile button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: transparent;
  border: none;
}
footer .fl2 .enter_emaile button i {
  font-size: 1.25rem;
}
footer .fl2 .enter_emaile button:hover i {
  color: #004097;
}
footer .name {
  font-size: 1rem;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}
footer .fenxiang a {
  background: transparent !important;
  font-size: 1.125rem !important;
  color: #fff !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  display: inline-block;
  text-align: center;
  width: 2.625rem !important;
  height: 2.625rem !important;
  border: solid 1px #004098;
  border-radius: 50%;
  line-height: 2.625rem !important;
  background: #004098 !important;
  border: 1px solid #004098 !important;
}
footer .fenxiang a:hover {
  text-decoration: none;
  background: #fff !important;
  color: #004098 !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}
footer .fl3 {
  width: 25%;
  padding-left: 10rem;
}
footer .fl3 li a {
  color: #9c9c9c;
}
footer .fr {
  margin-left: 2.5rem;
  text-align: center;
  width: 11%;
}
.beian {
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 0.875rem;
  color: #9c9c9c;
  background-color: #202020;
  text-align: center;
}
.beian a {
  color: #9c9c9c;
}
.ny_ban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.ny_ban .text {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 5.3125rem;
  color: #FFFFFF;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
  background: none !important;
}
.ny_ban .bread {
  font-size: 1rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.ny_ban .bread a {
  color: #FFFFFF;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.521);
}
.pro_ban.ny_ban .bread a {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.521);
}
.ny_ban .bread span:last-child {
  display: none;
}
.ny_erji {
  line-height: 3.75rem;
  font-size: 1rem;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}
.ny_erji a {
  color: #000000;
}
.ny_erji ul {
  display: flex;
  justify-content: center;
}
.ny_erji ul li {
  margin: 0 0.625rem;
}
.ny_erji ul li a {
  padding: 0 1.5625rem;
}
.ny_erji ul li.active a {
  color: #fff;
  line-height: 2.875rem;
  background-color: #004098;
  transform: skewX(-5deg);
  display: inline-block;
  border-radius: 6px;
}
.container_2 {
  padding: 0 14.8125rem;
}
.title_mb {
  margin-bottom: 1.5625rem;
}
.list_about {
  padding: 5.875rem 0 6.875rem;
  background-color: #F5F5F5;
}
.list_about .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}
.list_about .left .text {
  text-align: justify;
}
.list_about .right ul {
  padding: 0 3.125rem;
}
.list_about .right .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.list_about .right .hover .num {
  font-size: 4rem;
  line-height: 4.375rem;
  color: #FFFFFF;
}
.list_about .right .hover .num span {
  font-size: 1rem;
  line-height: 1.875rem;
}
.list_about .right .hover .text {
  margin-top: 0.375rem;
  color: #fff;
}
.list_about .right .hover li:nth-child(1),
.list_about .right .hover li:nth-child(2) {
  margin-bottom: 4.375rem;
}
.list_about_two .name {
  font-size: 1.375rem;
  line-height: 2.1875rem;
  color: #000000;
}
.list_about_two .text {
  font-size: 1rem;
  line-height: 2.1875rem;
  color: #494949;
}
.list_about_two .content {
  background: url(../img/7.jpg) no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
}
.list_about_two .content ul {
  background: rgba(255, 255, 255, 0.8);
  padding: 3.75rem 3.75rem;
  width: 50%;
}
.list_about_two .content ul li {
  margin-bottom: 2.2rem;
}
.list_about_two .content ul li:last-child {
  margin-bottom: 0;
}
.list_about_three {
  background: url(../img/his.jpg) no-repeat;
  background-size: cover;
  padding: 4.375rem 0 6.875rem;
}
.list_about_three .swiper-slide:nth-child(odd) {
  padding-top: 14.375rem;
  margin-top: 3.125rem;
}
.list_about_three .swiper-container {
  padding: 0;
}
.list_about_three .num {
  font-size: 2.4rem;
  line-height: 2.5rem;
  color: #004097;
}
.list_about_three .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #494949;
  margin-top: 0.5rem;
}
.list_about_three .swiper-slide > div {
  height: 11.375rem;
  /* padding: 1.875rem 3.125rem 0; */
  position: relative;
  /* margin-bottom: 5rem; */
  background: rgba(255, 255, 255, 0.8);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.5rem;
  border: none;
  width: 98%;
  left: 1%;
}
.list_about_three .swiper-button-next {
  background: url(../img/hisr.svg) no-repeat;
  width: 4.6875rem;
  height: 4.125rem;
  right: 7.1875rem;
}
.list_about_three .swiper-button-prev {
  background: url(../img/hisl.svg) no-repeat;
  width: 4.6875rem;
  height: 4.125rem;
  left: 7.1875rem;
}
.list_about_three .swiper-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: #dfdfdf;
  background-size: cover;
  height: 2px;
}
.list_about_three .swiper-slide:nth-child(even):before {
  content: "";
  position: absolute;
  bottom: -3.9rem;
  left: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  border: 1px solid #004097;
  background: #fff;
  transform: translateX(-50%);
}
.list_about_three .swiper-slide:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #004098;
}
.list_about_three .swiper-slide:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 10.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 50%;
  border: 1px solid #004097;
  background: #fff;
}
.list_about_three .swiper-slide:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 10.95rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #004098;
}
footer a:hover {
  color: #004098 !important;
}
.footer_active footer {
  background-color: #F5F5F5;
}
.footer_active footer .name {
  color: #A0A0A0;
}
.footer_active footer .fl1 ul li span:nth-child(1) {
  color: #A0A0A0;
  border-color: #A0A0A0;
}
.footer_active .beian {
  background-color: #DBDBDB;
  color: #A0A0A0;
}
.footer_active .beian a {
  color: #A0A0A0;
}
.list_article {
  padding: 6.125rem 0 6.25rem;
  background: #F5F5F5;
}
.list_article .over,
.list_article img {
  border-radius: 6px 6px 0 0;
}
.list_article .content {
  padding: 1.5625rem 1.875rem 2.8125rem;
  background: #fff;
}
.list_article .col-md-4 {
  padding: 0 1.25rem;
}
.list_article .row {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.list_article .right > div:nth-child(1) {
  margin-bottom: 2.75rem;
}
.list_article .col-md-4:nth-child(1):hover > div img,
.list_article .col-md-4:nth-child(2):hover > div img {
  transform: scale(1.1);
}
.list_article .col-md-4:nth-child(1):hover > div .name,
.list_article .col-md-4:nth-child(2):hover > div .name {
  color: #004098;
}
.list_article .right .content:hover .name {
  color: #004098;
}
.list_article .data,
.list_article_two .data {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #6D6D6D;
}
.list_article .data i,
.list_article_two .data i {
  margin-right: 0.3125rem;
}
.list_article .name,
.list_article_two .name {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #000000;
  margin: 0.3rem 0;
}
.list_article .text,
.list_article_two .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.list_article_two {
  padding: 4.375rem 0 6.25rem;
}
.list_article_two ul.list_news_ul li {
  background: #F5F5F5;
  border-radius: 6px;
  margin-bottom: 3rem;
  border: 1px solid #ededed !important;
}
.list_article_two ul.list_news_ul li .col-md-4 {
  padding-left: 0;
}
.list_article_two ul.list_news_ul li .col-md-4 .over,
.list_article_two ul.list_news_ul li .col-md-4 img {
  border-radius: 6px;
}
.list_article_two ul.list_news_ul li .col-md-8 {
  padding-right: 3.125rem;
}
.list_article_two ul.list_news_ul li .col-md-8 .cotnent {
  padding: 1.5rem 0 0 0.625rem;
}
.list_article_two ul.list_news_ul li .col-md-8 .more_a {
  margin-top: 2.5rem;
  color: #004098;
}
.list_article_two ul.list_news_ul li .col-md-8 .more_a a {
  color: #004098;
}
.list_article_two ul.list_news_ul li .col-md-8 .more_a div::before {
  border-color: #004097;
  top: -0.25rem;
}
.list_article_two ul.list_news_ul li:hover a.over img {
  transform: scale(1.1);
}
.list_article_two ul.list_news_ul li:hover .name {
  color: #004098;
}
.list_article_two form {
  margin-bottom: 4.1875rem;
  display: none;
}
.list_article_two form .col-md-4 {
  padding-left: 0;
}
.list_article_two form .col-md-4 select {
  line-height: 3.75rem;
  border: none;
  border-bottom: 4px solid #004097;
  background: transparent;
  width: 100%;
  color: #7C7C7C;
  height: 3.75rem;
}
.list_article_two form .col-md-8 {
  padding-right: 0;
}
.list_article_two form .col-md-8 input {
  line-height: 3.75rem;
  border: none;
  border-bottom: 4px solid #004097;
  background: transparent;
  width: 100%;
  color: #7C7C7C;
  height: 3.75rem;
}
.list_article_two form .col-md-8 button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  display: block;
  font-size: 1.25rem;
  color: #7C7C7C;
}
.article_article {
  padding: 5.5rem 0 8.75rem;
}
.article_article_title {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #313030;
}
.article_article_fl {
  width: 70%;
  padding-left: 1.875rem;
}
.article_article_fr {
  width: 30%;
  padding-left: 2.1875rem;
}
.article_article_title {
  font-size: 1.75rem;
  line-height: 2.8125rem;
  color: #313030;
}
.articel_article_data {
  font-size: 0.875rem;
  color: #6D6D6D;
  line-height: 4.375rem;
}
.articel_article_data span {
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
.articel_article_data span:nth-child(2) {
  margin-left: 1.25rem;
}
.article_articel_con {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.article_articel_fr_a {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article_articel_fr_a:hover a,
.article_article_fr_ul li:hover a {
  color: #004097;
}
.recommand,
.xia {
  font-size: 1.25rem;
  font-weight: 600;
}
.xia {
  position: relative;
}
.xia::before {
  width: 77%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  height: 0.0625rem;
  background: #e1e1e1;
}
.article_articel_fr_top {
  border: 1px solid #e1e1e1;
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.article_articel_fr_bot {
  background: #f3f3f3;
  padding: 1.5625rem;
}
.article_articel_fr_bot .recommand {
  line-height: 3.75rem;
}
.article_articel_fr_bot .all {
  font-size: 1rem;
  line-height: 3.75rem;
  color: #9A9A9A;
}
.article_articel_fr_top .articel_article_fr_data {
  font-size: 0.875rem;
  line-height: 3rem;
  color: #6D6D6D;
}
.article_articel_fr_top .articel_article_fr_data .iconfont {
  font-size: 0.875rem;
}
.ib {
  display: inline-block;
}
.article_article_fr_ul li .data {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #6D6D6D;
}
.article_article_fr_ul li .data .iconfont {
  font-size: 0.875rem;
}
.article_article_fr_ul li {
  padding: 0.9375rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.article_article_fr_ul li:last-child {
  border-bottom: none;
}
.article_article_left {
  position: absolute;
  top: 0;
  left: -60px;
}
.article_article_left a {
  display: block !important;
  background: #f3f3f3 !important;
  padding-left: 0 !important;
  width: 3.375rem !important;
  height: 3.375rem !important;
  line-height: 3.375rem !important;
  text-align: center !important;
  font-size: 1.25rem;
  color: #9a9a9a !important;
  border-radius: 3px !important;
  border: none !important;
}
.social-share .icon-wechat .wechat-qrcode {
  z-index: 9989 !important;
}
.article_article_left a.iconfont {
  display: block !important;
  background: #f3f3f3 !important;
  padding-left: 0 !important;
  width: 3.375rem !important;
  height: 3.375rem !important;
  line-height: 3.375rem !important;
  text-align: center !important;
  font-size: 1.25rem;
  color: #9a9a9a !important;
}
.article_articlefl_a span {
  width: 3.125rem !important;
  height: 3.5rem !important;
  line-height: 3.5rem !important;
  text-align: center !important;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #b3b3b3 !important;
  display: block !important;
  background: #fcfcfc !important;
}
.article_article_left a.iconfont:hover,
.article_articlefl_a:hover span {
  border: none !important;
  color: #004097 !important;
  text-decoration: none;
}
#bsWXBox {
  height: 257px !important;
  width: 232px !important;
}
.ny_sanji {
  line-height: 3.75rem;
  border-bottom: 1px solid #DDDDDD;
}
.ny_sanji ul {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  color: #004097;
}
.ny_sanji ul li a {
  padding: 0 1.5625rem;
  position: relative;
}
.ny_sanji ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.5625rem;
  background: #DDDDDD;
}
.ny_sanji ul li.active a,
.ny_sanji ul li:hover a {
  color: #004098 !important;
}
.ny_sanji ul li:last-child a::before {
  display: none;
}
.list_pro_zc ul li {
  background: #F4F4F4;
  border-radius: 0.625rem;
  padding: 0 2.5rem;
  line-height: 4.6875rem;
  font-size: 1.125rem;
  color: #000000;
  margin-bottom: 1.4375rem;
}
.list_pro_zc ul li i {
  font-size: 1.25rem;
  display: inline-block;
}
.list_pro_zc ul .col-md-3 {
  text-align: right;
  font-size: 1rem;
}
.list_pro_zc ul .col-md-3 a {
  color: #7C7C7C;
}
.list_pro_zc ul .col-md-3 a i {
  display: inline-block;
  font-size: 1rem;
}
.list_pro_zc ul li:hover {
  background-color: #004098;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  color: #fff;
}
.list_pro_zc ul li:hover a {
  color: #fff;
}
.list_pro_fzxx table {
  font-size: 1rem;
  line-height: 2.5rem;
}
.list_pro_fzxx table tr:nth-child(1) {
  background-color: #004098;
  color: #fff !important;
}
.list_pro_fzxx table tr:nth-child(1) td {
  padding: 20px;
  color: #FFFFFF;
}
.list_pro_fzxx table tr td:nth-child(1) {
  text-align: left;
}
.list_pro_fzxx table tr td {
  vertical-align: middle !important;
  color: #515151;
  padding: 20px;
  text-align: center;
}
.list_pro_fzxx table tr:nth-child(even) {
  background: #F4F4F4;
}
.list_pro_fzxx .c {
  color: #004097 !important;
}
.list_contact .swiper-container {
  margin-top: 2.5rem;
}
.list_contact .icon {
  width: 4.5625rem;
  height: 4.5625rem;
  line-height: 4.5625rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #004097;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}
.list_contact .icon i {
  display: block;
  font-size: 1.5rem;
  color: #004098;
}
.list_contact .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.list_contact_two ul li {
  padding: 0 15px;
}
.list_contact_two ul li > div {
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(35, 24, 21, 0.2);
}
.list_contact_two .name {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #000000;
}
.list_contact_two .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #7C7C7C;
}
.list_honor #certify {
  position: relative;
}
.list_honor #certify .swiper-container {
  padding-bottom: 60px;
}
.list_honor #certify .swiper-slide {
  width: 40%;
  background: #fff;
  border: 1px solid #ddd;
}
.list_honor #certify .swiper-slide img {
  display: block;
}
.list_honor #certify .swiper-slide div {
  position: relative;
  height: 5.75rem;
  background: #D3D3D3;
  border-radius: 0 0 10px 10px;
}
.list_honor #certify .swiper-slide p {
  line-height: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #5e5e5e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 0.9375rem 0;
}
.list_honor .swiper-slide.swiper-slide-active div {
  background-color: #004098 !important;
}
.list_honor .swiper-slide.swiper-slide-active div p {
  color: #fff !important;
}
.list_honor #certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
.list_honor #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.list_honor .swiper-button-next,
.list_honor .swiper-button-prev {
  background-size: 1.5rem 1.5rem;
  background: none;
}
.list_honor .swiper-button-next i,
.list_honor .swiper-button-prev i {
  font-size: 2.5rem;
}
.list_yyly .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
  text-align: justify;
}
.list_yyly .name {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin: 1.25rem 0 0.625rem;
  color: #231815;
}
.list_yyly li {
  margin-bottom: 3.75rem;
}
.list_yyly li:nth-child(even) .left {
  float: right;
}
.list_yyly li:nth-child(even) .right {
  float: left;
}
.recruit_three ul li:nth-child(1) > div {
  border-radius: 0.625rem;
}
.recruit_three ul li .clearfix {
  line-height: 4.375rem;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1rem;
  color: #000000;
  padding: 0 4.375rem;
  cursor: pointer;
}
.recruit_three ul li .clearfix > div {
  float: left;
  width: 15%;
}
.recruit_three ul li .clearfix > div:nth-child(1) {
  width: 25%;
}
.recruit_three ul li .content {
  padding: 2.25rem 4.375rem;
  border: 1px solid #e5e5e5;
  display: none;
  background: #F5F5F5;
}
.recruit_three .more_2:hover {
  background: #fff;
  transition: all 0.6s;
}
.recruit_three .more_2 {
  border: 1px solid #004097;
  transition: all 0.6s;
}
.recruit_three .more_2:hover a {
  color: #004097;
}
.recruit_three ul li .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}
.recruit_three ul li.active .clearfix {
  background-color: #004098;
  color: #fff;
}
.recruit_three ul li.active .content {
  display: block;
}
.recruit_three ul .more {
  position: absolute;
  bottom: 0;
  right: 0;
}
.recruit_three .font18 {
  color: #004098;
  font-weight: 600;
}
.more_2 {
  font-size: 1rem;
  line-height: 3.75rem;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #004098;
  transform: skewX(-5deg);
  display: inline-block;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.more_2 a {
  color: #fff;
  padding: 0 2.5rem;
}
.list_pro .more_2 a {
  padding: 0 1.5rem;
  display: block;
}
.more_2 a i {
  margin-left: 0.9375rem;
}
.list_join2 {
  background: #F5F5F5;
}
.list_join2 .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.list_join2 .text.color_49 {
  margin: 0rem 0 1.5625rem;
  color: #494949;
}

.list_join2 .pa.text {
  bottom: -100%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 63, 151, 0.8);
  border-radius: 0.625rem;
}
.list_join2 .pa.text > div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 4.0625rem;
}
.list_join2 .col-md-6:hover .pa.text {
  bottom: 0;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.list_join2 .name {
  font-size: 1.375rem;
  line-height: 2.5rem;
  color: #000000;
  margin-top: 1.5625rem;
}
.list_join2_two .name {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: #004097;
  text-align: center;
  margin: 0.9375rem 0 0.625rem;
}
.list_join2_two .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #686868;
  text-align: center;
  height: 5.625rem;
}
.list_join2_two .col-md-4 {
  margin-bottom: 1.875rem;
}
.list_join2_two .col-md-4 > div {
  box-shadow: 0 0 10px #ddd;
  padding: 3.125rem 3.125rem 4.0625rem;
}
.list_join2_two .col-md-4 > div .icon {
  text-align: center;
}
.list_join2_two .col-md-4 > div .icon img {
  height: 3.875rem;
  display: inline-block;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.list_join2_two .col-md-4:hover .icon img {
  transform: rotateY(180deg);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.ny_ban a:hover {
  color: #004098 !important;
}
.pro_ban.ny_ban {
  border-bottom: 1px solid #DDDDDD;
}
.pro_ban.ny_ban .bread {
  line-height: 3.75rem;
  color: #898989;
}
.pro_ban.ny_ban .bread a {
  color: #898989;
}
.show_pro {
  padding: 2.5rem 0 3.125rem;
  position: relative;
}
.show_pro .right .over {
  border: 1px solid #ddd;
}
.show_pro .title {
  font-weight: bold;
  font-size: 2.125rem;
  line-height: 2.5rem;
  color: #231815;
  margin-bottom: 1.25rem;
  padding-top: 5rem;
}
.show_pro .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
}
.show_pro .left {
  padding-right: 3.125rem;
}
.show_pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: #F4F4F4;
}
.show_pro_miaodian {
  padding-top: 5rem;
}
.show_pro_miaodian ul.miaodian {
  margin-bottom: 3.125rem;
}
.show_pro_miaodian ul.miaodian li {
  line-height: 3.75rem;
  min-width: 11.4375rem;
  text-align: center;
  border: 1px solid #004097;
  border-radius: 0.625rem;
  transform: skewX(-10deg);
  float: left;
  margin-right: 1.25rem;
  font-size: 1rem;
  vertical-align: super;
      margin-bottom: 1rem;
}
.show_pro_miaodian ul.miaodian li a {
  color: #004098;
  padding: 0 0.5rem;
}
.show_pro_miaodian ul.miaodian li.active,
.show_pro_miaodian ul.miaodian li:hover {
  background-color: #004098;
}
.show_pro_miaodian ul.miaodian li.active a,
.show_pro_miaodian ul.miaodian li:hover a {
  color: #fff;
}
.show_pro_two {
  padding-bottom: 6.25rem;
}
.show_pro_two table {
  border: none;
  font-size: 0.875rem;
  line-height: 1.75rem;
}
.show_pro_two .title {
  font-size: 2.5rem;
}
.show_pro_two td {
  vertical-align: middle !important;
  padding: 20px 10px !important;
  text-align: center;
  border: 2px solid #fff !important;
  line-height: 26px !important;
}
.show_pro_two td a img {
  width: 20px;
}
.show_pro_two td:nth-child(1) {
  /*text-align: left !important;*/
  /*padding-left: 3.125rem !important;*/
}
.show_pro_two td.pl100 {
  padding-left: 27% !important;
}
.show_pro_two table {
  margin-bottom: 3.125rem;
}
.show_pro_two table tr:nth-child(1) {
  background-color: #004098;
  color: #fff;
}
 
.show_pro_two tr:nth-child(odd) {
  background: #EEEEEE;
}
.show_pro_two tr:nth-child(even) {
  background: #F9F9F9;
}
.list_pro {
  background-color: #F5F5F5;
}
.list_pro ul li {
  padding: 4.5rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.list_pro ul li:first-child {
  padding-top: 0;
}
.list_pro ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list_pro .name {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #000000;
}
.list_pro .text {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
  margin: 1.25rem 0 1.875rem;
  text-align: justify;
}
.list_pro .more_2 {
  position: static;
  border: 1px solid #004097;
  margin-right: 1.25rem;
}
.list_pro .more_2:hover {
  background-color: #fff;
}
.list_pro .more_2:hover a {
  color: #004098;
}
.list_pro .right {
  padding-left: 3.125rem;
}
.list_pro ul li:hover img {
  transform: scale(1.1);
}
.list_pro ul li:hover .name {
  color: #004098;
}
.recomm_yyly .name {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #000000;
  margin-top: 1.875rem;
  text-align: center;
  padding: 0 0.625rem;
  font-weight: 600;
}
.recomm_yyly .swiper-button-next,
.recomm_yyly .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}
.recomm_yyly .swiper-button-next i,
.recomm_yyly .swiper-button-prev i {
  font-size: 3rem;
  color: #9B9B9B;
  display: block;
}
.recomm_yyly .swiper-button-next {
  right: -4.375rem;
}
.recomm_yyly .swiper-button-prev {
  left: -4.375rem;
}
.recomm_yyly .over,
.recomm_yyly img {
  border-radius: 6px;
}
.recomm_yyly .swiper-container {
  margin-top: 2.5rem;
}
.recomm_yyly .swiper-slide:hover img {
  transform: scale(1.1);
}
.recomm_yyly .swiper-slide:hover .name {
  color: #004098;
}
.list_pro_zc,
.list_pro_fzxx,
.list_contact,
.list_contact_two,
.list_honor,
.list_yyly,
.recruit_three,
.list_join2,
.list_join2_two,
.list_pro,
.recomm_yyly,
.list_contact2,
.list_tzzgx {
  padding: 6.25rem 0;
}
.list_contact10.list_contact2 .dian2.dian {
  top: 50%;
  left: auto;
  right: 17.7%;
}
.list_contact10.list_contact2 .dian.dian6 {
  top: 47%;
  right: 18.3%;
}
.list_contact10.list_contact2 .dian.dian6 div,
.list_contact2.list_contact2 .dian.dian4 div,
.list_contact10.list_contact2 .dian2.dian div {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
.list_contact10.list_contact2 .dian2.dian div {
  right: -3.75rem;
}
.list_contact2 .dian {
  position: absolute;
  font-size: 0.875rem;
  line-height: 1.4rem;
  color: #000000;
  cursor: pointer;
}
.list_contact2 .w80 {
  width: 80%;
  margin: 0 auto;
}
.list_contact2 .dian.dian1 {
  top: 44%;
  left: 14%;
}
.dian:hover div {
  color: #D30000;
}
.list_contact2 .dian.dian2 {
  top: 35%;
  left: 47%;
}
.list_contact2 .dian.dian3 {
  top: 41%;
  right: 15.8%;
}
.list_contact2 .dian.dian4 {
  top: 42%;
  right: 13%;
}
.list_contact2 .dian.dian5 {
  top: 45%;
  right: 19%;
}
.list_contact2.list_contact10 .dian.dian5 {
  top: 50%;
  right: 19.4%;
}
.list_contact2.list_contact10 .dian.dian5 div {
  position: absolute;
  top: -0.25rem;
  left: -0.9375rem;
  line-height: 1rem;
  width: 0.625rem;
}
.list_contact2 .dian.dian6 {
  top: 50%;
  right: 15.7%;
}
.list_contact2.list_contact10 .dian.dian4 {
  top: 50.2%;
  right: 19%;
}
.list_contact2.list_contact10 .dian.dian3 {
  top: 41%;
  right: 16.4%;
}
.list_contact2.list_contact10 .dian.dian3 div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
}
.list_contact2.list_contact10 .dian.dian4 div {
  right: -0.5rem;
  transform: translateY(0);
  top: 1rem;
  line-height: 1rem;
}
.list_contact2 .dian .iconfont {
  color: #D30000;
  font-size: 0.875rem;
  display: block;
  animation: fangda 1.5s infinite;
}
@keyframes fangda {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1.1);
  }
}
.list_contact2 {
  padding-bottom: 3.125rem;
}
.list_contact2 ul {
  padding-top: 6.4375rem;
}
.list_contact2 ul li {
  margin-bottom: 0.625rem;
}
.list_contact2 ul li .top {
  line-height: 4.125rem;
  padding: 0 2rem;
  font-size: 1.25rem;
  color: #000000;
  background: #F4F4F4;
  cursor: pointer;
}
.list_contact2 ul li .top .iconfont {
  display: inline-block;
  font-size: 1.25rem;
  color: #CCCCCC;
}
.list_contact2 ul li .bot {
  padding: 1.875rem 0;
  display: none;
}
strong {
  font-weight: 600 !important;
}
.list_contact2 ul li .bot .fl {
  width: 18.2%;
  margin-left: 1.875rem;
  margin-bottom: 1.25rem;
}
.list_pro_zlzc {
  color: #222222;
  line-height: 1.5rem;
  font-size: 1rem;
}
.list_contact2 ul li .bot .fl:nth-child(5n+1) {
  margin-left: 0;
}
.list_contact2 ul li .bot .fl:hover .name {
  color: #004097;
}
.list_contact2 ul li .bot .fl .img {
  border: 1px solid #ddd;
}
.list_contact2 ul li .bot .name {
  font-size: 1rem;
  line-height: 2.5rem;
  color: #7C7C7C;
  margin-top: 0.625rem;
}
.list_contact2 ul li.active .top {
  background: transparent;
  border-bottom: 2px solid #004097;
  color: #004098;
}
.list_contact2 ul li.active .top .iconfont {
  color: #004098;
}
.section03 {
  position: relative;
}
@media (max-width: 1600px) {
  footer .fl3 {
    width: 23%;
    padding-left: 10rem;
  }
  header .center {
    padding-left: 1.5rem;
  }
  footer .fl1 {
    width: 32%;
  }
  footer .fl2 {
    width: 29%;
    padding-left: 5.25rem;
  }
  .section05 .right ul li {
    padding: 2rem 2.5rem 1.7rem;
  }
  .list_honor #certify .swiper-slide {
    width: 45%;
  }
  .list_article .right > div:nth-child(1) {
    margin-bottom: 2.7rem;
  }
  .list_about_three .swiper-slide:nth-child(even):before {
    bottom: -3.85rem;
  }
}
@media (max-width: 1440px) {
  footer .fl3 {
    width: 22%;
    padding-left: 10rem;
  }
  footer .fl1 {
    width: 35%;
  }
  .section05 .right ul li {
    padding: 1.9rem 2.5rem 1.9rem;
  }
  header .center > ul > li {
    padding: 0 2rem;
  }
  .list_about .right .hover .num {
    font-size: 3.2rem;
  }
  .list_honor #certify .swiper-slide {
    width: 48%;
  }
  .list_about_three .swiper-slide:nth-child(even):before {
    bottom: -3.9rem;
  }
  .list_pro .more_2 {
    margin-bottom: 10px;
  }
  .list_pro .more_2 a {
    padding: 0 0.9rem;
  }
}
@media (max-width: 1366px) {
  .section01 .hover .text {
    font-size: 2.8rem;
    line-height: 4rem;
  }
  header {
    height: 75px;
    line-height: 75px;
  }
  .nav_erji {
    top: 75px;
  }
  body {
    padding-top: 75px !important;
  }
  footer .fl3 {
    width: 21%;
    padding-left: 8rem;
  }
  .list_about_three .swiper-slide > div {
    padding-top: 0.8rem;
  }
}
@media (max-width: 1280px) {
  .section05 .right ul li {
    padding: 1.7rem 1.2rem 1.7rem;
  }
  footer .fl3 {
    width: 18%;
    padding-left: 5rem;
  }
  .section03 .icon img {
    height: 45px;
    line-height: 45px;
  }
  .bor {
    border-radius: 10px;
  }
  .section04 .left .name {
    border-radius: 0 0 10px 10px;
  }
  .section04 .right li {
    line-height: 5.45rem;
  }
  footer .fl1 ul li {
    line-height: 1.5rem;
  }
  .container_2 {
    padding: 0 10rem;
  }
  .list_about_three .swiper-button-next {
    right: 4.1875rem;
  }
  .list_about_three .swiper-button-prev {
    left: 4.1875rem;
  }
  .list_join2_two .col-md-4 > div {
    padding: 3.125rem 1.125rem 4.0625rem;
  }
  .list_article .right .content {
    padding-top: 25px;
  }
}
@media (max-width: 1024px) {
  .pa_center {
    position: relative;
    transform: translateY(0);
    top: 0;
  }
  .section02,
  .section03,
  .section04,
  .section05 {
    padding: 5rem 0;
  }
  html {
    font-size: calc(1.11111111vw);
  }
  header .center > ul > li {
    padding: 0 1rem;
  }
  header .container {
    padding: 0 4rem;
  }
  .container {
    padding: 0 7rem;
  }
  .section03 .swiper-container {
    padding-bottom: 3.75rem;
  }
  .section03 .swiper-container .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  .section03 .swiper-container .swiper-pagination-bullet-active {
    background-color: #004098;
  }
  .section03 .swiper-slide {
    padding: 0rem 0.625rem 0.25rem;
  }
  .section04 .right li {
    line-height: 4.1rem;
  }
  .section05 .right ul li {
    padding: 1rem 1.5rem;
    margin-bottom: 0.65rem;
  }
  .section05 .right ul li .line2 {
    -webkit-line-clamp: 1;
  }
  footer .fr {
    width: 13%;
  }
  footer .fl3 {
    padding-left: 7rem;
  }
  .list_article .right .content {
    padding: 18.5px 15px;
  }
  .list_article .right > div:nth-child(1) {
    margin-bottom: 1.5rem;
  }
  .list_article_two ul li .col-md-8 .more_a {
    margin-top: 0;
  }
  .list_pro ul li > div {
    width: 100%;
  }
  .list_pro .right {
    margin-top: 20px;
    padding-left: 15px;
  }
}
@media (max-width: 990px) {
  .phone_weibu {
    display: block;
  }
  .footer_active footer {
    display: none;
  }
  body {
    padding-bottom: 0 !important;
  }
  header {
    display: none;
  }
  .beian {
    display: block;
  }
  .phone_logo {
    line-height: 40px;
  }
  .phone_logo img {
    width: 140px;
  }
  .section01 .swiper-pagination-bullet {
    width: 60px;
  }
  .section04 .right {
    padding: 1.5625rem 15px;
  }
  .section04 .right li {
    line-height: 5.1rem;
  }
  .section05 .left {
    width: 46%;
    float: left;
  }
  .section05 .center,
  .section05 .right {
    width: 27%;
    float: left;
  }
  .phone_footer {
    display: none;
  }
  html {
    font-size: calc(1.25vw);
  }
  .list_about .right ul {
    padding: 0 15px;
  }
  .list_about .right {
    margin-top: 20px;
  }
  .title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  .section05 .left .hover {
    left: 3rem;
    width: 85%;
  }
  .section05 .font24 {
    font-size: 1.25rem;
  }
  .section05 .right ul li .font16 {
    margin: 0.375rem 0;
  }
  .list_about_three .swiper-slide > div {
    padding: 1rem 2.125rem 0;
  }
  body {
    padding-top: 60px !important;
  }
  .ny_erji {
    display: none;
  }
  .list_contact2 ul li .bot .fl {
    width: 22.5%;
  }
  .list_honor #certify .swiper-slide {
    width: 55%;
  }
  .list_join2 .name {
    margin: 8px 0 15px;
  }
  .list_article .col-md-4 {
    margin-bottom: 15px;
  }
  .list_article .col-md-4:last-child {
    margin-bottom: 0;
  }
  .list_article_two ul li .col-md-8 .more_a {
    margin-top: 20px;
    float: none;
  }
  .list_article_two ul li .col-md-8 .cotnent {
    padding: 20px 15px 40px;
  }
  .list_article_two ul li .col-md-4 {
    padding-right: 0;
  }
  .list_article_two ul li .col-md-8 {
    padding-right: 15px;
  }
  .list_article_two ul li {
    margin-bottom: 15px;
  }
  .list_pro_zc ul .col-md-3 {
    text-align: left;
    line-height: 30px;
  }
  .list_pro_zc ul .col-md-9 {
    line-height: 45px;
  }
  .list_pro_zc ul li {
    padding: 15px 15px;
  }
  .article_article_fr {
    width: 100%;
    padding-left: 0;
  }
  .article_article_fl {
    width: 100%;
    padding-left: 0;
  }
  .article_article_left {
    display: none;
  }
  .c_right {
    width: 100% !important;
    margin-top: 20px !important;
  }
  .show_pro::before {
    width: 100%;
  }
  .show_pro .left {
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .show_pro .title {
    padding-top: 0;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .beian {
    line-height: 22px;
    padding: 10px 0;
    height: auto;
    background: #0A0A0A !important;
    font-size: 12px;
  }
  .show_pro_two td.pl100 {
    padding-left: 3.125rem !important;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .container,
  .container_2 {
    padding: 0 15px;
  }
  .section01 .hover .text {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .section01 .swiper-pagination {
    left: 15px;
  }
  .section01 .scrool {
    right: 10px;
  }
  .section02 .container {
    padding: 0 15px;
  }
  .section02,
  .section03,
  .section04,
  .section05 {
    padding: 30px 0;
  }
  .title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 6px;
  }
  .section02 .swiper-button-next,
  .section02 .swiper-button-prev {
    display: none;
  }
  .mt50 {
    margin-top: 1.25rem;
  }
  .section02 .swiper-slide .name {
    opacity: 1;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem;
    bottom: 1rem;
    width: 90%;
    left: 5%;
  }
  .section02 .swiper-container,
  .section03 .swiper-container {
    padding-bottom: 3rem;
  }
  .section02 .swiper-pagination-bullet-active {
    background-color: #004098;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
  }
  .section03 .swiper-slide > a {
    padding: 2rem 0 1.5rem;
  }
  .section03 .dian {
    margin: 1.5rem auto 1rem;
  }
  .section04 .right li .fl:nth-child(1) {
    display: none;
  }
  .section04 .right li .fl:nth-child(2) {
    width: 80%;
    padding-left: 5px;
  }
  .section04 .right li .fr {
    width: 20%;
    text-align: right;
    padding: 0 5px 0 0;
  }
  .section04 .right li {
    line-height: 4rem;
  }
  .section05 .left {
    width: 100%;
    float: none;
  }
  .section05 .center,
  .section05 .right {
    width: 100%;
    float: none;
  }
  .section05 .center {
    margin: 10px 0;
  }
  .section05 .left .hover {
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 15px;
  }
  .phone_footer {
    display: block;
  }
  body {
    padding-bottom: 40px;
  }
  .section01 .swiper-slide img {
    height: calc(100vh - 60px);
  }
  .ny_ban .text {
    font-size: 2rem;
    line-height: 40px;
  }
  .ny_ban .bread {
    display: none;
  }
  .ny_sanji ul li a {
    padding: 0 10px;
  }
  .ny_ban .img img {
    height: 200px;
    object-fit: cover;
  }
  .list_about,
  .list_about_three,
  .list_pro_zc,
  .list_pro_fzxx,
  .list_contact,
  .list_contact_two,
  .list_honor,
  .list_yyly,
  .recruit_three,
  .list_join2,
  .list_join2_two,
  .list_pro,
  .recomm_yyly,
  .list_contact2,
  .list_article,
  .list_article_two,
  .article_article {
    padding: 25px 0;
  }
  .article_article_title {
    font-size: 1.5rem;
    line-height: 30px;
  }
  .list_article_two form {
    margin-bottom: 25px;
  }
  .title.title_mb {
    margin-bottom: 4px;
  }
  .list_about .right .hover .num,
  .list_about_three .num {
    font-size: 22px;
    line-height: 30px;
  }
  .list_about .right .hover li:nth-child(1),
  .list_about .right .hover li:nth-child(2) {
    margin-bottom: 1.25rem;
  }
  .list_about .text {
    line-height: 26px;
  }
  .list_about_two .content ul {
    padding: 20px;
    width: 100%;
  }
  .list_about_two .content ul li {
    margin-bottom: 15px;
  }
  .list_about_two .content {
    padding: 25px 0;
  }
  .list_about_three .swiper-button-next,
  .list_about_three .swiper-button-prev {
    display: none;
  }
  footer {
    display: none;
  }
  .list_about_three .swiper-container {
    margin-top: 20px;
  }
  .list_contact .swiper-container {
    margin-top: 15px;
    padding-bottom: 40px;
  }
  .list_contact .swiper-container .swiper-pagination-bullet-active {
    background-color: #004098;
  }
  .list_contact2 ul li .bot .fl {
    width: 48.5%;
  }
  .list_contact2 ul li .bot .fl:nth-child(odd) {
    margin: 0 1.5% 0 0 !important;
  }
  .list_contact2 ul li .bot .fl:nth-child(even) {
    margin: 0 0 0 1.5% !important;
  }
  .list_contact2 ul li .bot {
    padding: 1rem 0;
  }
  .list_contact2 ul li .bot .name {
    margin: 0 0 10px 0;
  }
  .list_contact2 ul li .top {
    line-height: 44px;
    padding: 0 15px;
  }
  .list_contact2 ul {
    margin-top: 30px;
  }
  .list_contact2 ul li .top .iconfont {
    font-size: 1rem;
  }
  .list_honor #certify .swiper-slide p {
    line-height: 3.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
  }
  .list_honor #certify .swiper-container {
    padding-bottom: 60px;
  }
  .swiper-pagination-bullet-active {
    background-color: #004098;
  }
  .list_honor .swiper-button-next,
  .list_honor .swiper-button-prev {
    bottom: 20px;
    top: auto;
    width: 42%;
    position: relative;
    background: #ddd;
  }
  .list_honor .swiper-button-prev {
    float: left;
  }
  .list_honor .swiper-button-prev::before {
    content: "Prev";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
  }
  .list_honor .swiper-button-next::before {
    content: "Next";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
  }
  .list_honor #certify .swiper-pagination {
    display: none;
  }
  .list_honor .swiper-button-next {
    text-align: right;
    float: right;
  }
  .recruit_three ul li .clearfix {
    line-height: 22px;
    padding: 15px;
  }
  .recruit_three ul li .clearfix > div {
    padding: 0 3px;
  }
  .recruit_three .more_2 {
    position: static;
    margin-top: 20px;
  }
  .recruit_three ul li .content {
    padding: 20px 15px;
  }
  .recruit_three ul li .clearfix > div:nth-child(5),
  .recruit_three ul li .clearfix > div:nth-child(6) {
    display: none;
  }
  .recruit_three ul li .clearfix > div:nth-child(1) {
    width: 45%;
  }
  .recruit_three ul li .clearfix > div {
    width: 18.3%;
  }
  .more_2 a {
    padding: 0 2rem;
  }
  .more_2 {
    line-height: 3.25rem;
  }
  .list_join2 .pa.text > div {
    padding: 0 15px;
    font-size: 12px;
    line-height: 22px;
  }
  .list_join2_two .text {
    height: auto;
  }
  .list_join2_two .col-md-4 > div {
    padding: 20px 15px;
  }
  .list_join2_two .col-md-4 {
    margin-bottom: 15px;
  }
  .list_join2_two .title_mb {
    margin-bottom: 15px;
  }
  .list_article_two form .col-md-4,
  .list_article_two ul li .col-md-8 {
    padding: 0 15px;
  }
  .list_article_two form .col-md-8,
  .list_article_two ul li .col-md-4 {
    padding: 0 15px;
  }
  .list_article_two ul li {
    background: #fff;
  }
  .list_article_two form .col-md-8 button {
    right: 15px;
  }
  .list_article_two ul li .col-md-8 > div {
    background: #F5F5F5;
  }
  .list_pro_fzxx table tr:nth-child(1) td,
  .list_pro_fzxx table tr td {
    padding: 12px;
  }
  .list_pro_zc ul li {
    padding: 15px 0px;
  }
  .recomm_yyly .swiper-button-next,
  .recomm_yyly .swiper-button-prev {
    display: none;
  }
  .list_pro .more_2 {
    margin-right: 0.25rem;
    margin-bottom: 10px;
  }
  .list_pro .more_2 a {
    padding: 0 15px;
  }
  .recomm_yyly .swiper-container {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .recomm_yyly .name {
    margin-top: 10px;
  }
  .list_yyly .name {
    font-size: 22px;
  }
  .list_yyly li {
    margin-bottom: 20px;
  }
  .show_pro_miaodian {
    padding-top: 25px;
  }
  .show_pro_miaodian ul.miaodian li {
    width: 45.5%;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .show_pro_miaodian ul.miaodian li:nth-child(odd) {
    margin-right: 1.5%;
  }
  .show_pro_miaodian ul.miaodian li:nth-child(even) {
    margin-left: 1.5%;
  }
  .show_pro_two td {
    vertical-align: middle !important;
    padding: 12px !important;
    font-size: 12px;
  }
  .show_pro_two .title {
    font-size: 20px;
  }
  .futitle {
    font-size: 12px;
    line-height: 24px;
  }
  .list_contact2 .w80 {
    width: 100%;
  }
  .list_contact2 .dian .iconfont,
  .list_contact2 .dian {
    font-size: 12px;
  }
  .section05 .right ul li .line2 {
    -webkit-line-clamp: 2;
  }
  .list_about_three .swiper-slide > div {
    padding: 1rem 1.125rem 0;
  }
  .show_pro_two td:nth-child(1) {
    padding-left: 2.125rem !important;
  }
  .list_contact2 .dian {
    transform: scale(0.8);
  }
  .list_contact2 .dian.dian4 {
    top: 38.5%;
  }
  .list_contact2 .dian.dian3 {
    top: 36%;
    right: 13.8%;
  }
  .list_contact2 .dian.dian6 {
    top: 49%;
    right: 11.2%;
  }
  .list_contact2 .dian.dian2 {
    top: 31%;
  }
  .list_contact2 .dian.dian1 {
    top: 38%;
  }
  .list_contact2.list_contact10 .dian.dian3 {
    top: 38%;
    right: 15.4%;
  }
  .list_contact10.list_contact2 .dian2.dian {
    right: 16.5%;
  }
  .list_contact2.list_contact10 .dian.dian5 {
    right: 18.1%;
  }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #004097;
}
/* 支持 */
.list_zhichi {
  padding: 6.125rem 0 6.25rem;
  background: #F5F5F5;
}
.list_zhichi .more_2 {
  position: static;
  line-height: 3.4375rem;
  transform: skewX(-12deg);
  border: 1px solid #004098;
}
.list_zhichi .more_2 a {
  padding: 0 4rem;
  display: block;
}
.list_zhichi .more_2:hover,
.list_zhichi li.active .more_2 {
  background: transparent;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.list_zhichi .more_2:hover a,
.list_zhichi li.active .more_2 a {
  color: #004098;
}
.list_zhichi .sanji {
  display: flex;
  justify-content: center;
  margin: 0 -0.375rem;
}
.list_zhichi .sanji li {
  padding: 0 0.375rem;
}
.list_zhichi form {
  width: 80%;
  margin: 2.5rem auto 0;
}
.list_zhichi form select {
  width: calc((100% - 7.125rem) / 3 - 1.5625rem);
  margin-right: 1.25rem;
  line-height: 3.4375rem;
  border-radius: 0.5rem;
  height: 3.4375rem;
  border: 1px solid #CECECE;
  color: #9E9E9E;
  font-size: 1rem;
  padding: 0 1rem;
}
.list_zhichi form button {
  width: 7.125rem;
  background: #004098;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #004098;
  line-height: 3.4375rem;
}
.list_zhichi_two {
  padding: 6.125rem 0 6.25rem;
}
.list_zhichi_two .ul > li {
  margin-bottom: 2.5rem;
}
.list_zhichi_two .ul > li .icon {
  width: 8.75rem;
  height: 8.75rem;
  border: 1px solid #CECECE;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_zhichi_two .ul > li .icon img {
  padding: 0.625rem;
}
.list_zhichi_two .ul > li .con {
  border: 1px solid #E2E2E2;
  padding: 5.625rem 2rem 3.3125rem;
  position: relative;
  margin-top: -4.375rem;
  z-index: 8;
  box-shadow: 0 0 0.625rem rgba(124, 124, 124, 0.125);
}
.list_zhichi_two .ul > li .con .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_zhichi_two .ul > li .con .name p {
  font-size: 1rem;
  line-height: 2.25rem;
  color: #004097;
}
.list_zhichi_two .ul > li .con ul {
  margin-top: 0.625rem;
}
.list_zhichi_two .ul > li .con ul li {
  display: flex;
  line-height: 2.1875rem;
}
.list_zhichi_two .ul > li .con ul li div {
  width: 1.375rem;
}
.list_zhichi_two .ul > li .con ul li div img {
  height: 1rem;
}
.list_zhichi_two .ul > li .con ul li p {
  width: calc(100% - 1.375rem);
  font-size: 1rem;
  color: #686868;
}
@media (max-width: 1200px) {
  .list_zhichi form select {
    margin-right: 1rem;
  }
}
@media (max-width: 990px) {
  .list_zhichi form {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list_zhichi .more_2 a {
    padding: 0 3rem;
  }
  .list_zhichi,
  .list_zhichi_two {
    padding: 25px 0;
  }
  .list_zhichi form {
    width: 90%;
    margin: 15px auto 0;
  }
  .list_zhichi form select {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    line-height: 45px;
  }
  .list_zhichi form button {
    line-height: 45px;
    width: 100%;
  }
  .list_zhichi_two .ul > li .con {
    padding: 5.625rem 2rem 2.3125rem;
  }
}
.shaixuan {
  display: flex;
  justify-content: space-between;
  margin: 1.25rem -0.5rem 0;
}
.shaixuan > div {
  flex: 1 0 0;
  padding: 0 0.5rem;
}
.shaixuan > div:hover .pr ul {
  display: block;
}
.shaixuan > div .name {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  color: #828282;
  margin-bottom: 0.25rem;
}
.shaixuan > div .pr {
  position: relative;
}
.shaixuan > div .pr ul {
  border-radius: 0.5rem;
  border: 1px solid rgba(96, 96, 96, 0.3);
  padding: 1rem;
  font-size: 1rem;
  color: #828282;
  font-weight: 500;
  line-height: 1.5625rem;
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  width: 100%;
  z-index: 9;
}
.shaixuan > div .pr ul li {
  padding-bottom: 0.3125rem;
}
.shaixuan > div .pr ul li a {
  color: #828282;
}
.shaixuan > div .pr ul li:hover a,
.shaixuan > div .pr ul li.active a {
  color: #44B6C0;
}
.shaixuan > div .pr ul li a {
  display: block;
}
.shaixuan > div .pr p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 3.75rem;
  border: 1px solid rgba(96, 96, 96, 0.3);
  padding: 0 2.1875rem;
  height: 3.75rem;
  font-size: 1.125rem;
  color: #828282;
  font-weight: 500;
  border-radius: 0.5rem;
  padding: 0 1rem;
}
.shaixuan > div .pr p .iconfont {
  font-size: 1.25rem;
  transform: rotate(-90deg);
  font-weight: 600;
}
.show_pro_two.pro .flex2 {
  display: flex;
}
.show_pro_two.pro .flex2 .left {
  width: 12.5rem;
}
.show_pro_two.pro .flex2 .left .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #494949;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
}
.show_pro_two.pro .flex2 .left .ul > li:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.show_pro_two.pro .flex2 .left .ul > li .top ,
.show_pro_two.pro .flex2 .left h4{
  line-height: 2.8125rem;
  border-top: 2px solid #B3C6E1;
  background: #F3F4F8;
  font-size: 1rem;
  color: #494949;
  padding: 0 0.9375rem;
} 
.show_pro_two.pro .flex2 .left .ul > li .top p  ,
.show_pro_two.pro .flex2 .left h4 p{
  padding-left: 1.875rem;
  position: relative;
}
.show_pro_two.pro .flex2 .left .ul > li .top p::before ,
.show_pro_two.pro .flex2 .left h4 p::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  background-color: #004098;
}
.show_pro_two.pro .flex2 .left .ul > li ul ,
.show_pro_two.pro  .huadong{
  padding: 0.5rem 0 0;
  max-height: 16.875rem;
  overflow-y: scroll;
}
.show_pro_two.pro .flex2 .left .ul > li ul::-webkit-scrollbar-track,
.show_pro_two.pro  .huadong::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}
.show_pro_two.pro .flex2 .left .ul > li ul::-webkit-scrollbar ,
.show_pro_two.pro  .huadong::-webkit-scrollbar  {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.show_pro_two.pro .flex2 .left .ul > li ul::-webkit-scrollbar-thumb ,
.show_pro_two.pro  .huadong::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background-color: #004098;
}
.show_pro_two.pro .flex2 .left .ul > li ul li a {
  padding: 0 0 0 0.75rem;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #494949;
}
.show_pro_two.pro .flex2 .left .ul > li ul li a.mixitup-control-active {
  color: #004098;
}
.show_pro_two.pro .flex2 .left .ul > li ul li a.mixitup-control-active div::before {
  background: #004098 url(//www.juchen.amy/uploads/20240821/57726cba665d559ca7d7259c7c646e33.png) no-repeat;
  background-size: contain;
  border-color: #004098;
}
.show_pro_two.pro .flex2 .left .ul > li ul li a div {
  padding-left: 1.875rem;
  position: relative;
}
.show_pro_two.pro .flex2 .left .ul > li ul li a div::before {
  content: "";
  position: absolute;
  color: #494949;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(73, 73, 73, 0.3);
}

.show_pro_two  fieldset{
    margin-bottom:1rem;
}
.show_pro_two.pro .flex2 .left  .checkbox:not(:last-child) {
      margin-bottom: 1.5rem;
}
.show_pro_two.pro .flex2 .left  .checkbox {
    display: block;
    position: relative;
    cursor: pointer;
  
    margin-left: 0.9375rem;
        color: #494949;
        font-size: 1rem;
}

.show_pro_two.pro .flex2 .left  .checkbox input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.show_pro_two.pro .flex2 .left  .checkbox label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.875rem;
}

.show_pro_two.pro .flex2 .left  .checkbox label:before,
.show_pro_two.pro .flex2 .left  .checkbox label:after {
    content: '';
    display: block;
    position: absolute;
}

.show_pro_two.pro .flex2 .left  .checkbox label:before {
    left: 0;
    top: 0.2rem;
    width: 1rem;
    height: 1rem; 
   border-radius: 0.25rem;
    border: 1px solid rgba(73, 73, 73, 0.3);
}

.show_pro_two.pro .flex2 .left  .checkbox label:after {
    content: '';
    position: absolute; 
    top: 0.2rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    background: #004098;
    opacity: 0;
    pointer-events: none;
}

.show_pro_two.pro .flex2 .left  .checkbox input:checked~label:after {
    opacity: 1;
}

.show_pro_two.pro .flex2 .left  .checkbox input:focus~label:before {
    background: #eee;
}



.show_pro_two.pro .flex2 .right {
  width: calc(100% - 12.5rem);
  padding-left: 2.1875rem;
}
.show_pro_two.pro .flex2 .right.active {
    width: 100%;
    padding-left: 0;
}
.p_top {
  top: 6.25rem;
  position: absolute;
}
.hide_show_filter {
    margin-bottom: 1rem;
    cursor: pointer;
    display: inline-block;
}
.pro_form  {
    margin-bottom: 3rem;
}
.pro_form  svg {
    height: 1.5rem;
}
.pro_form input {
    line-height: 3rem;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    padding-left:3rem;
}
.pro_form button {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    background: transparent;
    border: none;    height: 1.5rem;
}

.pro_contactus {
    padding: 0.5rem 1rem;
    background: #004098;
    color: #fff;border-radius: 60px;    transition: all .5s;
}
.pro_contactus:hover {
    box-shadow: 0 0 1rem rgba(0,0,0,0.3);
    transition: all .5s; color: #fff;
}


@media (max-width:990px) {
    .show_pro_two.pro .flex2 .left {
        width: 100%;
    }
    .show_pro_two.pro .flex2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }.show_pro_two.pro .flex2 {
        flex-wrap: wrap;
    }
    .show_pro_two fieldset {
        display: flex;
        flex-wrap: wrap;
    }
    .show_pro_two fieldset h4 {
        width: 100%;
        margin-bottom: 15px;
    }.show_pro_two.pro .flex2 .left .checkbox {
        margin: 0 10px 10px 10px !important;
    }.show_pro_two.pro .flex2 .left .ul > li ul, .show_pro_two.pro .huadong {
        max-height: none;
        display: flex;
        flex-wrap: wrap;
    }    .show_pro_two td:nth-child(1) {
        padding-left: 1.125rem !important;
    }
}