* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main {
    max-width: 1620px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1280 {
    max-width: 1300px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

body,
html {
    width: 100%;
    height: 100%;
}


.banner_swp {
    height: 100vh;
    position: relative;
}

.banner_swp .swiper-slide {
    position: relative;
}

.banner_swp .swiper-slide:after {
    content: '';
    background: url('../images/icon1.png') repeat-x left top;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.banner_swp .swiper-slide .indexvideo {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.banner_swp .swiper-slide .item {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #fff;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.banner_swp .swiper-slide .item h3 {
    font-size: 68px;
    color: #fff;
    font-family: 'Suzanobold';
}

.banner_swp .con {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}


.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    z-index: 99;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.header .fl {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* .header .fl .nav { display: flex; flex-direction: row; margin-left: 20px; }
.header .fl .nav a { font-size: 18px; color: #fff; margin-left: 40px; line-height: 100px; position: relative;
	transition: all 0.6s; -webkit-transition: all 0.6s; }
.header .fl .nav a:after { content: ''; background: #00b74f; position: absolute; bottom: 0px; width: 0%; height: 2px; left: 0px;
transition: all 0.6s; -webkit-transition: all 0.6s; }
.header .fl .nav a:hover:after { width: 100%; }
.header .fl .nav a:hover { color: #00b74f; } */


.header .fr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .fr .nav .nav-ul-1 {
    display: flex;
    flex-direction: row;
}

.header .fr .nav .nav-ul-1>li {
    position: relative;
    margin-right: 32px;
}

.header .fr .nav .nav-ul-1>li>a {
    color: #fff;
    font-size: 16px;
    line-height: 100px;
    display: block;
}

.header .fr .nav .nav-ul-1>li:hover .nav-ul-2 {
    animation: navUp 0.5s 0s forwards;
    display: block;
}

.header .fr .nav .nav-ul-2 {
    position: absolute;
    top: 100px;
    left: 0px;
    text-align: left;
    display: none;
    background: #fff;
    min-width: 100%;
    box-shadow: 0px 0px 6px 6px rgba(29, 29, 29, 0.08);
}

.header .fr .nav .nav-ul-2 li a {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 9px 20px;
    border-bottom: 1px solid #d9d9d9;
    white-space: nowrap;
    cursor: pointer;
}

.header .fr .nav .nav-ul-2 li a:hover {
    background: #00b74f;
    color: #fff;
}

.header.active .fr .nav .nav-ul-1>li>a {
    color: #000;
    line-height: 90px;
}

.header.active .fr .nav .nav-ul-1>li:hover>a {
    color: #00b74f;
}

.header.active .fr .nav .nav-ul-2 {
    top: 90px;
}




.header .fr .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

/* .header .fr .icon a { margin-left: 10px; } */
.header .fr .icon .lang {
    width: 40px;
    height: 50px;
    background: url('../images/icon2.png') no-repeat center center;
    margin-left: 10px;
    cursor: pointer;
}

.header .fr .icon .search {
    width: 40px;
    height: 40px;
    background: url('../images/icon3.png') no-repeat center center;
    margin-left: 10px;
}

.header .fr .icon .lang ul {
    position: absolute;
    top: 50px;
    left: 0px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
}

.header .fr .icon .lang ul:after {
    content: '';
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -14px;
    left: 24px;
}

.header .fr .icon .lang ul li a {
    display: block;
    line-height: 26px;
    font-size: 14px;
}

.header .fr .icon .lang ul li a:hover {
    color: #00b74f;
    text-decoration: underline;
}

.header .fr .icon .lang:hover ul {
    display: block;
}






.header .logo .icon_s {
    display: none;
}


.header.active {
    background: #fff;
}

.header.active .logo .icon_s {
    display: block;
}

.header.active .logo .icon_w {
    display: none;
}

/* .header.active .fl .nav a { color: #000; line-height: 90px; }
.header.active .fl .nav a:hover { color: #00b74f; } */


.header.active {
    height: 90px;
}

.header.active .fr .icon .lang {
    width: 40px;
    height: 40px;
    background: url('../images/icon2_m.png') no-repeat center center;
}

.header.active .fr .icon .search {
    width: 40px;
    height: 40px;
    background: url('../images/icon3_m.png') no-repeat center center;
}

.m_link {
    margin-top: 30px;
}

.m_link a {
    cursor: pointer;
    color: #fff;
    font-family: 'Suzanobold'
}

.m_link a span {
    display: inline-block;
    border-bottom: 2px solid #00b74f;
    padding-bottom: 2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: inline-block;
    vertical-align: middle;
}

.m_link a img {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
}

.m_link a:hover span {
    padding-right: 20px;
}

.m_125 {
    margin-top: 125px;
}

.m_grey_125 {
    padding: 125px 0px;
    background: #ededed;
}

.m_f4_125 {
    padding: 125px 0px;
    background: #f4f4f4;
}

.m_pd125 {
    padding: 125px 0px;
}

.m_pd125#a4 {
    padding: 125px 0px;
    padding-top: 0;
}

.m_pb125 {
    padding-bottom: 125px;
}

.m_pt125 {
    padding-top: 125px;
}

.m_pd80 {
    padding: 80px 0px;
}

.m_p {
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    line-height: 30px;
}

.m_p a {
    color: #000;
}

.m_p a:hover {
    text-decoration: underline;
    color: #0046ad;
}


.banner_swp .banner_pag {
    bottom: 30px !important;
}

.banner_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 8px !important;
    outline: none;
}

.banner_swp .swiper-pagination-bullet-active {
    background: #fff;
}

.arrow_xt {
    position: absolute;
    right: 145px;
    top: 0px;
    height: 100%;
    width: 1px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
}

.arrow {
    content: '';
    background: #fff url('../images/icon20.png') no-repeat center center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    bottom: 150px;
    right: 117px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.arrow:hover {
    background: #00b74f url('../images/icon20_m.png') no-repeat center center;
}

.banner_next {
    background: url('../images/icon6.png') no-repeat center center;
    width: 32px;
    height: 69px;
    margin-top: -34px;
    right: 2.5vw;
    transition: .3s;
}

.banner_prev {
    background: url('../images/icon5.png') no-repeat center center;
    width: 32px;
    height: 69px;
    margin-top: -34px;
    left: 2.5vw;
    transition: .3s;
}

.banner_next:hover,
.banner_prev:hover {
    transform: scale(1.1);
}

.in_about {
    padding: 120px 0px;
    position: relative;
}

.in_about .img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
}

.in_about .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in_about .item {
    width: 40%;
}

.in_about .item p {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
}

.m_tit {
    font-size: 48px;
    text-transform: uppercase;
    color: #0046ad;
}

.m_tit_center {
    text-align: center;
}

.m_tit_bs {
    color: #fff;
}




.m_link_hs {
    margin-top: 40px;
}

.m_link_hs .link {
    background: #f9f9f9;
    font-size: 14px;
    color: #00b74f;
    padding: 17px 50px;
    display: inline-block;
    font-family: 'Suzanobold';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    text-transform: uppercase;
}

.m_link_hs .link:hover {
    background: #00b74f;
    color: #fff;
}

.m_link_hs a {
    color: #00b74f;
    text-decoration: underline;
}

.a_link_hs {
    margin-top: 35px;
}

.a_link_hs .link {
    background: #f9f9f9;
    font-size: 14px;
    color: #00b74f;
    padding: 17px 50px;
    display: inline-block;
    font-family: 'Suzanobold';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    text-transform: uppercase;
}

.m_link_bs {
    margin-top: 40px;
}

.m_link_bs .m_link_bs_hover {
    background: #ffffff;
    font-size: 14px;
    color: #00b74f;
    padding: 17px 50px;
    display: inline-block;
    font-family: 'Suzanobold';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    text-transform: uppercase;
    cursor: pointer;
}

.m_link_bs .m_link_bs_hover:hover {
    background: #00b74f;
    color: #fff;
}

.mediacenter .m_img .img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54%;
    overflow: hidden;
    background-color: #fff;
}

.mediacenter .m_img .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* object-fit: contain; */
    object-fit: cover;
}


.in_product {
    position: relative;
    padding-top: 120px;
}

.in_product:after {
    content: '';
    background: #0046ad url('../images/img2.jpg') no-repeat center top;
    height: 80%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 100%;
}

.in_product .item {
    position: relative;
    z-index: 9;
}

.in_product .item .list {
    overflow: hidden;
    margin-top: 60px;
}

.in_product .item .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.in_product .item .list ul li {
    padding: 0px 10px;
    width: 33.33%;
}

.in_product .item .list ul li .img {
    position: relative;
    overflow: hidden;
}

.in_product .item .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_product .item .list ul li .img:after {
    content: '';
    background: url('../images/icon7.png') repeat-x left bottom;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 100%;
    position: absolute;
}

.in_product .item .list ul li .con {
    position: relative;
    display: block;
}

.in_product .item .list ul li .text {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.in_product .item .list ul li .text h3 {
    font-size: 28px;
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-family: 'Suzanobold'
}

.in_product .item .list ul li .text p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    display: none;
}

.in_product .item .list ul li .text .m_link_bs {
    display: none;
}

@media (max-width: 1660px) {
    .in_product .item .list ul li .text h3 {
        font-size: 24px;
    }
}

@media screen and (min-width:1200px) {
    .in_product .item .list ul li .con:hover h3 {
        animation: fadeInUp 0.8s 0.2s both;
        display: block;
    }

    .in_product .item .list ul li .con:hover .text p {
        animation: fadeInUp 0.8s 0.4s both;
        display: block;
    }

    .in_product .item .list ul li .con:hover .text .m_link_bs {
        animation: fadeInUp 0.8s 0.6s both;
        display: block;
    }

    .in_product .item .list ul li .con:hover .img img {
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
}


.in_sustainability {
    position: relative;
}

.in_sustainability .item {
    position: relative;
    z-index: 9;
}

.in_sustainability:after {
    content: '';
    background: #ededed;
    position: absolute;
    height: 20%;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.in_sustainability .con {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
}

.in_sustainability .con .fl {
    background: #f9f9f9;
    width: 32.5%;
    display: flex;
    flex-direction: column;
}

.in_sustainability .con .fl span {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 60px;
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #dcdee0;
    cursor: pointer;
    position: relative;
}

.in_sustainability .con .fl span:last-child {
    border-bottom: none;
}

.in_sustainability .con .fl .icon {
    margin-right: 15px;
}

.in_sustainability .con .fl .icon2 {
    display: none;
}

.in_sustainability .con .fr {
    width: 67.5%;
}

.in_sustainability .con .fr .tab_con {
    display: block;
    position: relative;
}

.in_sustainability .con .fr .tab_con .img {
    overflow: hidden;
    height: 720px;
    width: 100%;
}

.in_sustainability .con .fr .tab_con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_sustainability .con .fr .tab_con .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 70%;
    background: #fff;
    padding: 60px;
}

.in_sustainability .con .fr .tab_con .text h3 {
    font-size: 28px;
    color: #0046ad;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-family: 'Suzanobold'
}

.in_sustainability .con .fr .tab_con .text p {
    margin-top: 15px;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.in_sustainability .con .fr .tab_con .text:after {
    content: '';
    background: #00b74f;
    width: 0%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 4px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.in_sustainability .con .fr .tab_con:hover .text:after {
    width: 100%;
}

.in_sustainability .con .fr .tab_con:hover .text .a_link_hs .link {
    background: #00b74f;
    color: #fff;
}

.in_sustainability .con .fr .tab_con:hover .text h3 {
    padding-left: 20px;
    color: #00b74f;
}

.in_sustainability .con .fl span .icon {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

@media (min-width: 1201px) {
    .in_sustainability .con .fl span .icon {
        width: 60px;
    }
}

.in_sustainability .con .fl span.active strong {
    color: #0046ad;
}

.in_sustainability .con .fl span.active .icon1 {
    display: none;
}

.in_sustainability .con .fl span.active .icon2 {
    display: block;
}

.in_sustainability .con .fl span:after {
    content: '';
    background: #00b74f;
    position: absolute;
    left: 0px;
    height: 0%;
    width: 3px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_sustainability .con .fl span:hover:after {
    height: 70%;
}

.in_sustainability .con .fl span:hover .icon {
    margin-right: 30px;
}

.in_innovations {
    overflow: hidden;
}

.in_innovations ul {
    display: flex;
    flex-direction: row;
    margin-left: -13px;
    margin-right: -13px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.in_innovations ul li {
    width: 25%;
    padding: 0px 13px;
}

.in_innovations ul li .link {
    display: block;
    position: relative;
    height: 100%;
}

.in_innovations ul li .link .text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 9;
    text-align: center;
    flex-direction: column;
}

.in_innovations ul li .link .text .icon {
    margin-top: 20px;
    display: none;
}

.in_innovations ul li .link .text h3 {
    font-size: 28px;
    font-family: 'Suzanobold';
}

.in_innovations ul li .link .img:after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.in_innovations ul li .link .img:before {
    content: '';
    background: rgba(0, 183, 79, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    z-index: 3;
    opacity: 0;
}

.in_innovations ul li .link:hover .img:before {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    opacity: 1;
}

.in_innovations ul li .link .img {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.in_innovations ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.in_innovations ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.in_innovations ul li .link:hover .text h3 {
    animation: fadeInDown 0.6s 0.2s both;
    display: block;
}

.in_innovations ul li .link:hover .text .icon {
    animation: fadeInUp 0.6s 0.2s both;
    display: block;
}


.m_media {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    justify-content: space-between;
}

.m_media .fl {
    width: 37%;
    position: relative;
    height: 400px;
}

.m_media .fl img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.m_media .fr {
    width: 59%;
    border-top: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    position: relative;
    padding: 10px 110px;
}

.m_media .fr .media_swp {
    height: 100%;
}

.media_swp .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.media_swp .swiper-slide strong {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.media_swp .swiper-slide h3 {
    font-size: 38px;
    color: #0046ad;
    margin-top: 20px;
    font-family: 'Suzanobold';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media_swp .swiper-slide p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 26px;
}

.media_swp .swiper-slide .alink {
    display: block;
}

.media_swp .swiper-slide .a_link_hs {
    margin-top: 40px;
}

.m_media .fr .media_next {
    background: url('../images/icon13.png') no-repeat center center;
    width: 32px;
    height: 69px;
    margin-top: -34px;
}

.m_media .fr .media_prev {
    background: url('../images/icon12.png') no-repeat center center;
    width: 32px;
    height: 69px;
    margin-top: -34px;
}

.m_media .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #c3c5c7;
    margin: 0px 8px !important;
    opacity: 1;
    outline: none;
}

.m_media .swiper-pagination-bullet-active {
    background: #00b74f;
}

.m_media .alink:hover .a_link_hs .link {
    background: #00b74f;
    color: #fff;
}

.media_swp .swiper-slide .alink:hover h3 {
    color: #00b74f;
}

.in_work {
    background: url('../images/img12.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 190px 0px;
}

.in_work:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.in_work .item {
    position: relative;
    z-index: 9;
    text-align: center;
}

.in_work .item p {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    line-height: 32px;
}

.footer {
    background: #1932c8;
    padding-top: 80px;
    padding-bottom: 65px;
    position: relative;
}

.footer .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 142px;
}

.footer .had .fr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer .had .fr strong {
    color: #fff;
    margin-right: 10px;
}

.footer .had .fr .icon {
    display: flex;
    flex-direction: row;
}

.footer .had .fr .icon i {
    position: relative;
}

.footer .had .fr .icon .popup-qr {
    position: absolute;
    width: 140px;
    height: auto;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    max-width: unset !important;
    max-height: unset !important;
}

.footer .had .fr .icon .popup-qr.show {
    opacity: 1;
    visibility: visible;
}

.footer .had .fr .icon img {
    margin-left: 5px;
    cursor: pointer;
}

.footer:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 145px);
    height: 1px;
}

.sroll_top_xt {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0px;
    right: 145px;
    z-index: 9;
    height: 100%;
    width: 1px;
}

.sroll_top {
    background: #fff url('../images/icon44.png') no-repeat center center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: absolute;
    bottom: 150px;
    right: 117px;
    z-index: 9;
    cursor: pointer;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.sroll_top:hover {
    background: #00b74f url('../images/icon44_m.png') no-repeat center center;
}

.footerbox {
    position: relative;
}



.m_link_xt {
    display: block;
}

.m_link_xt a {
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.m_link_xt a:after {
    content: '';
    background: #fff;
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_link_xt a:hover:after {
    width: 100%;
}


.footer .list {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 142px;
}

.footer .list dl {
    margin-top: 10px;
}

.footer .list dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .list dl dd .link {
    margin-top: 5px;
    opacity: 0.7;
}

.footer .list dl dd .link img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.footer_but {
    padding: 20px 0px;
    background: #1932c8;
    color: #ffffff;
}

.mbx {
    padding: 0px 40px;
    height: 50px;
    background: #ededed;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mbx a {
    margin-right: 10px;
    background: url('../images/icon22.png') no-repeat right center;
    padding-right: 20px;
}

.mbx a:last-child {
    background: none;
}

.mbx a:hover {
    color: #03267f;
}

.H90 {
    height: 90px;
}

.banner_x {
    position: relative;
}

.banner_x .banner_back {
    height: 720px;
    position: relative;
}

.banner_x .banner_back:after {
    content: '';
    background: url('../images/icon23.png') repeat-x left bottom;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
}

.bannerbox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner_x .item {
    position: relative;
    z-index: 9;
}

.banner_x .item .con {
    /* width: 60%; */
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px;
}

.banner_x .item .con .logo {
    height: 160px;
}

.p_vis .main_1280 .had img {
    height: 160px;
}

@media screen and (max-width: 1200px) {
    .p_vis .main_1280 .had img {
        height: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .p_vis .main_1280 .had img {
        height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .p_vis .main_1280 .had img {
        height: 100px;
    }
}

@media screen and (max-width: 425px) {
    .p_vis .main_1280 .had img {
        height: 80px;
    }
}

.banner_x .item h3 {
    font-size: 68px;
    color: #fff;
    font-family: 'Suzanobold';
}

.banner_x .item p {
    font-size: 28px;
    color: #fff;
    margin-top: 15px;
    line-height: 36px;
}

.banner_x .nav {
    background: rgba(0, 70, 173, 0.8);
    position: relative;
    z-index: 9;
    position: relative;
}

.banner_x .nav .list {
    position: relative;
}

.banner_x .nav .list a {
    font-size: 18px;
    color: #fff;
    padding: 30px 25px;
    display: block;
    position: relative;
    cursor: pointer;
}

.banner_x .nav .list a:after {
    content: '';
    background: #00b74f;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 3px;
}

.banner_x .nav .list a:hover:after {
    width: 100%;
}

.banner_x .nav .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.banner_x .nav .list .search {
    position: absolute;
    right: 0px;
    top: 0px;
    /* width: 420px; */
    right: 10px;
    top: 15px;
}

.banner_x .nav .list .search .txt {
    width: 420px;
    height: 50px;
    background: #fff;
    padding-left: 20px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.banner_x .nav .list .search .but {
    background: url('../images/icon65.png') no-repeat center center;
    height: 50px;
    width: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
}


.suzano .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.suzano .item .text {
    width: 42%;
}

.suzano .item .text h3 {
    font-size: 48px;
    color: #0046ad;
    text-transform: uppercase;
}

.suzano .item .text strong {
    font-size: 28px;
    color: #333333;
    margin-top: 15px;
    display: block;
}

.suzano .item .text p {
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    line-height: 24px;
}

.suzano .item .img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.suzano .item .img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: url('../images/icon24.png') no-repeat center center;
}

.suzano .item .img img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.suzano .item .img:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.suzano .item .img {
    width: 50%;
}

.suzano1 .item {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    justify-content: space-between;
}

.suzano1 .item .img {
    width: 32%;
}

.suzano1 .item .text {
    width: 62%;
}

.suzano1 .item .text p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 24px;
}

.suzano1 .item .text h6 {
    font-size: 18px;
    color: #0046ad;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    font-family: 'Suzanobold';
    align-items: center;
}

.suzano1 .item .text h6:before {
    content: '';
    background: #0046ad;
    width: 40px;
    height: 1px;
    margin-right: 10px;
}

.suzano1 .item .text .icon_1 {
    text-align: right;
}

.suzano1 .item .text .icon_1 img {
    display: inline-block;
    transform: rotate(180deg);
    margin-top: 20px;
}

.m_tit_p {
    font-size: 28px;
    margin-top: 20px;
    color: #333;
}

.suzano3 {
    overflow: hidden;
    padding: 10px 0px;
    position: relative;
    z-index: 9;
}

.suzano3 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
}

.suzano3 ul li {
    padding: 1px;
    width: 25%;
}

.suzano3 ul li .con {
    background: #fff;
    height: 100%;
    padding: 20px;
    position: relative;
    padding-right: 110px;
    min-height: 180px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.suzano3 ul li .con .img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.suzano3 ul li .con p {
    display: block;
    font-size: 18px;
    color: #333333;
    margin: 5px 0px;
    line-height: 24px;
}

.suzano3 ul li .con p strong {
    color: #00c85a;
    font-family: 'Suzanobold';
    font-size: 24px;
    margin: 5px 0px;
    display: block;
}

.suzano3 ul li .con p span {
    color: #00c85a;
    font-family: 'Suzanobold';
    font-size: 24px;
    margin: 5px 0px;
}

.suzano3 ul li .tit {
    font-size: 48px;
    color: #0146ad;
    text-transform: uppercase;
}

.suzano3 ul li .con:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.suzano4 .item {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.suzano4 .item .fl {
    width: 67.9%;
    position: relative;
}

.suzano4 .item .fr {
    width: 25%;
}

.suzano4 .item .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.suzano4 .item .fl .icon span {
    position: absolute;
    border-radius: 50%;
    animation: anim 2s linear infinite;
    animation-delay: calc(0.5s * var(--i));
}

.suzano4 .item .fl:nth-child(1) .icon span {
    background: rgba(0, 201, 90, 0.2);
}

.suzano4 .item .fl:nth-child(2) .icon span {
    background: rgba(25, 50, 200, 0.2);
}

.suzano4 .item .fl:nth-child(3) .icon span {
    background: rgba(181, 74, 90, 0.2);
}

/* .suzano4 .item .fl:nth-child(4) .icon span { background: rgba(181, 74, 90, 0.2); } */

.suzano4 .item .clickicon {
    position: absolute;
    width: 3.86%;
    height: 6.80%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.suzano4 .item .icon1 {
    /* top: 20%;
    left: 15%; */
    top: 18%;
    left: 12.5%;
}

.suzano4 .item .icon2 {
    top: 35%;
    left: 38%;
}

.suzano4 .item .icon3 {
    top: 32%;
    right: 13.5%;
}

.suzano4 .item .icon4 {
    top: 60%;
    right: 2%;
}

.suzano4 .item .icon5 {
    top: 17%;
    left: 11%;
}

.suzano4 .item .icon6 {
    top: 82%;
    right: 9%;
}

.suzano4 .item .icon9 {
    top: 66.5%;
    left: 96.5%;
}

.suzano4 .item .icon10 {
    top: 6.5%;
    left: 21%;
}

.suzano4 .item .icon11 {
    top: 14.5%;
    left: 12%;
}

.suzano4 .item .icon_ls_1 {
    top: 12%;
    right: 27%;
}

.suzano4 .item .icon_ls_2 {
    top: 32%;
    left: 15%;
}

.suzano4 .item .icon_hs_1 {
    top: 72%;
    right: 3%;
}

.suzano4 .item .icon_hs_2 {
    top: 71%;
    right: 4%;
}

.suzano4 .item .icon_hs_3 {
    top: 71%;
    right: 2%;
}

.suzano4 .item .icon_hs_4 {
    top: 65%;
    right: 1%;
}

.suzano4 .item .icon_hs_5 {
    top: 35%;
    left: 38%;
}

.suzano4 .item .icon_fs_1 {
    top: 76%;
    right: 5%;
}

.suzano4 .item .icon_fs_2 {
    top: 72%;
    right: 4%;
}

.suzano4 .item .icon_fs_3 {
    top: 72%;
    right: 6%;
}

.suzano4 .item .icon_fs_4 {
    top: 75%;
    right: 7%;
}

.suzano4 .item .icon_fs_5 {
    top: 68%;
    right: 1%;
}

.suzano4 .item .icon_fs_6 {
    top: 66%;
    right: 0%;
}

.suzano4 .item .icon_fs_7 {
    top: 66%;
    right: 5%;
}

.suzano4 .item .icon_fs_8 {
    top: 62%;
    right: 5%;
}

.suzano4 .item .icon_fs_9 {
    top: 63%;
    right: 0%;
}

.suzano4 .item .icon_fs_10 {
    top: 60%;
    right: 0%;
}

.suzano4 .item .icon_fs_11 {
    top: 56%;
    right: 1%;
}

.suzano4 .item .icon_fs_12 {
    top: 54%;
    right: 3%;
}

.suzano4 .item .icon_fs_13 {
    top: 52%;
    right: 5%;
}

.suzano4 .item .icon_fs_14 {
    top: 8%;
    left: 19%;
}


@keyframes anim {
    0% {
        width: 0;
        height: 0;
    }

    50% {
        opacity: 1
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}


.suzano4 .fl {
    height: 100%;
}

.suzano4 .fr {
    margin-top: 50px;
}

.suzano4 .fr dl {
    margin-top: 10px;
}

.suzano4 .fr dl dt {
    font-size: 18px;
    color: #333333;
    padding: 12px 20px;
    background: #f4f4f4 url('../images/icon41.png') no-repeat 95% center;
    cursor: pointer;
    font-family: 'Suzanobold';
}

.suzano4 .fr dl dd {
    display: none;
}

.suzano4 .fr dl dd .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 0px;
    border-bottom: 1px solid #d7d7d7;
}

.suzano4 .fr dl dd .list p {
    min-width: 50%;
    font-size: 16px;
    margin: 10px 0px;
    padding-left: 18px;
}

.suzano4 .fr dl dd .list p strong {
    font-family: 'Suzanobold';
    display: block;
    margin-top: 5px;
    color: #333;
}

.suzano4 .fr dl:nth-child(1) dt:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #00c95a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.suzano4 .fr dl:nth-child(2) dt:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #1932c8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.suzano4 .fr dl:nth-child(3) dt:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #b54a5a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

/* .suzano4 .fr dl:nth-child(4) dt:before { content: ''; width: 6px; height: 6px; background: #fff; border-radius: 50%; border: 3px solid #b54a5a; display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -2px;  } */

.suzano3_box {
    position: relative;
}

.suzano3_box:before {
    content: '';
    background: url('../images/icon26_m.png') no-repeat right bottom;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
}

/* .suzano3_box:after { content: ''; background: url('../images/icon27.png') no-repeat right bottom; position: absolute; bottom: 0px; width: 100%; right: 0px; height: 100%; } */

.suzano2 {
    overflow-x: hidden;
}

.suzano2 .time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    border-bottom: 2px solid #d7d7d7;
}

.suzano2 .time span {
    display: block;
    line-height: 60px;
    font-size: 24px;
    color: #999999;
    cursor: pointer;
    position: relative;
}

.suzano2 .time span:after {
    content: '';
    background: #00c85a;
    left: 0px;
    bottom: -2px;
    width: 0%;
    height: 2px;
    position: absolute;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.suzano2 .time span:hover {
    color: #00c85a;
}

.suzano2 .time span:hover:after {
    width: 100%;
}

.suzano2 .time span.active {
    color: #00c85a;
}

.suzano2 .time span.active:after {
    width: 100%;
}

.history_swp {
    margin-top: 50px;
}

.history_swp .swiper-slide .img {
    position: relative;
    height: 0;
    padding-bottom: 62.5%;
}

.history_swp .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.history_swp .swiper-slide:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
}

.history_swp .swiper-slide .img strong {
    position: absolute;
    left: 0px;
    bottom: -30px;
    font-size: 120px;
    color: #ffffff;
}

.history_swp .swiper-slide p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 24px;
}

.history_swp .swiper-slide-active:after {
    background: none;
}

.history_swp_box {
    height: max-content;
    position: relative;
}

.history_prev {
    left: -60px;
    background: url('../images/icon42.png') no-repeat left center;
    width: 32px;
    height: 69px;
    margin-top: -35px;
}

.history_next {
    right: -60px;
    background: url('../images/icon43.png') no-repeat left center;
    width: 32px;
    height: 69px;
    margin-top: -35px;
}

.floating {
    position: fixed;
    top: 35%;
    padding: 10px 0px;
    background: #00b74f;
    border-radius: 50px;
    right: 40px;
    z-index: 99;
}

.floating a {
    display: block;
    cursor: pointer;
}


.corporate .list .item {
    display: flex;
    flex-direction: row;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.corporate .list .item .text {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.corporate .list .item .text p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 24px;
}

.corporate .list .item .text p a {
    color: #00b74f;
    text-decoration: underline;
    display: block;
    word-wrap: break-word;
    word-break: break-all;
}

.corporate .list .item .text p a:hover {
    color: #0046ad;
}

.corporate .list .item .text p a:after {
    content: '';
    background: url('../images/icon51.png') no-repeat left center;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.corporate .list .item .text p a:hover:after {
    background: url('../images/icon52.png') no-repeat left center;
}

.corporate .list .item .img {
    width: 50%;
}

.corporate .list:nth-child(2n) {
    background: #f4f4f4;
}

.corporate .list:nth-child(2n) .item {
    display: flex;
    flex-direction: row;
}

.corporate1 .list {
    margin-top: 60px;
    overflow: hidden;
}

.corporate1 .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -25px;
    margin-right: -25px;
    flex-wrap: wrap;
}

.corporate1 .list ul li {
    width: 33.33%;
    padding: 0px 25px;
}

.corporate1 .list ul li .con {
    background: #f4f4f4;
    padding: 30px;
    height: 100%;
    position: relative;
}

.corporate1 .list ul li .con:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    background: #00b74f;
    width: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.corporate1 .list ul li .con strong {
    background: #00b74f;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.corporate1 .list ul li .con p {
    font-size: 18px;
    color: #333333;
    line-height: 23px;
    margin-top: 18px;
}

.corporate1 .list ul li .con:hover:after {
    content: '';
    width: 100%;
}

.corporate2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}

.corporate2 .text {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.corporate2 .text p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    color: #333333;
}

.corporate2 .item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.corporate2 .item .con {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.corporate2 .item .con strong {
    font-size: 28px;
    color: #00c85a;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
}

.corporate2 .item .con p {
    font-size: 24px;
    color: #333333;
    width: 280px;
    text-align: center;
    margin-top: 10px;
}

.corporate2 .item .img img {
    animation: btnRotate 3.5s linear infinite;
    -webkit-animation: btnRotate 3.5s linear infinite;
    -moz-animation: btnRotate 3.5s linear infinite;
}

.corporate3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.corporate3 .text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.corporate3 .text p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 24px;
}

.corporate3 .img {
    width: 50%;
}


.products .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products .list ul li {
    width: 48.1%;
    margin-top: 50px;
}

.products .list ul li .link .img {
    height: 427px;
}

.products .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .list ul li .link {
    display: block;
    position: relative;
    overflow: hidden;
}

.products .list ul li .link h3 {
    background: #f4f4f4;
    padding: 25px;
}

.products .list ul li .link h3 strong {
    border-left: 4px solid #00c85a;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.products .list ul li .link .text {
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    background: #0046ad;
    padding: 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.products .list ul li .link .text h4 {
    font-size: 28px;
    font-weight: bold;
    color: #00c85a;
    letter-spacing: 1px;
}

.products .list ul li .link .text p {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
}

.products .list ul li .m_link_bs {
    margin-top: 30px;
}

@media screen and (min-width:1200px) {
    .products .list ul li .link:hover .text {
        bottom: 0px;
    }
}


.products1_swp {
    margin-top: 60px;
}

.products1_swp .swiper-slide .link {
    display: block;
}

.products1_swp .swiper-slide .link h3 {
    background: #f4f4f4;
    padding: 25px;
}

.products1_swp .swiper-slide .link h3 strong {
    border-left: 4px solid #00c85a;
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.products1_swp .swiper-slide .link .text {
    position: absolute;
    bottom: -100%;
    left: 0px;
    width: 100%;
    background: #0046ad;
    padding: 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.products1_swp .swiper-slide .link .text h4 {
    font-size: 28px;
    font-weight: bold;
    color: #00c85a;
    letter-spacing: 1px;
}

.products1_swp .swiper-slide .link .text p {
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
    line-height: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
    overflow: hidden;
}

.products1_swp .swiper-slide .link .m_link_bs {
    margin-top: 30px;
}

.products1_swp .swiper-slide .link:hover .text {
    bottom: 0px;
}

.products1_swp .swiper-slide .link .img {
    height: 427px;
}

.products1_swp .swiper-slide .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.products1_box {
    overflow: hidden;
}

.products1 {
    position: relative;
}

.products1 .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.products1 .had .pag {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.products1 .products1_page {
    position: inherit;
    right: 0px;
}

.products1 .products1_prev {
    background: url('../images/icon42.png') no-repeat left top !important;
    width: 32px;
    height: 69px;
    outline: none;
    left: inherit;
    position: inherit;
    margin-top: 0px;
    margin-right: 5px;
}

.products1 .products1_next {
    background: url('../images/icon43.png') no-repeat left top !important;
    width: 32px;
    height: 69px;
    outline: none;
    right: 0px;
    position: inherit;
    margin-top: 0px;
    margin-left: 5px;
}

.products1 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #c3c5c7;
    margin: 0px 8px !important;
    opacity: 1;
    outline: none;
}

.products1 .swiper-pagination-bullet-active {
    background: #00b74f;
}

.products1 .list {
    width: 150%;
    position: relative;
}

.products1 .list:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9;
    width: 31.65%;
    height: 100%;
    z-index: 9;
}

.products .m_p {
    width: 65%;
}

.products_details .m_p {
    width: 80%;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
    display: none;
}

.products_details .list ul li {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 60px;
    justify-content: space-between;
    align-items: center;
}

.products_details .list ul li:nth-child(2n) {
    flex-direction: row;
}

.products_details .list ul li .img {
    width: 50%;
}

.products_details .list ul li .text {
    width: 45%;
}

.products_details .list ul li .text h3 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    border-left: 4px solid #00c85a;
    padding-left: 18px;
}

.products_details .list ul li .text p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 24px;
    padding-left: 25px;
}

.products_details .list ul li .text p a {
    color: #00b74f;
    text-decoration: underline;
}

.products_details .dow {
    background: #f4f4f4;
    margin-top: 100px;
    padding: 60px 70px;
}

.products_details .dow p {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    word-wrap: break-word;
    word-break: break-all;
}

.products_details .dow p .a1 {
    display: block;
    font-size: 18px;
    color: #0046ad;
    text-decoration: underline;
}

.products_details .dow p .a2 {
    display: block;
    font-size: 18px;
    color: #00c85a;
    text-decoration: underline;
}

.products_details .dow p .a2:after {
    content: '';
    background: url('../images/icon51.png') no-repeat left center;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
}

.products_details1 {
    margin-top: 125px;
}

.sustainability {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.sustainability .text {
    width: 42%;
}

.sustainability .text .subtitle {
    font-size: 28px;
    font-family: 'Suzanobold';
    display: block;
    margin-top: 20px;
}

.sustainability .text .con p {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.sustainability .img {
    width: 50%;
}

.products_details+.mediacenter {
    margin-top: 60px;
}

.products_details+.mediacenter .list {
    margin-top: 10px;
}

.products_details+.mediacenter .list h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.products_details+.mediacenter .list p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    transition: .5s;
}

.products_details+.mediacenter .list .link:hover p {
    color: #fff;
}

.products_details+.mediacenter .list .content-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em;
    height: 4.5em;
    transition: .5s;
}

.products_details+.mediacenter .list .link:hover .content-preview {
    color: #fff;
}

.products_details+.mediacenter .m_link_bs {
    text-align: center;
}

.products_details+.mediacenter .m_link_bs .m_link_bs_hover {
    background-color: #00b74f;
    color: #fff;
}

.products_details+.mediacenter .m_link_bs .m_link_bs_hover:hover {
    background-color: #00b74f;
    color: #fff;
    filter: brightness(1.1);
}

.sustainability .text ul {
    margin-top: 20px;
}

.sustainability .text ul li {
    font-size: 18px;
    color: #00b74f;
    line-height: 26px;
    position: relative;
    padding-left: 14px;
}

.sustainability .text ul li:after {
    content: '';
    background: #00b74f;
    border-radius: 50%;
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0px;
    top: 12px;
}

.sustainability .text .full {
    display: block;
    margin-top: 30px;
    cursor: pointer;
}

.sustainability .text .full span {
    display: inline-block;
    border-bottom: 1px solid #00b74f;
    color: #00b74f;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-family: 'Suzanobold';
    font-size: 18px;
    text-transform: uppercase;
}

.sustainability .text .full span:hover {
    padding-left: 20px;
    color: #00c85a;
}

.sustainability_zt {
    flex-direction: row-reverse;
}

.sustainability_mt {
    margin-top: 60px;
}

.sustainability_mt .text .subtitle {
    margin-top: 0px;
}

.sustainability1 {
    margin-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.sustainability1 .list ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sustainability1 .list ul li {
    position: relative;
    width: 380px;
    margin: 0px -1px;
}

.sustainability1 .list ul li .img img {
    margin: 0 auto;
}

.sustainability1 .list ul li .text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 110px;
}

.sustainability1 .list ul li .text strong {
    width: 40px;
    height: 40px;
    background: #0046ad;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sustainability1 .list ul li .text p {
    font-size: 18px;
    color: #0046ad;
    font-size: 18px;
    line-height: 25px;
    padding: 0px 50px;
    margin-top: 14px;
    font-family: 'Suzanobold';
}

.sustainability1 .list ul li .img img {
    animation: btnRotate 3.5s linear infinite;
    -webkit-animation: btnRotate 3.5s linear infinite;
    -moz-animation: btnRotate 3.5s linear infinite;
    margin: 0 auto;
}

.sustainability2 {
    padding: 80px 0px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.sustainability2 h3 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.sustainability2 .list {
    overflow: hidden;
}

.sustainability2 .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -13px;
    margin-right: -13px;
}

.sustainability2 .list ul li {
    padding: 0px 13px;
    margin-top: 30px;
    width: 20%;
}

.sustainability2 .list ul li .item {
    background: #f8f8f8;
    padding: 40px 30px;
    height: 100%;
    position: relative;
}

.sustainability2 .list ul li .item:after {
    content: '';
    background: #00b74f;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 3px;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.sustainability2 .list ul li .item .had {
    position: relative;
}

.sustainability2 .list ul li .item .had .icon img {
    animation: btnRotate 5s linear infinite;
    -webkit-animation: btnRotate 5s linear infinite;
    -moz-animation: btnRotate 5s linear infinite;
}

.sustainability2 .list ul li .item .had .num {
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #00c85a;
}

.sustainability2 .list ul li .item p {
    font-size: 18px;
    color: #0046ad;
    font-family: 'Suzanobold';
    line-height: 24px;
    margin-top: 14px;
}

.sustainability2 .list ul li .item:hover:after {
    width: 100%;
}


.sustainability3 .had {
    padding-top: 50px;
    width: 70%;
    margin: 0 auto;
}

.sustainability3 .had p {
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}

.sustainability3 .list {
    overflow: hidden;
}

.sustainability3 .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.sustainability3 .list ul li {
    width: 33.33%;
    padding: 0px 25px;
}

.sustainability3 .list ul li .item {
    border-bottom: 1px solid #ededed;
    padding: 50px 0px;
    height: 100%;
    position: relative;
}

.sustainability3 .list ul li .item h3 {
    font-size: 24px;
    color: #0046ad;
    margin-top: 20px;
}

.sustainability3 .list ul li .item p {
    font-size: 18px;
    color: #333333;
    line-height: 23px;
    margin-top: 15px;
}

.sustainability3 .list ul li .item:after {
    content: '';
    background: #00b74f;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.sustainability3 .list ul li .item .icon img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.sustainability3 .list ul li .item:hover:after {
    width: 100%;
}

.sustainability3 .list ul li .item:hover .icon img {
    margin-left: 15px;
}

.sustainability3 .list ul li:nth-child(4) {
    width: 50%;
}

.sustainability3 .list ul li:nth-child(5) {
    width: 50%;
}

.sustainability4 {
    padding-top: 80px;
}

.sustainability4 h3 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.sustainability4 .item {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    position: relative;
}

.sustainability4 .item .fl {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 250px;
    height: 100%;
}

.sustainability4 .item .fl .ls {
    background: #0046ad;
    transform: skew(-40deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -17px;
    z-index: 1;
}

.sustainability4 .item .fl .bs {
    background: #fff;
    position: absolute;
    width: 150%;
    bottom: 1px;
    left: 0px;
    height: 50%;
    z-index: 2;
}

.sustainability4 .item .fl .lus {
    background: #00c85a;
    transform: skew(-40deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.sustainability4 .item .fl .lusk {
    background: #00c85a;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 4;
}

.sustainability4 .item .fl .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    width: 100%;
    justify-content: center;
}

.sustainability4 .item .fl h2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    width: 100%;
    font-size: 28px;
    font-family: 'Suzanobold';
    color: #fff;
}

.sustainability4 .list {
    padding: 40px;
    width: 100%;
    border: 1px solid #0046ad;
    padding-left: 350px;
}

.sustainability4 .list ul {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 9;
}

.sustainability4 .list ul li {
    width: 50%;
    padding: 0px 40px;
}

.sustainability4 .list ul li p {
    font-size: 18px;
    color: #0046ad;
    line-height: 24px;
    margin-bottom: 10px;
}

.m_download {
    margin-top: 20px;
}

.m_download a:after {
    content: '';
    background: url('../images/icon62.png') no-repeat left center;
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}

.m_download a.out:after {
    content: '';
    background: url('../images/icon62_out.svg') center/contain no-repeat
}

.m_download a span {
    color: #00c85a;
    font-family: 'Suzanobold';
    border-bottom: 1px solid #00c85a;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_download a:hover span {
    padding-left: 10px;
}


.sustainability5 .had .m_p {
    width: 70%;
}

.sustainability5 .item .con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
}

.sustainability5 .item .con .img {
    width: 50%;
}

.sustainability5 .item .con .text {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sustainability5 .item .con .text p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin: 10px 0px;
}

.sustainability5 .item h6 {
    text-align: center;
    font-size: 24px;
    padding: 50px 0px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 30px;
}

.sustainability5 .item .con .text .full {
    display: block;
    margin-top: 30px;
    cursor: pointer;
}

.sustainability5 .item .con .text .full span {
    display: inline-block;
    border-bottom: 1px solid #00b74f;
    color: #00b74f;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-family: 'Suzanobold';
    font-size: 18px;
    text-transform: uppercase;
}

.sustainability5 .item .con .text .full span:hover {
    padding-left: 20px;
    color: #00c85a;
}








.sustainability5 .list ul li .top {
    display: block;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 80px;
}

.sustainability5 .list ul li .top .img {
    width: 340px;
    height: 340px;
}

.sustainability5 .list ul li .top .img img {
    object-fit: cover;
    width: 100%;
}

.sustainability5 .list ul li .top .text {
    width: calc(100% - 340px);
    padding-right: 100px;
}

.sustainability5 .list ul li .top .text h3 {
    font-size: 28px;
    color: #333333;
    font-family: 'Suzanobold';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.sustainability5 .list ul li .top .text p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    line-height: 24px;
    margin-top: 20px;
}

.sustainability5 .list ul li .top .text p a {
    color: #00b74f;
    text-decoration: underline;
}

.sustainability5 .list ul li .top .text h6 {
    display: block;
    margin-top: 30px;
    cursor: pointer;
}

.sustainability5 .list ul li .top .text h6 span {
    display: inline-block;
    border-bottom: 1px solid #00b74f;
    color: #00b74f;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-family: 'Suzanobold';
    font-size: 18px;
    text-transform: uppercase;
}

.sustainability5 .list ul li .top:hover .text h6 span {
    padding-left: 20px;
}

.sustainability5 .list ul li .top:hover .text h3 {
    color: #00c85a;
}


.sustainability5 .list ul li .dow {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    position: relative;
}

.sustainability5 .list ul li .dow .tit {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 250px;
    height: 100%;
}

.sustainability5 .list ul li .dow .tit .ls {
    background: #0046ad;
    transform: skew(-45deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -17px;
    z-index: 1;
}

.sustainability5 .list ul li .dow .tit .bs {
    background: #f4f4f4;
    position: absolute;
    width: 150%;
    bottom: 1px;
    left: 0px;
    height: 50%;
    z-index: 2;
}

.sustainability5 .list ul li .dow .tit .bs_back {
    background: #fff;
    position: absolute;
    width: 150%;
    bottom: 1px;
    left: 0px;
    height: 50%;
    z-index: 2;
}

.sustainability5 .list ul li .dow .tit .lus {
    background: #00c85a;
    transform: skew(-45deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.sustainability5 .list ul li .dow .tit .lusk {
    background: #00c85a;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    z-index: 4;
}

.sustainability5 .list ul li .dow .tit .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 5;
    width: 100%;
    justify-content: center;
}

.sustainability5 .list ul li .dow .tit h2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
    width: 100%;
    font-size: 28px;
    font-family: 'Suzanobold';
    color: #fff;
}

.sustainability5 .list ul li .dow .wz {
    padding: 40px;
    width: 100%;
    border: 1px solid #0046ad;
    padding-left: 350px;
    position: relative;
}

.sustainability5 .list ul li .dow .wz p {
    font-size: 18px;
    color: #0046ad;
    line-height: 24px;
    margin: 5px 0px;
    z-index: 9;
    position: relative;
}

.sustainability5 .list ul li .dow .wz p a {
    color: #00c85a;
}

.sustainability5_bs {
    border-top: 1px solid #ebebeb;
    margin-top: 70px;
}

.sustainability5_bs .list ul li .dow .tit .bs {
    background: #fff;
    position: absolute;
    width: 150%;
    bottom: 1px;
    left: 0px;
    height: 50%;
    z-index: 2;
}

.sustainability5_xt {
    border-top: 1px solid #d2d2d2;
    margin-top: 70px;
}


.contact .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .list ul li {
    width: 48.1%;
    margin-top: 60px;
}

.contact .list ul li .link {
    display: block;
    background: #f4f4f4;
    height: 100%;
}

.contact .list ul li .link .text {
    padding: 30px;
    padding-bottom: 50px;
}

.contact .list ul li .link .text h3 {
    font-size: 28px;
    color: #333333;
    font-family: 'Suzanobold';
    border-left: 4px solid #00c85a;
    padding-left: 15px;
    margin-bottom: 20px;
}

.contact .list ul li .link .text h4 {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.contact .list ul li .link .text h4 span {
    font-size: 24px;
    color: #0046ad;
}

.contact .list ul li .link .text h4 strong {
    display: block;
    font-size: 16px;
    color: #0046ad;
    margin-left: 20px;
}

.contact .list ul li .link .text .con {
    flex-direction: row;
    flex-wrap: wrap;
}

.contact .list ul li .link .text .con p {
    font-size: 18px;
    color: #333333;
    padding-left: 20px;
    line-height: 24px;
    min-width: 50%;
}

.contact .list ul li .link .text .con p a {
    color: #333;
}

.contact .list ul li .link .text .con p a:hover {
    color: #1932c8;
    text-decoration: underline;
}

.suzano1_swp .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    margin: 0px 4px;
    outline: none;
}

.suzano1_swp .swiper-pagination-bullet-active {
    background: #00b74f;
}

.suzano1_swp .suzano1_pag {
    /* bottom: 60px; */
    bottom: 0;
}

.suzano1_swp .swiper-slide p {
    font-size: 18px;
    text-align: center;
    margin-top: 18px;
    color: #333;
}


.mediacenter .had {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    justify-content: space-between;
}

.mediacenter .had .fl {
    width: 35%;
    position: relative;
    height: 560px;
}

.mediacenter .had .fl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mediacenter .had .fr {
    width: 61%;
    border-top: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    position: relative;
    padding: 10px 110px;
}

.mediacenter .had .fr .alink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.mediacenter .had .fr .alink strong {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.mediacenter .had .fr .alink h3 {
    font-size: 38px;
    color: #0046ad;
    margin-top: 20px;
    font-family: 'Suzanobold';
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mediacenter .had .fr .alink p {
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    line-height: 26px;
}

.mediacenter .had .fr .alink .a_link_hs {
    margin-top: 40px;
}

.mediacenter .had .fr .alink:hover h3 {
    color: #00b74f;
}

.mediacenter .had .fr .alink:hover .a_link_hs .link {
    background: #00b74f;
    color: #fff;
}

.mediacenter .list {
    overflow: hidden;
    margin-top: 50px;
}

.mediacenter .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -25px;
    margin-right: -25px;
    flex-wrap: wrap;
}

.mediacenter .list ul li {
    padding: 25px;
    width: 33.33%;
}

.mediacenter .list ul li .link {
    display: block;
    background: #f4f4f4;
    height: 100%;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mediacenter .list ul li .link .text {
    padding: 30px 24px;
    padding-bottom: 80px;
}

.mediacenter .list ul li .link .text .content-preview {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mediacenter .list ul li .link .text strong {
    font-size: 16px;
    color: #666666;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mediacenter .list ul li .link .text h3 {
    font-size: 24px;
    color: #0046ad;
    font-family: 'Suzanobold';
    margin: 10px 0;
    line-height: 28px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mediacenter .list ul li .link .text h6 {
    color: #00b74f;
    font-family: 'Suzanobold';
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
}

.mediacenter .list ul li .link .text h6 span {
    border-bottom: 1px solid #00b74f;
}

.mediacenter .list ul li .link .text h6:after {
    content: '';
    background: url('../images/icon66.png') no-repeat center center;
    width: 11px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

@media screen and (min-width:1200px) {

    .mediacenter .list ul li .link:hover {
        background: #0046ad;
    }

    .mediacenter .list ul li .link:hover .text strong {
        color: #fff;
    }

    .mediacenter .list ul li .link:hover .text h3 {
        color: #fff;
    }

}


/* 分页 */
.pagebox {
    text-align: center;
    position: relative;
}

.pagebox ul {
    line-height: 50px;
    margin-top: 50px;
}

.pagebox ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagebox ul li.disabled {
    opacity: .5;
    pointer-events: none;
}

.pagebox ul li a {
    margin: 0px;
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .page a {
    height: 50px;
    width: 50px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    line-height: 50px;
    margin: 0px 4px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .previous a {
    background: url('../images/icon68.png') no-repeat right center;
    width: 17px;
    height: 35px;
    overflow: hidden;
    margin-right: 30px;
}

.pagebox ul .next a {
    background: url('../images/icon67.png') no-repeat right center;
    width: 17px;
    height: 35px;
    overflow: hidden;
    margin-left: 30px;
}

.pagebox ul li.first {
    display: none;
}

.pagebox ul li.last {
    display: none;
}

.pagebox ul li.page:hover a,
.pagebox ul li.selected a {
    color: #fff;
    background: #00b74f;
    border: 1px solid #00b74f;
}

.media_details {
    background: #f4f4f4 url('../images/icon26.png') no-repeat left top;
    background-size: 32% auto;
}

.media_details .had {
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
}

.media_details .had strong {
    font-size: 18px;
    font-family: 'Suzanobold';
    color: #00c85a;
    border: 2px solid #00c85a;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 30px;
}

.media_details .had h1 {
    font-size: 68px;
    color: #0046ad;
    font-family: 'Suzanobold';
    margin-top: 20px;
}

.media_details .had span {
    display: block;
    font-size: 28px;
    color: #333333;
    margin-top: 15px;
    text-transform: uppercase;
}

.follow {
    background: #0046ad;
}

.follow .item {
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    position: relative;
}

.follow .item strong {
    margin-right: 10px;
}

.follow .item a {
    margin-left: 8px;
    cursor: pointer;
}

.follow .item .return {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 0px;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 8px 30px;
    display: inline-block;
    color: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.follow .item .return:hover {
    background: #00b74f;
    color: #fff;
    border: 2px solid #00b74f;
}

.follow .item i {
    position: absolute;
    top: 65px;
    left: 32px;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    display: none;
}

.follow .item i img {
    width: 120px;
}

.media_details1 {
    display: flex;
    flex-direction: row;
}

.media_details1 .fl {
    flex: 0 0 auto;
    width: calc(100% - 500px);
    padding-right: 52px;
}

.media_details1 .fl .con {
    font-size: 18px;
    color: #333333;
    border-top: 1px solid #dcdee0;
    border-bottom: 1px solid #dcdee0;
    padding-bottom: 60px;
}

.media_details1 .fl .con p:first-child {
    font-size: 22px;
}

.media_details1 .fl .con p {
    margin-top: 30px;
    line-height: 24px;
}

.media_details1 .fl .con ul {
    margin-top: 30px;
    padding-left: 20px;
}

.media_details1 .fl .con ul li {
    list-style-type: square;
    color: #0046ad;
    line-height: 26px;
}

.media_details1 .fl .con h2 {
    font-size: 1.4em;
    margin-top: 30px;
}

.media_details1 .fl .con .wp-video {
    max-width: 100%;
    margin-top: 30px;
}

.media_details1 .fl .con .wp-video video {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}


.media_details1 .fl .con p img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    width: 100%;
}

.media_details1 .fl .dow {
    display: flex;
    flex-direction: row;
    background: #f4f4f4;
    margin-top: 60px;
    position: relative;
}

.media_details1 .fl .dow .link {
    width: 50%;
    padding: 45px 30px;
    display: block;
}

.media_details1 .fl .dow .link strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media_details1 .fl .dow .link h3 {
    font-size: 24px;
    color: #0046ad;
    font-family: 'Suzanobold';
    line-height: 30px;
    margin-top: 13px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media_details1 .fl .dow .prev {
    text-align: right;
    background: url('../images/icon78.png') no-repeat 5% center;
    padding-left: 100px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media_details1 .fl .dow .next {
    text-align: left;
    background: url('../images/icon79.png') no-repeat 95% center;
    padding-right: 100px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media_details1 .fl .dow:after {
    content: '';
    background: #ffffff;
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    margin-left: -1px;
}

.media_details1 .fl .dow .prev:hover {
    background: #00b74f url('../images/icon78_m.png') no-repeat 5% center;
    color: #fff;
}

.media_details1 .fl .dow .next:hover {
    background: #00b74f url('../images/icon79_m.png') no-repeat 95% center;
    color: #fff;
}

.media_details1 .fl .dow .link:hover strong {
    color: #fff;
}

.media_details1 .fl .dow .link:hover h3 {
    color: #fff;
}

.media_details1 .fr {
    width: 500px;
}

.media_details1 .fr dl {
    background: #f4f4f4;
}

.media_details1 .fr dl dt {
    font-size: 28px;
    color: #ffffff;
    background: #0046ad;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.media_details1 .fr dl dd {
    border-bottom: 1px solid #fff;
    padding: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
}

.media_details1 .fr dl dd strong {
    word-wrap: break-word;
    word-break: break-all;
    display: block;
}

.media_details1 .fr dl dd img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
}

.media_details1 .fr dl dd span {
    font-size: 18px;
    color: #666666;
    margin-left: 5px;
}


.mediacenter_swp {
    margin-top: 60px;
}

.mediacenter_swp .swiper-slide .link {
    display: block;
    background: #f4f4f4;
    height: 100%;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mediacenter_swp .swiper-slide .link .text {
    padding: 30px;
    padding-bottom: 80px;
}

.mediacenter_swp .swiper-slide .link .text strong {
    font-size: 16px;
    color: #666666;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mediacenter_swp .swiper-slide .link .text h3 {
    font-size: 24px;
    color: #0046ad;
    font-family: 'Suzanobold';
    margin-top: 10px;
    line-height: 28px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mediacenter_swp .swiper-slide .link .text h6 {
    color: #00b74f;
    font-family: 'Suzanobold';
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
}

.mediacenter_swp .swiper-slide .link .text h6 span {
    border-bottom: 1px solid #00b74f;
}

.mediacenter_swp .swiper-slide .link .text h6:after {
    content: '';
    background: url('../images/icon66.png') no-repeat center center;
    width: 11px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.mediacenter_swp .swiper-slide .link:hover {
    background: #0046ad;
}

.mediacenter_swp .swiper-slide .link:hover .text strong {
    color: #fff;
}

.mediacenter_swp .swiper-slide .link:hover .text h3 {
    color: #fff;
}

.mediacenter_details {
    position: relative;
}

.mediacenter_details .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.mediacenter_details .had .pag {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mediacenter_details .products1_page {
    position: inherit;
    right: 0px;
}

.mediacenter_details .products1_prev {
    background: url('../images/icon42.png') no-repeat left top !important;
    width: 32px;
    height: 69px;
    outline: none;
    left: inherit;
    position: inherit;
    margin-top: 0px;
    margin-right: 5px;
}

.mediacenter_details .products1_next {
    background: url('../images/icon43.png') no-repeat left top !important;
    width: 32px;
    height: 69px;
    outline: none;
    right: 0px;
    position: inherit;
    margin-top: 0px;
    margin-left: 5px;
}

.mediacenter_details .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #c3c5c7;
    margin: 0px 8px !important;
    opacity: 1;
    outline: none;
}

.mediacenter_details .swiper-pagination-bullet-active {
    background: #00b74f;
}

.media_inquiry .list {
    overflow: hidden;
    margin-top: 20px;
}

.media_inquiry .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.media_inquiry .list ul li {
    padding: 20px;
    width: 50%;
}

.media_inquiry .list ul li .link {
    background: #f9f9f9;
    display: block;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.media_inquiry .list ul li .link .img {
    width: 190px;
    height: 115px;
    flex: 0 0 auto;
}

.media_inquiry .list ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media_inquiry .list ul li .link .text {
    padding-left: 30px;
    width: calc(100% - 190px);
}

.media_inquiry .list ul li .link .text strong {
    font-size: 14px;
    color: #666666;
    display: block;
}

.media_inquiry .list ul li .link .text h3 {
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    color: #333333;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    border-bottom: 1px solid #333333;
}

.media_inquiry .list ul li .link:hover .text h3 {
    color: #3467ba;
    padding-left: 10px;
    border-bottom: 1px solid #3467ba;
}

.downloads .nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 42px;
}

.downloads .nav a {
    background: #f4f4f4;
    padding: 15px 55px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    min-width: 120px;
    text-align: center;
}

.downloads .nav a:hover {
    background: #00b74f;
    color: #fff;
}

.downloads .nav a.active {
    background: #00b74f;
    color: #fff;
}

.downloads .nav span {
    background: #f4f4f4;
    padding: 15px 55px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
}

.downloads .nav span:hover {
    background: #00b74f;
    color: #fff;
}

.downloads .nav span.active {
    background: #00b74f;
    color: #fff;
}


.downloads .table {
    margin-top: 60px;
}

.downloads .table .had {
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #6a6a6a;
    padding-bottom: 18px;
}

.downloads .table .had strong {
    display: block;
    font-size: 16px;
    padding: 0px 30px;
}

.downloads .table .had strong:nth-child(1) {
    width: 55%;
}

.downloads .table .had strong:nth-child(2) {
    width: 15%;
}

.downloads .table .had strong:nth-child(3) {
    width: 15%;
}

.downloads .table .had strong:nth-child(4) {
    width: 15%;
}

.downloads .table .list {
    display: flex;
    flex-direction: row;
}

.downloads .table .list>div {
    padding: 20px 30px;
    border-bottom: 1px solid #eaeaea;
}

.downloads .table .list .li_1 {
    width: 55%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
}

.downloads .table .list .li_1 .img {
    width: 190px;
    height: 115px;
    margin-right: 30px;
    flex: 0 0 auto;
}

.downloads .table .list .li_1 .img img {
    width: 100%;
    height: 100%;
}

.downloads .table .list .li_2 {
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.downloads .table .list .li_3 {
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.downloads .table .list .li_4 {
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.downloads .table .list .li_4 .li_pdf {
    color: #0046ad;
    text-decoration: underline;
    font-family: 'Suzanobold';
}

.downloads .table .list .li_4 .li_pdf:after {
    content: '';
    background: url('../images/icon80.png') no-repeat center center;
    width: 16px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}

.downloads .table .list .li_4 a {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.downloads .table .list .li_4 .li_url {
    color: #0046ad;
    text-decoration: underline;
    font-family: 'Suzanobold';
}

.downloads .table .list .li_4 .li_url:after {
    content: '';
    background: url('../images/icon82.png') no-repeat center center;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}

.downloads .table .list .li_4 a:hover {
    color: #00b74f;
}

.downloads .m_link_hs {
    text-align: center;
    margin-top: 60px;
}


.certificates .nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 42px;
    flex-wrap: wrap;
}

.certificates .nav span {
    background: #f4f4f4;
    padding: 15px 55px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
}

.certificates .nav span:hover {
    background: #00b74f;
    color: #fff;
}

.certificates .nav span.active {
    background: #00b74f;
    color: #fff;
}

.certificates h2 {
    font-size: 28px;
    color: #6a6a6a;
    border-bottom: 2px solid #6a6a6a;
    margin-top: 60px;
    font-family: 'Suzanobold';
    padding: 0px 30px;
    padding-bottom: 15px;
}


/* .certificates .list { display: flex; flex-direction: row; justify-content: space-between; margin-top: 50px; border-bottom: 1px solid #eaeaea;
    padding-bottom: 60px; } */
.certificates .list .fl {
    width: 22%;
}

.certificates .list .fl h3 {
    font-size: 24px;
    color: #0046ad;
}

.certificates .list .fl p {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-top: 13px;
}

.certificates .list .fr {
    width: 100%;
    overflow: hidden;
}

/* .certificates .list .fr ul { flex-direction: row; flex-wrap: wrap; display: flex; margin-left: -20px; margin-right: -20px; } */
.certificates .list .fr ul li {
    /* width: 33.33%; padding: 0px 20px; */
    /* margin-top: 40px;  */
}

.certificates .list .fr ul li .con {
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.certificates .list .fr ul li .img {
    position: relative;
}

.certificates .list .fr ul li .img .pic {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.certificates .list .fr ul li .con .text {
    /* position: absolute; */
    position: relative;
    top: 0px;
    height: 100%;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 28px 30px;
    padding-right: 100px;
}

.certificates .list .fr ul li .con .text strong {
    font-size: 24px;
    color: #333333;
    display: block;
}

.certificates .list .fr ul li .con .text .link {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 30px;
}

.certificates .list .fr ul li .con .text .link {
    font-family: 'Suzanobold';
    color: #0046ad;
    display: inline-block;
}

.certificates .list .fr ul li .con .text .link:after {
    content: '';
    background: url('../images/icon80.png') no-repeat left center;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    margin-left: 5px;
    margin-top: 2px;
}

.certificates .list .fr ul li .con .text .link span {
    border-bottom: 1px solid #0046ad;
}


.error {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 120px;
}

.error img {
    display: block;
    margin: 0 auto;
}

.error p {
    font-size: 32px;
    font-family: 'Suzanobold';
    margin-top: 10px;
}

.error .link {
    display: block;
    margin-top: 60px;
    background: #1932c8;
    display: inline-block;
    padding: 18px 50px;
    color: #fff;
    font-size: 18px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.error .link:hover {
    background: #00a964;
}

.header.hadyiny {
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.downloads .table .list .tit {
    font-size: 18px;
    border-bottom: none;
    margin-top: 20px;
    font-family: 'Suzanobold';
    border-bottom: 2px solid #6a6a6a;
}

.downloads .table .had {
    display: none;
}

.downloads .table {
    margin-top: 30px;
}

.downloads .nav {
    margin-top: 30px;
}

.error {
    padding-top: 60px;
    padding-bottom: 60px;
}

.error p {
    font-size: 22px;
}

.error .link {
    margin-top: 40px;
    padding: 10px 30px;
    font-size: 16px;
}

.p_vis {
    display: none;
}



/* 搜索 */
/* .search_content {
    padding: 60px 0px;
} */
.searchbox1 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    position: relative;
    padding-left: 120px;
}

.searchbox1 .searchtext {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 80px;
    box-sizing: border-box;
}

.searchbox1 #searchform {
    overflow: hidden;
}

.searchbox1 .screen-reader-text {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    line-height: 50px;
}

.searchbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #00b74f url('../images/fdj.png') no-repeat center center;
    height: 100%;
    padding: 0px 30px;
}

.search_con {
    text-align: center;
    width: 100%;
}

.con404 {
    text-align: center;
}

.con404 .img img {
    display: block;
    margin: 0 auto;
}

.con404 p {
    font-size: 32px;
    font-family: 'Suzanobold';
    margin-top: 20px;
}

.con404 a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    background: #1932c8;
    padding: 15px 60px;
    margin-top: 50px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.con404 a:hover {
    background: #00b74f;
    color: #fff;
}


a.anchor {
    visibility: hidden;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: -90px;
}

/* 新增 */
.banner-video {
    min-height: 500px;
    display: flex;
}

.banner-video .banner-video-poster {
    flex: 0 1 50%;
    position: relative;
}

.banner-video .banner-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video .banner-video-poster .m-video {
    width: 100px;
    height: 100px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    transition: transform .3s ease;
}

.banner-video .banner-video-poster:hover .m-video {
    transform: scale(1.1);
}

.banner-video .banner-video-desc {
    padding: 90px 50px 20px;
    flex: 1 0 0;
}

.banner-video .banner-video-desc .title {
    font-size: 4em;
    padding: 40px 0;
    border-bottom: 1px solid #dcdee0;
}

.banner-video .banner-video-desc .value {
    font-size: 18px;
    padding-top: 20px;
}

.awards-recognition .select-change {
    position: relative;
    display: flex;
    margin-top: 55px;
    font-size: 24px;
    color: #999999;
}

.awards-recognition .select-change::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d7d7d7;
}

.awards-recognition .select-change a {
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.awards-recognition .select-change a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    height: 2px;
    background-color: #00c85a;
    opacity: 0;
    transition: all .5s;
}

.awards-recognition .select-change a:hover {
    color: #00c85a;
}

.awards-recognition .select-change a:hover::before {
    opacity: 1;
}

.awards-recognition .select-change a.active {
    color: #00c85a;
}

.awards-recognition .select-change a.active::before {
    opacity: 1;
}

.awards-recognition .select-change a:not(:first-child) {
    display: inline-block;
    padding: 0 10px;
    padding-bottom: 10px;
    margin-left: 60px;
}

.awards-recognition .select-change a:first-child {
    padding-right: 10px;
}

.awards-recognition .page-list {
    display: none;
    margin-top: 50px;
}

.awards-recognition .page-list.active {
    display: block;
}

.awards-recognition .page-list .item{
    display: flex;
    background-color: #f4f4f4;
}

.awards-recognition .page-list .item:not(:last-child) {
    margin-bottom: 40px;
}

.awards-recognition .page-list .item .pic {
    width: 475px;
    height: 305px;
    background-color: #e5e5e5;
}

.awards-recognition .page-list .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.awards-recognition .page-list .item .data {
    flex: 1;
    padding: 60px;
    padding-right: 70px;
}

.awards-recognition .page-list .item .title {
    font-size: 32px;
    color: #0046ad;
}

.awards-recognition .page-list .item .text {
    margin-top: 25px;
    font-size: 18px;
    color: #666666;
}


.awards-recognition .bottom-link {
    margin-top: 50px;
    font-size: 18px;
    text-align: right;
}

.awards-recognition .bottom-link a {
    color: #0046ad;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .banner-video {
        flex-direction: column-reverse;
    }

    .banner-video .banner-video-desc {
        padding: 40px 20px 20px;
    }

    .banner-video .banner-video-poster {
        margin: 0 20px;
        flex: 0 0 auto;
        height: 300px;
    }
}

/* 产品 */
.products_1 {
    min-height: 500px;
    background-color: #0046ad;
}

.products_1 .products-header {
    padding: 100px 0 60px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.products_1 .products-header .m_tit {
    color: #fff;
}

.products_1 .products-header .desc {
    width: 60%;
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
}

.products_1 .swiper-container {
    padding-bottom: 120px;
}

.products_1 .swiper-container {
    height: max-content;
}

.products_1 .swiper-container .swiper-pagination {
    bottom: 40px;
}

.products_1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
}

.products_1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00c85a;
}

.products_1 .products-swiper .swiper-slide {
    max-width: 960px;
    width: 75%;
    height: 490px;
    background-color: #fff;
    display: flex;
}

.products_1 .products-swiper .swiper-slide:hover .img img {
    transform: scale(1.2);
}

.products-swiper .swiper-slide .img {
    max-width: 300px;
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.products-swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    transition: .3s ease;
}

.products-swiper .swiper-slide .swiper-slide-text {
    color: #000;
    padding: 90px 50px 20px;
    flex: 1 0 0;
}

.products-swiper .swiper-slide .swiper-slide-text .swiper-slide-text-header {
    border-bottom: 1px solid #dcdee0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products-swiper .swiper-slide .swiper-slide-text .swiper-slide-text-header h3 {
    font-size: 42px;
    font-weight: bold;
    padding: 40px 0;
    flex: 1 0 0;
    padding-right: 20px;
    word-break: break-all;
}

.products-swiper .swiper-slide .swiper-slide-text .swiper-slide-text-header img {
    width: 240px;
    height: auto;
}

.products-swiper .swiper-slide .swiper-slide-text section.title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.products-swiper .swiper-slide .swiper-slide-text section.desc {
    color: #929292;
    font-size: 18px;
    padding-top: 20px;
}

@media screen and (max-width: 1200px) {
    .products_1 .products-header {
        padding: 80px 12px 40px;
    }

    .products-swiper .swiper-slide .swiper-slide-text h3 {
        font-size: 30px;
    }

    .products-swiper .swiper-slide .img {
        width: 35%;
    }

    .products-swiper .swiper-slide .swiper-slide-text .swiper-slide-text-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .products-swiper .swiper-slide .swiper-slide-text .swiper-slide-text-header h3 {
        padding: 20px 0;
    }

    .products-swiper .swiper-slide .swiper-slide-text {
        padding: 90px 20px 20px;
    }
}

@media screen and (max-width: 425px) {
    .products_1 .swiper-container {
        padding-bottom: 60px;
    }

    .products_1 .products-swiper .swiper-slide {
        width: 90%;
    }

    .products-swiper .swiper-slide .swiper-slide-text .swiper-slide-text-header h3 {
        font-size: 36px;
    }

    .products_1 .swiper-container .swiper-pagination {
        bottom: 20px;
    }

    .products_1 .products-header .desc {
        width: 100%;
    }

    .products_1 .products-swiper .swiper-slide {
        height: auto;
        min-height: 490px;
        flex-direction: column;
    }

    .products-swiper .swiper-slide .img {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        height: 200px;
    }

    .products-swiper .swiper-slide .swiper-slide-text {
        padding: 12px;
    }

    .products-swiper .swiper-slide .swiper-slide-text .swiper-slide-text-header h3 {
        padding-bottom: 0;
    }
}

.scroll_html .access-info {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.scroll_html .access-info p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.scroll_html .access-info a {
    line-height: 1.2;
    color: #00b74f;
}

/* form表单 */
.form h3 {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    border-left: 4px solid #00c85a;
    padding-left: 18px;
}

.form .form-container {
    padding-top: 30px;
}

.form .form-container .required::before {
    content: "*";
    color: #ff0000;
    padding-right: 4px;
}

.form .form-container .inputs {
    display: flex;
    gap: 40px;
}

.inputs .input-feild {
    flex: 1 1 0;
}

.input-feild .m_p {
    font-size: 16px;
    padding: 20px 0 10px;
}

.input-feild input,
.input-feild.textarea textarea {
    width: 100%;
    border: 1px solid #cccccc;
    line-height: 40px;
    padding: 0 10px;
    outline: none;
}

.input-feild.textarea textarea {
    height: 160px;
}

.form .form-container .submit-btn {
    display: flex;
    justify-content: center;
}

.form .form-container .submit-btn button {
    width: 180px;
    line-height: 50px;
    background-color: #f4f4f4;
    outline: none;
    border: none;
    margin-top: 60px;
    transition: background .3s ease;
}

.form .form-container .submit-btn button:hover {
    background-color: #00c85a;
}

.form .form-container .submit-btn button:hover span {
    color: #fff;
}

.form .form-container .submit-btn button span {
    font-size: 14px;
    color: #00c85a;
    text-decoration: underline;
    text-decoration-color: #00c85a;
    transition: color .3s ease;
}

@media screen and (max-width: 1200px) {
    .form .form-container .inputs {
        gap: 0;
        flex-wrap: wrap;
    }

    .inputs .input-feild {
        width: 100%;
        flex: 0 0 auto;
    }
}

.total-data {
    background-color: #03267f;
    position: relative;
    padding: 3rem 0;
}

.total-data .home-folha-1 {
    max-width: 186px !important;
    position: absolute;
    top: -120px;
    right: 0;
}

.total-data .home-folha-2 {
    max-width: 187px !important;
    position: absolute;
    top: auto;
    bottom: -110px;
    left: -66px;
    right: auto;
}

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

.total-data .total-data-content .estatistica-item {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 130%;
    flex: 1 0 0;
    border-right: 1px solid #1932c8;
    padding-left: 30px;
    padding-right: 30px;
}

.total-data .total-data-content .estatistica-item:nth-last-of-type(1) {
    border-right: none;
}

.total-data .total-data-content .estatistica-item .estatistica-heading-1 {
    color: #00c85a;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.1;
}

.total-data .total-data-content .estatistica-item .estatistica-heading-2 {
    color: #00c85a;
    font-size: 2.5rem;
    line-height: 1.2;
}

.total-data .total-data-content .estatistica-item .desc {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 130%;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .total-data .total-data-content {
        flex-wrap: wrap;
        gap: 20px 0;
    }

    .total-data .total-data-content .estatistica-item {
        flex: 0 1 50%;
    }

    .total-data .total-data-content .estatistica-item:nth-of-type(2n) {
        border-right: none;
    }

    .total-data .home-folha-1 {
        max-width: 160px !important;
        top: -80px;
    }
}

@media screen and (max-width: 960px) {
    .banner-video .banner-video-desc {
        padding-top: 0;
    }
    .banner-video .banner-video-desc .title {
        padding-top: 0;
        font-size: 2em;
    }

    .products_details .list ul li .text p {
        padding-left: 0;
    }

   .main_1280 .products1 .list .swiper-slide {
        height: auto !important;
        background-color: #0046ad;
    }

    .total-data .total-data-content .estatistica-item {
        width: 50%;
    }
}