.hide {
    display: none;
}

.hidden-x {
    overflow-x: hidden;
    overflow-y: visible;
}

.sitehdl01 {
    position: absolute;
    top: 46%;
    width: 100%;
}

.sitehdl01 .pn {
    position: absolute;
    left: -7rem;
}

.sitehdl01 .pn.next {
    left: auto;
    right: -5rem;
}

.sitehdl01 .pn svg {
    width: 4rem;
    fill: #999;
    cursor: pointer;
    transition: all .3s;
}

.sitehdl01 .pn svg:hover {
    fill: var(--color1);
}

.sitettl2 {}

.sitettl2 .h2 {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto 3rem;
}

.sitettl2 .h2+p {
    color: #666666;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2;
    margin-bottom: 4rem;
    margin-top: -1rem;
}

.index_products {
    padding: 6.2rem 0;
    position: relative;
}

.index_products .container {
    position: relative;
}

.index_products .slick-slider {}

.index_products .slick-list {
    margin-left: -2.6rem;
}

.index_products .slick-slide {
    margin-left: 2.6rem;
}

.index_products .inner {
    position: relative;
    display: block;
}

.index_products .inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    transition: all .3s;
}

.index_products .inner:hover:before {
    background-image: -moz-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
}

.index_products .img {}

.index_products .img img {}

.index_products .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 3.9rem 5rem;
    color: #fff;
}

.index_products .cover i {}

.index_products .cover img {
    max-width: 5rem;
    image-rendering: pixelated;
}

.index_products .cover .h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 2rem 0 0.7rem;
}

.index_products .cover .info {
    font-size: 1.7rem;
    overflow: hidden;
    max-height: 0;
    transition: all .3s;
    line-height: 1.7;
    opacity: 0;
}

.index_products .inner:hover .info {
    max-height: 10rem;
    opacity: 1;
}

.index_products .arrows {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: blue; */
}

.index_products .arrows .pn {
    fill: #bbb;
    position: absolute;
    top: 39%;
    left: -6rem;
    cursor: pointer;
}

.index_products .arrows .pn.next {
    left: 100%;
    /* right: -6rem; */
}

.index_products .arrows .pn:hover {
    fill: var(--color1);
}

.index_products .arrows .svg {
    fill: inherit;
    transition: all .3s;
}

.index_products * {}

.index_products * {}

.index_products * {}

.index_products * {}

.index_intro {
    background: url(../images/company.jpg) no-repeat center/cover;
    /* padding: 11rem 0 17rem; */
    position: relative;
}

.index_intro:before {
    background-image: -moz-linear-gradient(-1deg, rgb(6, 46, 126) 25%, rgba(6, 46, 126, 0.07) 95%, rgba(12, 34, 121, 0) 100%);
    background-image: -webkit-linear-gradient(-1deg, rgb(6, 46, 126) 25%, rgba(6, 46, 126, 0.07) 95%, rgba(12, 34, 121, 0) 100%);
    background-image: -ms-linear-gradient(-1deg, rgb(6, 46, 126) 25%, rgba(6, 46, 126, 0.07) 95%, rgba(12, 34, 121, 0) 100%);
    opacity: 0.902;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_intro_1 {
    padding: 10rem 0 10rem;
}

.index_intro_1::before {
    display: none;
}

.index_intro .i_ttl {
    margin-bottom: 2rem;
    margin-top: -2rem;
}

.index_intro .i_ttl h2 {
    font-size: 2.4rem;
}

.index_intro .i_ttl .fbt {
    font-size: 16.2rem;
    position: absolute;
    left: 1rem;
    opacity: .04;
    font-family: impact;
    font-weight: bold;
    top: 7rem;
    letter-spacing: 1rem;
}

.index_intro .img {}

.index_intro .img img {}

.index_intro .txt {
    font-size: 2rem;
    line-height: 2.3;
    text-align: left;
    color: #fff;
    padding-right: 0;
    margin-bottom: 6rem;
    margin-top: 5rem;
    max-width: 35em;
}

.index_intro_1 .txt {
    padding-right: 11rem;
}

.index_intro .btn_more {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 1.1rem 3.3rem;
    line-height: 1.1;
}

.text-color1 {
    color: var(--color1) !important;
}

.num4 ul {
    display: flex;
    justify-content: space-between;
    padding-right: 7rem;
    margin-bottom: 8rem;
}

.num4 li.li_1 .count {

    width: 8.7rem;
}

.num4 li.li_2 .count {
    width: 8.7rem;
}

.num4 li.li_3 .count {

    width: 20.4rem;
}

.num4 li.li_4 .count {

    width: 13rem;
}

.num4 li div {
    color: var(--color1);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.num4 li .count {
    /* font-size: 7.2rem; */
    /* font-weight: bold; */
    /* font-family: impact; */
    /* line-height: 1; */
    /* color: #fff; */
    /* letter-spacing: 3px; */
}

.num4 li .dw {
    font-size: 2rem;
    color: #fff;
    position: relative;
    left: 0.5rem;
    top: .5rem;
}

.num4 li p {
    font-size: 2.2rem;
    /* color: #222; */
    margin-top: 1rem;
}

.num4_1 {}

.num4_1 * {}

.num4_1 * {}

.num4_1 * {}

.num4_1 * {}

.num4_1 * {}

.num4_1 li {
    /* display: flex; */
    position: relative;
}

.index_intro .in {
    display: flex;
    justify-content: flex-end;
    margin-top: 15rem;
    position: relative;
    z-index: 3;
    align-items: center;
}

.index_intro .in iframe {
    width: 78.5rem !important;
    height: 44.2rem !important;
}

.index_intro_1 .in {
    margin-top: 10rem;
}

.index_intro video {
    width: 100%;
}

.index_intro .video {}

.index_intro * {}

.index_intro * {}

.index_intro * {}

.num4 {
    padding-top: 12rem;
}

.index_intro .con>strong {
    font-size: 4.8rem;
    font-weight: 400;
}

.index_intro .con {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 13rem 0 5rem;
}

.index_news {
    background: #f0f0f0;
    padding: 8.5rem 0;
}

.index_news .container {}

.index_news .row {}

.index_news .title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.3rem;
}

.index_news .title1 .h2 {
    font-size: 3.6rem;
    font-weight: bold;
}

.index_news .title1 a {
    width: 16rem;
    height: 4.7rem;
    background: #FFFFFF;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 0.4rem solid var(--color1);
    transition: all .3s;
}

.index_news .title1 a:hover {
    background: var(--color1);
    color: #fff;
}

.index_news .flex {
    display: flex;
    justify-content: space-between;
}

.index_news .toutiao {
    flex: 1;
    max-width: calc(588 / 1706 *100%);
    position: relative;
}

.index_news .toutiao .dots {}

.index_news .toutiao .slick-slide {}

.index_news .toutiao .slick-slider {}

.index_news .toutiao .slick-list {}

.index_news .toutiao .inner {
    position: relative;
}

.index_news .toutiao .inner>a:before {
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.831;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 11rem;
    content: "";
    display: block;
    /* background: red; */
    z-index: 1;
    width: 100%;
}

.index_news .toutiao .inner>a {
    display: block;
    position: relative;
}

.index_news .toutiao .img {
    position: relative;
    padding-top: 100%;
}

.index_news .toutiao .img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.index_news .toutiao .txt {
    position: absolute;
    width: 80%;
    height: 8rem;
    /* background: #000; */
    z-index: 3;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 3rem;
    font-size: 2rem;
}

.index_news .toutiao .txt .h4 {}

.index_news .others {
    flex: 1;
}

.index_news .others .grid {
    column-gap: 2.4rem;
    margin-left: 2.4rem;
    height: 100%;
}

.index_news .others .grid3 {}

.index_news .others article {
    height: 100%;
    background: #fff;
}

.index_news .others article>a {}

.index_news .others article .img {
    position: relative;
    width: 100%;
    padding-top: calc(240 / 351 * 100%);
}

.index_news .others article .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.index_news .others article .txt {
    background: #fff;
    padding: 4.6rem 4rem 10.8rem;
    position: relative;
}

.index_news .others article .h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    transition: all .3s;
}

.index_news .others article .h4:hover {
    color: var(--color1);
}

.index_news .others article .sinfo {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #666;
}

.index_news .others article .date {
    position: absolute;
    color: #888;
    font-size: 1.8rem;
    bottom: 6rem;
}

.index_news * {}

.index_news * {}

.index_news * {}

