body {
    background-color: #fff;
}

.p100 {
    padding: 100px 0;
}

.container_1440 {
    max-width: 1440px;
    margin: auto;
}

.container_title {
    color: #fff;
}

.container_title>h3 {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
}

.container_title>p {
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    position: relative;
    padding-top: 5px;
}

.container_title>p::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 2px;
    width: 120%;
    background-color: #fff;
}

.zz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #676767;
    opacity: 0.5;
}

.banner_container {
    background-size: 100% 100%;
    overflow: hidden;
}

.banner_title {
    margin: 80px 0 85px;
}

.banner_title>h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 25px;
    color: #ffffff;
}

.banner_title>p {
    font-size: 30px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 12px 0 0;
}

.banner_desc {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 55px;
}

.banner_desc>img {
    position: relative;
    top: -5px;
}

.banner_desc>div {
    width: 50%;
    text-align: right;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.banner_desc>div>p:first-child {
    margin-bottom: 5px;
}

.crumb_container {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.crumb_container p,
.crumb_container p a {
    letter-spacing: 1px;
    color: #686868;
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
}

.crumb_container>.container_1440>div {
    display: inline-block;
}

.crumb_container p a:last-child {
    color: #0054ac;
}

.page_container_title {
    color: #0054ac;
}

.page_container_title>h3 {
    font-size: 52px;
    font-weight: bold;
    margin-bottom: 3px;
}

.page_container_title>h3>img {
    margin-left: 20px;
    margin-top: -10px;
}

.page_container_title>p {
    font-size: 30px;
    padding-top: 0;
    line-height: 1;
    letter-spacing: 2px;
}

.y_box {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.y_box_l {
    width: 467px;
}

.y_box_r {
    width: calc(100% - 497px);
}


/* home banner*/
.banner {
    width: 100%;
    height: auto;
}


/* home tab */
.tab_list {
    display: flex;
    justify-content: space-between;
    margin: 65px 0 60px;
}

.tab_list>li {
    width: 164px;
}

.tab_list>li>div {
    width: 100%;
    height: 164px;
    border: 3px dashed #3e3e3e;
    border-radius: 26px;
    padding: 13px;
}

.tab_list>li>div>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3e3e3e;
    border-radius: 26px;
    padding: 30px;
}

.tab_list>li:nth-child(2n)>div {
    border: 3px dashed #0054ac;
}

.tab_list>li:nth-child(2n)>div>div {
    background-color: #0054ac;
}

.tab_list>li:hover div>div>img {
    transform: scale(120%, 120%);
}

.tab_list>li>div>div>img {
    max-width: 100%;
    max-height: 100%;
    transition: all 300ms;
}

.tab_list>li>h5 {
    color: #3e3e3e;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin: 40px 0 20px;
}

.tab_list>li>p {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    text-align: center;
}

/* home about */
.h_about {
    padding: 130px 0;
    background-size: 100% 100%;
}

.h_about>.container_1440 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h_about_l {
    width: calc(100% - 736px);
    color: #fff;
}

.h_about_l>p:nth-of-type(1) {
    margin: 70px 0 5px;
    font-size: 36px;
    font-weight: bold;
}

.h_about_l>p:nth-of-type(2) {
    font-size: 23px;
    line-height: 1.6;
    text-indent: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.h_about_link {
    margin-top: 60px;
    display: flex;
    justify-content: right;
}

.h_about_link>a {
    width: 234px;
    height: 72px;
    background-color: #ffa632;
    border-radius: 23px;
    font-size: 34px;
    line-height: 69px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.h_about_r {
    width: 666px;
    overflow: hidden;
    border-radius: 23px;
}

.h_about_r img {
    width: 100%;
    height: 100%;
    transition: all 600ms;
}

.h_about_r:hover img {
    transform: scale(110%, 110%);
}


/* home product */
.h_product {
    background-position: right 0px top 190%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.h_product .container_title {
    color: #0054ac;
}

.h_product .container_title p::before {
    background-color: #0054ac;
}

.h_product_t {
    display: flex;
    height: 550px;
    align-items: stretch;
    justify-content: space-between;
    margin: 75px 0 20px;
}

.h_product_list {
    width: 338px;
    box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 56px 0px 0px 0px;
    padding: 47px 0 47px 47px;
    font-size: 16px;
    background-color: #fff;
    overflow: auto;
}

.h_product_list_item {
    margin-top: 10px;
    font-size: 16px;
    color: #878787;
    font-weight: bold;
}

.h_product_list_item:first-child {
    margin-top: 0;
}

.h_product_list_item>p {
    padding: 3px 10px;
    min-height: 48px;
    width: 100%;
    background-color: #f4f2f2;
    border-radius: 26px 0px 0px 26px;
    line-height: 48px;
    letter-spacing: 4px;
    text-align: center;
    box-sizing: border-box;
    transition: all 300ms;
    cursor: pointer;
}

.h_product_list_item>p:hover,
#h_product_act>p,
#h_product_sub_act {
    background-color: #ffa632;
    color: #fff;
}

.h_product_list_item>ul {
    padding-left: 65px;
    display: none;
}

.h_product_list_item:first-child>ul {
    display: block;
}

.h_product_list_item>ul>li {
    min-height: 42px;
    background-color: #f4f2f2;
    border-radius: 21px 0px 0px 21px;
    margin-top: 10px;
    box-sizing: border-box;
    padding: 3px 10px;
    text-align: center;
    transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
}

.h_product_list_item>ul>li:hover {
    background-color: #ffa632;
    color: #fff;
}

.h_product_desc {
    width: calc(100% - 372px);
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 0px 56px 0px 0px;
    padding: 47px 45px 42px;
    background-size: auto 100%;
    background-position: right 0px bottom 0px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.h_product_img {
    width: 49.1%;
    height: 100%;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
}

.h_product_img img {
    width: 100%;
    max-height: 100%;
    transition: all 300ms;
}

.h_product_img img:hover {
    transform: scale(0.9, 0.9);
}

.h_product_text {
    width: 45%;
}

.h_product_text>h3 {
    font-size: 34px;
    line-height: 1.2;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h_product_text>p {
    color: #676767;
    border-bottom: 1px solid #676767;
    text-align-last: justify;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    top: -18px;
}

.h_product_text>p::before {
    content: '';
    display: inline-block;
    width: 100%;
}

.h_product_text>div {
    margin-top: 27px;
}

.h_product_text>div>p:nth-of-type(1) {
    width: 103px;
    height: 30px;
    background-color: #ffa632;
    border-radius: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.h_product_text>div>p:nth-of-type(2) {
    font-size: 16px;
    color: #676767;
    line-height: 1.5;
    text-indent: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin: 3px 0 70px;
}

.h_product_more {
    display: flex;
    justify-content: right;
    align-items: center;
}

.h_product_more>span {
    font-size: 32px;
    color: #303030;
    opacity: 0.47;
    margin-right: 13px;
}

.h_product_more>div {
    width: 76px;
    height: 76px;
    background-color: #ffa632;
    border-radius: 50%;
    position: relative;
}

.h_product_more>div img {
    width: 52%;
    height: 52%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.h_product_b {
    /* min-height: 855px; */
    overflow: hidden;
    background-color: #fff;
    padding: 60px 60px 50px;
    box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 0px 0px 0px 42px;
}

.h_product_b .swiper {
    width: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all 300ms;
    display: none;
}

.h_product_b .swiper:first-child {
    display: block;
}

.h_product_b .swiper-slide {
    text-align: center;
    font-size: 18px;
    min-height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 3px 10px;
}

.h_product_b .swiper-slide>div {
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background-color: #f0f0f0;
    box-shadow: 0px 4px 8px 0px #9a9a9b;
    transition: all 300ms;
    padding: 15px;
    cursor: pointer;
}

#h_product_swiper_act>div,
.h_product_b .swiper-slide>div:hover {
    background-color: #ffa632 !important;
}

.h_product_b .swiper-slide>div>div {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: inset 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    overflow: hidden;
    padding: 10px;
}

.h_product_b .swiper-slide>div>div>img {
    max-width: 100%;
    max-height: 100%;
    transition: all 300ms;
}

.h_product_b .swiper-slide>div:hover div>img {
    transform: scale(1.1, 1.1);
}

.h_product_b .swiper-slide>div>p {
    text-align: center;
    padding: 5px 10px;
    letter-spacing: 3px;
    color: #565656 !important;
    font-size: 20px;
    box-shadow: inset 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    background-color: #fff !important;
    border-radius: 25px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.h_product_swiper_page {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_product_b .swiper-pagination {
    position: relative;
}

.h_product_b .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    background-color: #f4f2f2;
    border-radius: 7px;
    opacity: 1;
    box-shadow: 0px 4px 8px 1px rgba(85, 86, 86, 0.35);
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    color: #878787;
    margin-right: 20px;
}

.h_product_b .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.h_product_b .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffa632;
    color: #fff;
}

.h_product_prev {
    border-right: 32px solid #878787;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    margin-right: 30px;
}

.h_product_next {
    border-left: 32px solid #878787;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    margin-left: 30px;
}

/* home pertner */
.h_pertner {
    padding: 100px 0 120px;
    background-size: 100% 100%;
}

.h_pertner_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}

.h_pertner_list>li {
    width: 24%;
    height: 200px;
    padding: 10px 20px;
    background-color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    top: 0;
    transition: all 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h_pertner_list>li:nth-child(8) {
    background-color: #ededed;
}

.h_pertner_list>li:nth-child(9) {
    background-color: #f2f7fb;
}

.h_pertner_list>li:nth-child(10) {
    background-color: #bdd7f6;
}

.h_pertner_list>li:nth-child(11) {
    background-color: #65819f;
}

.h_pertner_list>li>img {
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}

.h_pertner_list>li:hover img {
    /* top: -8px;
    box-shadow: 0px 9px 10px 1px #dcdcdc; */
    transform: scale(1.2);
}


/* home new */
.h_news {
    padding: 80px 0 90px;
    background-size: 100% auto;
    background-position: right 0px top -38%;
    background-repeat: no-repeat;
}

.h_news .container_title {
    color: #0054ac;
}

.h_news .container_title>p::before {
    background-color: #0054ac;
}

.h_news_box {
    padding: 8px 150px 0;
    position: relative;
}

.h_news_box::before {
    content: '';
    display: block;
    width: 100%;
    height: 470px;
    position: absolute;
    background-color: #3e3e3e;
    left: 0;
    bottom: 60px;
}

#h_news_swiper {
    margin-top: 8px;
}

#h_news_swiper .swiper-slide {
    height: 590px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#h_news_swiper .swiper-slide>div {
    height: 470px;
    width: 100%;
    background-color: #4d4c4c;
    transition: all 300ms;
    padding: 12px 12px 5px;
    cursor: pointer;
    position: relative;
}

#h_news_swiper .swiper-slide>div>img {
    position: absolute;
    width: 118.9%;
    max-width: none;
    height: 100.6%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: all 300ms;
}

#h_news_swiper .swiper-slide>div:hover {
    height: 100%;
    background-color: #1443de;
}

#h_news_swiper .swiper-slide>div:hover>p {
    -webkit-line-clamp: 13;
}

#h_news_swiper .swiper-slide>div:hover>img {
    opacity: 1;
}
#h_news_swiper .swiper-slide>div:hover h5 {
    color: #fff;
}

.h_new_img {
    width: 100%;
    height: 220px;
}

.h_new_img img {
    width: 100%;
    height: 100%;
}

#h_news_swiper .swiper-slide>div>h5 {
    font-size: 24px;
    color: #969696;
    font-weight: bold;
    line-height: 1.1;
    margin: 5px 0 10px;
}

