@charset "utf-8";

@font-face {
    font-family: 'c311';
    src: url('../fonts/311-CAI978.eot');
    src: url('../fonts/311-CAI978.eot?#iefix') format('embedded-opentype'),
        url('../fonts/311-CAI978.woff2') format('woff2'),
        url('../fonts/311-CAI978.woff') format('woff'),
        url('../fonts/311-CAI978.ttf') format('truetype'),
        url('../fonts/311-CAI978.svg#311-CAI978') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '732c';
    src: url('../fonts/732CAI978_2.eot');
    src: url('../fonts/732CAI978_2.eot') format('embedded-opentype'),
         url('../fonts/732CAI978_2.woff2') format('woff2'),
         url('../fonts/732CAI978_2.woff') format('woff'),
         url('../fonts/732CAI978_2.ttf') format('truetype'),
         url('../fonts/732CAI978_2.svg#732CAI978_2') format('svg');
}
@font-face {
    font-family: 'sscb';
    src: url('../fonts/SairaSemiCondensedBlack.eot');
    src: url('../fonts/SairaSemiCondensedBlack.eot') format('embedded-opentype'),
         url('../fonts/SairaSemiCondensedBlack.woff2') format('woff2'),
         url('../fonts/SairaSemiCondensedBlack.woff') format('woff'),
         url('../fonts/SairaSemiCondensedBlack.ttf') format('truetype'),
         url('../fonts/SairaSemiCondensedBlack.svg#SairaSemiCondensedBlack') format('svg');
}
* {
    padding: 0;
    margin: 0;
}

html,
body {
    color: #333333;
    font-family: Arial, 'Microsoft YaHei', 'FontAwesome', 'Glyphicons Halflings' !important;
    font-size: 62.5%;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

html {
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px;
    background: none;
}

a {
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    font-weight: bold;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.clear {
    display: block;
    clear: both;
}

.clearfix {
    display: block;
    clear: both;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    max-width: 100%;
    height: auto;
}

.graylayer {
    width: 100%;
    padding-right: 3.3333%;
    height: 50px;
    background-color: #ececec;
}

.graylayer a {
    float: right;
    padding-left: 42px;
    font-size: 14px;
    font-family: Arial, 'Microsoft YaHei', 'FontAwesome';
    color: #313e46;
    vertical-align: middle;
    line-height: 48px;
}

.graylayer a:hover {
    color: #000;
    font-weight: bold;
}

.graylayer a i {
    margin-right: 6px;
}

.graylayer a#call_a::before {
    content: '\f095';
    font-size: 18px;
    color: #313e46;
    padding-right: 8px;
    vertical-align: middle;
}

.graylayer::after {
    content: '';
    display: block;
    clear: both;
}

#headdiv {
    width: 100%;
    height: 110px;
    padding: 0 3.3333%;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

#headdiv::after {
    content: '';
    display: block;
    clear: both;
}

.navScroll {
    position: fixed !important;
    top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
}

.logo {
    width: 17.0%;
    float: left;
    position: relative;
    z-index: 9999;
    margin-top: 5px;
    margin-top: 21px;
}

.logo a {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}


.logo a img {
    /*max-width: 296px;*/
    /*max-height: 102px;*/
    max-width: 220px;
    max-height: 76px;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.logo a:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

#mobileNavButton {
    width: 1.674%;
    float: right;
    display: none;
}

#mobileNavButton a {
    font-size: 2.4rem;
    color: #000;
}

#mobileNavButton a i {
    color: #fff;
}

.language {
    width: 6.8%;
    float: right;
    padding-left: 34px;
    margin-top: 37px;
}

.language a {
    font-family: Arial, 'Microsoft YaHei';
    font-size: 18px;
    color: #000;
    vertical-align: middle;
}

.language a::before {
    content: '\f0ac';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #000;
    padding-right: 8px;
    vertical-align: middle;
}

.language a:hover {
    color: #f29418;
}

.language a:hover::before {
    color: #f29418;
}

.searchdiv {
    width: 5.636%;
    width: 70px;
    float: right;
    padding-left: 34px;
    margin-top: 37px;
    margin-left: 2.79%;
}

.searchdiv a {
    font-size: 18px;
    color: #000;
    vertical-align: middle;
}

.searchdiv a::before {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #000;
    padding-right: 8px;
    vertical-align: middle;
}

.searchdiv a:hover {
    color: #f29418;
}

.searchdiv a:hover::before {
    color: #f29418;
}

/*菜单部分*/
.navdiv {
    width: 52.57%;
    float: right;
    margin-top: 0px;
}

.navdiv>ul {
    width: 100%;
    text-align: right;
    margin-bottom: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.navdiv>ul>li {
    display: inline-block;
    list-style: none;
    padding: 40px 16px;
    padding: 40px 21px;
    position: relative;
}

.navdiv>ul>li>a {
    font-size: 1.8rem;
    color: #000;
}

.navdiv>ul>li.has_sub>a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 1.8rem;
    color: #000;
    padding-left: 7px;
}

.navdiv>ul>li ul {
    /*
    display: block;
    text-align: right;
    position: absolute;
    width: 100%;
    padding: 40px 10% 40px 30%;
    min-height: 180px;
    left: 0px;
    top: 104px;
    border-top: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.09);
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    overflow: hidden;
    */
    display: block;
    width: 100%;
    width: 240px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    background-color: #fafafa;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.25);
}

.navdiv>ul>li ul li {
    /*
    display: inline-block;
    width: 240px;
    padding: 8px 8px 8px 21px;
    list-style: none;
    text-align: left;
    position: relative;
    */
    /* width: 240px; */
    width: 100%;
    /*padding: 8px 21px 8px 21px;*/

    border: 1px solid transparent;
    border-top: 1px solid #f0f0f0;
    list-style: none;
    text-align: center;
    position: relative;
}

.navdiv>ul>li ul li a {
    display: block;
    position: relative;
    width: 100%;
    /*padding-left: 12px;*/
    padding: 12px 0px;
    font-size: 15px;
    /* font-weight: bold; */
    color: #000;
    line-height: 1.2;
}

/*
.navdiv>ul>li ul li a::before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
}
*/

.navdiv>ul>li ul li ul {
    position: absolute;
    left: 240px;
}

.navdiv>ul>li ul,
.navdiv>ul>li ul ul,
.navdiv>ul>li ul ul ul {
    display: none;
}

/*菜单事件*/
.navdiv>ul>li>a:hover {
    color: #f29418;
}

.navdiv>ul>li.has_sub>a:hover::after {
    color: #f29418;
}

.navdiv>ul>li.has_sub:hover ul {
    display: block;
    opacity: 1;
}

.navdiv>ul>li.has_sub:hover ul ul {
    display: none;
}

.navdiv>ul>li.has_sub:hover ul ul ul {
    display: none;
}

.navdiv>ul>li.has_sub ul li:hover {
    background-color: #fff;
    background-color: #000;
    border-color: #fff;
}

.navdiv>ul>li.has_sub ul li:hover a {
    color: #f29418;
    font-weight: bold;
}

.navdiv>ul>li.has_sub ul li:hover a::before {
    color: #f29418;
}

.navdiv>ul>li.has_sub ul li.has_sub:hover ul {
    display: block;
    top: 0;
    margin-top: 0;
    opacity: 1;
}

.navdiv>ul>li.has_sub ul li.has_sub:hover ul li a {
    color: #000;
    font-weight: bold;
}

.navdiv>ul>li.has_sub ul li.has_sub:hover ul li a::before {
    color: #000;
}

.navdiv>ul>li.has_sub ul li.has_sub ul li:hover {
    background-color: #fff;
    background-color: #000;
}

.navdiv>ul>li.has_sub ul li.has_sub ul li:hover a {
    color: #f29418;
    font-weight: bold;
}

.navdiv>ul>li.has_sub ul li.has_sub ul li:hover a::before {
    color: #f29418;
}

.banner {
    width: 100vw;
    height: 83.6vh;
    position: relative;
    overflow: hidden;
}

.moveBg1,
.moveBg2,
.moveBg3 {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.moveBg1 {
    background: url(../images/ibanner.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 2;
    -webkit-animation-name: displacementAnimation;
    animation-name: displacementAnimation;
}

.moveBg2 {
    background: url(../images/ibanner2.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-animation-name: displacementAnimation-2;
    animation-name: displacementAnimation-2;
}

.moveBg3 {
    background: url(../images/ibanner3.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 0;
    -webkit-animation-name: displacementAnimation-3;
    animation-name: displacementAnimation-3;
}

@-webkit-keyframes displacementAnimation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@keyframes displacementAnimation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes displacementAnimation-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes displacementAnimation-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes displacementAnimation-3 {
    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes displacementAnimation-3 {
    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.bannerMainTxt {
    position: absolute;
    z-index: 4;
    width: 39.58%;
    left: 11.66%;
    top: 20%;
}

.bannerWrap {
    width: 100%;
    padding: 9.2% 12.5%;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px #007caf;
}

.bannerWrap h1 {
    font-size: 4.2rem;
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.4;
}

.bannerWrap a {
    display: block;
    width: 40%;
    height: 64px;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 32px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 62px;
}

.bannerWrap a:hover {
    background-color: #ea7807;
    background-color: #ffb52f;
    color: #000;
}

.bannerSubTxt {
    position: absolute;
    z-index: 4;
    right: 3.33%;
    bottom: 20px;
}

.bannerSubTxt p {
    font-size: 14px;
    color: #fff;
}

#pcshow{
    display: block;
}
#mobileshow{
    display: none;
}
.isearch {
    width: 100%;
    padding: 28px 0;
    margin: 0 auto;
    background-color: #313e46;
}

.isearchWrap {
    width: 36%;
    min-width: 280px;
    margin: 0 auto;
}

#indexsearchform {
    text-align: center;
    margin: 0 auto;
}

#sizing-addon1 {
    background-color: #fff;
    border-right: none;
}

#isearchtxt {
    text-align: left;
    font-size: 1.8rem;
    padding: 0;
    padding-left: 12px;
    padding-right: 12px;
    height: 48px;
    border-left: none;
    border: none;
}

.isearchbtn {
    background-color: #000;
    color: #fff;
    font-size: 1.8rem;
    padding: 0px;
    padding-left: 21px;
    padding-right: 21px;
    height: 48px;
}

.toph3 {
    padding: 80px 0px 60px;
}

.toph3 h3 {
    font-size: 3.6rem;
    color: #000;
    text-align: center;
}

.appModal {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.appModal ul {
    width: 100%;
    margin-bottom: 0;
}

.appModal ul::after {
    content: '';
    display: block;
    clear: both;
}

.appModal ul li {
    width: 32.638%;
    float: left;
    margin-right: 1%;
    list-style: none;
}

.appModal ul li:nth-of-type(3) {
    margin-right: 0;
}

.appContainer {
    width: 100%;
    height: 0;
    padding-bottom: 79.3650%;
    position: relative;
    background-color: #f29418;
    overflow: hidden;
}

.appContainer a {
    display: block;
    width: 100%;
    height: 100%;
}

.appWrap {
    width: 100%;
    height: 100%;
}

.appwarp01 {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.appbglayer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.appbglayer img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.appbglayer:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

@media (min-width: 2560px) and (max-width: 38400px) {
    .appbglayer img {
        width: 125%;
        height: auto;
    }

    .appbglayer:hover img {
        width: 100%;
        height: auto;
    }
}

.apptxt {
    position: relative;
    width: 100%;
    padding: 10% 0 0 10%;
}

.apptxt h3 {
    font-size: 2.4rem;
    font-weight: normal;
    padding: 10px 10px 10px 30px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 24px 0 0 24px;
    margin-bottom: 40px;
}

.apptxt p {
    padding-right: 45%;
    font-size: 1.8rem;
    color: #000;
}

.appbtn {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.appbtn a {
    display: block;
    width: 120px;
    height: 36px;
    background-color: #f29418;
    border: 1px solid #f29418;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    line-height: 34px;
}

.appbtn a:hover {
    text-decoration: none;
    background-color: #000;
    border-color: #fff;
    border-right-color: #000;
    border-bottom-color: #000;
}

.app01 h3,
.app01 p {
    color: #000;
}

.app01 a {
    background-color: #000;
}

.app02 h3,
.app02 p {
    color: #313e46;
}

.app02 a {
    background-color: #313e46;
}

.app03 h3,
.app03 p {
    color: #000000;
}

.app03 a {
    background-color: #000000;
}

.app04 h3,
.app04 p {
    color: #000;
}

.app04 a {
    background-color: #000000;
}

.app05 h3,
.app05 p {
    color: #ffffff;
}

.app05 a {
    background-color: #000;
}

.app06 h3,
.app06 p {
    color: #000000;
}

.app06 a {
    background-color: #34b78f;
}

.icategory {
    width: 100%;
    padding: 0 4.6875% 90px;
}

.icategoryContainer {
    width: 100%;
}

.icategoryContainer::after {
    content: '';
    display: block;
    clear: both;
}

.icategoryItem {
    width: 32.638%;
    float: left;
    margin-right: 1%;
    list-style: none;
}

.icategoryItem:nth-of-type(3) {
    margin-right: 0;
}

.icategoryItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.icategoryPhoto {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 61.33333%;
    border-radius: 9px;
    overflow: hidden;
}

.icategoryPhoto img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icategoryName {
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.icategoryItem a:hover .icategoryPhoto img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.icategoryItem a:hover .icategoryName {
    color: #f29418;
}

/*tab nav 部分*/

.tab-content {
    width: 100%;
    padding: 35px 0;
}

.i_solution {
    width: 66.25%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.i_solution_content {
    display: flex;
    width: 100%;
    /* width: 1272px; */
    height: 100%;
    position: relative;
    box-sizing: content-box;
    transition-property: transform;
    z-index: 1;
}

.toph3 p {
    font-size: 16px;
    color: #666;
    text-align: center;
    padding: 0;
}

#productsubpiclist {
    width: 100%;
    border-bottom: none;
}

#productsubpiclist li {
    width: 33.33%;
}

#productsubpiclist li a {
    font-size: 20px;
    font-weight: 700;
    color: #555555;
    text-align: center;
    border: none;
    border-bottom: 2px solid #f1f1f1;
}

#productsubpiclist li.active a {
    color: #000;
    border-color: #000;
}

#productClass1,
#productClass2,
#productClass3 {
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
}

.i_solution_item {
    flex-shrink: 0;
    height: 100%;
    /* height: 360px; */
    position: relative;
    transition-property: transform;
    width: 100%;
    box-shadow: 0 12px 25px 0 rgb(184 187 197 / 60%);
    border-radius: 8px;
    overflow: hidden;
}

.i_solution_item_layer01 {
    text-align: left;
    width: 100%;
    height: auto;
    background-color: #fff;
    transform: translate3d(0px, 0px, 0px);
}

.i_solution_item_layer02 {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: left !important;
    margin-left: -12px;
    margin-right: -12px;
}

.i_solution_item_layer_content_left {
    flex-basis: 45.83333%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 45.83333%;
    box-sizing: border-box;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}

.i_solution_item_layer_content_left_pic {
    height: 100%;
    display: block;
    overflow: hidden;
}

.i_solution_item_layer_content_left_pic::before {
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 2;
    content: "";
    display: block;
    width: 40px;
    height: 101%;
    background-color: #fff;
    transform: skew(-5deg);
    box-sizing: border-box;
}

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

.i_solution_item_layer_content_right {
    flex-basis: 46.83333%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 46.83333%;
    margin-left: 4.16667%;
    box-sizing: border-box;
    position: relative;
}

.i_solution_item_layer_content_right_divleft {
    /*width: 33%;*/
    height: 100%;
    float: left;
    position: relative;
}

.i_solution_item_layer_content_right_divright {
    width: 67%;
    float: right;
    padding-top: 31px;
}

.i_solution_item_layer_content_right_divleft h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: 50px;
    margin-bottom: 20px;
}

