<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Basic public styles  */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Montserrat", "Roboto", Tahoma, sans-serif;
}

i {
    font-style: normal;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

body {
    background-color: #f9f9f9;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

.clear {
    clear: both;
}

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

/*clear float*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

em {
    font-style: normal !important;
}
.contact_right .feedbackForm{background-color: #abb8c3;}
.contact_right .feedbackForm .btn{background: #ffffff;color:#abb8c3}
@font-face {
    font-family: "iconfont";
    src: url("iconfont.eot");
    src: url("iconfont.eot?#iefix") format("embedded-opentype");
    /* url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg"); */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../css/fonts/Montserrat-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../css/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../css/fonts/Montserrat-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../css/fonts/Montserrat-Regular.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../css/fonts/Montserrat-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../css/fonts/Montserrat-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

.container {
    max-width: 1500px !important;
}


/* Advertising header */
.bannerimg img {
    width: 100%;
    vertical-align: middle;
    max-width: initial;
}

.public_ad_header {
    height: 48px;
    padding: 10px 0;
    /* border-bottom: 1px solid #e5e5e5; */
    background-color: #eee;
}

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

.public_ad_header_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

/* mobile */
.mobile {
    width: 100%;
    z-index: 99999999;
    display: none;
    height: 70px;
}

.navbar-brand img,
.offcanvas-title img {
    max-height: 50px;
    vertical-align: middle;
    max-width: initial;
}

.offcanvas-body .btn {
    padding: 6px 12px;
    margin-top: 0;
}

.dropdown_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.dropdown_title span {
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
    z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #325096;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    width: 100%;
}

.btn-success {
    background-color: #325096;
}

.open&gt;.dropdown-menu {
    display: block;
}

.navbar .dropdown-menu li a {
    color: #000;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: #325096;
}

.navbar .offcanvas-body .pe-3 {
    padding-right: 0 !important;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

/* public-Sidebar */
.public_sidebar {
    /* height: 100%; */
    padding: 0 20px 0;
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 26px;
}

.public_sidebar h3 {
    padding: 16px 15px 12px;
    line-height: 28px;
    font-size: 17px;
    font-weight: bold;
    color: #111;
}

.public_sideItems {
    display: flex;
    padding: 12px 0 12px 22px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #bebebe;
    transition: all ease 0.3s;
}

.public_sideLogo {
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.public_sideCurrent {
    background-color: #325096;
    color: #fff;
    border-bottom: 1px solid #325096;
}

.public_sideCurrent .indexProImgs1 {
    display: block;
}

.public_sideCurrent .indexProImgs2 {
    display: none;
}

.public_sideItems:hover {
    /* background-color: #325096;
    color: #fff;
    border-bottom: 1px solid #325096; */
    padding-left: 30px;
}

.public_sideItems:hover.public_sideCurrent {
    padding-left: 22px;
}

/* .public_sideItems:hover .indexProImgs1{
    display: block;
}

.public_sideItems:hover .indexProImgs2{
    display: none;
} */

.public_sideItems span {
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

.public_sideItems span {
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
}

.bread_crumbs {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #888;
}

.bread_crumbs a {
    font-size: 13px;
    color: #888;
}

.bread_crumbs a:first-child {
    color: #325096;
    text-decoration: underline;
}

.bread_crumbs span {
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
}



/* Page-aboutus */
.page_aboutus {
    padding-bottom: 50px;
}

.page_abRight {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 60px 30px;
}

.page_abRtitle {
    font-size: 25px;
    color: #111;
    font-weight: 600;
    padding-bottom: 30px;
}

.page_abRImg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 65%;
    border-radius: 5px;
    margin-bottom: 15px;
}

.page_abRImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 5px;
}


.page_abTopr {
    padding-left: 15px;
    margin-bottom: 20px;
}

.page_abTopr p {
    font-size: 16px;
    line-height: 28px;
    color: #888;
}

.page_abText1 {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    padding-bottom: 30px;
}

.page_abHonor {
    padding: 10px;
    background-color: #f9f9f9;
}

.page_abText2 {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    padding-top: 20px;
    padding-bottom: 10px;
}


/* Page-productList1 */
.page_proList1 {
    padding-bottom: 50px;
}

.page_plRight1 {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 60px 30px;
}

.page_plRtitle {
    font-size: 25px;
    color: #111;
    font-weight: 600;
    padding-bottom: 20px;
}

.product_list {
    padding: 70px 0;
}

.product_list_flex {
    display: flex;
    flex-wrap: wrap;
}

.product_list_li {
    margin-bottom: 30px;
}

.product_list_box {
    height: 100%;
    padding: 15px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    transition: all 0.35s ease-in-out;
}

.product_list_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_list_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    background-color: #f1f1f1;
}

.product_list_content h3 {
    text-transform: lowercase;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    color: #325096;
    text-decoration: underline;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.product_list_li:hover .product_list_box {
    border: 1px solid #325096;
}

.product_list_content h3:hover {
    color: #4a90e2;
}

.product_list_li:hover .product_list_img img {
    transform: scale(1.2);
}

.pagelistBox {
    margin: 20px 0;
}

.pagelist {
    background: #fcfcfc;
    padding: 5px 0;
    margin: 0;
    vertical-align: top;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pagelist a {
    text-decoration: none;
    color: #343434;
    display: block;
    font-size: 13px;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagelistBox .pagelist .active {
    color: #7b90e9;
    opacity: 1;
    text-align: center;
}

.pagelistBox .pagelist .on {
    width: 20px;
    opacity: 1;
}

/* page_productShow */
.page_productshow {
    padding-bottom: 50px;
}

.scrollHot h2 {
    padding: 20px 15px;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #325096;
    color: #fff;
    text-align: center;
    margin: 20px auto;
}

/* scrollDiv */
.scrollDiv {
    height: 360px;
    /* 必要元素 */
    line-height: 25px;
    border: #ccc 1px solid;
    overflow: hidden;
    /* 必要元素 */
}

.scrollDiv li {
    height: 290px;
    /* margin-bottom: 20px; */
}

.scrollDiv li h3 {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 10px;
}

#s2,
#s3 {
    height: 580px;
}

.product_static_hot {
    margin-top: 30px;
}


.product_static_hot .newsbox {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-shadow: none;
    border: 1px solid #cccccc83;
    transition: all 0.35s ease-in-out;
}

.product_static_hot .newsbox:hover {
    background: #325096;
    border: 1px solid #fff;
}

.product_static_hot .newsboximg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: #fff;
}

.product_static_hot .newsboximg img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    background-color: #f1f1f1;
}

.product_static_hot .newsbox {
    border-radius: 0;
    margin-bottom: 15px;
}

.product_static_hot .newsboxtxt {
    padding: 0 0px 0 0;
}

.product_static_hot .newsboxtxt h3 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 25px;
    transition: all 0.35s ease-in-out;
    padding: 0 15px 0 0;
}


.product_static_hot .newsboxflexImg {
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_left_hotproduct .scrollDiv li .scrollDivimg {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;

}

.product_left_hotproduct .scrollDiv li .scrollDivimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f1f1f1;
}

.product_left_hotproduct {
    margin-top: 30px;
}

.product_left_hotproduct .scrollDiv li h3 {
    font-size: 16px;
    color: #000;
    text-transform: lowercase;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.product_left_hotproduct #btn1 {
    color: #325096;
    font-size: 20px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.product_left_hotproduct #btn2 {
    color: #325096;
    font-size: 20px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.page_psRight {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 60px 30px;
}

.product_show_main_flex {
    display: flex;
    flex-wrap: wrap;
}

.product_thumbnail_item img {
    width: 150px;
    height: 150px;
}

.nslick-list .product_thumbnail_item {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.product_show_main_describe h1 {
    word-wrap: break-word;
    font-size: 28px;
    color: #325096;
    font-weight: bold;
    /* background-color: #325096; */
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product_show_main_describe h4 {
    color: rgba(50, 80, 150, 0.9);
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

.product_show_main_describe h4 span {
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
    font-size: 14px;
}

.product_show_main_describe h5 {
    color: rgba(50, 80, 150, 0.9);
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.product_show_main_describe h5 a {
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
    font-size: 14px;
    margin-left: 5px;
}

.product_show_main_describe h5 a:hover{
    color: rgba(50, 80, 150, 0.9);
}

.product_show_main_describe p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.product_show_main_button {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.product_show_main_button a {
    padding: 9px 19px;
    border: 1px solid #325096;
    display: block;
    color: #325096;
    font-size: 16px;
    text-align: center;
    margin: 10px 10px 10px 0;
}

.product_show_main_button a:hover {
    background-color: #325096;
    color: #fff;
}

.productshow_tabmain .productshow_tab_main:nth-child(n + 2) {
    display: none;
}

.productshow_tab {
    margin: 30px 0 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.productshow_tab h4:first-child {
    border-right: 1px solid #fff;
}

.productshow_tab h4 {
    cursor: pointer;
    width: 49%;

    overflow: hidden;
    font-size: 20px;
    color: #fff;
    background-color: #325096;
    padding: 10px 0;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.productshow_tab_main h3 {
    font-size: 22px;
    color: #fff;
    background-color: #325096;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.productshow_tab_main h2 {
    font-size: 18px;
    color: #000;
    margin: 10px 0;

}

.productshow_tab_main p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-bottom: 10px;

}

.productshow_tab_main img {
    width: 100%;
    vertical-align: middle;
    margin: 10px auto;
    text-align: center;
    display: block;
}

.productshow_tab h4:hover {
    background-color: #E73134;
    transition: all 0.35s ease-in-out;
}

.productshow_tab .productshow_tab_active {
    background-color: #E73134;
}

.productshow_tab_tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    text-align: center;
    margin: 10px 10px 10px 0;
}

.productshow_tab_tags a:hover {
    color: #325096;
    text-decoration: underline !important;
    border: 1px solid #325096;
}

.product_inquiry_form {
    padding: 30px;
    background-color: #f1f1f1;
}

.product_inquiry_form h2 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;

}

.hot_product {
    margin-top: 50px;
}

.hot_product_title {
    margin-bottom: 30px;
}

.hot_product_title h3 {
    font-size: 24px;
    color: #325096;
    padding-left: 15px;
    border-left: 4px solid #325096;
    font-weight: bold;
}

.indexproduct_flex {
    display: flex;
    flex-wrap: wrap;
}

.indexproduct_liaa {
    height: 100%;
}

.productshow_otherSwiper .swiper-slide {
    padding-left: 1px;
    margin-bottom: 10px;
}

.indexproduct_boxaa {
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    /* box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); */
    border: 1px solid #d3d3d3;
    transition: all 0.35s ease-in-out;
}

.indexproduct_imgaa {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.indexproduct_imgaa img {
    background-color: #f1f1f1;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
}

.indexproduct_contentaa {
    padding: 15px 15px 30px 15px;
}

.indexproduct_contentaa p {
    font-size: 16px;

    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
    color: #325096;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_contentaa h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #252525;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_btnaa {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto;
}

.indexproduct_btnaa a {
    font-size: 16px;
    color: #325096;
    display: block;
    padding: 10px 40px;
    border: 1px solid #325096;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.indexproduct_liaa:hover .indexproduct_btnaa {
    background-color: #325096;
}

.indexproduct_liaa:hover .indexproduct_btnaa a {
    color: #fff;
}

.indexproduct_liaa:hover .indexproduct_imgaa img {
    transform: scale(1.2);
}

.productshow_otherSwiper {
    padding-bottom: 30px;
}

/* form */
.yandex-form #form .list {
    margin-bottom: 15px;
}

.yandex-form #form .list p {
    color: #2a2b32;
    font-size: 18px;
    line-height: 2;
}

.yandex-form #form .list p span {
    color: #ff4236;
}

.yandex-form #form .list input {
    width: 100%;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    border: solid #ddd 1px;
}

.yandex-form #form .list input::placeholder {
    font-size: 16px;
}

.yandex-form #form .list textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 24px;
    resize: none;
    height: 120px;
    border: solid #ddd 1px;
}

.yandex-form #form .list textarea::placeholder {
    font-size: 16px;
}