.h_new_time {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 2px solid #969696;
    padding-bottom: 3px;
}

.h_new_time .new-icon-box {
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h_new_time .new-icon-box img {
    width: 20px;
    padding: 2px;
    border-radius: 50%;
    transition: all .3s;
}
.h_new_time .new-icon-box img:hover {
    background-color: #6181e9;
}

.h_new_time span {
    font-size: 16px;
    color: #969696;
    line-height: 1;
}

#h_news_swiper .swiper-slide>div>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.5;
    text-indent: 28px;
    color: #969696;
    text-align: justify;
    margin-top: 5px;
}
.h_news_box>div{
    position: relative;
}
#h_news_swiper_prev,
#h_news_swiper_next{
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(0,-40%);
}
#h_news_swiper_prev{
    left:-50px;
}
#h_news_swiper_next{
    right: -50px;
}



/* page about desc*/
.company_desc_container {
    background-size: 100% 100%;
    padding: 50px 0 90px;
}

.company_desc_img {
    border-radius: 23px;
    overflow: hidden;
    margin: 46px 0 0;
}

.company_desc_img img {
    width: 100%;
    transition: all 200ms;
}

.company_desc_img:hover img {
    transform: scale(1.1, 1.1);
}

.company_desc_text {
    width: 1250px;
    margin: auto;
}

.company_desc_text>h3 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 2px;
    color: #0154ab;
    text-align: center;
    margin-bottom: 30px;
}

.company_desc_text>p {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #5a5a5a;
    text-align: justify;
    text-indent: 32px;
}

/* page about advantage*/
.company_advantage_container {
    background-color: #0154ab;
    padding: 75px 0 70px;
    background-size: 100% 100%;
}

.company_advantage_container .page_container_title {
    color: #fff;
}

.company_advantage_container .tab_list>li>h5 {
    margin: 32px 0 18px;
}

.company_advantage_container .tab_list>li>div {
    border: 3px dashed #fff;
}

.company_advantage_container .tab_list>li>div>div {
    background-color: #fff;
}

.company_advantage_container .tab_list>li:nth-of-type(2n+1)>div {
    border: 3px dashed #ff9933;
}

.company_advantage_container .tab_list>li:nth-of-type(2n+1)>div>div {
    background-color: #ff9933;
}

.company_advantage_container .tab_list>li>h5,
.company_advantage_container .tab_list>li>p {
    color: #fff;
}


/* page about pertner */
.about_partner_container {
    background-size: 100% 100%;
}

.about_partner_container .h_pertner_list>li {
    top: 0;
    box-shadow: 0px 8px 10px 0px #b1b0b0;
}

/* .about_partner_container .h_pertner_list>li:hover {
    top: 0;
    box-shadow: inset 0px 0px 10px 4px #b1b0b0;
} */

.about_partner_container .h_pertner_list>li img {
    transition: all 300ms;
}

.about_partner_container .h_pertner_list>li:hover img {
    transform: scale(1.2);
}


/* page technology */
.technology_container {
    background-size: 100% auto;
    background-position: right 0px top 120%;
    background-repeat: no-repeat;
    padding: 60px 0 120px;
}

.technology_box {
    margin-top: 40px;
}

.technology_options_list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 31px 24px 0px 0px;
}

.technology_options_list>li {
    padding-top: 5px;
}

.technology_options_list>li>a {
    display: inline-block;
    padding: 14px 30px;
    letter-spacing: 4px;
    color: #878787;
    font-size: 24px;
    transition: all 300ms;
    border-radius: 26px 26px 0px 0px;
    line-height: 1.2;
    font-weight: bold;
}

#technology_active>a,
.technology_options_list>li>a:hover {
    background-color: #ffa632;
    color: #fff;
    box-shadow: inset 1px 3px 7px 0px rgba(33, 22, 19, 0.35);
}

.technology_options_list>li:nth-of-type(2n) {
    border-right: 2px solid#dbdbdb;
    height: 24px;
    margin: 0px 7px;
    position: relative;
    top: 5px;
}

.technology_options_list>li:last-child {
    display: none;
}

.technology_item_list {
    margin-top: 40px;
}

.technology_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 23px;
    margin-bottom: 50px;
    padding: 25px 20px;
    transition: all 300ms;
}

.technology_item:hover {
    background-color: #ff9933;
}

.technology_item:hover>div:first-child {
    color: #fff;
}

.technologt_text:hover>h5>span {
    color: #ff9933;
}

.technology_item:hover>.technologt_text>h5>img:nth-of-type(1),
.technology_item:hover>.technologt_text>h5>img:nth-of-type(3) {
    display: inline-block;
}

.technology_item:hover>.technologt_text>h5>img:nth-of-type(2),
.technology_item:hover>.technologt_text>h5>img:nth-of-type(4) {
    display: none;
}

.technology_item:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.technology_item:last-child {
    margin-bottom: 0;
}

.technology_item>div:first-child {
    width: 35%;
    font-size: 280px;
    font-weight: bold;
    color: #0054ac;
    text-align: center;
    line-height: 1;
    position: relative;
    top: -10px;
    transition: all 300ms;
}

.technologt_text {
    width: 64.5%;
    min-height: 260px;
    background-color: #fff;
    box-shadow: inset 1px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 23px;
    padding: 25px 30px;
}

.technologt_text>h5 {
    text-align: center;
}

.technologt_text>h5>img {
    position: relative;
    top: -5px;
}

.technologt_text>h5>img:nth-of-type(1),
.technologt_text>h5>img:nth-of-type(3) {
    display: none;
}

.technologt_text>h5>span {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
    color: #0054ac;
    transition: all 300ms;
    display: inline-block;
    margin: 0 10px;
}

.technologt_text>div {
    padding-top: 12px;
    color: #858585;
    line-height: 1.5;
    font-size: 20px;
}


/* page design swiper*/
.design_swiper_container {
    height: 1210px;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position:center  top;
}

.design_swiper_container .page_container_title {
    margin-top: 60px;
}

.design_swiper_box {
    padding: 240px 0 260px;
}

.design_swiper_item {
    height: 390px;
    padding: 15px;
    background-color: #eee;
    box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-radius: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.7);
}

.design_swiper_box .swiper-slide-active {
    transform: scale(1);
    background-color: #ff9933;
    transition: all 1000ms;
}

.design_swiper_item_title {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 26px;
    box-shadow: inset 1px 3px 7px 0px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design_swiper_item_title h1 {
    margin: 0;
    line-height: 1;
    font-size: 157px;
    font-weight: bold;
    letter-spacing: 6px;
    color: #0054ac;
    text-align: center;
    top: -10px;
}

.design_swiper_item_desc {
    width: 1420px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 35px);
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 1000ms;
}

.swiper-slide-active .design_swiper_item_desc {
    visibility: visible;
    opacity: 0.9;
}

.design_swiper_item_desc::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-bottom: 25px solid #fff;
    border-right: 25px solid rgba(0, 0, 0, 0);
    border-left: 25px solid rgba(0, 0, 0, 0);
}