.index_news .sinfo1 {
    line-height: 1.6;
    font-size: 1.6rem;
    margin: 2rem 0 0;
    color: #888;
}

.index_news .toutiao .dots {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 9rem;
    display: flex;
    /* background: red; */
    width: 20%;
}

.index_news .toutiao .dots * {}

.index_news .toutiao .dots * {}

.index_news .toutiao .dots ul {
    height: 100%;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.index_news .toutiao .dots li {
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
    height: 0.6rem;
    width: 0.6rem;
    cursor: pointer;
    box-sizing: content-box;
    transition: all .3s;
    opacity: 0.6;
}

.index_news .toutiao .dots li.slick-active {
    background: #fff;
    opacity: 1;
}


/* Add more custom styles and responsive design as needed */



.part_about {
    font-family: Arial, sans-serif;
    color: #333;
}

.part_about .company_info {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}

.part_about .company_info .left_text {
    flex: 1;
    padding-right: 8rem;
}

.part_about .company_info h1 {
    font-size: 3.6rem;
}

.part_about .company_info h1+p {
    font-size: 2.8rem;
    font-weight: 400;
    color: #333;
    margin: 2rem 0 3rem;
}

.part_about .company_info .info {
    font-size: 1.8rem;
    line-height: 2.3;
    color: #666;
}

.part_about .company_info .right_image img {
    width: 100%;
    height: auto;
}

.part_about .key_metrics {
    display: flex;
    justify-content: space-around;
    background-color: #f4f4f4;
    padding: 2.0rem;
}

.part_about .key_metrics .metric {
    text-align: center;
}

.part_about .key_metrics .metric .number {
    font-size: 2em;
    font-weight: bold;
}

.part_about .key_metrics .metric .description {
    font-size: 1em;
}

.companyculture .values {
    display: flex;
    justify-content: space-between;
    padding: 2.0rem 0;
}

.companyculture .values .value_item {
    width: 31%;
    text-align: center;
}

.companyculture .values .value_item img {
    width: 100%;
    height: auto;
    margin-bottom: 1.0rem;
}

.companyculture .factory_gallery {
    display: flex;
    overflow-x: scroll;
    padding: 2.0rem;
}

.companyculture .factory_gallery img {
    width: 100%;
    height: auto;
    margin-right: 1.0rem;
}

.ban3 {}

.ban3 .ban {}

.ban3 .bimg {
    visibility: hidden;
    width: 100%;
}

.ban3 .bimg .txt {}

.submenu {
    border-bottom: 1px solid #eeeeee;
}

.submenu .con {
    display: flex;
}

.submenu .con a {
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding: 0 7rem;
    gap: 0.6rem;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #eee;

}

.submenu .con .l a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0730b4 url(../images/bg2.png) right bottom/cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    transform-origin: center;
    opacity: 0;
    transform: scale(0);
}

.submenu .con a:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.submenu .con a i {
    display: block;
    height: 2rem;
    width: 2.2rem;
    background: no-repeat center/auto 100%;
    position: relative;
    z-index: 3;
}

.submenu .con a.active i,
.submenu .con a:hover i {
    opacity: 1;
    /* filter: brightness(100) invert(1); */
}

.submenu .con a:nth-child(1) i {
    background-image: url(../images/icon1/ic__1.png)
}

.submenu .con a:nth-child(2) i {
    background-image: url(../images/icon1/ic__2.png)
}

.submenu .con a:nth-child(3) i {
    background-image: url(../images/icon1/ic__3.png)
}

.submenu .con a:nth-child(4) i {
    background-image: url(../images/icon1/ic__4.png)
}

.submenu .con a:nth-child(5) i {
    background-image: url(../images/icon1/ic__5.png)
}

.submenu .con a:nth-child(1):after,
.submenu .con a:nth-child(1):hover i,
.submenu .con a:nth-child(1).active i {
    background-image: url(../images/icon1/hover1/ic__1.png)
}

.submenu .con a:nth-child(2):after,
.submenu .con a:nth-child(2):hover i,
.submenu .con a:nth-child(2).active i {
    background-image: url(../images/icon1/hover1/ic__2.png)
}

.submenu .con a:nth-child(3):after,
.submenu .con a:nth-child(3):hover i,
.submenu .con a:nth-child(3).active i {
    background-image: url(../images/icon1/hover1/ic__3.png)
}

.submenu .con a:nth-child(4):after,
.submenu .con a:nth-child(4):hover i,
.submenu .con a:nth-child(4).active i {
    background-image: url(../images/icon1/hover1/ic__4.png)
}

.submenu .con a:nth-child(5):after,
.submenu .con a:nth-child(5):hover i,
.submenu .con a:nth-child(5).active i {
    background-image: url(../images/icon1/hover1/ic__5.png)
}

.submenu .con a.active,
.submenu .con a:hover {
    /* background: #0730b4 url(../images/bg2.png) right bottom/cover; */
    color: #fff;
    /* border-right: 1px solid #eeeeee; */
}