.yandex-form #form #submit {
    width: 100%;
    color: #fff;
    background-color: #325096;
    border: none;
    line-height: 3;
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
}


/* pagefenye */
.page_ctrl_box {
    padding: 40px 0;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.page_ctrl_box .prev {
    float: left;
    padding-left: 28px;
    background-position: left center;
    background-repeat: no-repeat;
}

.page_ctrl_box .prev i {
    padding-right: 5px;
    font-size: 10px;
    line-height: 18px;
    color: #3250969f;
}

.page_ctrl_box .next i {
    padding-left: 5px;
    font-size: 10px;
    line-height: 18px;
    color: #3250969f;
}

.page_ctrl_box a {
    display: flex;
    align-items: center;
}

.page_ctrl_box a span {
    font-size: 16px;
    word-wrap: break-word;
    word-break: break-all;
}

.page_ctrl_box a:hover {
    color: #325096;
}

.page_ctrl_box .list-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    background-size: 100%;
    transition: all 0.3s;
    background-color: #f1f1f159;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_ctrl_box .list-btn i {
    font-size: 15px;
    color: #3250969f;
}

.page_ctrl_box .next {
    float: right;
    padding-right: 28px;
    background-repeat: no-repeat;
    background-position: right center;
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
    font-size: 18px;
    line-height: 16px;
    color: #333;
    background-repeat: no-repeat;
    background-size: 8px;
    transition: all 0.3s;
    text-transform: capitalize;
}