.design_swiper_item_desc>div {
    background-color: #fff;
    box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding: 40px;
    overflow-y: auto;
    font-size: 20px;
    line-height: 1.5;
    color: #494949;
    max-height: 220px;
    border-radius: 30px;
}


/* page design file */
.design_file_container {
    padding: 60px 0;
    background-size: 100% auto;
    background-color: #f2f2f2;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}

.design_file_container_title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.design_file_container_title h3 {
    color: #0054ac;
    margin: 0 25px;
}

.design_file_container_title img {
    position: relative;
    top: 2px;
}

.design_file_container_title img:first-child {
    transform: rotate(180deg);
}

.design_file_desc {
    max-width: 1180px;
    margin: 100px auto 0;
    position: relative;
}

.design_file_desc>a {
    position: absolute;
    right: 10px;
    top: -30px;
    color: rgba(48, 48, 48, 0.44);
    font-size: 34px;
    line-height: 80px;
}

.design_file_desc>a>div {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #ffa632;
    border-radius: 50%;
    margin-left: 14px;
    text-align: center;
}

.design_file_desc>a>div>img {
    transform: rotate(90deg);
}

.design_file_desc>div {
    width: 100%;
    text-align: center;
}

.design_file_desc>div>img {
    max-width: 100%;
}


/* page product */
.product_container {
    padding: 60px 0 80px;
    background-size: 100% auto;
    background-color: #f2f2f2;
    background-position: 0% 100%;
    background-repeat: no-repeat;
}
.product_options_list_box{
    margin: 45px 0 58px;
}

.product_options_list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 31px 24px 0px 0px;
    position: relative;
    z-index: 1;
}

.product_options_list>li:nth-of-type(2n) {
    border: 1px solid #dbdbdb;
    height: 24px;
    margin: 0px 7px;
    position: relative;
    top: 5px;
}
.product_options_list>li:last-child{
    display: none;
}

.product_option {
    position: relative;
    margin-top: 5px;
}

.product_option>a {
    display: block;
    font-size: 24px;
    line-height: 1;
    color: #878787;
    padding: 20px 40px 16px;
    transition: all 300ms;
    border-radius: 26px 26px 0px 0px;
    font-weight: bold;
}

#product_option_active>a,
.product_option>a:hover {
    background-color: #ffa632;
    box-shadow: inset 1px 3px 7px 0px rgba(33, 22, 19, 0.35);
    color: #fff;
}

.product_suboption {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10%);
    text-align: center;
    min-width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 0px 0px 10px 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 400ms;
}

.product_option:hover .product_suboption {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0%);
    z-index: 2;
}

.product_suboption>li {
    display: inline-block;
    min-width: 22%;
}

.product_suboption>li>a {
    min-width: 100%;
    display: inline-block;
    padding: 2px 3px;
    font-size: 18px;
    color: #878787;
}

#product_suboption_active>a,
.product_suboption>li>a:hover {
    background-color: #ffa632;
    color: #fff;
}

.product_item_box .product_left_box {
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 0px 0px 0px 56px;
    position: relative;
    background-position:center bottom 0;
    background-repeat: no-repeat;
}

.product_left_title {
    text-align: center;
}

.product_left_title h3 {
    display: inline-block;
    margin: 18px 10px;
    line-height: 1;
    letter-spacing: 3px;
    color: #ffa632;
    font-size: 27px;
    font-weight: bold;
}

.product_left_title img {
    position: relative;
    top: -6px;
}

