.wow {
    visibility: hidden;
  }
  .maodian {
    position: relative;
    top: -1rem;
  }
  body {
    --vw: 11.45vw;
  }
  .w1480 {
    padding-left: 11.45vw;
    padding-right: 11.45vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
    .filter_table .table_main .layui-table-header .layui-table,
  .filter_table .table_main .layui-table-body .layui-table{
      min-width: 100%;
  }
  @media screen and (max-width: 1660px) {
    .w1480 {
      padding-left: 5.8vw;
      padding-right: 5.8vw;
    }
  }
  .headerContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .headerContainer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .headerContainer .box .logo_s .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerContainer .box .logo_s .logo a {
    display: block;
  }
  .headerContainer .box .logo_s .logo a img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
  .headerContainer .box .logo_s .stock {
    font-size: 0.18rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.3rem;
  }
  .headerContainer .box .logo_s .stock span {
    font-family: 'gilroy_light';
  }
  .headerContainer .box nav .item {
    padding: 0 0.25rem;
  }
  .headerContainer .box nav .item > p a {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    line-height: 1rem;
    font-size: 0.18rem;
    position: relative;
  }
  .headerContainer .box nav .item > p a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: transparent;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .headerContainer .box nav .item:hover > p a::after {
    background: #fff;
  }
  
  
  .headerContainer .box nav .item:hover .productSelect {
    /*display: block;*/
    /*z-index: 7;*/
    /*opacity: 1;*/
    /*    visibility: inherit;*/
        
    /*transition: 0.4s;*/
  }
  
  
  
  
  .headerContainer .box nav .active > p a::after {
    background: #fff;
  }
  .headerContainer .box .button .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerContainer .box .button .link a {
    font-size: 0.18rem;
    color: #fff;
    background: #ff820c;
    display: block;
    line-height: 0.45rem;
    padding: 0 0.3rem;
    border-radius: 0.25rem;
  }
  .headerContainer .box .button .Language {
    margin-left: 0.36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerContainer .box .button .Language a {
    font-size: 0.18rem;
    font-family: 'gilroy_Medium';
    color: #fff;
  }
  .headerContainer .box .button .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.2rem;
    width: 22px;
  }
  .headerContainer .box .button .search a {
    display: block;
    cursor: pointer;
  }
  .headerContainer .box .button .search .close{
      display: none;
  }
    .headerContainer .box .button .search.active .sea{
      display: none;
  }
  
    .headerContainer .box .button .search.active .close{
      display: block;
  }
  
  .headerContainer .box .button .search a svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .headerContainer.active,
  .headerContainer.on {
    background: #fff;
  }
  .headerContainer.active::after,
  .headerContainer.on::after {
    background: rgba(0, 0, 0, 0.1);
  }
  .headerContainer.active .box .logo_s .logo a img,
  .headerContainer.on .box .logo_s .logo a img {
    -webkit-filter: initial;
            filter: initial;
  }
  .headerContainer.active .box .logo_s .stock,
  .headerContainer.on .box .logo_s .stock {
    color: #000;
  }
  .headerContainer.active .box nav .item > p a,
  .headerContainer.on .box nav .item > p a {
    color: #000;
  }
  .headerContainer.active .box nav .item:hover > p a::after,
  .headerContainer.on .box nav .item:hover > p a::after {
    background: #0f407f;
  }
  .headerContainer.active .box nav .active > p a,
  .headerContainer.on .box nav .active > p a {
    color: #0f407f;
  }
  .headerContainer.active .box nav .active > p a::after,
  .headerContainer.on .box nav .active > p a::after {
    background: #0f407f;
  }
  .headerContainer.active .box .button .Language a,
  .headerContainer.on .box .button .Language a {
    color: #000;
  }
  .headerContainer.active .box .button .search a svg path,
  .headerContainer.on .box .button .search a svg path {
    fill: #0f407f;
  }
  .productSelect {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 1rem;
    display: none;
    /*z-index: -5;*/
    /*opacity: 0;*/
    background: url(../images/img43.png) no-repeat 50% 50% / cover;
        /*visibility: hidden;*/
        /*transition: 0s;*/
  }
  
  .productSelect .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    --padding: 0.3rem;
  }
  .productSelect .box ._list {
    display: grid;
    gap: 0.1rem;
    border-left: 1px solid #eeeeee;
    position: relative;
    padding: var(--padding) 0;
  }
  .productSelect .box ._list ._ite .item_top {
    position: relative;
    border-left: 2px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_top a {
    line-height: 0.55rem;
    cursor: pointer;
    padding: 0 0.36rem 0 0.56rem;
  }
  .productSelect .box ._list ._ite .item_top a .l {
    font-size: 0.2rem;
    color: #111;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_top a .l img {
    width: 0.28rem;
    margin-right: 0.18rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_top a .r i {
    font-size: 0.2rem;
    color: #111;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
  }
  .productSelect .box ._list ._ite .item_top a:hover .l {
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_top a:hover .l img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .productSelect .box ._list ._ite .item_bottom {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    padding: var(--padding) 0;
    border-left: 1px solid #eeeeee;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: none;
    
 /*  	overflow: auto;*/
	/*overflow-x: hidden;*/
	/*overflow-y: auto;*/
	/*scrollbar-color:  #0f407f #fff;*/
	/*scrollbar-width: thin;*/
	/*-ms-overflow-style: none;*/
  }
  
  
    .productSelect .box ._list ._ite .item_bottom::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

  .productSelect .box ._list ._ite .item_bottom::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #0f407f;
}

  .productSelect .box ._list ._ite .item_bottom::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
}


  
  
  
  .productSelect .box ._list ._ite .item_bottom ul {
    min-height: 0;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_top {
    border-left: 2px solid transparent;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_top a {
    line-height: 0.55rem;
    cursor: pointer;
    padding: 0 0.4rem;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_top a .l {
    font-size: 0.18rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_top a .l img {
    width: 0.28rem;
    margin-right: 0.18rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_top a .r i {
    font-size: 0.18rem;
    color: #111;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_top a:hover .l {
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_top a:hover .r i {
    opacity: 1;
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: var(--padding) 0;
    display: none;
    
    	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color:  #0f407f #fff;
	/* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
	scrollbar-width: thin;
	/* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
	-ms-overflow-style: none;
    
  }
   .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot::-webkit-scrollbar {
	width: 3px;
	height: 2px;
}

 .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #0f407f;
}

 .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.1);
}

  
  
  
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item {
    border-left: 2px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item a {
    line-height: 0.55rem;
    cursor: pointer;
    padding: 0 0.4rem;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item a .l {
    font-size: 0.18rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item a .l img {
    width: 0.28rem;
    margin-right: 0.18rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item a .r i {
    font-size: 0.18rem;
    color: #111;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item a:hover .l {
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item:hover a {
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item:hover a .r i {
    opacity: 1;
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item.active {
    background: #dce3ed;
    border-color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item.active a .l {
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item .tow_item_bot .three_item.active a .r i {
    opacity: 1;
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item.active .tow_item_top {
    border-left: 2px solid #0f407f;
    background: #dce3ed;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item.active .tow_item_top a .l {
    color: #0f407f;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item.active .tow_item_top a .r i {
    color: #0f407f;
    opacity: 1;
  }
  .productSelect .box ._list ._ite .item_bottom .two_item.active .tow_item_bot {
    display: block;
    
  }
  
  
  
  .productSelect .box ._list ._ite.active .item_top {
    border-color: #0f407f;
    background: #dce3ed;
  }
  .productSelect .box ._list ._ite.active .item_top a .l {
    color: #0f407f;
  }
  .productSelect .box ._list ._ite.active .item_top a .l img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .productSelect .box ._list ._ite.active .item_top a .r i {
    color: #0f407f;
    opacity: 1;
  }
  .productSelect .box ._list ._ite.active .item_bottom {
    display: block;
  }
  .productSelect1 .box ._list {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  
  .productSelect2 .box ._list {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  
  .homeBanner {
    position: relative;
  }
  .homeBanner .banner .item {
    position: relative;
  }
  .homeBanner .banner .item picture img {
    height: var(--vh);
    width: 100%;
  }
  .homeBanner .banner .item .orientation {
    position: absolute;
    top: 3.65rem;
    left: 0;
    width: 100%;
  }
  .homeBanner .banner .item .orientation .main {
    color: #fff;
  }
  .homeBanner .banner .item .orientation .main .content1 {
    font-size: 0.6rem;
    line-height: 1.2;
  }
  .homeBanner .banner .item .orientation .main .content2 {
    font-size: 0.18rem;
    margin-top: 0.22rem;
  }
  .homeBanner .banner .item .orientation .main .content3 {
    margin-top: 0.25rem;
  }
  .homeBanner .orientation_toggle {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 1.05rem;
  }
  .homeBanner .orientation_toggle .main {
    display: grid;
    gap: 0.05rem;
  }
  .homeBanner .orientation_toggle .main p a {
    display: inline-block;
    font-size: 0.18rem;
    color: #fff;
    opacity: 0.3;
    line-height: 0.3rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding-left: 0.24rem;
    position: relative;
    cursor: pointer;
  }
  .homeBanner .orientation_toggle .main p a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 2px;
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeBanner .orientation_toggle .main .active a {
    opacity: 1;
  }
  .homeBanner .orientation_toggle .main .active a::after {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  .homeBanner .orirntation_btn {
    position: absolute;
    bottom: 1.05rem;
    right: var(--vw);
    z-index: 2;
  }
  .homeBanner .orirntation_btn .button {
    margin-left: 0.2rem;
    cursor: pointer;
    position: relative;
  }
  .homeBanner .orirntation_btn .button p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
  }
  .homeBanner .orirntation_btn .button p i {
    font-size: 0.18rem;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeBanner .orirntation_btn .button .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .homeBanner .orirntation_btn .button .circle svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }
  .homeBanner .orirntation_btn .button .circle svg circle {
    stroke-dasharray: 315;
    stroke-dashoffset: 315;
  }
  .homeBanner .orirntation_btn .button .circle.active circle {
    -webkit-animation: banner_yuan 5.8s linear infinite forwards;
            animation: banner_yuan 5.8s linear infinite forwards;
  }
  .homeBanner .orirntation_btn .button:hover p {
    border-color: #ff820c;
    background: none;
  }
  .homeBanner .orirntation_btn .button:hover p i {
    color: #ff820c;
  }
  @-webkit-keyframes banner_yuan {
    0% {
      stroke-dashoffset: 315;
    }
    83% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes banner_yuan {
    0% {
      stroke-dashoffset: 315;
    }
    83% {
      stroke-dashoffset: 0;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  .index_link .a {
    font-size: 16px;
    color: #fff;
    line-height: 0.48rem;
    border-radius: 0.25rem;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 0.25rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .index_link .a i {
    font-size: 16px;
    margin-left: 0.22rem;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .index_link .a:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.4);
            box-shadow: 0px 0px 12px rgba(255, 255, 255, 0.4);
  }
  .index_link .a:hover i {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }
  .index_link1 .a {
    background: #0f407f;
    border-color: #0f407f;
  }
  .index_link1 .a:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(15, 64, 127, 0.4);
            box-shadow: 0px 0px 12px rgba(15, 64, 127, 0.4);
  }
  .index_link2 .a {
    background: #ff820c;
    border-color: #ff820c;
  }
  .index_link2 .a:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(255, 130, 12, 0.4);
            box-shadow: 0px 0px 12px rgba(255, 130, 12, 0.4);
  }
  .homeTitle .title {
    font-size: 0.18rem;
    color: #333;
  }
  .homeTitle .desc {
    font-size: 0.56rem;
    line-height: 1.2;
    margin-top: 0.2rem;
  }
  .homeTitle .desc span {
    color: #0f407f;
  }
  .homeAbout {
    background: url(../images/img1.png) no-repeat 50% 50% / cover;
  }
  .homeAbout .box {
    padding: 0.85rem 0;
  }
  .homeAbout .box .boxLeft {
    width: 11.72rem;
    padding-left: var(--vw);
    padding-top: 0.75rem;
    padding-right: 2.6rem;
  }
  .homeAbout .box .boxLeft .content1 {
    font-size: 0.18rem;
    color: #666;
    line-height: 1.9;
    margin-top: 0.5rem;
  }
  .homeAbout .box .boxLeft .content2 {
    margin-top: 0.7rem;
  }
  .homeAbout .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .homeAbout .box .boxRight p img {
    width: 100%;
  }
  .homeAbout .box .boxRight ul {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: -0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .homeAbout .box .boxRight ul li {
    width: 4.16rem;
    height: 2rem;
    position: relative;
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homeAbout .box .boxRight ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff820c;
    opacity: 0.95;
  }
  .homeAbout .box .boxRight ul li:nth-child(2) {
    margin-left: -1.15rem;
  }
  .homeAbout .box .boxRight ul li:nth-child(2)::after {
    background: #0f407f;
  }
  .homeAbout .box .boxRight ul li .top {
    position: relative;
    z-index: 1;
    font-size: 0.46rem;
    line-height: 1;
    font-family: 'gilroy_regular';
  }
  .homeAbout .box .boxRight ul li .top sup {
    vertical-align: top;
  }
  .homeAbout .box .boxRight ul li .top span {
    font-size: 0.72rem;
  }
  .homeAbout .box .boxRight ul li .bot {
    position: relative;
    z-index: 1;
    font-size: 0.18rem;
    margin-top: 0.05rem;
  }
  .p116 {
    padding-top: 1.16rem;
  }
  .p116_ {
    padding-bottom: 1.16rem;
  }
  .m70 {
    margin-top: 0.7rem;
  }
  .bgF3 {
    background: #f3f3f3;
  }
  .homeProduct .box {
    --height: 6.8rem;
  }
  .homeProduct .box .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
    height: var(--height);
    position: relative;
    border-right: 1px solid #eeeeee;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeProduct .box .item .layer_1 {
    position: relative;
  }
  .homeProduct .box .item .layer_1 .img img {
    width: 100%;
    height: var(--height);
  }
  .homeProduct .box .item .layer_1 .orientation {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.8rem;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .homeProduct .box .item .layer_1 .orientation .main {
    background: rgba(0, 0, 0, 0.33);
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    text-align: center;
    color: #fff;
  }
  .homeProduct .box .item .layer_1 .orientation .main .content1 {
    font-size: 0.36rem;
    padding-top: 0.96rem;
  }
  .homeProduct .box .item .layer_1 .orientation .main .content2 {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
    height: 1.8rem;
  }
  .homeProduct .box .item .layer_1 .orientation .main .content3 {
    margin-top: 0.55rem;
  }
  .homeProduct .box .item .layer_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeProduct .box .item .layer_2 .content1 img {
    width: 1.02rem;
  }
  .homeProduct .box .item .layer_2 .content2 {
    font-size: 0.36rem;
    margin-top: 0.52rem;
  }
  .homeProduct .box .item .layer_2 .content3 {
    font-size: 0.18rem;
    color: #666;
    line-height: 1.6;
    margin-top: 0.32rem;
  }
  .homeProduct .box .active {
    -webkit-box-flex: 2.1;
    -webkit-flex: 2.1;
        -ms-flex: 2.1;
            flex: 2.1;
  }
  .homeProduct .box .active .layer_2 {
    opacity: 0;
    z-index: -1;
  }
  .homeIndustryApplication {
    background: url(../images/img5.png) no-repeat 50% 50% / cover;
  }
  .homeIndustryApplication .box .boxLeft {
    width: 5.5rem;
  }
  .homeIndustryApplication .box .boxLeft .list {
    height: 5.3rem;
    overflow: hidden;
    padding-right: 0.2rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #cf0f35 #fff;
    /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
    scrollbar-width: thin;
    /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
    -ms-overflow-style: none;
  }
  .homeIndustryApplication .box .boxLeft .list ul li {
    border-bottom: 1px solid rgba(15, 64, 127, 0.1);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .homeIndustryApplication .box .boxLeft .list ul li .top {
    line-height: 1.1rem;
    font-size: 0.24rem;
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .homeIndustryApplication .box .boxLeft .list ul li .top span {
    width: 0.5rem;
    display: inline-block;
  }
  .homeIndustryApplication .box .boxLeft .list ul li .top img {
    max-width: 0.36rem;
  }
  .homeIndustryApplication .box .boxLeft .list ul li .bot {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeIndustryApplication .box .boxLeft .list ul li .bot .bot_main {
    min-height: 0;
  }
  .homeIndustryApplication .box .boxLeft .list ul li .bot .bot_main .desc {
    font-size: 0.18rem;
    color: #666;
    line-height: 0.32rem;
    height: 0.64rem;
  }
  .homeIndustryApplication .box .boxLeft .list ul li .bot .bot_main .link {
    padding: 0.4rem 0;
  }
  .homeIndustryApplication .box .boxLeft .list ul .active{
      border-color: #0f407f;
  }
  .homeIndustryApplication .box .boxLeft .list ul .active .top {
    font-size: 0.3rem;
    color: #0f407f;
  }
  .homeIndustryApplication .box .boxLeft .list ul .active .bot {
    grid-template-rows: 1fr;
  }
  .homeIndustryApplication .box .boxLeft .list::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .homeIndustryApplication .box .boxLeft .list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #0f407f;
  }
  .homeIndustryApplication .box .boxLeft .list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(15, 64, 127, 0.2);
  }
  .homeIndustryApplication .box .boxRight {
    width: -webkit-calc(50% + 0.4rem);
    width: calc(50% + 0.4rem);
  }
  .homeIndustryApplication .box .boxRight p {
    border-radius: 0.1rem;
    overflow: hidden;
    display: none;
    
    -webkit-transform:rotate(0deg);
  }
  
  
  
  .homeIndustryApplication .box .boxRight p img {
    width: 100%;
    border-radius: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeIndustryApplication .box .boxRight p:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .homeIndustryApplication .box .boxRight .active {
    display: block;
  }
  .homeNews .box .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0.2rem;
  }
  .homeNews .box .item {
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .homeNews .box .item a {
    display: block;
  }
  .homeNews .box .div1 {
    grid-area: 1 / 1 / 2 / 3;
    position: relative;
  }
  .homeNews .box .div1 img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeNews .box .div1 .orientation {
    position: absolute;
    bottom: 0.36rem;
    left: 0;
    width: 100%;
    z-index: 1;
    color: #fff;
    padding: 0 0.42rem;
  }
  .homeNews .box .div1 .orientation .time {
    font-size: 0.18rem;
  }
  .homeNews .box .div1 .orientation .title {
    font-size: 0.24rem;
    margin-top: 0.14rem;
  }
  .homeNews .box .div1:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .homeNews .box .div2 {
    grid-area: 1 / 3 / 2 / 4;
    background: #eeeeee;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeNews .box .div2 a {
    display: block;
    padding: 0.45rem 0.4rem;
  }
  .homeNews .box .div2 a .content1 {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeNews .box .div2 a .content2 {
    font-size: 0.24rem;
    line-height: 0.34rem;
    margin-top: 0.08rem;
    height: 1.02rem;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeNews .box .div2 a .content3 {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.32rem;
    margin-top: 0.3rem;
    height: 0.96rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeNews .box .div2 a .content4 {
    margin-top: 0.6rem;
  }
  .homeNews .box .div2:hover {
    background: #0f407f;
  }
  .homeNews .box .div2:hover a .content1 {
    color: #fff;
  }
  .homeNews .box .div2:hover a .content2 {
    color: #fff;
  }
  .homeNews .box .div2:hover a .content3 {
    color: #fff;
  }
  .homeNews .box .div2:hover a .content4 .index_link .a {
    border-color: #fff;
  }
  .homeNews .box1 {
    margin-top: 0.2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .homeNews .box1 .item a {
    display: block;
    background: #eee;
    padding: 0.45rem 0.4rem;
    border-radius: 0.1rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeNews .box1 .item a .content1 {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .homeNews .box1 .item a .content2 {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 0.64rem;
    
    
  }
  .homeNews .box1 .item a .content3 {
    margin-top: 0.32rem;
  }
  .homeNews .box1 .item a:hover {
    background: #0f407f;
  }
  .homeNews .box1 .item a:hover .content1 {
    color: #fff;
  }
  .homeNews .box1 .item a:hover .content2 {
    color: #fff;
  }
  .homeNews .box1 .item a:hover .content3 .index_link .a {
    border-color: #fff;
  }
  .advertisementContainer {
    background: url(../images/img8.png) no-repeat 50% 50% / cover;
    padding: 0.58rem 0;
  }
  .advertisementContainer .box .boxLeft {
    font-size: 0.3rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foorerContainer {
    background: #2d3844;
  }
  .foorerContainer .boxTop {
    padding: 0.9rem 0 0;
  }
  .foorerContainer .boxTop .boxLeft .top .l img {
    height: 0.48rem;
  }
  .foorerContainer .boxTop .boxLeft .top .r {
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  .foorerContainer .boxTop .boxLeft .top .r .t {
    font-size: 0.16rem;
    color: #fff;
    opacity: 0.6;
  }
  .foorerContainer .boxTop .boxLeft .top .r .b {
    font-size: 'gilroy_regular';
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.03rem;
  }
  .foorerContainer .boxTop .boxLeft .bot {
    margin-top: 0.25rem;
  }
  .foorerContainer .boxTop .boxLeft .bot .l {
    display: grid;
    gap: 0.1rem;
  }
  .foorerContainer .boxTop .boxLeft .bot .l .ite .icon img {
    width: 0.5rem;
  }
  .foorerContainer .boxTop .boxLeft .bot .l .ite .info {
    margin-left: 0.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  .foorerContainer .boxTop .boxLeft .bot .l .ite .info title {
    font-size: 0.14rem;
    color: #fff;
    width: 100%;
  }
  .foorerContainer .boxTop .boxLeft .bot .l .ite .info p {
    font-size: 0.16rem;
    color: #fff;
    font-family: 'gilroy_regular';
    margin-top: 0.03rem;
    text-align: left;
  }
  .foorerContainer .boxTop .boxLeft .bot .l .ite .info p a {
    color: #fff;
  }
  .foorerContainer .boxTop .boxLeft .bot .r {
    margin-left: 1rem;
  }
  .foorerContainer .boxTop .boxLeft .bot .r figcaption {
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.16rem;
  }
  .foorerContainer .boxTop .boxLeft .bot .r img {
    width: 1.27rem;
  }
  .foorerContainer .boxTop .boxRight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
  }
  .foorerContainer .boxTop .boxRight .item {
    min-width: 1.38rem;
  }
  .foorerContainer .boxTop .boxRight .item h5 {
    font-size: 0.2rem;
    color: #fff;
    opacity: 0.66;
    padding-bottom: 0.18rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .foorerContainer .boxTop .boxRight .item ul {
    margin-top: 0.28rem;
  }
  .foorerContainer .boxTop .boxRight .item ul li a {
    display: block;
    line-height: 0.32rem;
    color: #fff;
    font-size: 0.16rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .foorerContainer .boxTop .boxRight .item ul li a:hover {
    color: #ff820c;
  }
  .foorerContainer .boxBot {
    margin-top: 1rem;
    padding: 0.36rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .foorerContainer .boxBot .left {
    color: #fff;
    font-size: 0.16rem;
  }
  .foorerContainer .boxBot .left span {
    opacity: 0.45;
  }
  .foorerContainer .boxBot .left a {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.45;
  }
  .foorerContainer .boxBot .left a:hover {
    opacity: 1;
  }
  .IndustryApplication {
    position: relative;
  }
  .IndustryApplication .img img {
    width: 100%;
  }
  .IndustryApplication .orientation {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .IndustryApplication .orientation .main {
    color: #fff;
  }
  .IndustryApplication .orientation .main h1 {
    font-size: 0.6rem;
    font-weight: initial;
    line-height: 1;
  }
  .IndustryApplication .orientation .main .desc {
    font-size: 0.18rem;
    margin-top: 0.26rem;
  }
  .crumbsContainer {
    padding: 0.46rem 0 0;
  }
  .crumbsContainer .box {
    font-size: 0.18rem;
  }
  .crumbsContainer .box a {
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .crumbsContainer .box a svg {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }
  .crumbsContainer .box a:hover {
    color: #0f407f;
  }
  .crumbsContainer .box i {
    font-size: 0.16rem;
    color: #666;
  }
  .crumbsContainer .box span {
    color: #333;
  }
  .optionContainer {
    padding-top: 1.35rem;
    padding-bottom: 1.5rem;
  }
  .optionContainer .box .boxLeft {
    width: 5.94rem;
    padding-top: 0.5rem;
  }
  .optionContainer .box .boxLeft .content1 {
    font-size: 0.5rem;
    font-size: 0.45rem;
    line-height: 1.4;
  }
  .optionContainer .box .boxLeft .content2 {
    font-size: 0.18rem;
    color: #666;
    line-height: 1.7;
    margin-top: 0.5rem;
  }
  .optionContainer .box .boxLeft .content3 {
    margin-top: 0.64rem;
  }
  .optionContainer .box .boxLeft .content3 .index_link1 {
    margin-right: 0.2rem;
  }
  .optionContainer .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 1.28rem;
  }
  .optionContainer .box .boxRight p {
    border-radius: 10px;
    overflow: hidden;
  }
  .optionContainer .box .boxRight p img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .optionContainer .box .boxRight p:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .application_bg {
    background: url(../images/img11.png) no-repeat 50% 50% / cover;
  }
  .applicationToggle {
    background: url(../images/img12.png) no-repeat 50% 50% / cover;
  }
  .applicationToggle .box .toggle p {
    margin: 0 0.4rem;
    font-size: 0.24rem;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .applicationToggle .box .toggle .active {
    border-color: #0f407f;
    color: #0f407f;
  }
  .applicationToggle .box .toggleMain {
    background: #fff;
    border-radius: 0.25rem;
    padding: 0.68rem 0;
  }
  .applicationToggle .box .toggleMain div {
    text-align: center;
    display: none;
  }
  .applicationToggle .box .toggleMain div img {
    max-width: 100%;
  }
  .applicationToggle .box .toggleMain .active {
    display: block;
  }
  .f56 {
    font-size: 0.56rem;
    line-height: 1;
  }
  .OtherIndustries {
    background: #f3f5f8;
  }
  .OtherIndustries .box .banner .item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }
  .OtherIndustries .box .banner .item figure {
    overflow: hidden;
  }
  .OtherIndustries .box .banner .item figure img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .OtherIndustries .box .banner .item .info {
    padding: 0.58rem 0.42rem;
  }
  .OtherIndustries .box .banner .item .info .title {
    font-size: 0.24rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .OtherIndustries .box .banner .item .info .link {
    margin-top: 0.36rem;
  }
  .OtherIndustries .box .banner .item:hover figure img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .OtherIndustries .box .banner .item:hover .info .title {
    color: #0f407f;
  }
  .OtherIndustries .orirntation_btn {
    margin-top: 0.5rem;
  }
  .orirntation_btn .button p {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 50%;
    border: 1px solid #0f407f;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
    cursor: pointer;
    margin: 0 0.08rem;
  }
  .orirntation_btn .button p i {
    font-size: 0.18rem;
    color: #0f407f;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .orirntation_btn .button p:hover {
    background: #0f407f;
  }
  .orirntation_btn .button p:hover i {
    color: #fff;
  }
  .newsContainer .box .banner {
    position: relative;
  }
  .newsContainer .box .banner .swiper {
    border-radius: 10px;
    overflow: hidden;
  }
  .newsContainer .box .banner .swiper .item {
    background: #0f407f;
  }
  .newsContainer .box .banner .swiper .item .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  .newsContainer .box .banner .swiper .item .boxLeft img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newsContainer .box .banner .swiper .item .boxRight {
    width: 5rem;
    color: #fff;
    padding: 0 0.62rem;
  }
  .newsContainer .box .banner .swiper .item .boxRight .content1 {
    font-size: 0.18rem;
    padding-top: 0.9rem;
  }
  .newsContainer .box .banner .swiper .item .boxRight .content2 {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .newsContainer .box .banner .swiper .item .boxRight .content3 {
    font-size: 0.16rem;
    line-height: 0.32rem;
    height: 0.64rem;
    margin-top: 0.3rem;
  }
  .newsContainer .box .banner .swiper .item .boxRight .content4 {
    margin-top: 0.54rem;
  }
  .newsContainer .box .banner .swiper .item:hover .boxLeft img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .newsContainer .box .banner .orirntation_btn {
    position: absolute;
    width: 5rem;
    bottom: 0.9rem;
    z-index: 1;
    right: 0;
    padding-left: 0.62rem;
  }
  .newsContainer .box .banner .orirntation_btn .button p {
    border: 1px solid #fff;
    opacity: 0.5;
  }
  .newsContainer .box .banner .orirntation_btn .button p i {
    color: #fff;
  }
  .newsContainer .box .banner .orirntation_btn .button p:hover {
    opacity: 1;
  }
  .newsList .box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
    margin-top: 0.2rem;
  }
  .newsList .box .item a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
  }
  .newsList .box .item a figure {
    overflow: hidden;
  }
  .newsList .box .item a figure img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newsList .box .item a .info {
    background: #eee;
    padding: 0.45rem 0.4rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newsList .box .item a .info .content1 {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newsList .box .item a .info .content2 {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 0.64rem;
    
    	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-justify: distribute-all-lines;
    
    
  }
  .newsList .box .item a .info .content3 {
    margin-top: 0.32rem;
  }
  .newsList .box .item a:hover figure img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .newsList .box .item a:hover .info {
    background: #0f407f;
  }
  .newsList .box .item a:hover .info .content1 {
    color: #fff;
  }
  .newsList .box .item a:hover .info .content2 {
    color: #fff;
  }
  .newsList .box .item a:hover .info .content3 .index_link .a {
    border-color: #fff;
  }
  .pageBox .box_ .btn a i {
    font-size: 0.22rem;
    color: #666;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
      cursor: pointer;
  }
  .pageBox .box_ .btn a i:hover {
    color: #0f407f;
  }
  .pageBox .box_ .link {
    margin: 0 0.3rem;
  }
  .pageBox .box_ .link a {
    margin: 0 0.2rem;
    font-size: 0.2rem;
    color: #666;
    font-family: 'gilroy_regular';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .pageBox .box_ .link a:hover {
    color: #0f407f;
  }
  .pageBox .box_ .link .active {
    color: #0f407f;
  }
  .mt {
    margin-top: 1rem;
  }
  .newIfno {
    margin-top: 1rem;
  }
  .newIfno .box {
    padding: 0 2.54rem;
  }
  .newIfno .box .content2 {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    color: #666;
    margin-top: 0.32rem;
  }
  .newIfno .box .content3 {
    font-size: 0.18rem;
    color: #666;
    line-height: 0.37rem;
    margin-top: 0.3rem;
  }
  .newIfno .box .content3 img {
    display: block;
    margin: auto;
  }
  .newIfno .box1 .btn {
    width: 40%;
  }
  .newIfno .box1 .btn a {
    border: 1px solid #ddd;
    font-size: 0.18rem;
    line-height: 0.68rem;
    padding: 0 0.4rem;
    border-radius: 0.35rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newIfno .box1 .btn a span {
    color: #999;
    width: 0.72rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newIfno .box1 .btn a p {
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newIfno .box1 .btn a:hover {
    border-color: #0f407f;
  }
  .newIfno .box1 .btn a:hover span {
    color: #0f407f;
  }
  .newIfno .box1 .btn a:hover p {
    color: #0f407f;
  }
  .newIfno .box1 .center a {
    display: block;
    width: 2.1rem;
    border: 1px solid #ddd;
    font-size: 0.18rem;
    line-height: 0.68rem;
    text-align: center;
    border-radius: 0.35rem;
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newIfno .box1 .center a svg path {
    fill: #0f407f;
  }
  .newIfno .box1 .center svg {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-right: 0.1rem;
  }
  .newIfno .box1 .center svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .newIfno .box1 .center:hover a {
    color: #fff;
    background: #0f407f;
  }
  .newIfno .box1 .center:hover svg path {
    fill: #fff;
  }
  .OtherIndustries1 .box .ite a {
    border-radius: 10px;
    overflow: hidden;
    display: block;
  }
  .OtherIndustries1 .box .ite a figure {
    overflow: hidden;
  }
  .OtherIndustries1 .box .ite a figure img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .OtherIndustries1 .box .ite a .info {
    background: #fff;
    padding: 0.45rem 0.4rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .OtherIndustries1 .box .ite a .info .content1 {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .OtherIndustries1 .box .ite a .info .content2 {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-top: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 0.64rem;
        display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-justify: distribute-all-lines;
  }
  .OtherIndustries1 .box .ite a .info .content3 {
    margin-top: 0.32rem;
  }
  .OtherIndustries1 .box .ite a:hover figure img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .OtherIndustries1 .box .ite a:hover .info {
    background: #0f407f;
  }
  .OtherIndustries1 .box .ite a:hover .info .content1 {
    color: #fff;
  }
  .OtherIndustries1 .box .ite a:hover .info .content2 {
    color: #fff;
  }
  .OtherIndustries1 .box .ite a:hover .info .content3 .index_link .a {
    border-color: #fff;
  }
  .IndustryApplication1 .orientation {
    -webkit-transform: translateY(0.5rem);
        -ms-transform: translateY(0.5rem);
            transform: translateY(0.5rem);
  }
  .SampleApplication {
    background: url(../images/img21.png) no-repeat 50% 50%;
  }
  .SampleApplication .title {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }
  .SampleApplication .box {
    width: 10rem;
    margin-top: 0.54rem;
  }
  .SampleApplication .box .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
  }
  .SampleApplication .box .list .item {
    margin-bottom: 0.1rem;
    background: #fff;
    padding: 0 0.2rem;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .SampleApplication .box .list .item p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.55rem;
  }
  .SampleApplication .box .list .item p span {
    color: red;
  }
  .SampleApplication .box .list .item div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .SampleApplication .box .list .item div input {
    display: block;
    width: 100%;
    height: 0.55rem;
    border: 0;
    background: none;
    font-size: 0.16rem;
    color: #666;
  }
  .SampleApplication .box .list1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .SampleApplication .box .list2 {
    padding: 0 0.2rem;
    background: #fff;
    border-radius: 0.08rem;
    overflow: hidden;
  }
  .SampleApplication .box .list2 p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.16rem;
    color: #666;
    padding-top: 0.2rem;
  }
  .SampleApplication .box .list2 div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
  }
  .SampleApplication .box .list2 div textarea {
    display: block;
    width: 100%;
    height: 0.55rem;
    border: 0;
    background: none;
    font-size: 0.16rem;
    color: #666;
    padding-top: 0.2rem;
    height: 1.8rem;
    resize: none;
  }
  .SampleApplication .box .list3 {
    padding: 0 0.2rem;
    background: #fff;
    border-radius: 0.08rem;
    margin-bottom: 0.1rem;
  }
  .SampleApplication .box .list3 p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.55rem;
  }
  .SampleApplication .box .list3 p span {
    color: red;
  }
  .SampleApplication .box .list3 .type {
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
        -ms-flex: 1 auto;
            flex: 1 auto;
    padding-left: 0.3rem;
  }
  .SampleApplication .box .list3 .type .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 0.55rem;
  }
  .SampleApplication .box .list3 .type .top .layui-form-radio * {
    font-size: 0.16rem;
    color: #333;
  }
  .SampleApplication .box .list3 .type .top .layui-form-radio {
    margin-top: 0;
  }
  .SampleApplication .box .list3 .type .top .layui-anim-scaleSpring {
    color: #0f407f;
  }
  .SampleApplication .box .list3 .type .bot {
    padding-bottom: 0.1rem;
    line-height: 0.32rem;
  }
  .SampleApplication .box .list3 .type .bot .layui-form-radio * {
    font-size: 0.16rem;
    color: #333;
  }
  .SampleApplication .box .list3 .type .bot .layui-form-radio {
    margin-top: 0;
  }
  .SampleApplication .box .list3 .type .bot .layui-anim-scaleSpring {
    color: #0f407f;
  }
  .SampleApplication .box .list3 .type .bot .input input {
    display: block;
    min-width: 3rem;
    height: 0.32rem;
    border-radius: 0.08rem;
    border: 1px solid #ddd;
    padding: 0 0.1rem;
    font-size: 0.16rem;
  }
  .SampleApplication .box .list4 {
    margin-top: 0.4rem;
  }
  .SampleApplication .box .list4 input {
    display: none;
  }
  .SampleApplication .box .list4 .index_link .a {
    cursor: pointer;
  }
  .PrivacyProtection .box {
    width: 11.4rem;
    margin-top: 0.5rem;
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
  .PrivacyProtection .box h5 {
    font-size: 0.24rem;
    margin-bottom: 0.08rem;
  }
  .aboutToggle {
    height: 0;
  }
  .aboutToggle .box {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    position: relative;
    z-index: 1;
  }
  .aboutToggle .box .item a {
    display: block;
    padding: 0.6rem 0.3rem 0.24rem;
  }
  .aboutToggle .box .item a .top {
    font-size: 0.18rem;
    color: #fff;
  }
  .aboutToggle .box .item a .bot {
    text-align: center;
    margin-top: 0.16rem;
  }
  .aboutToggle .box .item a .bot i {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
  }
  .aboutToggle .box .item a:hover .bot i {
    opacity: 1;
  }
  .aboutToggle .box .active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#ff820c));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #ff820c);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #ff820c);
  }
  .aboutToggle .box .active a .bot i {
    opacity: 1;
  }
  .CompanyProfile {
    background: url(../images/img23.png) no-repeat 50% 50% / cover;
    padding-bottom: 1.8rem;
  }
  .CompanyProfile .box .boxLeft {
    width: 6.3rem;
  }
  .CompanyProfile .box .boxLeft .data {
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .CompanyProfile .box .boxLeft .data .ite {
    margin-right: 0.7rem;
  }
  .CompanyProfile .box .boxLeft .data .ite .top {
    font-size: 0.72rem;
    color: #ff820c;
    font-family: 'gilroy_regular';
    line-height: 1;
  }
  .CompanyProfile .box .boxLeft .data .ite .bot {
    font-size: 0.18rem;
    color: #333;
    margin-top: 0.1rem;
  }
  .CompanyProfile .box .boxRight {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.36rem;
    padding-top: 0.45rem;
  }
  .CorporateCulture {
    background: url(../images/img24.png) no-repeat 50% 50% / cover;
  }
  .CorporateCulture .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem 0.4rem;
    margin-top: 0.56rem;
  }
  .CorporateCulture .box .item {
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    text-align: center;
    color: #fff;
    padding: 0.6rem 0;
  }
  .CorporateCulture .box .item .top {
    font-size: 0.18rem;
  }
  .CorporateCulture .box .item .bot {
    font-size: 0.24rem;
    line-height: 1;
    margin-top: 0.14rem;
  }
  .DevelopmentCourse {
    background: url(../images/img25.png) no-repeat 50% 50% / cover;
  }
  .DevelopmentCourse .box .banner {
    margin-top: 0.4rem;
    position: relative;
  }
  .DevelopmentCourse .box .banner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 1px dashed  rgba(15,64,127,0.5);
  }
  .DevelopmentCourse .box .banner .swiper {
    padding: 0.8rem 0;
    position: relative;
    z-index: 1;
  }
  .DevelopmentCourse .box .banner .swiper .swiper-slide .item {
    width: 1.5rem;
    margin: auto;
    height: 0.58rem;
    line-height: 0.58rem;
    background: #fff;
    font-size: 0.24rem;
    color: #666;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
  }
  .DevelopmentCourse .box .banner .swiper .swiper-slide-active {
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
  }
  .DevelopmentCourse .box .banner .swiper .swiper-slide-active .item {
    color: #0f407f;
    border-color: #0f407f;
  }
  .DevelopmentCourse .orirntation_btn .button p {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    margin: 0;
    background: #0f407f;
  }
  .DevelopmentCourse .orirntation_btn .button p i {
    color: #fff;
  }
  .DevelopmentCourse .orirntation_btn .button .prev {
    left: 0;
  }
  .DevelopmentCourse .orirntation_btn .button .next {
    right: 0;
  }
  .DevelopmentCourse .box1 {
    background: #fff;
    min-height: 2.8rem;
    border-radius: 0.25rem;
    padding: 0.68rem 0;
  }
  .DevelopmentCourse .box1 .toggle {
    display: none;
  }
  .DevelopmentCourse .box1 .toggle .main {
    width: 6rem;
    margin: auto;
    display: grid;
    gap: 0.15rem;
  }
  .DevelopmentCourse .box1 .toggle .main .ite {
    font-size: 0.18rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 0.36rem;
  }
  .DevelopmentCourse .box1 .toggle .main .ite p {
    color: #0f407f;
    width: 0.55rem;
  }
  .DevelopmentCourse .box1 .toggle .main .ite div {
    color: #666;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .DevelopmentCourse .box1 .active {
    display: block;
  }
  .contactUs {
    background: url(../images/img26.png) no-repeat 50% 50% / cover;
  }
  .contactUs .box {
    margin-top: 0.6rem;
    background: #fff;
    border-radius: 0.25rem;
    overflow:hidden;
  }
  .contactUs .box .boxLeft {
    padding: 0.75rem 0.85rem 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contactUs .box .boxLeft .top {
    font-size: 0.3rem;
    color: #333;
  }
  .contactUs .box .boxLeft .top img {
    margin-right: 5px;
    width: 0.7rem;
  }
  .contactUs .box .boxLeft .bot {
    padding-right: 0.45rem;
    margin-top: 0.35rem;
    max-height: 4.2rem;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #cf0f35 #fff;
    /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
    scrollbar-width: thin;
    /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
    -ms-overflow-style: none;
  }
  .contactUs .box .boxLeft .bot::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .contactUs .box .boxLeft .bot::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0f407f;
  }
  .contactUs .box .boxLeft .bot::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(15, 64, 127, 0.2);
  }
  .contactUs .box .boxLeft .bot .list .item h5 {
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
  }
  .contactUs .box .boxLeft .bot .list .item .lis h6 {
    font-size: 0.18rem;
    position: relative;
    padding: 0.1rem 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .contactUs .box .boxLeft .bot .list .item .lis h6 i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #999;
    font-size: 0.18rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .contactUs .box .boxLeft .bot .list .item .lis h6:hover {
    color: #0f407f;
  }
  .contactUs .box .boxLeft .bot .list .item .lis div {
    padding: 0.05rem 0;
    display: none;
  }
  .contactUs .box .boxLeft .bot .list .item .lis div p {
    position: relative;
    font-size: 0.18rem;
    color: #666;
    padding-left: 0.34rem;
    line-height: 0.36rem;
  }
  .contactUs .box .boxLeft .bot .list .item .lis div p svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contactUs .box .boxLeft .bot .list .item .lis div p a {
    color: #666;
  }
  .contactUs .box .boxLeft .bot .list .item .active h6 {
    color: #0f407f;
  }
  .contactUs .box .boxLeft .bot .list .item .active h6 i {
    color: #0f407f;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .contactUs .box .boxLeft .bot .list .item .active div {
    display: block;
  }
  .contactUs .box .boxLeft .bot .list .hr {
    margin: 0.32rem 0;
    width: 100%;
    height: 1px;
    background: #eee;
  }
  .contactUs .box .boxRight {
    width: 8.1rem;
  }
  .contactUs .box .boxRight img {
    width: 100%;
  }
  .contactUs .box2 .boxLeft .bot .list .item .lis div {
    display: block;
  }
  .articleNav {
    position: fixed;
    top: 40%;
    left: 0.25rem;
    z-index: 6;
    display: none;
  }
  .articleNav ul {
    display: grid;
    gap: 0.2rem;
    position: relative;
  }
  .articleNav ul::before {
    content: '';
    position: absolute;
    left: 4px;
    top: -0.12rem;
    height: -webkit-calc(100% + 0.24rem);
    height: calc(100% + 0.24rem);
    width: 1px;
    background: rgba(15, 64, 127, 0.4);
  }
  .articleNav ul li {
    font-size: 0.18rem;
    color: #333;
    padding-left: 0.25rem;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
    cursor: pointer;
  }
  .articleNav ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid rgba(15, 64, 127, 0.4);
  }
  .articleNav ul li a {
    color: #a5a5a5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .articleNav ul .active a {
    color: #ff820c;
  }
  .articleNav ul .active::before {
    border-color: #0f407f;
  }
  .qualityPolicy {
    background: url(../images/img29.png) no-repeat 50% 50% / cover;
  }
  .qualityPolicy .box {
    padding-left: var(--vw);
  }
  .qualityPolicy .box .width {
    width: 0.4rem;
  }
  .qualityPolicy .box .banner .swiper-slide {
    width: 3.4rem;
    background: url(../images/img31.png) no-repeat 50% 50% / cover;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .qualityPolicy .box .banner .swiper-slide .item {
    background: #fff;
    padding: 0.45rem 0.45rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  
  
  .qualityPolicy .box .banner .swiper-slide .item .content1 img {
    height: 1rem;
  }
  .qualityPolicy .box .banner .swiper-slide .item .content2 {
    margin-top: 1rem;
    font-size: 0.2rem;
    height: .6rem;
    line-height: .2rem;
    font-family: 'gilroy_Medium';
    color: #e4e4e4;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .qualityPolicy .box .banner .swiper-slide .item .content3 {
    font-size: 0.24rem;
    margin-top: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .qualityPolicy .box .banner .swiper-slide:hover .item {
    background: transparent;
  }
  .qualityPolicy .box .banner .swiper-slide:hover .item .content1 img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
  .qualityPolicy .box .banner .swiper-slide:hover .item .content2 {
    color: #fff;
  }
  .qualityPolicy .box .banner .swiper-slide:hover .item .content3 {
    color: #fff;
  }
  .qualityPolicy .orirntation_btn {
    margin-top: 0.4rem;
  }
  .wayDevelopment {
    background: url(../images/img33.png) no-repeat 50% 50% / cover;
  }
  .wayDevelopment .box {
    padding-left: var(--vw);
  }
  .wayDevelopment .box .width {
    width: 0.4rem;
  }
  .wayDevelopment .box .banner .swiper-slide {
    width: 3.4rem;
    background: url(../images/img31.png) no-repeat 50% 50% / cover;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .wayDevelopment .box .banner .swiper-slide .item {
    background: #fff;
    padding: 0.45rem 0.5rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .wayDevelopment .box .banner .swiper-slide .item .content1 img {
    height: 1rem;
  }
  .wayDevelopment .box .banner .swiper-slide .item .content2 {
    margin-top: 0.9rem;
    font-size: 0.2rem;
    font-family: 'gilroy_Medium';
    color: #e4e4e4;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 0.24rem;
    height: 0.48rem;
  }
  .wayDevelopment .box .banner .swiper-slide .item .content3 {
    font-size: 0.24rem;
    margin-top: 0.1rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .wayDevelopment .box .banner .swiper-slide:hover .item {
    background: transparent;
  }
  .wayDevelopment .box .banner .swiper-slide:hover .item .content1 img {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
  .wayDevelopment .box .banner .swiper-slide:hover .item .content2 {
    color: #fff;
  }
  .wayDevelopment .box .banner .swiper-slide:hover .item .content3 {
    color: #fff;
  }
  .wayDevelopment .orirntation_btn {
    margin-top: 0.4rem;
  }
  .environment .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 0.6rem;
    padding-top: 1rem;
  }
  .environment .box .boxLeft .content1 {
    border-bottom: 1px solid #eee;
  }
  .environment .box .boxLeft .content1 p {
    font-size: 0.36rem;
    color: #666;
    margin-right: 0.78rem;
    padding-bottom: 0.4rem;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .environment .box .boxLeft .content1 .active {
    border-color: #0f407f;
    color: #000;
  }
  .environment .box .boxLeft .content2 {
    margin-top: 0.72rem;
  }
  .environment .box .boxLeft .content2 .item {
    display: none;
  }
  .environment .box .boxLeft .content2 .item p {
    font-size: 0.18rem;
    color: #666;
    padding-left: 0.24rem;
    position: relative;
    line-height: 0.42rem;
  }
  .environment .box .boxLeft .content2 .item p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.17rem;
    width: 8px;
    height: 8px;
    background: #0f407f;
    border-radius: 50%;
  }
  .environment .box .boxLeft .content2 .active {
    display: block;
  }
  .environment .box .boxRight {
    width: 7.2rem;
  }
  .reliabilityAssurance {
    background: url(../images/img35.png) no-repeat 50% 50% / cover;
  }
  .reliabilityAssurance .box h5 {
    font-size: 0.36rem;
    text-align: center;
  }
  .reliabilityAssurance .box .table {
    border-radius: 0.15rem;
    background: #fff;
    padding-right: 1px;
    overflow: hidden;
  }
  
   .reliabilityAssurance .box .table .tou{
       background: #0f407f;
   }
    .reliabilityAssurance .box .table .tou.active table{
         width: calc(100% - 4px);
         
    }
  
    .reliabilityAssurance .box .table table{
        width: 100%;
    }
  .reliabilityAssurance .box .table .scroll table{
      background:#fff;
  }
  
  .reliabilityAssurance .box .table tr:nth-child(2n) {
    background: #f4f6f9;
  }
  .reliabilityAssurance .box .table th {
    background: #0f407f;
    color: #fff;
    line-height: 0.6rem;
    border: 1px solid #b4c4d9;
    font-size: 0.18rem;
  }
  .reliabilityAssurance .box .table th:nth-child(1),
  .reliabilityAssurance .box .table td:nth-child(1) {
    width: 25%;
  }
  .reliabilityAssurance .box .table th:nth-child(2),
  .reliabilityAssurance .box .table td:nth-child(2) {
    width: 15%;
  }
  .reliabilityAssurance .box .table th:nth-child(3),
  .reliabilityAssurance .box .table td:nth-child(3) {
    width: 25%;
  }
  .reliabilityAssurance .box .table th:nth-child(4),
  .reliabilityAssurance .box .table td:nth-child(4) {
    width: 20%;
  }
  .reliabilityAssurance .box .table th:nth-child(5),
  .reliabilityAssurance .box .table td:nth-child(5) {
    width: 15%;
  }
  .reliabilityAssurance .box .table td {
    border-right: 1px solid #b4c4d9;
    border-bottom: 1px solid #b4c4d9;
    text-align: center;
    padding: 0.1rem 0.3rem;
    line-height: 0.26rem;
    font-size: 0.16rem;
  }
  .reliabilityAssurance .box .scroll {
    max-height: 4.7rem;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #cf0f35 #fff;
    /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
    scrollbar-width: thin;
    /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
    -ms-overflow-style: none;
  }
  .reliabilityAssurance .box .scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .reliabilityAssurance .box .scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #0f407f;
  }
  .reliabilityAssurance .box .scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(15, 64, 127, 0.1);
  }
  .reliabilityAssurance .tu {
    text-align: center;
    margin-top: 0.52rem;
  }
  .recruitTalent .box {
    border-radius: 0.15rem;
    overflow: hidden;
  }
  .recruitTalent .box .title {
    background: #0f407f;
    color: #fff;
    line-height: 0.7rem;
    font-size: 0.18rem;
    padding: 0 0.8rem;
  }
  .recruitTalent .box .title div:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruitTalent .box .title div:nth-child(2) {
    width: 18%;
  }
  .recruitTalent .box .title div:nth-child(3) {
    width: 24%;
  }
  .recruitTalent .box .title div:nth-child(4) {
    width: 18%;
  }
  .recruitTalent .box .title div:nth-child(5) {
    width: 0.2rem;
  }
  .recruitTalent .box .list .item:nth-child(2n-1) {
    background: #f3f5f8;
  }
  .recruitTalent .box .list .item .boxTop {
    padding: 0 0.8rem;
    font-size: 0.2rem;
    line-height: 0.7rem;
    cursor: pointer;
    font-family: 'gilroy_regular';
  }
  .recruitTalent .box .list .item .boxTop i {
    font-size: 0.18rem;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .recruitTalent .box .list .item .boxTop div:nth-child(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruitTalent .box .list .item .boxTop div:nth-child(2) {
    width: 18%;
  }
  .recruitTalent .box .list .item .boxTop div:nth-child(3) {
    width: 24%;
  }
  .recruitTalent .box .list .item .boxTop div:nth-child(4) {
    width: 18%;
  }
  .recruitTalent .box .list .item .boxTop div:nth-child(5) {
    width: 0.2rem;
  }
  .recruitTalent .box .list .item .boxBot {
    padding: 0 0.8rem 0.8rem;
    display: none;
  }
  .recruitTalent .box .list .item .boxBot .content1 {
    margin-top: 0.2rem;
  }
  .recruitTalent .box .list .item .boxBot .content1 h5 {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.12rem;
  }
  .recruitTalent .box .list .item .boxBot .content1 div {
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
  }
  .recruitTalent .box .list .active .boxTop div i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    color: #0f407f;
  }
  .InvestorRelations .box {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .InvestorRelations .box .item font {
    color: #333;
  }
  .InvestorRelations .box .item .top {
    font-size: 0.18rem;
    color: #666;
  }
  .InvestorRelations .box .item .bot {
    line-height: 0.3rem;
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: #666;
  }
  .InvestorRelations .box .item .bot span {
    font-size: 0.36rem;
    color: #0f407f;
    font-family: 'gilroy_regular';
  }
  .InvestorRelations .box1 {
    margin-top: 0.86rem;
  }
  .InformationDisclosure .box {
    background: url(../images/img38.png) no-repeat 50% 50% / cover;
    padding: 0.58rem 1.3rem;
    border-radius: 0.25rem;
  }
  .InformationDisclosure .box .boxLeft {
    font-size: 0.36rem;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latestNewsS{
      padding: .46rem 0 0;
  }
  .latestNews .box {
    margin-top: 0.5rem;
  }
  .latestNews .box .list {
    display: grid;
    gap: 0.2rem;
  }
  .latestNews .box .list .item a {
    line-height: 0.9rem;
    border: 2px solid #f6f6f6;
    padding: 0 0.45rem 0 0.85rem;
    border-radius: 0.15rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .latestNews .box .list .item a .time {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    color: #666;
    width: 1.7rem;
  }
  .latestNews .box .list .item a .title {
    font-size: 0.2rem;
    color: #333;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .latestNews .box .list .item a .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .latestNews .box .list .item a .btn p {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #e6e6e6;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .latestNews .box .list .item a .btn p svg {
    margin: auto;
  }
  .latestNews .box .list .item a .btn p svg path {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .latestNews .box .list .item a:hover {
    border-color: rgba(15, 64, 127, 0.7);
  }
  .latestNews .box .list .item a:hover .title {
    color: #0f407f;
  }
  .latestNews .box .list .item a:hover .btn p {
    background: #0f407f;
  }
  .latestNews .box .list .item a:hover .btn p svg path {
    fill: #fff;
  }
  .productDetails .details_Left {
    width: 4.05rem;
    background: #f3f6fa;
    padding: 0.4rem 0;
  }
  .productDetails .details_Right {
    width: -webkit-calc(100% - 4.05rem);
    width: calc(100% - 4.05rem);
    padding: 0rem 1rem 0;
  }
  .productNav .list {
    display: grid;
    gap: 0.2rem;
  }
  .productNav .list .item .item_top {
    position: relative;
    border-left: 4px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_top a {
    line-height: 0.55rem;
    cursor: pointer;
    padding: 0 0.36rem 0 0.56rem;
  }
  .productNav .list .item .item_top a .l {
    font-size: 0.2rem;
    color: #111;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_top a .l img {
    width: 0.28rem;
    margin-right: 0.18rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_top a .r i {
    font-size: 0.2rem;
    color: #111;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .productNav .list .item .item_top a:hover .l {
    color: #0f407f;
  }
  .productNav .list .item .item_top a:hover .l img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .productNav .list .item .item_bottom {
    padding: 0 0.36rem 0 1rem;
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_bottom ul {
    padding: 0.1rem 0 0;
    min-height: 0;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_top a {
    line-height: 0.4rem;
    cursor: pointer;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_top a .l {
    font-size: 0.18rem;
    color: #333;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_top a .l img {
    width: 0.28rem;
    margin-right: 0.18rem;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_top a .r i {
    font-size: 0.18rem;
    color: #111;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .productNav .list .item .item_bottom .two_item .tow_item_top a:hover .l {
    color: #0f407f;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_bot {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_bot div {
    min-height: 0;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_bot div p a {
    font-size: 0.16rem;
    color: #666;
    display: block;
    line-height: 0.4rem;
    padding-left: 0.18rem;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_bot div p a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid #0f407f;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_bot div p a:hover {
    color: #0f407f;
  }
  .productNav .list .item .item_bottom .two_item .tow_item_bot div p.active a {
    color: #0f407f;
  }
  .productNav .list .item .item_bottom .two_item.active .tow_item_top a .l {
    color: #0f407f;
  }
  .productNav .list .item .item_bottom .two_item.active .tow_item_top a .r i {
    color: #0f407f;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .productNav .list .item .item_bottom .two_item.active .tow_item_bot {
    grid-template-rows: 1fr;
  }
  .productNav .list .item.active .item_top {
    border-color: #0f407f;
    background: #dce3ed;
  }
  .productNav .list .item.active .item_top a .l {
    color: #0f407f;
  }
  .productNav .list .item.active .item_top a .l img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .productNav .list .item.active .item_top a .r i {
    color: #0f407f;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .productNav .list .item.active .item_bottom {
    grid-template-rows: 1fr;
  }
  .productInfoMain .box {
    margin-top: 0.6rem;
  }
  .productInfoMain .box .h5 {
    font-size: 0.48rem;
    font-family: 'gilroy_Medium';
    line-height: 1.2;
  }
  .productInfoMain .box .h6 {
    font-size: 0.24rem;
    font-family: 'gilroy_bold';
    margin-top: 0.48rem;
  }
  .productInfoMain .box .desc {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    color: #666;
    line-height: 0.36rem;
    margin-top: 0.18rem;
  }
  .productInfoMain .box .button {
    margin-top: 0.3rem;
  }
  .productInfoMain .box .button a {
    margin-right: 0.2rem;
    display: block;
    font-size: 0.16rem;
    color: #fff;
    padding: 0 0.35rem;
    line-height: 0.5rem;
    border-radius: 0.25rem;
    background: #0f407f;
  }
  .productInfoMain .box .button a svg {
    margin-left: 5px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .productInfoMain .box .button .xia {
    background: #ff820c;
  }
  .productInfoMain .box .toggle {
    margin-top: 0.8rem;
    border-bottom: 1px solid #eee;
  }
  .productInfoMain .box .toggle p {
    margin-right: 0.6rem;
  }
  .productInfoMain .box .toggle p a {
    font-size: 0.2rem;
    font-family: 'gilroy_regular';
    color: #333;
    display: block;
    padding-bottom: 0.25rem;
    line-height: 0.25rem;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
  }
  .productInfoMain .box .toggle p a:hover {
    color: #0f407f;
  }
  .productInfoMain .box .toggle .active a {
    border-color: #0f407f;
    color: #0f407f;
    font-weight: bold;
    font-size: 0.24rem;
  }
  .productInfoMain .box .container .title {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family: 'gilroy_bold';
    color: #fff;
    background: #0f407f;
    display: inline-block;
    min-width: 3.12rem;
    text-align: center;
    line-height: 0.58rem;
    border-radius: 0.15rem 0.15rem 0 0;
  }
  .productInfoMain .box .container .content1 {
    padding: 0.4rem 0.7rem;
    border: 1px solid #eee;
    border-radius: 0 0.15rem 0.15rem 0.15rem;
  }
  .productInfoMain .box .container .content1 ul li {
    font-size: 0.18rem;
    font-family: 'gilroy_regular';
    color: #666;
    line-height: 0.36rem;
    position: relative;
  }
  .productInfoMain .box .container .content1 ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0f407f;
    position: absolute;
    left: -0.28rem;
    top: 0.15rem;
  }
  .productInfoMain .box .button .down{
      cursor: pointer;
  }
  .productInfoMain .box .container .content1 img {
    /*display: block;*/
    /*margin: auto;*/
  }
  .productList {
    margin-top: 60px;
  }
  .productList .h5 {
    font-size: 0.36rem;
    font-family: 'gilroy_Medium';
    line-height: 1.2;
  }
  .productList .desc {
    font-size: 0.18rem;
    color: #666;
    margin-top: 0.26rem;
  }
  .productList .filter_box {
    margin-top: 0.5rem;
    background: #f3f6fa;
    padding: 0.2rem 0.4rem;
    border-radius: 0.15rem;
  }
  .productList .filter_box h6 {
    font-size: 0.18rem;
    font-weight: bold;
  }
  .productList .filter_box .content1 .radio {
    margin-top: 0.15rem;
  }
  .productList .filter_box .content1 .radio .left div {
    margin-right: 0.4rem;
    font-size: 0.16rem;
    color: #666;
    cursor: pointer;
  }
  .productList .filter_box .content1 .radio .left div:last-child {
    margin-right: 0;
  }
  .productList .filter_box .content1 .radio .left div span {
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    border: 2px solid #999999;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
    border-radius: 50%;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-right: 4px;
  }
  .productList .filter_box .content1 .radio .left div span::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #0f407f;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .productList .filter_box .content1 .radio .left div:hover {
    color: #0f407f;
  }
  .productList .filter_box .content1 .radio .left .active span {
    border-color: #0f407f;
  }
  .productList .filter_box .content1 .radio .left .active span::before {
    opacity: 1;
  }
  .productList .filter_box .content1 .radio .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.16rem;
    color: #666;
  }
  .productList .filter_box .content1 .radio .right span {
    display: inline-block;
    margin: 0 0.12rem;
    width: 1px;
    height: 100%;
    background: #7e7f7f;
  }
  .productList .filter_box .content1 .radio .right p {
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .productList .filter_box .content1 .radio .right p:hover {
    color: #0f407f;
  }
  .productList .filter_box .content2 {
    margin-top: 0.18rem;
  }
  .productList .filter_box .content2 .screen {
    margin-top: 0.12rem;
  }
  .productList .filter_box .content2 .screen .ite {
    font-size: 0.16rem;
    color: #666;
    margin-right: 0.28rem;
    margin-bottom:0.1rem;
  }
  .productList .filter_box .content2 .screen .ite:last-child {
    margin-right: 0;
  }
  .productList .filter_box .content2 .screen .ite span {
    margin-right: 0.14rem;
  }
  .productList .filter_box .content2 .screen .ite input {
    display: inline-block;
    width: 0.54rem;
    text-align: center;
    height: 0.28rem;
    border: 1px solid #bccadc;
    border-radius: 3px;
    font-size: 0.15rem;
  }
  .productList .filter_box .content2 .screen .ite del {
    margin: 0 0.05rem;
  }
  .productList .filter_box .content3 {
    margin-top: 0.24rem;
  }
  .filter_search {
    width: min(100%, 5.6rem);
    position: relative;
    margin-top: 0.4rem;
  }
  .filter_search input[type='text'] {
    display: block;
    width: 100%;
    padding: 0 0.26rem;
    height: 0.54rem;
    font-size: 0.18rem;
    border-radius: 0.3rem;
    border: 1px solid #0f407f;
  }
  .filter_search label {
    position: absolute;
    right: 0.38rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .filter_search label input {
    display: none;
  }
  .filter_table .filter_table_title {
    margin-top: 0.18rem;
  }
  .filter_table .filter_table_title .left {
    font-size: 0.18rem;
    font-family: 'gilroy_Medium';
  }
  .filter_table .filter_table_title .left span {
    color: #0f407f;
  }
  .filter_table .filter_table_title .right {
    font-size: 0.18rem;
    color: #666;
    cursor: pointer;
  }
  .filter_table .filter_table_title .right svg {
    vertical-align: middle;
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
  }
  .filter_table .filter_table_title .right:hover {
    color: #0f407f;
  }
  .filter_table .table_main {
    margin-top: 18px;
  }
  
  .filter_table .table_main .layui-table-view{
     border-radius: 15px 15px 0 0;
     /*border-bottom: 0;*/
  }
  
  .filter_table .table_main .layui-table-header {
    border-radius: 0.15rem 0.15rem 0 0;
    overflow: hidden;
  }
  
  .filter_table .table_main .layui-table-cell {
    text-align: center;
    /*min-width:1.8rem;*/
  }
  
  
  
  .filter_table .table_main .layui-table-cell {
    overflow: initial;
    white-space: normal;
    height: auto;
    font-size: 0.16rem;
  }
  .filter_table .table_main .layui-table-sort .layui-table-sort-asc {
    border-bottom-color: #fff;
  }
  .filter_table .table_main .layui-table-sort .layui-table-sort-desc {
    border-top-color: #fff;
  }
  .filter_table .table_main th {
    background: #0d4a9f;
    color: #fff;
    padding: 0.12rem 0;
  }
  .filter_table .table_main .layui-table[lay-even] tbody tr:nth-child(even) {
    background: #f3f6fa;
  }
  .filter_table .table_main .layui-table-click,
  .filter_table .table_main .layui-table-hover {
    background: rgba(15, 64, 127, 0.1) !important;
  }
  .filter_table .table_main .layui-table-body {
    /*padding-bottom: 0.03rem;*/
    max-height: 7.5rem;
  }
  @media screen and (max-width: 1680px) {
    .articleNav {
      left: 0.05rem;
    }
    .articleNav ul li {
      padding-left: 0.15rem;
      width: 1.1rem;
      font-size: 0.16rem;
    }
  }
  @media screen and (max-width: 1445px) {
    .homeAbout .box .boxLeft {
      width: 11rem;
    }
    .homeAbout .box .boxRight ul li {
      width: 3.96rem;
    }
    .homeAbout .box .boxRight ul li .top span {
      font-size: 0.62rem;
    }
    body {
      --vw: 5.8vw;
    }
    .productList .filter_box .content2 .screen .ite {
      margin-bottom: 0.1rem;
    }
  }
  @media screen and (max-width: 1366px) {
    .index_link .a {
      font-size: 0.16rem;
    }
  }
  @media screen and (max-width: 1281px) {
    .homeAbout .box .boxLeft {
      width: 10rem;
      padding-right: 1.9rem;
    }
    .homeTitle .desc,
    .f56 {
      font-size: 0.46rem;
    }
    .homeAbout .box .boxRight ul li {
      width: 3.56rem;
    }
    .productInfoMain .box .toggle p {
      margin-right: 0.4rem;
    }
    .newsContainer .box .banner .orirntation_btn {
      bottom: 0.4rem;
    }
    .articleNav ul li {
      width: 0.8rem;
      font-size: 12px;
    }
    .homeBanner .banner .item .orientation {
      top: 3.15rem;
    }
    .homeBanner .banner .item .orientation .main .content1 {
      font-size: 0.52rem;
    }
  }
  .mobile_search {
    display: none;
    z-index: 4;
    width: 100%;
    position: fixed;
    top: 1rem;
    left: 0;
    padding: 0.6rem 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .mobile_search form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: min(7rem, 90%);
    margin: 0 auto;
    background: #f5f5f5;
    border-radius: 12px;
  }
  .mobile_search .input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mobile_search .input input {
    width: 100%;
    border: none;
    min-height: 60px;
    padding-left: 20px;
    background: none;
    color: #333;
  }
  .mobile_search .label .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 100%;
    border-radius: 12px;
    background: #0f407f;
    cursor: pointer;
  }
  
  
  @media screen and (min-width: 600px) {
	.recruitTalent .box .list .item .boxBot .content1.lpk_phone{
		display: none !important;
	}
}
  @media screen and (max-width: 1024px) {
    .mobile_search form {
      width: 90%;
    }
    .mobile_search {
      top: 58px;
    }
    .headerContainer {
      display: none;
    }
    .homeBanner .banner .item picture img {
      height: 5rem;
    }
    .homeBanner .banner .item .orientation {
      top: 1.2rem;
    }
    .homeBanner .orientation_toggle,
    .homeBanner .orirntation_btn {
      bottom: 0.35rem;
    }
    
    body {
      --vw: 5vw;
    }
    
    .homeBanner .orirntation_btn .button {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
      margin-left: 0;
    }
    .homeAbout .box .boxLeft {
      padding: 0;
    }
    .homeAbout .box {
      padding: 0.8rem 0;
    }
    .w1480,
    .homeAbout .box {
      padding-left: 5vw;
      padding-right: 5vw;
    }
    .homeAbout .box .boxRight {
      margin-top: 0.4rem;
    }
    .homeAbout .box .boxRight ul {
      position: initial;
      -webkit-transform: translate(0);
          -ms-transform: translate(0);
              transform: translate(0);
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .homeAbout .box .boxRight p {
      display: none;
    }
    .homeAbout .box .boxRight ul li:nth-child(2) {
      margin-left: -0.55rem;
    }
    .homeProduct .box {
      overflow: auto;
    }
    .homeProduct .box > div {
      width: 200%;
    }
    .homeProduct .box .item .layer_2 .content1 img {
      width: 0.92rem;
    }
    .p116_ {
      padding-bottom: 0.8rem;
    }
    .p116 {
      padding-top: 0.8rem;
    }
    .homeIndustryApplication .box .boxLeft {
      width: 100%;
    }
    .homeIndustryApplication .box .boxRight {
      width: 100%;
      margin: 0.3rem 0 0;
    }
    .homeNews .box .parent {
      grid-template-columns: repeat(1, 1fr);
    }
    .homeNews .box .div2 {
      display: none;
    }
    .homeNews .box1 {
      grid-template-columns: repeat(2, 1fr);
    }
    .homeNews .box1 .item a {
      padding: 0.45rem 0.3rem;
    }
    .advertisementContainer .box .boxLeft {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .advertisementContainer .box .boxRight {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0.3rem;
    }
    .foorerContainer .boxTop .boxLeft {
      width: 100%;
    }
    .foorerContainer .boxTop .boxLeft .top,
    .foorerContainer .boxTop .boxRight {
      display: none;
    }
    .foorerContainer .boxBot {
      padding: 0.36rem 0 0.6rem;
    }
    .foorerContainer .boxTop .boxLeft .bot {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
    }
    .foorerContainer .boxTop .boxLeft .bot .r {
      margin-left: 0;
    }
    .foorerContainer .boxTop {
      padding: 0.5rem 0 0;
    }
    .productDetails .details_Left {
      display: none;
    }
    .productDetails .details_Right {
      width: 100%;
      padding: 0 5vw;
    }
    .productList .h5,
    .productInfoMain .box .h5 {
      font-size: 0.3rem;
    }
    .productInfoMain .box .toggle p {
      margin-bottom: 0.2rem;
    }
    .productInfoMain .box .toggle p a {
      padding-bottom: 0.1rem;
    }
    .advertisementContainer .box .boxLeft {
      font-size: 0.26rem;
    }
    .optionContainer .box .boxLeft {
      width: 100%;
      padding-top: 0;
    }
    .optionContainer {
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
    }
    .optionContainer .box .boxRight {
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
          -ms-flex: 1 100%;
              flex: 1 100%;
      padding-left: 0;
      margin-top: 0.4rem;
    }
    .homeBanner .banner .item .orientation .main .content1,
    .homeTitle .desc,
    .optionContainer .box .boxLeft .content1,
    .homeTitle .desc,
    .f56 {
      font-size: 0.36rem;
    }
    .homeProduct .box .item .layer_2 .content2,
    .homeProduct .box .item .layer_1 .orientation .main .content1,
    .IndustryApplication .orientation .main h1 {
      font-size: 0.26rem;
    }
    .m70 {
      margin-top: 0.5rem;
    }
    .newsContainer .box .banner .swiper .item .boxLeft {
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
          -ms-flex: 1 100%;
              flex: 1 100%;
    }
    .newsContainer .box .banner .swiper .item .boxRight {
      width: 100%;
    }
    .newsContainer .box .banner .swiper .item .boxRight .content1 {
      margin: 0;
      padding-top: 0;
    }
    .newsContainer .box .banner .swiper .item .boxRight {
      padding: 0.4rem;
    }
    .newsContainer .box .banner .orirntation_btn {
      width: auto;
      right: 0.4rem;
    }
    .newsList .box {
      grid-template-columns: repeat(2, 1fr);
    }
    .mt {
      margin-top: 0;
    }
    .newIfno .box {
      padding: 0;
    }
    .newIfno {
      margin-top: 0.6rem;
    }
    .newIfno .box1 .center {
      display: none;
    }
    .newIfno .box1 .btn {
      width: 45%;
    }
    .IndustryApplication .img img {
      min-height: 4.5rem;
    }
    .IndustryApplication .orientation {
      top: -0.3rem;
    }
    .CompanyProfile .box .boxLeft {
      width: 100%;
    }
    .CompanyProfile .box .boxLeft .data {
      margin-top: 0.5rem;
    }
    .CompanyProfile .box .boxLeft .data .ite .top {
      font-size: 0.62rem;
    }
    .CompanyProfile {
      padding-bottom: 0.8rem;
    }
    .articleNav {
      display: none !important;
      visibility: hidden;
    }
    .DevelopmentCourse .box .banner .swiper .swiper-slide-active {
      -webkit-transform: scale(1.6);
          -ms-transform: scale(1.6);
              transform: scale(1.6);
    }
    .contactUs .box .boxLeft {
      padding: 0.45rem 0.45rem 0.2rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
          -ms-flex: 1 100%;
              flex: 1 100%;
    }
    .contactUs .box .boxRight {
      width: 100%;
    }
    .contactUs .box .boxLeft .bot {
      max-height: 3.8rem;
    }
    .contactUs .box .boxRight img {
      height: 3.8rem;
    }
    .contactUs .box .boxLeft .top img {
      width: 0.6rem;
    }
    .environment .box .boxLeft .content1 p,
    .reliabilityAssurance .box h5 {
      font-size: 0.26rem;
    }
    .environment .box .boxLeft {
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
          -ms-flex: 1 100%;
              flex: 1 100%;
      padding-right: 0;
      padding-top: 0;
    }
    .environment .box .boxRight {
      width: 100%;
      margin-top: 0.3rem;
    }
  .recruitTalent .box .list .item .boxTop,
    .recruitTalent .box .title {
      padding: 0.2rem 0.3rem;
      line-height: 0.3rem;
    }

    .InvestorRelations .box {
      margin-top: 0.6rem;
    }
    .InformationDisclosure .box {
      padding: 0.58rem 0.6rem;
    }
    .latestNews .box .list .item a {
      padding: 0 0.25rem 0 0.35rem;
    }
    .SampleApplication .box,
    .PrivacyProtection .box {
      width: 100%;
    }
    .homeIndustryApplication .box .boxLeft .list ul .active .top {
      font-size: 0.26rem;
    }
    .recruitTalent .box .list .item .boxBot {
      padding: 0 0.3rem 0.6rem;
    }
    
    .reliabilityAssurance .box .table{
        overflow: auto;
    }
    .reliabilityAssurance .box .table>table,.reliabilityAssurance .box .scroll,.reliabilityAssurance .box .table .tou{
        width: 200%;
    }
    #KMap{
        height: 6rem !important;
    }
  }
  @media screen and (max-width: 669px) {
      .MobileMain .HeaderMobile .box .button .search ,
      .MobileMain .HeaderMobile .box .button .menu{
    margin-left: 0.2rem;
}
      .reliabilityAssurance .box .table>table, .reliabilityAssurance .box .scroll ,.reliabilityAssurance .box .table .tou{
        width: 262%;
    }
    .reliabilityAssurance .box .table td{
        padding: 5px 0.3rem;
    }
    .HeaderMobile .box .button .search,
    .HeaderMobile .box .button .menu {
      margin-left: 0.2rem;
    }
    .HeaderMobile .box .button .search p svg {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
    }
    .homeBanner .banner .item .orientation .main .content1,
    .homeTitle .desc,
    .optionContainer .box .boxLeft .content1,
    .homeTitle .desc,
    .f56 {
      font-size: 0.28rem;
    }
    .homeAbout .box .boxRight ul li {
      width: 2.76rem;
      height: 1.7rem;
    }
    .homeAbout .box .boxRight ul li {
      width: 2.76rem;
    }
    .homeProduct .box .item .layer_1 .orientation {
      height: 100%;
      padding: 0.5rem 0.4rem;
    }
    .homeProduct .box .item .layer_1 .img img,
    .homeProduct .box .item {
      height: 6rem;
    }
    .homeProduct .box > div {
      width: 300%;
    }
    .homeProduct .box .active {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
    .homeNews .box1 {
      grid-template-columns: repeat(1, 1fr);
    }
    .advertisementContainer .box .boxLeft {
      font-size: 0.22rem;
    }
    .foorerContainer .boxBot {
      margin-top: 0.4rem;
    }
    .foorerContainer .boxTop .boxLeft .bot .l .ite .info title {
      font-size: 0.16rem;
    }
    .productList .filter_box .content1 .radio .left div {
      margin-bottom: 0.1rem;
    }
    .productList .filter_box {
      padding: 0.3rem;
    }
    .productList .h5,
    .productInfoMain .box .h5 {
      font-size: 0.26rem;
    }
    .optionContainer .box .boxLeft .content1 br {
      display: none;
    }
    .crumbsContainer .box {
      line-height: 22px;
    }
    .crumbsContainer .box a svg {
      -webkit-transform: translateY(3px);
          -ms-transform: translateY(3px);
              transform: translateY(3px);
    }
    .optionContainer {
      padding-top: 0.7rem;
      padding-bottom: 0.7rem;
    }
    .newsList .box {
      grid-template-columns: repeat(1, 1fr);
    }
    .pageBox .box_ .link {
      display: none;
    }
    .pageBox .box_ .btn {
      margin: 0 0.1rem;
    }
    .newIfno .box1 {
      display: grid;
      gap: 0.2rem;
    }
    .newIfno .box1 .btn {
      width: 100%;
    }
    .aboutToggle .box .item a .bot {
      display: none;
    }
    .aboutToggle .box .item a {
      padding: 0.3rem 0.4rem 0.14rem;
    }
    .homeTitle .desc br {
      display: none;
    }
    .CompanyProfile .box .boxLeft .data .ite .top {
      font-size: 0.52rem;
    }
    .CorporateCulture .box {
      grid-template-columns: repeat(1, 1fr);
    }
    .DevelopmentCourse .box1 .toggle .main {
      width: 100%;
      padding: 0 0.2rem;
    }
    .contactUs .box .boxLeft .top {
      font-size: 0.24rem;
    }
    .contactUs .box .boxLeft .top img {
      width: 0.5rem;
    }
    .contactUs .box .boxRight img {
      height: 2.8rem;
    }
    .qualityPolicy .box .banner .swiper-slide .item .content1 img {
      height: 0.8rem;
    }
    .qualityPolicy .box .banner .swiper-slide .item {
      padding: 0.35rem 0 0.35rem 0.3rem;
    }
    .recruitTalent .box .list .item .boxTop div:nth-child(4),
    .recruitTalent .box .title div:nth-child(4) {
      display: none;
    }
    .InvestorRelations .box {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.2rem 0;
    }
    .InvestorRelations .box .item .bot span,
    .InformationDisclosure .box .boxLeft {
      font-size: 0.26rem;
    }
    .InformationDisclosure .box .boxRight {
      width: 100%;
      text-align: center;
      margin-top: 0.3rem;
    }
    .InformationDisclosure .box .boxLeft {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .latestNews .box .list .item a .time {
      width: 1.3rem;
    }
    .latestNews .box .list .item a .title {
      padding-right: 0.1rem;
    }
    .SampleApplication .box .list {
      grid-template-columns: repeat(1, 1fr);
    }
    .homeIndustryApplication .box .boxLeft .list{
        height: 5.5rem;
    }
    
    .recruitTalent .box .list .item .boxTop div:nth-child(3),.recruitTalent .box .title div:nth-child(3){
        display: none;
    }
    
    .foorerContainer .boxBot .left {
        line-height: 2;
        text-align: center;
        width: 100%;
    }
    .MobileNav .box .item ul li .second font{
        display: inline-block;
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
    }
    
    .foorerContainer .boxTop .boxLeft .bot .l {
        width: 3.5rem;
    }
    .foorerContainer .boxTop .boxLeft .bot .l .ite .info{
        width: 78%;
    }
    .foorerContainer .boxTop .boxLeft .bot .l .ite .info p{
        width: 100%;
    }
  }
  
  
.esg_container .box .item:not(:last-child) {
  margin-bottom: 0.95rem;
}
.esg_container .box .item .left {
  display: flex;
  align-items: center;
  width: 6rem;
}
.esg_container .box .item .left .content1 {
  font-size: 0.56rem;
}
.esg_container .box .item .left .content2 {
  font-size: 0.18rem;
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.52rem;
}
.esg_container .box .item .left .content3 {
  margin-top: 0.6rem;
}
.esg_container .box .item .left .content3 a {
  cursor: pointer;
}
.esg_container .box .item .right {
  width: 7.6rem;
}
.esg_container .box .item .right p {
  border-radius: 10px;
  overflow: hidden;
}
.esg_container .box .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.esg_down {
  background: #e7eef6;
}
.esg_down .box {
  margin-top: 0.35rem;
}
.esg_down .box .item {
  padding: 0.26rem 0;
  border-bottom: 1px solid #ccc;
}
.esg_down .box .item .left {
  flex: 1;
  padding-right: 0.3rem;
}
.esg_down .box .item .left .img {
  width: 0.7rem;
}
.esg_down .box .item .left .text {
  flex: 1;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
}
.esg_down .box .item .right div {
  border: 1px solid #0f407f;
  width: 1.6rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 0.3rem;
  cursor: pointer;
  transition: 0.4s;
  font-size: 0.18rem;
}
.esg_down .box .item .right div svg {
  vertical-align: middle;
}
.esg_down .box .item .right div svg path {
  transition: 0.4s;
}
.esg_down .box .item .right div:hover {
  background: #0f407f;
  color: #fff;
}
.esg_down .box .item .right div:hover svg path {
  fill: #fff;
}
.esg_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: rgba(0, 0, 0, 0.33);
  display: none;
}
.esg_layer .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(12rem, 90vw);
  background: #fff;
  border-radius: 10px;
  padding: 0 0.4rem 0.1rem 0.7rem;
}
.esg_layer .box .list {
  display: none;
}
.esg_layer .box .list .title {
  font-size: 0.46rem;
  padding: 0.65rem 0 0.45rem;
  position: relative;
}
.esg_layer .box .list .title .close {
  position: absolute;
  right: 0;
  top: 20%;
}
.esg_layer .box .list .title .close i {
  font-size: 0.24rem;
  transition: 0.4s;
  display: inline-block;
  cursor: pointer;
}
.esg_layer .box .list .title .close i:hover {
  color: #0f407f;
  transform: rotate(90deg);
}
.esg_layer .box .list .scroll {
  height: 5.4rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0.3rem;
}
.esg_layer .box .list .scroll::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}
.esg_layer .box .list .scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #0f407f;
}
.esg_layer .box .list .scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.esg_layer .box .list .scroll .main {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666;
}
.esg_layer .box .active {
  display: block;
}
@media screen and (max-width: 1280px) {
  .esg_layer .box .list .scroll {
    height: 5rem;
  }
  .esg_layer .box .list .title {
    font-size: 0.36rem;
    padding: 0.55rem 0 0.35rem;
  }
}
@media screen and (max-width: 1200px) {
  .esg_container .box .item .left {
    width: 100%;
  }
  .esg_container .box .item .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .esg_container .box .item:nth-child(2n) {
    flex-flow: column;
  }
  .esg_down .box .item .left .text {
    font-size: 0.2rem;
  }
  .esg_container .box .item:not(:last-child) {
    margin-bottom: 0.65rem;
  }
  .esg_container .box .item .left .content3 {
    margin-top: 0.3rem;
  }
  .esg_layer .box .list .title {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 699px) {
  .esg_down .box .item .left .img svg {
    transform: scale(0.6);
  }
  .esg_down .box .item .right div {
    width: 1.2rem;
  }
  .esg_down .box .item .right div svg {
    transform: scale(0.8);
  }
  .esg_layer .box {
    padding: 0 0.2rem 0.1rem 0.2rem;
  }
  .esg_layer .box .list .scroll {
    padding-right: 0.1rem;
  }
  .esg_layer .box .list .title {
    font-size: 0.26rem;
  }
}