.submenu .con a.active:before,
.submenu .con a:hover:before {
    /* background: #0730b4 url(../images/bg2.png) right bottom/cover; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    opacity: 1;
    transform: scale(1);
}

.submenu .con a span {
    position: relative;
    z-index: 3;
}

.submenu .con * {}

.submenu .con .r {
    display: flex;
    justify-content: flex-end;
    border-left: 1px solid #eee;
    padding-left: 5rem;
    align-items: center;
    gap: 0.6rem;
}

@media screen and (max-width: 1900px) {

    .submenu .con .r{
        display: none;
    }
}

.submenu .con .r i {
    width: .8rem;
    height: .8rem;
    display: flex;
    align-items: center;
    margin: 0 .5rem;
}

.submenu .con i svg {
    fill: #888;
}

.submenu .con .r .home {}

.submenu .con .r a {
    padding: 0;
    border: 0;
    color: #888;
}

.submenu .con .r a:hover {
    color: var(--color1);
}

.submenu .con .r .home svg {
    fill: var(--color3);
    height: 1em;
    width: 1em;
    position: relative;
    top: -.1rem;
}

.submenu .con .l {
    display: flex;
}

#content_about {}

#content_about .part_about {
    padding: 6rem 0 4rem;
}

#content_about .company_info {}

#content_about .left_text {}

#content_about .right_image {}

.num4_1 {
    padding-top: 6rem;
}

.num4_1 ul {}

.num4_1 ul li:after {
    content: "";
    display: block;
    height: 10rem;
    background: #ddd;
    width: 1px;
    position: absolute;
    right: -20rem;
    top: 0;
}

.num4_1 ul li:last-child:after {
    display: none;
}

.num4_1 ul div {}

.num4_1 ul .count {
    color: inherit;
}

.num4_1 ul .dw {
    color: inherit;
}

.num4_1 ul p {
    font-size: 1.8rem;
    color: #666;
}

#content_about .values {}

#content_about .value_item {
    text-align: left;
    background: #fff;
}

#content_about .value_item img {}

#content_about .value_item .t1 {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 3rem;
}

#content_about .value_item .t1+p {
    margin-top: 1rem;
    line-height: 2.1;
    font-size: 1.7rem;
    color: #666666;
}

#content_about .value_item .t1:after {
    content: "";
    display: block;
    background: var(--color1);
    height: .2rem;
    width: 5em;
    position: absolute;
    left: 0;
    bottom: 1.4rem;
}

#content_about .value_item .txt {
    padding: 3rem 4rem;
}

#content_about .value_item .t1 h3 {
    font-size: 2.6rem;
    font-weight: 400;
}

#content_about .value_item .t1 span {
    position: relative;
    left: 1rem;
    bottom: 0.5rem;
    color: #888;
    text-transform: uppercase;
}

#content_about .factory_gallery {}

#content_about .factory_gallery img {}

#content_about .basefct {
    position: relative;
    padding-bottom: 9rem;
}

.basefct {}

.basefct .slick-slider {}

.basefct .slick-slide {}

.basefct .slick-list {}

.basefct .img {}

.basefct .img img {}

.develop {
    padding-bottom: 14rem;
    padding-top: 6rem;
    background: url(../images/bg1.jpg) no-repeat center/cover;
    color: #fff;
}

.develop .con {
    margin-top: 6rem;
}

.develop .con .pn {}

.develop .con .pn.next {}

.develop .slick-slider {}

.develop .slick-slider:after,
.develop .slick-slider:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #7884a8;
    position: absolute;
    left: 0;
    top: 24.3rem;
    z-index: 33;
}

.develop .slick-slider:after {
    right: 0;
    left: auto;
}

.develop .slick-slider .item {}

.develop .slick-slider .img {
    width: 35rem;
    height: 19.3rem;
    margin: 0 auto 5.5rem;
    border: 4px solid #fff;
    position: relative;
    left: 3rem;
}

.develop .img img {}

.develop .txt {
    display: flex;
    position: relative;
    border-top: 1px solid #7784a8;
    padding-top: 2rem;
    padding-left: 3rem;
}

.develop .year {
    font-size: 3rem;
    position: relative;
    font-weight: bold;
}

.develop .event {
    padding-left: 5rem;
    position: relative;
    padding-bottom: 2rem;
}

.develop .event:after,
.develop .event:before,
.develop .year:after,
.develop .year:before {
    content: "";
    display: block;
    position: absolute;
    background: #7784a8;
}

.develop .event:before {
    width: 1px;
    height: 120%;
    left: 2.4rem;
    top: -2rem;
}

.develop .event:before {}

.develop .event:after {
    width: 10px;
    height: 10px;
    border-radius: 10rem;
    left: 1.9rem;
    bottom: 0;
}

.develop .t {
    font-size: 1.9rem;
    font-weight: bold;
    margin-top: 1rem;
}

.develop .sinfo {
    padding-top: 2rem;
    font-size: 1.6rem;
    line-height: 2;
    padding-right: 10rem;
    color: #ffffffa1;
}

.develop * {}

.develop * {}

.develop .hdl {
    top: 36.4rem;
}

.develop .hdl .pn {
    width: 3rem;
    height: 3rem;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #63739c;
    border-radius: 10rem;
    transition: all .3s;
    cursor: pointer;
    fill: #63739c;
}

.develop .hdl .pn:hover {
    fill: red;
    border-color: red;
}

.develop .hdl .pn svg {
    height: 1.7rem;
    fill: inherit;
    transition: none;
}

.ourhonor {
    padding: 3rem 0 8rem;
}

.tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tt .sitettl2 {
    text-align: left;
}

.tt .sitettl2 .h2 {
    text-align: center;
    padding: 3rem 0 1.6rem;
    margin: 0;
}

.tt .sitettl2 .h2.fix0921 {
    text-align: left;
}

.tt .sitehdl01 {
    position: relative;
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    top: unset;
}

.tt .sitettl2 .h2+p {}

.tt .sitehdl01 .pn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0 3rem;
    box-shadow: 0px 0 1.3rem .0rem rgba(0, 0, 0, 0.15);
}

.sitehdl01 .pn.next {}

.tt .sitehdl02 {
    gap: 0;
}

.tt .sitehdl02 .pn {
    border: 1px solid #ccc;
    box-shadow: none;
    margin-right: -1px;
    padding: 0 2.3rem;
    cursor: pointer;
}

.tt .sitehdl02 .pn:hover {
    border-color: var(--color1);
    background: var(--color1);
    fill: #fff;
}

.tt .sitehdl02 .pn svg {
    width: 2rem;
}

.tt .sitehdl02 .pn:hover svg,
.tt .sitehdl02 .pn svg:hover {
    fill: #fff;
}

.tt .sitehdl02 .pn.next {}

.ourhonor .in {
    overflow: hidden;
}

.ourhonor .slick-slider {}

.ourhonor .slick-slide {
    margin-left: 3rem;
    padding: .3rem;
}

.ourhonor .slick-list {
    margin-left: -3rem;
}

.ourhonor .item {
    background: #fff;
    box-shadow: 0px 0 1.3rem .0rem rgba(0, 0, 0, 0.15);
    padding: 5rem 3rem 4rem;
    text-align: center;
}

.ourhonor .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto 3rem;
}

.ourhonor img {}

.ourhonor .txt {}

.ourhonor .txt {
    font-size: 1.6rem;
}

#content_about {
    background: #f5f5f5;
}

.slts {}

.slts .flex {
    flex-wrap: wrap;
    gap: 8rem;
    padding: 3rem 0;
    justify-content: center;
}

.slts .flex .inner {}

.slts .flex .inner .img {
    display: inline;
}

.slts .flex .inner .img img {
    display: block;
}

.slts .flex .inner .cover {}

.slts .flex .inner .cover i {}

.slts .flex .inner .cover i img {}

.slts .flex .inner .h3 {}

.slts .flex .inner .info {}

.index_products .slts .inner:before {
    display: none;
}

.index_products .slts .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 22rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    transition: all .3s;
}

.index_products .slts a:hover .img:before {
    background-image: -moz-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    height: 100%;
}


.productslist {
    background: #fff;
}

.productslist .items {
    padding-top: 6rem;
    gap: 4rem;
}

.productslist .item {
    background: #f5f5f5;
    /* padding: 7rem; */
    /* margin-bottom: 4rem; */
}

.productslist .item>a {
    display: block;
    padding: 6rem 5rem;
}

.body_products .productslist .item>a {
    background: #f8f8f8;
}

.productslist .item a:hover {}

.productslist .item a:hover * {
    color: var(--color1);
}

.productslist .img {
    height: 38rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productslist .img img {}

.productslist .txt * {
    transition: .4s;
}

.productslist .h3 {
    text-align: center;
    margin: 3rem auto 0.4rem;
    line-height: 1.5;
    font-weight: bold;
    font-size: 2rem;
}

.productslist .h3 a {
    transition: .4s;
}

.productslist .sinfo {
    text-align: center;
    height: 5rem;
    overflow: hidden;
    display: none;
}

.productslist .row2 {}

.productslist .pagelist {}

.productslist .pagelist .disabled {
    display: none;
}

.productslist * {}

.productslist * {}

.productslist * {}

.productslist .pagelist * {}

.sitehdl01 {
    position: absolute;
    top: 46%;
    width: 100%;
}

.sitehdl01 .pn {
    position: absolute;
    left: -7rem;
}

.sitehdl01 .pn.next {
    left: auto;
    right: -5rem;
}

.sitehdl01 .pn svg {
    width: 4rem;
    fill: #999;
    cursor: pointer;
    transition: all .3s;
}

.sitehdl01 .pn svg:hover {
    fill: var(--color1);
}

.sitettl2 {}

.sitettl2 .h2 {
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    margin: 2rem auto 3rem;
}

.sitettl2 .h2+p {
    color: #666666;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2;
    margin-bottom: 4rem;
    margin-top: -1rem;
}

.index_products {
    padding: 7.2rem 0 8.9rem;
    position: relative;
}

.index_products .container {
    position: relative;
}

.index_products .slick-slider {}

.index_products .slick-list {
    margin-left: -2.6rem;
}

.index_products .slick-slide {
    margin-left: 2.6rem;
}

.index_products .inner {
    position: relative;
    display: block;
}

.index_products .inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    transition: all .3s;
}

.index_products .inner:hover:before {
    background-image: -moz-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
}

.index_products .img {}

.index_products .img img {}

.index_products .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 3.9rem 5rem;
    color: #fff;
}

.index_products .cover i {
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.index_products .cover img {
    max-width: 5.4rem;
    image-rendering: pixelated;
    height: auto !important;
    width: auto !important;
}

.index_products .cover .h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 2rem 0 0.7rem;
}

.index_products .cover .info {
    font-size: 1.7rem;
    overflow: hidden;
    max-height: 0;
    transition: all .3s;
    line-height: 1.7;
    opacity: 0;
}

.index_products .inner:hover .info {
    max-height: 10rem;
    opacity: 0.65;
    margin-top: 1.1rem;
    line-height: 1.85;
}

.index_products .arrows {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
}

.index_products .arrows .pn {
    fill: #bbb;
    position: absolute;
    top: 44%;
    left: 0.6rem;
    cursor: pointer;
}

.body_industry .index_products .arrows .pn {
    position: static;
    color: powderblue;
}

.index_products .arrows .pn.next {
    left: auto;
    right: 0.5rem;
}

.index_products .arrows .pn:hover {
    fill: var(--color1);
}

.index_products .arrows .svg {
    fill: inherit;
    transition: all .3s;
}

.index_products * {}

.index_products * {}

.index_products .pn svg {
    width: auto;
    height: 3.5rem;
}

.index_products .mwp {
    margin: 0 4.5rem;
    overflow: hidden;
}

.index_intro {
    background: url(../images/company.jpg) no-repeat center/cover;
    /* padding: 11rem 0 17rem; */
    position: relative;
}

