.w1780 {
    width: 100%;
    max-width: 1780px;
    margin: 0 auto;
  }
  .w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .mimg{display:none}
  .about_page{padding-bottom:30px;}
  #header1  { 
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));  
}
#header1.inside_header  { 
    background: #fff;  
}
  #header2 {
    display: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px #aaa;
  }
  .header {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
   
  }
  .header .header_right {
    display: flex;
    align-items: center;
  }
  .header .header_right .nav ul {
    display: flex;
  }
  .header .header_right .nav ul li{
    position: relative;
    padding: 1rem 0;
  }
  .header .header_right .nav ul li a {
    line-height: 24px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'BIG JOHN' , "思源黑体";
    transition: ease-in-out 0.5s;
    position: relative;
  }
  .header .header_right .nav ul li .subnav{ position: absolute; z-index: 1002; left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%); -ms-transform: translateX(-50%);-o-transform: translateX(-50%);text-align: center;top: 4.5rem; width: 100%; height:auto; max-height: 0; overflow: hidden; transition: all ease-in 0.5s; background:rgba(0,0,0,.5); opacity: 0;}
  .header .header_right .nav ul li:hover .subnav{ max-height: 100rem; opacity: 1}
  .header .header_right .nav ul li .subnav a{ display: block; width: 100%; line-height: 2rem; padding: 1rem; border-bottom: 1px solid rgba(255,255,255,0.2); color:#fff; font-size: 1.6rem; text-align: center; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
  .header .header_right .nav ul li .subnav a:hover{ color:#2775b6;}

  .header .header_right .nav ul li a span {
    transition: ease-in-out 0s;
  }
  .header .header_right .nav ul li a span.z {
    opacity: 0;
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 0;
    font-weight: lighter;
    font-family: 'BIG JOHN' , "思源黑体";
    color: #000;
  }
  .header .header_right .nav ul li:last-child a {
    width: 150px;
  }
  .header .header_right .nav ul li:nth-child(4) a {
    width: 150px;
  }
  .header .header_right .nav ul li:nth-child(5) a {
    width: 150px;
  }
  .header .header_right .nav ul li:nth-child(6) a {
    width: 150px;
  }
  .header .header_right .nav ul li:nth-child(3) a {
    width: 150px;
  }
  .header .header_right .nav ul li:nth-child(2) a {
    width: 150px;
  }
  .header .header_right .nav ul li:first-child a {
    width: 80px;
  }
  .header .header_right .language {
    display: flex;
    align-items: center;
    margin-left: 55px;
  }
  .header .header_right .language b {
    display: block;
    margin: 0 12px;
    width: 2px;
    height: 24px;
    background: #fff;
  }
  .header .header_right .language .icon {
    height: 24px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    
  }
  .header .header_right .language .icon .nohover{
       width:40px;
       display:block;
       text-align:center;
  }
  .header .header_right .language .icon .hover {
     display:none;
     color: rgb(39, 117, 182);
     font-size:20px;
     font-weight: bold;
     line-height:24px;
     font-family: 'BIG JOHN' , "思源黑体";
     width: 40px;
    
  }

#header2 .header_right .nav ul li > a{ color: #333;}

  .pro_img1 img{
      width:100%;
  }
  .header .header_right .language .icon:hover .hover{
   display:block;
  }
  .header .header_right .language .icon:hover .nohover{
   display:none;
  }
  .header .flex {
    height: 100%;
    align-items: center;
  }
  .header.on {
    background: rgba(255, 255, 255, 0.6);
  }
  .banner .swiper-container {
    --swiper-pagination-color: #fff;
    /* 两种都可以 */
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #FFF;
    margin: 0 15px;
  }
  .banner .swiper-pagination-fraction,
  .banner .swiper-pagination-custom,
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
  }
  .banner img{
      width:100%;
  }
  .index_title {
    padding: 90px 0 40px 0;
    text-align: center;
  }
  .index_title h3 {
    font-size: 42px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index_title p {
    font-size: 20px;
    color: #808080;
    line-height: 36px;
    font-weight: 300;
    margin-top: 35px;
    margin-bottom: 22px;
  }
  .number_list ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .number_list ul li {
    width: 50%;
  }
  .number_list ul li figure {
    position: relative;
    overflow: hidden;
  }
  .number_list ul li figure .imgcut{
    position: relative; padding-bottom: 40%;
  }
  .number_list ul li figure .imgcut img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
  .number_list ul li figure img {
    transition: ease-in-out 0.5s;
  }
  .number_list ul li figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .number_list ul li figure figcaption h3 {
    font-size: 150px;
    font-weight: bold;
    color: #fff;
    transition: ease-in-out 0.5s;
    display: flex;
    align-items: flex-start;
  }
  .number_list ul li figure figcaption h3 span:last-child {
    font-size: 100px;
  }
  .number_list ul li figure figcaption h4 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
  }
  .number_list ul li:hover figure img {
    transform: scale(1.2);
  }
  .number_list ul li:hover figure figcaption h3 {
    text-shadow: 5px 5px 8px #999;
  }
  .moudle_page2 .mode {
    margin-bottom: 2px;
    position: relative;
  }
  .moudle_page2 .mode .img img{
      width:100%;
  }
  .moudle_page2 .mode a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .moudle_page2 .mode.modetitle a .title{ position: relative;}
  .moudle_page2 .mode.modetitle .submenu{ position: relative;}
  .moudle_page2 .mode.modetitle .submenu a{ background: rgba(0,0,0,.1);}
  .moudle_page2 .mode a .title {
    position: absolute;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 10;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));

  }
  .moudle_page2 .mode a .title h6 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 10px;
    color: #000;
  }
  .moudle_page2 .mode a .title p {
    font-size: 20px;
    color: #333;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: ease-in-out 0.5s;
    width: fit-content;
    margin: 0 auto;
  }
  .moudle_page2 .mode a .title p span {
    display: block;
    height: 29px;
    padding-top: 5px;
    margin-left: 20px;
    transition: ease-in-out 0.5s;
    animation-delay: 0ms;
    opacity: 0.7;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .moudle_page2 .mode a .title p span.arrow {
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
  }
  .moudle_page2 .mode .submenu{
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .moudle_page2 .mode .submenu a{
    margin:0 0.5px;
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 3rem;
    background: rgba(255,255,255,.5);
  }
  .moudle_page2 .mode a .title p:hover {
    opacity: 1;
  }
  .moudle_page2 .mode a .title p:hover span {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0px, 0px);
  }
  @-webkit-keyframes arrow {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0px, 0px, 0px);
    }
    33% {
      opacity: 1;
    }
    66% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(20px, 0px, 0px);
    }
  }
  .footer {
    width: 100%;
    padding: 50px 0 25px 0;
    background-image: linear-gradient(to right, #2775b6 0%, #0061b2 50%, #0059a4 100%);
  }
  .footer .left .footer_messgae {
    display: flex;
    justify-content: space-between;
  }
  .footer .left .footer_messgae .mode p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .footer .left .footer_messgae .mode p.number a{ font-size: 20px; font-weight: bold;}
  .footer .left .footer_messgae .mode p a{
      color: #ffffff;
  }
  .footer .left .footer_messgae .mode ul {
    width: 100%;
  }
  .footer .left .footer_messgae .mode ul li {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 2px;
  }
  .footer .left .footer_messgae .mode ul li div {
    line-height: 28px;
    width: 70px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-right: 1px solid #fff;
  }
  .footer .left .footer_messgae .mode ul li input {
    background: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    padding-left: 10px;
    width:calc(100% - 70px);
  }
  .footer .left .footer_messgae .mode .btn {
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    cursor: pointer;
    transition: ease-in-out 0.3s;
  }
  .footer .left .footer_messgae .mode .btn:hover {
    background: #fff;
    color: #333;
  }
  .footer .left .footer_messgae b {
    width: 2px;
    height: 160px;
    background-color: #fff;
    margin:0 30px;

  }
  .footer .title {
    font-size: 20px;
    color: #ffffff;
    /* font-family: "思源黑体"; */
    font-weight: bold;
    margin: 20px auto;
  }
  .footer .right{
    max-width: 360px;
  }
  .footer .right ul {
    margin-top:15px;
  }
  .footer .right ul li a{
    font-size: 15px;
    color: #ffffff;
    line-height: 2;
  }
 

  .footer .footer_font {
    padding-top: 2rem;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    font-size: 16px;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer .footer_font p{ line-height: 2;}
  .footer .footer_font a{
    display: inline-block;
    padding: 0 0.25rem;
    color:#fff;
  }
  .footer .footer_font a:hover{ text-decoration: underline;}
  .w1300 {
    max-width:1300px;
    width: 100%;
    margin: 0 auto;
  }
  .footer .w1300{ max-width:1560px; padding: 0 2rem;}
  .menu.m {
    /* position: absolute;
    right: 4%;
    top: 35px; */
    z-index: 11;
    cursor: pointer;
  }
  #header2 .menu.m{
      position:inherit;
  }
  body.open .menu.m span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  body.open .menu.m span:nth-child(2) {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  body.open .menu.m span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu.m span {
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    background: #000;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: 11;
    border-radius: 2em;
  }
  .menu.m_o span {
    background: #fff;
  }
  .menu.m span:nth-child(2) {
    top: 10px;
  }
  .menu.m span:nth-child(3) {
    top: 21px;
  }
  .search_container {
    width: 870px;
    height: 250px;
    margin: 0 auto;
    position: fixed;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #fff;
    padding: 60px 0;
    display: none;
    box-shadow: 0 0 3rem rgba(0,0,0,0.1);
  }
  .search_container .number{ text-align: center;}
  .search_container .number p{ color: #aaa; line-break: 2; font-size: 1.6rem;}
  .search_container .number a{ font-size: 5rem; color: #2775b6; font-weight: bold;}
  
@media (max-width: 1199px) {
  .search_container .number a{ font-size: 3rem;}
}
  .search_container input {
    position: relative;
    border-bottom: 1px solid #3a434a;
    padding-left: 70px;
    font-size: 20px;
    color: #3a434a;
    width: 670px;
    margin: 0 auto;
    display: block;
    font-weight: 400;
    line-height: 60px;
  }
  .search_container #searchBtn {
    background: url(../images/search_btn.png) no-repeat center center;
    background-size: 25px 25px;
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 72px;
    left: 105px;
  }
  .search_container .search_close {
    background: url(../images/search_close.png) no-repeat center center;
    background-size: 15px 15px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
  }
  .search_container .search_list {
    position: absolute;
    top: 160px;
    left: 105px;
  }
  .search_container .search_list ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .search_container .search_list ul li {
    margin-right: 20px;
  }
  .search_container .search_list ul li a {
    font-size: 14px;
    color: #b2b2b2;
    transition: 0.5s;
  }
  .search_container .search_list ul li a:hover {
    color: #FBA81E;
  }
  .search_container .search_list ul li:first-child {
    margin-right: 10px;
  }
  .search_container .search_list ul li:first-child a {
    color: #4c4c4c;
  }
  .w670 {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
  }
  .message_container {
    width: 870px;
    height: 550px;
    margin: 0 auto;
    position: fixed;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #fff;
    padding: 80px 0 0 0;
    display: none;
    box-shadow: 0 0 3rem rgba(0,0,0,0.1);
  }
  .message_container .search_close {
    background: url(../images/search_close.png) no-repeat center center;
    background-size: 15px 15px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
  }
  .message_container .btn {
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 5px;
    margin: 40px 0 0 0;
    font-size: 22px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #2775b6, #00b7ff, #2775b6);
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    /* font-family: 'Roboto', sans-serif; */
    background-size: 200%;
    transition: 0.5s;
  }
  .message_container .btn:hover {
    background-position: right;
  }
  .message_container .input_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .message_container .input_list .input-group {
    width: 300px;
    position: relative;
    display: grid;
    grid-template-columns: 10% 90%;
    margin: 20px 0;
    padding: 5px 0;
  }
  .message_container .input_list .input-group .icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .message_container .input_list .input-group div {
    position: relative;
    height: 45px;
  }
  .message_container .input_list .input-group div img {
    height: 25px;
    object-fit: cover;
  }
  .message_container .input_list .input-group div h5 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #d9d9d9;
    font-size: 18px;
    transition: 0.3s;
  }
  .message_container .input_list .input-group div:last-child {
    margin-left: 10px;
  }
  .message_container .input_list .input-group .input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background: none;
    padding: 0.5rem 0.7rem;
    font-size: 20px;
    color: #555;
    /* font-family: 'Roboto', sans-serif; */
    border-bottom: 2px solid #d9d9d9;
  }
  .message_container .input_list .input-group .input::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 20px;
  }
  .message_container .input_list .input-group:nth-child(5) {
    width: 100%;
  }
  .message_container .input_list .input-group:last-child {
    grid-template-columns: 4% 96%;
  }
  .w1640 {
    max-width: 1640px;
    margin: 0 auto;
    width: 100%;
  }
  .public_menu {
    width: 100%;
    height: 100vh;
    background: #2775b6;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 19;
    opacity: 1;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
  }
  .public_menu .header {
    position: absolute;
    width:100%;
    left:0;
    top:0;
    z-index: 20;
  }
  .public_menu .public_nav {
    padding-top: 120px;
  }
  .public_menu .public_nav ul li {
    margin-bottom: 20px;
    position: relative;
    display: table;
    transition: transform 1.65s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-100%) translateX(-17.5rem);
    opacity: 0;
  }
  .public_menu .public_nav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    font-family: 'BIG JOHN' , "思源黑体";
    display: block;
    min-width: 400px;
    text-align: left;
    position: relative;
  }
  .public_menu .public_nav ul li a span {
    transition: ease-in-out 0s;
  }
  .public_menu .public_nav ul li a span.z {
    opacity: 0;
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: bold;
    font-family: 'BIG JOHN' , "思源黑体";
    color: #fff;
    font-size: 30px;
  }
  .public_menu .public_nav ul li dl {
    position: absolute;
    width: max-content;
    left: 100%;
    top: 0;
    z-index: 9;
    opacity: 0;
    z-index: -1;
    transition: ease-in-out 0.3s;
  }
  .public_menu .public_nav ul li dl dd a {
    font-size: 30px;
    line-height: 2;
    padding-right: 0 !important;
    width: auto !important;
    color: #fff;
  }
  .public_menu .public_nav ul li dl dd a span.z {
    white-space: nowrap;
    font-size: 25px;
    color: #FFF;
    line-height: 1;
  }
  .public_menu .public_nav ul li dl.active {
    z-index: 1;
    opacity: 1;
  }
  .public_menu .public_nav ul li:nth-child(3)::before,.public_menu .public_nav ul li:nth-child(4)::before,.public_menu .public_nav ul li:nth-child(5)::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 0;
    height: 4px;
    left: calc(100% - 200px);
    top: calc(50% + 2px);
    background: #fff;
    transition: ease-in-out 0.5s;
    pointer-events: none;
  }
  .public_menu .public_nav ul li:nth-child(5).active::before,.public_menu .public_nav ul li:nth-child(3).active::before,.public_menu .public_nav ul li:nth-child(4).active::before {
    width: 120px;
  }
  .public_menu .public_nav ul li:nth-child(5) a,.public_menu .public_nav ul li:nth-child(3) a,.public_menu .public_nav ul li:nth-child(4) a {
    width: 580px;
    padding-right: 280px;
    min-width: 300px;
  }
  .public_menu .public_f {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
    margin-top: 80px;
    opacity: 0;
    transform: translateY(80px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 1s;
  }
  .public_menu .public_f .ewm{
      max-width:100px;
      margin:0 auto;
  }
  .inside_banner{
      margin-top:100px;
  }
  .public_menu .public_f .right .ewm {
    text-align: center;
  }
  .public_menu .public_f .right p {
    font-size: 16px;
    color: #fffefe;
    margin-top: 8px;
    text-align:center;
  }
  .public_menu .public_f .left {
    text-align: right;
  }
  .public_menu .public_f .left p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    text-align: right;
  }
  .public_menu .public_f .left p span {
    font-weight: 500;
    letter-spacing: 1px;
  }
  .public_menu .public_f .left a {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 200;
    text-align: right;
  }
  .public_menu.active {
    left: 0;
  }
  .public_menu.active .public_nav li {
    transform: translateX(0);
    opacity: 1;
  }
  .public_menu.active .public_f {
    transform: translateY(0);
    opacity: 1;
  }
  .inside_header {
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
  }
  .inside_header .header_right .nav ul li a {
    color: #000;
  }
  /* .inside_header .header_right .language .icon.messg {
    background: url(../images/message_b.png) no-repeat;
  }
  .inside_header .header_right .language .icon.search {
    background: url(../images/search_b.png) no-repeat;
  } */
  .inside_header .header_right .language b {
    background: #000;
  }
  .inside_header#header2 {
    background: #fff;
  }
  .work_page {
    padding-top: 100px;
  }
  .work_page .work_list li {
    padding: 0 10px;
    margin-bottom: 10px;
    padding-bottom: 32%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
  }
  .work_page .work_list li figure {
    width: calc((100% - 30px) / 2);
    flex-basis: auto;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    height: 100%;
  }
  .work_page .work_list li figure img{
      width:100%;
  }
  .work_page .work_list li figcaption {
    width: calc((100% - 30px) / 2);
    background: #2775b6;
    color: #fff;
    flex-basis: auto;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    height: 100%;
    padding: 0 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .work_page .work_list li figcaption h4 {
    font-size: 30px;
    font-weight: 800;
    /* font-family: "思源黑体"; */
  }
  .work_page .work_list li figcaption h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'BIG JOHN' , "思源黑体";
  }
  .work_page .work_list li figcaption p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30PX;
    margin-top: 10px;
  }
  .work_page .work_list li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .work_page .work_list li:nth-child(2n) figure {
    left: auto;
    right: 10px;
  }
  .work_page .work_list li:nth-child(2n) figcaption {
    right: auto;
    left: 10px;
  }
  .w1600 {
    max-width: 1580px;
    width: 100%;
    margin: 0 auto;
  }
  .about_tact {
    display: flex;
    justify-content: space-between;
  }
  .about_tact .about_p {
    width: 70%;
    font-size: 16px;
    color: #808080;
    line-height: 36px;
    margin-top: 100px;
    word-break: normal;
    text-align: justify;
  }
  .about_tact .about_p p{
      font-size: 1.8rem;
      line-height: 2;
  }
  .in_title {
    margin-top: 100px;
  }
  .in_title h6 {
    font-size: 24px;
    color: #000;
    margin-top: 5px;
    font-weight: 400;
  }
  .in_title h4 {
    color: #000;
    font-family: 'BIG JOHN' , "思源黑体";
    font-size: 55px;
  }
  .num_list {
    margin-top: 71px;
    margin-bottom: 104px;
  }
  .num_list ul {
    display: flex;
    justify-content: space-between;
  }
  .num_list ul li {
    text-align: left;
    margin-right: 170px;
  }
  .num_list ul li span {
    font-size: 90px;
    color: #2775b6;
    font-weight: 800;
    /* font-family: "思源黑体"; */
  }
  .num_list ul li h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    text-align: center;
  }
  .num_list ul li:last-child {
    margin-right: 0;
  }
  .num_list ul li:first-child {
    margin-right: 30px;
  }
  .num_list ul li:nth-child(3) {
    margin-right: 180px;
  }
  .team_swiper {
    position: relative;
    margin-top: 80px;
  }
  .team_swiper .swiper-button-prev {
    left: 46%;
    top: auto;
    bottom: -50px;
    width: 37px;
    height: 24px;
    background: url(../images/prev.png) no-repeat;
    transition: all 0.5s;
  }
  .team_swiper .swiper-button-next {
    right: 46%;
    top: auto;
    bottom: -50px;
    width: 37px;
    height: 24px;
    background: url(../images/next.png) no-repeat;
    transition: all 0.5s;
  }
  .team_swiper .swiper-button-prev:hover {
    background: url(../images/prev_h.png) no-repeat;
  }
  .team_swiper .swiper-button-next:hover {
    background: url(../images/next_h.png) no-repeat;
  }
  .team_swiper .swiper-button-prev:after {
    display: none;
  }
  .team_swiper .swiper-button-next:after {
    display: none;
  }
  .team_swiper .hidetext {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    transition: all 1.5s;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .team_swiper .swiper-slide {
    cursor: pointer;
  }
  .team_swiper .swiper-slide:hover .hidetext {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .cul_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cul_list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    margin-top: 80px;
  }
  .cul_list ul li .icon {
    margin-right: 15px;
  }
  .cul_list ul li .font h6 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
  }
  .cul_list ul li .font p {
    font-size: 18px;
    color: #808080;
    margin-top: 5px;
    transition: ease-in-out 0.5s;
  }
  .cul_list ul li:nth-child(3n + 1) {
    width: calc(33.33% - 40px);
  }
  .cul_list ul li:nth-child(3n + 2) {
    width: calc(33.33% - 20px);
  }
  .cul_list ul li:nth-child(3n) {
    width: calc(33.33% + 60px);
  }
  .cul_list ul li:hover .font p {
    color: #000;
  }
  .contact_page1 {
    padding: 120px 0;
  }
  .mod {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mod figcaption .tit {
    margin-bottom: 80px;
  }
  .mod figcaption .tit h3 {
    font-family: 'BIG JOHN' , "思源黑体";
    font-size: 60px;
  }
  .mod figcaption .tit h5 {
    font-size: 32px;
    color: #221815;
    font-weight: bold;
    margin-top: 10px;
  }
  .mod figcaption .tit2 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
  }
  .mod figcaption .tit2 h6 {
    font-size: 22px;
    color: #2775b6;
    font-weight: 800;
  }
  .mod figcaption .tit2 h6 span {
    font-family: 'BIG JOHN' , "思源黑体";
    font-weight: normal;
    margin-left: 5px;
  }
  .mod figcaption .tit2 h4 {
    font-size: 32px;
    color: #221815;
    font-weight: bold;
  }
  .cont_m {
    max-width: 620px;
    margin-top: 40px;
  }
  .cont_m ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cont_m ul li {
    display: flex;
    align-items: center;
    padding: 35px 0;
  }
  .cont_m ul li img {
    margin-right: 12px;
  }
  .cont_m ul li p {
    font-size: 18px;
    color: #221815;
    font-weight: 500;
  }
  .cont_m ul li p span {
    color: #b2b2b2;
  }
  .cont_m ul li:first-child {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
  .cont_m ul li:nth-child(2) {
    width: 50%;
    position: relative;
  }
  .cont_m ul li:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    background: #EBEBEB;
    right: 0;
    top: 35px;
    z-index: 1;
  }
  .contact_page3 {
    padding-top: 120px;
  }
  .contact_page3 .mod {
    margin-bottom: 120px;
  }
  .contact_page3 .mod:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
  .strat_page {
    min-height:420px;
    padding: 106px 0 100px 0;
  }
  .strat_page .strat_tt {
    margin-top: 65px;
    margin-bottom: 30px;
  }
  .strat_page .strat_tt h3 {
    font-family: 'BIG JOHN' , "思源黑体";
    font-size: 40px;
    color: #000000;
  }
  .strat_list {
    padding: 0 20px;
  }
  .strat_list ul li {
    padding: 0;
    width: calc(33.33% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #2775b6;
  }
  .strat_list ul li figure {
    opacity: 1;
    overflow: hidden;
    transition: all 0.7s;
  }
  .strat_list ul li figure img {
    transform: scale(1);
    transition: all 0.7s;
    width:100%;
  }
  .proimg_list img{
      width:100%;
  }
  .strat_list ul li figcaption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-top: 30px;
    transform: translateY(-50%);
    transition: all 0.7s;
  }
  .strat_list ul li figcaption b {
    display: block;
    background: #fff;
    width: 80px;
    height: 2px;
    margin: 12px 0;
  }
  .strat_list ul li figcaption h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  .strat_list ul li figcaption h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
  }
  .strat_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .strat_list ul li:hover figure {
    opacity: 0.2;
  }
  .strat_list ul li:hover figure img {
    transform: scale(1.12);
  }
  .strat_list ul li:hover figcaption {
    opacity: 1;
    margin-top: 0;
  }
  .product_page {
    padding-top: 100px;
  }
  .product_page .pro_content {
    padding: 80px 0 90px 0;
  }
  .product_page .pro_content h3 {
    font-size: 30px;
    color: #000000;
    font-family: 'BIG JOHN' , "思源黑体";
  }
  .product_page .pro_content h6 {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
  }
  .product_page .pro_content p {
    font-size: 18px;
    color: #808080;
    line-height: 30px;
    margin-top: 40px;
  }
  .product_page .pro_content span {
    display: block;
    font-size: 16px;
    color: #b2b2b2;
    line-height: 24px;
    margin-top: 30px;
  }
  .product_page .proimg_list li {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    float: left;
  }
  .product_page .proimg_list li:first-child {
    padding: 0;
  }
  .product_page .proimg_list li:nth-child(2) {
    width: calc((100% - 50px) / 2);
    margin-right: 10px;
    margin-left: 20px;
    padding: 0;
  }
  .product_page .proimg_list li:nth-child(3) {
    width: calc((100% - 50px) / 2);
    margin-right: 20px;
    padding: 0;
  }
  .w1540 {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
  }
  .p_control {
    padding: 50px 0;
  }
  .p_control .w1540 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p_control .w1540 a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    transition: all 0.5s;
  }
  .p_control .w1540 a aside {
    width: 37px;
    height: 25px;
    margin-right: 30px;
    transition: all 0.5s;
  }
  .p_control .w1540 a aside.prev {
    background: url(../images/prev.png) no-repeat;
  }
  .p_control .w1540 a aside.next {
    background: url(../images/next.png) no-repeat;
  }
  .p_control .w1540 a:last-child aside {
    margin-right: 0;
    margin-left: 30px;
  }
  .p_control .w1540 a:hover {
    color: #2775b6;
  }
  .p_control .w1540 a:hover aside.prev {
    background: url(../images/prev_h.png) no-repeat;
  }
  .p_control .w1540 a:hover aside.next {
    background: url(../images/next_h.png) no-repeat;
  }
  .pro_more {
    margin-top: 140px;
  }
  .pro_more .pro_tit {
    text-align: center;
    font-size: 28px;
    color: #000000;
    font-family: 'BIG JOHN' , "思源黑体";
    margin-bottom: 50px;
  }
  .top {
    text-align: center;
    margin-top: 100px;
  }
  .about_page4 .img {
    margin-top: 80px;
  }
  .about_page3 {
  padding-bottom:10px;
  }
  .about_page3 .in_title h6 {margin-top:0;}
  .about_page1 {
    padding-bottom: 12px;
  }
  .about_page1 .img {
    overflow: hidden;
  }
  .about_page1 .img img {
    transition: ease-in-out 0.5s;
  }
  .about_page1 .img:hover img {
    transform: scale(1.1);
  }
  .pro_nav {
    margin-right: 120px;
  }
  .pro_nav ul {
    display: flex;
    align-items: center;
  }
  .pro_nav ul li {
    margin-left: 40px;
  }
  .pro_nav ul li a {
    display: block;
    line-height: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    position: relative;
    transition: ease-in-out 0.5s;
  }
  .pro_nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    left: 50%;
    bottom: 0;
    z-index: 9;
    background: #2775b6;
    height: 6px;
    transition: ease-in-out 0.5s;
  }
  .pro_nav ul li a:hover {
    color: #2775b6;
  }
  .pro_nav ul li a:hover::after {
    width: 100%;
    left: 0;
  }
  .pro_nav ul li.active a {
    color: #2775b6;
  }
  .pro_nav ul li.active a::after {
    width: 100%;
    left: 0;
  }
  .w1480 {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  }
  .strat_page2 p.text {
    font-size: 24px;
    color: #262626;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 2.5px;
  }
  .strat_page2 p.title {
    font-size: 40px;
    color: #010101;
    font-weight: 800;
    margin-bottom: 80px;
    margin-top: 120px;
  }
  .strat_page2 p.title2 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-top: 100px;
  }
  .strat_page2 p.text2 {
    font-size: 22px;
    color: #262626;
    line-height: 36px;
    font-weight: 500;
    margin-top: 20px;
  }
  .strat_page2 .st_list {
    margin-top: 45px;
  }
  .strat_page2 .st_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .strat_page2 .st_list ul li {
    width: 390px;
    margin-right: 140px;
    margin-bottom: 50px;
  }
  .strat_page2 .st_list ul li .tt {
    display: flex;
    align-items: center;
  }
  .strat_page2 .st_list ul li .tt h6 {
    color: #272727;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
  }
  .strat_page2 .st_list ul li p {
    font-size: 18px;
    color: #808080;
    line-height: 30px;
    margin-top: 20px;
  }
  .strat_page2 .st_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .strat_page2 .st_list ul li:first-child p {
    padding-left: 70px;
  }
  .strat_page2 .st_list ul li:nth-child(4) p {
    padding-left: 70px;
  }
  .strat_page2 .st_list2 ul li {
    margin-bottom: 55px;
  }
  .strat_page2 .st_list2 ul li .tit {
    font-size: 24px;
    font-weight: bold;
    color: #2775b6;
  }
  .strat_page2 .st_list2 ul li .tit span {
    font-family: 'BIG JOHN' , "思源黑体";
    font-size: 30px;
    margin-right: 5px;
  }
  .strat_page2 .st_list2 ul li p.sec_tit {
    font-size: 20px;
    color: #000000;
    margin: 15px 0 0 0;
    font-weight: 500;
  }
  .strat_page2 .st_list2 ul li p.con_f {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    line-height: 30px;
    margin-top: 25px;
  }
  .strat_page2 .st_list2 ul li .img {
    margin-top: 40px;
  }
  .con_banner{margin-top:100px}
  .float_win{
    display: none;
  }
  .mobile_sec{
    display: none;
    height:0;
    overflow:hidden;
  }
  .footer_messgae p{
    display: none;
  }
  .footer_messgae .mode p{
    display: block;
  }
  .mobile_banner{
      display:none;
  }
  
  
  
  
  
  /* 二次新增样式 */
  
  
  .strat_navpage{
    padding-top: 200px;
  }
  
  .strat_navpage .nav_list{
    padding-left: 150px;
  }
  
  .strat_navpage .nav_list li{
    padding: 20px 0;
    /* border-top: 1px solid #E6E6E6; */
  }
  
  .strat_navpage .nav_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .strat_navpage .nav_list li figcaption{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .strat_navpage .nav_list li figcaption .s_num{
    font-size: 16px;
    color: #000000;
    font-family: 'BIG JOHN' , "思源黑体";
    margin-top: 10px;
    margin-right: 95px;
  }
  .nav_list li figcaption .right_wz h3{
    font-size: 42px;
    color: #000000;
    font-family: "思源黑体";
    font-weight: 800;
  }
  
  .nav_list li figcaption .right_wz p{
    font-size: 18px;
    font-family: "思源黑体";
    color: #4c4c4c;
    line-height: 2.4;
    margin-top: 30px;
    font-weight: 500;
  }
  
  .jishu_page{
    background: url(../images/jishu_bg.jpg) center top no-repeat #FAFBFC;
    padding-bottom: 100px;
    padding-top: 110px;
  }
  
  .j_tit1{
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    font-family: "思源黑体";
    text-align: center;
  }
  .jishu_tit{
    margin-top: 120px;
    text-align: center;
  }
  .jishu_tit h3{
    font-size: 40px;
    color: #010101;
    font-weight: bold;
  }
  .jishu_tit b{
    display: block;
    width: 100px;
    height: 4px;
    margin: 20px auto 40px auto;
    background: #2775b6;
  }
  .jishu_mod .p1{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    margin: 60px 0 20px 0;
  }
  .jishu_mod .p2{
    text-align: center;
    font-size: 18px;
    color: #808080;
    line-height: 2;
  }
  .jishu_mod .p3{
    font-size: 28px;
    color: #000000;
    font-weight: bold;
    margin-top: 90px;
    text-align: center;
  }
  .ewm_list dl{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ewm_list dl dd{
    margin-left: 20px;
    text-align: center;
    padding-top: 0;
  }
  .ewm_list dl dd:first-child{
    margin-left: 0;
  }
  .ewm_list dl dd .img{
    width: 120px;
  }


/*新增首页产品展示样式*/
.add_mode_box{ margin-bottom: 3rem;}
.add_mode_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.add_mode_box ul li{
    width: calc(33.33% - 1px);
    margin-bottom: 2px;
}
.add_mode_box ul li:nth-child(1),.add_mode_box ul li:nth-child(7){
    width: calc(66.66% - 1px);
}
.add_mode_box ul li a{ display: block; position: relative;}
.add_mode_box ul li figure .imgcut{ position: relative; padding-bottom:57.5%; background: #2775b6;}
.add_mode_box ul li:nth-child(1) figure .imgcut,.add_mode_box ul li:nth-child(7) figure .imgcut{ padding-bottom: 50%;}
.add_mode_box ul li figure .imgcut img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
.add_mode_box ul li figcaption{ position: absolute; top: 0;}
.add_mode_box ul li:nth-child(2) figure .imgcut,.add_mode_box ul li:nth-child(6) figure .imgcut{ padding-bottom: 100%;}

  .add_mode_box ul li figure {
    opacity: 1;
    overflow: hidden;
    transition: all 0.7s;
  }
  .add_mode_box ul li figure img {
    transform: scale(1.02);
    transition: all 0.7s;
    width:100%;
  }
  .add_mode_box ul li figcaption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-top: 30px;
    transform: translateY(-50%);
    transition: all 0.7s;
  }
  .add_mode_box ul li figcaption b {
    display: block;
    background: #fff;
    width: 80px;
    height: 2px;
    margin: 12px 0;
  }
  .add_mode_box ul li figcaption h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  .add_mode_box ul li figcaption h6 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
  }
  .add_mode_box ul li:hover figure img {
    transform: scale(1.12);
    opacity: 0.2;
  }
  .add_mode_box ul li:hover figcaption {
    opacity: 1;
    margin-top: 0;
  }

  @media (max-width: 768px) {
    .add_mode_box ul li{ width: 100%;}
    .add_mode_box ul li:nth-child(1),.add_mode_box ul li:nth-child(7){ width: 100%;}
    .moudle_page2 .add_mode_box ul li figure .imgcut{ padding-bottom: 57.5%;}
  }

  /*新增合作伙伴样式*/
  .moudle_page3{ background: #f5f5f5; padding-bottom: 10rem;}
  .moudle_page3 .mode ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
  .moudle_page3 .mode ul li{ width: 14.285%; padding-bottom: 1px; padding-right: 1px;}
  .moudle_page3 .mode ul li a{ display: block; padding: 3rem; background: #fff;}
  .moudle_page3 .mode .imgcut{ position: relative; padding-bottom: 50%; object-fit: contain;}
  .moudle_page3 .mode a img{position: absolute; display: block; width: 100%; height: 100%; object-fit: cover; -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%);filter: grayscale(100%); filter: gray; opacity:0.9; transition:all 0.5s}
  .moudle_page3 .mode a:hover img{ -webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%); -o-filter: grayscale(0%);filter: grayscale(0%); filter: gray; opacity:1;}
  @media (max-width:767px){
    .moudle_page3 .mode ul li{ width:33.33%;}
    .moudle_page3 .mode ul li a{ padding: 1rem;}
  }

  .moudle_page4{ background:url(../images/bgs.jpg) no-repeat center;  background-attachment: fixed; padding-bottom: 5rem;}
  .moudle_page4 .index_title h3{ color: #ccc;}
  .flwrap{ flex-wrap: wrap;}
  .moudle_page4 .mode{ padding-top:5rem}
  .moudle_page4 ul li{ position: relative; width: 20%; cursor: pointer; border-right: 1px solid rgba(255, 255, 255, 0.2);} 
  .moudle_page4 ul li:nth-child(5){ border-right: none;}
  .moudle_page4 ul li h1{ position: relative; z-index: 1; font-size: 3rem; padding: 1rem 0; font-weight: bold; color: #ccc;}
  .moudle_page4 ul li h1 small{ font-size: 1.4rem;}
  .moudle_page4 ul li::after{ content: ""; position: absolute; z-index: 0; bottom: 0; left: 0; width: 100%; height: 0; background: #2775b6; transition: all 0.5s;}
  .moudle_page4 ul li:hover::after{ height: 100%;}
  .moudle_page4 ul li p{ position: relative; z-index: 1;}
  .moudle_page4 ul li p span{ display: block; width: 100%;}
  .moudle_page4 ul li:hover span{ color: #fff;}
  @media (max-width:767px){
    .moudle_page4 ul li{width: 100%;} 
    .moudle_page4 ul li h1{ font-size: 1.6rem;}
  }
  /*侧边栏*/
  .floatQR{
    position: fixed;
    top: 180px;
    right: 2px;
    z-index: 19;
    background-color: #fff;
    width: 130px;
    box-shadow: -1px -1px 3px 0px rgb(0 0 0 / 30%);
    padding:0;
    padding-top:5px;
    border-radius: 10px;
    overflow: hidden;
  }
  .floatQR .pic {
    padding: 2px 5px;
  }
  .floatQR .pic img {
    width: 100%;
  }
  .floatQR .desc {
    text-align: center;
    margin-bottom: 15px;
  }
  .floatQR .tel2{background-color:#2775b6;color:#fff;text-align:center;padding:10px 0;}
  .floatQR .tel2 p{position: relative; color:#fff;margin:0;padding-bottom: 5px;}
  /* .floatQR .tel2 img{ width: 20px; height: 20px;vertical-align: text-bottom;}
  .floatQR .tel2 img::after{ content: ""; position: absolute; left: 0; right: 0; width: 20px; height: 30px; background: #fff;} */
  .floatQR .tel2 p.number{ font-weight: bold;}
  @media (max-width:1199px){
    .floatQR{display: none;}
}
  @media (max-width:767px){
    .public_menu .public_nav ul li:nth-child(3)::before,.public_menu .public_nav ul li:nth-child(4)::before,.public_menu .public_nav ul li:nth-child(5)::before {
        left: 0;
        top: 5rem;
    }
    .ewm_list dl dd .img{
        width: 150px;
      }
      .public_menu .public_f{ margin-top: 30px;}
      .public_menu .public_f .left,.public_menu .public_f .right{ width: 100%;}
      .search_container .search_list ul{
        flex-wrap: wrap;
      }
      .search_container .search_list{ top: 0; left: 0; position: relative; padding: 2rem;}
}