.i_solution_item_layer_content_right_divleft ul {
    margin-top: 20px;
}

.i_solution_item_layer_content_right_divleft ul li {
    list-style: inside disc;
    color: #666;
}

.i_solution_item_layer_content_right_divleft ul li:hover {
    color: #ff4800;
}

.i_solution_item_layer_content_right_divleft ul li a {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.i_solution_item_layer_content_right_divleft ul li a:hover {
    color: #ff4800;
}

.i_solution_item_layer_content_right_divleft p {
    font-size: 1.6rem;
}

.i_solution_btn {
    position: absolute;
    bottom: 45px;
}

.i_solution_btn a {
    display: block;
    width: 170px;
    height: 48px;
    padding-right: 20px;
    background-color: #f29418;
    border: 1px solid #f29418;
    border-radius: 24px 24px 24px 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
}

.i_solution_btn a:hover {
    background-color: #000;
    color: #f29418;
}

.i_solution_a {
    margin: 29px auto 0;
    text-align: center;
}

.i_solution_a a {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.i_solution_a a:hover {
    color: #000;
}

/*产品运用*/
.appSolution {
    width: 100%;
    padding: 0px 12.76% 90px;
    padding: 0px 30px 90px;
    background-color: #ebebeb;
}

.hp_top {
    text-align: center;
    margin-bottom: 40px;
}

.hp_top h2 {
    font-size: 4.8rem;
    font-weight: 700;
    color: #182e78;
}

.hp_top h2 span {
    color: #f1bd07;
}

.iproductItem {
    background-color: #fff;
}

.itemcontainerBtn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    /* border: 1px solid #fff; */
    background-color: #182e78;
    background-color: #fff;
}

.itemcontainerBtn a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    color: #333;
}

.itemcontainerBtn:hover {
    background-color: #f29418;
}

.itemcontainerBtn:hover a {
    color: #fff;
}

.itemcontainerBtn p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}




.iproduct {
    width: 100%;
    padding: 65px 0;
    background-color: #000;
}

.iproductTopic {
    padding: 0 3.3333%;
    margin-bottom: 32px;
}

.iproductTopic::before {
    content: '';
    display: block;
    clear: both;
}

.iptxt {
    float: left;
    font-size: 4.2rem;
    font-weight: bold;
    color: #fff;
}

.ipkinds {
    float: right;
    text-align: right;
    margin-top: 12px;
}

.ipkinds a {
    display: inline-block;
    font-size: 2.4rem;
    color: #fff;
    opacity: .7;
    margin-left: 15px;
}

.ipkinds a:hover {
    opacity: 1.0;
}

.iproductlist {
    width: 100%;
}

.iproductItem {
    width: 100%;
    background-color: #fff;
}

.itemcontainerPic {
    width: 100%;
    height: 0px;
    padding-bottom: 70%;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.itemcontainerPic a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.itemcontainerPic a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itemcontainerPic a:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}

.itemcontainerTxt {
    width: 100%;
    padding: 30px 30px 60px;
}

.itemcontainerTxt a {
    display: block;
    width: 100%;
    /* height: 42px; */
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #313e46;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.itemcontainerTxt a:hover {
    text-decoration: underline;
}

.swiper-pagination {
    position: static !important;
    margin-top: 30px;
}

.isolution {
    width: 100%;
    padding: 90px 4.6875%;
}

.isolutionwrap {
    width: 100%;
    padding-right: 26.4%;
}

.isolutionwrap h3 {
    font-size: 3.6rem;
    color: #333;
}

.isolutionwrap h3 a {
    font-size: 3.6rem;
    color: #000;
    text-decoration: underline;
}

.isolutionwrap h3 a:hover {
    color: #000;
}

.isolutionwrap h3 span {
    font-size: 3.6rem;
    color: #000;
}

.isolutionwrap p {
    font-size: 2.0rem;
    color: #333;
    line-height: 1.4578;
    margin: 40px 0;
}

.inews {
    width: 100%;
    padding: 0 4.6875%;
    background-color: #ececec;
    background-color: #fff;
}

.inewswrap {
    width: 100%;
    padding: 60px 0 94px;
    background-color: #fff;
}

.inewsTop {
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.inewsTop h3 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #333;
}

.inewsTop h3::before {
    content: '\f05a';
    font-size: 3.6rem;
    font-weight: bold;
    color: #333;
    font-family: 'FontAwesome';
    padding-right: 18px;
}

.inewsTop h3 span {
    float: right;
    text-align: right;
    padding-right: 52px;
    padding-right: 2.9885%;
}

.inewsTop h3 span a {
    font-size: 1.8rem;
    font-weight: normal;
    color: #333;
}

.inewsTop h3 span a::after {
    content: '\f178';
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    font-family: 'FontAwesome';
    padding-left: 10px;
}

.inewsTop h3 span a:hover {
    color: #000;
}

.inewsTop h3 span a:hover::after {
    color: #000;
}

.inewsList {
    width: 100%;
}

.inewsList ul {
    display: block;
    width: 100%;
    padding: 0 1.724%;
    margin-bottom: 0px;
}

.inewsList ul::after {
    content: '';
    display: block;
    clear: both;
}

.inewsList ul li {
    width: 33.33%;
    padding: 0 1.724%;
    list-style: none;
    float: left;
}

.inewsList ul li .inewsTxt {
    width: 100%;
    margin-bottom: 38px;
}

.inewsList ul li .inewsTxt p.inewsDate {
    font-size: 1.6rem;
    color: #999;
    font-family: Arial;
    margin-bottom: 25px;
}

.inewsList ul li .inewsTxt p.inewsDate i {
    font-size: 1.6rem;
    color: #999;
    padding-right: 8px;
}

.inewsList ul li .inewsTxt h3 {
    width: 100%;
    margin-bottom: 42px;
}

.inewsList ul li .inewsTxt h3 a {
    display: block;
    width: 100%;
    height: 60px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
}

.inewsList ul li .inewsTxt h3 a:hover {
    color: #000;
}

.inewsList ul li .inewsPic {
    width: 100%;
    height: 0px;
    padding-bottom: 58.57%;
    position: relative;
    overflow: hidden;
}

.inewsList ul li .inewsPic a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.inewsList ul li .inewsPic a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inewsList ul li .inewsPic a:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}

.footer {
    width: 100%;
    padding: 72px 4.6785%;
    background-color: #323e46;
}

.powerModal {
    width: 35.34%;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #151515;
    margin-top: 20px;
}

.powerModal p,
.powerModal p a {
    font-size: 15px;
    color: #fff;
}

.sublogo {
    width: 100%;
    margin-bottom: 38px;
}

.sublogo img {
    max-width: 274px;
}

.powerModal ul li {
    list-style: none;
    font-size: 1.8rem;
    color: #000;
}

.powerModal ul li a {
    font-size: 1.8rem;
    color: #000;
}

.powerModal ul li a:hover {
    text-decoration: underline;
}

.powerModal dl {
    margin-top: 15px;
}

.powerModal dl dt,
.powerModal dl dd {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.powerModal dl dt img,
.powerModal dl dd img {
    width: 125px;
    height: auto;
}

.sublinkModal {
    width: 20.0%;
    float: left;
    padding-right: 5.1724%;
    margin-top: 34px;
}

.sublinkModal h3 {
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 38px;
}

.sublinkModal ul {
    margin: 0;
}

.sublinkModal ul li {
    list-style: none;
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 12px;
}

.sublinkModal ul li a {
    font-size: 1.5rem;
    /*font-weight: bold;
    color: #000;*/
    color: #ccc;
}

.sublinkModal ul li a:hover {
    text-decoration: underline;
}

.contactModal {
    width: 23.0%;
    float: left;
    padding-right: 5.1724%;
    margin-top: 34px;
}

.contactModal h3 {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 38px;
}

.contactModal ul {
    margin: 0;
}

.contactModal ul li {
    list-style: none;
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 12px;
}

.contactModal ul li span {
    font-weight: bold;
}

.contactModal ul li a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}

.contactModal ul li a:hover {
    text-decoration: underline;
}

.friendLink {
    width: 100%;
    padding: 32px 4.6785%;
    background-color: #fff;
}

.friendLink p {
    font-size: 1.4rem;
}

.friendLink p span {
    font-size: 1.4rem;
    font-weight: bold;
}

.friendLink a {
    font-size: 1.4rem;
    color: #666;
    padding: 0 8px;
}

.friendLink a:hover {
    text-decoration: underline;
    color: #000;
}

/**/

.servicesidebar {
    position: fixed;
    z-index: 99999;
    right: 0px;
    bottom: 60px;
}

.sidebarwrap {
    position: relative;
    padding: 10px 8px;
    border-radius: 28px;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sideemail {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
    border-bottom: 1px solid #e7e9ed;
}

.sideemail a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color: #333333;
}

.sideemail a i {
    font-size: 21px;
}

.sideemail a:hover {
    color: #000;
    color: #2e7ae5;
}

.sideemailwrap {
    display: none;
    position: absolute;
    top: -2px;
    left: -201px;
    width: 210px;
    background-color: transparent;
}