.index_intro:before {
    background-image: -moz-linear-gradient(-1deg, rgb(6, 46, 126) 25%, rgba(6, 46, 126, 0.07) 95%, rgba(12, 34, 121, 0) 100%);
    background-image: -webkit-linear-gradient(-1deg, rgb(6, 46, 126) 25%, rgba(6, 46, 126, 0.07) 95%, rgba(12, 34, 121, 0) 100%);
    background-image: -ms-linear-gradient(-1deg, rgb(6, 46, 126) 25%, rgba(6, 46, 126, 0.07) 95%, rgba(12, 34, 121, 0) 100%);
    opacity: 0.902;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.index_intro_1 {
    padding: 10rem 0 10rem;
}

.index_intro_1::before {
    display: none;
}

.index_intro .i_ttl {
    margin-bottom: 2rem;
    margin-top: -2rem;
}

.index_intro .i_ttl h2 {
    font-size: 2.4rem;
    font-weight: 400;
    opacity: .7;
}

.index_intro .i_ttl .fbt {
    font-size: 16.2rem;
    position: absolute;
    left: 3rem;
    opacity: .04;
    font-family: 'microsoft yahei bold';
    font-weight: bolder;
    top: 8.2rem;
    letter-spacing: 1rem;
}

.index_intro .img {}

.index_intro .img img {}

.index_intro .txt {
    font-size: 2rem;
    line-height: 2.3;
    text-align: left;
    color: #fff;
    padding-right: 0;
    margin-bottom: 6rem;
    margin-top: 5rem;
    max-width: 35em;
}

.index_intro_1 .txt {
    padding-right: 11rem;
}

.index_intro .btn_more {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    padding: 1.1rem 3.3rem;
    line-height: 1;
}

.num4 ul {
    display: flex;
    justify-content: space-between;
    padding-right: 7rem;
    margin-bottom: 8rem;
    align-items: center;
}

.num4 li {
    position: relative;
}

.num4 li div {
    color: var(--color1);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    position: relative;
}

.num4 li .count {
    font-size: 7.2rem;
    font-weight: bold;
    /* font-family: DINCOND; */
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
    position: relative;
}

.num4 li:after {
    content: attr(rel);
    position: absolute;
    left: 0;
    top: 0;
    /* visibility: hidden; */
    color: red;
    font-size: 7.2rem;
    font-weight: bold;
    /* font-family: DINCOND; */
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
}

.num4 li .dw {
    font-size: 1.7rem;
    color: #fff;
    position: relative;
    left: 0rem;
    top: 0.9rem;
}

.num4 li p {
    font-size: 2.2rem;
    /* color: #222; */
    margin-top: 1rem;
}

.num4_1 {}

.num4_1 * {}

.num4_1 * {}

.num4_1 * {}

.num4_1 * {}

.num4_1 * {}

.num4_1 li {
    /* display: flex; */
    position: relative;
}

.index_intro .in {
    display: flex;
    justify-content: flex-end;
    margin-top: 15rem;
    position: relative;
    z-index: 3;
    align-items: center;
}

.index_intro .in iframe {
    width: 78.5rem !important;
    height: 44.2rem !important;
}

.index_intro_1 .in {
    margin-top: 10rem;
}

.index_intro video {
    width: 100%;
}

.index_intro .video {}

.index_intro * {}

.index_intro .half1 {
    width: 50%;
}

.index_intro .line1 {
    width: 1px;
    height: 8rem;
    background: #ffffff5c;
}

.index_intro .line1:last-child {
    display: none;
}

.num4 {
    padding-top: 13.8rem;
}

.index_intro .con strong {
    font-size: 4.5rem;
    font-weight: bold;
}

.index_intro .con {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 14.2rem 0 5rem;
}

.index_news {
    background: #f0f0f0;
    padding: 8.5rem 0 12rem;
}

.index_news .container {}

.index_news .row {}

.index_news .title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.3rem;
}

.index_news .title1 .h2 {
    font-size: 3.6rem;
    font-weight: bold;
}

.index_news .title1 a {
    width: 16rem;
    height: 4.7rem;
    background: #FFFFFF;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 0.4rem solid var(--color1);
    transition: all .3s;
}

.index_news .title1 a:hover {
    background: var(--color1);
    color: #fff;
}

.index_news .flex {
    display: flex;
    justify-content: space-between;
}

.index_news .toutiao {
    flex: 1;
    max-width: calc(588 / 1706 *100%);
    position: relative;
}

.index_news .toutiao .dots {}

.index_news .toutiao .slick-slide {}

.index_news .toutiao .slick-slider {}

.index_news .toutiao .slick-list {}

.index_news .toutiao .inner {
    position: relative;
}

.index_news .toutiao .inner>a:before {
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.831;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 11rem;
    content: "";
    display: block;
    /* background: red; */
    z-index: 1;
    width: 100%;
}

.index_news .toutiao .inner>a {
    display: block;
    position: relative;
}

.index_news .toutiao .img {
    position: relative;
    padding-top: 100%;
}

.index_news .toutiao .img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.index_news .toutiao .txt {
    position: absolute;
    width: 80%;
    height: 8rem;
    /* background: #000; */
    z-index: 3;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 3rem;
    font-size: 2rem;
}

.index_news .toutiao .txt .h4 {
    max-width: calc(100% - 9rem);
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    position: relative;
    top: -0.4rem;
}

.index_news .others {
    flex: 1;
}

.index_news .others .grid {
    column-gap: 2.4rem;
    margin-left: 2.4rem;
    height: 100%;
}

.index_news .others .grid3 {}

.index_news .others article {
    height: 100%;
    background: #fff;
}

.index_news .others article>a {}

.index_news .others article .img {
    position: relative;
    width: 100%;
    padding-top: calc(240 / 351 * 100%);
}

.index_news .others article .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.index_news .others article .txt {
    background: #fff;
    padding: 4.6rem 4rem 10.8rem;
    position: relative;
}

.index_news .others article .h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    transition: all .3s;
}

.index_news .others article .h4:hover {
    color: var(--color1);
}

.index_news .others article .sinfo {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #666;
}

.index_news .others article .date {
    position: absolute;
    color: #8a8a8a;
    font-size: 1.7rem;
    bottom: 3.5rem;
    left: 4rem;
}

.index_news * {}

.index_news * {}

.index_news * {}

.index_news .sinfo1 {
    line-height: 2.2;
    font-size: 1.6rem;
    margin: 2rem 0 0;
    color: #777;
}

.index_news .toutiao .dots {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -0.4rem;
    height: 9rem;
    display: flex;
    /* background: red; */
    width: 20%;
    justify-content: flex-end;
    padding-right: 4rem;
}

.index_news .toutiao .dots * {}

.index_news .toutiao .dots * {}

.index_news .toutiao .dots ul {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.index_news .toutiao .dots li {
    border: 1px solid #fff;
    border-radius: 20px;
    background: transparent;
    height: 0.7rem;
    width: 0.7rem;
    cursor: pointer;
    box-sizing: content-box;
    transition: all .3s;
    opacity: 0.6;
}

.index_news .toutiao .dots li.slick-active {
    background: #fff;
    opacity: 1;
}


/* Add more custom styles and responsive design as needed */



.part_about {
    font-family: Arial, sans-serif;
    color: #333;
}

.part_about .company_info {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}

.part_about .company_info .left_text {
    flex: 1;
    padding-right: 6rem;
}

.part_about .company_info h1 {
    font-size: 3.6rem;
}

.part_about .company_info h1+p {
    font-size: 2.8rem;
    font-weight: 400;
    color: #333;
    margin: 2rem 0 3rem;
}

.part_about .company_info .info {
    font-size: 1.8rem;
    line-height: 2;
    color: #666;
}

.part_about .company_info .info {}

.part_about .company_info .right_image img {
    width: 100%;
    height: auto;
    margin-top: 7rem;
}

.part_about .key_metrics {
    display: flex;
    justify-content: space-around;
    background-color: #f4f4f4;
    padding: 2.0rem;
}

.part_about .key_metrics .metric {
    text-align: center;
}

.part_about .key_metrics .metric .number {
    font-size: 2em;
    font-weight: bold;
}

.part_about .key_metrics .metric .description {
    font-size: 1em;
}

.companyculture .values {
    display: flex;
    justify-content: space-between;
    padding: 2.0rem 0;
}

.companyculture .values .value_item {
    width: 31%;
    text-align: center;
}

.companyculture .values .value_item img {
    width: 100%;
    height: auto;
    margin-bottom: 1.0rem;
}

.companyculture .factory_gallery {
    display: flex;
    overflow-x: scroll;
    padding: 2.0rem;
}

.companyculture {
    background: #fafafa;
    padding: 6rem 0 7rem;
}

.companyculture .factory_gallery img {
    width: 100%;
    height: auto;
    margin-right: 1.0rem;
}

.ban3 {}

.ban3 .ban {}

.ban3 .bimg {
    visibility: hidden;
    width: 100%;
}

.ban3 .bimg .txt {}

.submenu {
    border-bottom: 1px solid #eeeeee;
}

.submenu .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submenu .con a {
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    padding: 0 5rem;
    gap: 0.6rem;
    position: relative;
    overflow: hidden;
    /* border-left: 1px solid #eee; */
}

.submenu .con .l a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0730b4 url(../images/bg2.png) right bottom/cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    transform-origin: center;
    opacity: 0;
    transform: scale(0);
}

