.swiper-pagination {
    z-index: 2 !important;
}
.w1520 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.w1700 {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.p80 {
  padding-top: 0.8rem;
}
.p80_ {
  padding-bottom: 0.8rem;
}
.p120 {
  padding-top: 1.2rem;
}
.p120_ {
  padding-bottom: 1.2rem;
}
.p170_ {
  padding-bottom: 1.7rem;
}
.skew {
  transform: skew(-10deg, 0deg);
}
.theskew {
  transform: skew(10deg, 0deg);
}
.swiper-wrapper {
  height: auto;
}
.pc-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 0 5px 15px #1d469642;
  -webkit-box-shadow: 0 5px 15px #1d469642;
}
.pc-header .logo {
  margin-right: 2rem;
}
.pc-header .logo a img {
  height: 0.55rem;
}
.pc-header .nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pc-header .nav .nav_left .item {
  position: relative;
  padding: 0 0.07rem;
}
.pc-header .nav .nav_left .item .lang {
  margin-left: 6px;
}
.pc-header .nav .nav_left .item .lang span {
  color: #000;
  line-height: 1rem;
}
.pc-header .nav .nav_left .item .down {
  display: none;
  z-index: 2;
  width: 154px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 0.2rem 0;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(102, 102, 102, 0.3);
}
.pc-header .nav .nav_left .item .down p {
  margin-bottom: 14px;
}
.pc-header .nav .nav_left .item .down p:last-child {
    margin-bottom: 0;  
}
.pc-header .nav .nav_left .item .down p a {
  display: inline-block;
  position: relative;
  /*line-height: 1.8;*/
}
.pc-header .nav .nav_left .item .down p a::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #1D4696;
}
.pc-header .nav .nav_left .item .down a:hover {
  color: #1D4696;
}
.pc-header .nav .nav_left .item .down a:hover::before {
  width: 100%;
}
.pc-header .nav .nav_left .item:hover .lang span {
  color: #1D4696;
}
.pc-header .nav .nav_left .item:hover .lang svg path {
  fill: #1D4696;
}
.pc-header .nav .nav_right {
  margin-left: 0.66rem;
}
.pc-header .nav .nav_right .item.relative {
  position: relative;
}
.pc-header .nav .nav_right .item > p {
  padding: 0 0.24rem;
}
.pc-header .nav .nav_right .item > p a {
  color: #000;
  line-height: 1rem;
}
.pc-header .nav .nav_right .item > p i {
  margin-left: 6px;
}
.pc-header .nav .nav_right .item .down {
  display: none;
  z-index: 2;
  width: 154px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 0.2rem 0;
  text-align: center;
  box-shadow: 0px 10px 10px rgb(29 70 150 / 30%);
  -webkit-box-shadow: 0px 10px 10px rgb(29 70 150 / 30%);
}
.pc-header .nav .nav_right .item .down p {
    margin-bottom: 14px;
}
.pc-header .nav .nav_right .item .down p:last-child {
    margin-bottom: 0;
}
.pc-header .nav .nav_right .item .down p a {
  display: inline-block;
  position: relative;
  line-height: 1.8;
}
.pc-header .nav .nav_right .item .down p a::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #1D4696;
}
.pc-header .nav .nav_right .item .down a:hover {
  color: #1D4696;
}
.pc-header .nav .nav_right .item .down a:hover::before {
  width: 100%;
}
.pc-header .nav .nav_right .item .screen {
  display: none;
  z-index: 1;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f6f7f9;
  padding: 1rem 0 0.8rem;
  box-shadow: 0px 10px 10px #1D46961c;
  -webkit-box-shadow: 0px 10px 10px #1D46961c;
}
.pc-header .nav .nav_right .item .screen .contont1 {
  padding-right: 0.6rem;
  border-right: 1px solid #e1e2e4;
}
.pc-header .nav .nav_right .item .screen .contont1 p a {
  cursor: pointer;
  font-size: 0.2rem;
  color: #000;
  padding-bottom: 0.4rem;
}
.pc-header .nav .nav_right .item .screen .contont1 p a:hover {
  color: #1D4696;
}
.pc-header .nav .nav_right .item .screen .contont1 .active a {
  color: #1D4696;
}
.pc-header .nav .nav_right .item .screen .contont2 {
  padding-left: 0.88rem;
}
.pc-header .nav .nav_right .item .screen .contont2 .toggle {
  display: none;
}
.pc-header .nav .nav_right .item .screen .contont2 .toggle.active {
  display: block;
}
.pc-header .nav .nav_right .item .screen .contont2 p {
  padding-bottom: 0.3rem;
}
.pc-header .nav .nav_right .item .screen .contont2 p i {
  transition: 0.4s;
  width: 4px;
  height: 14px;
  display: inline-block;
  background: #1D4696;
  opacity: 0;
}
.pc-header .nav .nav_right .item .screen .contont2 p a {
  cursor: pointer;
  color: #333;
  padding-left: 0.16rem;
}
.pc-header .nav .nav_right .item .screen .contont2 p:hover i {
  opacity: 1;
}
.pc-header .nav .nav_right .item .screen .contont2 p:hover a {
  color: #1D4696;
}
.pc-header .nav .nav_right .item .screen .contont2 .none {
  display: none;
}
.pc-header .nav .nav_right .item .screen .contont2 .le.active p i {
  opacity: 1;
}
.pc-header .nav .nav_right .item .screen .contont2 .le.active p a {
  color: #1D4696;
}
.pc-header .nav .nav_right .item .screen .contont3 {
  padding-left: 0.88rem;
}
.pc-header .nav .nav_right .item .screen .contont3 p {
  padding-bottom: 0.3rem;
}
.pc-header .nav .nav_right .item .screen .contont3 p a {
  color: #333;
  padding-left: 0.16rem;
}
.pc-header .nav .nav_right .item .screen .contont4 img {
  width: 5.13rem;
}
.pc-header .nav .nav_right .item:hover > p > a {
  color: #1D4696;
}
.pc-header .nav .nav_right .item:hover > p > i svg path {
  fill: #1D4696;
}
.pc-header .nav .nav_right .item.active > p > a {
  color: #1D4696;
}
.pc-header .nav .nav_right .item.active > p > i svg path {
  fill: #1D4696;
}
.pc-header .search {
  cursor: pointer;
  width: 0.48rem;
  height: 0.38rem;
  background: #1D4696;
}
.pc-header.active {
  border-bottom: 1px solid #1D4696;
}
.pc_footer {
  background: #1D4696;
}
.pc_footer .foot_top {
  padding: 0.4rem 0;
}
.pc_footer .foot_top .left a img {
  height: 0.35rem;
}
.pc_footer .foot_top .right .item {
  margin-right: 8px;
  position: relative;
}
.pc_footer .foot_top .right .item p {
  cursor: pointer;
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #d2d5d9;
}
.pc_footer .foot_top .right .item img {
  transition: 0.4s;
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transform-origin: bottom center;
}
.pc_footer .foot_top .right .item:last-child {
  margin-right: 0;
}
.pc_footer .foot_top .right .item:hover p {
  background: #1D4696;
}
.pc_footer .foot_top .right .item:hover p a svg path {
  fill: #fff;
}
.pc_footer .foot_top .right .item:hover img {
  transform: translateX(-50%) scale(1);
}
.pc_footer .foot_center {
  padding: 0.4rem 0;
  border-bottom: 1px solid #2150AB;
  border-top: 1px solid #2150AB;
}
.pc_footer .foot_center .left {
  width: 50%;
}
.pc_footer .foot_center .left .item {
  margin-right: 0.9rem;
}
.pc_footer .foot_center .left .item h3 {
  padding-bottom: 0.2rem;
}
.pc_footer .foot_center .left .item h3 a {
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
}
.pc_footer .foot_center .left .item h3 a:hover {
  color: #fff;
}
.pc_footer .foot_center .left .item a {
  color: #BCC8E0;
  line-height: 0.4rem;
}
.pc_footer .foot_center .left .item a:hover {
  color: #fff;
}
.pc_footer .foot_center .left .item:last-child {
  margin-right: 0;
}
.pc_footer .foot_center .right {
  width: 50%;
  padding-left: 0.26rem;
}
.pc_footer .foot_center .right .lxwm h3 {
  padding-bottom: 0.2rem;
}
.pc_footer .foot_center .right .lxwm h3 a {
  font-size: 0.22rem;
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
}
.pc_footer .foot_center .right .lxwm h3 a:hover {
  color: #fff;
}
.pc_footer .foot_center .right .lxwm .contont1 a {
  padding-left: 0.18rem;
  font-size: 0.4rem;
  font-family: var(--GilroyBold);
  color: #BCC8E0;
}
.pc_footer .foot_center .right .lxwm .contont2 {
  margin-top: 0.16rem;
}
.pc_footer .foot_center .right .lxwm .contont2 p {
  color: #BCC8E0;
  padding-bottom: 8px;
}
.pc_footer .foot_center .right .lxwm .contont2 span {
  color: #BCC8E0;
  line-height: 1.6;
}
.pc_footer .foot_center .right .lxwm .contont2 a {
  color: #BCC8E0;
  line-height: 1.6;
}
.pc_footer .foot_center .right .lxwm .contont2 a:hover {
  color: #fff;
}
.pc_footer .foot_center .right .code {
  text-align: center;
}
.pc_footer .foot_center .right .code img {
  width: 1.5rem;
  height: 1.5rem;
}
.pc_footer .foot_center .right .code p {
  color: #333;
  padding: 0.1rem 0;
  background: white;
  border-radius: 0 0 5px 6px;
}
.pc_footer .foot_bottom {
  padding: 0.32rem 0;
}
.pc_footer .foot_bottom .left {
  width: 50%;
}
.pc_footer .foot_bottom .left a:hover {
  color: #fff;
}
.pc_footer .foot_bottom .right {
  width: 50%;
  padding-left: 1.8rem;
}
.pc_footer .foot_bottom .right a {
  line-height: 1.6;
  color: #BCC8E0;
}
.pc_footer .foot_bottom .right .tar {
  padding-left: 10px;
}
.pc_footer .foot_bottom .right .tar:hover {
  color: #fff;
}
.public_banner {
  position: relative;
}
.public_banner .ban_img img {
  width: 100%;
}
.public_banner .ban_title {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.public_banner .ban_title h1 {
  font-size: 0.48rem;
  color: #fff;
}
.public_banner .ban_title p {
  padding-top: 0.3rem;
  font-size: 0.2rem;
  color: #fff;
}
.public_crumbs {
  padding: 0.4rem 0;
  background: #f6f7f9;
}
.public_crumbs .box .news_wrapper i:first-of-type {
  padding-right: 10px;
}
.public_crumbs .box .news_wrapper i:last-of-type {
  padding-right: 6px;
}
.public_crumbs .box .news_wrapper a {
  color: #666;
  padding: 0 6px;
}
.public_crumbs .box .news_wrapper a:hover {
  color: #1D4696;
}
.public_crumbs .box .news_wrapper span {
  color: #000;
  font-weight: bold;
}
.public_crumbs .box .news_classify a {
  margin-right: 0.4rem;
}
.public_crumbs .box .news_classify a i {
  transition: 0.4s;
  width: 4px;
  height: 14px;
  display: inline-block;
  background: #1D4696;
  margin-right: 0.1rem;
  opacity: 0;
}
.public_crumbs .box .news_classify a span {
  font-weight: bold;
}
.public_crumbs .box .news_classify a.active i {
  opacity: 1;
}
.public_crumbs .box .news_classify a.active span {
    color: #1D4696;
}
.public_crumbs .box .news_classify a:hover i {
  opacity: 1;
}
.public_crumbs .box .news_classify a:hover span {
    color: #1D4696;
}
.public_crumbs .box .news_classify a:last-child {
  margin-right: 0;
}
.public_title h1 {
  font-size: 0.48rem;
  color: #000;
  font-weight: bold;
  line-height: 1;
}
.public_title h2 {
    margin-top: .25rem;
    font-size: .26rem;
    color: #000;
    line-height: 1;
}
.public_title p {
  color: #666;
  padding: 0.26rem 0 0;
  line-height: 0.6rem;
}
.public_title.white h1 {
  color: #fff;
}
.public_title.white h1 p{
  color: #fff;
}
.public_title.white h2 {
    color: #fff;
}
.public_title.center {
  text-align: center;
}
.public_title2 {
  font-size: 0.36rem;
  color: #000;
}
.public_title2.white {
  color: #fff;
}
.public_title2.center {
  text-align: center;
}
.public_search {
  display: none;
  z-index: 6;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}
.public_search .box {
  min-height: 35vh;
  background: #f6f7f9;
}
.public_search .box .scroll {
  padding-top: 0.5rem;
}
.public_search .box .scroll .clone {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff;
}
.public_search .box .scroll .clone:hover {
  background: #1D4696;
}
.public_search .box .scroll .clone:hover svg path {
  fill: #fff;
}
.public_search .box .scroll .logo a img {
  height: 0.48rem;
}
.public_search .box .form {
  width: 35%;
  text-align: center;
  margin: 0 auto;
  padding-top: 6vh;
}
.public_search .box .form input {
  width: 100%;
  border: none;
  flex: 1;
  border-bottom: 1px solid #1D4696;
  font-size: 0.2rem;
  background: none;
}
.public_search .box .form label button {
  cursor: pointer;
  border: none;
  padding: 0.14rem;
  background: #1D4696;
}
.link {
    display: inline-block;
    margin-left: 10px;
   cursor: pointer;
  transition: 0.4s; 
}
.link a {
  padding: 0 0.3rem;
  min-width: 175px;
  height: 50px;
  background: #1D4696;
  color: #fff;
}
.link a svg {
  margin-left: 0.16rem;
}
.link:hover {
  transform: translateY(-5px);
}
.link.white a {
  color: #1D4696;
   background: #fff;
  border: 1px solid #1D4696;
}
.link.white a svg path {
  fill: #1D4696;
}
.link.border_white a {
  background: none;
  border: 1px solid #fff;
}
.link.border_blue a {
  color: #1D4696;
   background: none;
  border: 1px solid #1D4696;
}
.link.border_blue a svg {
  margin-left: 0.16rem;
}
.link.border_blue a svg path {
  fill: #1D4696;
}
.public_page .prev a,
.public_page .next a {
  transition: 0.4s;
  width: 0.5rem;
  height: 0.5rem;
  /*border: 1px solid #e2e2e2;*/
}
.public_page .prev a:hover,
.public_page .next a:hover {
  /*border: 1px solid #1D4696;*/
  background: #1D4696;
}
.public_page .prev a:hover svg path,
.public_page .next a:hover svg path {
  fill: #fff;
}
.public_page .prev {
  margin-right: 0.24rem;
}
.public_page .next {
  margin-left: 0.24rem;
}
.public_page .next a svg {
  transform: rotateY(180deg);
}
.public_page .nav a {
  transition: 0.4s;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
  margin-right: 6px;
}
.public_page .nav a:last-child {
  margin-right: 0;
}
.public_page .nav a:hover {
  border: 1px solid #1D4696;
  color: #fff;
  background: #1D4696;
}
.public_page .nav a.active {
  border: 1px solid #1D4696;
  color: #fff;
  background: #1D4696;
}
.i {
  transition: 0.4s;
  margin-left: 0.2rem;
  width: 0.38rem;
  height: 0.38rem;
  display: inline-flex;
  background: #d2d2d2;
}
.i.blue {
  background: #1D4696;
}
.public_next,
.public_prev {
  transition: 0.4s;
  cursor: pointer;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(-10deg, 0deg);
}
.public_next:hover,
.public_prev:hover {
  background: #1D4696;
  border: 1px solid #1D4696;
}
.public_next:hover i svg path,
.public_prev:hover i svg path {
  fill: #fff;
}
.public_next {
  right: 0.3rem;
}
.public_next i svg {
  transform: rotateY(180deg);
}
.public_prev {
  left: 0.3rem;
}
.prev,
.next {
  transition: 0.4s;
  cursor: pointer;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #1D4696;
}
.prev:hover,
.next:hover {
  background: #1D4696;
}
.prev:hover svg path,
.next:hover svg path {
  fill: #fff;
}
.prev {
  margin-right: 10px;
}
.next svg {
  transform: rotateY(180deg);
}
.public_anchor {
  position: relative;
  top: -1rem;
}
.index_banner .banner {
  position: relative;
}
.index_banner .banner .mySwiper7 .swiper-slide {
  position: relative;
}
.index_banner .banner .mySwiper7 .swiper-slide .img img {
  width: 100%;
}
.index_banner .banner .mySwiper7 .swiper-slide .about {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.index_banner .banner .mySwiper7 .swiper-slide .about .public_title h1 {
  line-height: 1.3;
}
.index_banner .banner .mySwiper7 .swiper-slide .about .btn {
  margin-top: 0.5rem;
}
.index_banner .banner .swiper-pagination {
  bottom: 1rem;
  left: 2rem;
  text-align: left;
}
.index_banner .banner .swiper-pagination .swiper-pagination-bullet {
  transition: 0.4s;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  border-radius: 0;
  transform: skew(-10deg, 0deg);
}
.index_banner .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
}
.about_mk .ab_desc {
  margin: 0.7rem 0;
  width: 42%;
  color: #666;
  line-height: 28px;
  height: 114px;
  overflow: auto;
  padding-right: .2rem;
}
.about_mk .ab_desc::-webkit-scrollbar {
    width: 2px;
}
.about_mk .ab_desc::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #1D4696;
}
.about_mk .ab_desc::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(102, 102, 102, 0.5);
}
.about_mk .shuju {
  width: 42%;
}
.about_mk .shuju .item {
  padding: 0 1rem 0 0;
  border-right: 2px solid #e5e5e5;
}
.about_mk .shuju .item:last-child {
 padding: 0 0 0 1rem;
  border-right: none;
}
.about_mk .shuju .item .s1 p {
  font-size: 0.6rem;
  color: #1D4696;
  font-weight: bold;
  line-height: 0.9;
}
.about_mk .shuju .item .s1 span {
  color: #000;
}
.about_mk .shuju .item .s2 {
  padding-top: 0.1rem;
  color: #000;
}
.industry {
  background: #f6f7f9;
}
.industry .industry_list .item {
  transition: 0.4s;
  position: relative;
  width: 16.66%;
  padding-right: 2px;
}
.industry .industry_list .item .it_img {
  overflow: hidden;
  position: relative;
}
.industry .industry_list .item .it_img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,rgb(255 255 255 / 20%),rgb(0 0 0));
}
.industry .industry_list .item .it_img img {
  transition: 0.4s;
  height: 5.34rem;
}
.industry .industry_list .item:last-child {
  padding-right: 0;
}
.industry .industry_list .item .it_about1 {
  transition: 0.4s;
  width: 100%;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  text-align: center;
  padding: 0 0.35rem;
}
.industry .industry_list .item .it_about1 p {
  font-size: 0.24rem;
  color: #fff;
  line-height: 1.8;
}
.industry .industry_list .item .it_about2 {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 0.35rem 0;
}
.industry .industry_list .item .it_about2 .contont1 {
  font-size: 0.36rem;
  color: #fff;
}
.industry .industry_list .item .it_about2 .contont2 {
  color: #fff;
  line-height: 1.6;
  padding: 0.3rem 0 0.4rem;
}
.industry .industry_list .item .it_about2 .contont3 {
  padding-bottom: 0.48rem;
}
.industry .industry_list .item .it_about2 .contont3 a {
  color: #fff;
}
.industry .industry_list .item .it_about2 .contont3 i {
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 2px 0.1rem 0;
}
.industry .industry_list .item.active {
  width: 35%;
}
.industry .industry_list .item.active .it_img img {
  width: 100%;
}
.industry .industry_list .item.active .it_about1 {
  opacity: 0;
}
.industry .industry_list .item.active .it_about2 {
  opacity: 1;
  padding: 1rem 0.35rem 0;
}
.industry .industry_list .item.act {
  width: 13%;
}
.p_and_s .and_swiper .banner1 {
  margin-top: 0.55rem;
}
.p_and_s .and_swiper .banner1 .mySwiper8 .swiper-slide {
  cursor: pointer;
  text-align: center;
}
.p_and_s .and_swiper .banner1 .mySwiper8 .swiper-slide .de1 img {
  height: 0.73rem;
}
.p_and_s .and_swiper .banner1 .mySwiper8 .swiper-slide .de2 {
  display: inline-block;
  color: #000;
  padding: 0.16rem 0 0.3rem;
  position: relative;
}
.p_and_s .and_swiper .banner1 .mySwiper8 .swiper-slide .de2::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 0%;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #1D4696;
}
.p_and_s .and_swiper .banner1 .mySwiper8 .swiper-slide-thumb-active .de2 {
  color: #1D4696;
}
.p_and_s .and_swiper .banner1 .mySwiper8 .swiper-slide-thumb-active .de2::before {
  width: 80%;
}
.p_and_s .banner2 {
  position: relative;
  padding: 1.2rem 1.1rem 0.5rem;
}
.p_and_s .banner2 .mySwiper9 .swiper-slide .left {
  width: 50%;
}
.p_and_s .banner2 .mySwiper9 .swiper-slide .left .title {
  font-size: 0.36rem;
  color: #1D4696;
}
.p_and_s .banner2 .mySwiper9 .swiper-slide .left .desc {
  text-align: justify;
  width: 80%;
  line-height: 2;
  color: #666;
  margin: 0.5rem 0 0.7rem;
}
.p_and_s .banner2 .mySwiper9 .swiper-slide .right {
  width: 50%;
  text-align: right;
}
.p_and_s .banner2 .mySwiper9 .swiper-slide .right img {
  width: 100%;
  max-width: 500px;
  max-height: 500px;
}
.p_and_s .banner2 .prev,
.p_and_s .banner2 .next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(-10deg, 0deg);
  border: 1px solid rgba(102, 102, 102, 0.4);
}
.p_and_s .banner2 .prev svg path,
.p_and_s .banner2 .next svg path {
  fill: #6a6c6e;
}
.p_and_s .banner2 .prev:hover,
.p_and_s .banner2 .next:hover {
  background: #1D4696;
  border: 1px solid #1D4696;
}
.p_and_s .banner2 .prev:hover svg path,
.p_and_s .banner2 .next:hover svg path {
  fill: #fff;
}
.p_and_s .banner2 .prev {
  left: 0;
}
.p_and_s .banner2 .next {
  right: 0;
}
.information {
  background: #f6f7f9;
}
.information .infor_list .mySwiper10 .item {
  position: relative;
  background: #fff;
  border-right: 2px solid #efefef;
}
.information .infor_list .mySwiper10 .item a {
  padding: 0.6rem 0.46rem 0.5rem 0.6rem;
}
.information .infor_list .mySwiper10 .item::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #1D4696;
}
.information .infor_list .mySwiper10 .item .contont1 span {
  color: #1D4696;
  margin-left: 6px;
}
.information .infor_list .mySwiper10 .item .contont2 {
  transition: 0.4s;
  font-size: 0.28rem;
  color: #000;
  margin: 0.2rem 0 0.1rem;
}
.information .infor_list .mySwiper10 .item .contont3 svg {
  transition: 0.4s;
}
.information .infor_list .mySwiper10 .item .contont4 {
  margin-top: 0.1rem;
  overflow: hidden;
}
.information .infor_list .mySwiper10 .item .contont4 img {
  transition: 0.4s;
  width: 100%;
}
.information .infor_list .mySwiper10 .item:hover::before {
  width: 100%;
}
.information .infor_list .mySwiper10 .item:hover .contont2 {
  color: #1D4696;
}
.information .infor_list .mySwiper10 .item:hover .contont3 svg path {
  fill: #1D4696;
}
.information .infor_list .mySwiper10 .item:hover .contont4 img {
  transform: scale(1.05);
}
.information .infor_list .swiper-pagination {
  margin-top: 0.4rem;
  position: relative;
  bottom: auto;
  left: auto;
}
.information .infor_list .swiper-pagination .swiper-pagination-bullet {
  transition: 0.4s;
  width: 0.1rem;
  height: 0.1rem;
  background: #1D4696;
  border-radius: 0;
  transform: skew(-10deg, 0deg);
}
.information .infor_list .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
}
.history .mySwiper11 .swiper-slide {
  text-align: center;
}
.history .mySwiper11 .swiper-slide .top {
  height: 190px;
  transition: 0.4s;
  opacity: 0;
  position: relative;
}
.history .mySwiper11 .swiper-slide .top::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 50px;
  background: #1D4696;
}
.history .mySwiper11 .swiper-slide .top::after {
  content: '';
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #1D4696;
  border-radius: 50%;
}
.history .mySwiper11 .swiper-slide .top .top_line {
  opacity: 0;
  position: relative;
  margin: 0 auto;
  width: 2px;
  height: 50px;
  background: #1D4696;
}
.history .mySwiper11 .swiper-slide .top .top_line::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #1D4696;
  border-radius: 50%;
}
.history .mySwiper11 .swiper-slide .top .title {
  text-align: center;
  width: 100%;
  color: #000;
  line-height: 0.3rem;
  height: 0.9rem;
  overflow-y: auto;
  position: relative;
  left: 50%;
  padding-right: 10px;
  transform: translateX(-50%);
}
.history .mySwiper11 .swiper-slide .top .title::-webkit-scrollbar {
  width: 2px;
}
.history .mySwiper11 .swiper-slide .top .title::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1D4696;
}
.history .mySwiper11 .swiper-slide .top .title::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(102, 102, 102, 0.5);
}
.history .mySwiper11 .swiper-slide .line {
  width: 100%;
  height: 2px;
  background: #1D4696;
}
.history .mySwiper11 .swiper-slide .bottom {
  height: 190px;
}
.history .mySwiper11 .swiper-slide .bottom .bot_img {
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  position: relative;
}
.history .mySwiper11 .swiper-slide .bottom .bot_img img {
  max-width: 80%;
}
.history .mySwiper11 .swiper-slide .bottom p {
  font-size: 0.36rem;
  color: #666;
  padding: 0.2rem 0;
}
.history .mySwiper11 .swiper-slide.first .bottom p {
    font-size: .38rem;
    color: #1D4696;
    font-weight: bold;
}
.history .mySwiper11 .swiper-slide:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.history .mySwiper11 .swiper-slide:nth-child(even) .top {
  display: flex;
  align-items: flex-end;
}
.history .mySwiper11 .swiper-slide:nth-child(even) .top::before {
  top: 0;
}
.history .mySwiper11 .swiper-slide:nth-child(even) .top::after {
  top: 50px;
}
.history .mySwiper11 .swiper-slide:nth-child(even) .bottom {
  display: flex;
  flex-direction: column-reverse;
}
.history .mySwiper11 .swiper-slide-active .top {
  opacity: 1;
}
.history .mySwiper11 .swiper-slide-active .bottom .bot_img {
  opacity: 1;
}
.history .history_swiper {
  position: relative;
  margin-top: 0.8rem;
}
.history .history_swiper .prev,
.history .history_swiper .next {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) skew(-10deg, 0deg);
  border: 1px solid rgba(102, 102, 102, 0.4);
}
.history .history_swiper .prev svg path,
.history .history_swiper .next svg path {
  fill: #6a6c6e;
}
.history .history_swiper .prev:hover,
.history .history_swiper .next:hover {
  background: #1D4696;
  border: 1px solid #1D4696;
}
.history .history_swiper .prev:hover svg path,
.history .history_swiper .next:hover svg path {
  fill: #fff;
}
.history .history_swiper .prev {
  left: 1.1rem;
}
.history .history_swiper .next {
  right: 1.1rem;
}
.company .company_box {
  margin-top: 0.6rem;
}
.company .company_box .left {
  width: 45%;
}
.company .company_box .left .title {
  height: 2.5rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.company .company_box .left .title p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: .1rem;
}
.company .company_box .left .title p:last-child {
    margin-bottom: 0;
}
.company .company_box .left .title::-webkit-scrollbar {
  width: 2px;
}
.company .company_box .left .title::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1D4696;
}
.company .company_box .left .title::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(102, 102, 102, 0.5);
}
.company .company_box .left .data {
  margin-top: 0.8rem;
}
.company .company_box .left .data .item {
  margin-right: 0.8rem;
}
.company .company_box .left .data .item .img img {
  height: 0.84rem;
}
.company .company_box .left .data .item .desc {
  margin-left: 0.26rem;
}
.company .company_box .left .data .item .desc .de1 {
  margin-bottom: 4px;
}
.company .company_box .left .data .item .desc p {
  font-size: 0.6rem;
  line-height: 0.9;
  color: #1D4696;
  font-weight: bold;
}
.company .company_box .left .data .item:last-child {
  margin-right: 0;
}
.company .company_box .right {
  width: 45%;
}
.company .company_box .right img {
  width: 100%;
}
.development .deve_box {
  padding: 1rem 0 1rem;
}
.development .deve_box .mySwiper4::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 49%;
  left: 0;
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.development .deve_box .mySwiper4 .swiper-slide .slide {
  width: 100%;
  text-align: center;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_years {
  transition: 0.4s;
  opacity: 0;
  font-size: 0.7rem;
  color: #fff;
  font-family: var(--GilroyMedium);
  margin-bottom: .7rem;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_point {
  
  height: 30px;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_point .point {
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0);
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_point i {
  margin: 5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #fff;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_point p {
  z-index: 2;
  padding-left: 0.18rem;
  font-size: 0.3rem;
  color: #fff;
  font-family: var(--GilroyMedium);
  line-height: 1;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_title {
  transition: 0.4s;
  opacity: 0;
  color: #fff;
  text-align: center;
  line-height: 36px;
  height: 108px;
  overflow-y: auto;
  padding-right: 0.2rem;
  margin-top: .5rem;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_title::-webkit-scrollbar {
  width: 2px;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_title::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #fff;
}
.development .deve_box .mySwiper4 .swiper-slide .slide .slide_title::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(102, 102, 102, 0.5);
}
.development .deve_box .mySwiper4 .swiper-slide-active .slide .slide_years {
  opacity: 1;
}
.development .deve_box .mySwiper4 .swiper-slide-active .slide .slide_point .point {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.development .deve_box .mySwiper4 .swiper-slide-active .slide .slide_point p {
    display: none;
}
.development .deve_box .mySwiper4 .swiper-slide-active .slide .slide_title {
  opacity: 1;
}
.development .deve_box .mySwiper4 .prev,
.development .deve_box .mySwiper4 .next {
  z-index: 2;
  position: absolute;
  top: 41%;
  background: #1D4696;
  border: 1px solid #fff;
}
.development .deve_box .mySwiper4 .prev svg path,
.development .deve_box .mySwiper4 .next svg path {
  fill: #fff;
}
.development .deve_box .mySwiper4 .prev:hover,
.development .deve_box .mySwiper4 .next:hover {
  background: #fff;
}
.development .deve_box .mySwiper4 .prev:hover svg path,
.development .deve_box .mySwiper4 .next:hover svg path {
  fill: #1D4696;
}
.development .deve_box .mySwiper4 .prev {
  left: 30%;
}
.development .deve_box .mySwiper4 .next {
  right: 30%;
}
.corporate .merkpd {
  width: 63%;
  margin: 0.8rem auto 0;
}
.corporate .merkpd .merk_img img {
  width: 100%;
}
.corporate .merkpd .merk_title {
  margin-top: 0.2rem;
}
.corporate .merkpd .merk_title .item p {
  font-size: 0.36rem;
  color: #666;
}
.corporate .merkpd .merk_title .item p span {
  font-weight: bold;
  font-size: 0.7rem;
  color: #1D4696;
  line-height: 1;
}
.corporate .merkpd .merk_title .item p:last-child {
  padding-left: 0.24rem;
}
.corporate .merkpd .merk_title .item:last-child {
  /*margin-left: 2.1rem;*/
}
.honor {
  background: #e5eaed;
}
.honor .honor_box {
  position: relative;
  margin-left: 2rem;
  margin-right: 0.8rem;
}
.honor .honor_box .left {
  width: 18%;
}
.honor .honor_box .left .tog {
  cursor: pointer;
  margin-top: 0.4rem;
}
.honor .honor_box .left .tog i {
  transition: 0.4s;
  display: inline-block;
  width: 0px;
  height: 16px;
  background: #1D4696;
}
.honor .honor_box .left .tog span {
  color: #666;
  font-weight: bold;
  font-size: .2rem;
}
.honor .honor_box .left .tog.active i {
  width: 4px;
  margin-right: 0.12rem;
}
.honor .honor_box .left .tog.active span {
  font-size: 0.24rem;
  color: #000;
}
.honor .honor_box .left .tog:hover i {
  width: 4px;
  margin-right: 0.12rem;
}
.honor .honor_box .left .tog:hover span {
  font-size: 0.24rem;
  color: #000;
}
.honor .honor_box .left .none {
  display: none;
}
.honor .honor_box .right {
  width: 82%;
}
.honor .honor_box .right .mySwiper6 .swiper-slide {
  background: #fff;
  text-align: center;
  padding: 0.35rem 0 0.18rem;
}
.honor .honor_box .right .mySwiper6 .swiper-slide .de_img {
  min-height: 3rem;
}
.honor .honor_box .right .mySwiper6 .swiper-slide .de_img img {
  max-width: 85%;
}
.honor .honor_box .right .mySwiper6 .swiper-slide p {
  padding-top: 0.18rem;
  font-weight: bold;
}
.honor .honor_box .swiper-pagination {
  bottom: 0;
  left: 0;
  text-align: left;
}
.honor .honor_box .swiper-pagination .swiper-pagination-bullet {
  transition: 0.4s;
  width: 0.1rem;
  height: 0.1rem;
  background: #1D4696;
  border-radius: 0;
  transform: skew(-10deg, 0deg);
}
.honor .honor_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
}
.cooperative .coop_box {
  position: relative;
  margin-top: 0.76rem;
}
.cooperative .coop_box .mySwiper5 {
  padding: 5px;
}
.cooperative .coop_box .swiper-slide .slide {
  box-shadow: 0 0 10px rgba(124, 124, 124, 0.3);
}
.cooperative .coop_box .swiper-slide .slide img {
  width: 100%;
}
.cooperative .coop_box .swiper-slide .slide:nth-child(2) {
  margin-top: 0.26rem;
}
.cooperative .coop_box .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 0.4rem;
}
.cooperative .coop_box .swiper-pagination .swiper-pagination-bullet {
  transition: 0.4s;
  width: 0.1rem;
  height: 0.1rem;
  background: #1D4696;
  border-radius: 0;
  transform: skew(-10deg, 0deg);
}
.cooperative .coop_box .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
}
.products .left {
  width: 23.5%;
}
.products .left .item {
  margin-bottom: 0.34rem;
}
.products .left .item i {
  transition: 0.3s;
  opacity: 0;
  display: inline-block;
  width: 0.06rem;
  height: 0.24rem;
  background: #1D4696;
}
.products .left .item a {
  flex: 1;
  transition: 0.4s;
  font-size: 0.2rem;
  color: #666;
  padding-left: 0.24rem;
}
.products .left .item:hover i {
  opacity: 1;
}
.products .left .item:hover a {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1D4696;
}
.products .left .item.active i {
  opacity: 1;
}
.products .left .item.active a {
  font-weight: bold;
  font-size: 0.24rem;
  color: #1D4696;
}
.products .left .item:last-child {
  margin-bottom: 0;
}
.products .right {
  width: 76.5%;
  border-left: 1px solid #e3e3e3;
  padding-left: 0.8rem;
}
.products .right .rig_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
  padding: 0.6rem 0;
}
.products .right .rig_box .list {
  position: relative;
  background: #f6f7f9;
  padding: 0.36rem;
}
.products .right .rig_box .list::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #1D4696;
}
.products .right .rig_box .list .li_img {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 1.85rem;
  overflow: hidden;
}
.products .right .rig_box .list .li_img img {
  max-width: 100%;
}
.products .right .rig_box .list .li_title {
  margin-top: 0.3rem;
}
.products .right .rig_box .list .li_title p {
  color: #000;
  margin-bottom: 0.1rem;
 line-height: 28px;
  height: 56px;
}
.products .right .rig_box .list:hover::before {
  width: 100%;
}
.products .right .rig_box .list:hover .li_title p {
  color: #1D4696;
}
.products_details .details_1 .left {
  width: 50%;
  background: #f6f7f9;
}
.products_details .details_1 .left .mySwiper1 .swiper-slide .slide {
  padding: 0.1rem 0;
}
.products_details .details_1 .left .mySwiper1 .swiper-slide .slide img {
  height: 3.75rem;
}
.products_details .details_1 .right {
  width: 50%;
  padding: 0 0.5rem 0 1rem;
}
.products_details .details_1 .right .desc {
  font-size: 0.2rem;
  color: #666;
  line-height: 1.5;
  padding: 0.35rem 0 0.58rem;
}
.products_details .details_1 .right .btn .link {
  margin-right: 10px;
}
.products_details .details_1 .right .btn .link:last-child {
  margin-right: 0;
}
.products_details .details_2 {
  background: #f6f7f9;
}
.products_details .details_2 .ju_box {
  padding-top: 0.78rem;
  justify-content: space-evenly;
}
.products_details .details_2 .ju_box .item {
  text-align: center;
}
.products_details .details_2 .ju_box .item .it1 img {
  height: 0.94rem;
}
.products_details .details_2 .ju_box .item .it2 h6 {
  font-size: 0.3rem;
  font-weight: bold;
  padding: 0.38rem 0 0.16rem;
}
.products_details .details_2 .ju_box .item .it2 p {
  line-height: 1.8;    max-width: 280px;
}
.products_details .details_3 {
  padding: 1rem 0;
}
.products_details .details_3 .peculiarity {
  margin-top: 0.65rem;
}
.products_details .details_3 .peculiarity .ty_left {
    width: 45%;
}
.products_details .details_3 .peculiarity .ty_right {
    width: 45%;
}
.products_details .details_3 .peculiarity p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.products_details .details_4 .product_drawing {
  margin-top: 0.76rem;
  border-top: 4px solid #1D4696;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide {
  text-align: center;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide .img {
  height: 300px;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide .img img {
  max-width: 66%;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide .tr .td {
  padding: 0.26rem 0;
  font-size: 0.2rem;
  color: #666;
  text-align: center;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide .tr .td:first-child {
  color: #1D4696;
  font-weight: bold;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide .tr .td:nth-child(odd) {
  background: #f8faff;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide:first-child .img {
  opacity: 0;
}
.products_details .details_4 .product_drawing .mySwiper3 .swiper-slide:first-child .tr .td {
  color: #000;
  font-weight: bold;
}
.products_details .details_5 {
  padding: 0.8rem 0;
}
.products_details .details_5 .deta_swiper {
  margin-top: 0.58rem;
  position: relative;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-wrapper {
  height: auto;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide {
  padding: 0.3rem 0.35rem 0.35rem 0.35rem;
  border: 1px solid #d9d9d9;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide .slide_img {
  overflow: hidden;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide .slide_img img {
  transition: 0.4s;
  width: 100%;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide .slide_title {
  padding-bottom: 0.5rem;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide .slide_title .title {
  font-size: 0.24rem;
  color: #000;
  line-height: 1.4;
  margin: 0.28rem 0;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide .slide_title .desc {
  line-height: 1.6;
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide:hover .slide_img img {
  transform: scale(1.05);
}
.products_details .details_5 .deta_swiper .mySwiper2 .swiper-slide .slide:hover .slide_title .title {
  color: #1D4696;
}
.products_details .details_5 .deta_swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 0.4rem;
}
.products_details .details_5 .deta_swiper .swiper-pagination .swiper-pagination-bullet {
  transition: 0.4s;
  width: 0.1rem;
  height: 0.1rem;
  background: #1D4696;
  border-radius: 0;
  transform: skew(-10deg, 0deg);
}
.products_details .details_5 .deta_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.14rem;
  height: 0.14rem;
}
.products_details .details_44 .product_drawing {
  margin-top: 0.76rem;
  border-top: 4px solid #1D4696;
}
.products_details .details_44 .product_drawing .left {
  width: 20%;
}
.products_details .details_44 .product_drawing .left table {
  width: 100%;
}
.products_details .details_44 .product_drawing .left table tbody tr td {
  width: 300px;
  padding: 0.26rem 0 .26rem .4rem;
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
}
.products_details .details_44 .product_drawing .left table tbody tr:nth-child(1) td {
  width: 300px;
  height: 300px;
  padding: 0;
}
.products_details .details_44 .product_drawing .left table tbody tr:nth-child(even) {
  background: #f8faff;
}
.products_details .details_44 .product_drawing .right {
  width: 80%;
  overflow: auto;
}
.products_details .details_44 .product_drawing .right::-webkit-scrollbar {
  height: 5px;
}
.products_details .details_44 .product_drawing .right::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #1D4696;
}
.products_details .details_44 .product_drawing .right::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(102, 102, 102, 0.5);
}
.products_details .details_44 .product_drawing .right table {
  text-align: center;
}
.products_details .details_44 .product_drawing .right table tbody tr td {
  width: 300px;
  /*min-width: 300px;*/
  padding: 0.26rem 0;
  font-size: 0.2rem;
  color: #666;
}
.products_details .details_44 .product_drawing .right table tbody tr:nth-child(1) td {
  width: 300px;
   /*min-width: 300px;*/
  height: 300px;
  padding: 0;
}
.products_details .details_44 .product_drawing .right table tbody tr:nth-child(2) td {
  color: #1D4696;
  font-weight: bold;
}
.products_details .details_44 .product_drawing .right table tbody tr:nth-child(even) {
  background: #f8faff;
}
.td_width {
  width: 300px;
  display: none;
}
.solution .left {
  width: 30%;
  padding-right: 0.6rem;
}
.solution .left .item {
  margin-bottom: 0.36rem;
}
.solution .left .item .one {
  cursor: pointer;
}
.solution .left .item .one i {
  transition: 0.4s;
  opacity: 0;
  display: inline-block;
  width: 6px;
  height: 24px;
  background: #1D4696;
}
.solution .left .item .one p {
  flex: 1;
  transition: 0.4s;
  font-size: 0.2rem;
  padding-left: 0.15rem;
  color: #666;
  line-height: 1;
}
.solution .left .item .one .svg {
  transition: 0.4s;
}
.solution .left .item .two {
  display: none;
  padding: 0.36rem 0.36rem 0 0.5rem;
}
.solution .left .item .two p {
  padding-bottom: 0.2rem;
}
.solution .left .item .two p a {
  color: #666;
}
.solution .left .item .two p a:hover {
  color: #1D4696;
}
.solution .left .item .two p:last-child {
  padding-bottom: 0;
}
.solution .left .item .two p.active a {
  color: #1D4696;
}
.solution .left .item.active .one i {
  opacity: 1;
}
.solution .left .item.active .one p {
  font-size: 0.24rem;
  color: #1D4696;
}
.solution .left .item.active .one .svg {
  transform: rotate(90deg);
}
.solution .left .item.active .one .svg svg path {
  fill: #1D4696;
}
.solution .left .item:hover .one i {
  opacity: 1;
}
.solution .left .item:hover .one p {
  font-size: 0.24rem;
  color: #1D4696;
}
.solution .left .item:hover .one .svg svg path {
  fill: #1D4696;
}
.solution .left .item:last-child {
  margin-bottom: 0;
}
.solution .right {
  border-left: 1px solid #e5e5e5;
  width: 70%;
  padding-left: 0.8rem;
}
.solution .right .right_box .contont1 {
  padding-bottom: 0.62rem;
  border-bottom: 1px solid #f0f0f0;
}
.solution .right .right_box .contont1 .img {
  margin-right: 0.35rem;
}
.solution .right .right_box .contont1 .img img {
  height: 0.9rem;
}
.solution .right .right_box .contont1 .public_title {
  flex: 1;
}
.solution .right .right_box .contont2 {
  padding-top: 0.56rem;
}
.solution .right .right_box .contont2 .hangye {
  padding-top: 0.26rem;
  line-height: 1.8;
  color: #666;
}
.solution .right .right_box .contont3 {
  margin-top: 0.8rem;
}
.solution .right .right_box .contont3 .tont_left {
  width: 40%;
}
.solution .right .right_box .contont3 .tont_left .item {
  cursor: pointer;
  margin-bottom: 0.2rem;
}
.solution .right .right_box .contont3 .tont_left .item .em_svg {
  width: 0.48rem;
}
.solution .right .right_box .contont3 .tont_left .item .em_svg img {
  transition: 0.4s;
  max-width: 100%;
  filter: grayscale(1);
  opacity: 0.8;
}
.solution .right .right_box .contont3 .tont_left .item .em_title i {
  transition: 0.4s;
  display: inline-block;
  width: 0px;
  height: 24px;
  background: #1D4696;
  margin: 0 0 0 0.2rem;
}
.solution .right .right_box .contont3 .tont_left .item .em_title p {
  font-size: 0.2rem;
}
.solution .right .right_box .contont3 .tont_left .item:last-child {
  margin-bottom: 0;
}
.solution .right .right_box .contont3 .tont_left .item.active .em_svg img {
  filter: grayscale(0);
  opacity: 1;
}
.solution .right .right_box .contont3 .tont_left .item.active .em_title i {
  width: 6px;
  margin: 0 0.2rem;
}
.solution .right .right_box .contont3 .tont_left .item:hover .em_svg img {
  filter: grayscale(0);
  opacity: 1;
}
.solution .right .right_box .contont3 .tont_left .item:hover .em_title i {
  width: 6px;
  margin: 0 0.2rem;
}
.solution .right .right_box .contont3 .tont_right {
  width: 90%;
  line-height: 0.34rem;
}
.solution .right .right_box .contont3 .tont_right .hide {
  display: none;
}
.solution .right .right_box .contont3 .tont_right .hide p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.solution .right .right_box .contont3 .tont_right .hide img {
  max-width: 100%;
}
.solution .right .right_box .contont3 .tont_right .hide.active {
  display: block;
}
.case_study .case_nav {
  padding: 0.6rem 0;
}
.case_study .case_nav .item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case_study .case_nav .item a {
     transition: 0.4s;
  background: #ececec;
  min-width: 175px;
  height: 50px;

  color: #000;
}
.case_study .case_nav .item.active a {
  color: #fff;
  background: #1D4696;
}
.case_study .case_nav .item a:hover {
  background: #1D4696;
   color: #fff;
}
.case_study .study_list {
  display: grid;
  row-gap: 0.4rem;
  padding-bottom: 0.5rem;
}
.case_study .study_list .item {
  background: #f6f7f9;
}
.case_study .study_list .item .left {
  width: 39%;
  overflow: hidden;
}
.case_study .study_list .item .left img {
  transition: 0.4s;
  width: 100%;
}
.case_study .study_list .item .center {
  width: 51%;
  padding: 0 1.1rem;
  border-right: 1px solid #dadbdd;
}
.case_study .study_list .item .center .contont1 {
  font-size: 0.28rem;
  color: #000;
  line-height: 1.5;
}
.case_study .study_list .item .center .contont2 {
  color: #666;
  line-height: 1.5;
  margin: 0.26rem 0 0.4rem;
}
.case_study .study_list .item .right {
  width: 10%;
  text-align: center;
}
.case_study .study_list .item .right .cont1 {
  color: #666;
}
.case_study .study_list .item .right .cont2 {
  color: #1D4696;
  font-size: 0.48rem;
  font-family: var(--GilroyBold);
}
.case_study .study_list .item .right .cont3 {
  color: #1D4696;
  font-family: var(--GilroyBold);
}
.case_study .study_list .item:hover .left img {
  transform: scale(1.05);
}
.case_study .study_list .item:hover .center .contont1 {
  color: #1D4696;
}
.data_download .data_list {
  padding: 0.8rem 0 0.5rem;
  display: grid;
  row-gap: 0.22rem;
}
.data_download .data_list .item a {
  padding: 0.3rem 0.5rem;
  background: #f8faff;
  font-size: 0.2rem;
  color: #000;
}
.data_download .data_list .item a .contont {
  width: 25%;
}
.data_download .data_list .item a .contont2 {
  text-align: center;
}
.data_download .data_list .item a .contont3 {
  color: #1D4696;
}
.data_download .data_list .item:hover a .contont1 {
  color: #1D4696;
  font-weight: bold;
}
.news .news_list {
  padding: 0.8rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem 0.8rem;
}
.news .news_list .item .new_img {
  overflow: hidden;
  position: relative;max-height: 210px;
}
.news .news_list .item .new_img img {
  transition: 0.4s;
  width: 100%;
}
.news .news_list .item .new_img p {
  position: absolute;
  bottom: 0%;
  left: 0;
  padding: 0.18rem 0.34rem 0.18rem 0.18rem;
  background: #1D4696;
  -webkit-clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 87% 100%, 0% 100%);
}
.news .news_list .item .new_img p span {
  color: #fff;
  padding-left: 10px;
}
.news .news_list .item .new_title {
  position: relative;
  padding: 0.3rem 0 0.1rem;
}
.news .news_list .item .new_title .title {
  font-size: 0.28rem;
  margin-bottom: 0.3rem;
}
.news .news_list .item .new_title .desc {
  line-height: 28px;
  height: 54px;
  color: #666;
}
.news .news_list .item .new_title .jianto {
  margin-top: 0.4rem;
}
.news .news_list .item .new_title::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #1D4696;
}
.news .news_list .item:hover .new_img img {
  transform: scale(1.05);
}
.news .news_list .item:hover .new_title::before {
  width: 100%;
}
.public_details .left {
  width: 73%;
  border-right: 1px solid #e9eaeb;
  padding-right: 0.56rem;
}
.public_details .left .contont1 {
  font-size: 0.48rem;
  color: #000;
}
.public_details .left .contont2 {
  padding: 0.26rem 0 0.5rem;
}
.public_details .left .contont2 p {
  color: #666;
  margin-right: 0.4rem;
}
.public_details .left .contont2 p span {
  color: #000;
  padding-left: 10px;
}
.public_details .left .contont2 p:last-child {
  margin-right: 0;
}
.public_details .left .contont3 {
  padding: 0.5rem 0;
  border-top: 1px solid #ececec;
  /*border-bottom: 1px solid #ececec;*/
}
.public_details .left .contont3 table{
    margin: auto;
}
.public_details .left .contont3 p {
  /*text-align: justify;*/
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.public_details .left .contont3 img {
  max-width: 100%;
}
.public_details .left .contont4 {
  padding: 0.18rem 0;
   border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.public_details .left .contont4 .li {
  width: 35%;
}
.public_details .left .contont4 .li a {
  color: #666;
}
.public_details .left .contont4 .li a:hover span {
    color: #1D4696;
}
.public_details .left .contont4 .li a span {
  color: #000;
  padding-left: 10px;
}
.public_details .right {
  width: 27%;
  padding-left: 0.7rem;
}
.public_details .right h1 {
  font-size: 0.2rem;
  color: #666;
}
.public_details .right .item {
  padding: 0.3rem 0.1rem 0.3rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.public_details .right .item .em_title {
  flex: 1;
  padding-right: 0.2rem;
}
.public_details .right .item .em_title .title {
  text-align: justify;
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.6;
}
.public_details .right .item .em_title .desc {
  padding-top: 0.16rem;
  line-height: 1.6;
}
.public_details .right .item .em_icon {
  transition: 0.4s;
  width: 28px;
  height: 27px;
  background: #dbdbdb;
}
.public_details .right .item .em_icon svg {
  /*transform: rotateX(180deg);*/
}
.public_details .right .item:hover .em_title .title {
  color: #1D4696;
}
.public_details .right .item:hover .em_icon {
  background: #1D4696;
}
.human_resources .resources_list {
  margin-top: 0.86rem;
}
.human_resources .resources_list .thead {
  padding: 0.3rem 0.6rem;
}
.human_resources .resources_list .thead .contont1 {
  color: #fff;
  font-size: 0.2rem;
  width: 50%;
}
.human_resources .resources_list .item {
  background: #f6f7f9;
  padding: 0 0.6rem;
  margin-bottom: 10px;
}
.human_resources .resources_list .item .item_top {
  padding: 0.3rem 0;
  cursor: pointer;
}
.human_resources .resources_list .item .item_top .contont1 {
  color: #000;
  font-size: 0.2rem;
  width: 50%;
}
.human_resources .resources_list .item .item_bottom {
  display: none;
  padding: 0.58rem 0;
  border-top: 1px solid #e1e2e4;
}
.human_resources .resources_list .item .item_bottom .bottom_box {
  padding-bottom: 0.58rem;
}
.human_resources .resources_list .item .item_bottom .bottom_box .list {
  width: 50%;
  padding-right: 0.4rem;
}
.human_resources .resources_list .item .item_bottom .bottom_box .list .contont1 {
  font-size: 0.2rem;
  color: #000;
  padding-bottom: 0.4rem;
}
.human_resources .resources_list .item .item_bottom .bottom_box .list .contont2 p {
  font-size: 16px;
  color: #666;
  line-height: 2;
}
.human_resources .resources_list .item .item_bottom .bottom_file {
  display: inline-block;
}
.human_resources .resources_list .item.active .item_top .contont1 .contont2 span {
  color: #1D4696;
}
.human_resources .resources_list .item.active .item_top .contont1 .contont2 i {
  background: #1D4696;
}
.contact_us .us_box {
  padding-top: 0.9rem;
}
.contact_us .us_box .left {
  width: 46%;
}
.contact_us .us_box .left .contont1 {
  padding-bottom: 0.4rem;
}
.contact_us .us_box .left .contont1 .con_left img {
  height: 0.7rem;
}
.contact_us .us_box .left .contont1 .con_right {
  padding-left: 0.14rem;
}
.contact_us .us_box .left .contont1 .con_right p {
  color: #666;
}
.contact_us .us_box .left .contont1 .con_right a {
  font-size: 0.5rem;
  color: #1D4696;
  font-family: var(--GilroyBold);
}
.contact_us .us_box .left .contont2 {
  padding-bottom: 0.56rem;
}
.contact_us .us_box .left .contont2 p {
  color: #666;
  padding-bottom: 0.1rem;
}
.contact_us .us_box .left .contont2 span {
  font-size: 0.2rem;
  color: #000;
}
.contact_us .us_box .left .contont2 a {
  font-size: 0.2rem;
  color: #000;
  line-height: 1.5;
}
.contact_us .us_box .left .contont2:last-child {
  padding-bottom: 0;
}
.contact_us .us_box .right {
  width: 54%;
}
.contact_us .us_box .right .right_title h3 {
  font-size: 0.36rem;
  color: #000;
  font-weight: bold;
}
.contact_us .us_box .right .right_title p {
  color: #666;
  padding-top: 0.12rem;
}
.contact_us .us_box .right .form {
  margin-top: 0.42rem;
}
.contact_us .us_box .right .form .item {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.2rem;
}
.contact_us .us_box .right .form .item .input {
  background: #ededed;
  height: 0.7rem;
}
.contact_us .us_box .right .form .item .input i {
  margin-left: 0.3rem;
}
.contact_us .us_box .right .form .item .input input {
  border: none;
  margin-left: 0.12rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  background: none;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.contact_us .us_box .right .form .textarea {
  margin-top: 0.2rem;
  padding-top: 0.16rem;
  background: #ededed;
}
.contact_us .us_box .right .form .textarea i {
  margin-left: 0.3rem;
}
.contact_us .us_box .right .form .textarea textarea {
  margin-left: 0.12rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: none;
  border: none;
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.contact_us .us_box .right .form .submit {
  margin-top: 0.5rem;
}
.map .box img {
  width: 100%;
}
.search_list {
  background: #f6f7f9;
}
.search_list .title {
  text-align: center;
  font-size: 0.48rem;
  color: #000;
  padding-bottom: 0.8rem;
}
.search_list .title span {
  color: #1D4696;
}
.search_list .container {
  margin-bottom: 0.5rem;
}
.search_list .container .item a {
  padding: 0.4rem 0;
  border-bottom: 1px solid #666;
}
.search_list .container .item a .left {
  width: 40%;
}
.search_list .container .item a .left .time {
  font-size: 14px;
  color: #666;
}
.search_list .container .item a .left .time span {
  margin-right: 0.16rem;
}
.search_list .container .item a .left .time span:last-child {
  margin-right: 0;
}
.search_list .container .item a .left .text {
  transition: 0.4s;
  margin-top: 0.16rem;
  font-size: 0.24rem;
  color: #000;
}
.search_list .container .item a .right {
  transition: 0.4s;
}
.search_list .container .item a .right svg {
  transition: 0.4s;
}
.search_list .container .item a:hover .left .text {
  color: #1D4696;
}
.search_list .container .item a:hover .right i {
  background: #1D4696;
}
.search_list .container .item a:hover .right i svg path {
  fill: #fff;
}
@media (max-width: 1700px) {
  .w1520 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .w1700 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .history .history_swiper .prev {
    left: 0.6rem;
  }
  .index_banner .banner .swiper-pagination {
    left: 1.3rem;
  }
  .history .history_swiper .next {
    right: 0.6rem;
  }
  .corporate .merkpd .merk_title .item:last-child {
    /*margin-left: 2.7rem;*/
  }
  .honor .honor_box {
    margin-left: 1.3rem;
  }
  .honor .honor_box .right .mySwiper6 .swiper-slide .de_img {
    min-height: 3.4rem;
  }
  .development .deve_box .mySwiper4::before {
      top: 47%;
  }
}

@media (max-width: 1600px) {
  .development .deve_box .mySwiper4::before {
      top: 46%;
  }
  .development .deve_box .mySwiper4 .prev, .development .deve_box .mySwiper4 .next {
   top: 39%;   
  }
  .pc_footer .foot_bottom .right .tar1 {
     width: 100%;
  }
  .pc_footer .foot_bottom .right .tar2 {
      padding-left: 0;
  }
}
@media (max-width: 1500px) {
  .w1520 {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .w1700 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .history .history_swiper .prev {
    left: 0.5rem;
  }
  .history .history_swiper .next {
    right: 0.5rem;
  }
  .f16,
  .public_details .left .contont3 p,
  .products_details .details_3 .peculiarity p,
  .company .company_box .left .title p {
    font-size: 15px;
  }
  .f18 {
    font-size: 17px;
  }
  .pc-header .nav .nav_right .item > p {
    padding: 0 0.2rem;
  }
  .corporate .merkpd .merk_title .item:last-child {
    /*margin-left: 2.4rem;*/
  }
  .honor .honor_box {
    margin-left: 1.1rem;
    margin-right: 0.5rem;
  }
  .index_banner .banner .swiper-pagination {
    left: 1.1rem;
    bottom: .6rem;
  }
  .link a {
    min-width: 148px;
    height: 42px;
  }
  .pc-header .search svg {
    width: 18px;
  }
  .pc-header .nav .nav_right {
    margin-left: 0.3rem;
  }
}
@media (max-width: 1400px) {
  .pc-header .nav .nav_right .item > p {
    padding: 0 0.16rem;
  }
  .pc-header .nav .nav_right {
    margin-left: 0.1rem;
  }
}
@media (max-width: 1300px) {
  .pc-header .nav .nav_right .item > p {
    padding: 0 0.12rem;
  }
  .development .deve_box .mySwiper4::before {
      top: 45%;
  }
  .corporate .merkpd .merk_title .item:last-child {
    /*margin-left: 1.8rem;*/
  }
}
@media (max-width: 1200px) {
    /*.td_width {*/
    /*    width: 1000px;*/
    /*}*/
    /*.products_details .details_44 .product_drawing .right table tbody tr td {*/
    /*    width: 1000px;*/
    /*}*/
    .products .right .rig_box .list .li_img {
            height: 3rem;
    }
    .about_mk {
      background: url('/template/default/pc/skin/images/53_1.jpg')  no-repeat !important;   
       background-size: 100% 100% !important;
    }
    .development  {
        background: url('/template/default/pc/skin/images/46_1.jpg')  no-repeat !important;    
        background-size: 100% 100% !important;
    }
    .public_details .left .contont4 .li {
        width: 100%;
         margin-top: .3rem;
    }
    .public_anchor {
        top: -58px;
    }
      .development .deve_box .mySwiper4 .swiper-slide .slide .slide_title {
    margin: .5rem 5vw 0;
  }
    .products_details .details_44 .product_drawing .left {
        width: 35%;
    }
     .products_details .details_44 .product_drawing .right {
        width: 65%;
    }
  .history .history_swiper {
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .history .history_swiper .prev {
    left: 5vw;
  }
  .history .history_swiper .next {
    right: 5vw;
  }
  .pc-header {
    display: none;
  }
  .public_search .box .scroll .logo a img {
    height: 48px;
  }
  .public_search .box .form {
    width: 75%;
  }
  .public_search .box {
    min-height: 30vh;
  }
  .w1520,
  .w1700 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .index_banner .banner .swiper-pagination {
    bottom: 0.26rem;
    left: 5vw;
    display: none;
  }
  .industry .industry_list .item {
    width: 100%;
  }
  .industry .industry_list .item .it_img img {
    width: 100%;
    height: 7.34rem;
  }
  .industry .industry_list .item .it_about1 {
    opacity: 0;
  }
  .industry .industry_list .item .it_about2 {
    opacity: 1;
  }
  .p_and_s .banner2 {
    padding: 1.2rem 1.1rem;
  }
  .pc_footer .foot_center .left {
    display: none;
  }
  .pc_footer .foot_center .right {
    padding-left: 0;
  }
  .pc_footer .foot_top .right .item p a svg {
    transform: scale(0.8);
  }
  .pc_footer .foot_center .right {
    width: 100%;
  }
  .pc_footer .foot_bottom .left {
    width: 100%;
  }
  .pc_footer .foot_bottom .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }
  .public_crumbs .box .news_classify a {
    margin-right: 0.1rem;
  }
  .company .company_box .left {
    width: 100%;
  }
  .company .company_box .left .title {
    height: auto;
  }
  .company .company_box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .development .deve_box .mySwiper4 .prev,
  .development .deve_box .mySwiper4 .next {
    top: 38%;
  }
  .development .deve_box .mySwiper4 .prev {
    left: 5vw;
  }
  .development .deve_box .mySwiper4 .next {
    right: 5vw;
  }
  .development .deve_box .mySwiper4 .swiper-slide .slide .slide_point p {
    display: none;
  }
  .corporate .merkpd {
    width: 100%;
  }
  .corporate .merkpd .merk_title .item:last-child {
    /*margin-left: 1.2rem;*/
  }
  .honor .honor_box {
    margin-left: 5vw;
    margin-right: 0;
  }
  .honor .honor_box .left {
    width: 25%;
  }
  .honor .honor_box .right {
    width: 75%;
  }
  .honor .honor_box .right .mySwiper6 .swiper-slide .de_img {
    min-height: 4.4rem;
  }
  .development .deve_box .mySwiper4 .swiper-slide-active .slide .slide_point .point {
    margin-top: 0;
  }
  .products .right .rig_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_details .details_1 .left {
    width: 100%;
  }
  .products_details .details_1 .right {
    width: 100%;
    padding: 0.5rem 0 0;
  }
  .products_details .details_2 .ju_box .item {
    width: 50%;
    margin-bottom: 5%;
  }
  .products_details .details_3 .peculiarity .ty_left,
  .products_details .details_3 .peculiarity .ty_right {
    width: 100%;
  }
  .products .left {
    width: 100%;
  }
  .products .right {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
    border-left: none;
  }
  .solution .left {
    width: 100%;
  }
  .solution .right {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
    border-left: none;
  }
  .case_study .study_list .item .left {
    width: 100%;
  }
  .case_study .study_list .item .center {
    width: 80%;
    padding: 0.5rem;
  }
  .case_study .study_list .item .right {
    width: 20%;
  }
  .public_details .left {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .public_details .right {
    display: none;
  }
  .news .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .human_resources .resources_list .item .item_bottom .bottom_box .list {
    width: 100%;
    padding-right: 0;
  }
  .human_resources .resources_list .item .item_bottom .bottom_box .list .contont1 {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
  .human_resources .resources_list .item .item_bottom .bottom_box .list:first-child .contont1 {
    padding-top: 0;
  }
  .contact_us .us_box .left {
    width: 100%;
  }
  .contact_us .us_box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .about_mk .ab_desc,
  .about_mk .shuju {
    width: 100%;
  }
  .pc_footer .foot_center .right .lxwm h3 a,
  .products_details .details_4 .table table tr td,
  .human_resources .resources_list .item .item_bottom .bottom_box .list .contont1,
  .human_resources .resources_list .item .item_top .contont1,
  .human_resources .resources_list .thead .contont1,
  .data_download .data_list .item a,
  .public_banner .ban_title p {
    font-size: 0.22rem;
  }
}
@media (max-width: 750px) {
    .history .mySwiper11 .swiper-slide .bottom,
    .history .mySwiper11 .swiper-slide .top {
        height: 150px;
    }
    .products_details .details_5 .deta_swiper .mySwiper2 {
        padding-right: 1px;
    }
    .case_study .study_list .item .center {
        padding: .3rem;
    }
    .HeaderMobile .box .logo a img {
        height: 28px;
    }
    .index_banner .banner .mySwiper7 .swiper-slide .img img {
        height: 40vh;
    }
    .development .deve_box .mySwiper4::before {
        top: 43%;
    }
      .products_details .details_44 .product_drawing .left {
        width: 52%;
    }
     .products_details .details_44 .product_drawing .right {
        width: 48%;
    }
    .about_mk .shuju .item {
        padding: 0 .6rem 0 0;
    }
    .about_mk .shuju .item:last-child {
         padding: 0 0 0 .6rem;
    }
  .history .history_swiper {
    padding-left: 20vw;
    padding-right: 20vw;
  }
  .search_list .container .item a .left {
    width: 60%;
  }
  .search_list .title,
  .public_banner .ban_title h1,
  .public_title h1,
  .public_details .left .contont1 {
    font-size: 0.32rem;
  }
  .public_title h2 {
      font-size: .2rem;
  }
  .f16,
  .public_details .left .contont3 p,
  .products_details .details_3 .peculiarity p,
  .company .company_box .left .title p,
  .human_resources .resources_list .item .item_bottom .bottom_box .list .contont2 p {
    font-size: 14px;
  }
  .f18 {
    font-size: 16px;
  }
  .pc_footer .foot_center .right .code {
    margin-top: 0.3rem;
  }
  .contact_us .us_box .right .form .item {
    grid-template-columns: auto;
  }
  .p120 {
    padding-top: 0.6rem;
  }
  .p120_ {
    padding-bottom: 0.6rem;
  }
  .contact_us .us_box {
    padding-top: 0.4rem;
  }
  .contact_us .us_box .left .contont2 {
    padding-bottom: 0.4rem;
  }
  .map .box img {
    height: 35vh;
  }
  .public_banner .ban_title {
    padding: 0 5vw;
  }
  .public_crumbs {
    padding: 0.2rem 0;
  }
  .public_crumbs .box .news_wrapper i:first-of-type svg {
    width: 16px;
  }
  .public_crumbs .box .news_wrapper a {
    padding: 0 4px;
  }
  .human_resources .resources_list .thead {
    padding: 0.22rem;
  }
  .human_resources .resources_list .item {
    padding: 0 0.22rem;
  }
  .human_resources .resources_list .item .item_top .contont1 .contont2 span {
    display: none;
  }
  .uploadLayer .box {
    width: 75%;
  }
  .uploadLayer .box .main2 input {
    width: 148px;
    line-height: 38px;
  }
  .uploadLayer .box .main1 img {
    width: 1.1rem;
  }
  .uploadLayer .box .main3 {
    margin-top: 0.4rem;
  }
  /*.human_resources .resources_list .item .item_bottom .bottom_box {*/
  /*  padding-bottom: 0.4rem;*/
  /*}*/
  .news .news_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .public_page .nav a {
    display: none;
  }
  .public_page .nav a.active {
    display: flex;
  }
  .data_download .data_list .item a .contont {
    width: 50%;
  }
  .data_download .data_list .item a .contont2 {
    display: none;
  }
  .data_download .data_list .item a {
    padding: 0.2rem 0.2rem;
  }
  .case_study .case_nav .item {
    min-width: 156px;
    height: 42px;
  }
  .case_study .case_nav .item:nth-child(2n) {
    margin-right: 0;
  }
  .link a {
    min-width: 132px;
    height: 40px;
  }
  .solution .right .right_box .contont3 .tont_left {
    width: 100%;
  }
  .solution .right .right_box .contont3 .tont_right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .products_details .details_1 .left .mySwiper1 .swiper-slide .slide img {
    height: 2.4rem;
  }
  .products_details .details_2 .ju_box .item .it1 img {
    height: 0.6rem;
  }
  .products .right .rig_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .company .company_box .left .data .item .img img {
    height: 0.7rem;
  }
  .company .company_box .left .data .item .desc p {
    font-size: 0.3rem;
  }
  .company .company_box .left .data {
    justify-content: space-between;
  }
  .company .company_box .left .data .item {
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .development .deve_box .mySwiper4 .prev,
  .development .deve_box .mySwiper4 .next {
    top: 37%;
  }
  .corporate .merkpd .merk_title .item p span {
    font-size: 0.5rem;
  }
  .corporate .merkpd .merk_title .item {
    margin-bottom: 0.3rem;
  }
  .corporate .merkpd .merk_title .item:last-child {
    /*margin-left: 0;*/
    /*margin-bottom: 0;*/
  }
  .honor .honor_box .left {
    width: 100%;
  }
  .honor .honor_box .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .honor .honor_box .swiper-pagination {
    bottom: -0.5rem;
  }
  .p80 {
    padding-top: 0.4rem;
  }
  .cooperative .coop_box .swiper-slide .slide:nth-child(2) {
    margin-top: 10px;
  }
  .index_banner .banner .swiper-pagination {
    bottom: 0.3rem;
  }
  .industry .industry_list .item .it_about2 {
    padding: 1rem 0.3rem 0;
  }
  .industry .industry_list .item .it_img img {
    height: 5.4rem;
  }
  .p_and_s .banner2 .mySwiper9 .swiper-slide .left {
    width: 100%;
  }
  .p_and_s .banner2 .mySwiper9 .swiper-slide .right {
    width: 100%;
    margin-top: 0.5rem;
  }
  .p_and_s .banner2 {
    padding: 0.6rem 0;
  }
  .p_and_s .banner2 .prev,
  .p_and_s .banner2 .next {
    display: none;
  }
  .pc_footer .foot_center .right .lxwm h3 a,
  .products_details .details_4 .table table tr td,
  .human_resources .resources_list .item .item_bottom .bottom_box .list .contont1,
  .human_resources .resources_list .item .item_top .contont1,
  .human_resources .resources_list .thead .contont1,
  .data_download .data_list .item a,
  .public_banner .ban_title p {
    font-size: 0.24rem;
  }
   .human_resources .resources_list .item .item_bottom .bottom_file .link .theskew span {
        font-size: 12px;
    }
}