.product_left_desc{
    padding:0px 21px;
}
.product_left_img{
    width: 100%;
    height: 405px;
	background-color: #fff;
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
	border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product_left_img>img{
    max-width: 90%;
    max-height: 90%;
    transition: all 300ms;
}
.product_left_img:hover>img{
    transform: scale(1.1);
}
.product_left_desc>h3{
    font-size: 28px;
    letter-spacing: 1px;
	color: #303030;
    line-height: 1.2;
    margin: 20px 0 55px;
}
.product_left_text>span{
    display: inline-block;
	background-color: #ffa632;
	border-radius: 15px;
	font-size: 20px;
	line-height: 1;
    padding: 6px 10px;
	letter-spacing: 1px;
	color: #ffffff;
}
.product_left_text>p{
	font-size: 20px;
	line-height: 2;
	color: #676767;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-indent: 32px;
    text-align: justify;
    margin: 5px 0 28px;
}
.product_left_text>div{
    display: flex;
    justify-content: right;
    align-items: center;
}
.product_left_text>div>a{
    font-size: 34px;
	line-height: 1;
	letter-spacing: 2px;
	color: rgba(48,48,48,0.47);
}
.product_left_text>div>div{
    width: 80px;
    height: 80px;
    background-color: #ffa632;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    margin-left: 20px;
}
.product_left_text>div>div>img{
    position: relative;
    left: 4px;
}
.product_left_desc>p{
    text-align: justify;
    font-size: 14px;
    line-height: 1;
    color: #676767;
    margin-top: 19px;
    padding:8px 0px 0px 20px;
    border-top: 1px solid #868686;
}
.product_left_desc>p::after{
    content: '';
    display: inline-block;
    width: 100%;
}

.product_item_box>.y_box_r{
    background-color: #ffffff;
	box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    border-radius: 0px 0px 65px 0;
}
.product_right_list{
    margin-top: 15px;
    padding: 15px 55px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_right_item{
    width: 47%;
    border-radius: 35px;
    background-color: #f0f0f0;
    box-shadow: 0px 4px 8px 0px #9a9a9b;
    transition: all 300ms;
    padding: 15px;
    /* cursor: pointer; */
    margin-bottom: 45px;
}
.product_right_item>div{
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: inset 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    overflow: hidden;
    padding: 10px;
}
#product_right_active,
.product_right_item:hover {
    background-color: #ffa632 !important;
}
.product_right_item>div>img{
    max-width: 100%;
    max-height: 100%;
    transition: all 300ms;
}
.product_right_item:hover div>img {
    transform: scale(1.1, 1.1);
}
.product_right_item>p {
    text-align: center;
    padding: 5px 10px;
    letter-spacing: 3px;
    color: #565656 !important;
    font-size: 20px;
    box-shadow: inset 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
    background-color: #fff !important;
    border-radius: 25px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* page application */
.application_box .product_option>a{
    padding: 20px 20px 16px;
}
.application_left_desc{
    height:600px;
    overflow-y: auto;
}
.application_left_desc>p{
    font-size: 18px;
	color: #676767;
    line-height: 1.8;
    text-indent: 36px;
}
.application_right_list .product_right_item>div{
    height: 350px;
    padding: 0;
}
.application_right_list .product_right_item>div>img{
    max-width: 100%;
    max-height: 100%;
}


/* page news */
.news_item{
    margin-bottom: 40px;
}
.news_item:last-child{
    margin-bottom: 0;
}
.news_item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 3px rgba(85, 86, 86, 0.35);
    border-radius: 10px;
    transition: all 300ms;
}
.news_item a:hover{
    box-shadow: 0px 0px 10px 3px rgba(255,166,50, 1);
}
.news_item a:hover .news_left>img{
    transform: scale(1.1,1.1);
}
.news_item a:hover .news_title>h3{
    color: #ffa632;
}
.news_left{
    width: 400px;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}
.news_left>img{
    width: 100%;
    height: 100%;
    transition: all 300ms;
}
.news_right{
    width: calc(100% - 440px);
}
.news_title h3{
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #3e3e3e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 300ms;
}
.news_title p{
    font-size: 14px;
    color: #5a5a5a;
    border-bottom: 1px solid #969696;
}
.news_title p span:nth-of-type(1){
    display: inline-block;
    margin-right: 15px;
}
.news_right>p{
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
    text-indent: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news_more{
    display: flex;
    justify-content: right;
    align-items: center;
}
.news_more>span{
    font-size: 18px;
    color: #969696;
}
.news_more>div {
    width: 50px;
    height: 50px;
    background-color: #ffa632;
    border-radius: 50%;
    position: relative;
    margin-left: 20px;
}

.news_more>div img {
    width: 52%;
    height: 52%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* page contact */
.contact_contaienr{
    margin: 60px 0 120px;
}
.contact_box{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_box>#map{
    width: 700px;
    height: 400px;
    background-color: #ccc;
}
.contact_list{
    width: calc(100% - 800px);
}
.contact_list>h3{
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #0054ac;
    border-bottom: 1px solid #d6d6d6;
    padding: 30px 0;
}
.contact_list>ul>li{
    margin-top: 20px;
    display: flex;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.contact_list>ul>li>div:nth-of-type(1){
    width: 120px;
}
.contact_list>ul>li>div:nth-of-type(2){
    width: calc(100% - 120px);
}
.contact_list>ul>li>div:nth-of-type(1)>div{
    width: 28px;
    text-align: center;
    height: auto;
    display: inline-block;
}
.contact_list>ul>li>div:nth-of-type(1)>div>img{
    transition: all 300ms;
}
.contact_list>ul>li:hover div:nth-of-type(1)>div>img{
    transform: rotate(360deg);
}


/* page contact form */
.contact_form_container{
    padding: 100px 0px 120px;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.contact_form_box{
    width: 1200px;
    margin: 70px auto 0;
}
.contact_form_box ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_form_box li{
    width: 48%;
    color: #666666;
    margin-bottom: 30px;
}
.contact_form_box li>p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.contact_form_box li>p>span{
    color: #f00;
}
.contact_form_box li>input{
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 0 15px;
    outline: none;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
}
.contact_form_box li:last-child{
    width: 100%;
}
.contact_form_box textarea{
    height: 170px;
    width: 100%;
    background-color: #f7f7f7;
    padding: 24px;
    outline: none;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
    border-radius: 10px;
}

.yz>input{
    width: 300px;
    height: 50px;
    outline: none;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    padding: 0 10px;
}
.yz>p{
    font-size: 16px;
    font-weight: bold;
    color: #666;
}
.yz canvas{
    margin-left: 20px;
    position: relative;
    top: 15px;
}
.contact_commit_box{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.contact_commit_box>input{
    width: 200px;
    height: 50px;
    background-color: #0054ac;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms;
}
.contact_commit_box>input:hover{
    background-color: #ffa632;
}


/* page news desc */
.news_desc_container{
    margin: 90px 0 120px;
}
.news_desc_box h3{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.news_desc_box>p{
    font-size: 16px;
    color: #969696;
    text-align: center;
    padding: 10px 0 5px;
    border-bottom: 1px solid #969696;
}
.news_desc_box>p>span{
    display: inline-block;
}
.news_desc_box>p>span:nth-of-type(1){
    margin-right: 20px;
}
.news_desc{
    font-size: 18px;
    color: #333;
    line-height: 2;
    margin: 30px 0 50px;
}
.news_tab{
    padding-top: 20px;
    border-top: 1px solid #969696;
    display: flex;
    justify-content: space-between;
}
.news_tab>p{
    max-width: 28%;
    font-size: 18px;
    color: #494949;
    transition: all 300ms;
}
.news_tab>p:hover{
    color: #ffa632;
}
.news_tab>p>a{
    color: #494949;
    transition: all 300ms;
}
.news_tab>p:hover>a{
    color: #ffa632;
}


/* page product desc */
.product_desc_container{
    margin: 90px 0px 120px;
}
.product_desc_tp{
    display: flex;
    justify-content: space-between;
}
.product_desc_swiper{
    width: 800px;
}
.producy_desc_title{
    width: calc(100% - 860px);
}
.product_desc_swiper_top{
    height: 600px;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
}
.product_desc_bt>ul>li div,
.product_desc_swiper_bottom .swiper-slide,
.product_desc_swiper_top .swiper-slide{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_desc_swiper_top .swiper-slide{
    border-radius: 20px;
}
.product_desc_swiper_top .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}
.product_desc_swiper_top .swiper-button-prev,
.product_desc_swiper_top .swiper-button-next{
    color: rgba(0, 0, 0, 0);
}
.product_desc_swiper_bottom{
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
}
.product_desc_swiper_bottom .swiper-slide{
    height:190px;
    opacity: 0.5;
}
.product_desc_swiper_bottom .swiper-slide img{
    transform: scale(0.7,0.7);
    transition: all 300ms;
}
.product_desc_swiper_bottom .swiper-slide-thumb-active{
    opacity: 1;
}
.product_desc_swiper_bottom .swiper-slide-thumb-active img{
    transform: scale(1,1);
}
.producy_desc_title>h3{
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
    color: #0054ac;
    padding: 20px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #969696;
}
.producy_desc_title>p{
    font-size: 20px;
    color: #303030;
}
.producy_desc_title>p img{
    margin-right: 20px;
    position: relative;
    top: -2px;
}
.producy_desc_title>div>p{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0 15px;
    background-color: #ffa632;
    border-radius: 20px;
    margin: 30px 0 20px;
}
.producy_desc_title>div>div{
    font-size: 18px;
    text-indent: 36px;
    color: #333;
}
.product_desc_bt>h3{
    font-weight: bold;
    font-size: 30px;
    color: #0054ac;
    padding-bottom:20px;
    margin:60px 0px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.product_desc_bt>ul{
    display: flex;
}
.product_desc_bt>ul>li{
    width: 19%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.28);
    background-color: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    transition: all 300ms;
    margin-right: 1%;
}
.product_desc_bt>ul>li:last-child{
    margin-right: 0;
}
.product_desc_bt>ul>li:hover{
    background-color: #ff9933;
}
.product_desc_bt>ul>li>a{
    display: block;
    color: #333;
}
.product_desc_bt>ul>li div{
    height: 230px;
    background-color: #fff;
    border-radius: 10px;
}
.product_desc_bt>ul>li div img{
    width: 90%;
    max-height: 90%;
}
.product_desc_bt>ul>li p{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}


@media (max-width:1650px){

    .container_title>h3{
        font-size: 52px;
    }
    .container_title>p{
        font-size: 36px;
    }
    .h_about_l>p:nth-of-type(1){
        font-size: 34px;
    }
    .h_about_link>a{
        width: 228px;
        font-size: 32px;
    }
    .crumb_container p, .crumb_container p a{
        font-size: 21px;
    }
    .page_container_title>h3{
        font-size: 50px;
    }
    .page_container_title>p{
        font-size: 29px;
    }
    .company_desc_text>h3{
        font-size: 44px;
    }
}
@media (max-width:1550px) {
    .container_1440{
        max-width: none;
        margin: 0 100px;
    }
    .tab_list>li{
        width: 155px;
    }
    .tab_list>li>div{
        height: 155px;
    }
    .tab_list>li>h5 {
        font-size: 24px;
        margin: 36px 0 17px;
    }
    .h_about{
        padding: 115px 0;
    }
    .container_title>h3 {
        font-size: 48px;
    }
    .container_title>p {
        font-size: 34px;
    }
    .h_about_l>p:nth-of-type(1){
        font-size: 32px;
        margin: 66px 0 5px;
    }
    .h_about_l>p:nth-of-type(2){
        font-size: 21px;
    }
    .h_about_link{
        margin-top: 54px;
    }
    .h_about_link>a {
        width: 218px;
        font-size: 30px;
        height: 68px;
        line-height: 66px;
    }
    .p100{
        padding: 95px 0;
    }
    .h_product_t{
        height: 540px;
        margin: 75px 0px 20px;
    }
    .h_product_list{
        padding: 42px 0 42px 42px;
    }
    .h_product_list_item>p{
        min-height: 45px;
        line-height: 45px;
    }
    .h_product_desc{
        padding: 42px 40px 37px;
    }
    .h_product_text{
        -webkit-user-drag: 46.5%;
    }
    .h_product_text>h3{
        font-size: 32px;
    }
    .h_product_text>p{
        font-size: 17px;
    }
    .h_product_text>div>p:nth-of-type(2){
        margin: 3px 0 65px;
    }
    .h_product_more>div{
        width: 71px;
        height: 71px;
    }
    .h_product_more>span{
        font-size: 30px;
    }
    .h_product_b{
        padding: 55px 55px 45px;
    }
    .h_product_b .swiper-slide>div>p{
        font-size: 18px;
    }
    .h_pertner{
        padding: 95px 0 110px;
    }
    #h_news_swiper_prev>img,
    #h_news_swiper_next>img{
        width: 72px;
        height: 72px;
    }
    #h_news_swiper .swiper-slide{
        height: 570px;
    }
    #h_news_swiper .swiper-slide>div>h5{
        font-size: 23px;
    }
    #h_news_swiper .swiper-slide>div:hover>p{
        -webkit-line-clamp: 12;
    }
    .h_news_box::before{
        bottom: 50px;
    }
    .crumb_container p, .crumb_container p a {
        font-size: 20px;
    }
    .page_container_title>h3 {
        font-size: 46px;
    }
    .page_container_title>h3>img {
        height: 40px;
    }
    .page_container_title>p {
        font-size: 26px;
    }
    .company_desc_img{
        margin: 40px 0 0;
    }
    .company_desc_text>h3 {
        font-size: 40px;
        margin-bottom: 26px;
    }
    .company_desc_text>p{
        font-size: 24px;
    }
    .company_desc_container{
        padding: 50px 0 85px;
    }
    .company_advantage_container{
        padding: 70px 0 66px;
    }
    .h_pertner {
        padding: 90px 0 105px;
    }
    .technology_options_list>li>a{
        font-size: 22px;
    }
    .technologt_text>h5>span{
        font-size: 24px;
    }
    .technologt_text>h5>img{
        width: 60px;
        top: -3px;
    }
    .technologt_text>div{
        padding-top: 6px;
    }
    .technology_item>div:first-child{
        font-size: 260px;
        top: -18px;
    }
    .technology_container{
        padding: 60px 0 110px;
    }
    .technology_item{
        margin-bottom: 40px;
    }
    .design_swiper_item_desc{
        width: 1200px;
    }
    .design_swiper_box{
        padding: 180px 0 260px;
    }
    .design_swiper_item_title h1{
        font-size: 140px;
    }
    .design_swiper_item{
        height: 366px;
    }
    .design_swiper_container{
        height: 1150px;
        background-position: center top -100px;
    }
    .product_options_list_box {
        margin: 42px 0 50px;
    }
    .product_left_title h3{
        font-size: 26px;
    }
    .product_left_title img{
        height: 22px;
    }
    .y_box_l{
        width: 430px;
    }
    .product_left_desc>h3 {
        font-size: 26px;
        margin: 18px 0 40px;
    }
    .y_box_r {
        width: calc(100% - 466px);
    }
    .product_right_list{
        padding: 15px 45px 0;
    }
    .product_right_item{
        margin-bottom: 36px;
    }
    .product_desc_container {
        margin: 80px 0px 110px;
    }
    .product_desc_swiper{
        width: 58%;
    }
    .producy_desc_title{
        width: 38%;
    }
    .product_desc_swiper_top{
        height: 580px;
    }
    .producy_desc_title>h3{
        font-size: 36px;
    }
    .producy_desc_title>div>p{
        margin: 28px 0 17px;
    }
    .product_desc_bt>h3{
        margin: 55px 0px 35px;
    }
    .product_desc_bt>ul>li div{
        height: 210px;
    }
    .application_right_list .product_right_item>div{
        height: 320px;
    }
    .contact_box{
        margin-top: 70px;
    }
    .contact_form_container{
        padding: 90px 0px 110px;
    }
    .contact_form_box{
        margin: 60px auto 0;
    }
}
@media (max-width:1440px){
    .tab_list{
        margin: 55px 0px 60px;
    }
    .tab_list>li{
        width: 145px;
    }
    .tab_list>li>div{
        height: 145px;
    }
    .tab_list>li>h5 {
        font-size: 23px;
        margin: 34px 0 16px;
    }
    .h_about {
        padding: 100px 0;
    }
    .container_title>h3 {
        font-size: 43px;
    }
    .container_title>p {
        font-size: 30px;
    }
    .h_about_l>p:nth-of-type(1) {
        font-size: 28px;
        margin: 56px 0 3px;
    }
    .h_about_l>p:nth-of-type(2) {
        font-size: 18px;
    }
    .h_about_link>a {
        width: 193px;
        font-size: 26px;
        height: 58px;
        line-height: 56px;
    }
    .h_about_r{
        width: 550px;
    }
    .h_about_l {
        width: calc(100% - 610px);
        color: #fff;
    }
    .p100{
        padding: 85px 0;
    }
    .h_product{
        background-position: right 0px top 120%;
    }
    .h_product_t {
        height: 480px;
        margin: 60px 0px 20px;
    }
    .h_product_list {
        padding: 37px 0 37px 38px;
    }
    .h_product_list_item>p {
        min-height: 40px;
        line-height: 40px;
    }
    .h_product_list_item>ul>li{
        margin-top: 8px;
    }
    .h_product_desc {
        padding: 37px 35px 32px;
    }
    .h_product_text>h3 {
        font-size: 28px;
    }
    .h_product_text>p {
        font-size: 14px;
    }
    .h_product_text>div {
        margin-top: 22px;
    }
    .h_product_text>div>p:nth-of-type(1) {
        width: 93px;
        height: 28px;
        font-size: 16px;
        line-height: 26px;
    }
    .h_product_text>div>p:nth-of-type(2){
        font-size: 15px;
        margin: 3px 0 50px;
    }
    .h_product_more>span {
        font-size: 26px;
    }
    .h_product_more>div {
        width: 62px;
        height: 62px;
    }
    .h_product_b {
        padding: 45px 40px 30px;
        /* min-height: 815px; */
    }
    .h_product_b .swiper-pagination .swiper-pagination-bullet{
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 44px;
    }
    .h_product_swiper_page{
        min-height: 90px;
    }
    .h_product_b .swiper-slide>div>p {
        font-size: 17px;
        margin-top: 8px;
    }
    .h_product_b .swiper-slide>div{
        padding: 12px;
    }
    .h_pertner {
        padding: 85px 0 100px;
    }
    .h_pertner_list>li{
        height: 160px;
    }
    .page_container_title>h3{
        font-size: 42px;
    }
    .page_container_title>h3>img {
        height: 36px;
    }
    .company_desc_text{
        width: 90%;
    }
    .company_desc_text>h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .company_desc_img {
        margin: 32px 0 0;
    }
    .company_desc_text>p {
        font-size: 22px;
    }
    .company_desc_container {
        padding: 50px 0 75px;
    }
    .company_advantage_container {
        padding: 65px 0 60px;
    }
    .h_pertner {
        padding: 80px 0 95px;
    }
    .technology_container {
        padding: 60px 0 100px;
    }
    .technology_options_list>li>a {
        font-size: 20px;
        padding: 10px 15px;
    }
    .technology_item>div:first-child{
        width: 26%;
        font-size: 240px;
    }
    .technologt_text{
        width: 72%;
        padding: 20px 25px;
    }
    .technologt_text>h5>span {
        font-size: 23px;
    }
    .technologt_text>h5{
        margin-bottom: 3px;
    }
    .technology_item {
        margin-bottom: 34px;
    }
    .design_swiper_item_desc{
        width: 1000px;
    }
    .design_swiper_item_desc>div{
        padding: 30px;
    }
    .design_swiper_item {
        height: 330px;
    }
    .design_swiper_item_title h1 {
        font-size: 128px;
    }
    .design_swiper_container{
        background-position: center top -190px;
        height: 1000px;
    }
    .design_swiper_box {
        padding: 135px 0 260px;
    }
    .design_file_desc>a{
        font-size: 29px;
        line-height: 42px;
    }
    .design_file_desc>a>div{
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    .design_file_desc>a>div>img{
        width: 100%;
        height: auto;
        position: relative;
    }
    .design_file_container_title img{
        height: 36px;
    }
    .product_options_list_box {
        margin: 35px 0 42px;
    }
    .product_option>a{
        font-size: 22px;
        padding: 16px 30px 12px;
    }
    .y_box_l {
        width: 400px;
    }
    .y_box_r {
        width: calc(100% - 435px);
    }
    .product_left_text>p{
        line-height: 1.8;
        -webkit-line-clamp:5;
    }
    .product_left_text>div>div{
        width: 66px;
        height: 66px;
        padding: 6px;
        line-height:50px;
        text-align: center;
    }
    .product_left_text>div>div>img{
        width: 80%;
        height: 80%;
        left: auto;
    }
    .product_left_text>div>a{
        font-size: 29px;
    }
    .product_left_desc>p{
        margin-top: 16px;
    }
    .product_left_desc>h3 {
        font-size: 25px;
        margin: 18px 0 31px;
    }
    .product_right_list {
        padding: 6px 30px 0;
    }
    .product_right_item>p{
        font-size: 18px;
        margin-top: 10px;
    }
    .product_desc_swiper {
        width: 52%;
    }
    .producy_desc_title{
        width: 44%;
    }
    .product_desc_container {
        margin: 70px 0px 100px;
    }
    .product_desc_swiper_bottom .swiper-slide{
        height: 160px;
    }
    .producy_desc_title>h3 {
        font-size: 35px;
        padding: 17px 0;
        margin-bottom: 8px;
    }
    .product_desc_bt>h3 {
        margin: 50px 0px 32px;
    }
    .product_desc_bt>ul>li div {
        height: 175px;
    }
    .news_item {
        margin-bottom: 35px;
    }
    .news_title h3{
        font-size: 28px;
    }
    .news_desc_container {
        margin: 80px 0 110px;
    }
    .news_desc_box h3{
        font-size: 34px;
    }
    .news_tab>p{
        max-width: 40%;
    }
    .application_right_list .product_right_item>div{
        height: 280px;
    }
    .product_right_item{
        margin-bottom: 32px;
    }
    .contact_box {
        margin-top: 60px;
    }
    .contact_box>#map{
        width: 650px;
    }
    .contact_list {
        width: calc(100% - 740px);
    }
    .contact_list>h3{
        font-size: 30px;
        padding: 25px 0;
    }
    .contact_form_box{
        width: 1100px;
        margin: 55px auto 0px;
    }
    .contact_form_container {
        padding: 80px 0px 100px;
    }
}
@media (max-width:1200px){
    .container_1440{
        margin: 0 30px;
    }
    .tab_list {
        margin: 30px 0px 50px;
    }
    .tab_list>li {
        width: 120px;
    }
    .tab_list>li>div{
        height: 120px;
        padding: 7px;
    }
    .tab_list>li>h5 {
        font-size: 20px;
        margin: 26px 0 14px;
    }
    .tab_list>li>p{
        font-size: 14px;
    }
    .h_about_r {
        width: 445px;
    }
    .container_title>h3 {
        font-size: 34px;
    }
    .container_title>p {
        font-size: 24px;
    }
    .h_about {
        padding: 70px 0;
    }
    .h_about_l {
        width: calc(100% - 488px);
    }
    .h_about_l>p:nth-of-type(2) {
        font-size: 16px;
    }
    .h_about_l>p:nth-of-type(1) {
        font-size: 25px;
        margin: 33px 0 3px;
    }
    .h_about_link {
        margin-top: 38px;
    }
    .h_about_link>a {
        width: 160px;
        font-size: 22px;
        height: 46px;
        line-height: 44px;
    }
    .h_product{
        background-position: right 0px bottom 0;
    }
    .p100 {
        padding: 65px 0;
    }
    .h_product_t {
        margin: 40px 0px 20px;
    }
    .h_product_list{
        width: 280px;
        padding: 29px 0 26px 28px;
    }
    .h_product_desc {
        width: calc(100% - 300px);
        padding: 25px 22px 20px;
    }
    .h_product_text>h3 {
        font-size: 26px;
    }
    .h_product_text>div {
        margin-top: 14px;
    }
    .h_product_more>span {
        font-size: 21px;
    }
    .h_product_more>div {
        width: 54px;
        height: 54px;
    }
    .h_product_text>div>p:nth-of-type(2) {
        font-size: 14px;
        margin: 5px 0 40px;
    }
    .h_product_b {
        padding: 26px 26px 20px;
        /* min-height: 780px; */
    }
    .h_product_b .swiper-pagination .swiper-pagination-bullet{
        margin-right: 15px;
    }
    .h_product_next {
        border-left: 27px solid #878787;
        border-top: 15px solid rgba(0, 0, 0, 0);
        border-bottom: 15px solid rgba(0, 0, 0, 0);
        margin-left: 25px;
    }
    .h_product_prev {
        border-right: 27px solid #878787;
        border-top: 15px solid rgba(0, 0, 0, 0);
        border-bottom: 15px solid rgba(0, 0, 0, 0);
        margin-right: 25px;
    }
    .h_pertner {
        padding: 65px 0 75px;
    }
    .h_new_img{
        height: 177px;
    }
    .h_news_box{
        padding: 8px 50px 0;
    }
    #h_news_swiper_prev>img, #h_news_swiper_next>img{
        width: 60px;
        height: 60px;
    }
    #h_news_swiper_next{
        right: -30px;
    }
    #h_news_swiper_prev{
        left: -30px;
    }
    .h_news{
        padding: 70px 0 40px;
    }
    .crumb_container p, .crumb_container p a {
        font-size: 17px;
    }
    .page_container_title>h3 {
        font-size: 34px;
    }
    .page_container_title>h3>img {
        height: 30px;
        position: relative;
        top: 2px;
    }
    .page_container_title>p {
        font-size: 21px;
    }
    .company_desc_container {
        padding: 42px 0 55px;
    }
    .company_desc_img {
        margin: 28px 0 0;
    }
    .company_desc_text>h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .company_desc_text>p {
        font-size: 18px;
    }
    .company_advantage_container {
        padding: 55px 0 30px;
    }
    .h_pertner {
        padding: 55px 0 65px;
    }
    .design_swiper_box {
        padding: 90px 0 220px;
    }
    .design_swiper_item {
        height: 290px;
        padding: 12px;
    }
    .design_swiper_item_title h1 {
        font-size: 104px;
    }
    .design_swiper_item_desc {
        width: 848px;
    }
    .design_swiper_item_desc>div{
        max-height: 167px;
    }
    .design_swiper_container {
        background-position: center top -310px;
        height: 840px;
    }
    .design_swiper_item_desc>div {
        padding: 30px;
    }
    .design_file_container_title img{
        height: 30px;
    }
    .design_file_desc>a {
        font-size: 27px;
        line-height: 30px;
    }
    .design_file_desc>a>div {
        width: 65px;
        height: 65px;
        padding: 15px;
    }
    .design_file_desc{
        margin: 90px 0;
    }
    .design_swiper_container .page_container_title{
        margin-top: 50px;
    }
    .product_container{
        padding: 50px 0px 80px;
    }
    .product_option>a {
        font-size: 20px;
        padding: 14px 28px 12px;
    }
    .product_options_list_box {
        margin: 27px 0 37px;
    }
    .y_box_l {
        width: 340px;
    }
    .product_left_title h3 {
        font-size: 22px;
    }
    .product_left_title img{
        height: 19px;
        top: -5px;
    }
    .product_left_img{
        height: 275px;
    }
    .product_left_desc{
        padding: 0px 15px;
    }
    .product_left_desc>h3 {
        font-size: 23px;
        margin: 16px 0 22px;
    }
    .product_left_text>span{
        font-size: 18px;
    }
    .product_left_text>span{
        margin: 5px 0 20px;
    }
    .product_left_text>div>div{
        width: 60px;
        height: 60px;
        margin-left: 10px;
    }
    .product_left_text>div>a{
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 46px;
    }
    .product_left_desc>p {
        margin-top: 14px;
        padding: 6px 0px 0px 20px;
    }
    .y_box_r {
        width: calc(100% - 375px);
    }
    .product_right_list {
        padding: 0px 25px 20px;
    }
    .product_right_item{
        padding: 12px;
        margin-bottom: 28px;
    }
    .product_right_item>div{
        height: 190px;
    }
    .product_right_item>p {
        font-size: 16px;
        margin-top: 8px;
        padding: 3px 8px;
    }
    .producy_desc_title>h3{
        font-size: 32px;
    }
    .product_desc_bt>h3 {
        font-size: 28px;
        margin: 45px 0px 30px;
        padding-bottom: 17px;
    }
    .news_title h3 {
        font-size: 26px;
    }
    .news_item{
        margin-bottom: 30px;
    }
    .news_desc_container {
        margin: 70px 0 100px;
    }
    .news_desc_box h3 {
        font-size: 30px;
    }
    .news_desc{
        margin: 25px 0 45px;
    }
    .news_desc_box>p{
        padding: 5px 0 0;
    }
    .application_box .product_options_list{
        flex-wrap: wrap;
    }
    .application_box .product_options_list>li:nth-of-type(2n){
        display: none;
    }
    .application_box .product_option{
        width: 24.5%;
        text-align: center;
    }
    .application_right_list .product_right_item>div {
        height: 240px;
    }
    .contact_box {
        margin-top: 40px;
    }
    .contact_box>#map {
        width: 550px;
        height: 350px;
    }
    .contact_list {
        width: calc(100% - 590px);
    }
    .contact_list>h3 {
        font-size: 26px;
        padding: 20px 0;
    }
    .contact_list>ul>li{
        margin-top: 15px;
    }
    .contact_contaienr{
        margin: 56px 0;
    }
    .contact_form_container {
        padding: 55px 0px 80px;
    }
    .contact_form_box {
        width: 100%;
        margin: 32px auto 0px;
    }
}
@media (max-width:1000px){
    .banner{
        margin-top: 0 !important;
    }
    .tab_list{
        flex-wrap: wrap;
        margin: 30px 0px 40px;
    }
    .tab_list>li{
        width: 30%;
        margin-bottom: 20px;
    }
    .tab_list>li>div{
        height: 150px;
    }
    .tab_list>li>h5 {
        margin: 20px 0 10px;
    }
    .h_about>.container_1440{
        flex-wrap: wrap;
    }
    .h_about_l,
    .h_about_r{
        width: 100%;
    }
    .h_about_l{
        margin-bottom: 30px;
    }
    .container_title>h3 {
        font-size: 32px;
    }
    .container_title>p {
        font-size: 22px;
    }
    .h_about {
        padding: 60px 0;
    }
    .h_about_l>p:nth-of-type(1) {
        font-size: 24px;
        margin: 28px 0 3px;
    }
    .h_about_link {
        margin-top: 28px;
    }
    .h_product_t{
        flex-wrap: wrap;
        height: auto;
    }
    .h_product_list {
        width: 100%;
        padding: 29px 26px 28px;
        border-radius: 30px 30px 0px 0px;
        margin-bottom: 20px;
    }
    .h_product_desc {
        flex-wrap: wrap;
        width: 100%;
        border-radius: 0px 0px 30px 30px;
    }
    .h_product_img{
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    .h_product_img img{
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
    }
    .h_product_text{
        width: 100%;
    }
    .h_product_b .swiper-slide>div>p {
        font-size: 16px;
    }
    .h_product_b {
        padding: 20px 20px 15px;
        /* min-height: 759px; */
    }
    .h_pertner {
        padding: 50px 0 60px;
    }
    .h_pertner_list>li{
        width: 32%;
        height: 120px;
    }
    .crumb_container p, .crumb_container p a {
        font-size: 16px;
    }
    .page_container_title>h3 {
        font-size: 28px;
    }
    .page_container_title>h3>img{
        height: 26px;
        margin-left: 10px;
    }
    .page_container_title>p {
        font-size: 18px;
    }
    .company_desc_container {
        padding: 36px 0 40px;
    }
    .company_desc_img {
        margin: 20px 0 0;
    }
    .company_desc_text>h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .company_desc_text>p {
        font-size: 16px;
    }
    .company_advantage_container {
        padding: 45px 0 2px;
    }
    .technology_container {
        padding: 40px 0 80px;
    }
    .technology_options_list{
        flex-wrap: wrap;
    }
    .technology_box {
        margin-top: 25px;
    }
    .technology_options_list>li>a {
        font-size: 18px;
    }
    .technology_item {
        margin-bottom: 25px;
        padding: 20px;
    }
    .technology_item_list {
        margin-top: 35px;
    }
    .technology_item>div:first-child {
        width: 20%;
        font-size: 176px;
    }
    .technologt_text {
        width: 78%;
        padding: 17px 20px;
    }
    .design_swiper_container .page_container_title{
        margin-top: 40px;
    }
    .design_swiper_box {
        padding: 20px 0 115px;
    }
    .design_swiper_item{
        flex-wrap: wrap;
        align-items: flex-start;
        height: auto;
    }
    .design_swiper_item_title{
        height: auto;
        width: 300px;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 25px;
    }
    .design_swiper_item_desc{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform:translate(0,0);
        height: 300px;
    }
    .design_swiper_container{
        height: auto;
    }
    .design_swiper_item_desc>div{
        padding: 20px;
        max-height:none;
        height: 100%;
    }
    .design_swiper_item_title h1 {
        font-size: 54px;
    }
    .design_swiper_item_desc::before {
        border-bottom: 20px solid #fff;
        border-right: 20px solid rgba(0, 0, 0, 0);
        border-left: 20px solid rgba(0, 0, 0, 0);
    }
    .design_swiper_box .swiper-slide-active{
        background-color: #eee;
    }
    .design_file_container{
        padding: 50px 0;
    }
    .design_file_desc>a>div {
        width: 50px;
        height: 50px;
        padding: 12px;
    }
    .design_file_desc>a {
        font-size: 22px;
        line-height: 25px;
    }
    .design_file_desc {
        margin: 70px 0 0;
    }
    .y_box{
        flex-wrap: wrap;
    }
    .product_options_list{
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 10px;
        padding: 0 10px 10px;
    }
    #product_option_active>a, .product_option>a:hover{
        border-radius: 10px;
    }
    .product_option{
        width: 32%;
        text-align: center;
        margin: 10px 0px 0px;
    }
    .product_options_list>li:nth-of-type(2n){
        display: none;
    }
    .product_options_list_box {
        margin: 20px 0 26px;
    }
    .product_container{
        padding: 40px 0px 60px;
    }
    .y_box_r,
    .y_box_l{
        width: 100%;
    }
    .product_item_box .product_left_box{
        border-radius: 20px;
    }
    .product_left_desc>h3 {
        font-size: 22px;
        margin: 14px 0 17px;
    }
    .product_left_text>span{
        margin: 5px 0;
    }
    .product_left_text>p{
        margin: 0px 0px 20px;
    }
    .product_left_text>div>div {
        width: 50px;
        height: 50px;
        margin-left: 8px;
        line-height: 37px;
    }
    .product_item_box>.y_box_r{
        margin-top: 30px;
        border-radius: 20px;
    }
    .product_desc_container {
        margin: 50px 0px 80px;
    }
    .product_desc_tp{
        flex-wrap: wrap;
    }
    .producy_desc_title{
        width: 100%;
        order: -1;
    }
    .product_desc_swiper{
        width: 100%;
        margin-top: 25px;
    }
    .product_desc_bt>ul>li:last-child{
        display: none;
    }
    .product_desc_bt>ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .product_desc_bt>ul>li{
        width: 48.5%;
        margin-top: 20px;
        margin-right: 0;
    }
    .producy_desc_title>h3 {
        font-size: 28px;
        padding: 0 0 18px;
        margin-bottom: 5px;
    }
    .producy_desc_title>div>p {
        margin: 20px 0 12px;
    }
    .product_desc_bt>h3 {
        font-size: 25px;
        margin: 40px 0px 0;
        padding-bottom: 14px;
    }
    .product_desc_bt>ul>li div img{
        max-width: 90%;
        width: auto;
    }
    .news_item{
        margin-bottom: 25px;
    }
    .news_item a{
        flex-wrap: wrap;
        padding: 20px 25px;
    }
    .news_left{
        width: 100%;
        height: auto;
    }
    .news_right{
        width: 100%;
        margin-top: 20px;
    }
    .news_title h3 {
        font-size: 24px;
    }
    .news_desc_box h3 {
        font-size: 26px;
        margin-bottom: 0;
    }
    .news_desc_container {
        margin: 50px 0 80px;
    }
    .news_tab{
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .news_tab>p{
        max-width: none;
        width: 100%;
    }
    .news_tab>p:last-child{
        margin-top: 5px;
    }
    .news_desc {
        margin: 15px 0 30px;
        font-size: 16px;
    }
    .application_left_desc{
        height: auto;
    }
    .contact_box{
        flex-wrap: wrap;
    }
    .contact_box>#map{
        width: 100%;
        height: 300px;
        margin-top: 25px;
    }
    .contact_contaienr{
        margin: 40px 0;
    }
    .contact_list{
        width: 100%;
    }
    .contact_box{
        margin-top: 0;
    }
    .contact_list>h3 {
        font-size: 24px;
        padding: 20px 0 15px;
    }
    .contact_form_container {
        padding: 30px 0px 60px;
    }
    .contact_form_box li{
        margin-bottom: 20px;
    }
    .contact_form_box{
        margin: 25px auto 0px;
    }
}