.submenu .con a:after {
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.submenu .con a i {
    display: block;
    height: 2rem;
    width: 2.2rem;
    background: no-repeat center/auto 100%;
    position: relative;
    z-index: 3;
}

.submenu .con a.active i,
.submenu .con a:hover i {
    opacity: 1;
    /* filter: brightness(100) invert(1); */
}

.submenu .con a:nth-child(1) i {
    background-image: url(../images/icon1/ic__1.png)
}

.submenu .con a:nth-child(2) i {
    background-image: url(../images/icon1/ic__2.png)
}

.submenu .con a:nth-child(3) i {
    background-image: url(../images/icon1/ic__3.png)
}

.submenu .con a:nth-child(4) i {
    background-image: url(../images/icon1/ic__4.png)
}

.submenu .con a:nth-child(5) i {
    background-image: url(../images/icon1/ic__5.png)
}

.submenu .con a:nth-child(1):after,
.submenu .con a:nth-child(1):hover i,
.submenu .con a:nth-child(1).active i {
    background-image: url(../images/icon1/hover1/ic__1.png)
}

.submenu .con a:nth-child(2):after,
.submenu .con a:nth-child(2):hover i,
.submenu .con a:nth-child(2).active i {
    background-image: url(../images/icon1/hover1/ic__2.png)
}

.submenu .con a:nth-child(3):after,
.submenu .con a:nth-child(3):hover i,
.submenu .con a:nth-child(3).active i {
    background-image: url(../images/icon1/hover1/ic__3.png)
}

.submenu .con a:nth-child(4):after,
.submenu .con a:nth-child(4):hover i,
.submenu .con a:nth-child(4).active i {
    background-image: url(../images/icon1/hover1/ic__4.png)
}

.submenu .con a:nth-child(5):after,
.submenu .con a:nth-child(5):hover i,
.submenu .con a:nth-child(5).active i {
    background-image: url(../images/icon1/hover1/ic__5.png)
}

.submenu .con a.active,
.submenu .con a:hover {
    /* background: #0730b4 url(../images/bg2.png) right bottom/cover; */
    color: #fff;
    /* border-right: 1px solid #eeeeee; */
}

.submenu .con a.active:before,
.submenu .con a:hover:before {
    /* background: #0730b4 url(../images/bg2.png) right bottom/cover; */
    /* left: 0; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    opacity: 1;
    transform: scale(1);
}

.submenu .con a span {
    position: relative;
    z-index: 3;
    white-space: nowrap;

}

#content_about {}

#content_about .part_about {
    padding: 6rem 0 4rem;
    background: #fff;
}

#content_about .company_info {}

#content_about .left_text {}

#content_about .right_image {
    max-width: 47%;
}

.num4_1 {
    padding-top: 6rem;
}

.num4_1 ul {}

.num4_1 ul li:after {
    content: "";
    display: block;
    height: 10rem;
    background: #ddd;
    width: 1px;
    position: absolute;
    right: -20rem;
    top: 0;
    left: auto;
}

.num4_1 ul li:last-child:after {
    display: none;
}

.num4_1 ul div {}

.num4_1 ul .count {
    color: inherit;
}

.num4_1 ul .dw {
    color: inherit;
}

.num4_1 ul p {
    font-size: 1.8rem;
    color: #666;
}

#content_about .values {}

#content_about .value_item {
    text-align: left;
    background: #fff;
}

#content_about .value_item img {}

#content_about .value_item .t1 {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 3rem;
}

#content_about .value_item .t1+p {
    margin-top: 1rem;
    line-height: 2.1;
    font-size: 1.7rem;
    color: #666666;
}

#content_about .value_item .t1:after {
    content: "";
    display: block;
    background: var(--color1);
    height: .2rem;
    width: 5em;
    position: absolute;
    left: 0;
    bottom: 1.4rem;
}

#content_about .value_item .txt {
    padding: 3rem 4rem;
}

#content_about .value_item .t1 h3 {
    font-size: 2.6rem;
    font-weight: 400;
}

#content_about .value_item .t1 span {
    position: relative;
    left: 1rem;
    bottom: 0.5rem;
    color: #888;
    text-transform: uppercase;
}

#content_about .factory_gallery {}

#content_about .factory_gallery img {}

#content_about .basefct {
    position: relative;
    padding: 7rem 0 9rem;
    background: #fff;
}

.basefct {}

.basefct .slick-slider {}

.basefct .slick-slide {}

.basefct .slick-list {}

.basefct .img {}

.basefct .img img {}

.develop {
    padding-bottom: 15rem;
    padding-top: 10rem;
    background: url(../images/bg1.jpg) no-repeat center/cover;
    color: #fff;
}

.develop .con {
    margin-top: 6rem;
}

.develop .con .pn {}

.develop .con .pn.next {}

.develop .slick-slider {}

.develop .slick-slider:after,
.develop .slick-slider:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #7884a8;
    position: absolute;
    left: 0;
    top: 24.3rem;
    z-index: 33;
}

.develop .slick-slider:after {
    right: 0;
    left: auto;
}

.develop .slick-slider .item {}

.develop .slick-slider .img {
    width: 35rem;
    height: 19.3rem;
    margin: 0 auto 5.5rem;
    border: 4px solid #fff;
    position: relative;
    left: 3rem;
}

.develop .img img {}

.develop .txt {
    display: flex;
    position: relative;
    border-top: 1px solid #7784a8;
    padding-top: 2rem;
    padding-left: 3rem;
}

.develop .year {
    font-size: 3rem;
    position: relative;
    font-weight: bold;
}

.develop .event {
    padding-left: 5rem;
    position: relative;
    padding-bottom: 2rem;
}

.develop .event:after,
.develop .event:before,
.develop .year:after,
.develop .year:before {
    content: "";
    display: block;
    position: absolute;
    background: #7784a8;
}

.develop .event:before {
    width: 1px;
    height: 120%;
    left: 2.4rem;
    top: -2rem;
}

.develop .event:before {}

.develop .event:after {
    width: 10px;
    height: 10px;
    border-radius: 10rem;
    left: 1.9rem;
    bottom: 0;
}

.develop .t {
    font-size: 1.9rem;
    font-weight: bold;
    margin-top: 1rem;
}

.develop .sinfo {
    padding-top: 2rem;
    font-size: 1.6rem;
    line-height: 2;
    padding-right: 10rem;
    color: #ffffffa1;
}

.develop * {}

.develop * {}

.develop .hdl {
    top: 36.4rem;
}

.develop .hdl .pn {
    width: 3rem;
    height: 3rem;
    border: 2px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #63739c;
    border-radius: 10rem;
    transition: all .3s;
    cursor: pointer;
    fill: #63739c;
}

.develop .hdl .pn:hover {
    fill: red;
    border-color: red;
}

.develop .hdl .pn svg {
    height: 1.7rem;
    fill: inherit;
    transition: none;
}

.ourhonor {
    padding: 4rem 0 8rem;
}

.ourhonor .tt {
    display: block;
    position: relative;
    margin-bottom: 5rem;
}

.ourhonor .sitettl2 {
    text-align: center;
}

.ourhonor .h2 {
    text-align: left;
    padding: 3rem 0 1rem;
}

.ourhonor .con {
    position: absolute;
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    right: 0;
    top: 2.8rem;
}

.ourhonor .pn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0 3rem;
    box-shadow: 0px 0 1.3rem .0rem rgba(0, 0, 0, 0.15);
}

.ourhonor .tt .sitehdl01 .pn {
    padding: 0.6rem 4.6rem;
    box-shadow: 5px 0px 13px 0px #d6d6d6;
}

.ourhonor .in {
    overflow: hidden;
    margin-top: 3rem;
}

.ourhonor .slick-slider {}

.ourhonor .slick-slide {
    margin-left: 3rem;
    padding: .3rem;
}

.ourhonor .slick-list {
    /* margin-left: 3rem; */
    /* left: 4rem; */
}

.ourhonor .item {
    background: #fff;
    box-shadow: 0px 0 1.3rem .0rem rgba(0, 0, 0, 0.15);
    padding: 5rem 1rem 4rem;
    text-align: center;
    height: 38.4rem;
    /* width: 29rem; */
}

.ourhonor .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto 2rem;
    height: 22rem;
}

