* {
    padding: 0;
    margin: 0;
    font-family:"PingFang SC", "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', Microsoft YaHei;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
    font-weight: normal;
}
@font-face{
    font-family:'number';
    src:url('../fonts/impact-webfont.ttf');
}
html {
    font-size: 62.5%;
}
body {
    font-size: 12px;
    font-size: 1.2rem;
    color: #221817;
}
p {
    font-size: 14px;
    font-size: 1.4rem;
}
a {
    text-decoration: none;
    color: #272727;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

li {
    list-style: none;
}
button, input {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

i, em {
    font-style: normal;
}
img {
    max-width: 100%;
}
h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}
/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.f22,
.fb22 {
    font-size: 22px;
}

.f24,
.fb24 {
    font-size: 24px;
}
.f26,
.fb26 {
    font-size: 26px;
}
.f28,
.fb28 {
    font-size: 28px;
}
.f30,
.fb30 {
    font-size: 30px;
}
.f32,
.fb32 {
    font-size: 32px;
}
.f36,
.fb36 {
    font-size: 36px;
}
.f42,
.fb42 {
    font-size: 42px;
}
.f48,
.fb48 {
    font-size: 48px;
}
.f56,
.fb56 {
    font-size: 56px;
}
.f60,
.fb60 {
    font-size: 60px;
}.f64,
.fb64 {
    font-size: 64px;
}
.f68,
.fb68 {
    font-size: 68px;
}
.f72,
.fb72 {
    font-size: 72px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20,
.fb24,
.fb26,
.fb28,
.fb30,
.fb32,
.fb36,
.fb42,
.fb48,
.fb56,
.fb60,
.fb64,
.fb68,
.fb72 {
    font-weight: 700;
}

.wap_1{
    max-width: 1560px;
    margin: 0 auto;
}
.gray {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.flex_1{
    flex: 1;
}
.flex_2{
    flex:2;
}
.text_ol1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text_ol2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.display_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.display_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.display_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.display_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.display_column{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.display_flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cff{
    color: #fff;
}
.hover_img img{
    transform: scale(1);
    transition: ease 0.6s all;
}
.hover_img:hover img{
    transition: ease 0.6s all;
    transform: scale(1.1);
}
.back_1{
    background: #F2F3F5;
}
.dian_1{
    background: transparent;
    width: 100%;
    height: 70px;
}
/* 导航 */
.head_1{
    width: 100%;
    height: 100%;
}
.head_2{
    width: 50px;
    height: 50px;
}
.head_2 img{
    width: 100%;
    object-fit: contain;
}
.head_3{
    margin-left: auto;
    height: 100%;
    align-items: center;
}
.head_5{
    margin: 0px 20px;
}
.head_7{
    margin:0px 20px;
    height: 100%;
}
.head_8{
    position: relative;
    height: 100%;
    align-items: center;
    cursor: pointer;
}
.head_10{
    width: 20px;
    height: 20px;
}
.head_10 img{
    width: 100%;
    object-fit: contain;
}
.head_11{
    margin-left: 5px;
}
.head_12{
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px 1px #eee;
    padding: 0px 10px;
    left: 50%;
    top: 100%;
    width: 80px;
    transition: ease 0.6s all;
    transform: translate(-50%,0%) scale(0);
}
.head_12_1{
    height: 30px;
}
.head_13{
    width: 20px;
    margin-right: 5px;
}
.head_13 img{
    width: 100%;
    object-fit: contain;
}
.head_14{

}
.head_15{
    width: 36px;
    height: 36px;
    margin-left: 40px;
}
.head_15 img{
    width: 100%;
    object-fit: contain;
}
.head_8:hover .head_12{
    transition: ease 0.6s all;
    transform: translate(-50%,0%) scale(1);
}
/* 首页 */
.index_1{
    width: 100%;
}
.index_2{
    width: 100%;
    height: 936px;
    overflow: hidden;
    position: relative;
}
.index_2 .mySwiper_banner {
    width: 100%;
    height: 100%;
}
.index_3{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_4{
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.index_4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_5{
    position: relative;
    z-index: 2;
    height: 100%;
}
.index_7{
    margin-top: 20px;
}
.index_8{
    margin-top: 20px;
}
.index_9{
    margin-top: 40px;
}
.index_2 .swiper-button-next_banner::after{
    display: none;
}
.index_2 .swiper-button-next_banner{
    width: 60px;
    height: 60px;
    background: url(../images/icon_5.png) no-repeat;
    background-size: 100% 100%;
    right: 60px;
}
.index_2 .swiper-button-prev_banner::after{
    display: none;
}
.index_2 .swiper-button-prev_banner{
    width: 60px;
    height: 60px;
    background: url(../images/icon_4.png) no-repeat;
    background-size: 100% 100%;
    left: 60px;
}
.index_10{
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 55px;
    z-index: 2;
    cursor: pointer;
}
.index_11{
    width: 35px;
    margin: 0 auto;
}
.index_11 img{
    width: 100%;
    object-fit: contain;
}
.index_12{
    margin-top: 20px;
}
.index_13{
    margin-top: 140px;
}
.index_13_1{
    padding-bottom: 140px;
}
.index_14{
    text-align: center;
}
.index_14 h2{
    color: #221817;
}
.index_15{
    margin-top: 20px;
    text-align: center;
}
.index_15 p{
    color: #221817;
}
.index_16{
    margin-top: 80px;
    width: 100%;
    flex-wrap: wrap;
}
.index_17{
    margin-right: 30px;
    position: relative;
    height: 550px;
    max-width: 32%;
    margin-bottom: 30px;
    width: 100%;
}
.index_16 .index_17:nth-child(1){
    max-width: 66%;
    width: 100%;
}
.index_16 .index_17:nth-child(2){
    margin-right: 0px;
}
.index_16 .index_17:nth-last-child(1){
    margin-right: 0px;
}
.index_18{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.index_18 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_19{
    padding: 0px 40px;
    height: 100%;
    position: relative;
    z-index: 2;
    flex-direction: column;
    overflow: hidden;
}
.index_20{
    width: 100%;
    margin-top: 70px;
}
.index_20 h2{
    color: #221817;
}
.index_21{
    height: 40px;
    border-radius: 50px;
    border: 1px solid #29201E;
    padding: 0px 30px;
    width: 180px;
    justify-content: center;
    margin-top: 20px;
}
.index_21 a{
    color: #221817;
}
.index_21 img{
    width: 16px;
    height: 16px;
    margin-left: 10px;
}
.index_22{
    margin-left: auto;
    margin-top: 60px;
}
.index_22 img{
    height: 240px;
    object-fit: contain;
}
.index_23{
    margin-top: 140px;
    background: #F2F3F5;
    position: relative;
    width: 100%;
    height: 860px;
}
.index_24{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 180px;
    height: 100%;
    z-index: 0;
}
.index_24 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index_25{
    padding-top: 160px;
    position: relative;
    z-index: 1;
}
.index_26{
    max-width: 700px;
}
.index_27{
    align-items: baseline;
}
.index_28{
    width: 50px;
    margin-right: 15px;
}
.index_28 img{
    width: 100%;
    object-fit: contain;
}
.index_29 h2{
    color: #2C287C;
}
.index_30{
    margin-top: 30px;
}
.index_31 p{
    margin-top: 20px;
}
.index_32{
    margin-top: 30px;
}
.index_33{
    margin-top: 30px;
    display: inline-block;
    padding: 0px 35px;
    border-radius: 50px;
    height: 50px;
    border: 1px solid #221817;
}
.index_34{
    height: 100%;
}
.index_34 img{
    margin-left: 10px;
}
.index_35{
    position: relative;
    right: -60px;
}
.index_36{
    width: 100%;
    margin-bottom: 90px;
}
.index_35 .index_36:nth-last-child(1){
    margin-bottom: 0px;
}
.index_37{
    text-align: right;
    height: 120px;
    justify-content: space-evenly;
}
.index_38 p{
    color: #2C287C;
}
.index_39{
    max-width: 450px;
}
.index_40{
    margin-left: 40px;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 100px;
}
.index_40 img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.index_41{
    margin-top: 30px;
    text-align: center;
}
.index_41 img{
    width: 47px;
    margin: 0 auto;
    object-fit: contain;
}
.index_42{
    width: 100%;
    margin-top: 80px;
    height: 220px;
    position: relative;
}
.index_42 .mySwiper_factory{
    height: 100%;
    overflow: hidden;
}
.index_43{
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.index_44{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.index_44 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_45{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.index_46{
    position: absolute;
    z-index: 3;
    left: 0px;
    padding: 0px 12px;
    height: 60px;
    align-items: center;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to top, rgba(44, 40, 124, 0.9), rgba(51, 51, 51, 0));
}
.index_42 .swiper-button-next_factory::after{
    display: none;
}
.index_42 .swiper-button-next_factory{
    background: url(../images/icon_11.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    right: 0px;
    transform: translate(50%, 0px);
}
.index_42 .swiper-button-prev_factory::after{
    display: none;
}
.index_42 .swiper-button-prev_factory{
    background: url(../images/icon_10.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    left: -60px;
    transform: translate(50%, 0px);
}
.index_47{
    width: 100%;
    background: #F2F3F5;
    padding: 100px 0px 140px;
}
.index_48{
    width: 100%;
}
.index_49{
    margin-top: 50px;
    padding: 20px 0px;
    background: #fff;
    flex-wrap: wrap;
}
.index_50{
    max-width: 25%;
    height: 300px;
    width: 100%;
    margin-bottom: 15px;
}
.index_50 img{
    height: 100%;
    object-fit: contain;
}
/* 底部 */
.foot_1{
    width: 100%;
    background: #1E1D40;
}
.foot_2{
    padding: 60px 0 120px;
    align-items: flex-start;
}
.foot_3{
    max-width: 360px;
    margin-right: 100px;
}
.foot_4{
    width: 50px;
}
.foot_4 img{
    width: 100%;
    object-fit: contain;
}
.foot_5{
    margin-top: 20px;
}
.foot_6{
    margin-top: 10px;
}
.foot_8{
    margin-top: 15px;
}
.foot_9{
    margin-bottom: 10px;
}
.foot_10{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.foot_10 img{
    width: 100%;
}
.foot_11{
    opacity: 0.8;
}
.foot_2 .foot_3:nth-last-child(1){
    margin-right: 0%;
}
.foot_12{
    width: 100%;
    border-top: 1px solid #353453;
}
.foot_13{
    height: 60px;
}
.foot_13 p{
    opacity: 0.8;
}
/* 公共banner */
.comm_banner_1{
    width: 100%;
    position: relative;
    height: 750px;
}
.comm_banner_2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.comm_banner_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comm_banner_2_1{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.comm_banner_2_1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comm_banner_3{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    position: absolute;
    width: 100%;
}
.comm_banner_3 img{
    margin-top: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.comm_banner_4{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.2);
    height: 60px;
    z-index: 2;
}
.comm_banner_5{
    width: 100%;
    height: 100%;
}
.comm_banner_6{
    height: 100%;
    transition: ease 0.6s all;
    background: transparent;
    cursor: pointer;
}
.comm_banner_6_active{
    transition: ease 0.6s all;
    background: linear-gradient(to top, rgba(44, 40, 124, 0.9), rgba(51, 51, 51, 0));
}
.about_1{
    margin-top: 120px;
}
.about_2 .index_26{
    max-width: 100%;
}
.about_2 .index_31 h2{
    color: #2C287C;
}
.about_2 .index_31 p{
    color: #2C287C;
    margin-top: 0px;
}
.about_3{
    margin-top: 100px;
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
}
.about_4{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.about_4 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_5{
    height: 120px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    box-shadow: 0 0 5px 1px #eee;
    width: 100%;
}
.about_6{
    height: 100%;
    align-items: center;
}
.about_6_1{
    height: 100%;
    background: transparent;
    transition: ease 0.6s all;
    padding-left: 30px;
}
.about_6_1_active{
    background: #2C287C;
    transition: ease 0.6s all;
}
.about_7{
    align-items: baseline;
}
.about_8_1{
    padding: 120px 0px;
    background: #F2F3F5;
}
.about_9{
    width: 100%;
}
.about_11{
    margin-left: auto;
}
.about_11 p{
    padding: 0px 30px;
    border-bottom: 2px solid transparent;
    transition: ease 0.6s all;
    line-height: 42px;
}
.about_11 .about_11_active{
    border-bottom: 2px solid #2C287C;
    transition: ease 0.6s all;
    font-weight: 600;
}
.about_12{
    margin-top: 60px;
}
.about_12_1{
    position: relative;
}
.about_12_1 .mySwiper{
    overflow: hidden;
}
.about_12_1 .mySwiper .swiper-wrapper{
    height: auto;
}
.about_12_1 .swiper-pagination{
    top: 120%;
    width: 90%;
    left: 50%;
    transform: translate(-50%,0%);
}
.about_12_1 .swiper-pagination-progressbar-fill{
    background: #2C287C;
}
.about_12_1 .swiper-button-next::after{
    display: none;
}
.about_12_1 .swiper-button-next{
    background: url(../images/icon_16.png) no-repeat;
    background-size: 100% 100%;
    width: 7px;
    height: 14px;
    top: 125%;
}
.about_12_1 .swiper-button-prev::after{
    display: none;
}
.about_12_1 .swiper-button-prev{
    background: url(../images/icon_17.png) no-repeat;
    background-size: 100% 100%;
    width: 7px;
    height: 14px;
    top: 125%;
}
.about_13{
    height: 320px;
    position: relative;
    overflow: hidden;
}
.about_14{
    width: 100%;
    position: relative;
    height: 100%;
}
.about_14 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_15{
    width: 100%;
    height: 70px;
    background: linear-gradient(to top, rgba(44, 40, 124, 0.9), rgba(51, 51, 51, 0));
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.about_16{
    padding: 160px 0px;
}
.about_17{
    height: 510px;
}
.about_18{
    height: 100%;
    position: relative;
}
.about_19{
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.about_19 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_20{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.about_22{
    margin: 30px auto 0px;
}
.about_23{
    width: 175px;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 50px;
}
.about_23 img{
    width: 16px;
    height: 16px;
}
/* 证书 */
.honor_1{
    width: 100%;
    padding-top: 160px;
}
.honor_2{
    width: 100%;
    padding-bottom: 30px;
}
.honor_3{
    width: 100%;
}
.honor_4{
    position: relative;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 160px;
}
.honor_4 .swiper .swiper-wrapper{
    height: auto;
}
.honor_5{
    background: #333333;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 520px;
}
.honor_6{
    position: absolute;
    width: 280px;
    height: 250px;
    top: -100px;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 0;
}
.honor_7{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.honor_7 img{
    max-width: 80%;
    width: 100%;
    object-fit: contain;
    max-height: 500px;
}
.honor_4 .swiper-button-next::after{
    display: none;
}
.honor_4 .swiper-button-next{
    background: url(../images/icon_11.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    right: -60px;
    transform: translate(-50%, -50%);
    top: 45%;
}
.honor_4 .swiper-button-prev::after{
    display: none;
}
.honor_4 .swiper-button-prev{
    background: url(../images/icon_10.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    left: -60px;
    transform: translate(50%, -50%);
    top: 45%;
}
.pop_1{
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: ease 0.6s all;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 999;
    transform: scale(0);
}
.pop_1_actice{
    transform: scale(1);
    transition: ease 0.6s all;
}
.pop_2{
    max-width: 800px;
    max-height: 80vh;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    min-width: 500px;
}
.pop_2 img{
    width: 100%;
}
.conpany_1{
    width: 100%;
    background: #fff;
    padding: 80px 110px;
}
.conpany_1 img{
    width: 100%;
    object-fit: contain;
}
/* 产品列表 */
.pro_list_1{
    width: 100%;
    margin-top: 80px;
    align-items: flex-start;
    padding-bottom: 30px;
}
.pro_list_2{
    width: 300px;
    margin-right: 30px;
}
.pro_list_3{
    width: 100%;
}
.pro_list_4{
    border-top: 1px solid #E5E6EB;
    line-height: 60px;
    cursor: pointer;
}
.pro_list_4 h2{
    transition: ease 0.6s all;
}
.pro_list_3_active .pro_list_4 h2{
    color: #2C287C;
    transition: ease 0.6s all;
}
.pro_list_5{
    width: 100%;
    padding-bottom: 15px;
    display: none;
}
.pro_list_6{
    height: 40px;
    align-items: center;
}
.pro_list_6 span{
    width: 20px;
}
.pro_list_7{
    width: 100%;
    flex-wrap: wrap;
}
.pro_list_8{
    width: 32%;
    margin-right: 2%;
    height: 520px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
    padding: 40px 20px 0px;
    cursor: pointer;
    display: block;
}
.pro_list_7 .pro_list_8:nth-child(3n){
    margin-right: 0%;
}
.pro_list_9{
    width: 100%;
    height: 350px;
}
.pro_list_9 img{
    max-width: 100%;
    object-fit: contain;
    height: 100%;
}
.pro_list_10{
    margin-top: 20px;
    text-align: center;
}
.pro_list_12{
    margin: 10px auto 0px;
    border: 2px solid #221817;
    width: 90px;
    height: 36px;
    border-radius: 50px;
}

/* 产品详情 */
.product_detail_1{
    margin-top: 60px;
}
.product_detail_2{
    margin-top: 40px;
    align-items: flex-start;
}
.product_detail_3{
    width: 850px;
    align-items: flex-start;
}
.product_detail_4{
    width: 110px;
    margin-right: 20px;
}
.product_detail_4 .mySwiper_pro_detail .swiper-wrapper{
    width: 100%;
    display: flex;
    flex-direction:column;
}
.product_detail_4 .mySwiper_pro_detail .swiper-wrapper .swiper-slide{
    width: 100% !important;
}
.product_detail_5{
    width: 110px;
    height: 110px;
    border: 1px solid #EEEEEE;
    transition: ease 0.6s all;
    margin-bottom: 20px;
    background: #fff;
    padding: 0px 10px;
}
.product_detail_4 .mySwiper_pro_detail .swiper-slide-thumb-active .product_detail_5{
    border: 1px solid #2C287C;
    transition: ease 0.6s all;
}
.product_detail_5 img{
    width: 100%;
    object-fit: cover;
}
.product_detail_6{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.product_detail_7{
    width: 100%;
    padding: 0px 20px;
    height: 720px;
    background: #fff;
}
.product_detail_7 img{
    width: 100%;
    object-fit: contain;
}
.product_detail_6 .swiper-button-next_pro_detail{
    background: url(../images/icon_56.png) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    bottom: 20px;
    top: auto;
}
.product_detail_6 .swiper-button-next_pro_detail::after{
    display: none;
}
.product_detail_6 .swiper-button-prev_pro_detail{
    background: url(../images/icon_57.png) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    bottom: 20px;
    left: auto;
    top: auto;
    right: 50px;
}
.product_detail_6 .swiper-button-prev_pro_detail::after{
    display: none;
}
.product_detail_8{
    margin-left: 80px;
}
.product_detail_9{
    width: 100%;
}
.product_detail_9 h2{
    color: rgba(34, 35, 37, 1);
}
.product_detail_10{
    width: 100%;
    margin: 15px 0px;
}
.product_detail_10 p{
    display: inline-block;
    border: 1px solid rgba(34, 35, 37, 1);
    line-height: 32px;
    padding: 0px 16px;
    text-align: center;
    border-radius: 50px;
}
.product_detail_11{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
}
.product_detail_11 p{
    color: rgba(34, 35, 37, 1);
}
.product_detail_12{
    padding-top: 20px;
    border-top: 1px solid rgba(216, 216, 216, 1);
}
.product_detail_13{
    width: 100%;
    margin-bottom: 10px;
}
.product_detail_14{
    width: 100%;
}
.product_detail_14 h2{
    color: rgba(51, 51, 51, 1);
}
.product_detail_15{
    width: 100%;
}
.product_detail_15 p{
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}
.product_detail_16{
    width: 100%;
    flex-wrap: wrap;
}
.product_detail_17{
    width: 190px;
    margin-right: 20px;
    border: 1px solid rgba(34, 35, 37, 1);
    border-radius: 50px;
    height: 42px;
    background: #fff;
}
.product_detail_17_1{
    background: rgba(34, 35, 37, 1);
}
.product_detail_18{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.product_detail_18 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product_detail_19 p{
    color: rgba(34, 35, 37, 1);
}
.product_detail_17_1 .product_detail_19 p{
    color: #fff;
}
.product_detail_20{
    width: 100%;
    margin-top: 60px;
}
.product_detail_21{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.product_detail_21 h2{
    line-height: 54px;
    color: rgba(34, 35, 37, 1);
}
.product_detail_22{
    margin: 60px 0px 90px;
}
.product_detail_23{
    width: 23%;
    margin-right: 2.3%;
}
.product_detail_24{
    width: 100%;
    height: 330px;
}
.product_detail_24 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_detail_25{
    margin-top: 20px;
}
.product_detail_25 h2{
    color: rgba(34, 35, 37, 1);
}
.product_detail_26 {
    width: 100%;
    margin-top: 8px;
}
.product_detail_26 p{
    color: rgba(134, 144, 156, 1);
}
.product_detail_22 .product_detail_23:nth-last-child(1){
    margin-right: 0%;
}
.pro_data_1{
    padding: 60px 0px 120px;
}
.pro_data_2{
    margin-top: 80px;
}
.pro_data_2 a{
    line-height: 50px;
    padding: 0px 36px;
    background: #2C287C;
    display: inline-block;
}
/* 新闻列表 */
.news_list_1{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
}
.news_list_2{
    width: 100%;
    transition: ease 0.6s all;
    box-shadow: 0 0 10px 1px transparent;
    padding: 80px 0px;
    align-items: flex-start;
}
.news_list_4 h2{
    color: #666666;
}
.news_list_5 p{
    color: #666666;
}
.news_list_6{
    margin-left: 100px;
}
.news_list_7{
    width: 100%;
}
.news_list_7 h2{
    transition: ease 0.6s all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
    overflow: hidden;
}
.news_list_8{
    width: 100%;
    margin-top: 12px;
}
.news_list_8 p{
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
}
.news_list_9{
    margin-top: 40px;
    border: 2px solid #2C287C;
    height: 56px;
    border-radius: 50px;
    align-items: center;
    width: 180px;
    justify-content: center;
}
.news_list_9 p{
    color: #2C287C;
}
.news_list_9 img{
    margin-left: 5px;
    width: 14px;
}
.news_list_10{
    width: 480px;
    height: 280px;
    margin-left: 200px;
}
.news_list_2:hover{
    padding:80px;
    transition: ease 0.6s all;
    box-shadow: 0 0 10px 1px #eee;
}
.news_list_2:hover .news_list_7 h2{
    color: #2C287C;
    transition: ease 0.6s all;
}
/* 新闻详情 */
.news_data_1{
    width: 100%;
    margin-top: 100px;
    padding-bottom: 100px;
}
.news_data_2{
    width: 100%;
    max-width: 950px;
}
.news_data_3{
    text-align: center;
}
.news_data_3 h2{
    color: #221817;
}
.news_data_4{
    text-align: center;
    margin-top: 40px;
}
.news_data_4 p{
    color: #666666;
}
.news_data_5{
    background: #F7F8FA;
    margin-top: 40px;
}
.news_data_6{
    padding: 20px;
}
.news_data_7{
    background: #F2F3F5;   
    align-items: center;
    height: 60px;
    padding: 0px 20px;
}
.process_1{
    width: 100%;
    margin-top: 30px;
}
.process_1 p{
    color: #2C287C;
}
/* 工厂 */
.service_1{
    margin-top: 80px;
    flex-wrap: wrap;
}
.service_2{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    align-items: flex-start;
}
.service_2::after{
    position: absolute;
    width: 0px;
    height: 2px;
    background: #221817;
    content: '';
    left: 0px;
    bottom: 0px;
    transition: ease 0.6s all;
}
.service_2:hover::after{
    transition: ease 0.6s all;
    width: 100%;
}

.service_1 .service_2:nth-child(3n){
    margin-right: 0%;
}
.service_3{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.service_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_4 h2{
    line-height: 60px;
    margin-right: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 20px;
}
.service_4 img{
    width: 24px;
    height: 24px;
    transition: ease 0.6s all;
    transform: scale(0);
    margin-left: auto;
}
.service_2:hover .service_4 img{
    transition: ease 0.6s all;
    transform: scale(1);
}

.plastic_1{
    width: 100%;
    background: #EDEDF9;
    height: 270px;
}
.plastic_2{
    width: 100%;
    height: 100%;
}
.plastic_3{
    text-align: center;
}
.plastic_3 h2{
    color: #2C287C;
}
.plastic_4{
    width: 100%;
    margin-top: 30px;
}
.plastic_5{
    padding: 80px 0px 160px;
}
.plastic_6{
    max-width: 1160px;
    align-items: flex-start;
}
.plastic_6_2{
    width: 500px;
    margin-left: 20px;
}
.plastic_7{
    width: 100%;
}
.plastic_7 p{
    line-height: 26px;
}
.plastic_8{
    width: 100%;
}
.plastic_9{
    margin-top: 40px;
    align-items: flex-start;
}
.plastic_10{
    margin-right: 60px;
}
.plastic_11{
    width: 100%;
}
.plastic_11 h2{
    line-height: 48px;
}
.plastic_12{
    margin-top: 10px;
}
.plastic_12 p{
    line-height: 28px;
}
.plastic_13{
    width: 540px;
}
.plastic_13 img{
    width: 100%;
    object-fit: cover;
}
/* 联系我们 */
.y_contact_us_1{
    width: 100%;
    /* background: #efefef; */
    /* margin-top: 100px; */
    display: flex;
    flex-direction: row-reverse;
}
.y_contact_us_2{
    max-width: calc(100% - 200px);
    height: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.y_contact_us_3{
    max-width: 670px;
    width: 100%;
    padding-right: 10px;
}
.y_contact_us_4{
    width: 100%;
}
.y_contact_us_4 h2{
    font-size: 48px;
    color: #000;
    font-weight: 600;
}
.y_contact_us_5{
    margin-top: 50px;
}
.y_contact_us_6{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.y_contact_us_7{
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_contact_us_7 img{
    object-fit: cover;
}
.y_contact_us_8 p{
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.y_contact_us_9{
    width: 900px;
    height: 100%;
}
/* 联系我们 */
.contact_1{
    width: 100%;
}
.contact_2{
    width: 100%;
    margin-top: 30px;
}
.contact_2 p{
    line-height: 28px;
}
.contact_3{
    width: 100%;
    flex-wrap: wrap;
}
.contact_4{
    height: 110px;
    border-bottom: 1px solid #E5E6EB;
    align-items: center;
}
.contact_4_1{
    width: 100%;
}
.contact_4_2{
    width: 50%;
}
.contact_5{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.contact_5 img{
    width: 100%;
    object-fit: contain;
}
.contact_6{
    height: 100%;
}
.contact_8{
    margin-top: 10px;
}
.contact_9{
    padding: 120px 0px;
}
.contact_10{
    width: 100%;
}
.contact_10 h2{
    color: #333333;
}
.contact_11{
    width: 100%;
    margin-top: 30px;
}
.contact_11 p{
    line-height: 28px;
}
.contact_12{
    width: 100%;
    margin-top: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 60px;
}
.contact_13{
    flex-wrap: wrap;
}
.contact_14{
    margin-right: 2%;
    width: 100%;
    margin-bottom: 30px;
}
.contact_14_1{
    margin-right: 0%;
}
.contact_14_2{
    width: 49%;
}
.contact_15{
    width: 100%;
}
.contact_16{
    width: 100%;
    margin-top: 10px;
}
.contact_16 input{
    padding-left: 20px;
    border: 1px solid #E5E6EB;
    line-height: 50px;
    height: 50px;
    width: 100%;
}
.contact_16 textarea{
    padding-left: 20px;
    border: 1px solid #E5E6EB;
    line-height: 26px;
    height: 50px;
    width: 100%;
    height: 110px;
}
.contact_17{
    margin-top: 30px;
}
.contact_18{
    width: 100px;
    text-align: center;
    line-height: 50px;
    background: #2C287C;
    margin-right: 20px;
    margin-left: auto;
}
.contact_19{
    width: 100px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.y_page ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.y_page ul li a{
    margin-right: 6px;
    min-width: 30px;
    width: auto;
    padding: 0px 10px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
    display: block;
    color: #3f3f3f;
    border: 1px solid #b5b5b5;
    text-align: center;
    border-radius: 5px;
}
.y_page ul li span{
    margin-right: 6px;
    min-width: 30px;
    width: auto;
    padding: 0px 10px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
    display: block;
    color: #3f3f3f;
    border: 1px solid #b5b5b5;
    text-align: center;
    border-radius: 5px;
}
.y_page ul .active a{
    background: #2c287c;
    border: 1px solid #2c287c;
    color: #fff;
}
.product_list_11 p:nth-last-child(1){
    display: none;
}

/* 搜索弹窗 */
.y_search_1{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}
.y_search_2{
    position: fixed;
    z-index: 101;
    max-width: 1500px;
    width: 100%;
    height: 180px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 3px solid rgb(170, 170, 170);
    display: none;
}

.y_search_3 h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.y_search_4{
    margin-bottom: 10px;
    margin-top: 10px;
}
.y_search_4 input{
    line-height: 40px;
    width: 100%;
    background: #f2f2f2;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    height: 40px;
}
.y_search_4 input::placeholder{
    color: #cecece;
}
.y_search_5{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.y_search_5 p{
    padding: 15px;
    line-height: 16px;
    background: transparent;
    transition: ease 0.5s all;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}
.y_search_5 p:hover{
    background: #f2f2f2;
    transition: ease 0.5s all;
}
.y_search_5 input{
    padding: 15px;
    line-height: 16px;
    background: transparent;
    transition: ease 0.5s all;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}
.y_search_5 input:hover{
    background: #f2f2f2;
    transition: ease 0.5s all;
}
.y_search_8{
    padding: 0px 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}
.y_search_8>div{
    width: 100%;
}
/* 搜索弹窗 */
.banner_phone{
    display: none;
}
.tx_img_1{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    display: none;
}
.tx_img_1 img{
    width: 80%;
    max-height: 80vh;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pop_wx_1{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}
.pop_wx_1 img{
    max-width: 500px;
    object-fit: contain;
}
.pop_wx_2{
    width: 100%;
    height: 100%;
}
.pop_play_1{
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    cursor: pointer;
}
.pop_play_2{
    width: 100%;
    z-index: 999;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    display: none;
}
.pop_play_3{
    width: 100%;
    height: 100%;
}
.pop_play_3 video{
    width: 100%;
    max-width: 1280px;
    object-fit: contain;
}
.pop_play_4{
    position: fixed;
    top: 50px;
    right: 50px;
}
.pop_play_4 img{
    width: 40px;
    object-fit: contain;
    cursor: pointer;
}
@media (max-width: 1660px){
    .wap_1{
        max-width: 1440px;
    }
    .index_17{
        max-width: 31%;
    }
    .index_16 .index_17:nth-child(1){
        max-width: 64%;
    }
    .index_35{
        right: 0px;
    }

}
@media (max-width: 1440px){
    .wap_1{
        max-width: 1200px;
    }
}
@media (max-width: 1200px){
    .wap_1{
        max-width: 1100px;
    }
    .index_22 img{
        height: 200px;
    }
    .index_26{
        max-width: 500px;
    }
    .foot_3{
        max-width: 300px;
        margin-right: 50px;
    }
    .honor_1{
        padding-top: 100px;
    }
    .product_detail_3{
        width: 600px;
    }
    .news_list_10{
        margin-left: 100px;
        width: 420px;
        height: 220px;
    }
    .y_contact_us_3{
        max-width: 470px;
    }
}

@media (max-width: 780px){
    .wap_1{
        max-width: 95%;
    }

    .f72, .fb72{
        font-size: 40px;
    }
    .f68, .fb68{
        font-size: 36px;
    }
    .f64, .fb64{
        font-size: 35px;
    }
    .f60, .fb60{
        font-size: 34px;
    }
    .f56, .fb56{
        font-size: 32px;
    }
    .f48, .fb48{
        font-size: 30px;
    }
    .f42, .fb42{
        font-size: 28px;
    }
    .f36, .fb36{
        font-size: 26px;
    }
    .f30, .fb30{
        font-size: 24px;
    }
    .f28, .fb28{
        font-size: 22px;
    }
    .f26, .fb26{
        font-size: 21px;
    }
    .f24, .fb24{
        font-size: 20px;
    }
    .f22, .fb22{
        font-size: 18px;
    }
    .f18, .fb18{
        font-size: 16px;
    }
    .f16, .fb16{
        font-size: 14px;
    }
    .head_4{
        display: none;
    }
    .foot_2{
        flex-wrap: wrap;
    }
    .header{

    }
    .head_0{
        display: flex;
        align-items: center;
    }
    .header #navToggle span{
        margin-top: 24px;
    }
    .index_2{
        height: 600px;
    }
    .index_9{
        margin-top: 40px;
    }
    .index_13{
        margin-top: 40px;
    }
    .index_17{
        margin-right: 2%;
        max-width: 49% !important;
        height: 450px;
    }
    .index_16 .index_17:nth-child(2n){
        margin-right: 0%;
    }
    .index_22 img{
        height: 150px;
    }
    .index_23{
        margin-top: 40px;
        height: 600px;
    }
    .index_24{
        display: none;
    }
    .index_25{
        flex-wrap: wrap ;
        padding-top: 30px;
    }
    .index_26{
        max-width: 100%;
    }
    .index_30{
        margin-top: 0px;
    }
    .index_31 p{
        margin-top: 0px;
    }
    .index_32{
        margin-top: 10px;
    }
    .index_33{
        margin-top: 10px;
    }
    .index_35{
        flex-direction: row;
        margin-top: 20px;
    }
    .index_36{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0px;
    }
    .index_37{
        text-align: center;
    }
    .index_40{
        margin-left: 0px;
        width: 60px;
        height: 60px;
    }
    .index_40 img{
        width: 30px;
        height: 30px;
    }
    .index_13_1{
        padding-bottom: 40px;
    }
    .index_47{
        padding: 20px 0px 40px;
    }
    .index_49{
        margin-top: 20px;
    }
    .index_50{
        max-width: 50%;
    }
    .foot_2{
        padding: 20px 0 20px;
    }
    .foot_3{
        margin-top: 20px;
        max-width: 50%;
    }
    .foot_3_1{
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
        margin-top: 0px;
    }
    .foot_5{
        margin-top: 10px;
    }
    .index_9{
        display: none;
    }
    .comm_banner_1{
        height: 400px;
    }
    .about_1{
        margin-top: 40px;
    }
    .about_3{
        margin-top: 30px;
        height: 400px;
    }
    .about_5{
        height: 100%;
    }
    .about_6{
        max-width: 100%;
        flex-wrap: wrap;
    }
    .about_6_1 {
        width: 50%;
        flex: none;
        height: 50%;
        padding-left: 0px;
        text-align: center;
    }
    .about_7{
        justify-content: center;
    }
    .about_8_1{
        padding: 40px 0px;
    }
    .about_9 {
        flex-wrap: wrap;
    }
    .about_11{
        margin: 20px 0px 0px;
        overflow-x: scroll;
        display: -webkit-box;
    }
    .about_12{
        margin-top: 20px;
    }
    .about_16{
        padding: 60px 0px;
    }
    .about_17 {
        height: 400px;
    }
    .honor_1 {
        padding-top: 50px;
    }
    .honor_4{
        margin-top: 40px;
        padding-bottom: 60px;
    }
    .honor_5{
        height: 400px;
    }
    .honor_7 img{
        max-width: 60%;
    }
    .conpany_1{
        padding: 30px;
    }
    .pro_list_1 {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .pro_list_2{
        width: 100%;
    }
    .product_detail_2{
        flex-wrap: wrap;
    }
    .product_detail_3{
        width: 100%;
    }
    .news_list_2{
        padding: 30px 0px;
    }
    .news_list_2:hover{
        padding: 30px;
    }
    .news_list_3{
        display: none;
    }
    .news_list_6{
        margin-left: 0px;
    }
    .news_list_10{
        margin-left: 50px;
        width: 260px;
        height: 200px;
    }
    .plastic_13{
        width: 280px;
    }
    .y_contact_us_2{
        max-width: calc(100%);
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
   
    .f16, .fb16 {
        font-size: 12px;
    }
    .f18, .fb18{
        font-size: 13px;
    }
    .f20, .fb20 {
        font-size: 13px;
    }
    .f22, .fb22 {
        font-size: 14px;
    }
    .f24, .fb24 {
        font-size: 15px;
    }
    .f26, .fb26{
        font-size: 16px;
    }
    .f28, .fb28{
        font-size: 16px;
    }
    .f30, .fb30{
        font-size: 17px;
    }
    .f36, .fb36{
        font-size: 18px;
    }
    .f42, .fb42{
        font-size: 20px;
    }
    .f48, .fb48{
        font-size: 22px;
    }
    .f56, .fb56{
        font-size: 23px;
    }
    .f60, .fb60{
        font-size: 24px;
    }
    .f68, .fb68{
        font-size: 26px;
    }
    .f72, .fb72{
        font-size: 30px;
    }
    .index_2{
        height: 500px;
    }

    .index_42 .swiper-button-next_factory{
        right: 30px;
    }
    .index_11{
        width: 25px;
    }
    .index_12 {
        margin-top: 10px;
    }
    .index_13{
        margin-top: 20px;
    }
    .index_15{
        margin-top: 10px;
    }
    .index_16{
        margin-top: 20px;
    }
    .index_17{
        height: 300px;
    }
    .index_19{
        padding: 0px 20px;
    }
    .index_20{
        margin-top: 20px;
    }
    .index_21{
        height: 30px;
        padding: 0px 0px;
        width: 120px;
    }
    .index_22 img{
        height: 130px;
    }
    .index_22{
        margin-top: 10px;
    }
    .index_23{
        margin-top: 20px;
        height: auto;
    }
    .index_33{
        padding: 0px 20px;
        height: 30px;
    }
    .index_35{
        flex-wrap: wrap;
    }
    .index_36{
        padding-bottom: 15px;
    }
    .index_37{
        height: 90px;
    }
    .index_41{
        margin-top: 10px;
    }
    .index_42{
        margin-top: 20px;
        height: 220px;
    }
    .index_50{
        height: 100px;
    }
    .foot_3{
        max-width: 100%;
        width: 100%;
    }
    .comm_banner_3 img{
        margin-top: 20px;
        width: 40px;
        height: 40px;
    }
    .about_1 {
        margin-top: 20px;
    }
    .about_3{
        height: 300px;
    }
    .about_8_1{
        padding: 20px 0px;
    }
    .about_11{
        margin: 10px 0px 0px;
    }
    .about_12 {
        margin-top: 10px;
    }
    .about_13{
        height: 280px;
    }
    .about_12_1 .swiper-pagination{
        top: 115%;
        width: 80%;
    }
    .about_12_1 .swiper-button-next{
        top: 121%;
    }
    .about_12_1 .swiper-button-prev{
        top: 121%;
    }
    .about_17{
        height: 300px;
    }
    .about_16{
        padding: 50px 0px 20px;
    }
    .about_23{
        width: 130px;
        height: 30px;
    }
    .honor_1{
        padding-top: 20px;
    }
    .honor_4{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .honor_4 .swiper-button-prev{
        left: -20px;
        top: 54%;
    }
    .honor_4 .swiper-button-next{
        right: -20px;
        top: 54%;
    }
    .pop_2{
        min-width: 300px;
    }
    .conpany_1{
        padding: 10px;
    }
    .pro_list_8{
        width: 49%;
        height: 320px;
        padding: 20px 10px 0px;
        margin-bottom: 10px;
    }
    .pro_list_9{
        height: 200px;
    }
    .pro_list_7 .pro_list_8:nth-child(3n){
        margin-right: 2%;
    }
    .pro_list_7 .pro_list_8:nth-child(2n){
        margin-right: 0%;
    }
    .pro_list_12{
        width: 80px;
        height: 28px;
    }
    .product_detail_24{
        height: 180px;
    }
    .product_detail_25 {
        margin-top: 10px;
    }
    .product_detail_1{
        margin-top: 10px;
    }
    .product_detail_2{
        margin-top: 10px;
    }
    .product_detail_17{
        width: 140px;
        height: 30px;
    }
    .product_detail_21 h2{
        line-height: 40px;
    }
    .product_detail_4{
        width: 90px;
        margin-right: 10px;
    }
    .product_detail_5{
        margin-bottom: 10px;
    }
    .product_detail_1 .product_list_11 {
        justify-content: flex-start;
    }
    .product_detail_5{
        width: 70px;
        height: 70px;
    }
    .product_detail_7{
        height: 300px
    }
    .product_detail_8{
        margin-left: 0px;
        margin-top: 20px;
    }
    .pro_data_2{
        margin-top: 30px;
    }
    .pro_data_1{
        padding: 75px 0px 20px;
    }
    .pro_data_2 a{
        line-height: 40px;
        padding: 0px 30px;
    }
    .news_list_2{
        padding: 15px 0px;
    }
    .news_list_2:hover{
        padding: 15px;
    }
    .news_list_9{
        height: 34px;
        width: 120px;
        margin-top: 10px;
        border: 1px solid #2C287C;
    }
    .news_list_10{
        margin-left: 20px;
        width: 160px;
        height: auto;
    }
    .news_data_1{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .news_data_4{
        margin-top: 10px;
    }
    .news_data_5{
        margin-top: 20px;
    }
    .service_1{
        margin-top: 20px;
    }
    .service_2{
        width: 49%;
        margin-bottom: 20px;
    }
    .service_1 .service_2:nth-child(3n){
        margin-right: 2%;
    }
    .service_1 .service_2:nth-child(2n){
        margin-right: 0%;
    }
    .service_4 h2{
        line-height: 40px;
    }
    .service_4 img{
        width: 18px;
        height: 18px;
    }
    .plastic_1{
        height: 150px;
    }
    .plastic_4{
        margin-top: 10px;
    }
    .plastic_5{
        padding: 20px 0px;
    }
    .plastic_7 p {
        line-height: 20px;
    }
    .plastic_9 {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .plastic_10{
        margin-right: 0px;
    }
    .plastic_11 h2 {
        line-height: 30px;
    }
    .plastic_12 p {
        line-height: 22px;
    }
    .plastic_13{
        width: 100%;
        height: 200px;
    }
    .plastic_13 img{
        height: 100%;
    }
    .y_contact_us_2{
        flex-wrap: wrap;
        height: auto;
    }
    .y_contact_us_4{
        margin-top: 10px;
        padding-bottom: 0px;
    }
    .y_contact_us_4 h2{
        font-size: 24px;
    }
    .y_contact_us_5{
        margin-top: 10px;
    }
    .y_contact_us_6{
        margin-bottom: 10px;
    }
    .y_contact_us_8 p{
        font-size: 14px;
    }
    .y_contact_us_9{
        width: 100%;
        height: 300px;
        padding-bottom: 20px;
    }
    .contact_4_2{
        width: 100%;
    }
    .contact_2{
        margin-top: 10px;
    }
    .contact_4{
        height: 90px;
    }
    .contact_5{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .contact_9{
        padding: 20px 0px;
    }
    .contact_11{
        margin-top: 10px;
    }
    .contact_12{
        margin-top: 20px;
        padding: 10px;
    }
    .contact_14{
        margin-right: 0%;
        margin-bottom: 10px;
    }
    .contact_14_2{
        width: 100%;
    }
    .contact_16 input{
        height: 34px;
    }
    .contact_17{
        margin-top: 10px;
    }
    .contact_18{
        line-height: 32px;
    }
    .contact_19{
        line-height: 32px;
    }
    .banner_phone{
        display: block !important;
    }
    .banner_pc{
        display: none;
    }
}