
/*----------------------------------------------------------------------------------- 
/*!
*   ________     ______     ________
*  /  ______\   |______|   /  ____  \
*  | |  ____       | |     | |    | |
*  | | |__  |      | |     | |    | |
*  | |____| |      | |     | |____| |
*  \________/      |_|     \________/
*
*  GTO - 工业兴国.同舟共济 - www.fsgto.com
*  Industry promotes national prosperity.
*  We are in the same boat.
*  By:小桃子
Version: 1.0 
-----------------------------------------------------------------------------------*/
/* 1. 35 Thin 细体 font-weight:100 */
@font-face {
  font-family: "AlibabaPuHuiTi3";
  src: url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-35-Thin.woff2") format("woff2"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-35-Thin.woff") format("woff"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-35-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* 2. 55 Regular 常规正文 font-weight:400 */
@font-face {
  font-family: "AlibabaPuHuiTi3";
  src: url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-55-Regular.woff2") format("woff2"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-55-Regular.woff") format("woff"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-55-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 3. 65 Medium 中粗小标题 font-weight:500 */
@font-face {
  font-family: "AlibabaPuHuiTi3";
  src: url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-65-Medium.woff2") format("woff2"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-65-Medium.woff") format("woff"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-65-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* 4. 85 Bold 粗体大标题 font-weight:700 */
@font-face {
  font-family: "AlibabaPuHuiTi3";
  src: url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-85-Bold.woff2") format("woff2"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-85-Bold.woff") format("woff"),
       url("https://img.ziyuan120.com/fsgto/fonts/AlibabaPuHuiTi-3-85-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family:"AlibabaPuHuiTi3", system-ui, -apple-system, "Noto Sans SC", sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family:"AlibabaPuHuiTi3", system-ui, -apple-system, "Noto Sans SC", sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*布局*/

.wp {margin: 0 auto;width: 1500px;}
/*******************************
    -------[=头部]-------
********************************/
.header{
    background-color: #fff;
}
.header .title{
    background-color: #ebebeb;
    overflow: hidden;
    line-height: 36px;
    font-size: 14px;
    color:#7B7B7B;
}
.header .title .r a{
    padding: 0 10px;
    color:#7B7B7B;
}
.header .box{
    overflow: hidden;
}
.header.fixed .nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.logo{float:left;margin:9px 0 8px;height:102px;display:block;overflow:hidden;}
/*.logo{
    float: left;
    height: 119px;
    line-height: 119px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}*/
.tell{
    float: right;
    overflow: hidden;
    padding-top: 16px;
}
.tell .qr{
    float: left;
    width: 89px;
    height: 89px;
    /*background: url(../images/qr2.jpg) no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 40px;
}
.tell .tel{
    overflow: hidden;
    background: url(../images/ico1.jpg) left center no-repeat;
    padding-left: 71px;
    font-size: 17px;
    padding-top: 14px;
    color:rgba(0, 0, 0, 0.75);
}
.tell span{
    color:#0057ae;
    font-size: 33px;
    line-height: 1.3;
    font-weight: bold;
}
.nav{
    background-color: #313131;
}
.nav::after{
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    width: 100%;
    height: 0;
}

/* 一级导航：只选直接子 li，宽度 12.5% 不变 */
.nav > .wp > ul > li {
    float: left;
    width: 12.5%;
    position: relative;
    list-style: none;
}

.nav .v1{
    display: block;
    text-align: center;
    padding: 18px 0 16px;
}
.nav .v1 .cn{
    font-size: 16px;
    margin-bottom: 4px;
    color:#fff;
}
.nav .v1 .en{
    font-size: 12px;
    text-transform: uppercase;
    color:rgba(255, 255, 255, 0.3);
}
.nav li:hover .v1{
    background: #0057ae;
}

/* 二级菜单：宽度 100%（等于父 li 宽度），背景红色 */
.nav li .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; /* 和一级导航同宽 */
    background-color: #0057aeb5;
    z-index: 999;
    padding: 0;
    margin: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    list-style: none;
}

/* 二级菜单项：取消浮动，垂直排列 */
.nav li .sub li {
    float: none;
    width: 100%;
}

/* 二级链接：默认白色、居中 */
.nav li .sub a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

/* 关键：鼠标放到二级文字上 → 文字变蓝色 */
.nav li .sub a:hover {
    color: #0057ae; /* 蓝色文字 */
	background: #fff; /* 背景不变 */
}

.nav li:hover .sub {
    display: block;
}
/* 主菜单 */


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 17px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #0057ae;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/

/*******************************
    -------[=公用]-------
********************************/
.banner img{ display:block
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:1.82vw;
  }
.banner .swiper-pagination-bullet{width:17px;height:17px;background:transparent;font-size:0;cursor:pointer;border: 1px solid #fff;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;}
.banner .swiper-button-prev{
     width: 43px;
    height: 72px;
    background-image: url(../images/ico52.png);
    -webkit-background-size: cover;
    background-size: cover;
    left:42px;
    z-index: 2;
    margin-top: -36px;
}
.banner .swiper-button-next{
    width: 43px;
    height: 72px;
    background-image: url(../images/ico53.png);
    -webkit-background-size: cover;
    background-size: cover;
    right:42px;
    margin-top: 0;
    z-index: 2;
    margin-top: -36px;
}
.g-tit{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto 4.64vw;
    background-size: auto 4.64vw;
    padding-top: 2.45vw;
    margin-bottom: 32px;
}
.g-tit.tl{
    text-align: left;
    background-position: left top;
    padding-top: 3.13vw;
}
.g-tit .tit{
    color:#333;
    font-size: 40px;
    font-weight: bold;  
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.g-tit .desc{
    font-size: 16px;
    color:#666;
}
.g-tit .desc i{
  display: inline-block;
  vertical-align: middle;
  width: 134px;
  height: 7px;
  margin:0 27px;
}
.g-tit .desc i:first-child{
    background: url(../images/ico2.png) no-repeat;
}
.g-tit .desc i:last-child{
    background: url(../images/ico3.png) no-repeat;
}
.g-tit.cof .tit,
.g-tit.cof .desc{
  color:#fff;
}
.g-tit.cof i{
  background-color: #fff;
}
.row1{
    overflow: hidden;
    padding: 31px 0 43px;
}

.pcatinx{
    overflow: hidden;
    border-top: 1px solid #d9d6da;
    border-bottom: 1px solid #d9d6da;
    margin-bottom: 2.71vw;
}
.ul-pat{
    padding: 0 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ul-pat li{
    overflow: hidden;
}
.ul-pat li a{
    display: block;
}
.ul-pat .ico{
    float: left;
    width: 60px;
    height: 105px;
    line-height: 105px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.ul-pat .ico.i1{
    background-image: url(../images/ico4.png);
}
.ul-pat .ico.i2{
    background-image: url(../images/ico5.png);
}
.ul-pat .ico.i3{
    background-image: url(../images/ico6.png);
}
.ul-pat .ico.i4{
    background-image: url(../images/ico7.png);
}
.ul-pat .ico.i5{
    background-image: url(../images/ico8.png);
}
.ul-pat .ico.i6{
    background-image: url(../images/ico9.png);
}
.ul-pat .txt{
    overflow: hidden;
    padding-top: 24px;
}
.ul-pat .cn{
    color:#333333;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 6px;
}
.ul-pat .en{
    font-family: Arial;
    font-size: 11px;
    color:#333333;
    text-transform: uppercase;
}
.m-probox{
    overflow: hidden;
}
.m-probox .w25{
    width: 25%;
    float: left;
    padding-right: 30px;
}
.m-probox .w25:last-child{
    padding-left: 30px;
    padding-right: 0;
}
.m-probox .w25 .pic{
   /* height: 13.65vw;*/
}
.m-probox .item{
    margin-bottom: 0px;
}
.m-probox .tit{
    line-height: 3.7vw;
    text-align: center;
    font-size: 16px;
    color:#333333;
    background: #ededed;
}
.m-probox .name{
    line-height: 4.17vw;
    background: #ededed;
    overflow: hidden;
    padding: 0 0 0 3.65vw;
    font-size: 18px;
    color:#333;
    position: relative;
}
.m-probox .name .more{
    float: right;
    width: 159px;
    height: 38px;
    font-size: 15px;
    color:#666666;
    border:1px solid #b3b3b3;
    border-radius: 30px;
    overflow: hidden;
    line-height: 34px;
    text-align: center;
   position: absolute;
   top: 50%;
   right: 3.65vw;
   margin-top: -19px;
}
.m-probox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-probox  .w50{
    width: 50%;
    float: left;
}
.m-probox  .w50 .pic{
    overflow: hidden;
    /*height: 29.53vw;*/
}
.row2{
    overflow: hidden;
    background: url(../images/bg1.webp) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 53px 0 58px;
    color:#fff;
}
.row2 .l{
    width: calc(100% - 416px);
    overflow: hidden;
    padding-right: 60px;
}
.row2 .l .tit{
    margin-bottom: 55px;
}
.row2 .l .tit span{
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
}
.row2 .l .tit p{
    font-size: 2.86vw;
    font-weight: bold;
}
.ul-list1{
    display: flex;
    justify-content: space-between;
}
.ul-list1 li{
    width: 100px;
    text-align: center;
}
.ul-list1 li .ico img{
    display: block;
    margin:0 auto 17px;
}
.ul-list1 .desc{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.ul-list1 .num{
    width: 38px;
    height: 38px;
    border:2px solid #fff;
    line-height: 34px;
    font-family: Arial;
    font-size: 18px;
    border-radius: 50%;
    margin:0 auto;
    font-weight: bold;
}
.row2 .r .more{
    display: block;
    width: 313px;
    background-color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    border-radius: 30px;
    color:#333333;
    float: right;
    margin-bottom: 47px;
}
.row3{
    overflow: hidden;
    padding: 46px 0;
}
.ul-ystab{
    text-align: center;
    margin-bottom: 2.5vw;
}
.ul-ystab li{
    display: inline-block;
    margin:0 2.6vw;
    position: relative;
}
.ul-ystab li.act::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-10px;
    margin:0 auto;
    width: 15px;
    height: 7px;
    background: url(../images/ico22.png) no-repeat;
}
.ul-ystab .ico img{
    display: block;
    margin:0 auto 13px;
}
.ul-ystab .tit{
    font-size: 18px;
    color:#666666;
    font-weight: bold;
}
.ul-ystab li:hover .tit,
.ul-ystab li.on .tit{
    color:#333333;
}
.swiper-1 .txt{
    display: none;
}
.swiper-1 .pic{
    position: relative;
    overflow: hidden;
    height: 548px;
    margin-top: 17px;
}
.swiper-1 .pic::after {
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-color: rgba(0, 0, 0, 0.5);  */
}

.swiper-1 .swiper-slide-next .pic {
  -webkit-transform: scale(0.9) translateX(-10%);
  -moz-transform: scale(0.9) translateX(-10%);
  -ms-transform: scale(0.9) translateX(-10%);
  -o-transform: scale(0.9) translateX(-10%);
  transform: scale(0.9) translateX(-10%);
}
.swiper-1 .swiper-slide-prev .pic {
  -webkit-transform: scale(0.9) translateX(10%);
  -moz-transform: scale(0.9) translateX(10%);
  -ms-transform: scale(0.9) translateX(10%);
  -o-transform: scale(0.9) translateX(10%);
  transform: scale(0.9) translateX(10%);
}
.swiper-1 .swiper-slide {
  z-index: 1;
}
.swiper-1 .swiper-slide-active {
  z-index: 2;
}
.swiper-1 .swiper-slide-active .txt{
    display: block;
}
.swiper-1 .txt{
    float: left;
    width: 179px;
    height: 584px;
    background: #666366;
    padding:32px 36px 0;
    color:#fff;
    position: relative;
}
.swiper-1 .txt::after {
    content: '';
    display: block;
    position: absolute;
    right: -11px;
    top: 0;
    width: 15px;
    height: 17px;
    background: url(../images/ico54.png) no-repeat;
}
.swiper-1 .txt .num{
    margin:0 auto 30px;
    width: 109px;
    height: 111px;
    background: url(../images/ico23.png) no-repeat;
    text-align: center;
    font-size: 43px;
    font-family: Impact;
    line-height: 111px;
}
.swiper-1 .txt .desc{
    writing-mode:vertical-rl;
    font-size: 15px;
    line-height: 1.75;
    height: 240px;
    margin-bottom: 39px;
}
.swiper-1 .txt .lin{
    height: 1px;
    background: #7c7c7f;
    margin-bottom: 50px;
}
.swiper-1 .txt .img{
    height: 26px;
    background: url(../images/pic3.jpg) no-repeat center; 
}
.swiper-1 .swiper-button-next{
    width:49px;
    height: 49px;
    background-image: url(../images/ico25.png);
    -webkit-background-size: cover;
    background-size: cover;
    right:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}
.swiper-1 .swiper-button-prev{
    width:49px;
    height: 49px;
    background-image: url(../images/ico24.png);
    -webkit-background-size: cover;
    background-size: cover;
    left:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}
.row4{
    overflow: hidden;
    background: url(../images/bg22.webp) no-repeat;
    padding: 47px 0;
}
.swiper-2 .ico img{
    display: block;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
.swiper-2 .txt{
    color:#fff;
    margin-top:-68px;
   /* height: 377px;*/
    padding: 118px 40px 0;
    background: rgba(86, 86, 86, 0.7);
}
.swiper-2 .txt .tit{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 33px;
}
.swiper-2 .txt .desc{
    font-size: 16px;
    line-height: 1.81;
}
.swiper-2 .swiper-slide:hover .txt{
    background: rgba(0,87, 174, 0.7);
}
.swiper-3 .pic{
    position: relative;
    padding-top: 76.5%;
    height: 0;
    overflow: hidden;
}
.swiper-3 .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    background: rgba(0, 0, 0, 0.4);
}
.swiper-3 .pic:hover .tit{
    display: none;
}

.swiper-3 .hide{
    position: absolute;
    top: 200%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition:all .3s;
}
.swiper-3 .pic:hover .hide{
    top: 0;
}
.swiper-3 .xq{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-3 .ico{
    width: 67px;
    height: 56px;
    margin: 0 auto 20px;
    background: url(../images/ico30.png) no-repeat;
}
.swiper-3 .name{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 30px;
}
.swiper-3 .btn{
    width: 141px;
    height: 35px;
    margin: 0 auto;
    font-size: 16px;
    color:#fff;
    line-height: 33px;
    border:1px solid #fff;
    border-radius: 20px;
}
/* 荣誉资质：一排2个，放大尺寸 */
.swiper-honor .pic{
    padding-top: 90%;
    background: #f5f5f5;
}
.swiper-honor .pic img{
    object-fit: contain;
}
.swiper-honor .tit{
    line-height: 50px;
    font-size: 18px;
}
.swiper-honor .ico{
    width: 80px;
    height: 67px;
    margin: 0 auto 24px;
    background-size: contain;
}
.swiper-honor .name{
    font-size: 28px;
    margin-bottom: 36px;
}
.swiper-honor .btn{
    width: 170px;
    height: 42px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 24px;
}
/* 工厂展示：一排3个 */
.swiper-factory .pic{
    padding-top: 85%;
}
.swiper-factory .tit{
    line-height: 44px;
    font-size: 17px;
}
/* 客户案例：保持4个，增加高度 */
.swiper-case .pic{
    padding-top: 85%;
}
.swiper-case .tit{
    line-height: 44px;
    font-size: 17px;
}
.row5{
    overflow: hidden;
    padding: 40px 0 20px;
}
.row55{
	overflow: hidden;
padding: 40px 0 20px;
	
	max-width: 1300px;
	margin: auto;
}
.row56{
    overflow: hidden;
    padding: 40px 0 20px;
}
.row6{
    overflow: hidden;
    padding: 3.33vw 0 4.84vw;
    position: relative;
    background: url(../images/ico47.png) no-repeat;
}
.row6 .g-tit.tl{
    margin-bottom: 2.71vw;
}
.row6 .txt{
    width: 680px;
    float: left;
}
.row6 .txt .desc{
    color:#333333;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2.5vw;
}
.row6 .txt .link{
    overflow: hidden;
}
.row6 .txt .link a{
    width: 215px;
    height: 109px;
    float: left;
    padding-left: 90px;
    padding-top: 20px;
    border:1px solid #d7d4d7;
    background-repeat: no-repeat; 
    background-position: left 27px center;
    margin-right: 20px;
}
.row6 .txt .link a.a1{
   background-image: url(../images/ico50.png);  
}
.row6 .txt .link a.a2{
   background-image: url(../images/ico49.png);  
}
.row6 .txt .link a:hover{
    background: #0057ae;
}
.row6 .txt .link a:hover .cn,
.row6 .txt .link a:hover .en{
    color:#fff;
}
.row6 .txt .link a.a1:hover{
   background-image: url(../images/ico48.png);  
    background-repeat: no-repeat; 
    background-position: left 27px center;
}
.row6 .txt .link a.a2:hover{
   background-image: url(../images/ico51.png);  
    background-repeat: no-repeat; 
    background-position: left 27px center;
}
.row6 .txt .link .cn{
    font-weight: bold;
    font-size: 20px;
    color:#333333;
}
.row6 .txt .link .en{
    font-size: 16px;
    color:#919191;
    font-family: Arial;
}
.row6 .pic{
   position: absolute;
   right: 0;
   width: 53.23vw;
}
.row6 .pic img{
    display: block;
    max-width: 100%;
    height: auto;
}
/* row6 内部 m-num 两排布局 */
.row6 .txt .m-num{
    padding: 0;
    margin-top: 20px;
}
.row6 .txt .m-num ul{
    overflow: hidden;
}
.row6 .txt .m-num li{
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.row6 .txt .m-num li .con{
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}
.row6 .txt .m-num li .ico{
    position: static;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.row6 .txt .m-num li .ico img{
    display: block;
    max-width: 100%;
    height: auto;
}
.row6 .txt .m-num li .tit{
    font-size: 18px;
    line-height: 1.3;
    padding-top: 0;
    color: #333;
}
.row6 .txt .m-num li .tit span{
    font-size: 48px;
    display: inline-block;
    animation: numPulse 2s ease-in-out infinite;
}
.row6 .txt .m-num li .tit em{
    font-size: 24px;
}
@keyframes numPulse{
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}
/* row6 标题间距缩小 */
.row6 .g-tit.tl{
    margin-bottom: 1.5vw;
}
.m-num{
    overflow: hidden;
    padding: 66px 0 38px;
}
.m-num li{
    float: left;
    width: 25%;
}
.m-num li .con{
    width: 260px;
    margin:0 auto;
    position: relative;
}
.m-num li .tit{
    font-size: 16px;
    color:#666666;
}
.m-num li .ico{
    position: absolute;
    bottom: 42px;
    left: 0;
}
.m-num li .tit span{
    font-size: 65px;
    font-family: Impact;
    color:#0057ae;
}
.m-num li .tit em{
    font-style: normal;
   font-size: 30px;
    font-family: Impact;
    color:#0057ae;
}
.row7{
    overflow: hidden;
    padding:63px 0 75px;
    background: url(../images/pic7.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.m-zp{
    color:#fff;
}
.m-zp::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-zp .txt{
    width: 750px;
    float: left;
    padding-top: 12px;
}
.m-zp .item{
    padding-left: 143px;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 1.41vw;
}
.m-zp .item .tit{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4px;
}
.m-zp .item .desc{
    font-size: 15px;
    line-height: 2.13;
}
.m-zp .item:nth-child(1){
    background-image: url(../images/ico36.png);
}
.m-zp .item:nth-child(2){
    background-image: url(../images/ico37.png);
}
.m-zp .item:nth-child(3){
    background-image: url(../images/ico38.png);
}
.m-zp .pic{
    width: 34.01vw;
    height: 28.65vw;
    background: url(../images/map.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    float: right;
    margin-top: -40px;
}
.m-zpxx{
    overflow: hidden;
    margin-top: 7px;
}
.m-zpxx .pic{
    width: 380px;
    height: 249px;
    float: left;
    margin-right: 3.49vw;
    overflow: hidden;
    border-radius: 6px;
    background: url(../images/pic8.jpg) no-repeat;
}
.m-zpxx .icotxt{
    float: left;
    overflow: hidden;
    margin-top: 32px;
    color:#fff;
    padding-left: 97px;
    background: url(../images/ico39.png) no-repeat left ;
}
.m-zpxx .icotxt  .item:first-child{
    margin-bottom: 28px;
}
.m-zpxx .icotxt .t1{
    font-size: 32px;
    margin-bottom: 4px;
    font-weight: bold;
}
.m-zpxx .icotxt .t2{
    font-size: 16px;
    font-weight: bold;
}
.m-zpxx .txt{
    float: right;
    color:#fff;
    padding-top: 40px;
}
.m-zpxx .txt .top{
    padding-left: 15.21vw;
    background: url(../images/tit4.png) no-repeat left;
    -webkit-background-size: 13.33vw auto;
    background-size: 13.33vw auto;
}
.m-zpxx .txt .top a{
    display: block;
    width: 326px;
    height: 45px;
    font-size: 17px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    line-height: 45px;
    background-color: #ed911e;
    overflow: hidden;
    border-radius: 10px;
}
.m-zpxx .txt .top p{
    font-size: 70px;
    font-weight: bold;
}
.m-zpxx .txt .bom{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    text-align: right;
}
.m-zpxx .txt .bom span{
    color:#FDC635;
}

.row8{
    overflow: hidden;
    padding: 62px 0;
}
.more1{
	float:right;
	margin-left:10px;
	padding-top:0px;
	margin-top: -50px;
	margin-right: 60px;

}
.more1 a{
	display:inline-block;
	padding:8px 0; /*color:#333;*/
	font-size: 16px;
}
.more1 a img{ margin-right:8px; transition:all .3s linear;color:#007153; }
.more1 a:hover img{ transform:translateX(6px);color:#007153;}
.am-title{ float:left;}

.hd{
	/*float:right;*/
	padding-top:1px;
	margin-top: -60px;
	margin-left: 360px;
}
/* 中等桌面屏：1368px 小显示器/窄窗口 */
@media (max-width: 1368px) {
    .hd {
        margin-left: 220px;
    }
    .more1 {
        margin-right: 30px;
    }
}
/* 中等桌面屏：992px ~ 1190px 小显示器/窄窗口 */
@media (max-width: 1199px) {
    .hd {
        margin-left: 180px;
    }
    .more1 {
        margin-right: 30px;
    }
}

/* 大屏平板/迷你本：769px ~ 991px */
@media (max-width: 991px) {
    .hd {
        margin-left: 150px;
        margin-top: -4.5%;
    }
    .more1 {
        margin-right: 15px;
        margin-top: -3.5%;
    }
  /*  .hd ul li {
padding-right: 0px; 
 padding-left: 10px;
 ｝*/
}
/* 宽度 823px ~ 960px  对应浏览器150%缩放 */
@media (max-width:960px) and (min-width:823px){
    .hd {
        margin-left: 260px;  /*缩小左边偏移*/
    }
}

/* 宽度 ≤822px 对应浏览器175%缩放及更小屏幕 */
@media (max-width:822px){
    .hd {
        margin-left: 20px;
    }
}
/* 平板端：577px ~ 768px */
@media (max-width: 768px) {
    .hd {
        margin-top: 0;
        margin-left: 0;
    }
    .more1 {
        margin-top: 0;
        margin-right: 0;
    }
    /* 栏目标签可横向滚动，防止溢出 */
    .hd ul {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 5px;
    }
    .hd ul li {
        display: inline-block;
        float: none !important;
        white-space: nowrap;
    }
    /* "全部新闻"链接换行到标题下方 */
    .more1 {
        float: none;
        display: block;
        text-align: left;
        margin-top: 10px;
    }
}

/* 大屏手机：481px ~ 576px */
@media (max-width: 576px) {
    .hd {
        padding-top: 0;
    }
    .more1 {
        float: none;
        text-align: right;
    }
}

/* 常规手机：≤480px 小屏手机 */
@media (max-width: 480px) {
    .more1 {
        float: none;
        text-align: center;
        margin-left: 0;
    }
    .hd {
        padding-top: 0;
    }
    .hd ul li {
        padding-left: 8px;
        padding-right: 8px;
    }
    .hd ul li a {
        padding: 8px 20px;
        font-size: 14px;
    }
    .slidernew .pic {
        height: 170px;
    }
    .slidernew .pic .time {
        width: 130px;
        height: 32px;
        line-height: 32px;
        padding-left: 24px;
        font-size: 13px;
        bottom: 12px;
    }
    .slidernew .txt .tit {
        font-size: 16px;
    }
    .ul-listnew .time {
        width: 60px;
        height: 68px;
        font-size: 18px;
        padding-top: 8px;
        line-height: 24px;
    }
    .ul-listnew .time .y {
        font-size: 18px;
    }
    .ul-listnew .txt .tit {
        font-size: 16px;
    }
}
.hd ul li{
	display:inline-block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.hd ul li a{
	display:block;
	padding:10px 40px;
	border-radius:30px;
	border:1px solid #0057ae;
	font-size: 16px;
}
.hd ul li a:hover,.hm-news-head .hd ul li.on a{ border-color:#333; color:#0057ae;}



.newlist{
  overflow: hidden;
}
.newlist .leftnew{
  float: left;
  width: 940px;
  margin-right: 4.17vw;
}

.slidernew .swiper-slide{
  background-color: #fff;
}
.slidernew .pic{
	overflow: hidden;
	position: relative;
	height: 286px;
	width: 100%;
}
.slidernew .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 核心：铺满不变形，超出裁剪 */
  object-position: center; /* 图片居中裁剪 */
  display: block; /* 消除图片默认底部留白 */
}

.slidernew .pic .time{
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 187px;
    height: 43px;
    line-height: 43px;
    padding-left: 35px;
    background: url(../images/ico41.png) no-repeat;
    color:#fff;
    font-size: 16px;
}
.slidernew .txt{
    padding-top: 28px;
}
.slidernew .txt .tit{
  font-size: 22px;
  color:#333333;
  line-height: 1.5;
  margin-bottom:22px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slidernew .txt .desc{
  font-size: 14px;
  color:#777777;
  line-height:2;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slidernew .txt .time{
  font-size: 16px;
  color:#BBC2CF;
  margin-bottom: 26px;
}
.rightnew{
  overflow: hidden;
}   
.ul-listnew{
  overflow: hidden;
}
.ul-listnew li{
    overflow: hidden;
    margin-bottom: 40px;
}
.ul-listnew li:last-child{
    margin-bottom: 0;
}
.ul-listnew .time{
    float: right;
    width: 82px;
    height: 94px;
    text-align: center;
    background: #0057ae; 
    font-size: 24px;
    padding-top: 14px;
    color:#fff;
    font-family: Arial;
    font-weight: bold;
    line-height: 33px;
    margin-top: 8px;
}
.riqi{
	/*float:right;*/
	padding-top:1px;

}
.y{
	/*float:right;*/
	padding-top:1px;
	font-size: 28px;
}
.ul-listnew .txt{
    overflow: hidden;
    padding-right: 35px;
}
.ul-listnew .txt .tit{
    font-size: 22px;
    color:#333333;
    margin-bottom: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-listnew .txt .desc{
  font-size: 14px;
  color:#777777;
  line-height: 2;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}

.links{
    padding: 30px 0 30px;
    overflow: hidden;
    border-top:1px solid #e5e2e5;
}
.links .name{
    width: 124px;
    height: 41px;
    float: left;
    background: url(../images/pic11.jpg) no-repeat;
    margin-right: 40px;
}
.links a{
    font-size: 14px;
    color:#7F7F7F;
    margin-right: 15px;
    padding-top: 10px;
    display: inline-block;
}

.footer{
  overflow: hidden;
  background: #403e41;
  padding-bottom: 26px;
  padding-top: 32px;
}
.footer .info{
  overflow: hidden;
}
.footer .txt{
  float: left;
  width: calc(100% - 613px);
  padding-top: 17px;
  padding-right: 6vw;
}
.footer .txt .xx{
    overflow: hidden;
}
.footer .txt .xx  .ftl{
    float: left;
}
.footer .txt .xx .ftqr{
    float: right;
    width: 196px;
    font-size: 12px;
    color:#fff;
    border:1px solid #5a5a5a;
    padding: 30px;
    text-align: center;
}
.footer .txt .xx .ftqr .qr-item{
    margin-bottom: 20px;
}
.footer .txt .xx .ftqr .qr-item:last-child{
    margin-bottom: 0;
}
.footer .txt .xx .ftqr .qr-item img{
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.footer .txt .xx .ftqr .qr-item p{
    margin: 0;
    font-size: 13px;
    color: #fff;
}
.footer .logob{
  height: 82px;
  background: url(../images/ico42.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 37px;
}
.footer .tt{
    position: relative;
    top: -6px;
}
.footer span.phone{
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
    font-family: Impact;
}
.footer span.tel{
    font-size: 22px;
}
.footer .txt .item{
    overflow: hidden;
    padding-left: 71px;
    padding-top: 2px;
    height: 50px;
    font-size: 14px;
    color:#fff;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 38px;
}
.footer .box{
  overflow: hidden;
}
.footer .box .item{
  float: left;
}
.footer .box .item:first-child{
  margin-right: 75px;
}
.footer .item .en{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.g-form{
  float: right;
  width: 613px;
}
.fd-form{
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 17px;
}
.fd-form .item .inp-box{
    width: 49%;
    margin-right: 2%;
    float: left;
    height: 52px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #525252;
    padding: 0 27px;
    font-size: 14px;
    color:#fff;
}
.fd-form .item .inp::placeholder{
    color:#fff;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #525252;
    height: 85px;
    overflow: hidden;
    width: 100%;
     color:#fff;
    padding: 10px 27px 0;
}
.fd-form .item textarea::placeholder{
    color:#fff;
}

.fd-form .item .btn{
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    overflow: hidden;
    background-color: #0057ae;
    cursor: pointer;
}
.fd-form .item .btn #tj{ width:100%; height:50px; border:0; cursor:pointer; background:none; color:#fff}
.g-form .title{
  margin-bottom: 27px;

}
.g-form .title .entit{
  font-family: Impact;
  text-transform: uppercase;
  color:#7F7F7F;
  font-size: 34px;
}
.g-form .title p{
  font-size: 28px;
  color:#fff;
  line-height: 1.1;
}

.copy{
    background: #343434;
    padding: 20px 0;
}
.copy a,
.copy span{
    font-size: 14px;
    color:#7F7F7F;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display:none;}
#floatBottom a{width:33.33%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}

@media only screen and (max-width: 1600px) {
   .wp{width: 1300px;}
   .g-tit .tit{font-size: 34px;}
   .row2{padding: 40px 0;}
   .swiper-1 .swiper-button-prev{left:3%;}
   .swiper-1 .swiper-button-next{right:3%;}
   .row6 .txt{width: 600px;}
   .row6 .txt .desc{font-size: 16px;}
   .m-num li .tit span{font-size: 54px;}
   .m-zp .item .tit{font-size: 20px;}
   .m-zpxx .txt .top p{font-size: 56px;}
   .m-zpxx .txt .bom{font-size: 20px;}
   .m-zpxx .icotxt .t2{font-size: 14px;}
   .m-zpxx .txt .top a{width: 260px;font-size: 15px;}
   .newlist .leftnew{width: 800px;}
   .g-form{width: 500px;}
   .footer .txt{width: calc(100% - 500px);padding-right: 50px;}
   
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .nav li .v1{font-size: 14px;}  
    .row6 .txt{width: 550px;}
    .row6 .g-tit.tl{margin-bottom: 10px;}
    .m-zp .txt{width: 700px;}
    .m-zpxx .icotxt .t1{font-size: 25px;}
    .m-zpxx .icotxt{-webkit-background-size: contain;
    background-size: contain;}
    .m-zpxx .pic{width: 320px;height: 205px;-webkit-background-size: cover;
    background-size: cover;}
    .m-zp .item .desc{line-height: 2;}
    .footer .box .item{float: none;}
}
@media only screen and (max-width: 1360px) {
.footer .txt .xx .ftqr{width: 166px;}
}
@media only screen and (max-width: 1230px) { 
  .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
  .g-tit{background-image: none!important;padding-top: 0;}
  .ul-pat .en{display: none;}
  .ul-pat .ico{height: 78px;line-height: 78px;}
  .m-probox .tit{line-height: 40px;}
  .m-probox .name{line-height: 67px;}
  .row2 .l{width: auto;float: none;padding-right: 0;margin-bottom: 20px;}
  .row2 .r .pic{display: none;}
  .row2 .r{float: none;}
  .row2 .r .more{float: none;margin:0 auto;}
  .ul-list1 .num{display: none;}
  .row2 .l .tit{margin-bottom: 30px;}
  .row2 .l .tit span{font-size: 18px;}
  .ul-list1 .desc{margin-bottom: 20px;}
  .swiper-1 .swiper-button-prev{left:220px;}
  .swiper-1 .txt .img,.swiper-1 .txt .lin{display: none;}
  .swiper-1 .txt{height: 450px;}
  .swiper-1 .pic{height: 420px;}
  .row6 .pic{display: none;}
  .row6 .txt{width: 100%;}
  .g-tit.tl{padding-top: 0;}
  .m-num li{width: 50%;float: left;}
  .m-num{padding: 30px 0;}
  .m-zpxx .pic{display: none;}
  .m-zp .pic{display: none;}
  .newlist .leftnew{width: 100%;float: none;margin-right: 0;}
  .newlist .rightnew{width: 100%;float: none;}
  .footer .txt{width: auto;float: none;padding-right: 0;}
  .g-form{width: auto;float: none;}
  .footer .txt .xx .ftqr{width: 166px;}
}
@media only screen and (max-width: 1023px) {
    .banner .swiper-pagination-bullet{width: 8px;height: 8px;}
    .ul-pat .ico{display: none;}
    .ul-pat .txt{padding-top: 0;}
    .ul-pat .cn{line-height: 40px;margin:0;font-size: 18px;}
    
    .m-probox .w25{width: auto;padding-right: 0;float: none;margin-bottom: 10px;overflow: hidden;}
    .m-probox .w25 .item{width: 50%;float: left;padding: 0 10px;}
    .m-probox .w50{display: none;}
    .m-probox .w25:last-child{padding-left: 0;}
    .g-tit .desc i{display: none;}
    .g-tit .desc{font-size: 14px;}
    .g-tit{margin-bottom: 20px;}
    .g-tit .tit{font-size: 26px;margin-bottom: 4px;}
    .row1{padding: 30px 0 20px;}
    .row3{padding: 30px 0;}
    .row4{padding: 30px 0;}
    .row5{padding: 30px 0;}
    .row6{padding: 30px 0;}
    .row7{padding: 30px 0;}
    .row8{padding: 30px 0;}
    .m-zpxx .icotxt{display: none;}
    .m-zpxx .txt .top a{margin:0 auto 20px;}
    .m-zpxx .txt{float: none;text-align: center;}
    .m-zpxx .txt .top p{font-size: 24px;}
    .m-zpxx .txt .top{padding-left: 0;background: none;}
    .m-zpxx .txt .bom{text-align: center;}
    .m-zp .item{padding-left: 103px;}
    .m-zp .item .tit{font-size: 18px;}
    .m-zp .txt{width: auto;}
    .newlist .leftnew{display: block;width: 100%;float: none;margin-right: 0;margin-bottom: 25px;}
    .newlist .rightnew{width: 100%;float: none;}
    .slidernew .pic{height: 240px;}
    .slidernew .txt{padding-top: 18px;}
    .slidernew .txt .tit{font-size: 18px;margin-bottom: 12px;}
    .links .name{float: none;}
    .links{padding: 15px 0;}
}
@media only screen and (max-width: 960px) {
  
}

@media only screen and (max-width: 767px) {
   
    .g-tit .tit{font-size: 22px;}
    .m-probox .w25 .pic{height: 50vw;}
    .ul-pat{display: block;padding: 0;}
    .pcatinx{border:none;}
    .ul-pat li{width: 33.33%;float: left;text-align: center;border-right: 1px solid #fff;border-bottom: 1px solid #fff;}
    .ul-pat .cn{font-size: 14px;background: #eee;}
    .m-probox .tit{font-size: 14px;line-height: 32px;}
    .m-probox .w25 .item{padding: 0 5px 0 0;}
    .m-probox .w25 .item:last-child{padding-right: 0;padding-left: 5px;}
    .ul-list1 .desc{font-size: 14px;}
    .row2 .l .tit p{font-size: 22px;}
    .row2{padding: 30px 0;}
    .banner .swiper-button-prev,.banner .swiper-button-next{width: 0;height: 0;}
    .banner a{background-position: center center;}
    .swiper-1 .txt{float: none;width: auto;height: auto;overflow: hidden;padding: 15px;}
    .swiper-1 .pic{margin-top: 0;}
    .swiper-1 .txt .num{display: none;}
    .swiper-1 .txt .desc{writing-mode:horizontal-tb;height: auto;margin-bottom: 0;}
    .swiper-1 .swiper-button-prev{left:3%;}
    .swiper-1 .pic{height: auto;padding-top: 51%;}
    .ul-ystab{display: none;}
    .row6 .txt .desc{font-size: 14px;}
    .row6 .txt .link a{width: 100%;background-color: #fff;margin-bottom: 10px;}
    .m-zp .item{padding-left: 0;-webkit-background-size: 0 0;
    background-size: 0 0;}
    .m-zpxx .txt{padding-top: 0px;}
    .m-zpxx .txt .bom{font-size: 18px;}
    .m-zpxx .txt .bom em{display: none;}
    .ul-listnew .txt .tit{font-size: 18px;margin-bottom: 10px;}
    .ul-listnew li{margin-bottom: 12px;}
    .ul-listnew .time{width: 68px;height: 80px;font-size: 20px;padding-top: 10px;line-height: 28px;margin-top: 4px;}
    .ul-listnew .time .y{font-size: 22px;}
    .ul-listnew .txt{padding-right: 20px;}
    .slidernew .pic{height: 200px;}
    .slidernew .pic .time{bottom: 15px;width: 150px;height: 36px;line-height: 36px;padding-left: 28px;font-size: 14px;}
    .slidernew .txt .tit{font-size: 17px;margin-bottom: 10px;}
    .slidernew .txt .desc{font-size: 13px;line-height: 1.8;-webkit-line-clamp: 2;}
    .footer .txt .xx .ftl{float: none;}
    .footer .txt .xx .ftqr{float: none;width: 100%;border:none;padding: 0;display: flex;justify-content: center;gap: 30px;}
    .footer .txt .xx .ftqr .qr-item{width: 120px;margin-bottom: 0;}
    .footer .txt .xx .ftqr .qr-item img{width: 120px;height: 120px;}
    .footer .txt .item{margin-bottom: 10px;height: auto;}
}

@media only screen and (max-width: 600px) {
     .ul-list1 li{float: left;width: 33.333%;}
     .ul-list1 li:nth-child(4){clear:left;}
     .ul-list1{display: block;overflow: hidden;}
     .row2 .l{margin-bottom: 0;}
     .m-num li{width: auto;float: none;overflow: hidden;}
     .m-num li .tit span{font-size: 32px;}
     .m-num li .ico{position: static;float: left;margin-right: 15px;position: relative;top: 10px;}
      .m-num li .con{width: auto;}
     .footer .logob{margin-bottom: 10px;}
     .footer .txt .item{padding-left: 40px;}
     .footer{padding: 20px 0;}
     .g-form .title .entit{display: none;}
     .g-form .title p{font-size: 22px;}
     .g-form .title{margin-bottom: 12px;padding-top: 20px;}
     .fd-form .item:last-child{margin-bottom: 0;}
     .swiper-3.swiper-container{padding: 0 15px;}
     .row6 .txt .link a{height: 80px;padding-top: 15px;background-color: #efefef;}

}

.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
  .header{position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);}
.header .title,.tell,.nav{display: none;}
.logo{height: 39px;float: left;width: 260px;margin:11px 0 10px;}
.logo img{display: inline-block;max-width: 100%;max-height: 100%;}
  body{padding: 60px 0 53px;}

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
  
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
      padding: 10px 0;
      background-color: #0057ae;
      display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}
/* soso搜索按钮开始 */
        /* 导航栏 */
        .header-nav {
            align-items: center;
            justify-content: flex-end;
            padding: 20px 5%;
            background: #ffffff;
        }

        .search-trigger {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            margin-right: 40px;
            color: #475569;
            font-size: 20px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            background: transparent;
        }
        .search-trigger:hover {
            background: #f1f5f9;
            color: #0f172a;
            transform: scale(1.05);
        }

        .nav-link {
            font-size: 18px;
            color: #334155;
            text-decoration: none;
            margin-left: 40px;
            transition: color 0.2s;
        }
        .nav-link:hover {
            color: #0ea5e9;
        }

        /* 弹窗遮罩 自适应 */
        .search-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(15, 23, 42, 0.4);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 9999;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 80px 3% 20px; /* 左右留边，适配小屏 */
        }
        .search-modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* 弹窗主体 全屏自适应 */
        .search-modal {
            background: #ffffff;
            width: 100%;
            max-width: 900px;
            border-radius: 16px;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            transform: translateY(-20px) scale(0.95);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            overflow: hidden;
            position: relative;
        }
        .search-modal-overlay.active .search-modal {
            transform: translateY(0) scale(1);
            opacity: 1;
        }

        .modal-header {
            padding: 24px 5% 16px;
            border-bottom: 1px solid #e2e8f0;
        }
        .modal-tabs {
            display: flex;
            gap: 20px;
            margin-bottom: 16px;
            overflow-x: auto; /* 标签过多横向滚动 */
            padding-bottom: 4px;
            -webkit-overflow-scrolling: touch;
        }
        .tab-item {
            color: #64748b;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            transition: color 0.2s;
            position: relative;
            white-space: nowrap;
        }
        .tab-item.active {
            color: #0ea5e9;
        }
        .tab-item.active::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #0ea5e9;
            border-radius: 1px;
        }
        .tab-item:hover {
            color: #334155;
        }

        /* 搜索表单 移动端自适应换行 */
        .search-form {
            display: flex;
            align-items: stretch;
            gap: 0;
            flex-wrap: wrap;
        }
        .search-input {
            flex: 1 1 180px;
            padding: 16px 20px;
            border: 2px solid #e2e8f0;
            border-radius: 12px 0 0 12px;
            font-size: 16px;
            outline: none;
            transition: border-color 0.2s;
        }
        .search-input:focus {
            border-color: #0ea5e9;
        }
        .suffix-select {
            flex: 0 0 90px;
            padding: 16px 8px;
            border: 2px solid #e2e8f0;
            border-left: none;
            background: #f8fafc;
            color: #475569;
            font-size: 14px;
            cursor: pointer;
            transition: border-color 0.2s;
        }
        .suffix-select:focus {
            border-color: #0ea5e9;
        }
        .search-btn {
            flex: 0 0 100px;
            padding: 16px 10px;
            background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
            color: #fff;
            border: none;
            border-radius: 0 12px 12px 0;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s;
        }
        .search-btn:hover {
            background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
            box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
        }
        .search-btn:disabled {
            opacity: 0.6;
            cursor: not-allowed;
        }

        .modal-body {
            padding: 24px 5%;
        }
        .product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 16px;
            margin-top: 16px;
        }
        .product-card {
            border-radius: 12px;
            padding: 20px;
            transition: all 0.3s;
            cursor: pointer;
        }
        .product-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 10px 25px -5px rgba(14, 165, 233, 0.2);
        }
        .product-title {
            font-size: 18px;
            font-weight: 600;
            color: #0c4a6e;
            margin-bottom: 8px;
        }
        .product-desc {
            font-size: 13px;
            color: #475569;
        }

        .modal-close {
            position: absolute;
            top: 20px;
            right: 5%;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #f1f5f9;
            border: none;
            color: #64748b;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
        }
        .modal-close:hover {
            background: #e2e8f0;
            color: #0f172a;
        }

        /* ESC提示 整体下移，位置优化 */
        .keyboard-hint {
            position: relative;
            text-align: right;
            padding: 12px 5% 20px; /* 加大底部内边距，整体下移 */
            font-size: 12px;
            color: #94a3b8;
        }

        /* 小屏幕手机适配 */
        @media (max-width: 576px) {
            .search-form {
                flex-direction: column;
                gap: 8px;
            }
            .search-input,
            .suffix-select,
            .search-btn {
                border-radius: 12px;
                border-left: 2px solid #e2e8f0;
                width: 100%;
                flex: none;
            }
            .suffix-select {
                border-top: none;
                border-bottom: none;
            }
        }
/* soso搜索按钮结束 */
/* 高端简约城市切换样式 */
.city-switch-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 40px 16px;
    transition: all 0.24s ease;
}
.city-switch-box:hover {
    border-color: #d1d5db;
}
.city-switch-box .tip-text {
    font-size: 14px;
    color: #666;
}
.city-switch-box .site-label {
    font-size: 14px;
    font-weight: 500;
    color: #1856d8;
    padding: 2px 8px;
    background: rgba(24, 86, 216, 0.08);
    border-radius: 12px;
}
.city-switch-box select {
    padding: 5px 28px 5px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border 0.2s;
}
.city-switch-box select:focus {
    outline: none;
    border-color: #1856d8;
}

@media screen and (max-width: 1440px) {
  .m-probox .item {
    margin-bottom: 13px;
  }
}

/* 手机端屏蔽：小于768px直接隐藏 */
@media screen and (max-width: 767px) {
    .city-switch-box {
        display: none !important;
    }
}
/*城市切换结束*/
/* 栏目图左侧文字 */
.ban { position: relative; overflow: hidden; }
.abNyBa_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10%;
    box-sizing: border-box;
}
.abNyBa_text { text-align: left; color: #fff; }
.abNyBa_text p {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 12px 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.abNyBa_text span {
    font-size: 16px;
    display: block;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
@media (max-width: 768px) {
    .abNyBa_con { display: none; }
}