.ourhonor img {
    max-height: 22rem;
    width: auto;
}

.ourhonor .txt {}

.ourhonor .txt {
    font-size: 1.6rem;
    margin-top: 4rem;
    display: block;
}

#content_about {
    background: #f5f5f5;
}

.slts {}

.slts .flex {
    flex-wrap: wrap;
    gap: 8rem;
    padding: 3rem 0;
    justify-content: flex-start;
}

.slts .flex .inner {
    max-width: calc(50% - 4rem);
}

.slts .flex .inner .img {
    display: inline;
}

.slts .flex .inner .img img {
    display: block;
}

.slts .flex .inner .cover {}

.slts .flex .inner .cover i {}

.slts .flex .inner .cover i img {}

.slts .flex .inner .h3 {}

.slts .flex .inner .info {}

.index_products .slts .inner:before {
    display: none;
}

.index_products .slts .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 22rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    transition: all .3s;
}

.index_products .slts a:hover .img:before {
    background-image: -moz-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(10, 44, 145) 0%, rgba(39, 72, 163, 0) 100%);
    height: 100%;
}


.productslist {
    background: #fff;
}

.productslist .items {
    padding-top: 6rem;
    gap: 4rem;
}

.productslist .item {
    background: #f5f5f5;
    /* padding: 7rem; */
    /* margin-bottom: 4rem; */
}

.productslist .item>a {
    display: block;
    padding: 5rem 7rem 4rem;
}

.body_products .productslist .item>a {
    background: #f8f8f8;
}

.productslist .item a:hover {}

.productslist .item a:hover * {
    color: var(--color1);
}

.productslist .img {
    height: 38rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 44rem; */
    margin: 0 auto;
    transition: all .3s;
    position: relative;
}

.productslist a:hover .img {
    scale: 1.3;
}

.productslist a {
    display: block;
    overflow: hidden;
}

.productslist .img img {
    max-height: 100%;
    max-width: 66%;
    height: auto;
    width: auto;
}

.productslist .txt * {
    transition: .4s;
}

.productslist .h3 {
    text-align: center;
    margin: 3rem auto 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: 2rem;
}

.productslist .h3+.more {
    color: var(--color1);
    font-size: 1.8rem;
}

.productslist .h3 a {
    transition: .4s;
}

.productslist .sinfo {
    text-align: center;
    height: 5rem;
    overflow: hidden;
    display: none;
}

.productslist .row2 {}

.productslist .pagelist {}

.productslist .pagelist * {}

.productslist * {}

.productslist * {}

.productslist .txt {
    text-align: center;
    position: relative;
    z-index: 3;
}

.productslist .pagelist * {}



.page {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5rem 0 8rem;
    gap: 1rem
}

.page a,
.page span {
    padding: 1rem 1rem;
    line-height: 1;
    font-size: 1.6rem;
    color: #333;
    background-color: #f3f0f0;
    display: inline-flex;
    min-width: 3.8rem;
    margin: 0 1rem;
    height: 4.1rem;
    justify-content: center;
    align-items: center;
    fill: #333333;

}

.page svg {
    fill: inherit;
    width: 2rem;
    height: 2rem;

}

.page em {
    font-style: normal;
    margin-bottom: -.4rem;
    margin-left: 2rem;
    font-size: 1.6rem;
    /* display: none; */
    /* display: block; */
}

.page .current {
    color: #fff;
    background: var(--color1);
    border: 0;
}

.page a:hover {
    transition: all .3s;
    color: #fff;
    /* padding: .4rem 1.0rem; */
    background: var(--color1);
    fill: #fff;
}

.page a:hover img {
    filter: brightness(0) invert(1);
}

.body_industry {}

.industry_part_sv {
    background: #f9f9f9;
    padding: 6rem 0 11rem;
    margin-bottom: -1rem;
}

.industry_part_sv .tt {}

.industry_part_sv .sitettl2 {}

.industry_part_sv .tt .sitettl2 .h2 {
    text-align: left;
}

.industry_part_sv .h2+p {
    margin-bottom: 5rem;
}

.industry_part_sv .con {}

.industry_part_sv .in {}

.industry_part_sv .sv_slider {}

.body_industry .slick-slide {
    margin-left: 4rem;
    height: auto;
}

.body_industry .slick-list {
    margin-left: -4rem;
}

.industry_part_sv .sv_slider .item {
    /* background: #fff; */
}

.industry_part_sv .sv_slider .img {}

.industry_part_sv .sv_slider .img img {}

.industry_part_sv .sv_slider .txt {
    margin-top: 2rem;
    padding: 4rem 5rem;
    background: #fff;
}

.industry_part_sv .sv_slider .h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}

.industry_part_sv .sv_slider .item i {
    display: block;
    width: 1em;
    margin-right: 1rem;
    height: 1em;
    background: no-repeat center/100% auto;
}

.industry_part_sv .sv_slider .item_1 i {
    background-image: url(../images/sic1.png)
}

.industry_part_sv .sv_slider .item_2 i {
    background-image: url(../images/sic2.png)
}

.industry_part_sv .sv_slider .item_3 i {
    background-image: url(../images/sic3.png)
}

.industry_part_sv .sv_slider .sinfo {
    font-size: 1.8rem;
    line-height: 2;
    color: #888;
}

.industry_part_rel_products * {}

.industry_part_rel_products .con {
    position: relative;
    min-height: 70rem;
    overflow: hidden;
}

.industry_part_rel_products .con.sitehdl02 {
    min-height: 0;
    left: -1px;
    overflow: visible;
}

.industry_part_rel_products .in {}

.industry_part_rel_products .slick-slide {
    background: #f4f5f5;
}

.industry_part_rel_products .slick-list {}

.industry_part_rel_products .txt {
    font-size: 2.2rem;
    padding: 2rem 2rem 5rem;
    text-align: center;
    background: #f8f8f8;
    position: relative;
    z-index: 33;
}

.industry_part_rel_products .h3 {}

.industry_part_rel_products .h3 i {}

.industry_part_rel_products .h3 span {}

.industry_part_rel_products .more {
    font-size: 1.8rem;
    text-align: center;
    color: var(--color1);
    display: inline-flex;
    margin-top: 1.5rem;
    align-items: center;
}

.industry_part_rel_products .item {
    /* background: red; */
    background: #f4f5f5;
    overflow: hidden;
    display: block;
}

.industry_part_rel_products .nslicker {
    display: flex;
    gap: 1.9rem;
}

.industry_part_rel_products .nslick {
    flex: 1;
    max-width: 33.3%;
}

.industry_part_rel_products .img {
    height: 43rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    padding: 0rem 6rem 0rem;
    transition: all .3s;
    position: relative;
}

.industry_part_rel_products a:hover .img {
    scale: 1.2;
}

.industry_part_rel_products img {
    width: auto;
    height: auto;
    max-width: min(70% , 380px);
    max-height: min(70% , 380px);
}

.industry_case {
    background: #034a98 url(../images/bg3.jpg) no-repeat center / cover;
    padding: 4rem 0 12rem;
    color: #fff;
    margin-top: 1rem;
}

.industry_case .h2+p {
    color: #fff;
}

.industry_case .item {}

.industry_case .grid {
    gap: 2.5rem;
    margin-top: 3rem;
}

.industry_case .img {
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    align-items: center;
    height: 14rem;
    background: #fff;
}

.industry_case .img img {}

.body_industry .index_products {
    padding-bottom: 11rem;
}

.body_industry .index_products * {}

.body_industry .index_products * {}

.body_industry .tt .sitettl2 .h2 {
    text-align: left;
}

.body_industry .index_products .arrows {
    position: relative;
    top: 2rem;
    width: auto;
    padding: 0 1px;
}

.body_industry .index_products .arrows .pn {
    transform: translateX(-1px);
}