.sideemail .sideemailcontent {
    padding: 20px;
    width: 196px;
    text-align: left;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sideemail .sideemailcontent p {
    font-size: 16px;
    font-family: Arial, 'Microsoft YaHei';
    color: #333;
    margin: 0;
    word-break: break-all;
}

.sideemail:hover .sideemailwrap {
    display: block;
}

.sidephone {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
    border-bottom: 1px solid #e7e9ed;
}

.sidephone a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color: #333333;
}

.sidephone a i {
    font-size: 24px;
}

.sidephone a:hover {
    color: #000;
}

.sidephone .sidephonewrap {
    display: none;
    position: absolute;
    top: 30px;
    left: -201px;
    width: 210px;
    background-color: transparent;
}

.sidephone .sidephonecontent {
    padding: 20px;
    width: 196px;
    border-radius: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sidephone .sidephonecontent p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.sidephone:hover .sidephonewrap {
    display: block;
}

.sidechar {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
    border-bottom: 1px solid #e7e9ed;
}

.sidechar a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color: #333333;
}

.sidechar a i {
    font-size: 21px;
}

.sidechar a:hover {
    color: #01c000;
}

.sidechar .sideweixinwrap {
    display: none;
    position: absolute;
    top: 30px;
    left: -165px;
    width: 172px;
    background-color: transparent;
}

.sidechar .sideweixincontent {
    padding: 20px;
    width: 160px;
    border-radius: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 25px rgb(184 187 197 / 75%);
}

.sidechar .sideweixincontent img {
    width: 120px;
}

.sidechar:hover .sideweixinwrap {
    display: block;
}

.sidetoup {
    width: 24px;
    height: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    box-sizing: content-box;
}

.sidetoup a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 21px;
    text-align: center;
    color: #333333;
}

.sidetoup a:hover {
    color: #000;
}

#HBox {
    width: 300px;
    height: 270px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
    display: none;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -150px;
    z-index: 100000
}

#searchform {
    padding: 50px 15px 10px;
    font-size: 0px;
}

#searchform #searchtxt {
    width: 245px;
    height: 42px;
    border: 1px solid #d00743;
    padding-left: 15px;
    font-size: 1.6rem;
    vertical-align: top;
    border-radius: 4px 0 0 4px;
}

#searchform button {
    width: 42px;
    height: 42px;
    border: none;
    background-color: #d00743;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    border-radius: 0 4px 4px 0;
}

#searchform button i {
    font-size: 2.0rem;
    line-height: 1.75;
}

.locationdiv {
    width: 100%;
    padding: 30px 4.6785%;
    background: url(../images/locationbg.png) left top repeat-x #fff;
}

.returnwrap {
    float: right;
}

.returnwrap a {
    display: block;
    width: 130px;
    height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #f29418;
    border: 1px solid #f29418;
    border-radius: 19px;
    line-height: 36px;
}

.returnwrap a:hover {
    background-color: #000;
    color: #f29418;
}
.locationwrap h4{display:none;}
.locationwrap p {
    font-size: 1.8rem;
    color: #666666;
}

.locationwrap p a {
    font-size: 1.8rem;
    color: #323e46;
    padding: 0 8px;
}

.locationwrap p a:hover {
    color: #000;
    font-weight: 600;
}

.locationwrap p a:first-child::before {
    content: '\f015';
    font-size: 1.8rem;
    font-family: 'FontAwesome';
    color: #323e46;
    margin-right: 5px;
}

.locationwrap h2 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.locationwrap h2 span {
    font-family: 'c311';
    font-weight: normal;
    text-transform: uppercase;
    padding-right: 15px;
}

.maindiv {
    width: 100%;
    padding: 50px 4.6875%;
    min-height: 512px;
    background-color: #f1f1f1;
}

.maindiv2 {
    width: 100%;
    padding: 50px 10.9375%;
    min-height: 512px;
    background-color: #f1f1f1;
}

.mainleftbar {
    width: 22%;
    margin-right: 3%;
    float: left;
    background-color: #fff;
}

.mainbarwrap {
    width: 100%;
    padding: 25px 30px;
}

.mainbarwrap h3 {
    color: #000;
    border-bottom: 1px solid #f1f1f1;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.mainbarwrap h3 span {
    float: right;
    cursor: pointer;
}

.pleftmenu.on {
    display: none;
}

.pleftmenu li {
    list-style: none;
    margin-bottom: 16px;
}

.pleftmenu li a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 20px;
    color: #333;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: capitalize;
}

.pleftmenu li a::before {
    content: '\f192';
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'FontAwesome';
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}

.pleftmenu li a:hover {
    color: #000;
}

.pleftmenu li ul {
    margin-top: 16px;
    padding-left: 20px;
}

.pleftmenu li ul li a {
    padding-left: 15px;
}

.pleftmenu li ul li a::before {
    content: '\f101';
    font-size: 1.5rem;
    font-family: 'FontAwesome';
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}

.productdiv {
    width: 75%;
    width: 100%;
    float: left;
}

.productdivwrap {
    width: 100%;
    padding: 25px 30px 60px;
    background-color: #ffffff;
}

.productlist {
    display: block;
    width: 100%;
}

.productlist li {
    list-style: none;
    width: 31.8466%;
    margin-right: 2.23%;
    width: 24.05172%;
    margin-right: 1.26436%;
    margin-bottom: 30px;
    float: left;
    background-color: #fff;
}

.productlist li:nth-of-type(4n) {
    margin-right: 0;
}

.productlist li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.20);
}

.productlistpic {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.productlistpic a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.productlistpic a img {
    width: 100%;
    height: auto;
    margin: auto;
}

.productlist li:hover .productlistpic a img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}

.productlisttxt {
    width: 100%;
    padding: 30px 15px 45px;
}

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

.productlisttxt h4 a {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.productlisttxt h4 a:hover {
    text-decoration: underline;
}

.productlisttxt p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    color: #999999;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.pagediv {
    clear: both;
    margin: 20px 0px 50px 0px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Helvetica";
}

.pagediv a {
    display: inline-block;
    font-size: 15px;
    border: #e4e4e4 1px solid;
    padding: 10px 16px;
    margin: 2px;
    color: #000;
    text-decoration: none;
    background-color: #e4e4e4;
    font-family: "Helvetica";
}

.pagediv a:hover,
.pagediv a:focus {
    font-size: 15px;
    border: #000 1px solid;
    padding: 10px 16px;
    color: #fff;
    background-color: #000;
}

.pagediv .current,
.pagediv .thisclass,
.pagediv .pageinfo,
.pagediv span {
    border: #000 1px solid;
    font-size: 15px !important;
    padding: 10px 16px;
    color: #fff;
    margin: 2px;
    background-color: #000;
    display: inline-block;
    font-family: "Helvetica";
}

.pagediv .pageinfo {
    background-color: #e4e4e4;
    border: #e4e4e4 1px solid;
    color: #333;
    font-size: 13px;
    padding: 12px 16px;
    vertical-align: top;
    font-family: "Helvetica";
    font-size: 1.2rem !important;
}

.productTop {
    width: 100%;
}

.productleft {
    width: 50%;
    float: left;
}

.bigphoto {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    position: relative;
}

.bigphoto video {
    max-width: 100%;
    height: auto;
    display: block;
}

.bigphoto a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.bigphoto a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.bigphoto a:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}

.bigphotolist {
    display: block;
    width: 100%;
    font-size: 0px;
    margin-top: 15px;
}

.bigphotolist li {
    list-style: none;
    display: inline-block;
    width: 100px;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

.bigphotolist li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 80.8333%;
    position: relative;
    border: 1px solid #0b6aa2;
}

.bigphotolist li a:hover {
    border-color: #f00;
}

.bigphotolist li a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.bigphotolist li a.video-link {
    border: 1px solid transparent;
}

.bigphotolist li a.video-link:hover {
    border-color: transparent;
}

.productright {
    width: 50%;
    float: left;
    padding-left: 6%;
    padding-right: 4%;
}

.productname {
    font-family: Arial, 'Microsoft YaHei';
    font-size: 3.6rem;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.fatherlink {
    margin-bottom: 15px;
}

.fatherlink p {
    font-size: 1.8rem;
}

.fatherlink p span {
    font-weight: bold;
    color: #666666;
}

.fatherlink p a {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
}

.fatherlink p a:hover {
    text-decoration: underline;
}

.quickrating span:nth-of-type(2) {
    font-size: 1.8rem;
    color: #333333;
    padding-left: 15px;
}

.shortdes {
    font-size: 1.6rem;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 2;
}

.quickbtn {
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

a.contactus {
    display: inline-block;
    padding: 7px 36px;
    background-color: #000;
    background-color: #f29418;
    border: 1px solid #f29418;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 15px;
    border-radius: 5px;
}

a.contactus:hover {
    background-color: #000;
    color: #f29418;
}

a.emailto {
    display: inline-block;
    padding: 7px 36px;
    background-color: #323e46;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    margin-right: 15px;
    border-radius: 5px;
}

a.emailto:hover {
    background-color: #000;
}

.productContainer {
    width: 100%;
}

.productDetail {
    font-size: 0;
}

.productDetailtop {
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px 30px;
}

.productDetailtop h3 {
    color: #000;
}

.productline {
    margin-bottom: 30px;
}

.productline img {
    max-width: 1140px;
}

.productinfo {
    width: 100%;
    margin-bottom: 30px;
}

.productinfo p,
.productinfo span,
.productinfo div,
.productinfo a,
.productinfo li,
.productinfo dd,
.productinfo dt,
.productinfo td,
.productinfo em {
    font-size: 1.6rem;
    color: #333;
    line-height: 2;
}

.productinfo ul li {
    list-style: inside disc;
}

.downbox {
    text-align: center;
    margin: 0 auto;
}

.downbox a {
    display: block;
    width: 130px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    background-color: #f29418;
    border: 1px solid #f29418;
    border-radius: 19px;
    line-height: 36px;
}

.downbox a:hover {
    background-color: #000;
    color: #f29418;
}

.pdmodal {
    display: inline-block;
    width: 50%;
    padding-right: 5%;
    margin-bottom: 30px;
    vertical-align: top;
}

.pdmodal h5 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    padding: 15px 30px;
}

.pdmodal div,
.pdmodal p,
.pdmodal li {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #454545;
    margin-bottom: 15px;
}

.sub_service_btn_group {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 35px auto 0;
}

.sub_service_btn_group a {
    display: inline-block;
    width: 270px;
    height: 38px;
    text-align: center;
    margin: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #f29418;
    border: 1px solid #f29418;
    border-radius: 19px;
    line-height: 36px;
}

.sub_service_btn_group a:hover {
    background-color: #000;
    color: #f29418;
}

.sub_service_btn_group a.disabled-link {
    pointer-events: none;
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
}

.appTop {
    margin-top: 0px;
    margin-bottom: 40px;
}

.appTop h3 {
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 25px;
}

.appTop p {
    font-size: 1.8rem;
    color: #323e46;
    line-height: 2;
}

.appTxtList {
    width: 100%;
    margin-bottom: 45px;
}

.appTxtList ul {
    width: 100%;
}

.appTxtList ul::after {
    content: '';
    display: block;
    clear: both;
}

.appTxtList ul li {
    width: 24.1675%;
    float: left;
    margin-right: 1.11%;
    margin-bottom: 20px;
    list-style: none;
}

.appTxtList ul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.appTxtList ul li:nth-of-type(4n) {
    margin-right: 0;
}

.appTxtList ul li a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #323e46;
    background-color: #fff;
    line-height: 48px;
}

.appTxtList ul li a:hover {
    background-color: #f29418;
    color: #fff;
}

.appPicList {
    width: 100%;
    margin-bottom: 25px;
}

.appPicList ul {
    width: 100%;
}

.appPicList ul::after {
    content: '';
    display: block;
    clear: both;
}

.appPicList ul li {
    width: 24.1675%;
    float: left;
    position: relative;
    margin-right: 1.11%;
    margin-bottom: 30px;
    list-style: none;
    background-color: #fff;
}

.appPicList ul li:nth-of-type(4n) {
    margin-right: 0;
}

.appPicList ul li .apppic {
    width: 100%;
    padding: 5%;
    overflow: hidden;
}

.appPicList ul li .apppic a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 81.111111%;
    padding-bottom: 50.000%;
    position: relative;
    overflow: hidden;
}

.appPicList ul li .apppic a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: cover;
}

.appPicList ul li:hover .apppic a img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}