/* page_newsList */
.page_newsList1 {
    padding-bottom: 50px;
}

.page_nlRight {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 60px 30px;
}

.newsbox {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsboximg {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: #fff;
}

.newsboximg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsboxtxt {
    padding: 0 30px 0 0;
}

.newsboxtxt h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 25px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsboxtxt p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsboxtxt_bottom {
    padding-top: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.newsboxtxt_bottom span {
    font-size: 16px;
    color: #666;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsmore a {
    font-size: 16px;
    color: #325096;
    font-weight: bold;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsmore i {
    color: #325096;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover {
    background: #325096;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsboximg img {
    transform: scale(1.2);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsboxtxt h3,
.newsbox:hover .newsboxtxt p {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsboxtxt_bottom span {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsmore a,
.newsbox:hover .newsmore i {
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsmore:hover {
    padding-right: 30px;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.newsboxflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* page_newsshow */
.page_newsshow {
    padding-bottom: 50px;
}

.page_nsRight {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 60px 30px;
}

.newshow {
    padding: 20px 0;
}

.newshow_title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.newshow_title h1 {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    word-wrap: break-word;
}

.newshow_title p {
    font-size: 16px;
    text-align: center;
    color: #888;
    margin-top: 20px;
}

.newshow_main {
    padding-top: 20px;
}

.newshow_main p {
    font-size: 16px;
    line-height: 28px;
    color: #888;
    margin-bottom: 15px;
    text-transform: lowercase;
}

.newshow_main img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.newshow_main h2 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: bold;
    color: #666;
}

.newshow_main h3 {
    font-size: 18px;
    color: #666;
    margin: 10px 0;
    font-weight: bold;
}

.newsinfo {
    border-bottom: 1px #ddd solid;
    padding: 50px 0;
}

.newsinfotit {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px #ddd solid;
    padding-bottom: 15px;
    padding-top: 15px;
}

.newshow .page_ctrl_box {
    padding: 40px 0 40px;
}


/* psge_contactus */
.page_contactus {
    padding-bottom: 50px;
}

.page_contactus .public_sidebar {
    height: 100%;
}

.page_conRight {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 60px 26px;
}

.page_conRtitle {
    font-size: 25px;
    color: #111;
    font-weight: 600;
    padding-bottom: 30px;
}

.page_conRdes {
    font-size: 16px;
    color: #888;
    margin-bottom: 45px;
}

.contactflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact_left {
    margin-bottom: 30px;
}

.contact_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

.contact_list li i {
    display: block;
    width: 30px;
    font-size: 20px;
    color: #325096;
    margin-right: 15px;
}

.contact_list li p,
.contact_list li a {
    font-size: 14px;
    color: #888;
    flex: 1;
}

.contact_list li p a {
    margin-right: 5px;
}

.contact_left h1 {
    color: #888;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact_inquiry_form_main {
    margin-top: 25px;
    background-color: #f1f1f1;
    padding: 35px 30px 40px;
}

.contact_inquiry_form_main h2 {
    font-size: 30px;
    color: #888;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.contact_inquiry_form_main .yandex-form #form .list p {
    color: #2a2b32;
    font-size: 14px;
}

.contact_inquiry_form_main .yandex-form #form .list textarea {
    /* height: 100px; */
}

#map_paln2 {
    width: 100%;
    height: 450px;
}

.page_conRight .contact_inquiry_form_main .feedbackForm {
    padding: 0;
    background-color: transparent;
}

.page_conRight .contact_inquiry_form_main .feedbackForm .line input {
    width: 100%;
    padding: 10px 5px 10px 10px;
    box-sizing: border-box;
    border: solid #ddd 1px;
    box-shadow: none;
}

.page_conRight .contact_inquiry_form_main .feedbackForm .line textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    line-height: 24px;
    resize: none;
    height: 120px;
    border: solid #ddd 1px;
    box-shadow: none;
}


/* page_service1 */
.page_service1 {
    padding-bottom: 50px;
}

.page_service1 .public_sidebar {
    height: 100%;
}

.page_serRight1 {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 43px 60px 26px;
}

.page_serRtitle {
    font-size: 25px;
    color: #888;
    font-weight: 600;
    padding-bottom: 30px;
}

.service1_title h3 {
    font-size: 30px;
    line-height: 55Px;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
}

.service1_title p {
    margin-top: 5px;
    font-size: 18px;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.service1_title {
    margin-bottom: 20px;
}

.service1_main {
    padding: 10px 0;
}

.service1_box {
    position: relative;
    margin-bottom: 20px;
}

.service1Img {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
    display: block;
    height: auto;
    padding-top: 75%;
}

.serviceImg_look {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service1Img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(50, 80, 150, 0.7);
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.ser_look {
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}


.service1_box:hover .service1Img::before {
    opacity: 1;
}

.service1_box:hover .ser_look {
    opacity: 1;
    z-index: 99;
}

.service1_box:hover img {
    transform: scale(1.2);
}

.service1Img img {
    cursor: pointer;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.service1_main {
    border-bottom: 1px solid #eee;
}

.page_serRight1 .pagelistBox {
    margin: 20px 0 0;
}

/* 放大图片 */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000000000;
    display: none;
}

#popup {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000;
}

img.enlarged {
    width: 100%;
    height: auto;
}

#popup span {
    position: absolute;
    top: 0;
    right: -35px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}


/* page_service3 */
.page_service3 .service1_title {
    margin-bottom: 30px;
}

/* page_search */
.search_result {
    padding: 30px 0 60px 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.search_result_top h2 {
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 50px;
}

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

.search_result_box form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.search_result_box input {
    width: 100%;
    flex: 1;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    outline: none;
    background: none;
}

.search_result_box button {
    display: block;
    width: 10%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #325096;
    border: 1px solid #325096;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
    font-size: 30px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
    background-color: #fff;
    border: 1px solid #325096;
    width: 15%;
}

.search_result_box button:hover i {
    color: #325096;
}

.result_attention {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 4px solid #325096;
    flex-wrap: wrap;
}

.result_attention p {
    font-size: 26px;
    color: #000;
    font-weight: bold;
}

.result_attention span {
    font-size: 26px;
    color: #325096;
    font-weight: bold;
    display: block;
    margin: 0 5px;
}

.search_result_list {
    margin-top: 40px;
}

.resultcard {
    width: 100%;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
}

.resultcard p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.resultcard:hover h3 {
    color: #325096;
}

.resultcard:hover {
    border: 1px solid #325096;
}

@media(max-width: 576px) {

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .banner .bannerSwiper .swiper-horizontal&gt;.swiper-pagination-bullets {
        bottom: 10px !important;
    }

    .feedback,
    .scrollsidebar {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin: 0 5px 5px 0;
    }

    .newsinfo {
        display: none;
    }

    .page_ctrl_box .prev,
    .page_ctrl_box .next {
        font-size: 12px;
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    .bottomDiv {
        display: block;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    /* all_page_start*/
    .contact_plan3_card_box {
        padding: 20px 10px;
    }

    .newsboxtxt_bottom span {
        display: none;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .header_nav {
        display: none;
    }

    .mobile {
        padding: 0 20px;
        display: block;
    }

    /* public-Sidebar */
    .public_sidebar {
        padding: 15px 20px;
    }

    .public_sideItems {
        display: flex;
        padding: 10px 0 10px 24px;
    }

    .bread_crumbs {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }

    /* Page-aboutus */
    .page_aboutus {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }

    .page_abRight {
        margin-top: 25px;
        padding-top: 20px;
        padding-bottom: 5px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .page_abRtitle {
        padding-bottom: 15px;
    }

    .page_abRImg {
        padding-top: 75%;
    }

    .page_abTopr {
        padding-top: 20px;
    }

    .page_abText1 {
        padding-bottom: 20px;
    }

    .page_abHonor {
        /* padding: 0; */
        margin-bottom: 10px;
    }

    .page_abText2 {
        padding-top: 10px;
        padding-bottom: 0;
    }

    /* page_productsshow */
    .page_productshow {
        /* padding-top: 35px; */
        padding-bottom: 0;
    }

    .product_static_hot {
        display: none;
    }

    .product_left_hotproduct {
        display: none;
    }

    .page_productshow .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_psRight {
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .product_show_main_describe {
        margin-top: 30px;
    }

    .product_show_main_describe h1 {
        font-size: 22px;
        padding: 0;
        margin-top: 0;
    }

    .product_show {
        padding: 40px 0;
    }

    .productshow_tab h4 {
        font-size: 18px;
    }

    .product_show_main_button a {
        padding: 8px 19px;
        margin: 8px 10px 8px 0;
    }

    .productshow_tab_main h3 {
        font-size: 18px;
    }

    .product_inquiry_form {
        padding: 25px 20px;
    }

    .product_inquiry_form h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .page_psRight .indexproduct_contentaa {
        padding: 12px 10px 20px 10px;
    }

    .page_psRight .indexproduct_btnaa a {
        font-size: 12px;
    }

    /* fanye */
    .fanye .page_ctrl_box .prev {
        padding-left: 0;
    }

    .fanye .page_ctrl_box .next {
        padding-right: 0;
    }

    /* page_productlist1 */
    .page_proList1 {
        /* padding-top: 30px; */
        padding-bottom: 40px;
    }

    .page_proList1 .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_plRight1 {
        padding: 38px 30px 15px;
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .pagelistBox {
        margin: 0px 0;
    }

    .pagelist {
        justify-content: center;
    }

    .page_plRtitle {
        font-size: 22px;
    }

    .product_list_box {
        padding: 10px;
    }

    .product_list_content h3 {
        margin: 15px 0 6px 0;
    }

    /* page_contactus */
    .page_contactus {
        /* padding-top: 20px; */
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .page_contactus .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_conRight {
        margin-top: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .page_conRtitle {
        padding-bottom: 15px;
    }

    .contact_left {
        margin-bottom: 20px;
    }

    .contact_list li i {
        font-size: 22px;
        margin-right: 5px;
    }

    .contact_inquiry_form_main {
        padding: 25px 20px;
    }

    .contact_inquiry_form_main h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .page_conRdes {
        margin-bottom: 25px;
    }

    #map_paln2 {
        width: 100%;
        height: 200px;
    }

    /* page_newslist */
    .page_newsList1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page_newsList1 .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_nlRight {
        padding: 38px 30px 15px;
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .page_newsList1 .news_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .page_newsList1 .newsboxtxt {
        padding: 15px;
    }

    .page_newsList1 .newsboxtxt h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .page_newsList1 .newsboxtxt_bottom span {
        display: block;
    }

    .page_newsList1 .newsboxtxt_bottom {
        margin-top: 5px;
        padding-top: 10px;
    }

    .newsmore:hover {
        padding-right: 0px;
    }

    /* page_newsshow */
    .page_newsshow {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page_newsshow .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_nsRight {
        padding: 38px 30px 15px;
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .newshow {
        padding: 0px 0;
    }

    .newshow .page_ctrl_box {
        padding: 30px 0 30px;
    }

    .newshow_title {
        margin-bottom: 0;
    }

    .newshow_main img {
        margin: 20px auto;
    }

    /* page_service1 */
    .page_service1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page_service1 .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_serRight1 {
        padding: 38px 30px 15px;
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .service1_title h3 {
        font-size: 25px;
        line-height: 35Px;
    }

    .service1_title p {
        margin-top: 3px;
        font-size: 16px;
        color: #888;
        line-height: 25px;
    }

    #popup {
        width: 100%;
        z-index: 1000000000;
    }
}

@media (min-width:577px) and (max-width:767px) {

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .banner .bannerSwiper .swiper-horizontal&gt;.swiper-pagination-bullets {
        bottom: 10px !important;
    }

    .feedback,
    .scrollsidebar {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin: 0 5px 5px 0;
    }

    .newsinfo {
        display: none;
    }

    .page_ctrl_box .prev,
    .page_ctrl_box .next {
        font-size: 12px;
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    .bottomDiv {
        display: block;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    /* all_page_start*/
    .contact_plan3_card_box {
        padding: 20px 10px;
    }

    .newsboxtxt_bottom span {
        display: none;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .header_nav {
        display: none;
    }

    .mobile {
        padding: 0 20px;
        display: block;
    }

    /* public-Sidebar */
    .public_sidebar {
        padding: 15px 20px;
    }

    .public_sideItems {
        display: flex;
        padding: 10px 0 10px 24px;
    }

    .bread_crumbs {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }

    /* Page-aboutus */
    .page_aboutus {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 35px;
    }

    .page_abRight {
        margin-top: 25px;
        padding-top: 30px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page_abRtitle {
        padding-bottom: 15px;
    }

    .page_abRImg {
        padding-top: 75%;
    }

    .page_abTopr {
        padding-top: 20px;
    }

    .page_abText1 {
        padding-bottom: 20px;
    }

    .page_abHonor {
        /* padding: 0; */
        margin-bottom: 10px;
    }

    .page_abText2 {
        padding-top: 10px;
        padding-bottom: 0;
    }

    /* page_productsshow */
    .page_productshow {
        /* padding-top: 35px; */
        padding-bottom: 0;
    }

    .product_static_hot {
        display: none;
    }

    .product_left_hotproduct {
        display: none;
    }

    .page_productshow .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_psRight {
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .product_show_main_describe {
        margin-top: 30px;
    }

    .product_show_main_describe h1 {
        font-size: 22px;
        padding: 0;
        margin-top: 0;
    }

    .product_show {
        padding: 40px 0;
    }

    .page_psRight .indexproduct_contentaa {
        padding: 12px 10px 20px 10px;
    }

    .page_psRight .indexproduct_btnaa a {
        padding: 8px 20px;
    }

    /* page_productlist1 */
    .page_proList1 {
        /* padding-top: 30px; */
        padding-bottom: 0px;
    }

    .page_proList1 .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_plRight1 {
        /* margin-top: 20px; */
        padding: 23px 20px 30px;
    }

    .pagelistBox {
        margin: 0px 0;
    }

    .page_plRtitle {
        font-size: 22px;
    }

    .product_list_box {
        padding: 10px;
    }

    .product_list_content h3 {
        margin: 15px 0 6px 0;
    }

    /* page_contactus */
    .page_conRight {
        margin-top: 20px;
        height: 100%;
        background-color: #fff;
        border-radius: 4px;
        padding: 23px 15px 20px;
    }

    .pagelist {
        justify-content: center;
    }

    #map_paln2 {
        width: 100%;
        height: 300px;
    }

    /* page_newslist */
    .page_newsList1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page_newsList1 .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_nlRight {
        padding: 38px 30px 15px;
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .page_newsList1 .newsbox {
        width: 48%;
    }

    .page_newsList1 .news_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .page_newsList1 .newshow {
        padding: 40px 0 0 0;
    }

    .page_newsList1 .newshow_title h1 {
        font-size: 20px;
    }

    .page_newsList1 .newsboxtxt {
        padding: 15px;
    }

    .page_newsList1 .newsboxtxt_bottom {
        padding-top: 15px;
        margin-top: 20px;
    }

    .page_newsList1 .newsboxtxt_bottom span {
        display: block !important;
    }

    .newsmore:hover {
        padding-right: 0px;
    }

    .newsmore i {
        display: none;
    }

    /* page_newsshow */
    .page_newsshow {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page_newsshow .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_nsRight {
        padding: 38px 30px 15px;
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    .newshow {
        padding: 20px 0 0;
    }

    .newshow .page_ctrl_box {
        padding: 30px 0 30px;
    }

    .newshow_title {
        margin-bottom: 8px;
    }

    .newshow_main img {
        margin: 20px auto;
    }


    /* page_service1 */
    .page_service1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .page_service1 .container&gt;.row&gt;.col-12 {
        padding: 0;
    }

    .page_serRight1 {
        padding: 38px 30px 15px;
        margin-top: 20px;
        padding: 23px 20px 20px;
    }

    #popup {
        width: 80%;
        z-index: 1000000000;
    }

}

@media (min-width:768px) and (max-width:991px) {

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .banner .bannerSwiper .swiper-horizontal&gt;.swiper-pagination-bullets {
        bottom: 10px !important;
    }

    .feedback,
    .scrollsidebar {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin: 0 5px 5px 0;
    }

    .newsinfo {
        display: none;
    }

    .page_ctrl_box .prev,
    .page_ctrl_box .next {
        font-size: 12px;
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    .bottomDiv {
        display: block;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    /* all_page_start*/
    .contact_plan3_card_box {
        padding: 20px 10px;
    }

    .newsboxtxt_bottom span {
        display: none;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .header_nav {
        display: none;
    }

    .mobile {
        padding: 0 20px;
        display: block;
    }


    /* public-Sidebar */
    .public_sidebar {
        padding: 0;
        padding-bottom: 15px;
    }

    .public_sideItems {
        display: flex;
        padding: 10px 0 10px 24px;
    }

    .bread_crumbs {
        border-bottom: 1px solid #d3d3d3;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }

    .public_sidebar h3 {
        padding: 12px 10px 12px;
        line-height: 28px;
        font-size: 15px;
    }

    /* page_aboutus */
    .page_aboutus&gt;.container&gt;.row&gt;.col-md-4 {
        flex: 0 0 auto;
        width: 29%;
    }

    .page_aboutus {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .page_abRight {
        padding: 38px 30px 30px;
    }

    /* page_productshow */
    .page_productshow {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .page_psRight {
        padding: 38px 30px 15px;
    }

    .fanye .page_ctrl_box .prev {
        padding-left: 0;
    }

    .fanye .page_ctrl_box .next {
        padding-right: 0;
    }

    .product_show_main_describe h1 {
        margin-top: 0;
    }

    /* page_productlist1 */
    .page_proList1 {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .page_plRight1 {
        padding: 38px 30px 15px;
    }

    .pagelistBox {
        margin: 0px 0;
    }

    /* page_newslist */
    .page_newsList1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page_nlRight {
        padding: 23px 20px 20px;
    }

    .page_newsList1 .news_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .page_newsList1 .newshow {
        padding: 40px 0 0 0;
    }

    .page_newsList1 .newshow_title h1 {
        font-size: 20px;
    }

    .page_newsList1 .newsboxtxt {
        padding: 15px;
    }

    .page_newsList1 .newsboxtxt_bottom {
        padding-top: 10px;
        margin-top: 10px;
        height: 34px;
    }

    .page_newsList1 .newsboxtxt_bottom span {
        display: block !important;
        font-size: 14px;
    }

    .newsboxtxt h3 {
        margin-bottom: 8px;
    }

    .newsmore:hover {
        padding-right: 10px;
    }

    .newsmore a {
        font-size: 15px;
    }

    /* page_newsshow */
    .page_newsshow {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .page_nsRight {
        padding: 23px 20px 20px;
    }

    .newshow {
        padding: 20px 0 0;
    }

    .newshow_title {
        margin-bottom: 0px;
    }

    /* page_contactus */
    #map_paln2 {
        width: 100%;
        height: 350px;
    }

    /* page_service1 */
    #popup {
        width: 70%;
        z-index: 1000000000;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .banner .bannerSwiper .swiper-horizontal&gt;.swiper-pagination-bullets {
        bottom: 10px !important;
    }

    .feedback,
    .scrollsidebar {
        display: none;
    }

    .product_show_main .public_ad_header_social_media a {
        margin: 0 5px 5px 0;
    }

    .newsinfo {
        display: none;
    }

    .page_ctrl_box .prev,
    .page_ctrl_box .next {
        font-size: 12px;
    }

    .indexproduct_btnaa a {
        padding: 5px 10px;
    }

    .bottomDiv {
        display: block;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    /* all_page_start*/
    .contact_plan3_card_box {
        padding: 20px 10px;
    }

    .newsboxtxt_bottom span {
        display: none;
    }

    .gotop {
        bottom: 80px;
        right: 20px;
    }

    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .header_nav {
        display: none;
    }

    .mobile {
        padding: 0 20px;
        display: block;
    }

    /* page_aboutus */
    .page_aboutus {
        padding-top: 30px;
    }

    .page_abRight {
        padding: 43px 45px 30px;
    }

    /* page_productshow */
    .page_productshow {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .page_psRight {
        padding: 38px 30px 15px;
    }

    .fanye .page_ctrl_box .prev {
        padding-left: 0;
    }

    .fanye .page_ctrl_box .next {
        padding-right: 0;
    }

    .product_show_main_describe h1 {
        margin-top: 0;
    }

    /* page_productlist1 */
    .page_proList1 {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .page_plRight1 {
        padding: 38px 30px 15px;
    }

    .pagelistBox {
        margin: 0px 0;
    }


    /* page_newslist */
    .page_newsList1 {
        padding-top: 30px;
    }

    .page_nlRight {
        padding: 23px 20px 20px;
    }

    .page_newsList1 .newsboxtxt_bottom {
        padding-top: 10px;
        margin-top: 15px;
    }

    .page_newsList1 .newsboxtxt_bottom span {
        display: block;
    }

    .page_newsshow {
        padding-top: 30px;
    }

    .newshow {
        padding-bottom: 0;
    }

    .page_nsRight {
        padding-bottom: 20px;
    }

    /* page_service */
    #popup {
        width: 60%;
        z-index: 1000000000;
    }
}

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

    /* page_aboutus */
    .page_abTopr p {
        font-size: 14px;
        line-height: 24px;
    }

    .page_abText1 {
        font-size: 14px;
        line-height: 24px;
    }

    .page_abText2 {
        font-size: 14px;
        line-height: 24px;
    }

    /* page_productshow */
    .product_show_main_describe h1 {
        margin-top: 0;
    }

    .page_abRImg {
        padding-top: 77%;
    }
}

@media (min-width:1399px) and (max-width:1680px) {}</pre></body></html>