.body_industry #pageban {
    position: relative;
}

.body_industry #pageban .topfix {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.body_industry #pageban .txt {
    height: 100%;
    /* background: red; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.body_industry #pageban div {
    height: 100%;
}

.body_industry #pageban .txt {}

.body_industry #pageban .p1 {
    font-size: 3.8rem;
    color: #fff;
    font-weight: bold;
    margin-top: -5rem;
}

.body_industry #pageban .p2 {
    font-size: 2rem;
    color: #fff;
    width: 46%;
    line-height: 2;
    opacity: 0.7;
}

.body_industry #pageban .p2+i {
    margin-top: 5rem;
    fill: #fff;
}

.body_industry #pageban svg {
    fill: inherit;
}

.body_industry * {}

div {
    /* font-family: DINCOND; */
}

.product_fea .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8.6rem 0;
    margin: 0 auto;
    overflow: hidden;
    /* max-width: 120.0rem; */
}

.product_fea .image {
    flex: 0 0 calc(710 / 1608 * 100%);
    padding-top: calc(710 / 1608 * 100%);
    position: relative;
    z-index: 1;
    background: #f6f6f6;
}

.product_fea .image img {
    max-width: 70%;
    max-height: 70%;
    height: auto;
}

.product_fea .details {
    flex: 2;
    padding-left: 10rem;
}

.product_fea .details h2 {
    color: #2446A4;
    margin-bottom: 2.0rem;
    font-size: 2.6rem;
    border-bottom: 3px solid #2446A4;
    display: inline-block;
    font-weight: 400;
    padding-bottom: 2rem;
    position: relative;
}

.product_fea .details p {
    /* color: #333; */
    /* line-height: 1.6; */
    margin-bottom: 4rem;
}

.product_fea .details .specs {
    margin: 2rem 0 6rem;
    font-size: 1.8rem;
    line-height: 2;
    color: #666;
}

.product_fea .details .specs li {
    list-style: none;
    margin-bottom: .8rem;
}

.product_fea .contact {
    margin-top: 2.0rem;
}

.product_fea .contact a {
    text-decoration: none;
    color: #0056b3;
    font-weight: bold;
    font-size: 1.6rem;
}

.product_fea .product-description {
    padding: 0;
    /* background-color: #f9f9f9; */
    /* margin-top: 2.0rem; */
    overflow: hidden;
}

h3.title3 {
    color: var(--color1);
    font-size: 2.7rem;
    position: relative;
    /* border-bottom: 2px solid #0056b3; */
    display: inline-flex;
    align-items: center;
    gap: 2rem;
}

h3.title3 span {
    font-weight: 400;
    font-size: 1.6rem;
    color: #999;
}

h3.title3+a {
    background: #fff;
    position: absolute;
    right: 0;
    height: 100%;
    padding-left: 2rem;
    top: .2rem;
    font-size: 1.8rem;
    color: var(--color1);
}

.product_fea .remark {
    padding: 2rem 0 7rem;
    color: #555;
    font-size: 1.8rem;
    line-height: 2;
}

.product_fea .remark * {
    max-width: 100%;
    /* font: inherit; */
}

.product_fea .remark img {
    max-width: 100%;
    height: auto !important;
}

h3.title3:after {
    content: "";
    height: 1px;
    width: 100vw;
    background: #ddd;
    display: block;
    position: absolute;
    top: 50%;
    left: 120%;
}

.product_fea .product-description p {
    /* color: #333; */
    /* line-height: 1.9; */
    /* margin-bottom: 1.0rem; */
}

.product_fea {}

.industry_part_rel_products {
    padding-bottom: 8rem;
}

.product_fea .flex_1 {}

.product_fea .flex_1 .image {}

.product_fea .flex_1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_fea .flex_1 .details {
    height: 100%;
    /* background: red; */
    /* min-height: calc(710 / 1608 * 100%); */
}

.product_fea .flex_1 .details h2:after {
    width: 100rem;
    background: #ddd;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 100%;
}

.product_fea .flex_1 .details h2+p {}

.product_fea .specs {}

.product_fea .specs table {
    width: 100%;
}

.product_fea .specs table td {
    width: auto;
    white-space: normal;
    font-size: 1.9rem;
    color: #666;
    padding: 2rem 2rem;
    padding-right: 5rem;
    border: 0;
    border-bottom: 1px solid #eee;
}

.product_fea .btn_contact {
    margin-top: 20rem;
    display: flex;
    align-items: center;
}

.product_fea .btn_contact a {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    font-size: 2rem;
    color: #42508c;
    fill: var(--color1);
    letter-spacing: 0.2px;
}

.product_fea .btn_contact a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.3rem;
    height: 2.3rem;
    background: no-repeat center/100% auto;
    background-image: url(../images/hand3.png);
}

.product_fea .btn_contact a:last-child i {
    background-image: url(../images/phone3.png);
}

.product_fea .btn_contact a svg {
    fill: inherit;
    height: 3rem;
    /* margin-left: 3rem; */
    /* padding-left: 3rem; */
}

.product_fea .btn_contact a:nth-child(2) {
    margin-left: 4.5rem;
    padding-left: 4.5rem;
    border-left: 2px solid #ccc;
}

.product_fea .btn_contact a:nth-child(2) svg {
    height: 2.3rem;
}

.detail_part_rel_products * {}

.detail_part_rel_products.industry_part_rel_products .slick-list {
    margin-left: -4rem;
}

.detail_part_rel_products.industry_part_rel_products .slick-slide {
    margin-left: 4rem;
    height: auto;
}

.detail_part_rel_products .title3 {
    margin-bottom: 5rem;
    font-size: 2.7rem;
}


.error {
    border: 1px solid #e6373d;
    animation: blinkBorder .5s 2
}

.siteform1 {
    margin-bottom: 6rem;
}

.siteform1 .tt {
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 7rem 0 5.5rem;
    text-align: center;
    justify-content: center;
}

.siteform1 .item {
    flex: 1;
    margin-bottom: 2.5rem
}

.siteform1 label {
    display: block;
    font-size: 1.8rem;
    color: #333;
    width: 100%;
    margin-bottom: 1rem
}

.siteform1 label span {
    position: relative;
    top: 0.5rem;
    left: 0.4rem;
    color: #e84471
}

.siteform1 textarea,
.siteform1 input {
    border: 0;
    /* background: red; */
    border-radius: 0;
    width: 100%;
    min-height: 7rem;
    padding: 1.4rem 1.2rem;
    font-size: 1.6rem;
    outline: none;
}

.siteform1 textarea {
    height: 14rem;
    margin-bottom: 3rem
}

.siteform1 input {
    padding: 1.4rem 1.2rem;
    font-size: 1.6rem
}

.siteform1 .tip {
    color: #888888;
    font-size: 1.3rem;
    margin: 0.7rem 0 0;
    display: block
}

.siteform1 input.submit {
    width: 19.3rem;
    height: 6rem;
    background: var(--color1);
    /* border-radius: 7px 7px 7px 7px; */
    color: #fff;
    font-size: 2rem;
    border: 0;
    transition: all .3s;
    padding: 0;
    min-height: 0;
}

.siteform1 input.submit:hover {
    background: var(--color1)
}

.siteform1 .c2 {
    display: flex;
    column-gap: 3rem;
    justify-content: space-between
}

.siteform1 .item {
    display: flex;
    background: #fff;
    align-items: center;
}

.siteform1 .item.item_submit {
    background: transparent;
    justify-content: flex-end;
    gap: 3rem;
    font-size: 2rem;
    margin-top: 7rem;
    color: #777;
    align-items: center;
}

.siteform1 .item.item_submit .code {
    width: 8em;
    /* background: blue; */
    font-size: 2rem;
}

.siteform1 .item.item_submit img {
    height: 5.7rem;
}

.siteform1 .item5 {
    display: block;
}

.siteform1 .item5 textarea {
    padding: 0 3rem;
    margin: 0;
}

.siteform1 .item5 .ttt {
    margin-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
}

.siteform1 .ttt {
    width: 15rem;
    white-space: nowrap;
    font-size: 1.8rem;
    color: #888;
    display: flex;
    align-items: center;
    padding-left: 1em;
    gap: 0.6rem;
}

.siteform1 .ttt i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    background: no-repeat center;
}

.siteform1 .ttt span {}

.siteform1 .ttt em {
    font-style: normal;
    color: #f00;
}

.contactinfo1 {
    background: #f4f5f5;
}