@media (max-width:600px){
    .container_1440{
        margin: 0 10px;
    }
    .tab_list {
        margin: 25px 0px 20px;
    }
    .tab_list>li {
        width: 46%;
        margin-bottom: 10px;
    }
    .tab_list>li>div {
        height: 135px;
    }
    .tab_list>li>div>div>img {
        max-width: 80%;
        max-height: 80%;
    }
    .tab_list>li>h5 {
        font-size: 16px;
        margin: 10px 0 6px;
    }
    .h_about {
        padding: 30px 0;
    }
    .container_title>h3 {
        font-size: 20px;
    }
    .container_title>p {
        font-size: 15px;
    }
    .h_about_l>p:nth-of-type(1) {
        font-size: 19px;
        margin: 12px 0 2px;
    }
    .h_about_l>p:nth-of-type(2) {
        font-size: 14px;
    }
    .h_about_link {
        margin-top: 15px;
    }
    .h_about_l{
        margin-bottom: 20px;
    }
    .h_about_link>a {
        width: 118px;
        font-size: 16px;
        height: 38px;
        line-height: 35px;
    }
    .p100 {
        padding: 30px 0;
    }
    .h_product_list_item>ul{
        padding-left: 30px;
    }
    .h_product_t {
        margin: 12px 0px 10px;
    }
    .h_product_list_item>ul>li,
    .h_product_list_item>p {
        min-height: 30px;
        line-height: 30px;
    }
    .h_product_list_item,
    .h_product_list_item>ul>li{
        margin-top: 7px;
    }
    .h_product_list {
        padding: 15px 15px 20px;
        margin-bottom: 15px;
    }
    .h_product_desc {
        padding: 15px 10px 10px;
    }
    .h_product_img {
        height: 260px;
        margin-bottom: 15px;
        padding: 10px;
    }
    .h_product_text>h3 {
        font-size: 19px;
    }
    .h_product_text>div>p:nth-of-type(1) {
        width: 88px;
        height: 26px;
        font-size: 14px;
        line-height: 24px;
    }
    .h_product_text>div {
        margin-top: 5px;
    }
    .h_product_text>div>p:nth-of-type(2){
        margin: 5px 0;
    }
    .h_product_more>div {
        width: 45px;
        height: 45px;
    }
    .h_product_more>span {
        font-size: 18px;
    }
    .h_product_b {
        padding: 12px 10px 10px;
        /* min-height: auto; */
    }
    .h_product_b .swiper-pagination .swiper-pagination-bullet {
        margin-right: 8px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .h_product_next {
        border-left: 20px solid #878787;
        border-top: 12px solid rgba(0, 0, 0, 0);
        border-bottom: 12px solid rgba(0, 0, 0, 0);
        margin-left: 18px;
    }
    .h_product_prev {
        border-right: 20px solid #878787;
        border-top: 12px solid rgba(0, 0, 0, 0);
        border-bottom: 12px solid rgba(0, 0, 0, 0);
        margin-right: 18px;
    }
    .h_product_swiper_page{
        min-height: auto;
        padding:10px 0 20px;
    }
    .h_pertner {
        padding: 30px 0 35px;
    }
    .h_pertner_list{
        margin-top: 10px;
    }
    .h_pertner_list>li {
        width: 49%;
        height: 92px;
        margin-bottom: 6px;
    }
    .h_news {
        padding: 30px 0;
    }
    #h_news_swiper_prev>img, #h_news_swiper_next>img {
        width: 45px;
        height: 45px;
    }
    .h_news_box {
        padding: 8px 35px 0;
    }
    #h_news_swiper .swiper-slide {
        height: 525px;
    }
    #h_news_swiper .swiper-slide>div>h5 {
        font-size: 18px;
    }
    #h_news_swiper .swiper-slide>div>p{
        -webkit-line-clamp:9;
    }
    .h_news_box::before {
        bottom: 28px;
    }
    .crumb_container p, .crumb_container p a {
        font-size: 14px;
    }
    .page_container_title>h3 {
        font-size: 20px;
    }
    .page_container_title>p{
        font-size: 15px;
    }
    .page_container_title>h3>img {
        height: 17px;
        margin-left: 6px;
        top: 3px;
    }
    .company_desc_container {
        padding: 25px 0;
    }
    .company_desc_img{
        margin: 12px 0 0;
        border-radius: 15px;
    }
    .company_desc_text>h3 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .company_desc_text>p {
        font-size: 14px;
    }
    .company_advantage_container .tab_list>li>h5 {
        margin: 14px 0 8px;
    }
    .tab_list {
        margin: 15px 0px 20px;
    }
    .company_advantage_container {
        padding: 30px 0 2px;
    }
    .technology_container {
        padding: 25px 0 34px;
    }
    .technology_options_list>li:nth-of-type(2n){
        display: none;
    }
    .technology_box {
        margin-top: 15px;
    }
    .technology_options_list>li>a {
        font-size: 14px;
        padding: 8px 10px;
        border-radius: 10px;
        letter-spacing:1px;
    }
    .technology_options_list{
        border-radius: 10px;
        padding:0px 5px 5px;
        justify-content: space-between;
    }
    .technology_options_list>li{
        width: 48%;
        text-align: center;
    }
    .technology_item_list {
        margin-top: 15px;
    }
    .technology_item {
        margin-bottom: 15px;
        padding: 10px;
        flex-wrap: wrap;
    }
    .technology_item>div:first-child{
        width: 100%;
        font-size: 70px;
    }
    .technologt_text{
        width: 100%;
        padding-inline-start: 10px 15px;
    }
    .technologt_text>h5>span {
        font-size: 16px;
        margin: 0 5px;
    }
    .technologt_text>h5>img {
        width: 36px;
        top: -1px;
        letter-spacing:1px;
    }
    .technologt_text>div{
        font-size: 14px;
    }
    .design_swiper_container .page_container_title {
        margin-top: 25px;
    }
    .design_swiper_item_title h1 {
        font-size: 28px;
    }
    .design_swiper_item_title{
        min-width: 260px;
        width: auto;
        margin-bottom: 20px;
        box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
    }
    .design_swiper_item_desc::before {
        border-bottom: 15px solid #fff;
        border-right: 15px solid rgba(0, 0, 0, 0);
        border-left: 15px solid rgba(0, 0, 0, 0);
    }
    .design_swiper_item_desc>div{
        font-size: 14px;
        padding: 10px;
        border-radius: 10px;
    }
    .design_swiper_item{
        padding: 10px 10px 15px;
        border-radius: 20px;
    }
    .design_swiper_box {
        padding: 16px 0 30px;
    }
    .container_title>h3 {
        font-size: 18px;
        margin: 0 10px;
    }
    .design_file_container_title img {
        height: 14px;
        top: 0;
    }
    .design_file_container {
        padding: 25px 0;
    }
    .design_file_desc>a>div {
        width: 45px;
        height: 45px;
        margin-left: 10px;
    }
    .design_file_desc>a {
        font-size: 18px;
        line-height: 19px;
    }
    .design_file_desc {
        margin: 45px 0 0;
    }
    .product_container {
        padding: 25px 0px 30px;
    }
    .product_left_title h3 {
        font-size: 17px;
        margin: 15px 5px;
    }
    .product_option{
        width: 49%;
    }
    .product_option>a{
        font-size: 16px;
        padding: 10px 20px;
    }
    .product_options_list_box {
        margin: 13px 0 18px;
    }
    .product_item_box>.y_box_r{
        order: -1;
    }
    .product_item_box>.y_box_r{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .product_right_list {
        padding: 0px 12px 12px;
        margin-top: 0;
    }
    .product_right_item {
        width: 48.5%;
        padding: 8px;
        margin-bottom: 20px;
        border-radius: 15px;
    }
    .product_right_item>div {
        height: 140px;
        border-radius: 15px;
    }
    .product_right_item>p {
        font-size: 14px;
        margin-top: 6px;
        padding:5px 8px;
        line-height: 1.5;
        border-radius: 10px;
    }
    .product_left_title img {
        height: 14px;
        top: -2px;
    }
    .product_left_desc {
        padding: 0px 10px;
    }
    .product_left_desc>h3 {
        font-size: 18px;
        margin: 10px 0 15px;
    }
    .product_left_text>span {
        font-size: 15px;
    }
    .product_left_text>p{
        font-size: 14px;
        margin: 0px 0px 6px;
    }
    .product_left_text>div>a {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1;
    }
    .product_left_text>div>div {
        width: 44px;
        height: 44px;
        margin-left: 8px;
        line-height: 28px;
    }
    .producy_desc_title>h3{
        font-size: 22px;
        padding: 0 0 10px;
        margin-bottom: 0;
    }
    .producy_desc_title>p{
        font-size: 16px;
    }
    .producy_desc_title>p img{
        margin-right: 5px;
    }
    .product_desc_container {
        margin: 25px 0px 35px;
    }
    .producy_desc_title>div>p {
        margin: 15px 0 5px;
        font-size: 14px;
    }
    .producy_desc_title>div>div {
        font-size: 16px;
        text-indent: 32px;
        color: #333;
    }
    .product_desc_swiper_top {
        height: 370px;
    }
    .product_desc_swiper_bottom .swiper-slide {
        height: 100px;
    }
    .product_desc_swiper_bottom{
        margin-top: 10px;
    }
    .product_desc_bt>h3 {
        font-size: 20px;
        margin: 28px 0px 0;
        padding-bottom: 8px;
    }
    .product_desc_bt>ul>li {
        margin-top: 15px;
        padding: 10px;
    }
    .product_desc_bt>ul>li div {
        height: 145px;
    }
    .product_desc_bt>ul>li p{
        font-size: 14px;
    }
    .news_item a {
        padding: 12px 10px;
    }
    .news_title h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .news_right{
        margin-top: 15px;
    }
    .news_right>p{
        font-size: 14px;
        text-indent: 28px;
        margin: 10px 0 15px;
    }
    .news_more>span{
        font-size: 16px;
    }
    .news_more>div{
        margin-left: 10px;
        width: 40px;
        height: 40px;
    }
    .news_item {
        margin-bottom: 15px;
    }
    .news_desc_box h3{
        font-size: 18px;
    }
    .news_desc_box>p{
        font-size: 14px;
        padding: 5px 0 0;
    }
    .news_desc {
        margin: 10px 0 20px;
        font-size: 14px;
    }
    .news_tab{
        padding-top: 10px;
    }
    .news_tab>p{
        font-size: 14px;
    }
    .news_tab>p:last-child{
        margin-top: 0;
    }
    .news_desc_container {
        margin: 30px 0;
    }
    .application_box .product_option{
        width: 49%;
    }
    .application_right_list .product_right_item>div {
        height: 178px;
    }
    .application_item_box .product_right_item{
        margin-bottom: 12px;
    }
    .application_item_box .y_box_l{
        order: -2;
    }
    .application_item_box .y_box_r{
        margin-top: 20px;
        margin-bottom: 0;
    }
    .contact_contaienr{
        margin: 25px 0;
    }
    .contact_box>#map{
        margin-top: 15px;
        height: 200px;
    }
    .contact_list>h3 {
        font-size: 18px;
        padding: 16px 0 10px;
    }
    .contact_list>ul>li{
        font-size: 16px;
        margin-top: 10px;
    }
    .contact_form_container {
        padding: 16px 0px 45px;
    }
    .contact_form_box li{
        width: 100%;
        margin-bottom: 10px;
    }
    .contact_form_box li>input{
        height: 40px;
    }
    .contact_form_box li>p{
        font-size: 15px;
    }
    .contact_form_box{
        margin: 15px auto 0;
    }
    .contact_commit_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .yz>input{
        width: 150px;
        height: 40px;
    }
    .contact_commit_box>input{
        width: 150px;
        height: 40px;
        margin-top: 20px;
    }
}