.appPicList ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    padding: 7% 5%;
    padding: 2% 5%;
    background-color: rgba(0, 0, 0, 0.75);
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.appPicList ul li:hover p {
    background-color: rgba(242, 148, 24, 0.9);
}

.appPicList ul li p a {
    font-size: 2.0rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.appPicList ul li:hover p a {
    text-decoration: none;
}

.appWrap {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 35px;
}

.appTxt {
    /*
    width: 50%;
    float: left;
    padding-right: 5%;
    padding-left: 0%;*/
    width: 100%;
    padding-right: 0;
}

.appTxt div,
.appTxt p,
.appTxt li,
.appTxt dd,
.appTxt dt,
.appTxt span {
    font-size: 1.8rem;
    color: #323e46;
    line-height: 1.45;
}

.appTxt div,
.appTxt p {
    margin-bottom: 14px;
}

.appTxt h1,
.appTxt h2,
.appTxt h3,
.appTxt h4,
.appTxt h5,
.appTxt h6 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.appTxt h3 {
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 40px;
}

.appShowPic {
    /*width: 50%;*/
    /*float: left;*/
    width: 100%;
}

.appcontent {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

.appcontent div,
.appcontent p,
.appcontent li,
.appcontent dd,
.appcontent dt,
.appcontent span {
    font-size: 1.8rem;
    color: #323e46;
    line-height: 1.45;
}

.appcontent div,
.appcontent p {
    margin-bottom: 14px;
}

.appcontent h1,
.appcontent h2,
.appcontent h3,
.appcontent h4,
.appcontent h5,
.appcontent h6 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.appcontent h3 {
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 40px;
}

.xcul {
    display: block;
    width: 100%;
}

.xcul::after {
    content: '';
    display: block;
    clear: both;
}

.xcul li {
    display: block;
    width: 32.0%;
    margin-right: 2%;
    margin-bottom: 25px;
    float: left;
    list-style: none;
}

.xcul li:nth-of-type(3n) {
    margin-right: 0;
}

.xcul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    border-radius: 15px;
    overflow: hidden;
}

.xcul li a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xcul li a:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.hyyykh {
    display: block;
    width: 100%;
}

.hyyykh::after {
    content: '';
    display: block;
    clear: both;
}

.hyyykh li {
    display: block;
    width: calc((100% - 48px)/5);
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
    list-style: none;
}

.hyyykh li:nth-of-type(5n) {
    margin-right: 0;
}

.hyyykh li a {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 71.4285%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

.hyyykh li a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hyyykh li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.appProducts {
    width: 100%;
    margin-top: 0px;
    padding-left: 5%;
    padding-right: 5%;
}

h3.appProductH3 {
    text-align: center;
    font-size: 3.6rem;
    color: #000;
    margin-top: 30px;
    margin-bottom: 40px;
}

.crayborder {
    border: 1px solid #ccc;
}

.productlist2 {
    display: block;
    width: 100%;
}

.productlist2 li {
    list-style: none;
    width: 23.7445%;
    margin-right: 1.674%;
    margin-bottom: 30px;
    float: left;
    background-color: #fff;
}

.productlist2 li:nth-of-type(4n) {
    margin-right: 0;
}

.productlist2 li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.20);
}

.productlistpic {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.productlistpic video{
    display: block;
    width: 100% !important;
    vertical-align: middle;
}

.productlistpic a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.productlistpic a img {
    width: 100%;
    height: auto;
    margin: auto;
}

.productlist2 li:hover .productlistpic a img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
}

.productlisttxt {
    width: 100%;
    padding: 30px 15px;
    border-top: 1px solid #e6e6e6;
}

.productlisttxt h4 {
    width: 100%;
}

.productlisttxt h4 a {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.productlisttxt h4 a:hover {
    text-decoration: underline;
}

.productlisttxt p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
    color: #999999;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.service {
    width: 100%;
    padding: 35px 10%;
    background-color: #fff;
    margin-bottom: 60px;
}

.service dl {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.service dl::after {
    content: '';
    display: block;
    clear: both;
}

.service dl dt {
    width: 45%;
    float: right;
}

.service dl dd {
    width: 50%;
    float: left;
}

.service dl dd h3 {
    font-size: 3.6rem;
    color: #000;
    margin-top: 50px;
    margin-bottom: 30px;
}

.service dl dd p {
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.45;
}

.service dl dd p a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    padding-right: 5px;
}

.service dl dd p a:hover {
    text-decoration: underline;
}

.service dl:nth-of-type(odd) dt {
    float: left;
}

.service dl:nth-of-type(odd) dd {
    padding-left: 5%;
}

.service dl:nth-of-type(even) dd {
    padding-right: 5%;
}

.about_000125 {
    width: 100%;
    position: relative;
}

.about_title_h3 {
    margin-bottom: 30px;
}

.about_title_h3 h2 {
    font-size: 3.6rem;
    color: #000;
    text-align: left;
    margin-top: 30px;
}

.about_title_h3 h3 {
    font-size: 3.0rem;
    color: #323e46;
    text-align: center;
    margin-top: 0px;
}

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

.aboutBox {
    flex: 1 0 33.33%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1;
    cursor: pointer;
    overflow: hidden;
}

.aboutBox h3 {
    margin-bottom: 20px;
    color: #000;
}

.aboutBox p {
    font-size: 1.8rem;
    padding: 0 10%;
}

.aboutBox:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.about_more {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}

.about_more a {
    display: block;
    width: 140px;
    height: 38px;
    color: #fff;
    background-color: #f29418;
    border: 1px solid #f29418;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 36px;
}

.about_more a:hover {
    background-color: #000;
    color: #f29418;
}

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

/* 以下是确保左右两个容器等高的样式 */
.about_mo_center,
.about_mo_left,
.about_mo_right {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.about_mo_center img,
.about_mo_left img,
.about_mo_right img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.about_mo_center a {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_mo_left a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    */
}

.about_mo_right a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    */
}