.siteform1 .item1 i {
    background-image: url(../images/cic1.png);
}

.siteform1 .item2 i {
    background-image: url(../images/cic2.png);

}

.siteform1 .item3 i {
    background-image: url(../images/cic3.png);

}

.siteform1 .item4 i {
    background-image: url(../images/cic4.png);

}

.siteform1 .item5 i {
    background-image: url(../images/cic5.png);

}

.cinfo2items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    /* margin: 7rem 0; */
}


.contactinfo1 .row {}

.contactinfo1 .row {}

.contactinfo1 .row1 {
    margin: 6rem auto 8rem;
}

.contactinfo1 .row1 .item {
    background: #fff;
    /* margin-bottom: 2.5rem; */
    padding: 3rem 8rem;
    font-size: 2rem;
}

.contactinfo1 .row1 .item1 {}

.contactinfo1 .row1 .item2 {
    margin-left: 1.4rem;
    padding: 7rem 5rem 4rem;
    text-align: center;
    height: 61.3rem;
}

.contactinfo1 .row1 .item1 {}

.contactinfo1 .row1 .item1 ul {
    color: #666;
}

.contactinfo1 .row1 .item1 ul li {
    margin-bottom: 1rem;
}

.contactinfo1 .row1 .item1 i {
    margin-bottom: 3rem;
    display: block;
    margin-top: 1.4rem;
}

.contactinfo1 .row1 .item.item1 img {
    margin: 0 0 3rem;
}

.contactinfo1 .row1 .item img {
    display: block;
    margin: 1rem auto 3rem;
}

.contactinfo1 .row1 .item .h2 {
    font-weight: bold;
    margin: 3rem auto 2rem;
    font-size: 3rem;
}

.contactinfo1 .row1 .item .address {
    color: #888;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.contactinfo1 .row1 .item span {
    font-size: 1.8rem;
    color: #999;
}

.contactinfo1 .row1 .item span i {
    font-style: normal;
    color: var(--color1);
}

.contactinfo1 .row2 {}

.contactinfo1 .row2 .jobs {
    position: relative;
}

.contactinfo1 .row2 .jobs img {
    width: 100%;
}

.contactinfo1 .row2 .jobs .txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    color: #fff;
    z-index: 3;
    position: absolute;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 4px;
}

.contactinfo1 .allpositions {
    background: #fff;
    margin-top: 4rem;
    padding: 6rem 8rem;
}

.contactinfo1 .allpositions .item {
    padding: 3rem 0;
    border-bottom: 1px solid #eee;
}

.contactinfo1 .allpositions .t {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactinfo1 .allpositions .h3 {
    display: flex;
    align-items: center;
    color: #444;
    column-gap: 4rem;
    cursor: pointer;
}

.contactinfo1 .allpositions .h3:hover * {
    color: var(--color3);
}

.contactinfo1 .allpositions .on .h3 {
    color: var(--color3);
}

.contactinfo1 .allpositions .h3 span {
    font-size: 2.6rem;
}

.contactinfo1 .allpositions .h3 em {
    font-style: normal;
    font-size: 1.9rem;
    color: #999;
}

.contactinfo1 .allpositions .on .h3 em {
    color: var(--color3);
}

.contactinfo1 .allpositions .ft {
    display: flex;
    justify-content: flex-end;
    gap: 4rem;
    align-items: center;
}

.contactinfo1 .allpositions .date {
    color: #666;
    font-size: 1.4rem;
}

.contactinfo1 .allpositions .showmore {
    display: block;
    width: 4.2rem;
    height: 4.2rem;
    background: url(../images/r1.png) no-repeat center;
}

.contactinfo1 .allpositions .on .showmore {
    background: url(../images/down.png) no-repeat center;
}

.contactinfo1 .allpositions .info {
    /* margin: 3.5rem auto; */
    /* padding: 4rem 0 6rem; */
    /* border-top: 1px solid #eee; */
    /* box-sizing: border-box; */
}

.contactinfo1 .allpositions .inner {
    margin: 3.5rem auto 1rem;
    padding: 4rem 0 0rem;
    border-top: 1px solid #eee;
    padding-left: 1em;
}

.contactinfo1 .allpositions .inner * {
    line-height: 2;
    font-size: 1.8rem !important;
    color: #444 !important;
}

.contactinfo1 .allpositions .info strong,
.contactinfo1 .allpositions .info b {
    font-size: 2.2rem !important;
    font-weight: 400;
    display: block;
}


/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ */
.news_list1 {
    padding: 6rem 0 0;
}

.news_list1 li {
    margin-bottom: 5rem;
    overflow: hidden;
}

.news_list1 .list_a {
    display: flex;
}

.news_list1 .li_l {
    flex: 0 0 48rem;
    /* height: 321px; */
    overflow: hidden;
    float: left;
}

.news_list1 .li_l img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.news_list1 li:hover .li_l img {
    transform: scale(1.1);
    transition: all .4s;
}

.news_list1 .li_r {
    flex: 1;
    height: 32.5rem;
    overflow: hidden;
    float: right;
    background-color: #f9f9f9;
    padding: 5rem;
    padding-top: 4rem;
}

.news_list1 .li_r h2 {
    font-size: 2.2rem;
    color: #333;
    font-weight: bold;
    height: auto;
    line-height: 1.7;
    /* overflow: hidden; */
    margin: 0 0 1rem;
}

.news_list1 .li_r h3 {
    font-size: 1.6rem;
    color: #666;
    margin-top: 28px;
}

.news_list1 .li_r h4 {
    font-size: 1.6rem;
    color: #555;
    height: auto;
    line-height: 2.2;
    overflow: hidden;
    margin-top: 3rem;
    min-height: 11rem;
    margin-bottom: 3rem;
    font-weight: 400;
}

.news_list1 .li_r .date {
    font-size: 1.6rem;
    color: #999;
}

.news_list1 .li_r h5 {
    margin-top: 2.2rem;
}

.news_list1 .li_r h5 svg {
    height: 1.5rem;
    fill: #666;
    transition: .4s;
}

.news_list1 a:hover h5 svg {
    fill: var(--color1);
}

.news_list1 .li_r h5 .img2 {
    display: none;
}

.news_list1 li:hover .li_r h2 {
    color: var(--color1);
}

.news_list1 li:hover .li_r h5 .img1 {
    display: none;
}

.news_list1 li:hover .li_r h5 .img2 {
    display: inline;
}


/* ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¨Ã‚Â¯Ã‚Â¦ÃƒÂ¦Ã†â€™Ã¢â‚¬Â¦ */
.news_info {
    width: 100%;
    /* background: transparent; */
    padding: 0;
    margin: 5rem auto 8rem;
}

.news_info .news_info_c {
    width: 100%;
    padding: 5rem 5rem;
    margin-top: 2rem;
    word-wrap: break-word;
    font-size: 1.6rem;
    color: #666;
    line-height: 1.8;
    background: #fff;
    box-shadow: 0px 0 1.3rem .0rem rgb(130 130 130 / 15%);
}

.body_case_detail .news_info .news_info_c {
    padding: 0;
    /* margin-top: -6rem; */
}

.news_info .news_info_c p {
    /* word-wrap: break-word; */
    /* font-size: 1.6rem; */
    /* color: #666; */
    /* line-height: 1.8; */
}

.news_info .news_info_c span {
    word-wrap: break-word;
    font-size: 16px;
    color: #666;
    line-height: 46px;
}

.news_info .remark * {
    text-wrap: wrap !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.news_info .remark {
    font-size: 1.8rem;
    line-height: 2;
}

.news_info .news_info_c img {
    max-width: 100%;
}

.news_info p.next {
    line-height: 6rem;
    margin: 3rem 0 3rem;
    text-align: left;
    border-top: 1px solid #eee;
    padding-top: 3rem;
    color: #666;
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    align-items: center;
}

.news_info p.next a {
    font-size: 1.6rem;
    /* margin-left: 1rem; */
    color: #666;
    flex: 1;
    max-width: min-content;
    white-space: nowrap;
}

.news_info p.next a:hover {
    color: var(--color1);
}

.news_info p.next span {
    float: right;
    font-size: 16px;
}

.news_info h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.news_info .title h6 i {
    margin: 0 1rem;
    display: flex;
    align-items: center;
    margin-left: 2em;
}

.news_info h6 {
    text-align: center;
    font-size: 1.5rem;
    color: #888888;
    margin-top: 3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_info h6 i {
    margin-left: 20px;
}

.news_info .info_h {
    text-align: right;
}