/* page tab but */
.page_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.page_tab>a {
    width: 50px;
    height: 50px;
    background-color: #f4f2f2;
    border-radius: 7px;
    opacity: 1;
    box-shadow: 0px 4px 8px 1px rgba(85, 86, 86, 0.35);
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    color: #878787;
    margin-right: 20px;
}

.page_tab>a:last-of-type {
    margin-right: 0;
}

.page_tab>.page-num-current {
    background-color: #ffa632;
    color: #fff;
}
.page_tab>.h_product_prev,
.page_tab>.h_product_next{
    height: 1px;
}
.news_box .page_tab{
    margin-top: 60px;
    margin-bottom: 0;
}

.page_tab>p{
    font-size: 18px;
    color: #333;
    margin: 0 20px;
}
.page_link>select{
    background-color: #fff;
    font-size: 18px;
    color: #333;
    border: 1px solid rgba(85, 86, 86, 0.35);
    border-radius: 10px;
    padding: 5px 10px;
}
.page_tab>span{
    font-size: 24px;
    color: #333;
    margin-right: 20px;
}
.page_tab>span:last-of-type{
    margin-left: 20px;
    margin-right: 0;
}

@media (max-width:1440px){
    .page_tab>a{
        width: 45px;
        height: 45px;
        font-size: 20px;
        line-height: 44px;
    }
    .page_link>select,
    .page_tab>p{
        font-size: 17px;
    }
    .page_tab>span{
        margin-right: 15px;
    }
    .page_tab>span:last-of-type{
        margin-left: 15px;
    }
    .page_link>select{
        padding: 5px 6px;
    }
}
@media (max-width:1200px){
    .page_tab>a{
        margin-right: 15px;
    }
    .news_box .page_tab{
        margin-top: 50px;
        margin-bottom: 0;
    }
    .page_tab{
        flex-wrap: wrap;
    }
}
@media (max-width:600px){
    .page_tab>a{
        margin-right: 8px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .news_box .page_tab{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .page_tab>p{
        font-size: 14px;
        margin: 0 10px;
    }
    .page_link>select{
        font-size: 14px;
    }
    .page_link>select,
    .page_tab>p{
        font-size: 16px;
    }
    .page_tab>span{
        margin-right: 10px;
    }
    .page_tab>span:last-of-type{
        margin-left: 10px;
    }
}



/* before add */
.h_product_b .h_product_swiper_page .swiper-pagination-bullet:only-child{
    display: block !important;
}