/*
.about_txt_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;    
}

.about_txt_link a {
    display: block;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    padding: 8px 36px;
    border-radius: 5px;
}

.about_txt_link a:hover {

    color: #f29418;
    background-color: #000;
    border: 1px solid #f29418;
}
*/
.about_mo_center a .about_txt_link {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #f29418;
    border: 1px solid #f29418;
    padding: 8px 36px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_mo_center:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.about_mo_left a .about_txt_link {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #f29418;
    border: 1px solid #f29418;
    padding: 8px 36px;
    padding: 8px 22px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_mo_left:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.about_mo_left:hover a .about_txt_link {
    background-color: #000;
    color: #f29418;
}

.about_mo_right a .about_txt_link {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #f29418;
    border: 1px solid #f29418;
    padding: 8px 36px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_mo_right:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.about_mo_right:hover a .about_txt_link {
    background-color: #000;
    color: #f29418;
}




.newsDiv {
    width: 100%;
    padding: 30px 11.77% 100px;
    background-color: #f1f1f1;
}

.newsContainer {
    width: 100%;
    background-color: #fff;
    padding: 50px 54px 0px;
    margin: 0 auto;
}

.newsItem {
    width: 31.373333%;
    float: left;
    margin-right: 2.94%;
    margin-bottom: 70px;
    border-bottom: 1px solid #e2e0e0;
}

.newsItem:nth-of-type(3n) {
    margin-right: 0;
}

.newsThumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 58.57%;
    position: relative;
    overflow: hidden;
    background-color: #edeaea;
}

.newsThumbnail a {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.newsThumbnail a img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.newsTitle {
    width: 100%;
    padding: 24px 6.5% 45px;
}

.newsTitle a {
    display: block;
    width: 100%;
    height: 54px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 27px;
}

.newsDate {
    width: 100%;
    padding: 0px 6.5% 38px;
    color: #999;
    font-size: 1.6rem;
}

.newsDate i {
    margin-right: 7px;
}

.newsItem:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid #000;
}

.newsItem:hover .newsThumbnail a img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.newsItem:hover .newsTitle a {
    color: #000000;
}

.newsviewContainer {
    width: 100%;
    background-color: #fff;
    padding: 0px 9.13% 70px;
}

.newsviewTop {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 40px;
}

.newsviewTop h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 3.6rem;
    color: #333333;
}

.newsviewTop p {
    text-align: center;
    font-size: 1.6rem;
    color: #999;
}

.newsviewTop p span {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 1.6rem;
}

.newsviewTop p span i {
    padding-right: 7px;
}

.newsContent,
.newsContent div,
.newsContent p,
.newsContent span,
.newsContent i,
.newsContent em,
.newsContent li,
.newsContent dt,
.newsContent dd,
.newsContent td {
    font-size: 1.5rem;
    color: #555555;
    line-height: 2;
}

.newsContent img {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.updowndiv {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

.updowndiv dl {
    display: block;
    width: 100%;
    font-size: 0;
    margin-bottom: 0;
}

.updowndiv dl dt {
    display: inline-block;
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #999999;
}

.updowndiv dl dt span {
    font-weight: 700;
    margin-right: 15px;
    font-size: 1.5rem;
}

.updowndiv dl dt a {
    font-size: 1.5rem;
    color: #000;
}

.updowndiv dl dt a:hover {
    color: #000000;
}

.updowndiv dl dd {
    display: inline-block;
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #999999;
}

.updowndiv dl dd span {
    font-weight: 700;
    margin-right: 15px;
    font-size: 1.5rem;
}

.updowndiv dl dd a {
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}

.updowndiv dl dd a:hover {
    color: #000000;
}

.rebackBtn {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
}

.rebackBtn a {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    padding: 10px 40px;
    border-radius: 8px;
    background-color: #f29418;
    border: 1px solid #f29418;
}

.rebackBtn a i {
    padding-left: 8px;
}

.rebackBtn a:hover {
    color: #f29418;
    background-color: #050c12;
}

.aboutdiv {
    width: 100%;
}

.aboutleft {
    width: 100%;
    padding-right: 0%;
    overflow: hidden;
}

.aboutleft h3 {
    font-size: 3.0rem;
    color: #000;
    margin-top: 0px;
    margin-bottom: 30px;
}

.aboutleft h3 span {
    color: #323e46;
    padding-right: 6px;
}

.aboutleft p,
.aboutleft li {
    font-size: 1.8rem;
    color: #333333;
    color: #555555;
    line-height: 1.42;
}

.aboutleft p span {
    font-weight: 700;
    margin-right: 10px;
}

.aboutleft p a {
    display: inline;
    font-size: 1.8rem;
    color: #000;
    color: #f29418;
    text-decoration: underline;
    margin-top: 30px;
}

.aboutleft p a:hover {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.aboutleft p strong{
    font-weight: 700;
    color:#000;
}

.aboutleft h4 {
    margin-top: 35px;
    margin-bottom: 10px;
}

.aboutleft ul li {
    list-style: inside disc;
}

.clutureh4 {
    margin: 45px 0 15px;
    padding: 15px 0;
    height: 80px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    border-left: 3px solid #f29418;
    background-color: #000;
    padding-left: 30px;
    color: #fff;
    line-height: 50px;
}

.clutureh4:nth-of-type(1) {
    background: url(/wp-content/uploads/2024/03/2024030502180971.jpg) center right no-repeat #000;
    background-size: cover;
}

.clutureh4:nth-of-type(2) {
    background: url(/wp-content/uploads/2024/03/2024030502180984.jpg) center right no-repeat #000;
    background-size: cover;
}

.clutureh4:nth-of-type(3) {
    background: url(/wp-content/uploads/2024/03/2024030502181068.jpg) center right no-repeat #000;
    background-size: cover;
}

.aboutright {
    width: 50%;
    float: right;
    border: 5px solid #000;
    border-radius: 60px 0 60px 0;
    overflow: hidden;
}

.aboutright:hover a img {
    transform: scale(1.21);
    -ms-transform: scale(1.21);
    -moz-transform: scale(1.21);
    -webkit-transform: scale(1.21);
    -o-transform: scale(1.21);
}

.aboutShow {
    width: 100%;
    margin: 50px 0;
}

.aboutShow h3 {
    font-size: 3.6rem;
    color: #000;
    margin-bottom: 30px;
}

.aboutShow p {
    font-size: 1.8rem;
    color: #333333;
    line-height: 1.45;
}

.aboutShow:hover img {
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.aboutHonor {
    width: 50%;
    float: left;
}

.aboutHonor img {
    max-width: 100%;
}

.aboutMarket {
    width: 50%;
    float: left;
    padding: 5% 5% 15%;
    background: url(../images/foot_bg.png) center bottom no-repeat #000;
    background-size: 75%;
}

.aboutMarket p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.45;
}

.aboutMarket a {
    display: block;
    font-size: 2.1rem;
    text-decoration: underline;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.aboutMarket a:hover {
    color: #ffb52f;
}

/**** contact ****/
.contactdiv {
    width: 100%;
    padding: 40px 13%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-color: #f1f1f1;
}

.contactpic {
    display: block;
    float: left;
    width: 55%;
    padding: 15px 30px;
    background-color: #fff;
    min-height: 450px;
}

.contactpic p {
    margin-top: 15px;
    margin-bottom: 22px;
    font-size: 1.8rem;
    font-weight: bold;
}

.formdiv {
    background-color: #fff;
    padding: 0px;
    border-radius: 12px;
}

#yourmessage {
    height: 150px !important;
}

.form-group {
    margin-bottom: 12px;
}

.form-control1 {
    display: block;
    padding: 0px;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 4px;
}

span.input-group-addon {
    background-color: #fff;
    border: none;
}

.submitbtn {
    background-color: #1caffc;
    border-color: #1caffc;
    padding: 10px 32px;
    margin-top: 20px;
    margin-top: 0px;
}

.contactcontenttxt {
    display: block;
    float: left;
    width: 43%;
    padding: 0px 45px 0px 0;
    min-height: 450px;
    background-color: #fff;
}

.contactcontenttxt h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #000;
}

.contactcontenttxt ul li {
    list-style: none;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dotted #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.contactcontenttxt ul li span::before,
.contactcontenttxt ul li a::before {
    color: #f29418;
}

.contactcontenttxt ul li:last-child {
    border-bottom: none;
}

.contacttxtwrap {
    width: 100%;
    padding: 30px;
    /* border: 5px solid #f29418; */
    background-color: #fff;
}

span.a_address {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_address::before {
    content: "\f041";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -5px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_tel {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_tel::before {
    content: "\f098";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_mobile {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_mobile::before {
    content: "\f232";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_weixin {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_weixin::before {
    content: "\f1d7";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: -3px;
    display: block;
    height: auto;
    color: #151515;
}

span.a_fax {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_fax::before {
    content: "\f1ac";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_email {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_email::before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

span.a_zipcode {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

span.a_zipcode::before {
    content: "\f277";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

a.a_web {
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    position: relative;
    display: block;
    line-height: 1.3;
}

a.a_web::before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    height: auto;
    color: #151515;
}

.gaodeMap {
    width: 100%;
    height: 570px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    background: url(../images/baidumap.jpg) center center no-repeat;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.gaodeMap a {
    display: block;
    width: 100%;
    height: 100%;
}

.marketdiv {
    margin-bottom: 35px;
}

.marketdiv h3 {
    font-size: 3.6rem;
    color: #323e46;
    margin-top: 30px;
    margin-bottom: 30px;
}

.marketdiv p {
    font-size: 1.8rem;
    line-height: 1.45;
}

.honordiv {
    width: 100%;
    font-size: 0;
    margin-top: 35px;
}

.honorItem {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
    padding: 0.75rem 1%;
    padding-bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.honorItem:nth-child(3n+1) {
    margin-left: 0;
}

.honorItem a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
}

.honorItem a .ibg {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0;
}

.honorItem a .i1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}



.honorItem2 {
    width: 40%;
    max-height: 180px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}

.honorItem2 a {
    display: block;
    width: 100%;
    height: auto;
}

.honorItem2 a img {
    height: 100%;
    width: auto;
    max-height: 100%;
}

.equipmentDiv {
    width: 100%;
    padding: 0;
}

.equipmentContainer {
    width: 100%;
    margin: 0px auto 20px;
}

.equipmentContainer::after {
    content: '';
    display: block;
    clear: both;
}

.equipmentItem {
    width: 22.75%;
    float: left;
    position: relative;
    margin-right: 3%;
    margin-bottom: 40px;
    overflow: hidden;
}

.equipmentItem:nth-of-type(4n) {
    margin-right: 0;
}

.equipmentItemWrap {
    width: 100%;
    padding: 7.8%;
    background-color: #edeaea;
    background-color: #fff;
    border: 1px solid #ccc;
}

.equipmentItemPic {
    width: 100%;
    height: 0;
    padding-bottom: 74.22%;
    position: relative;
    background-color: #f5f5f5;
}

.equipmentItemPic a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}

.equipmentItemPic a img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.equipmentItemPic a:hover img {
    transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.equipmentTxt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.equipmentTxt a {
    display: inline-block;
    padding: 7px 18px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
    background-color: #f29418;
    color: #fff;
    font-size: 1.5rem;
}

.aboutcompany {
    width: 100%;
}

.aboutcompany h3 {
    font-size: 3.6rem;
    margin-bottom: 30px;
}

.aboutcompany p {
    font-size: 1.8rem;
    color: #323e46;
    line-height: 1.45;
}

.product_group_button {
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 0;
}

.product_group_button a {
    display: inline-block;
    width: 32.00%;
    font-size: 1.8rem;
    color: #000;
    background-color: #fff;
    margin-right: 2%;
    border: 1px solid #f0f0f0;
    padding: 10px;
    text-align: center;
}

.product_group_button a:nth-of-type(3n) {
    margin-right: 0;
}

.product_group_button a:hover {
    background-color: #000;
    color: #f29418;
    border-color: #f29418;
}

.product_group_button a.onactive {
    pointer-events: none;
    background-color: #999;
    color: #fff;
    border-color: #999;
}

.wenhuamodal {
    width: 100%;
    margin-bottom: 30px;
}

.wenhuamodal::after {
    content: '';
    display: block;
    clear: both;
}

.wenhuamodalpic {
    width: 50%;
    float: left;
    overflow: hidden;
}

.wenhuamodaltxt {
    width: 50%;
    float: left;
    padding: 30px;
}

.wenhuamodaltxt h4 {
    font-size: 2.8rem;
    margin-bottom: 30px;
}

/*
.wenhuamodalpic:hover img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}
*/

.serviceul {
    width: 100%;
}

.serviceul li {
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.serviceul li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.serviceItemPic {
    width: 50%;
    float: left;
}

.serviceItemTxt {
    width: 50%;
    float: left;
    padding: 8%;
}

.serviceItemTxt h3 {
    font-size: 3.6rem;
    margin-bottom: 30px;
}

.serviceItemTxt p {
    font-size: 1.8rem;
    color: #454545;
    line-height: 2;

}

.serviceNew {
    width: 100%;
    margin: 0 auto;
}

.serviceNew::after {
    content: '';
    display: block;
    clear: both;
}

.serviceNewItem {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 0 30px;
}

.serviceNewItem a {
    display: block;
    width: 100%;
}

.serviceNewItemPic {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
}

.serviceNewItemPic img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceNewItemTxt {
    margin-top: 30px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
}

.serviceNewItem a:hover .serviceNewItemPic img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

.serviceNewItem a:hover .serviceNewItemTxt {
    color: #f29418;
}

.zhanweifu {
    width: 100%;
    height: 50px;
}

/*video*/
.videodiv {
    width: 100%;
    padding: 35px 35px;
    background-color: #fff;
    margin-bottom: 60px;
}

.video-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -11px;
    /* 补偿相等的间距 */
    padding: 0 11px;
    /* 补偿 margin 导致的宽度超出 */
    box-sizing: border-box;
    /* 让 padding 不会增加宽度 */
}

.video-links a {
    flex-basis: calc(25% - 22px);
    /* 一行排列4个a对象，间距为22px */
    position: relative;
    margin-bottom: 22px;
    text-align: center;
    overflow: hidden;
    /* 超出部分裁剪隐藏 */
    box-sizing: border-box;
    /* 让 margin 不会增加宽度 */
}

.video-links a .video-thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 75%;
    background-color: #000;
    /* 父容器比例为4:3 */
}

.video-links a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease;
    /* 图片悬停动画效果 */
}

.video-links a:hover img {
    transform: translate(-50%, -50%) scale(1.25);
    /* 悬停时图片放大 */
}

.video-links a .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* 橙红色 */
    font-size: 6.4rem;
    opacity: 1;
    /* 初始透明度为0.7 */
    transition: all 0.3s ease;
    /* 按钮悬停动画效果 */
}

.video-links a:hover .play-button {
    opacity: 1;
    /* 悬停时显示 */
    text-shadow: 0 0 10px rgba(255, 102, 0, 1.0);
    /* 外发光效果 */
}

.video-links a p {
    padding: 10px 0;
    font-size: 1.8rem;
    color: #000;
}

.video-links a:hover p {
    color: #f29418;
}

.overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* 半透明黑色 */
    z-index: 999999;
    /* 确保遮罩层在最上层 */
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

#videoPlayer {
    max-width: 90%;
    /* 视频宽度最大为页面宽度的90% */
    max-height: 90%;
    /* 视频高度最大为页面高度的90% */
}


@media (max-width:767px) {
    .graylayer {
        display: none;
    }

    #headdiv {
        width: 100%;
        height: 50px;
        padding: 0;
        position: relative;
        background-color: #fff;
        background-image: none;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    }

    .logo {
        width: 30%;
        margin-top: 8px;
        margin-left: 10px;
    }

    .logo a {
        margin-top: 0px;
    }

    .logo a img {
        max-height: 36px;
    }

    #mobileNavButton {
        display: block;
        width: 7%;
        margin-top: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }

    #mobileNavButton a i {
        color: #999;
    }

    .language {
        width: 12.0%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
    }

    .language a {
        font-size: 14px;
    }

    .language a::before {
        content: '\f0ac';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #000;
        padding-right: 3px;
        vertical-align: middle;
    }

    .searchdiv {
        width: 10%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
        margin-left: 0%;
    }

    .searchdiv a {
        font-size: 14px;
    }

    .searchdiv a::before {
        content: '\f002';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #000;
        padding-right: 3px;
        vertical-align: middle;
    }

    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 49px;
        z-index: 6;
    }

    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* border-top: 1px solid #d00743; */
        border-bottom: 1px solid #f29418;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }

    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }

    .m_nav ul li ul {
        display: none;
    }

    .m_nav ul li ul li ul {
        display: none;
    }

    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        /* text-transform: uppercase;
    font-family: "Poppins"; */
        line-height: 1.1;
        position: relative;
    }

    .m_nav ul li a i {
        margin-right: 8px;
    }

    .m_nav ul li.has_sub {
        pointer-events: none;
    }

    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }

    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }

    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }

    .m_nav ul li ul {
        padding-left: 30px;
    }

    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }

    .m_nav ul li ul li ul {
        padding-left: 30px;
    }

    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }

    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }

    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }

    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }

    .toph3 {
        padding: 20px 0px 20px;
    }

    .toph3 h3 {
        font-size: 1.8rem;
    }

    .servicesidebar {
        display: none;
    }

    #pcshow{
        display: none;
    }
    #mobileshow{
        display: block;
    }
    .banner {
        width: 100vw;
        height: 60vh;
        position: relative;
        overflow: hidden;
    }

    .bannerMainTxt {
        width: 60vw;
    }

    .bannerWrap {
        width: 100%;
        padding: 15px 15px;
        background-color: rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px #007caf;
    }

    .bannerWrap h1 {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 25px;
        line-height: 1.4;
    }

    .bannerWrap a {
        display: block;
        width: 100%;
        height: 38px;
        background-color: #000;
        border: 1px solid #000;
        border-radius: 32px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 38px;
    }

    .bannerSubTxt {
        position: absolute;
        z-index: 4;
        right: unset;
        left: 12%;
        bottom: 5px;
    }

    .bannerSubTxt p {
        font-size: 12px;
        color: #fff;
    }

    #isearchtxt {
        text-align: left;
        font-size: 13px;
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 48px;
        border-left: none;
        box-shadow: none;
        border: none;
    }

    .isearchbtn {
        background-color: #000;
        color: #fff;
        font-size: 14px;
        padding: 0px;
        padding-left: 18px;
        padding-right: 18px;
        height: 48px;
    }

    .appModal {
        padding-bottom: 30px;
    }

    .appModal ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        float: left;
        list-style: none;
    }

    .appModal ul li:nth-of-type(3) {
        width: 100%;
    }

    .apptxt {
        position: relative;
        width: 100%;
        padding: 20px 0 0 10px;
    }

    .apptxt h3 {
        font-size: 15px;
        color: #000;
        margin-bottom: 40px;
    }

    .apptxt p {
        display: none;
    }

    .appbtn {
        position: absolute;
        bottom: 0px;
        right: 0;
    }

    .appbtn a {
        display: block;
        width: 120px;
        height: 36px;
        background-color: #f29418;
        border: 1px solid #f29418;
        text-align: center;
        font-size: 1.2rem;
        color: #fff;
        line-height: 34px;
    }

    .icategory {
        padding: 20px 15px 30px;
    }

    .icategoryItem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .icategoryName {
        padding: 7px 10px 10px;
        font-size: 15px;
        font-weight: normal;
    }

    .iproduct {
        width: 100%;
        padding: 30px 0;
        background-color: #000;
    }

    .iproductTopic {
        padding: 0 10px;
        margin-bottom: 32px;
    }

    .iptxt {
        float: left;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
    }

    .ipkinds {
        float: right;
        text-align: left;
        margin-top: 12px;
    }

    .ipkinds a {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        opacity: .7;
        margin-left: 15px;
        margin-bottom: 8px;
    }

    .itemcontainerTxt {
        width: 100%;
        padding: 30px 30px 30px;
    }

    .itemcontainerTxt a {
        font-size: 14px;
    }

    .i_solution {
        width: 100%;
        padding: 0 15px 30px;
        box-sizing: border-box;
    }

    .titletop {
        width: 100%;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .titletop h3 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .titletop p {
        font-size: 12px;
    }

    #productsubpiclist li a {
        font-size: 14px;
        padding: 10px 13px;
    }

    .tab-content {
        padding: 15px 0;
    }

    .i_solution_item {
        box-shadow: 0 15px 15px 0 rgb(184 187 197 / 60%);
    }

    .i_solution_item_layer_content_left {
        flex-basis: 100%;
        max-width: 100%;
    }

    .i_solution_item_layer_content_left_pic::before {
        content: '';
        display: none;
    }

    .i_solution_item_layer_content_right {
        flex-basis: 100%;
        max-width: 100%;
        margin-left: 12px;
        padding-left: 10px;
        min-height: 200px;
    }

    .i_solution_item_layer_content_right_divleft {
        width: 84%;
        padding-left: 5%;
    }

    .i_solution_item_layer_content_right_divright {
        width: 65%;
        padding-top: 36px;
        padding-right: 25px;
    }

    .i_solution_item_layer_content_right_divleft h3 {
        font-size: 18px;
        margin-top: 15px;
    }

    .i_solution_item_layer_content_right_divleft ul {
        margin-top: 15px;
    }

    .i_solution_item_layer_content_right_divleft ul li a {
        font-size: 15px;
    }

    .i_solution_item_layer_content_right_divleft p {
        font-size: 1.3rem;
    }

    .i_solution_btn {
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .i_solution_btn a {
        display: block;
        width: 120px;
        height: 36px;
        padding-right: 20px;
        background-color: #f29418;
        border: 1px solid #f29418;
        border-radius: 18px 18px 18px 0px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 34px;
    }

    .i_solution_a {
        margin: 0px auto 0;
    }

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

    .isolution {
        width: 100%;
        padding: 30px 30px;
    }

    .isolutionwrap {
        width: 100%;
        padding-right: 0%;
    }

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

    .isolutionwrap h3 a {
        font-size: 18px;
    }

    .isolutionwrap h3 span {
        font-size: 18px;
    }

    .isolutionwrap p {
        font-size: 15px;
        color: #333;
        line-height: 1.4578;
        margin: 25px 0;
    }

    .itemcontainerBtn a {
        font-size: 13px;
        font-weight: normal;
    }

    .appSolution {
        width: 100%;
        padding: 30px 15px;
        background-color: #ebebeb;
    }


    .aboutBox {
        width: 50%;
        flex: none;
        min-height: auto;
    }

    .aboutBox:nth-of-type(1) {
        order: 1;
    }

    .aboutBox:nth-of-type(2) {
        order: 3;
    }

    .aboutBox:nth-of-type(3) {
        order: 5;
    }

    .aboutBox:nth-of-type(4) {
        order: 2;
    }

    .aboutBox:nth-of-type(5) {
        order: 4;
    }

    .aboutBox:nth-of-type(6) {
        order: 6;
    }

    .aboutBox h3 {
        font-size: 1.8rem;
        margin-bottom: 15px;
        color: #000;
    }

    .aboutBox p {
        text-align: center;
        padding: 0 8px;
        font-size: 1.2rem;
    }

    .about_more a {
        display: block;
        width: 120px;
        height: 36px;
        color: #fff;
        background-color: #f29418;
        border: 1px solid #f29418;
        text-align: center;
        font-size: 13px;
        border-radius: 5px;
        margin: 0 auto;
        line-height: 34px;
    }

    .about_000126 {
        flex-direction: column;
    }

    .about_mo_left {
        margin-bottom: 10px;
    }

    .about_mo_left a .about_txt_link,
    .about_mo_right a .about_txt_link {
        font-size: 13px;
    }

    .inews {
        width: 100%;
        padding: 4.6875% 10px;
        background-color: #fff;
    }

    .inewswrap {
        width: 100%;
        padding: 30px 0 30px;
        background-color: #fff;
    }

    .inewsTop {
        width: 100%;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px;
    }

    .inewsTop h3 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .inewsTop h3::before {
        content: '\f07e';
        font-size: 18px;
        font-weight: bold;
        color: #333;
        font-family: 'FontAwesome';
        padding-right: 10px;
    }

    .inewsTop h3 span a {
        font-size: 15px;
        font-weight: normal;
        color: #333;
    }

    .inewsTop h3 span a::after {
        content: '\f178';
        font-size: 15px;
        font-weight: bold;
        color: #333;
        font-family: 'FontAwesome';
        padding-left: 10px;
    }

    .inewsList ul li {
        width: 100%;
        padding: 0 1.724%;
        list-style: none;
        float: left;
        margin-bottom: 35px;
    }

    .inewsList ul li .inewsTxt {
        width: 100%;
        margin-bottom: 10px;
    }

    .inewsList ul li .inewsTxt p.inewsDate {
        font-size: 13px;
        color: #999;
        font-family: Arial;
        margin-bottom: 10px;
    }

    .inewsList ul li .inewsTxt h3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .inewsList ul li .inewsTxt h3 a {
        display: block;
        width: 100%;
        height: 50px;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 25px;
    }

    .footer {
        width: 100%;
        padding: 30px 30px;
        background-color: #323e46;
    }

    .powerModal {
        width: 100%;
        float: left;
        padding-right: 0%;
    }

    .sublogo {
        width: 60%;
        margin-bottom: 25px;
    }

    .powerModal ul li {
        list-style: none;
        font-size: 15px;
        color: #000;
    }

    .powerModal ul li a {
        font-size: 15px;
        color: #000;
    }

    .powerModal p,
    .powerModal p a {
        font-size: 13px;
        color: #fff;
    }

    .powerModal p span {
        display: block;
    }

    .sublinkModal {
        width: 50%;
        float: left;
        padding-right: 10px;
        margin-top: 34px;
    }

    .sublinkModal:nth-of-type(3) {
        clear: both;
        float: left;
    }

    .sublinkModal h3 {
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 25px;
    }

    .sublinkModal ul li {
        list-style: none;
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
    }

    .sublinkModal ul li a {
        font-size: 14px;
    }



    .contactModal {
        width: 100%;
        float: left;
        padding-right: 5.1724%;
        margin-top: 34px;
    }

    .contactModal h3 {
        font-size: 1.8rem;
        color: #fff;
        margin-bottom: 25px;
    }

    .contactModal ul li {
        list-style: none;
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
    }

    .contactModal ul li a {
        font-size: 14px;
    }

    .friendLink p {
        font-size: 12px;
    }

    .friendLink a {
        font-size: 12px;
    }

    .locationwrap {
        float: left;
    }
    .locationwrap h4{display:block;}
    .locationwrap p,
    .locationwrap p a {
        font-size: 12px;
        display: none;
    }

    .returnwrap a {
        display: block;
        width: 90px;
        height: 28px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        background-color: #f29418;
        border: 1px solid #f29418;
        border-radius: 14px;
        line-height: 26px;
    }

    .locationdiv {
        width: 100%;
        padding: 20px 15px;
    }

    .locationwrap h2 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
    }

    .maindiv,
    .maindiv2 {
        width: 100%;
        padding: 15px 15px;
        background-color: #f1f1f1;
        min-height: auto;
    }

    .mainleftbar {
        width: 100%;
        margin-right: 0%;
        float: left;
        background-color: #fff;
        margin-bottom: 10px;
    }

    .mainbarwrap {
        width: 100%;
        padding: 15px 15px 0px;
    }

    .mainbarwrap h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .productdiv {
        width: 100%;
        float: left;
    }

    .productlist li {
        list-style: none;
        width: 48.7%;
        width: 100%;
        margin-right: 2.6%;
        margin-right: 0%;
        margin-bottom: 15px;
        float: left;
        background-color: #fff;
    }

    .productlist li:nth-of-type(3n) {
        margin-right: 0%;
    }

    .productlist li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .productlisttxt {
        width: 100%;
        padding: 10px 15px;
    }

    .productlisttxt h4 a {
        font-size: 15px;
    }

    .productlisttxt p {
        font-size: 14px;
    }

    .productdivwrap {
        width: 100%;
        padding: 15px 15px 15px;
        background-color: #ffffff;
    }

    .productleft {
        width: 100%;
        float: left;
    }

    .productright {
        width: 100%;
        float: left;
        padding-left: 0%;
    }


    .productname {
        font-size: 1.8rem;
    }

    .product_group_button a {
        font-size: 13px;
        border-color: #000;
    }

    .shortdes {
        font-size: 14px;
    }

    a.contactus,
    a.emailto {
        font-size: 12px;
    }

    .fatherlink p {
        font-size: 15px;
    }

    .fatherlink p a {
        font-size: 15px;
    }

    .quickrating span:nth-of-type(2) {
        font-size: 15px;
    }

    .productDetailtop {
        /* margin-top: 30px; */
        margin-top: 0;
        margin-bottom: 15px;
        background-color: #f1f1f1;
        padding: 15px 15px;
    }

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

    .productDetail {
        width: 100%;
    }

    .productline img {
        max-width: 100%;
    }

    .productinfo p,
    .productinfo span,
    .productinfo div,
    .productinfo a,
    .productinfo li,
    .productinfo dd,
    .productinfo dt,
    .productinfo td,
    .productinfo em {
        font-size: 1.4rem;
    }

    .productinfo ul {
        padding-left: 20px;
    }

    .productinfo ul li {
        list-style: outside disc;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .productTop {
        margin-bottom: 30px;
    }

    .downbox a {
        font-size: 12px;
    }

    .pdmodal {
        display: inline-block;
        width: 100%;
        padding-right: 0%;
        margin-bottom: 20px;
        vertical-align: top;
    }

    .pdmodal h5 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #f1f1f1;
        padding: 15px 15px;
    }

    .appTop {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .appTop h3 {
        font-size: 21px;
        color: #000;
        margin-bottom: 20px;
    }

    .appTop p {
        font-size: 15px;
        color: #323e46;
        line-height: 1.3;
    }

    .appTxtList {
        width: 100%;
        margin-bottom: 20px;
    }

    .appTxtList ul li {
        width: 48.6%;
        float: left;
        margin-right: 1.11%;
        margin-bottom: 4px;
        list-style: none;
    }

    .appTxtList ul li a {
        display: block;
        width: 100%;
        height: 32px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        color: #323e46;
        background-color: #fff;
        line-height: 30px;
    }

    .appPicList ul li {
        float: left;
        position: relative;
        width: 48.7%;
        margin-right: 2.6%;
        margin-bottom: 15px;
        list-style: none;
        background-color: #fff;
    }

    .appPicList ul li:nth-of-type(3n) {
        margin-right: 2.6%;
    }

    .appPicList ul li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .appPicList ul li p {
        background-color: rgba(0, 0, 0, 0.50);
    }

    .appPicList ul li p a {
        font-size: 15px;
    }

    .appTxt {
        width: 100%;
        float: left;
        padding-left: 0;
        padding-right: 0%;
    }

    .appTxt h3 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    h3.appProductH3 {
        text-align: center;
        font-size: 18px;
        color: #000;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .appcontent {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .appcontent div,
    .appcontent p,
    .appcontent li,
    .appcontent dd,
    .appcontent dt,
    .appcontent span {
        font-size: 14px;
        color: #323e46;
        line-height: 1.45;
    }

    .appcontent p strong {
        color: #222;
    }

    .appcontent h1,
    .appcontent h2,
    .appcontent h3,
    .appcontent h4,
    .appcontent h5,
    .appcontent h6 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .appTxt div,
    .appTxt p,
    .appTxt li,
    .appTxt dd,
    .appTxt dt,
    .appTxt span {
        font-size: 14px;
        color: #323e46;
        line-height: 1.45;
    }

    .appShowPic {
        width: 100%;
        float: left;
        border: 5px solid #fff;
    }

    .appProducts {
        margin-top: 40px;
        margin-top: 0px;
        padding-left: 0;
        padding-right: 0;
    }

    .appProducts h3 {
        font-size: 21px;
        color: #000;
        margin-bottom: 20px;
    }

    .productlist2 li {
        list-style: none;
        width: 48.7%;
        margin-right: 2.6%;
        margin-bottom: 15px;
        float: left;
        background-color: #fff;
    }

    .productlist2 li:nth-of-type(3n) {
        margin-right: 2.6%;
    }

    .productlist2 li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .appWrap {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
        background-color: #fff;
        margin-bottom: 15px;
    }

    .service {
        width: 100%;
        padding: 15px 15px 15px;
        margin-bottom: 15px;
        background-color: #fff;
    }

    .service::after {
        content: '';
        display: block;
        clear: both;
    }

    .service dl dt {
        width: 100%;
    }

    .service dl dd {
        width: 100%;
    }

    .service dl:nth-of-type(odd) dd {
        padding-left: 0%;
    }

    .service dl dd h3 {
        font-size: 21px;
        color: #000;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .service dl dd p {
        font-size: 15px;
        color: #333333;
        line-height: 1.45;
    }

    .service dl dd p a {
        font-size: 15px;
    }

    .about_title_h3 {
        margin-bottom: 20px;
    }

    .about_title_h3 h3 {
        font-size: 1.8rem;
        color: #323e46;
        text-align: center;
        margin-top: 0px;
    }

    .newsDiv {
        width: 100%;
        padding: 15px 15px 15px;
        background-color: #f1f1f1;
    }

    .newsContainer {
        width: 100%;
        background-color: #fff;
        padding: 10px 10px 0px;
        margin: 0 auto;
    }

    .newsItem {
        width: 48.7%;
        float: left;
        margin-right: 2.6%;
        margin-bottom: 30px;
        border-bottom: 1px solid #e2e0e0;
    }

    .newsItem:nth-of-type(3n) {
        margin-right: 2.6%;
    }

    .newsItem:nth-of-type(2n) {
        margin-right: 0%;
    }

    .newsTitle {
        width: 100%;
        padding: 15px 6.5% 25px;
    }

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

    .newsDate {
        width: 100%;
        padding: 0px 6.5% 20px;
        color: #999;
        font-size: 12px;
    }

    .pagediv {
        clear: both;
        margin: 20px 0px 30px 0px;
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        font-family: "Helvetica";
    }

    .newsviewContainer {
        width: 100%;
        background-color: #fff;
        padding: 0px 20px 1px;
    }

    .newsviewTop {
        width: 100%;
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .newsviewTop h3 {
        font-size: 21px;
        text-align: left;
    }

    .newsviewTop p {
        font-size: 12px;
        text-align: left;
    }

    .newsviewTop p span {
        padding-left: 0px;
        padding-right: 30px;
        font-size: 12px;
    }

    .newsContent,
    .newsContent div,
    .newsContent p,
    .newsContent span,
    .newsContent i,
    .newsContent em,
    .newsContent li,
    .newsContent dt,
    .newsContent dd,
    .newsContent td {
        font-size: 13px;
        color: #555555;
        line-height: 2;
    }

    .updowndiv dl dt {
        display: inline-block;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        font-size: 14px;
        color: #999999;
    }

    .updowndiv dl dt span {
        font-size: 14px;
    }

    .updowndiv dl dt a {
        font-size: 14px;
        color: #000;
    }

    .updowndiv dl dd {
        display: inline-block;
        width: 100%;
        padding: 0px;
        box-sizing: border-box;
        font-size: 14px;
        color: #999999;
    }

    .updowndiv dl dd span {
        font-size: 14px;
    }

    .updowndiv dl dd a {
        font-size: 14px;
        color: #000;
    }

    .aboutleft {
        width: 100%;
        padding-right: 0;
        float: left;
    }

    .aboutleft h3 {
        font-size: 18px;
        color: #000;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .aboutleft p {
        font-size: 14px;
        color: #333333;
        line-height: 1.45;
    }

    .aboutleft p a {
        font-size: 1.4rem;
    }

    .aboutleft p br::after {
        content: "";
        display: block;
        height: 20px;
        /* 设置高度值 */
    }

    .aboutright {
        width: 100%;
        float: right;
        border: 2px solid #000;
        border-radius: 30px 0 30px 0;
        overflow: hidden;
    }

    .aboutShow {
        width: 100%;
        margin: 30px 0;
        border-top: 10px solid #f0f0f0;
        padding-top: 30px;
    }

    .aboutShow h3 {
        font-size: 21px;
        color: #000;
        margin-bottom: 15px;
    }

    .aboutShow p {
        font-size: 15px;
        color: #333333;
        line-height: 1.45;
    }

    .aboutHonor {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .aboutMarket {
        width: 100%;
    }

    .aboutMarket p {
        font-size: 15px;
        color: #fff;
        line-height: 1.45;
    }

    .aboutMarket a {
        font-size: 18px;
    }

    .aboutcompany h3 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .aboutcompany div,
    .aboutcompany p {
        font-size: 15px;
    }

    .equipmentItem {
        width: 48.7%;
        margin-right: 2.6%;
        margin-bottom: 15px;
    }

    .equipmentItem:nth-of-type(3n) {
        margin-right: 2.6%;
    }

    .equipmentItem:nth-of-type(2n) {
        margin-right: 0%;
    }

    .equipmentItemWrap {
        width: 100%;
        padding: 2px;
        background-color: #fff;
        border: none;
    }

    .equipmentTxt a {
        display: block;
        padding: 7px 18px;
        margin: 0 auto;
        border-radius: 0;
        background-color: #f29418;
        color: #fff;
        font-size: 12px;
        border: 2px solid #fff;
    }

    .marketdiv h3 {
        font-size: 21px;
        color: #323e46;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .marketdiv p {
        font-size: 15px;
        line-height: 1.45;
    }

    .honorItem {
        width: 100%;
        max-height: unset;
        display: inline-block;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .honorItem2 {
        width: 100%;
        max-height: 180px;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .contactdiv {
        width: 100%;
        padding: 20px 20px 40px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }

    .contactdiv .container {
        padding-left: 0;
        padding-right: 0;
    }

    .contactcontenttxt {
        display: block;
        float: right;
        width: 100%;
        margin-top: 0px;
        padding: 0px 0px;
        background-color: #fff;
        margin-bottom: 30px;
    }

    .contactcontenttxt h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .contactcontenttxt ul li {
        font-size: 14px;
    }

    .contactcontenttxt ul li span {
        font-size: 14px;
    }

    .contactpic {
        display: block;
        float: left;
        width: 100%;
    }

    .contactpic p {
        font-size: 16px;
    }

    .gaodeMap {
        width: 100%;
        height: 420px;
        background-size: 360% auto;
    }

    .appwarp01 {
        width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

    .xcul li {
        width: 49.0%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .xcul li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .xcul li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .xcul li a {
        border-radius: 5px;
    }

    .hyyykh li {
        display: block;
        width: calc((100% - 20px) / 3);
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        list-style: none;
    }

    .hyyykh li:nth-of-type(5n) {
        margin-right: 10px;
    }

    .hyyykh li:nth-of-type(3n) {
        margin-right: 0px;
    }

    .wenhuamodal {
        width: 100%;
        border-bottom: 15px solid #f0f0f0;
        margin-bottom: 30px;
    }

    .wenhuamodalpic {
        width: 100%;
    }

    .wenhuamodaltxt {
        width: 100%;
    }

    .wenhuamodaltxt h4 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .serviceItemPic {
        width: 100%;
        float: left;
    }

    .serviceItemTxt {
        width: 100%;
        float: left;
        padding: 8%;
    }

    .serviceItemTxt h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .serviceItemTxt p {
        font-size: 1.4rem;
        color: #454545;
        line-height: 2;
    }

    .serviceNewItem {
        width: 100%;
        float: left;
        text-align: center;
        padding: 0 30px;
        padding-bottom: 20px;
        border-bottom: 15px solid #f1f1f1;
        margin-bottom: 30px;
    }

    .serviceNewItemTxt {
        margin-top: 15px;
        font-size: 1.8rem;
    }

    .zhanweifu {
        width: 100%;
        height: 20px;
    }

    .videodiv {
        width: 100%;
        padding: 15px 15px;
        background-color: #fff;
        margin-bottom: 0px;
    }

    .video-links a {
        flex-basis: calc(100% - 0px);
    }

    .video-links a p {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .graylayer {
        display: none;
    }

    #headdiv {
        width: 100%;
        height: 50px;
        padding: 0;
        position: relative;
        background-color: #fff;
        background-image: none;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    .logo {
        width: 30%;
        margin-top: 7px;
        margin-left: 10px;
    }

    .logo a {
        margin-top: 0px;
    }

    .logo a img {
        max-height: 36px;
    }

    #mobileNavButton {
        display: block;
        width: 7%;
        margin-top: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }

    #mobileNavButton a i {
        color: #999;
    }

    .language {
        width: 12.0%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
    }

    .language a {
        font-size: 14px;
    }

    .language a::before {
        content: '\f0ac';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #000;
        padding-right: 3px;
        vertical-align: middle;
    }

    .searchdiv {
        width: 10%;
        float: right;
        padding-left: 0px;
        margin-top: 13px;
        margin-left: 0%;
    }

    .searchdiv a {
        font-size: 14px;
    }

    .searchdiv a::before {
        content: '\f002';
        font-family: 'FontAwesome';
        font-size: 18px;
        color: #000;
        padding-right: 3px;
        vertical-align: middle;
    }

    /* Mobile nva style */
    .m_nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 49px;
        z-index: 6;
    }

    .m_nav>ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* border-top: 1px solid #d00743; */
        border-bottom: 1px solid #f29418;
        background-color: #fff;
        position: relative;
        top: 0px;
        z-index: 3;
    }

    .m_nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        top: 0px;
        z-index: 3;
        background-color: #fff;
    }

    .m_nav ul li {
        display: block;
        width: 100%;
        border-top: 1px solid #ececec;
        text-align: left;
        overflow: visible;
        position: relative;
    }

    .m_nav ul li ul {
        display: none;
    }

    .m_nav ul li ul li ul {
        display: none;
    }

    .m_nav ul li a {
        display: block;
        width: 100%;
        padding: 10px 0px 10px 30px;
        color: #333;
        font-size: 1.4rem;
        /* text-transform: uppercase;
    font-family: "Poppins"; */
        line-height: 1.1;
        position: relative;
    }

    .m_nav ul li a i {
        margin-right: 8px;
    }

    .m_nav ul li.has_sub {
        pointer-events: none;
    }

    .m_nav ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }

    .m_nav ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }

    .m_nav ul li.has_sub.on::after {
        content: "\f107";
    }

    .m_nav ul li ul {
        padding-left: 30px;
    }

    .m_nav ul li ul li a::before {
        content: "\f0da";
        font-size: 14px;
        font-family: FontAwesome;
        color: #454545;
        position: absolute;
        left: 16px;
        top: 10px;
    }

    .m_nav ul li ul li ul {
        padding-left: 30px;
    }

    .m_nav ul li ul li.has_sub {
        pointer-events: none;
    }

    .m_nav ul li ul li.has_sub a {
        padding: 10px 50px 10px 30px;
        pointer-events: auto;
    }

    .m_nav ul li ul li.has_sub::after {
        content: "\f105";
        display: block;
        width: 50px;
        height: 36px;
        font-size: 16px;
        font-family: FontAwesome;
        color: #fff;
        background-color: #ccc;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        pointer-events: auto;
        line-height: 36px;
    }

    .m_nav ul li ul li.has_sub.on::after {
        content: "\f107";
    }

    .banner {
        width: 100vw;
        height: 60vh;
        position: relative;
        overflow: hidden;
    }

    .bannerWrap {
        width: 100%;
        padding: 7.2% 6.5%;
        background-color: rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px #007caf;
    }

    .bannerMainTxt {
        position: absolute;
        z-index: 4;
        width: 60%;
        left: 18.66%;
        top: 18%;
    }

    .bannerWrap h1 {
        font-size: 3.0rem;
        color: #fff;
        margin-bottom: 50px;
        line-height: 1.4;
    }

    .bannerWrap a {
        font-size: 18px;
    }

    .isearchWrap {
        width: 60%;
        min-width: 280px;
        margin: 0 auto;
    }

    .apptxt h3 {
        font-size: 2.4rem;
        margin-bottom: 40px;
    }

    .apptxt p {
        display: none;
    }

    .appbtn {
        position: absolute;
        left: 0px;
        bottom: 10px;
        width: 100%;
        padding: 0 10px;
    }

    .appbtn a {
        display: block;
        width: 100%;
        height: 50px;
        background-color: #000;
        text-align: center;
        font-size: 1.8rem;
        color: #fff;
        line-height: 48px;
    }

    .iproduct {
        width: 100%;
        padding: 35px 0;
        background-color: #000;
    }

    .iptxt {
        font-size: 2.8rem;
    }

    .ipkinds {
        float: left;
        text-align: left;
        margin-top: 12px;
    }

    .ipkinds a {
        font-size: 2.0rem;
    }

    .isolutionwrap {
        width: 100%;
        padding-right: 10.0%;
    }

    .inews {
        width: 100%;
        padding: 4.6875% 15px;
        background-color: #ececec;
    }

    .servicesidebar {
        display: none;
    }

    .isolutionwrap h3 {
        font-size: 2.4rem;
        color: #333;
    }

    .isolutionwrap h3 a {
        font-size: 2.4rem;
    }

    .isolutionwrap h3 span {
        font-size: 2.4rem;
    }

    .mainleftbar {
        width: 100%;
        margin-right: 0%;
        float: left;
        background-color: #fff;
    }

    .mainbarwrap {
        width: 100%;
        padding: 15px 15px;
    }

    .mainbarwrap h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .productdiv {
        width: 100%;
        float: left;
    }

    .productDetail {
        width: 100%;
    }

    .productline {
        width: 100%;
    }

    .productline img {
        max-width: 100%;
    }

    .inewsList ul li .inewsTxt h3 {
        width: 100%;
        margin-bottom: 25px;
    }

    .inewsList ul li .inewsTxt h3 a {
        font-size: 1.8rem;
    }

    .sublinkModal {
        width: 20.0%;
        float: left;
        padding-right: 5.1724%;
        margin-top: 16px;
    }

    .contactModal {
        width: 24.0%;
        float: left;
        padding-right: 0%;
        margin-top: 16px;
    }

    .powerModal ul li {
        list-style: none;
        font-size: 1.4rem;
        color: #000;
    }

    .powerModal ul li a {
        font-size: 1.4rem;
        color: #000;
    }

    .sublogo img {
        max-width: 180px;
    }

    .sublinkModal ul li a {
        font-size: 1.4rem;
    }

    .contactModal ul li {
        list-style: none;
        font-size: 1.4rem;
        color: #000;
        margin-bottom: 12px;
    }

    .locationdiv {
        width: 100%;
        padding: 36px 30px;
    }

    .locationwrap p {
        font-size: 1.6rem;
        color: #666666;
        text-align: left;
    }

    .locationwrap h2 {
        font-size: 3.2rem;
        font-weight: bold;
        color: #000;
    }

    .maindiv {
        width: 100%;
        padding: 30px 30px;
        background-color: #f1f1f1;
    }

    .productdivwrap {
        width: 100%;
        padding: 0px 30px 60px;
        background-color: #ffffff;
    }

    .productname {
        font-family: Arial, 'Microsoft YaHei';
        font-size: 2.8rem;
        font-weight: bold;
        color: #000;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .productDetailtop {
        margin-top: 10px;
        margin-bottom: 30px;
        background-color: #f1f1f1;
        padding: 10px 20px;
    }

    .productDetailtop h3 {
        font-size: 2rem;
        color: #000;
    }

    .appTop {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .appTop h3 {
        font-size: 3.6rem;
        color: #000;
        margin-bottom: 20px;
    }

    .appTop p {
        font-size: 2.0rem;
        color: #323e46;
        line-height: 1.3;
    }

    .appTxt h1,
    .appTxt h2,
    .appTxt h3,
    .appTxt h4,
    .appTxt h5,
    .appTxt h6 {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .appTxt h3 {
        font-size: 3.0rem;
        color: #000;
    }

    .appTxt div,
    .appTxt p,
    .appTxt li,
    .appTxt dd,
    .appTxt dt,
    .appTxt span {
        font-size: 1.5rem;
        color: #323e46;
        line-height: 1.45;
    }

    .appProducts {
        margin-top: 50px;
    }

    .appProducts h3 {
        font-size: 3.0rem;
        color: #000;
        margin-bottom: 30px;
    }

    .productlist2 li {
        list-style: none;
        width: 31.8466%;
        margin-right: 2.23%;
        margin-bottom: 30px;
        float: left;
        background-color: #fff;
    }

    .productlist2 li:nth-of-type(3n) {
        margin-right: 0;
    }

    .productlist2 li:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.20);
    }

    .service {
        width: 100%;
        padding: 30px 30px 30px;
        background-color: #fff;
    }

    .service dl dd h3 {
        font-size: 2.4rem;
        color: #000;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .service dl dd p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }

    .service dl:nth-of-type(even) dd {
        padding-right: 0%;
        padding-left: 5%;
    }

    .newsDiv {
        width: 100%;
        padding: 30px 30px 30px;
        background-color: #f1f1f1;
    }

    .newsContainer {
        width: 100%;
        background-color: #fff;
        padding: 30px 28px 0px;
        margin: 0 auto;
    }

    .newsTitle {
        width: 100%;
        padding: 24px 6.5% 24px;
    }

    .newsTitle a {
        font-size: 1.6rem;
    }

    .newsItem {
        margin-bottom: 30px;
    }

    .newsviewContainer {
        width: 100%;
        background-color: #fff;
        padding: 0px 40px 40px;
    }

    .newsviewTop {
        width: 100%;
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .newsviewTop h3 {
        font-size: 3.0rem;
    }

    .updowndiv dl dt {
        width: 100%;
    }

    .updowndiv dl dd {
        width: 100%;
    }

    .rebackBtn {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .aboutleft h3 {
        font-size: 2.8rem;
        color: #000;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .aboutleft p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }

    .aboutright {
        border-radius: 0;
    }

    .aboutShow {
        width: 100%;
        margin: 30px 0;
        padding-top: 30px;
        border-top: 20px solid #f0f0f0;
    }

    .aboutShow h3 {
        font-size: 2.8rem;
        color: #000;
        margin-bottom: 20px;
    }

    .aboutShow p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }

    .aboutMarket {
        width: 50%;
        float: left;
        padding: 5% 5% 5%;
    }

    .aboutMarket p {
        font-size: 1.5rem;
        color: #fff;
        line-height: 1.45;
    }

    .aboutMarket a {
        font-size: 1.8rem;
    }

    .equipmentItem {
        width: 31.8466%;
        margin-right: 2.23%;
        float: left;
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .equipmentItem:nth-of-type(4n) {
        margin-right: 2.23%;
    }

    .equipmentItem:nth-of-type(3n) {
        margin-right: 0;
    }

    .equipmentItemWrap {
        padding: 8px;
        border: none;
    }

    .equipmentTxt {
        border: 8px solid #fff;
    }

    .equipmentTxt a {
        display: block;
        padding: 7px 18px;
        margin: 0 auto;
        border-radius: 0;
        background-color: #f29418;
        color: #fff;
        font-size: 1.5rem;
    }

    .marketdiv h3 {
        font-size: 3.0rem;
        color: #323e46;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .marketdiv p {
        font-size: 1.5rem;
        line-height: 1.45;
    }

    .contactdiv {
        width: 100%;
        padding: 30px 0px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
        background-color: #f1f1f1;
    }

    .contactcontenttxt {
        display: block;
        float: left;
        width: 55%;
        padding: 0px 30px 0px 0;
    }

    .contactpic {
        display: block;
        float: left;
        width: 45%;
        padding: 15px 20px;
        background-color: #fff;
    }

    .contactpic p {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 1.5rem;
        color: #000;
        font-weight: bold;
    }
}

@media (min-width: 1200px) and (max-width: 1768px) {
    #headdiv {
        width: 100%;
    }

    .searchdiv {
        width: 6%;
        float: right;
        padding-left: 0px;
        margin-top: 37px;
        margin-left: 2.79%;
        text-align: right;
    }

    .language {
        width: 6%;
        float: right;
        padding-left: 0px;
        margin-top: 37px;
        text-align: right;
    }

    .navdiv {
        width: 60.0%;
        float: right;
        margin-top: 0px;
    }

    .navdiv>ul>li>a {
        font-size: 14px;
    }

    .navdiv>ul>li ul {
        /*padding: 20px 16%;*/
    }

    .navdiv>ul>li ul li {
        /*max-width: 220px;*/
    }

    .navdiv>ul>li ul li a {
        font-size: 14px;
        padding: 8px 0px;
    }

    .bannerMainTxt {
        position: absolute;
        z-index: 4;
        width: 55%;
        left: 11.66%;
        top: 20%;
    }

    .bannerWrap {
        width: 100%;
        padding: 9.2% 6.5%;
        background-color: rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px #007caf;
    }

    .productline img {
        max-width: 100%;
    }

    .service {
        width: 100%;
        padding: 35px 10% 70px;
        background-color: #fff;
    }

    .contactdiv {
        padding: 40px 0%;
    }

    .contactModal {
        width: 23.0%;
        float: left;
        padding-right: 0%;
        margin-top: 34px;
    }

}
@media (min-width: 1200px) and (max-width: 1240px) {
    .wenhuamodaltxt h4 {
        font-size: 2.8rem;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .aboutleft p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }
}
@media (min-width: 1241px) and (max-width: 1600px) {
    .wenhuamodaltxt h4 {
        font-size: 2.8rem;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .aboutleft p {
        font-size: 1.5rem;
        color: #333333;
        line-height: 1.45;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .logo {
        width: 20%;
        margin-top: 1.5%;
    }
}

@media (min-width: 1600px) and (max-width: 1768px) {
    .logo {
        width: 16%;
        margin-top: 8px;
        margin-top: 1.5%;
    }
}

@media (min-width: 2048px) and (max-width: 2560px) {
    .logo {
        width: 16%;
        margin-top: 22px;
    }
}

/* PC端样式（默认） */
.pcontent {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
}

/* 常规图文布局 */
.pcontent_txt {
  width: calc(65% - 2.5%);
  margin-right: 5%;
}
.pcontent_txt div,
.pcontent_txt p,
.pcontent_txt li,
.pcontent_txt dd,
.pcontent_txt dt,
.pcontent_txt span {
    font-size: 1.8rem;
    color: #323e46;
    line-height: 1.45;
}
.pcontent_txt ul{
    padding-left:25px;
}
.pcontent_txt ul li{
    list-style: outside disc;
}
.pcontent_txt div,
.pcontent_txt p {
    margin-bottom: 14px;
}

.pcontent_txt h1,
.pcontent_txt h2,
.pcontent_txt h3,
.pcontent_txt h4,
.pcontent_txt h5,
.pcontent_txt h6 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.pcontent_img {
  width: 30%;
  display: flex;
  align-items: center;
}

/* 当图片不存在时自动扩展文本 */
.pcontent_txt:only-child {
  width: 100% !important;
  margin-right: 0;
}

.pcontent_img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 移动端适配（≤767px） */
@media (max-width: 767px) {
  .pcontent {
    flex-direction: column;
    padding: 0 15px;
  }

  .pcontent_txt {
    width: 100% !important;  /* 强制覆盖PC端样式 */
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pcontent_txt:only-child {
    margin-bottom: 0;  /* 单独存在时取消底部间距 */
  }
    .pcontent_txt div,
    .pcontent_txt p,
    .pcontent_txt li,
    .pcontent_txt dd,
    .pcontent_txt dt,
    .pcontent_txt span {
        font-size: 14px;
        color: #323e46;
        line-height: 1.45;
    }

    .pcontent_txt p strong {
        color: #222;
    }

    .pcontent_txt h1,
    .pcontent_txt h2,
    .pcontent_txt h3,
    .pcontent_txt h4,
    .pcontent_txt h5,
    .pcontent_txt h6 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

  .pcontent_img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}