/*common start*/
.scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4rem;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1rem;
}

.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10rem;
    /*box-shadow:inset 0 0 2rem #000;*/
    background: var(--primary-color);
}

.scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /*box-shadow:inset 0 0 2rem #999;*/
    border-radius: 10rem;
    background: #eee;
}

html {
    font-size: 1px;
}

@media (max-width:1500px) {
    html {
        font-size: 0.9px;
    }
}

@font-face {
    font-family: 'SourceHanSansSCLight';
    src: url('/fonts/SourceHanSansSC-Light-2.otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Regular.eot');
    src: url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Regular.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Bold.eot');
    src: url('../fonts/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceHanSansCN-Bold.woff2') format('woff2'),
        url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
        url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
        url('../fonts/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/

:root {
    --primary-color: #22408f;
    --secondary-color: #fa0ac4;
    --third-color: #25a4bb;
    --black000: #000;
    --black333: #333;
    --black666: #666;
    --black999: #999;
    --grayeee: #eee;
    --grayccc: #ccc;
    --grayaaa: #aaa;
    --grayf5: #f5f5f5;
    --white: #fff;
    --red: #f00;
    --black-opacity99: rgba(0, 0, 0, .99);
    --black-opacity90: rgba(0, 0, 0, .9);
    --black-opacity70: rgba(0, 0, 0, .7);
    --black-opacity50: rgba(0, 0, 0, .5);
    --black-opacity10: rgba(0, 0, 0, .1);
    --black-gradation90: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
    --white-opacity99: rgba(255, 255, 255, .99);
    --white-opacity90: rgba(255, 255, 255, .9);
    --white-opacity90: rgba(255, 255, 255, .7);
    --white-opacity50: rgba(255, 255, 255, .5);
    --white-opacity10: rgba(255, 255, 255, .1);
    --white-gradation90: linear-gradient(180deg, transparent, rgba(255, 255, 255, .9));
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    /*font-size:12rem; font-family: 'SourceHanSansCN';*/
    /* font-family: Arial, 'Microsoft YaHei'; */
    color: #333;
    overflow-x: hidden;
    font-size: 16rem;

    min-height: 101vh;
    min-width: 1000px;
}

img,
video,
iframe,
canvas {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

a {
    color: inherit;
    vertical-align: middle;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

p {
    line-height: 1.5em;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 1200rem;
    margin: 0 auto;
    min-width: 100rem;
}

.wapper2 {
    width: 80%;
    margin: 0 auto;
}

.wapper3 {
    width: 70%;
    margin: 0 auto;
}

input,
textarea,
select {
    outline: none;
    /* font-family: 'SourceHanSansCN';*/
    /* font-family: Arial, 'Microsoft YaHei'; */
    font-size: 14rem;
    border-radius: 8rem;
}

input,
input:link,
input:visited,
input:hover,
input:active,
input:focus {
    outline: none;
}

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.xiangqing img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:999px) {
    p {
        padding: 0;
    }



    .wapper2 {
        width: 90%;
    }

    .wapper3 {
        width: 90%;
    }

    :root {
        --font48: 28rem;
        --font36: 24rem;
        --font32: 22rem;
        --font24: 20rem;
        --font20: 18rem;
        --font18: 16rem;
        --font16: 14rem;
        --font14: 12rem;
    }
}

/*common end*/


.html {
    opacity: 1;
    visibility: visible;
    transition: all 2s ease;
}

.html.onload {
    opacity: 0;
    visibility: hidden;
}

.loading_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transition: all .5s ease;
}

.loading_box.removeload {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

.loading_close1 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.loadingbg {
    width: 90%;
    max-width: 750rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.loading {
    text-align: center;
}

.loading_logo {
    width: 200rem;
    height: 200rem;
    position: relative;
    margin: 0 auto;
}

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

.loading_logo:before {}

.loading_txt {
    font-size: 20rem;
    line-height: 30rem;
    margin-top: 55rem;
    color: var(--primary-color);
}

.loadEffect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.loadEffect div {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: load 2s linear infinite;
}

.loadEffect div span {
    display: inline-block;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    left: 50%;
    margin-top: -10rem;
    margin-left: -10rem;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(45deg);
    }

    50% {
        opacity: 1;
        -webkit-transform: rotate(160deg);
    }

    62% {
        opacity: 0;
    }

    65% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
    }

    90% {
        -webkit-transform: rotate(340deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }

}

.loadEffect div:nth-child(1) {
    -webkit-animation-delay: 0.2s;
}

.loadEffect div:nth-child(2) {
    -webkit-animation-delay: 0.4s;
}

.loadEffect div:nth-child(3) {
    -webkit-animation-delay: 0.6s;
}

.loadEffect div:nth-child(4) {
    -webkit-animation-delay: 0.8s;
}

@media(max-width:999px) {
    .loading_txt {
        font-size: 16rem;
        line-height: 26rem;
        margin-top: 35rem;
    }
}


/*首页全屏*/
.index_swiper {
    position: relative;
}

.index_swiper>.swiper-container {
    height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
    height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:last-child {
    /* height:auto !important;*/
}

.index_swiper>.swiper-pagination {
    position: absolute;
    left: 3.12vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    font-size: 14rem;
    line-height: 34rem;
    color: rgba(255, 255, 255, .7);
    padding-left: 1.56vw;
    position: relative;
    opacity: 1;
    outline: none;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    opacity: 1;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    border: 1rem solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 3.12vw;
    height: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #fff;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet {
    color: #666;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet:before {
    border-color: #D6D6D6;
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.index_swiper>.swiper-pagination.active .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: var(--primary-color);
}

@media(max-width:999px) {
    .index_swiper>.swiper-container {
        height: auto;
    }

    .index_swiper>.swiper-container>.swiper-wrapper {
        display: block;
    }

    .index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
        height: auto;
    }
}



.m11_headbg {
    width: 100%;
    /* background: #fff; */
    /* box-shadow: 0 0 10rem rgba(0, 0, 0, .1); */
    /* position: fixed; */
    position: absolute;
    z-index: 55;
    left: 0;
    top: 0;
}

.m11_head {
    /* height: 80rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m11_head .logo {
    width: 247rem;
    height: 40rem;
    position: relative;
}

.m11_head .logo img {
    display: block;
    max-width: 100%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.m11_head .rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.h_search_btn {
    display: block;
    width: 20rem;
    height: 20rem;
    cursor: pointer;
    background: url(../images/top_search_btn2.png) center no-repeat;
    margin-left: 1.3vw;
}

.h_search_btn.active {
    background-image: url(../images/chahao2.png);
}

.h_search_box {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
}

.h_search_close1 {}

.h_searchbg {
    width: 90%;
    max-width: 1000rem;
    margin: 0 auto;
}

.h_search_close2 {}

.h_search {
    padding: 40rem 0;
}

.h_search form {
    height: 60rem;
    border: 1rem solid #ccc;
    border-radius: 8rem;
    overflow: hidden;
}

.h_search form #search_keywords2 {
    float: left;
    border: none;
    background: none;
    height: 60rem;
    line-height: 60rem;
    padding: 0 10rem;
    width: calc(100% - 80rem);
}

.h_search form #search2 {
    float: right;
    border: none;
    background: var(--primary-color) url(../images/ico_search1.png) center no-repeat;
    background-size: 50% auto;
    height: 60rem;
    width: 60rem;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 0;
    color: transparent;
}

.h_search form #search2:hover {
    background-color: var(--secondary-color);
}

/*menu*/
.m11_head .menu {
    height: 100rem;
    line-height: 100rem;
}

.m11_head .menu>ul {}

.m11_head .menu>ul>li {
    float: left;
    position: relative;
    padding: 0 1.3vw;
}

.m11_head .menu>ul>li>a {
    color: #fff;
    display: block;
    font-size: 18rem;
    font-weight: normal;
    position: relative;
}

.m11_head .menu>ul>li>a:hover,
.m11_head .menu>ul>li:hover>a,
.m11_head .menu>ul>li.hover>a {
    /* color: var(--primary-color); */
    font-weight: normal;
}

.m11_head .menu>ul>li>a:before {
    content: "";
    width: 0;
    height: 2rem;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.m11_head .menu>ul>li>a:hover:before,
.m11_head .menu>ul>li:hover>a:before,
.m11_head .menu>ul>li.hover>a:before {
    /* width: 100%; */
}

.m11_head .menu>ul>li>ul {
    width: fit-content;
    min-width: 120rem;
    background: #fff;
    padding: 10rem 0;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
    border-radius: 10rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
    display: none;
}

.m11_head .menu>ul>li>ul li {
    position: relative;
}

.m11_head .menu>ul>li>ul li a {
    color: #666;
    display: block;
    font-size: 14rem;
    font-weight: normal;
    padding: 10rem 5rem;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
}

.m11_head .menu>ul>li>ul li a:hover,
.m11_head .menu>ul>li>ul li:hover>a {
    color: #fff;
    background: var(--primary-color);
}

.m11_head .menu>ul>li>ul li ul {
    width: 100%;
    background: #fff;
    padding: 10rem 0;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
    border-radius: 10rem;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.m11_head .menu>ul>li>ul li:hover>ul {
    display: block;
}

.m11_head_height {
    /* height: 80rem; */
}

@media(max-width:1299px) {
    .m11_head .menu>ul>li {
        padding: 0 20rem;
    }

    .m11_head .menu>ul>li>a {
        font-size: 15rem;
    }
}

@media(max-width:999px) {
    .m11_head_height {
        height: 60rem;
    }

    .m11_headbg {}

    .m11_head {
        height: 60rem;
    }

    .m11_head .logo {
        width: 50%;
        height: 60rem;
    }

    .h_search {
        padding: 20rem 0;
    }

    .h_search form {
        height: 40rem;
    }

    .h_search form #search_keywords2 {
        height: 40rem;
        line-height: 40rem;
        padding: 0 10rem;
        width: calc(100% - 60rem);
    }

    .h_search form #search2 {
        height: 40rem;
        width: 40rem;
    }

    .m11_head .menu {
        display: none;
    }
}

/*nav*/
.m11_head .nav_open {
    width: 24rem;
    height: 18rem;
    cursor: pointer;
    display: none;
    position: relative;
    margin-left: 15rem;
}

.m11_head .nav_open i,
.m11_head .nav_open:before,
.m11_head .nav_open:after {
    width: 24rem;
    height: 2rem;
    background: #999;
    position: absolute;
    left: 0;
    transition: all .3s ease;
}

.m11_head .nav_open i {
    top: 50%;
    transform: translate(0, -50%);
}

.m11_head .nav_open:before {
    content: "";
    top: 0;
}

.m11_head .nav_open:after {
    content: "";
    bottom: 0;
}

.m11_head .nav_open.active i {
    opacity: 0;
    visibility: hidden;
}

.m11_head .nav_open.active:before {
    transform: translateY(8rem) rotate(45deg);
}

.m11_head .nav_open.active:after {
    transform: translateY(-8rem) rotate(-45deg);
}

.m11_head .nav_box {
    width: 100%;
    height: calc(100% - 61rem);
    border-top: 1rem solid #ededed;
    position: fixed;
    left: 0;
    top: 60rem;
    display: none;
}

.m11_head .nav_close1 {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.m11_head .navbg {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.m11_head .nav {
    position: relative;
}

.m11_head .nav_close2 {
    display: none;
}

.m11_head .nav_list {
    max-height: calc(100vh - 60rem);
    overflow-y: auto;
}

.m11_head .nav_list ul {}

.m11_head .nav_list ul li {
    padding: 5rem 5%;
}

.m11_head .nav_list>ul>li {
    border-bottom: 1rem solid #ededed;
    padding: 10rem 5%;
}

.m11_head .nav_list ul li span {
    display: block;
    position: relative;
}

.m11_head .nav_list ul li span a {
    display: inline-block;
    font-size: 12rem;
    line-height: 22rem;
    position: relative;
    z-index: 2;
}

.m11_head .nav_list>ul>li>span a {
    font-size: 14rem;
    line-height: 24rem;
    font-weight: normal;
}

.m11_head .nav_list ul li span i {
    width: 100%;
    height: 100%;
    background: url(../images/ico_down1.png) right center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.m11_head .nav_list ul li ul {
    padding: 5rem 0 0 0;
    display: none;
}

.m11_head .nav_list ul li.active>span>i {
    background-image: url(../images/ico_up1.png);
}

@media(max-width:999px) {
    .m11_head .nav_open {
        display: block;
    }
}


/*banner*/
.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-container {}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100vh;
    background: #f9f9f9;
    transition: transform 3s ease;
}

.banner .swiper-slide img:hover {
    transform: scale(1.03);
}

.banner .swiper-slide .txtbg {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .swiper-slide .txt {
    color: #fff;
    text-align: center;
}

.banner .swiper-slide .txt .h2 {
    font-size: 80rem;
    line-height: 1.2em;
    /* font-weight: bold; */
    text-align: left;
    margin-bottom: 44rem;
    font-family: 'SourceHanSansSCLight'
}

.banner .swiper-slide .txt .h3 {
    font-size: 25rem;
    line-height: 1.4em;
    text-decoration: underline;
    text-align: left;
    font-family: 'SourceHanSansSCLight';
    text-underline-offset: 0.5em;
}

.banner .swiper-slide .txt .h3 a:hover {
    color: inherit;
}

.banner .swiper-slide .txt .h4 {
    font-size: 34rem;
    line-height: 1.4em;
    text-align: right;
    letter-spacing: 5rem;
    margin-top: 30rem;
    font-family: 'SourceHanSansSCLight'
}

#dowebok {
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: 2;
}

.banner .swiper-pagination {
    height: 10rem;
    bottom: 20rem;
}

.banner .swiper-pagination span {
    display: inline-block;
    vertical-align: top;
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    margin: 0 8rem;
    background: #fff;
    opacity: 1;
    transition: all .3s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20rem;
    background: #fff;
    opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 60rem;
    height: 60rem;
    margin-top: -30rem;
    background-color: rgba(0, 0, 0, .5);
    background-size: 15rem 30rem;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 8rem;
}

.banner .swiper-button-prev {
    left: 5%;
    transform: translateX(-100%);
}

.banner .swiper-button-next {
    right: 5%;
    transform: translateX(100%);
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next {
    opacity: .7;
    transform: translateX(0) !important;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    opacity: 1;
}

@media(max-width:999px) {

    .banner .swiper-slide .txtbg {
        width: 90%;
    }

    .banner .swiper-slide .txt .h2 {
        font-size: 24rem;
        line-height: 1.2em;
    }

    .banner .swiper-slide .txt .h4 {
        font-size: 15rem;
    }

    .banner .swiper-slide .txt .h3 {
        font-size: 17rem;
        line-height: 1.4em;
        margin-bottom: 36rem;
    }

    .banner .swiper-pagination {
        bottom: 10rem;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 40rem;
        height: 40rem;
        margin-top: -20rem;
    }
}






.go_top {
    width: 50rem;
    line-height: 50rem;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5) url(../images/ico_backtop.png) center no-repeat;
    position: fixed;
    z-index: 44;
    bottom: 10rem;
    right: 10rem;
    font-size: 0;
}

.go_top:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.go_top i {}

@media(max-width:999px) {
    .go_top {
        display: none;
    }
}


/*客服*/
.m1_side_kefu_box {
    width: 70rem;
    position: fixed;
    z-index: 44;
    right: 10rem;
    bottom: 50rem;
    display: none;
}

.m1_side_kefu {
    width: 70rem;
    background: #fff;
    box-shadow: 0 2rem 8rem rgba(0, 0, 0, .1);
    border-radius: 8rem;
    position: relative;
    right: 0;
    transition: all .5s ease;
}

.m1_side_kefu.active {
    right: -80rem;
}

.m1_side_kefu ul li {
    position: relative;
    padding: 0 10rem;
}

.m1_side_kefu ul li>a {
    display: block;
    padding: 10rem 0;
    position: relative;
    z-index: 2;
    border-top: 1rem solid #f5f5f5;
    color: #999;
}

.m1_side_kefu ul li:nth-child(1)>a {
    border: none;
}

.m1_side_kefu ul li .ico {
    height: 28rem;
    position: relative;
}

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

.m1_side_kefu ul li .ico .img2 {
    display: none;
}

.m1_side_kefu ul li:hover .ico .img1 {
    display: none;
}

.m1_side_kefu ul li:hover .ico .img2 {
    display: block;
}

.m1_side_kefu ul li .h2 {
    font-size: 12rem;
    line-height: 1em;
    margin-top: 10rem;
    text-align: center;
}

.m1_side_kefu ul li:hover .h2 {
    color: var(--primary-color);
}

.m1_side_kefu ul li .boxbg {
    width: fit-content;
    padding: 0 10rem 0 0;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.m1_side_kefu ul li:hover .boxbg {
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
}

.m1_side_kefu ul li .box {
    width: fit-content;
    padding: 10rem;
    background: #fff;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
    border-radius: 4rem;
}

.m1_side_kefu ul li .box:before {
    content: "";
    border: 5rem solid transparent;
    border-left: 5rem solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -5rem;
    right: 0;
}

.m1_side_kefu ul li .box .h3 {
    white-space: nowrap;
    line-height: 30rem;
    font-size: 20rem;
    text-align: center;
    min-width: 150rem;
}

.m1_side_kefu ul li .box .h3 img {
    vertical-align: top;
    height: 30rem;
    width: 28rem;
    object-fit: contain;
    margin-right: 5rem;
}

.m1_side_kefu ul li .box .ewm {
    text-align: center;
}

.m1_side_kefu ul li .box .ewm .h4 {
    font-size: 16rem;
    margin-bottom: 5rem;
}

.m1_side_kefu ul li .box .ewm img {
    display: block;
    margin: 0 auto;
    width: 124rem;
    padding: 5rem;
    border: 1rem solid #ccc;
    border-radius: 4rem;
}

.m1_side_kefu_btn {
    width: 28rem;
    height: 28rem;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    color: #999;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
    position: absolute;
    z-index: 66;
    bottom: -38rem;
    right: 21rem;
    cursor: pointer;
    transition: all .3s ease;
}

.m1_side_kefu_btn.active {
    transform: rotate(45deg);
}

.m1_side_kefu_btn i {
    display: block;
    width: 28rem;
    height: 28rem;
    background: url(../images/ico_btn1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.m1_side_kefu_btn.active {}

.m1_side_kefu_btn i.m1_side_kefu_open {
    display: none;
}

.m1_side_kefu_btn i.m1_side_kefu_close {}

.m1_side_kefu_btn.active i.m1_side_kefu_open {
    display: block;
}

.m1_side_kefu_btn.active i.m1_side_kefu_close {
    display: none;
}

@media(max-width:999px) {
    .m1_fheight {
        height: 70rem;
    }

    .m1_side_kefu_box {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 0;
        transform: translateY(0);
        display: block;
    }

    .m1_side_kefu {
        width: 100%;
        border-radius: 0;
    }

    .m1_side_kefu.active {
        right: 0 !important;
    }

    .m1_side_kefu ul li {
        margin-bottom: 0;
        float: left;
        width: 25%;
        padding: 0;
    }

    .m1_side_kefu ul li>a {
        border: none;
        border-left: 1rem solid #f5f5f5;
    }

    .m1_side_kefu ul li .h2 {
        font-size: 12rem;
        line-height: 1em;
        margin-top: 8rem;
    }

    .m1_side_kefu ul li.gotop {
        display: block !important;
    }

    .m1_side_kefu ul li .boxbg {
        padding: 0 0 10rem 0;
        top: auto;
        bottom: 100%;
        right: auto;
        left: 50%;
        transform: translate(-50%, -20%) !important;
    }

    .m1_side_kefu ul li:hover .boxbg {
        transform: translate(-50%, 0) !important;
    }

    .m1_side_kefu ul li .box:before {
        border: 5rem solid transparent;
        border-top: 5rem solid #fff;
        position: absolute;
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-left: -5rem;
        right: auto;
        left: 50%;
    }

    .m1_side_kefu ul li .box1 {
        display: none !important;
    }

    .m1_side_kefu_btn {
        display: none;
    }
}

/*客服2*/
.m1_side_kefu2_box {
    width: 40rem;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 44;
}

.m1_side_kefu2 {}

.m1_side_kefu2 ul li {
    width: 40rem;
    margin: 1rem 0;
    position: relative;
}

.m1_side_kefu2 ul li>a {
    display: block;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    opacity: .9;
}

.m1_side_kefu2 ul li>a:hover,
.m1_side_kefu2 ul li:hover>a {
    background: var(--primary-color);
    color: #fff;
    opacity: .9;
}

.m1_side_kefu2 ul li .ico {
    line-height: 40rem;
    font-size: 20rem;
}

.m1_side_kefu2 ul li .ico i {}

.m1_side_kefu2 ul li .boxbg {
    background: var(--primary-color);
    color: #fff;
    padding: 5rem 10rem;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-10%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.m1_side_kefu2 ul li:hover .boxbg {
    transform: translate(0, -50%);
    opacity: .9;
    visibility: visible;
}

.m1_side_kefu2 ul li .box1 {}

.m1_side_kefu2 ul li .box1 .h3 {
    white-space: nowrap;
    line-height: 30rem;
    font-size: 20rem;
    text-align: center;
    min-width: 150rem;
}

.m1_side_kefu2 ul li .box1 .h3 i {
    margin-right: 5rem;
}

.m1_side_kefu2 ul li .box2 {
    padding: 5rem 10rem 10rem 10rem;
}

.m1_side_kefu2 ul li .box2 .h4 {
    font-size: 16rem;
    margin-bottom: 5rem;
}

.m1_side_kefu2 ul li .box2 img {
    display: block;
    width: 124rem;
}

@media(max-width:999px) {
    .m1_side_kefu2_box {
        width: 30rem;
        display: none;
    }

    .m1_side_kefu2 ul li {
        width: 30rem;
    }

    .m1_side_kefu2 ul li .ico {
        line-height: 30rem;
        font-size: 12rem;
    }
}


.inbanner_box {
    position: relative;
}

.inbanner img {
    display: block;
    width: 100%;
    background: #f9f9f9;
    transition: transform 3s ease;
}

.inbanner:hover img {
    transform: scale(1.03);
}

.inbarbg {
    border-bottom: 1rem solid #e7e7e7;
}

.inbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.weizhi {
    font-size: 14rem;
    line-height: 60rem;
}

.inner_menu {
    font-size: 16rem;
}

.inner_menu ul {
    line-height: 60rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inner_menu ul li {
    margin-left: 1rem;
}

.inner_menu ul li a {
    display: block;
    padding: 0 2.08vw;
    border-radius: 4rem;
}

.inner_menu ul li.hover a,
.inner_menu ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.inner_menu ul li ul {
    display: none;
}

.inbar .goback {}

.inbar .goback a {
    color: #999;
    font-size: 20rem;
}

.inbar .goback a:hover {
    color: #333;
}

@media(max-width:999px) {
    .inbanner img {
        width: 100%;
        min-height: 0;
    }

    .inbar {
        height: 40rem;
    }

    .weizhi {
        font-size: 12rem;
        line-height: 40rem;
    }

    .inner_menu {
        display: none;
    }

}

.m11_insidebg {
    padding: 60rem 0 80rem 0;
    min-height: 40vh;
}

.m11_inside {}

.m11_inside_lt {
    float: left;
    width: 240rem;
    /* margin-top:-160rem;*/
}

.m1_side_a {
    width: 238rem;
    background: #fff;
    box-shadow: 0 0 15rem rgba(0, 0, 0, .1);
    border: 1rem solid #eee;
    margin-bottom: 30rem;
    position: relative;
    z-index: 11;
    border-radius: 10rem;
    overflow: hidden;
}

.m1_side_a.active {
    position: fixed;
    top: 150rem;
}

.m1_side_a>ul {}

.m1_side_a.active>ul {
    max-height: calc(100vh - 100rem);
    overflow-y: auto;
}

.m1_side_a h2 {
    font-size: 20rem;
    line-height: 24rem;
    padding: 20rem 15rem;
    font-weight: normal;
    background: var(--primary-color);
    color: #fff;
    border-bottom: 1rem solid rgba(255, 255, 255, .5);
    letter-spacing: 2rem;
}

.m1_side_a h2 strong {
    display: block;
    font-size: 24rem;
    line-height: 28rem;
}

.m1_side_a h2 span {
    display: block;
    margin-top: 6rem;
    opacity: .7;
}

.m1_side_a ul li {}

.m1_side_a>ul>li:nth-child(1) {
    /* margin-bottom:10rem; border:none;*/
}

.m1_side_a>ul>li {
    border-bottom: 1rem solid #eee;
}

.m1_side_a>ul>li:last-child {}

.m1_side_a ul li a {
    display: block;
    font-size: 16rem;
    line-height: 26rem;
    padding: 7rem 40rem 7rem 35rem;
    background: url(../images/ico_list1.png) left 10rem center no-repeat;
}

.m1_side_a ul li a:hover,
.m1_side_a ul li.hover>span a {
    color: #fff;
    background-color: var(--primary-color);
    background-image: url(../images/ico_list1_hover2.png);
}

.m1_side_a ul li.active>span a {}

.m1_side_a ul li span {
    display: block;
    position: relative;
}

.m1_side_a ul li span>i {
    width: 40rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    background: url(../images/ico_list3.png) center no-repeat;
}

.m1_side_a ul li.active>span>i {
    background-image: url(../images/ico_list3_hover.png);
}

.m1_side_a ul li.hover span>i {
    background-image: url(../images/ico_list4.png);
}

.m1_side_a ul li.hover.active>span>i {
    background-image: url(../images/ico_list4_hover.png);
}

.m1_side_a ul li ul {
    padding-left: 20rem;
    padding-bottom: 10rem;
    display: none;
}

.m1_side_a ul li ul li {}

.m1_side_a ul li ul li a {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.m1_side_c {
    background: #fff;
    box-shadow: 0 0 15rem rgba(0, 0, 0, .1);
    border: 1rem solid #eee;
    border-radius: 10rem;
}

.m1_side_c.lfixed {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #f5f5f5;
    z-index: 22;
    transform: translateX(0);
    transition: all .3s ease;
    border-radius: 0;
}

.m1_side_c.lfixed.hiden {
    transform: translateX(-240rem);
}

.m1_side_c.lfixed.shown {
    transform: translateX(0rem);
}

.inLt_contact_btn {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.m1_side_c.lfixed .inLt_contact_btn {
    display: block;
}

.inLt_contact_btn span {
    display: block;
    text-align: center;
    font-size: 12rem;
    line-height: 2em;
    padding: 10rem 5rem;
    width: 20rem;
    background: var(--primary-color);
    color: #fff;
    border-radius: 0 4rem 4rem 0;
    cursor: pointer;
}

.inLt_contact_btn .inLt_contact_close {
    display: block;
}

.inLt_contact_btn .inLt_contact_open {
    display: none;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
    display: block;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
    display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_close {
    display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_open {
    display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_close {
    display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_open {
    display: none;
}

.inLt_contact {
    /* background:#f5f5f5; border-radius:8rem; padding:20rem 0 10rem 0;*/
    width: 240rem;
}

.inLt_contact .h2 {
    font-size: 18rem;
    line-height: 20rem;
    padding: 15rem 0 15rem 70rem;
    background: #f5f5f5 url(../images/ico_phone2.png) left 5rem center no-repeat;
    background-size: auto 60rem;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 15rem;
    border-radius: 10rem 10rem 0 0;
}

.m1_side_c.lfixed .inLt_contact .h2 {
    border-bottom: 1rem solid #ddd;
    border-radius: 0;
}

.inLt_contact .h2:before {
    /* content:""; width:100%; border-bottom:1rem solid #eee; position:absolute; left:0; bottom:-10rem;*/
}

.inLt_contact .h2 span {
    display: block;
    margin-bottom: 6rem;
}

.inLt_contact .h2 strong {
    display: block;
    font-size: 22rem;
    line-height: 24rem;
}

.inLt_contact .h3 {
    font-size: 16rem;
    line-height: 26rem;
    font-weight: bold;
    padding: 0 10rem;
}

.inLt_contact ul {
    padding: 5rem 10rem 10rem 10rem;
}

.inLt_contact ul li {
    font-size: 14rem;
    line-height: 24rem;
    margin: 5rem 0;
}

.inLt_contact ul li span {}

.inLt_contact ul li i {
    display: inline-block;
    text-align: center;
    width: 14rem;
    line-height: 24rem;
    font-size: 14rem;
    margin-right: 5rem;
    color: var(--primary-color);
}

.inLt_contact ul li i.fa-mobile {
    font-size: 20rem;
}

.m11_inside_rt {
    float: right;
    width: calc(100% - 280rem);
}

@media(max-width:1699px) {

    .m1_side_c.lfixed {
        transform: translateX(-240rem);
    }

    .m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
        display: none;
    }

    .m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
        display: block;
    }
}

@media(max-width:999px) {
    .m11_insidebg {
        padding: 30rem 0 60rem 0;
    }

    .m11_inside_lt {
        display: none;
    }

    .m11_inside_rt {
        float: right;
        width: 100%;
    }
}


.m11_news1 {}

.m11_news1_lt {
    float: left;
    width: calc(100% - 280rem);
}

.m11_news1_rt {
    float: right;
    width: 240rem;
}

.m1_side_b {
    margin-bottom: 30rem;
    background: #fff;
    padding: 10rem;
}

.m1_side_b .h1 {
    font-size: var(--font20);
    line-height: 24rem;
    padding-left: 30rem;
    position: relative;
    border-bottom: 1rem solid #eee;
    padding-bottom: 10rem;
}

.m1_side_b .h1 i {
    width: 24rem;
    height: 24rem;
    background: url(../images/ico_hot.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.m1_side_b .list {
    margin-top: 20rem;
}

.m1_side_b .list ul li {
    margin-bottom: 10rem;
    position: relative;
    border-radius: 8rem;
    overflow: hidden;
}

.m1_side_b .list ul li .nr_box {}

.m1_side_b .list ul li .imgbg {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    transition: all .5s ease;
}

.m1_side_b .list ul li .img {
    padding-bottom: 38%;
    position: relative;
    border-radius: 8rem;
    overflow: hidden;
}

.m1_side_b .list ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.m1_side_b .list ul li .txtbg {}

.m1_side_b .list ul li .txt {}

.m1_side_b .list ul li .txt .h2 {
    font-size: var(--font14);
    line-height: 24rem;
    height: 24rem;
    padding: 0 0 0 30rem;
    position: relative;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.m1_side_b .list ul li .txt .h2 em {
    width: 24rem;
    height: 24rem;
    line-height: 24rem;
    border-radius: 0 8rem 0 8rem;
    text-align: center;
    color: #999;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 0;
}

.m1_side_b .list ul li .txt .h2 span {}

.m1_side_b .list ul li.active .imgbg {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.m1_side_b .list ul li.active .txtbg {
    width: 100%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
    position: absolute;
    bottom: 0;
    left: 0;
}

.m1_side_b .list ul li.active .txt .h2 {
    color: #fff;
}

.m1_side_b .list ul li:nth-child(1) .txt .h2 em {
    color: #FE2D46;
}

.m1_side_b .list ul li:nth-child(2) .txt .h2 em {
    color: #F60;
}

.m1_side_b .list ul li:nth-child(3) .txt .h2 em {
    color: #FAA90E;
}

.m1_side_b .list ul li.active .txt .h2 em {
    color: #fff;
}

.m1_side_b .list ul li.active:nth-child(1) .txt .h2 em {
    background: #FE2D46;
}

.m1_side_b .list ul li.active:nth-child(2) .txt .h2 em {
    background: #F60;
}

.m1_side_b .list ul li.active:nth-child(3) .txt .h2 em {
    background: #FAA90E;
}

@media(max-width:999px) {
    .m11_news1_lt {
        float: left;
        width: 100%;
    }

    .m11_news1_rt {
        float: right;
        width: 100%;
        display: none;
    }
}




/*地图*/
#allmap {
    width: 100%;
    height: 500rem;
    background: #f9f9f9;
    border-radius: 10rem;
}

@media(max-width:999px) {
    #allmap {
        width: 100%;
        height: 250rem;
    }
}


/*详情*/
.m11_newsdetail {}

.m11_newsdetail .tit {
    border-bottom: 1rem solid #eee;
    padding-bottom: 10rem;
    text-align: center;
}

.m11_newsdetail .tit .h2 {
    font-size: 24rem;
    line-height: 1.4em;
}

.m11_newsdetail .tit .h3 {
    font-size: 14rem;
    line-height: 1.4em;
    color: #999;
    margin-top: 5rem;
}

.m11_newsdetail .tit .h3 span {
    display: inline-block;
    margin: 0 20rem 0 0;
}

.m11_newsdetail .list1 {
    padding: 40rem 0;
}

@media(max-width:999px) {
    .m11_newsdetail .tit .h2 {
        font-size: 20rem;
        line-height: 1.4em;
    }

    .m11_newsdetail .tit .h3 {
        font-size: 12rem;
        line-height: 1.4em;
        margin-top: 5rem;
    }

    .m11_newsdetail .tit .h3 span {
        margin: 0 10rem 0 0;
    }

    .m11_newsdetail .list1 {
        padding: 20rem 0;
        margin: 20rem 0 0 0;
    }
}


/*上一个下一个*/
.prev_next {
    font-size: 14rem;
    line-height: 34rem;
    padding: 15rem 0;
    border-top: 1rem solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prev_next a {
    display: block;
    margin: 5rem 0;
    max-width: 40%;
    height: 34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media(max-width:999px) {
    .prev_next {
        font-size: 12rem;
        line-height: 32rem;
        padding: 15rem 0;
        display: block;
    }

    .prev_next a {
        margin: 5rem 0;
        max-width: 100%;
        height: 34rem;
    }
}


/*.proDetail*/
.m11_proDetail {}

.m11_proDetail .list1 {
    margin-bottom: 2.08vw;
}

.m11_proDetail .list1 .lt {
    float: left;
    width: 40%;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 200rem;
    height: 200rem;
    background: #ffffff;
    border: 1rem solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.m1_galleryTop {
    border: 1rem solid #eee;
    margin-bottom: 10rem;
}

.m1_galleryTop .img {
    position: relative;
    padding-bottom: 100%;
    position: relative;
}

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

.m1_galleryThumbs {}

.m1_galleryThumbs .swiper-slide {}

.m1_galleryThumbs .swiper-slide .img {
    position: relative;
    padding-bottom: 100%;
    position: relative;
    border: 1rem solid #eee;
    cursor: pointer;
}

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

.m1_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img {
    border-color: var(--primary-color);
}

.m11_proDetail .list1 .rt {
    float: right;
    width: 56%;
}

.m11_proDetail .list1 .rt .nr_box {}

.m11_proDetail .list1 .rt .h2 {
    font-size: 24rem;
    line-height: 1.4em;
    margin-bottom: 10rem;
    font-weight: bold;
}

.m11_proDetail .list1 .rt .h3 {
    font-size: 20rem;
    line-height: 1.4em;
    margin-bottom: 20rem;
}

.m11_proDetail .list1 .rt .h4 {
    font-size: 16rem;
    line-height: 1.6em;
    margin-bottom: 40rem;
}

.m11_proDetail .phone {
    font-size: 1.04vw;
    line-height: 1em;
    margin-bottom: 1.6em;
    color: var(--primary-color);
    padding: 0 0 0 5.2vw;
    position: relative;
}

.m11_proDetail .phone i {
    text-align: center;
    width: 4.16vw;
    line-height: 5.2vw;
    font-size: 4.16vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.m11_proDetail .phone span {
    display: block;
    margin-bottom: .52vw;
}

.m11_proDetail .phone strong {
    display: block;
    font-size: 1.66vw;
    line-height: 1em;
}

.m11_prevnext2 {
    font-size: var(--font14);
    line-height: 2.5em;
    margin-bottom: 2.08vw;
}

.m11_prevnext2 ul li {
    float: left;
}

.m11_prevnext2 ul li:nth-child(2n) {
    float: right;
}

.m11_prevnext2 ul li a {
    display: block;
    border: 1rem solid #eee;
    /* border-radius:40rem;*/
    padding: 0 20rem;
    min-width: 80rem;
    text-align: center;
    background: #f5f5f5;
}

.m11_prevnext2 ul li a:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.m11_proDetail .list2 {
    border: 1rem solid #eee;
    margin-bottom: 2.08vw;
}

.m11_proDetail .list2 .hd {
    font-size: var(--font14);
    line-height: 3em;
    border-bottom: 1rem solid #eee;
}

.m11_proDetail .list2 .hd ul li {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font14);
    line-height: 3em;
}

.m11_proDetail .list2 .hd ul li a {
    display: block;
    padding: 0 10rem;
    min-width: 100rem;
    text-align: center;
    border-right: 1rem solid #eee;
    border-bottom: none;
}

.m11_proDetail .list2 .hd ul li.on a {
    color: #fff;
    background: var(--primary-color);
}

.m11_proDetail .list2 .xiangqing {
    padding: 20rem;
}

.m11_proDetail .list2 .xiangqing img {
    max-width: 100%;
}

.m11_pro_related {
    border: 1rem solid #eee;
}

.m11_pro_related>.h2 {
    font-size: var(--font14);
    line-height: 3em;
    border-bottom: 1rem solid #eee;
}

.m11_pro_related>.h2 span {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font14);
    line-height: 3em;
    padding: 0 10rem;
    min-width: 100rem;
    text-align: center;
    border-right: 1rem solid #eee;
    color: #fff;
    background: var(--primary-color);
}

.m11_pro_related .index_product1 {
    padding: 20rem 20rem 0 20rem;
}

.m11_pro_related .index_product1 ul li {
    width: calc((100% - 60rem)/4);
}

.m11_pro_related .index_product1 ul li:nth-child(3n-2) {
    margin-left: 20rem;
    clear: none;
}

.m11_pro_related .index_product1 ul li:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
}

@media(max-width:999px) {
    .m11_proDetail .list1 {
        margin-bottom: 30rem;
    }

    .m11_proDetail .list1 .lt {
        float: left;
        width: 100%;
        margin-bottom: 20rem;
    }

    .m11_proDetail .list1 .rt {
        float: right;
        width: 100%;
    }

    .m11_proDetail .list1 .rt .h2 {
        font-size: 18rem;
        line-height: 1.4em;
        margin-bottom: 0;
    }

    .m11_proDetail .list1 .rt .h3 {
        font-size: 16rem;
        line-height: 1.4em;
        margin-bottom: 10rem;
    }

    .m11_proDetail .list1 .rt .h4 {
        font-size: 14rem;
        line-height: 1.6em;
        margin-bottom: 20rem;
    }

    .m11_proDetail .phone {
        font-size: 14rem;
        line-height: 1em;
        margin-bottom: 1.6em;
        padding: 15rem 20rem 15rem 60rem;
    }

    .m11_proDetail .phone i {
        width: 60rem;
        line-height: 60rem;
        font-size: 40rem;
    }

    .m11_proDetail .phone span {
        margin-bottom: 5rem;
    }

    .m11_proDetail .phone strong {
        font-size: 18rem;
        line-height: 1em;
    }

    .m11_proDetail .list2 {
        margin-bottom: 30rem;
    }

    .m11_proDetail .list2 .hd ul li a {
        min-width: 60rem;
    }

    .m11_prevnext2 {
        margin-bottom: 30rem;
    }

    .m11_pro_related .index_product1 ul li {
        width: calc((100% - 10rem)/2);
    }

    .m11_pro_related .index_product1 ul li:nth-child(3n-2) {
        margin-left: 10rem;
        clear: none;
    }

    .m11_pro_related .index_product1 ul li:nth-child(4n-3) {
        margin-left: 10rem;
        clear: none;
    }

    .m11_pro_related .index_product1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
}


/*搜索*/
.search_form {
    background: #f9f9f9;
    padding: 1.56vw;
    margin-bottom: 2.08vw;
    border-radius: 10rem;
}

.search_form form {
    height: 2.6vw;
}

.search_form form #search_keywords {
    float: left;
    border: none;
    background: #fff;
    height: 2.6vw;
    line-height: 2.6vw;
    padding: 0 .5vw;
    width: calc(100% - 6.2vw);
}

.search_form form #search {
    float: right;
    border: none;
    width: 5.2vw;
    height: 2.6vw;
    line-height: 2.6vw;
    font-size: .84vw;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.search_form form #search:hover {
    opacity: .9;
}

@media(max-width:999px) {
    .search_form {
        padding: 10rem;
        margin-bottom: 20rem;
    }

    .search_form form {
        height: 40rem;
    }

    .search_form form #search_keywords {
        height: 40rem;
        line-height: 40rem;
        padding: 0 10rem;
        width: calc(100% - 80rem);
    }

    .search_form form #search {
        width: 60rem;
        height: 40rem;
        line-height: 40rem;
        font-size: 14rem;
    }
}




/*Add------------------------------------------------------------------------------*/

/*<!--弹窗2-->*/
.popup_tip2_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
    /* display: none;*/
}

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

.popup_tip2 {
    width: 440rem;
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10000;
    background-color: #fff;
    border-radius: 4rem;
    box-shadow: 1rem 1rem 50rem rgba(0, 0, 0, .3);
}

.popup_tip2-body {
    width: 100%;
    height: calc(100% - 72rem);
}

.zoomIn {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }

    50% {
        opacity: 1
    }
}

@media(max-width:750px) {
    .popUpBox {
        width: 90%;
    }
}

.ts {
    padding: 20rem 20rem 20rem 20rem;
}

.ts .h2 {
    font-size: 18rem;
    line-height: 28rem;
    margin-bottom: 10rem;
}

.ts .h3 {
    font-size: 14rem;
    line-height: 24rem;
    margin-bottom: 14rem;
    display: inline-block;
    position: relative;
    padding-left: 30rem;
}

.ts .h3 img {
    display: inline-block;
    vertical-align: top;
    width: 24rem;
}

.ts .h3 i {
    width: 24rem;
    height: 24rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.success .ts i {
    background-image: url(../images/ico_success.png);
}

.error .ts i {
    background-image: url(../images/ico_error.png);
}

.warning .ts i {
    background-image: url(../images/ico_warning.png);
}

.ts .h3 span {}

.ts_btn {
    text-align: right;
    font-size: 12rem;
    line-height: 32rem;
}

.ts_btn a {
    display: inline-block;
    text-align: center;
    border-radius: 4rem;
    width: 78rem;
    border: 1rem solid #1890ff;
    background: #1890ff;
    color: #fff;
    margin-left: 10rem;
}

.ts_btn a:hover {
    border-color: #2e80e2;
    background: #2e80e2;
    color: #fff;
}

.ts_btn a.bg2 {
    border: 1rem solid #ccc;
    background: #fff;
    color: #666;
}

.ts_btn a.bg2:hover {
    border-color: #1890ff;
    background: #fff;
    color: #1890ff;
}


/*提示框*/
/*.popup_tip_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999999;}
.popup_tip_close1{ width:100%; height:100%; position:absolute; top:0; left:0;}
.popup_tipbg{ min-width:100rem; max-width:750rem; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.popup_tip{ border-radius:8rem; background:#fff; box-shadow:0 0 10rem rgba(0,0,0,.1); }
.popup_tip_close2{ display:none;}
.popup_tip_txt{ padding:15rem 20rem; text-align:center; font-size:14rem; line-height:24rem;}
.popup_tip_txt span{ display:inline-block; padding-left:30rem; position:relative;}
.popup_tip_txt span i{ width:24rem; height:24rem; background-position:center; background-repeat:no-repeat; background-size:contain; position:absolute; left:0; top:0;}
.success .popup_tip_txt span{ color:#4ebb23; }
.error .popup_tip_txt span{ color:#f34b51; }
.warning .popup_tip_txt span{ color:#f1b306; }
.success .popup_tip_txt span i{ background-image:url(../images/ico_success.png);}
.error .popup_tip_txt span i{ background-image:url(../images/ico_error.png);}
.warning .popup_tip_txt span i{ background-image:url(../images/ico_warning.png);}
@-webkit-keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInUp2 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }*/
/*提示框升级-------------------------------------开始*/
/* 居中消息弹框样式 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 10000;
    padding-top: 20%;
}

.modal-box {
    background: white;
    border-radius: 16rem;
    box-shadow: 0 20rem 40rem rgba(0, 0, 0, 0.3);
    padding: 0;
    max-width: 400rem;
    width: 90%;
    animation: modalSlideIn 0.4s ease-out;
    transform-origin: center;
    position: relative;
    overflow: hidden;
}

.modal-box.compact {
    max-width: 360rem;
}

.modal-header {
    padding: 16rem 20rem;
    display: flex;
    align-items: center;
    gap: 12rem;
}

.modal-header.compact {
    padding: 14rem 20rem;
}

.modal-icon {
    width: 24rem;
    height: 24rem;
    flex-shrink: 0;
}

.modal-title {
    font-weight: 600;
    font-size: 18rem;
    flex: 1;
}

.modal-close {
    background: none;
    border: none;
    font-size: 20rem;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    width: 32rem;
    height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #666;
}

.modal-close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}

.modal-content {
    padding: 0 20rem 16rem 56rem;
    font-size: 15rem;
    line-height: 1.5;
    color: #555;
}

.modal-progress {
    height: 4rem;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    transform-origin: left;
    /* 默认动画，会被JavaScript覆盖 */
    animation: progressDefault 5s linear forwards;
}

/* 不同类型样式 */
.modal-box.success .modal-title {
    color: #2e7d32;
}

.modal-box.success .modal-icon {
    color: #4caf50;
}

.modal-box.success .modal-progress {
    background: linear-gradient(90deg, #4caf50, #81c784);
}

.modal-box.error .modal-title {
    color: #c62828;
}

.modal-box.error .modal-icon {
    color: #f44336;
}

.modal-box.error .modal-progress {
    background: linear-gradient(90deg, #f44336, #e57373);
}

.modal-box.info .modal-title {
    color: #1565c0;
}

.modal-box.info .modal-icon {
    color: #2196f3;
}

.modal-box.info .modal-progress {
    background: linear-gradient(90deg, #2196f3, #64b5f6);
}

.modal-box.warning .modal-title {
    color: #f57f17;
}

.modal-box.warning .modal-icon {
    color: #ff9800;
}

.modal-box.warning .modal-progress {
    background: linear-gradient(90deg, #ff9800, #ffb74d);
}

/* 动画效果 */
@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50rem) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modalSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(-50rem) scale(0.9);
    }
}

/* 默认进度条动画 */
@keyframes progressDefault {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

.modal-box.hiding {
    animation: modalSlideOut 0.3s ease-in forwards;
}

@media (max-width: 768px) {
    .modal-overlay {
        padding-top: 15%;
    }

    .modal-box {
        width: 95%;
        max-width: 350rem;
    }

    .modal-box.compact {
        max-width: 280rem;
    }

    .button-group {
        grid-template-columns: 1fr;
    }
}

/*提示框升级-------------------------------------结束*/

/*联系弹窗*/
.proContact1_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.proContact1_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.proContact1_bg {
    width: 90%;
    max-width: 700rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.proContact1_close2 {
    width: 20rem;
    height: 20rem;
    background: url(../images/chahao2.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10rem;
    right: 10rem;
    z-index: 3;
    opacity: .9;
    transition: all .3s ease;
}

.proContact1_close2:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.proContact1 {
    min-height: 260rem;
    background: #fff;
    border-radius: 10rem;
    position: relative;
    z-index: 2;
    padding-left: 235rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.proContact1>img {
    width: 230rem;
    position: absolute;
    bottom: 0;
    left: 5rem;
}

.proContact1_con {
    font-size: 16rem;
    line-height: 20rem;
}

.proContact1_con ul li {
    float: left;
    width: 50%;
    margin: 10rem 0;
    color: var(--primary-color);
    padding-left: 50rem;
    min-height: 40rem;
    box-sizing: border-box;
    position: relative;
}

.proContact1_con ul li:nth-child(1) {
    width: 100%;
    padding-left: 0;
}

.proContact1_con ul li i {
    width: 40rem;
    height: 40rem;
    line-height: 40rem;
    text-align: center;
    border-radius: 100%;
    background: var(--primary-color);
    color: #fff;
    font-size: 20rem;
    position: absolute;
    left: 0;
    top: 0;
}

.proContact1_con ul li .h2 {
    font-size: 24rem;
    line-height: 34rem;
    font-weight: bold;
    color: var(--primary-color);
}

.proContact1_con ul li span {
    display: block;
    color: #333;
}

.proContact1_con ul li .h2 span {
    color: var(--primary-color);
}

@media(max-width:999px) {
    .proContact1 {
        min-height: 0;
        padding: 15rem 5%;
    }

    .proContact1>img {
        width: 36%;
        bottom: auto;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%)
    }

    .proContact1_con {
        font-size: 14rem;
        line-height: 18rem;
    }

    .proContact1_con ul li {
        float: left;
        width: 100% !important;
        margin: 5rem 0;
    }

    .proContact1_con ul li .h2 {
        font-size: 20rem;
        line-height: 30rem;
    }
}


/*留言咨询1*/
.tc_message_open1 {
    cursor: pointer;
    width: 60rem;
    height: 60rem;
    /* padding:10rem;*/
    margin-top: -40rem;
    border-radius: 100%;
    box-shadow: 0 0 5rem rgba(0, 0, 0, .1);
    background: var(--primary-color) url(../images/ico_zxly1.png) center no-repeat;
    background-size: 40rem auto;
    color: #fff;
    font-size: 0;
    line-height: 20rem;
    text-align: center;
    position: fixed;
    z-index: 44;
    left: 0;
    top: 50%;
    animation: btnAnimation 1s linear infinite 0s forwards;
    display: none !important;
}

.tc_message_box {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}

.tc_message_close1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.tc_message_bg {
    width: 90%;
    max-width: 500rem;
    background-image: linear-gradient(to bottom right, var(--primary-color), var(--third-color));
    border-radius: 10rem;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.tc_message_close2 {
    width: 20rem;
    height: 20rem;
    background: url(../images/chahao.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10rem;
    right: 10rem;
    transition: all .3s ease;
}

.tc_message_close2:hover {
    transform: rotate(180deg);
}

.tc_message {
    padding: 30rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tc_message_lt {
    width: 180rem;
    font-size: 16rem;
    line-height: 26rem;
}

.tc_message_lt ul {}

.tc_message_lt ul li {}

.tc_message_lt ul li i {
    font-size: 20rem;
    width: 16rem;
    text-align: center;
    margin-right: 5rem;
}

.tc_message_lt ul li i.fa-mobile {
    font-size: 24rem;
}

.tc_message_lt ul li i.fa-envelope {
    font-size: 16rem;
}

.tc_message_lt ul li .ewm {
    width: 150rem;
    margin-top: 5rem;
}

.tc_message_lt ul li .ewm img {
    display: block;
    margin: 0 auto;
    width: 100rem;
    height: 100rem;
    margin-bottom: 5rem;
}

.tc_message_lt ul li .ewm span {
    display: block;
    background: #fff;
    color: var(--primary-color);
    font-size: 12rem;
    line-height: 22rem;
    text-align: center;
}

.tc_message_rt {
    width: calc(100% - 200rem);
}

.tc_message .h2 {
    font-size: 20rem;
    line-height: 30rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20rem;
}

.tc_message .message {}

.tc_message .message form {}

.tc_message .message ul li {
    margin-bottom: 10rem;
}

.tc_message .message .input_text {
    border: 1rem solid #ccc;
    background: #fff;
    height: 28rem;
    line-height: 28rem;
    padding: 0 10rem;
    width: calc(100% - 22rem);
    border-radius: 4rem;
}

.tc_message .message textarea {
    border: 1rem solid #ccc;
    background: #fff;
    height: 56rem;
    line-height: 28rem;
    padding: 0 10rem;
    width: calc(100% - 22rem);
    border-radius: 4rem;
}

.tc_message .message .input_button {
    border: 1rem solid #333;
    background: #333;
    color: #fff;
    height: 30rem;
    line-height: 28rem;
    width: 80%;
    border-radius: 50rem;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    font-size: 16rem;
}

.tc_message .h3 {
    font-size: 12rem;
    line-height: 24rem;
    text-align: center;
}

.tc_message .h3 span {
    font-size: 16rem;
    color: var(--primary-color);
}

@media(max-width:999px) {
    .tc_message {
        padding: 30rem;
        display: block;
    }

    .tc_message_lt {
        width: 100%;
        font-size: 14rem;
    }

    .tc_message_lt ul {
        position: relative;
    }

    .tc_message_lt ul li {
        margin-top: 8rem;
    }

    .tc_message_lt ul li:last-child {
        position: absolute;
        top: 0;
        right: 10rem;
        margin-top: 0;
    }

    .tc_message_lt ul li .ewm {
        width: 90rem;
        margin-top: 0;
    }

    .tc_message_lt ul li .ewm img {
        width: 90rem;
        height: 90rem;
        margin-bottom: 0;
    }

    .tc_message_lt ul li .ewm span {
        display: none;
    }

    .tc_message_rt {
        width: 100%;
        padding: 20rem 0 0 0;
    }
}

@keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Firefox */
@-moz-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Opera */
@-o-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}


/*询盘*/
.pinquiry1_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.pinquiry1_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.pinquiry1_bg {
    width: 600rem;
    height: 700rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.pinquiry1_close2 {
    width: 53rem;
    height: 53rem;
    background: url(../images/chahao2.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .9;
    transition: all .3s ease;
}

.pinquiry1_close2:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.pinquiry1 {
    background: #fff;
    height: 600rem;
    padding: 60rem 30rem 40rem 30rem;
    transform: scale(0) translate(100%, 100%);
    transition: all .5s ease;
    z-index: 2;
    transform-origin: bottom right;
}

.pinquiry1.fadeInRight2 {
    transform: scale(1) translate(0, 0);
}

.pinquiry1 .h2 {
    font-size: var(--font20);
}

.pinquiry1 .tips1 {
    font-size: 12rem;
    line-height: 22rem;
    color: #999;
}

.pinquiry1 .h2 .tips1 {
    display: inline-block;
    margin-left: 10rem;
}

.pinquiry1 font {
    color: var(--red);
}

.pinquiry1_con {
    font-size: var(--font16);
    line-height: 32rem;
    margin-top: 35rem;
}

.pinquiry1_con dl {
    padding-left: 120rem;
    position: relative;
    margin-top: 20rem;
}

.pinquiry1_con dl dt {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}

.pinquiry1_con dl dd {
    min-height: 32rem;
}

.pinquiry1_con .input_text {
    border: 1rem solid #eee;
    background: #fff;
    border-radius: 4rem;
    height: 30rem;
    line-height: 30rem;
    padding: 0 10rem;
    width: calc(100% - 22rem);
    max-width: 300rem;
}

.pinquiry1_con textarea {
    border: 1rem solid #eee;
    background: #fff;
    border-radius: 4rem;
    height: 100rem;
    line-height: 30rem;
    padding: 0 10rem;
    width: calc(100% - 22rem);
}

.pinquiry1_con .input_button {
    display: block;
    width: 100rem;
    line-height: 32rem;
    border-radius: 4rem;
    background: var(--primary-color);
    color: #fff;
}

.pinquiry1_con .input_button:hover {
    opacity: .9;
}

.pinquiry1_con .yzm {}

.pinquiry1_con .yzm .input_text {
    float: left;
}

.pinquiry1_con .yzm #sendcode {
    float: right;
    border: 1rem solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    height: 32rem;
    line-height: 30rem;
    border-radius: 4rem;
    width: calc(100% - 332rem);
}

.pinquiry1_con .yzm img {
    float: left;
    height: 32rem;
    margin-left: 10rem;
}

.pinquiry1_con #proName {
    max-height: 84rem;
    overflow-y: auto;
}

.pinquiry1_con #proName span {
    display: inline-block;
    vertical-align: top;
    border: 1rem solid #eee;
    background: #fff;
    border-radius: 4rem;
    height: 30rem;
    line-height: 30rem;
    padding: 0 32rem 0 10rem;
    position: relative;
    margin: 0 10rem 10rem 0;
    overflow: hidden;
}

.pinquiry1_con #proName span i {
    width: 12rem;
    height: 12rem;
    line-height: 10rem;
    text-align: center;
    font-size: 12rem;
    font-style: normal;
    border: 1rem solid #f5f5f5;
    color: #999;
    cursor: pointer;
    position: absolute;
    top: 9rem;
    right: 9rem;
}

.pinquiry1_con #proName span i:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

@media(max-width:999px) {
    .pinquiry1_bg {
        width: 100%;
        height: 100%;
    }

    .pinquiry1_close2 {
        width: 40rem;
        height: 40rem;
        /* background-size:contain;*/
    }

    .pinquiry1 {
        height: calc(100% - 80rem);
        padding: 40rem 20rem;
    }

    .pinquiry1_con dl {
        padding-left: 80rem;
    }

    .pinquiry1_con .input_text {
        max-width: 100%;
    }

    .pinquiry1_con .yzm .input_text {
        width: calc(100% - 112rem);
    }

    .pinquiry1_con .yzm #sendcode {
        width: 80rem;
    }
}


.shopptingcart_loading {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20rem;
    line-height: 2em;
}

.loadEffect2 {
    width: 80rem;
    height: 80rem;
    position: relative;
    margin: 0 auto;
    margin-top: 30vh;
}

.loadEffect2 span {
    display: inline-block;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.loadEffect2 span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8rem;
    -webkit-animation-delay: 0.13s;
}

.loadEffect2 span:nth-child(2) {
    left: 10rem;
    top: 10rem;
    -webkit-animation-delay: 0.26s;
}

.loadEffect2 span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8rem;
    -webkit-animation-delay: 0.39s;
}

.loadEffect2 span:nth-child(4) {
    top: 10rem;
    right: 10rem;
    -webkit-animation-delay: 0.52s;
}

.loadEffect2 span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8rem;
    -webkit-animation-delay: 0.65s;
}

.loadEffect2 span:nth-child(6) {
    right: 10rem;
    bottom: 10rem;
    -webkit-animation-delay: 0.78s;
}

.loadEffect2 span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8rem;
    -webkit-animation-delay: 0.91s;
}

.loadEffect2 span:nth-child(8) {
    bottom: 10rem;
    left: 10rem;
    -webkit-animation-delay: 1.04s;
}


@keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Firefox */
@-moz-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Safari and Chrome */
@-webkit-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Opera */
@-o-keyframes btnAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}


/*购物车*/
.proShoppingcart_box .shopptingcart_open {
    font-size: 0;
    width: 60rem;
    height: 60rem;
    border-radius: 100%;
    background: var(--primary-color) url(../images/ico_pbtn2.png) center no-repeat;
    background-size: 50% auto;
    position: fixed;
    top: 20%;
    right: 10%;
    cursor: pointer;
    z-index: 0;
    animation: btnAnimation 1s linear infinite 0s forwards;
}

.proShoppingcart_box .shopptingcart_open:hover {
    opacity: .9;
}

.tit_cart {}

.tit_cart .h2 {
    border-bottom: 1rem solid #eee;
    font-size: 1.25vw;
    line-height: 1.5em;
}

.tit_cart .h2 span {
    display: inline-block;
    border-bottom: 2rem solid var(--primary-color);
    color: var(--primary-color);
    padding-bottom: .26vw;
}

.shoppingcart_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.shoppingcart_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.shoppingcartbg {
    width: 50%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10rem rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow-y: auto;
    transform: translateX(100%);
    transition: all .3s ease;
}

.shoppingcartbg.active {
    transform: translateX(0);
}

.shoppingcart_close2 {
    width: 20rem;
    height: 20rem;
    background: url(../images/chahao2.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 10rem;
    right: 10rem;
    z-index: 3;
    opacity: .9;
    transition: all .3s ease;
}

.shoppingcart_close2:hover {
    opacity: 1;
    transform: rotate(180deg)
}

.shoppingcart {
    padding: 1.56vw;
}

.shoppingcart_list {
    margin-top: 1.04vw;
    margin-bottom: 1.56vw;
}

.shoppingcart_list_top {
    background: #f9f9f9;
    border: 1rem solid #eee;
    margin-bottom: .52vw;
}

.shoppingcart_list_top table {}

.shoppingcart_list_top table th {
    font-weight: normal;
    text-align: center;
    padding: .78vw .52vw;
    font-size: .84vw;
    line-height: 1.5em;
}

.shoppingcart_list_top .w1 {
    width: 40%;
    text-align: left;
}

.shoppingcart_list_top .w2 {
    width: 15%;
}

.shoppingcart_list_top .w3 {
    width: 15%;
    padding-left: 0;
    padding-right: 0;
}

.shoppingcart_list_top .w4 {
    width: 15%;
}

.shoppingcart_list_top .w5 {
    width: 15%;
}

.shoppingcart_list_mid {
    border: 1rem solid #eee;
    border-bottom: none;
    margin-bottom: .52vw;
    max-height: calc(14.04vw + 10rem);
    overflow-y: auto;
}

.shoppingcart_list_mid table {}

.shoppingcart_list_mid table td {
    text-align: center;
    padding: .78vw .52vw;
    font-size: .72vw;
    line-height: 2em;
    border-bottom: 1rem solid #eee;
}

.shoppingcart_list_mid .w1 {
    width: 40%;
    text-align: left;
}

.shoppingcart_list_mid .w1 .cart_pro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shoppingcart_list_mid .w1 .img {
    width: 3.12vw;
    height: 3.12vw;
    border: 1rem solid #eee;
    position: relative;
}

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

.shoppingcart_list_mid .w1 .h2 {
    width: calc(100% - 3.5vw);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shoppingcart_list_mid .w2 {
    width: 15%;
}

.shoppingcart_list_mid .w3 {
    width: 15%;
    padding-left: 0;
    padding-right: 0;
}

.shoppingcart_list_mid .w3 .pronum {
    height: 1.56vw;
}

.shoppingcart_list_mid .w3 .pronum a {
    width: calc(1.56vw - 2rem);
    height: calc(1.56vw - 2rem);
    line-height: calc(1.56vw - 2rem);
}

.shoppingcart_list_mid .w3 .pronum input {
    width: 2.6vw;
    height: calc(1.56vw - 2rem);
    line-height: calc(1.56vw - 2rem);
}

.shoppingcart_list_mid .w4 {
    width: 15%;
    font-weight: bold;
}

.shoppingcart_list_mid .w5 {
    width: 15%;
}

.shoppingcart_list_btm {
    border: 1rem solid #eee;
}

.shoppingcart_list_btm table {}

.shoppingcart_list_btm table td {
    padding: .78vw .52vw;
    font-size: .84vw;
    line-height: 1.5em;
}

.shoppingcart_list_btm .w1 {
    width: 40%;
}

.shoppingcart_list_btm .w2 {
    width: 60%;
    text-align: right;
}

.shoppingcart_list_btm .w2 strong {
    color: #e64347;
    font-size: 20rem;
}

.shoppingcart_form {}

.shoppingcart_form .h2 {
    font-size: 1.25vw;
    line-height: 1.5em;
    margin-bottom: .26vw;
}

.shoppingcart_form .message {}

.shoppingcart_form .message form {}

.shoppingcart_form .message ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.shoppingcart_form .message ul li {
    width: calc((100% - 15rem)/2);
    margin-top: .52vw;
}

.shoppingcart_form .message ul li.li1 {
    width: 100%;
}

.shoppingcart_form .message .input_text {
    border: 1rem solid #eee;
    background: #fff;
    height: 2.08vw;
    line-height: 2.08vw;
    padding: 0 10rem;
    width: calc(100% - 22rem);
}

.shoppingcart_form .message textarea {
    border: 1rem solid #eee;
    background: #fff;
    height: 6.24vw;
    line-height: 2.08vw;
    padding: 0 10rem;
    width: calc(100% - 22rem);
}

.shoppingcart_form .message .yzm {
    height: calc(2.08vw + 2rem);
}

.shoppingcart_form .message .yzm img {
    float: right;
    width: 100rem;
    height: calc(2.08vw + 2rem);
}

.shoppingcart_form .message .input_text1 {
    border: 1rem solid #eee;
    background: #fff;
    height: 2.08vw;
    line-height: 2.08vw;
    padding: 0 10rem;
    width: calc(100% - 125rem);
    float: left;
}

.shoppingcart_form .message .yzm #sendcode {
    float: right;
    width: 100rem;
    height: calc(2.08vw + 2rem);
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

.shoppingcart_form .message .yzm #sendcode:hover {
    opacity: .9;
}

.shoppingcart_form .message .input_button {
    display: block;
    margin: 0 auto;
    border: none;
    width: 100%;
    height: calc(2.08vw + 2rem);
    line-height: calc(2.08vw + 2rem);
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    font-size: 12rem;
}

.shoppingcart_form .message .input_button:hover {
    opacity: .9;
}

.yzm input[disabled] {
    background: #999 !important;
    cursor: not-allowed !important;
}

.shoppingcart .success {
    text-align: center;
    margin-top: 20vh;
}

.shoppingcart .success .h1 {
    font-size: 1.25vw;
    line-height: 2em;
    margin-top: .52vw;
}

.shoppingcart .success .h2 {
    font-size: .84vw;
    line-height: 1.5em;
    color: #999;
}

.shoppingcart .success input {
    display: block;
    margin: 0 auto;
    border: none;
    width: 20%;
    height: calc(2.08vw + 2rem);
    line-height: calc(2.08vw + 2rem);
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    border-radius: 4rem;
    font-size: 14rem;
    margin-top: 1.3vw;
}

.shoppingcart .success input:hover {
    opacity: .9;
}

@media(max-width:999px) {
    .shopptingcart_loading {
        width: 100%;
    }

    .tit_cart .h2 {
        font-size: 20rem;
        line-height: 1.5em;
    }

    .tit_cart .h2 span {
        padding-bottom: 5rem;
    }

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

    .shoppingcart {
        padding: 15rem;
    }

    .shoppingcart_list {
        margin-top: 20rem;
        margin-bottom: 20rem;
    }

    .shoppingcart_list_top {
        display: none;
    }

    .shoppingcart_list_mid {
        margin-bottom: 15rem;
        max-height: 44vh;
    }

    .shoppingcart_list_mid table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .shoppingcart_list_mid table td {
        padding: 10rem 0;
        font-size: 12rem;
        line-height: 24rem;
        display: block;
    }

    .shoppingcart_list_mid .w1 {
        width: 100%;
        padding-left: 5rem;
        padding-right: 5rem;
        border: none;
        padding-bottom: 0;
    }

    .shoppingcart_list_mid .w1 .img {
        width: 40rem;
        height: 40rem;
    }

    .shoppingcart_list_mid .w1 .h2 {
        width: calc(100% - 45rem);
        line-height: 16rem;
    }

    .shoppingcart_list_mid .w2 {
        width: 24%;
    }

    .shoppingcart_list_mid .w3 {
        width: 28%;
    }

    .shoppingcart_list_mid .w3 .pronum {
        height: 24rem;
        vertical-align: top;
    }

    .shoppingcart_list_mid .w3 .pronum a {
        width: 22rem;
        height: 22rem;
        line-height: 22rem;
    }

    .shoppingcart_list_mid .w3 .pronum input {
        width: 44rem;
        height: 22rem;
        line-height: 22rem;
    }

    .shoppingcart_list_mid .w4 {
        width: 24%;
    }

    .shoppingcart_list_mid .w5 {
        width: 24%;
    }

    .shoppingcart_list_btm table td {
        padding: 10rem 5rem;
        font-size: 12rem;
        line-height: 1.5em;
    }

    .shoppingcart_list_btm .w2 strong {
        font-size: 20rem;
    }

    .shoppingcart_form {}

    .shoppingcart_form .h2 {
        font-size: 20rem;
        line-height: 1.5em;
        margin-bottom: 0;
    }

    .shoppingcart_form .message ul li {
        width: calc((100% - 10rem)/2);
        margin-top: 10rem;
    }

    .shoppingcart_form .message ul li.li1 {
        width: 100%;
    }

    .shoppingcart_form .message .input_text {
        height: 30rem;
        line-height: 30rem;
        padding: 0 10rem;
        width: calc(100% - 22rem);
    }

    .shoppingcart_form .message textarea {
        height: 60rem;
        line-height: 30rem;
        padding: 0 10rem;
        width: calc(100% - 22rem);
    }

    .shoppingcart_form .message .yzm {
        height: 32rem;
    }

    .shoppingcart_form .message .yzm img {
        width: 100rem;
        height: 32rem;
    }

    .shoppingcart_form .message .input_text1 {
        height: 30rem;
        line-height: 30rem;
        padding: 0 10rem;
        width: calc(100% - 95rem);
    }

    .shoppingcart_form .message .yzm #sendcode {
        width: 68rem;
        height: 32rem;
        font-size: 12rem;
    }

    .shoppingcart_form .message .input_button {
        height: 32rem;
        line-height: 32rem;
        font-size: 12rem;
    }

    .shoppingcart .success {}

    .shoppingcart .success img {
        max-width: 80rem;
    }

    .shoppingcart .success .h1 {
        font-size: 20rem;
        line-height: 2em;
        margin-top: 10rem;
    }

    .shoppingcart .success .h2 {
        font-size: 12rem;
        line-height: 1.5em;
    }

    .shoppingcart .success input {
        width: 30%;
        height: 32rem;
        line-height: 30rem;
        font-size: 12rem;
        margin-top: 25rem;
    }
}


/*筛选*/
.screen_btn {
    position: fixed;
    top: 100rem;
    right: calc(15% - 40rem);
    z-index: 11;
    display: none;
}

.screen_btn a {
    display: block;
    width: 40rem;
    height: 40rem;
    background-color: var(--secondary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20rem auto;
    background-image: url(../images/ico_screen.png);
}

.screen_close {
    font-size: 0;
    width: 40rem;
    height: 40rem;
    cursor: pointer;
    border-radius: 100%;
    background: url(../images/ico_btn1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: calc(15% - 40rem);
    z-index: 2;
    display: none;
}

.screen {}

.screen_box {
    width: 100%;
    font-size: 14rem;
    line-height: 28rem;
    background: #fff;
    box-shadow: 0 0 5rem rgba(0, 0, 0, .1);
    border-radius: 4rem;
    margin-bottom: 30rem;
    position: relative;
    z-index: 22;
}

.screen_box>ul {
    position: relative;
    padding: 5rem 15rem 0 15rem;
}

.screen_box>ul>li {
    position: relative;
    padding: 15rem 0 5rem 70rem;
    position: relative;
    border-top: 1rem solid #eee;
}

.screen_box>ul>li:first-child {
    border-top: none;
}

.screen_box>ul>li:nth-child(n+3) {
    display: none;
}

.screen_box.active>ul>li:nth-child(n+3) {
    display: block;
}

.screen_box>ul>li>span {
    display: block;
    font-size: 16rem;
    line-height: 30rem;
    position: absolute;
    left: 0;
    top: 15rem;
}

.screen_box>ul>li .boxbg {
    /* height:35rem;*/
    overflow: hidden;
    position: relative;
    /* padding-right:30rem;*/
}

.screen_box>ul>li .boxbg.active {
    /* height:auto;*/
}

.screen_box .box_btn {
    display: none;
    padding-bottom: 15rem;
}

.screen_box .box_btn i {
    display: block;
    margin: 0 auto;
    width: 30rem;
    height: 30rem;
    background: url(../images/ico_down1.png) center no-repeat;
    cursor: pointer;
}

.screen_box .box_btn i.i1 {}

.screen_box .box_btn i.i2 {
    background-image: url(../images/ico_list2.png);
    display: none;
}

.screen_box.active .box_btn i.i1 {
    display: none;
}

.screen_box.active .box_btn i.i2 {
    display: block;
}

.screen_box>ul>li .box {}

.screen_box>ul>li a {
    display: inline-block;
    padding: 0 15rem;
    color: #999;
    border: 1rem solid #f5f5f5;
    margin: 0 10rem 10rem 0;
    border-radius: 4rem;
}

.screen_box>ul>li a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.screen_box>ul>li a.hover {
    color: #fff;
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.screen.tfixed .screen_box {
    position: fixed;
    top: 100rem;
    left: 0;
    z-index: 33;
    transform: translateY(-100%);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.screen.tfixed.shown .screen_box {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.screen.tfixed.hiden .screen_box {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
}

.screen.tfixed .screen_box>ul {
    width: 70%;
    margin: 0 auto;
}

.screen.tfixed .screen_btn {
    display: block;
}

.screen.tfixed .screen_close {
    display: block;
}

/*.screen.active{ position:fixed; left:0; top:0; padding:0;}
.screen.active>ul{ width:70%; margin:0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.screen.active>ul>li{ width:100%; position:static; padding:0; border:none; cursor:pointer; text-align:center; }
.screen.active>ul>li>span{ position:relative; left:auto; top:auto; line-height:60rem; display:inline-block;}
.screen.active>ul>li>span:after{ content:""; width:20rem; height:100%; background:url(../images/ico_down1.png) center no-repeat; position:absolute; top:0; left:100%;}
.screen.active>ul>li:hover>span:after{ background-image:url(../images/ico_up1.png);}
.screen.active>ul>li .boxbg{ width:100%; background:#fff; box-shadow:0 0 5rem rgba(0,0,0,.1); position:absolute; top:100%; left:0; display:none;}
.screen.active>ul>li:hover .boxbg{ display:block;}
.screen.active>ul>li .box{ width:70%; margin:0 auto; padding:20rem 0;}*/
@media(max-width:1699px) {
    .screen_btn {
        right: calc(10% - 40rem)
    }

    .screen_close {
        right: calc(10% - 40rem)
    }

    .screen.tfixed .screen_box>ul {
        width: 80%;
    }

    /*.screen.active>ul{ width:80%;}
.screen.active>ul>li .box{ width:80%; }*/
}

@media(max-width:1279px) {
    .screen_btn {
        right: calc(5% - 40rem)
    }

    .screen_close {
        right: calc(5% - 40rem)
    }
}

@media(max-width:999px) {
    .screen_box {
        font-size: 12rem;
        line-height: 24rem;
        /* margin-top:35rem;*/
        display: none;
    }

    .screen.tfixed .screen_box {
        top: 60rem;
        display: block;
    }

    .screen_btn {
        right: 0
    }

    .screen_close {
        right: 0;
    }

    .screen_box>ul {
        max-height: calc(100vh - 120rem);
        overflow-y: auto;
    }

    .screen_box>ul>li {
        /* margin-bottom:15rem;*/
        padding-bottom: 10rem;
        padding-left: 60rem;
    }

    .screen_box>ul>li>span {
        font-size: 12rem;
        line-height: 24rem;
    }

    .screen_box>ul>li a {
        padding: 0 5rem;
        margin: 0 5rem 5rem 0;
    }

    .screen.tfixed .screen_box>ul {
        width: 90%;
    }

    /*.screen.active>ul{ width:90%;}
.screen.active>ul>li .box{ width:90%; }*/
}







/*pro1*/
.index_product1 {}

.index_product1 ul li {
    float: left;
    width: calc((100% - 40rem)/3);
    margin: 0 0 20rem 20rem;
    text-align: center;
    background: #fff;
}

.index_product1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.index_product1 ul li .nr_box {
    border: 1rem solid #eee;
    border-radius: 10rem;
    overflow: hidden;
    transition: all .3s ease;
}

.index_product1 ul li:hover .nr_box {
    border-color: var(--primary-color);
    box-shadow: 0 0 10rem rgba(0, 0, 0, .1);
}

.index_product1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

.index_product1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.index_product1 ul li:hover .img img {
    transform: scale(1.1);
}

.index_product1 ul li .txtbg {}

.index_product1 ul li .txt {
    padding: 15rem 5%;
    color: #666;
}

.index_product1 ul li .txt .h2 {
    font-size: 18rem;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_product1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.index_product1 ul li .txt .h3 {
    display: none;
}

@media(max-width:999px) {
    .index_product1 ul li {
        float: left;
        width: calc((100% - 10rem)/2);
        margin: 0 0 20rem 10rem;
    }

    .index_product1 ul li:nth-child(3n-2) {
        margin-left: 10rem;
        clear: none;
    }

    .index_product1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }

    .index_product1 ul li .txt {
        padding: 10rem 5%;
    }

    .index_product1 ul li .txt .h2 {
        font-size: 14rem;
        line-height: 1.5em;
        height: 1.5em;
    }
}


/*news1*/
.index_news1 {
    padding: 40rem 0;
    background: #f2f2f2;
}

.index_news1 ul li {
    float: left;
    width: calc((100% - 20rem)/2);
    margin: 0 0 20rem 20rem;
    background: #fff;
}

.index_news1 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.index_news1 ul li .nr_box {
    border: 1rem solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_news1 ul li .imgbg {
    width: 25%;
}

.index_news1 ul li .img {
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}

.index_news1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.index_news1 ul li:hover .img img {
    transform: scale(1.1);
}

.index_news1 ul li .txtbg {
    width: 75%;
}

.index_news1 ul li .txt {
    padding: 20rem 20rem;
    color: #666;
}

.index_news1 ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_news1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.index_news1 ul li .txt .h3 {
    font-size: .72vw;
    line-height: 1.5em;
    height: 3em;
    margin: 10rem 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news1 ul li .txt .time {
    font-size: 14rem;
    line-height: 24rem;
    color: #999;
    padding-left: 24rem;
    position: relative;
    margin: 10rem 0 0 0;
}

.index_news1 ul li .txt .time i {
    width: 20rem;
    height: 24rem;
    background: url(../images/ico_time.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:999px) {
    .index_news1 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20rem 0;
    }
}


/*news2*/
.index_news2 {
    padding: 40rem 0;
}

.index_news2 ul li {
    float: left;
    width: calc((100% - 20rem)/2);
    margin: 0 0 0 20rem;
    border-bottom: 1rem solid #ccc;
    padding: 20rem 0;
}

.index_news2 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.index_news2 ul li .txt {}

.index_news2 ul li .txt .h2 {
    font-size: 16rem;
    line-height: 26rem;
    height: 26rem;
    overflow: hidden;
    padding-left: 25rem;
    position: relative;
}

.index_news2 ul li .txt .h2:before {
    content: "";
    width: 6rem;
    height: 6rem;
    background: #000;
    position: absolute;
    left: 0;
    top: 10rem;
}

.index_news2 ul li .txt .h2 a {
    float: left;
    width: 70%;
    height: 26rem;
    overflow: hidden;
    color: #333;
}

.index_news2 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.index_news2 ul li .txt .h2 span {
    float: right;
    color: #999;
}

@media(max-width:999px) {
    .index_news2 ul li {
        float: left;
        width: 100%;
        margin: 0;
    }
}


/*news3*/
.index_news3 {
    padding: 40rem 0;
}

.index_news3 ul li {
    float: left;
    width: calc((100% - 20rem)/2);
    margin: 0 0 20rem 20rem;
}

.index_news3 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.index_news3 ul li .nr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.index_news3 ul li .date {
    width: 80rem;
    height: 80rem;
    background: #f2f2f2;
    color: #999;
    text-align: center;
}

.index_news3 ul li .date strong {
    display: block;
    font-size: 36rem;
    line-height: 36rem;
    padding: 15rem 0 2rem 0;
}

.index_news3 ul li .date span {
    display: block;
    font-size: 12rem;
    line-height: 12rem;
}

.index_news3 ul li .txt {
    width: calc(100% - 100rem);
    color: #666;
}

.index_news3 ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_news3 ul li .txt .h2 a {
    color: #333;
}

.index_news3 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.index_news3 ul li .txt .h3 {
    font-size: .72vw;
    line-height: 1.5em;
    height: 3em;
    margin: 5rem 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:999px) {
    .index_news3 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20rem 0;
    }
}


/*footnav*/
.f_nav {
    padding: 40rem 0;
}

.f_nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.f_nav ul li {
    flex-grow: 1;
    flex-shrink: 1;
    margin-bottom: 10rem;
}

.f_nav ul li a {
    display: block;
    font-size: 14rem;
    line-height: 24rem;
}

.f_nav>ul>li>a {
    font-size: 16rem;
    line-height: 26rem;
    font-weight: bold;
    margin-bottom: 10rem;
    color: #333;
}



/*inner_news1*/
.inside_news1 {}

.inside_news1 ul li {
    padding: 20rem 0;
    border-bottom: 1rem solid #eee;
}

.inside_news1 ul li .nr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inside_news1 ul li .imgbg {
    width: 25%;
}

.inside_news1 ul li .img {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    border-radius: 10rem;
}

.inside_news1 ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
    background: #f9f9f9;
}

.inside_news1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_news1 ul li .txtbg {
    width: 75%;
}

.inside_news1 ul li .txt {
    padding-left: 5%;
    color: #666;
}

.inside_news1 ul li .txt .h2 {
    font-size: 18rem;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_news1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.inside_news1 ul li .txt .h3 {
    font-size: 14rem;
    line-height: 1.5em;
    margin-bottom: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inside_news1 ul li .txt .time {
    font-size: 14rem;
    line-height: 24rem;
    color: #999;
    padding-left: 24rem;
    position: relative;
}

.inside_news1 ul li .txt .time i {
    width: 20rem;
    height: 24rem;
    background: url(../images/ico_time.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:999px) {
    .inside_news1 ul li .txt .h2 {
        font-size: 14rem;
        line-height: 1.5em;
        height: auto;
        -webkit-line-clamp: 2;
        margin-bottom: 5rem;
    }

    .inside_news1 ul li .txt .h3 {
        display: none;
    }
}



/*inner_news2*/
.inside_news2 {}

.inside_news2 ul li {
    float: left;
    width: calc((100% - 20rem)/2);
    margin: 0 0 0 20rem;
    border-bottom: 1rem solid #ccc;
    padding: 20rem 0;
}

.inside_news2 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.inside_news2 ul li .txt {}

.inside_news2 ul li .txt .h2 {
    font-size: 16rem;
    line-height: 26rem;
    height: 26rem;
    overflow: hidden;
    padding-left: 25rem;
    position: relative;
}

.inside_news2 ul li .txt .h2:before {
    content: "";
    width: 6rem;
    height: 6rem;
    background: #000;
    position: absolute;
    left: 0;
    top: 10rem;
}

.inside_news2 ul li .txt .h2 a {
    float: left;
    width: 70%;
    height: 26rem;
    overflow: hidden;
    color: #333;
}

.inside_news2 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.inside_news2 ul li .txt .h2 span {
    float: right;
    color: #999;
}

@media(max-width:999px) {
    .inside_news2 ul li {
        float: left;
        width: 100%;
        margin: 0;
    }
}


/*inner_news3*/
.inside_news3 {}

.inside_news3 ul li {
    float: left;
    width: calc((100% - 20rem)/2);
    margin: 0 0 20rem 20rem;
}

.inside_news3 ul li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
}

.inside_news3 ul li .nr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.inside_news3 ul li .date {
    width: 80rem;
    height: 80rem;
    background: #f2f2f2;
    color: #999;
    text-align: center;
}

.inside_news3 ul li .date strong {
    display: block;
    font-size: 36rem;
    line-height: 36rem;
    padding: 15rem 0 2rem 0;
}

.inside_news3 ul li .date span {
    display: block;
    font-size: 12rem;
    line-height: 12rem;
}

.inside_news3 ul li .txt {
    width: calc(100% - 100rem);
    color: #666;
}

.inside_news3 ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_news3 ul li .txt .h2 a {
    color: #333;
}

.inside_news3 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.inside_news3 ul li .txt .h3 {
    font-size: .72vw;
    line-height: 1.5em;
    height: 3em;
    margin: 5rem 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:999px) {
    .inside_news3 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20rem 0;
    }
}

/*inpic1*/
.inside_picList1 {}

.inside_picList1 ul li {
    float: left;
    width: calc((100% - 40rem)/3);
    margin: 0 0 20rem 20rem;
    text-align: center;
    background: #f0f0f0;
    border-radius: 10rem;
    overflow: hidden;
}

.inside_picList1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.inside_picList1 ul li .nr_box {}

.inside_picList1 ul li .img {
    padding-bottom: 64%;
    position: relative;
    overflow: hidden;
}

.inside_picList1 ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
    background: #f9f9f9;
}

.inside_picList1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_picList1 ul li .txtbg {
    position: relative;
}

.inside_picList1 ul li .txtbg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    transition: transform .38s cubic-bezier(.4, 0, .2, 1);
    transform: scaleY(0);
    transform-origin: 50% 100% 0;
}

.inside_picList1 ul li:hover .txtbg:before {
    transform: scaleY(1);
    transform-origin: 50% 0 0;
}

.inside_picList1 ul li .txt {
    padding: 15rem 5%;
    color: #666;
    position: relative;
    z-index: 2;
}

.inside_picList1 ul li .txt .h2 {
    font-size: 14rem;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_picList1 ul li:hover .txt .h2 {
    color: #fff;
}

.inside_picList1 ul li .txt .h3 {
    display: none;
}

@media(max-width:999px) {
    .inside_picList1 ul li {
        float: left;
        width: calc((100% - 10rem)/2);
        margin: 0 0 20rem 10rem;
    }

    .inside_picList1 ul li:nth-child(3n-2) {
        margin-left: 10rem;
        clear: none;
    }

    .inside_picList1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }

    .inside_picList1 ul li .txt {
        padding: 15rem 5%;
    }

    .inside_picList1 ul li .txt .h2 {
        font-size: 14rem;
        line-height: 1.6em;
        height: 1.6em;
    }
}

/*inphoto1*/
.inside_photo1 {}

.inside_photo1 ul li {
    float: left;
    width: calc((100% - 60rem)/4);
    margin: 0 0 20rem 20rem;
    text-align: center;
}

.inside_photo1 ul li:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
}

.inside_photo1 ul li .nr_box {
    border: 1rem solid #f2f2f2;
    border-radius: 10rem;
    overflow: hidden;
    padding: 10rem;
}

.inside_photo1 ul li .imgbg {
    position: relative;
    border-radius: 10rem;
    overflow: hidden;
}

.inside_photo1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    z-index: 1;
}

.inside_photo1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
    background: #f9f9f9;
}

.inside_photo1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_photo1 ul li .imgbg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.inside_photo1 ul li:hover .imgbg:before {
    opacity: 1;
    visibility: visible;
}

.inside_photo1 ul li i {
    width: 40rem;
    height: 40rem;
    background: url(../images/ico_search1.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.inside_photo1 ul li:hover i {
    opacity: 1;
    visibility: visible;
}

.inside_photo1 ul li .txtbg {}

.inside_photo1 ul li .txt {
    margin-top: 10rem;
    padding: 0 5%;
    color: #666;
}

.inside_photo1 ul li .txt .h2 {
    font-size: 14rem;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_photo1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.inside_photo1 ul li .txt .h3 {
    display: none;
}

@media(max-width:999px) {
    .inside_photo1 ul li {
        float: left;
        width: calc((100% - 10rem)/2);
        margin: 0 0 20rem 10rem;
    }

    .inside_photo1 ul li:nth-child(4n-3) {
        margin-left: 10rem;
        clear: none;
    }

    .inside_photo1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
}


/*inside_download1*/
.inside_download1 {}

.inside_download1 ul li {
    border-bottom: 1rem dashed #ccc;
    padding: 20rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inside_download1 ul li:nth-child(1) {
    padding-top: 0;
}

.inside_download1 ul li>i {
    text-align: center;
    line-height: 40rem;
    font-size: 40rem;
    width: 40rem;
    text-align: center;
    color: var(--primary-color);
}

.inside_download1 ul li .txt {
    width: calc(100% - 200rem);
    position: relative;
}

.inside_download1 ul li .txt .h2 {
    font-size: 16rem;
    line-height: 26rem;
    height: 26rem;
    overflow: hidden;
}

.inside_download1 ul li .txt .h2 a {
    color: #333;
}

.inside_download1 ul li:hover .txt .h2 a {
    color: var(--primary-color);
}

.inside_download1 ul li .txt .h3 {
    font-size: 14rem;
    line-height: 24rem;
}

.inside_download1 ul li .txt .h3 span {
    display: inline-block;
    margin: 0 20rem 0 0;
    color: #999;
}

.inside_download1 ul li .down_btn {}

.inside_download1 ul li .down_btn a {
    display: block;
    background: var(--primary-color);
    color: #fff;
    width: 120rem;
    line-height: 40rem;
    text-align: center;
    font-size: 14rem;
    border-radius: 4rem;
}

.inside_download1 ul li .down_btn a:hover {
    opacity: .9;
}

.inside_download1 ul li .down_btn a i {
    margin-right: 5rem;
    vertical-align: middle;
}

@media(max-width:999px) {
    .inside_download1 ul li {
        padding: 20rem 0;
        flex-wrap: wrap;
    }

    .inside_download1 ul li .txt {
        width: calc(100% - 60rem);
    }

    .inside_download1 ul li .txt .h2 {
        font-size: 16rem;
        line-height: 26rem;
        height: 26rem;
    }

    .inside_download1 ul li .txt .h3 {
        font-size: 14rem;
        line-height: 24rem;
    }

    .inside_download1 ul li .txt .h3 span {
        margin: 0 10rem 0 0;
    }

    .inside_download1 ul li .down_btn {
        width: 100%;
        margin-top: 10rem;
    }

    .inside_download1 ul li .down_btn a {
        width: 100%;
        line-height: 40rem;
        font-size: 14rem;
    }
}

/*inpro1*/
.inside_product1 {}

.inside_product1 ul li {
    float: left;
    width: calc((100% - 40rem)/3);
    margin: 0 0 20rem 20rem;
    text-align: center;
}

.inside_product1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.inside_product1 ul li .nr_box {
    border: 1rem solid #f2f2f2;
    border-radius: 10rem;
    overflow: hidden;
    padding: 10rem;
}

.inside_product1 ul li:hover .nr_box {
    background: #f4f4f4;
}

.inside_product1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.inside_product1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.inside_product1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_product1 ul li .txtbg {}

.inside_product1 ul li .txt {
    margin-top: 10rem;
    padding: 0 5%;
    color: #666;
}

.inside_product1 ul li .txt .h2 {
    font-size: 16rem;
    line-height: 1.5em;
    height: 1.5em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inside_product1 ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.inside_product1 ul li .txt .h3 {
    display: none;
}

@media(max-width:999px) {
    .inside_product1 ul li {
        float: left;
        width: 100%;
        margin: 0 0 20rem 0;
    }

    .inside_product1 ul li .txt .h2 {
        font-size: 14rem;
        line-height: 1.5em;
        height: 1.5em;
    }
}

/*innewsClass1*/
.itit1 {}

.itit1 .h2 {
    height: 20rem;
    line-height: 20rem;
    font-size: 20rem;
}

.itit1 .h2 strong {
    float: left;
    font-weight: bold;
    border-left: 5rem solid var(--primary-color);
    padding-left: 5rem;
}

.itit1 .h2 a {
    float: right;
    font-size: 14rem;
    color: var(--primary-color);
}

.inside_newsClass1 {}

.inside_newsClass1_box {
    padding: 20rem 0;
    border-bottom: 1rem solid #eee;
}

.inside_newsClass1 .ilist {
    padding: 10rem 10rem 0 10rem;
}

.inside_newsClass1 .ilist ul li {
    height: 40rem;
    line-height: 40rem;
    padding-left: 15rem;
    position: relative;
}

.inside_newsClass1 .ilist ul li:before {
    content: "";
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 17rem;
}

.inside_newsClass1 .ilist ul li a {
    float: left;
    width: 70%;
    height: 40rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    font-size: 16rem;
}

.inside_newsClass1 .ilist ul li span {
    float: right;
    font-size: 14rem;
    color: #999;
}

/*inproClass1*/
.imore1 {}

.imore1 span {
    display: inline-block;
    vertical-align: top;
    border: 1rem solid #fff;
    height: 38rem;
    line-height: 38rem;
    padding: 0 20rem;
    font-size: 14rem;
}

.imore1 span:hover {
    background: #fff;
    color: #333;
}

.inside_proClass1 {}

.inside_proClass1 ul li {
    float: left;
    width: calc((100% - 40rem)/3);
    margin: 0 0 20rem 20rem;
    text-align: center;
    background: #fff;
    position: relative;
}

.inside_proClass1 ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.inside_proClass1 ul li .nr_box {
    border: 10rem solid #eee;
}

.inside_proClass1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.inside_proClass1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.inside_proClass1 ul li:hover .img img {
    transform: scale(1.1);
}

.inside_proClass1 ul li .txtbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.inside_proClass1 ul li .txt {
    padding: 20rem 5%;
    width: 90%;
    color: #fff;
}

.inside_proClass1 ul li .txt .h2 {
    font-size: 24rem;
    line-height: 34rem;
    height: 34rem;
    overflow: hidden;
}

.inside_proClass1 ul li .txt .h3 {
    font-size: 14rem;
    line-height: 24rem;
    height: 48rem;
    overflow: hidden;
    margin: 10rem 0 0 0;
}

@media(max-width:999px) {
    .inside_proClass1 ul li {
        float: left;
        width: calc((100% - 20rem)/2);
        margin: 0 0 20rem 20rem;
    }

    .inside_proClass1 ul li:nth-child(3n-2) {
        margin-left: 20rem;
        clear: none;
    }

    .inside_proClass1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
}


.m11_message1 {}

.m11_message1 .list1 {
    margin-top: 20rem;
}

.m11_message1 .list1 img {
    display: block;
    width: 100%;
    background: #f9f9f9;
}

.m11_message1 .list2 {
    margin-top: 20rem;
}

/*留言*/
.message1 {}

.message1 form {}

.message1 form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.message1 form ul li {
    width: 32.5%;
    margin: 0 0 20rem 0%;
}

.message1 form ul li.li1 {
    width: 100%;
    margin-left: 0;
}

.message1 form ul li.li2 {
    text-align: right;
}

.message1 form ul li:nth-child(1),
.message1 form ul li:nth-child(3),
.message1 form ul li:nth-child(6) {
    margin-left: 0;
}

.message1 form ul li:nth-child(4) {
    width: 100%;
}

.message1 form .h3 {
    width: 100rem;
    font-size: 14rem;
    line-height: 24rem;
    margin-bottom: 5rem;
}

.message1 form .h3 font {
    color: #f00;
}

.message1 form .input_text {
    border: 1rem solid #eee;
    background: #fff;
    height: 40rem;
    line-height: 40rem;
    padding: 0 10rem;
    width: calc(100% - 0rem);
}

.message1 form textarea {
    border: 1rem solid #eee;
    background: #fff;
    height: 120rem;
    line-height: 40rem;
    padding: 0 10rem;
    width: calc(100% - 22rem);
    display: block;
}

.message1 form .yzm {
    height: 42rem;
}

.message1 form .input_text1 {
    border: 1rem solid #eee;
    background: #fff;
    height: 40rem;
    line-height: 40rem;
    padding: 0 10rem;
    width: calc(100% - 132rem);
    float: left;
}

.message1 form #sendcode {
    border: 1rem solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    height: 42rem;
    line-height: 40rem;
    width: 100rem;
    cursor: pointer;
    transition: all .3s ease;
    float: right;
}

.message1 form #sendcode:hover {
    opacity: .9;
}

.message1 form #sendcode[disabled] {
    background: #999;
}

.message1 form .input_button {
    border: 1rem solid #054ea0;
    background: #054ea0;
    color: #fff;
    height: 32rem;
    line-height: 32rem;
    width: 50%;
    max-width: 106rem;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 40rem;
    border-radius: 0rem;
    font-size: 20rem;
}

.message1 form .input_button:hover {
    /* border-color: var(--secondary-color);
    background: var(--secondary-color); */
}

@media(max-width:999px) {
    .message1 form ul {
        display: block;
    }

    .message1 form ul li {
        width: 100%;
        margin: 0 0 10rem 0;
    }

    .message1 form ul li.li2 {
        text-align: center;
    }

    .message1 form .h3 {
        font-size: 14rem;
        line-height: 1.8em;
        margin-bottom: 0;
    }

    .message1 form .input_text {
        height: 38rem;
        line-height: 38rem;
        padding: 0 10rem;
        width: calc(100% - 0rem);
        font-size: 14rem;
    }

    .message1 form textarea {
        height: 100rem;
        line-height: 38rem;
        padding: 0 10rem;
        width: calc(100% - 22rem);
        font-size: 14rem;
    }

    .message1 form .yzm {
        height: 40rem;
    }

    .message1 form .input_text1 {
        height: 38rem;
        line-height: 38rem;
        padding: 0 10rem;
        width: calc(100% - 132rem);
        font-size: 14rem;
    }

    .message1 form #sendcode1 {
        height: 40rem;
        line-height: 38rem;
        width: 100rem;
        font-size: 14rem;
    }

    .message1 form .input_button {
        height: 40rem;
        line-height: 38rem;
        width: 100%;
        max-width: 100%;
        font-size: 14rem;
        margin-top: 10rem;
    }
}


/*联系*/
.inside_contact1 {
    font-size: .84vw;
    line-height: 1.56vw;
}

.inside_contact1 ul li {}

.inside_contact1 ul li h2 {
    font-size: 1.56vw;
    line-height: 1.5em;
}

.inside_contact1 ul li i {
    display: inline-block;
    text-align: center;
    width: 1.56vw;
    height: 1.56vw;
    line-height: 1.56vw;
    margin-right: 5rem;
    color: var(--primary-color);
}

.inside_contact1 ul li span {
    display: inline-block;
    width: 4.2vw;
    text-justify: inter-ideograph;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.index01bg .index01 .title01 {
    font-size: 60rem;
    color: var(--primary-color);
    margin-bottom: 20rem;
    font-family: 'SourceHanSansSCLight'
}

.index01bg .index01 .des {
    font-size: 25rem;
    color: #323232;
    margin-bottom: 29rem;
}

.index01bg .index02 {
    width: 100%;
    height: 334rem;
    padding: 83rem 0rem;
    background-color: #f2f2f2;
}

.index01bg .index02 .content {
    color: #323232;
    font-size: 20rem;
    line-height: 36rem;
}


.more_btn_common {
    height: 35rem;
    background-color: var(--primary-color);
    color: #fff;
    /* text-decoration: underline; */
    padding: 6rem 11rem;
    box-sizing: border-box;
    display: inline-block;
    padding-bottom: 35rem;
    float: right;
}

.more_btn_common a:hover {
    color: inherit;
}

.more_btn_common span {
    /* text-decoration: underline; */
    display: inline-block;
    border-bottom: 1rem solid #fff;
    padding-bottom: 6rem;
}

.more_btn_common span i {
    margin-left: 5rem;
}

.index01bg .img {
    display: flex;
    align-items: end;
    position: absolute;
    bottom: 0rem;
    left: calc((100% - 1200rem) / 2);
    width: 384rem;
}

.index01bg .swiper-button-next,
.index01bg .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44rem;
    height: 44rem;
    margin-top: -22rem;
    z-index: 10;
    cursor: pointer;
    background-size: 30rem 30rem;
    background-position: center;
    background-repeat: no-repeat;
}

.index01bg:hover .swiper-button-prev,
.index01bg:hover .swiper-button-next {
    opacity: .7;
    transform: translateX(0) !important;
}

.index01bg .swiper-button-prev:hover,
.index01bg .swiper-button-next:hover {
    opacity: 1;
}

.index01bg .img img {
    width: 384rem;
    height: 451rem;
}

.index01bg .img .left_name,
.index01bg .img .right_name {

    display: inline-block;
    /* 确保元素可以旋转 */
    transform: rotate(90deg);
    /* 旋转45度 */
    transform-origin: bottom right;

}

.index01bg .img .left_name {
    margin-right: 24rem;
}

.index01bg {
    position: relative;
    padding-top: 200rem;
}

.index01bg .index02 .wapper1,
.index01bg .index01 .wapper1 {
    padding-left: 522rem;
}

.index02bg {
    padding-top: 167rem;

}

.index02bg .title01 {
    font-size: 60rem;
    color: var(--primary-color);
    margin-bottom: 42rem;
    font-family: 'SourceHanSansSCLight'
}

.index02bg .des01 {
    font-size: 20rem;
    line-height: 36rem;
    color: #323232;
    margin-bottom: 100rem;

}

.index02bg .more_btn_common,
.index04bg .more_btn_common {
    float: none;
}


.index02bg .pillars-scroll-slider-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    isolation: isolate;
}

.index02bg .pillars-scroll-slider-wrapper .pillar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    overflow: hidden;
}

.index02bg :root {
    --slideCount: 5;
    --blurFactor: 10;
}

.index02bg .pillar {
    position: relative;
}

/*show 600 version of image on screens greater than less than 601*/
#pillar-1 .pillar-image {
    background-position: center;
}

@supports (position: sticky) {
    .index02bg .pillars-scroll-slider-wrapper .pillar {
        position: sticky;
        top: 0;
    }
}


@media (min-width: 768px) {
    .index02bg .pillar {
        overflow: hidden;
    }

    .index02bg .pillar:last-child {
        border-bottom: none;
    }
}

.index02bg .pillar .pillar-image {
    height: 320rem;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .index02bg .pillar .pillar-image {
        height: 60vh;
        height: 60dvh;
        min-height: 600rem;
    }
}

@media (min-width: 1024px) {
    .index02bg .pillar .pillar-image {
        height: 100vh;
        height: 100dvh;
    }
}

.index02bg .pillar .pillar-image.image-lazy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.index02bg .pillar .pillar-image.image-lazy.left img,
.index02bg .pillar .pillar-image.image-lazy img.left {
    object-position: left;
}

.index02bg .pillar .pillar-image.image-lazy.right img,
.index02bg .pillar .pillar-image.image-lazy img.right {
    object-position: right;
}

.index02bg .pillar .pillar-content-dark,
.index02bg .pillar .pillar-content-light {
    position: relative;
    z-index: 2;
    padding: 4.375rem 1rem 2.5rem;
    min-height: initial;
}

.index02bg .content {
    margin-top: 55rem;
}

.index03bg {
    padding-top: 156rem;
}

.index03bg .title01 {
    font-size: 60rem;
    color: var(--primary-color);
    margin-bottom: 39rem;
    font-family: 'SourceHanSansSCLight'
}

.index03bg .des01 {
    font-size: 20rem;
    line-height: 36rem;
    color: #323232;
    margin-bottom: 61rem;
}

.index03bg .con01 {
    margin-left: calc((100% - 1312rem) / 2);
    height: 127rem;
    max-width: 100%;
    background-color: #f2f2f2;
    padding: 44rem 63rem;
    box-sizing: border-box;
}

.index03bg .con01 ul {
    display: flex;
}

.index03bg .con01 ul li {
    margin-right: 79rem;
    display: flex;
    align-items: center;
}

.index03bg .con01 ul li img {
    width: 35rem;
    height: 39rem;
    object-fit: contain;
    margin-right: 23rem;
}

.index03bg .con01 ul li span {
    color: #323232;
    font-size: 24rem;
}

.index03bg .con02 ul {
    display: flex;
    flex-wrap: wrap;
    padding: 114rem 0rem;
    position: relative;
    margin-bottom: 114rem;
    padding-bottom: 0rem;

}

.index03bg .con02 ul li {
    width: 25%;
    text-align: center;
    margin-bottom: 104rem;
}

.index03bg .con02 ul li a:hover {
    color: #fff;
}

.index03bg .con02 ul li:hover img {
    transform: scale(1.03);
}

.index03bg .con02 ul li:last-child {
    position: absolute;
    right: 8%;
    bottom: 19rem;
}

.index03bg .con02 ul li img {
    margin-bottom: 41rem;
    transition: transform 3s ease;
}

.index03bg .con02 ul li .title02 {
    font-size: 20rem;
    line-height: 36rem;
    color: #323232;
    margin-bottom: 10rem;
}

.index04bg {
    position: relative;
}

.index04bg img {
    width: 100%;
    height: 1080rem;
    transition: transform 3s ease;
}

.index04bg img:hover {
    transform: scale(1.03);
}

.index04bg .txt {
    position: absolute;
    top: 495rem;
    left: 360rem;
    /* width: 100%; */
    /* height: 100%; */
}

.index04bg .txt .title01 {
    font-size: 60rem;
    color: #fff;
    margin-bottom: 31rem;
    font-family: 'SourceHanSansSCLight'
}

.index04bg .txt .des01 {
    font-size: 20rem;
    line-height: 36rem;
    color: #fff;
    margin-bottom: 82rem;
}

.index04bg .more_btn_common {
    background-color: #fff;
    color: #000;
}

.index04bg .more_btn_common span {
    border-bottom: 1rem solid #000;
}

.footer .m11_footbg {
    padding: 55rem 30rem;
    background: #f0f0f0;
}

.footer .m11_foot_left .m11_foot_des,
.footer .m11_foot_left .certify {
    font-size: 15rem;
    line-height: 33rem;
    color: #44464a;
}

.footer .m11_foot_left .m11_foot_des {
    margin-bottom: 24rem;
}

.footer .m11_foot_left .m11_foot_des a {
    margin-right: 60rem;
    color: #44464a;
}

.footer .m11_foot_left .certify_img,
.footer .m11_foot_left .certify {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .m11_foot_left .certify_img {
    margin-left: 48rem;
}

.footer .m11_foot_left .certify_img img {
    margin-right: 53rem;
    object-fit: contain;
}

.footer .m11_foot,
.footer .m11_foot_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.m11_foot_logo img {
    height: 43rem;
    object-fit: contain;
    width: 219rem;
}

.footer .m11_foot_right_title {
    font-size: 15rem;
    line-height: 19rem;
    color: #44464a;
}

.footer .m11_foot_right_title img {
    margin-left: 5rem;
    margin-bottom: 4rem;

}

.footer .m11_foot_right_img {
    width: 122rem;
    height: 122rem;
    margin-left: 37rem;
}

.footer .m11_foot {
    border-bottom: 1rem solid #ccc;
    padding-bottom: 17rem;
}

.footer .m11_foot .m11_foot_logo {
    margin-bottom: 26rem;
}

.inbanner img {
    height: 1080rem;
}

.aboutUs01bg {
    margin-top: -347rem;
    position: relative;
}

.aboutUs01bg .con01 {
    background-color: #fff;
    padding: 45rem;
    display: flex;
    justify-content: space-between;
}

.aboutUs01bg .con01 .con01_left {
    width: 326rem;
    height: 419rem;
    margin-right: 26rem;
}

.aboutUs01bg .con01 .con01_right {
    flex: 1;
}

.aboutUs01bg .title01 {
    font-size: 75rem;
    text-align: center;
    color: #fff;
    font-family: 'SourceHanSansSCLight'
}

.aboutUs01bg .con01_right .title02 {
    font-size: 60rem;
    color: var(--primary-color);
    margin-bottom: 103rem;
    text-align: right;
    font-family: 'SourceHanSansSCLight'
}

.aboutUs01bg .con01_right .des {
    font-size: 20rem;
    line-height: 36rem;
    color: #323232;
    text-align: left;
}

.aboutUs02bg {
    margin-top: 139rem;
}

.aboutUs02bg .title01 {
    font-size: 20rem;
    line-height: 36rem;
    color: #323232;
}

.aboutUs03bg {
    margin-top: 135rem;
}

.aboutUs03bg .con01 {
    margin-top: 119rem;
    margin-bottom: 126rem;
}

.aboutUs03bg .con01 ul,
.aboutUs03bg .con02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutUs03bg .con02 ul li {
    width: 32%;
}

.aboutUs03bg .con01 ul {
    justify-content: space-around;
}

.aboutUs03bg .des01 {
    font-size: 20rem;
    line-height: 36rem;
    color: #323232;
    text-align: center;
}

.aboutUs03bg .con02 ul li img {
    border-radius: 10rem;
}

.aboutUs04bg {
    margin-top: 180rem;
}

.aboutUs04bg .title01 {
    font-size: 60rem;
    color: var(--primary-color);
    margin-bottom: 71rem;
}

.aboutUs04bg .con01_left {
    margin-right: 45rem;
    margin-left: calc((100% - 1200rem) / 2);
}

.aboutUs04bg .con01_left ul li {
    margin-bottom: 98rem;
}

.aboutUs04bg .con01_left ul li .con02 {
    display: flex;
}

.aboutUs04bg .con01_left ul li .con02 .year {
    font-size: 58rem;
    margin-right: 16rem;
    color: var(--primary-color);
    margin-bottom: 32rem;
}

.aboutUs04bg .con01_left ul li .con02 .keyword,
.aboutUs04bg .con01_left ul li .des01 {
    font-size: 19rem;
    color: var(--primary-color);
}

.aboutUs04bg .con01 {
    display: flex;
}

.aboutUs04bg .con01 .con01_right {
    flex: 1;
}

.aboutUs04bg .con01 .con01_right img {
    width: 100%;
}

.aboutUs05bg {
    padding-top: 153rem;
    height: auto;
    background-size: 100%;
    transition: transform 3s ease;
}

.aboutUs05bg:hover {
    transform: scale(1.03);
}

.aboutUs05bg .title01 {
    font-size: 60rem;
    color: var(--primary-color);
    margin-bottom: 75rem;
}

.aboutUs05bg ul li {
    margin-bottom: 89rem;
}

.aboutUs05bg ul li .con02 {
    display: flex;
    align-items: end;
}

.aboutUs05bg ul li .title01,
.aboutUs05bg ul li .con02 .keyword,
.aboutUs05bg ul li .des01 {
    font-size: 24rem;
    color: #323232;
    margin-bottom: 27rem;
}

.aboutUs05bg ul li .con02 .num {
    font-size: 78rem;
    color: var(--primary-color);
    font-weight: bold;
    margin-right: 17rem;
}

.aboutUs05bg .right {
    float: right;
}

.aboutUs06bg img {
    width: 100%;
}

.inbannerbg {
    position: relative;
}

.inbannerbg .txtbg {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inbannerbg .txtbg .h2 {
    font-size: 75rem;
    color: #fff;
    margin-bottom: 36rem;
    font-family: 'SourceHanSansSCLight';
    word-spacing: 13rem;
}

.contactInbannerbg .txtbg .h2 {
    font-size: 75rem;
    color: #fff;
    margin-bottom: 36rem;
    font-family: 'SourceHanSansSCLight';
    text-shadow: 4rem 2rem 15rem #0000007a;
}

.inbannerbg .txtbg .h3 {
    font-size: 20rem;
    line-height: 36rem;
    color: #fff;
    text-align: center;
    width: 732rem;
    margin: auto;
}

.technology01bg img {
    height: 750rem;
    transition: transform 3s ease;
}

.technology01bg img:hover {
    transform: scale(1.03);
}

.technology02bg {
    padding-top: 128rem;
}

.technology02bg .con01 ul {
    display: flex;
    justify-content: space-between;
}

.technology02bg .con01 ul li {
    width: 187rem;
    text-align: center;
    padding: 31rem 0;
    background-color: #f2f2f2;
}

.technology02bg .con01 ul li img {
    width: 50rem;
    height: 35rem;
    margin-bottom: 39rem;
}

.technology02bg .con01 ul li .title01 {
    font-size: 23rem;
    line-height: 37rem;
    color: var(--primary-color);
    letter-spacing: 32rem;
    text-indent: 32rem;
    padding-bottom: 83rem;
}

.technology02bg .con01 ul li .des {
    font-size: 20rem;
    line-height: 36rem;
    color: #323232;
    padding: 47rem 0 33rem 0;
}

.technology02bg .con02 {
    margin-top: -200rem;
    height: 483rem;
    position: relative;
    z-index: -1;
}

.technology03bg {
    padding-top: 138rem;
}

.technology03bg .title {
    font-size: 60rem;
    color: var(--primary-color);
    margin-bottom: 54rem;
}

.technology03bg .con01 {
    width: 100%;
    height: 206rem;
    background-color: #f2f2f2;
    padding: 22rem 0rem;
}

.technology03bg .con01 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.technology03bg .con01 ul li {
    width: 125rem;
    height: 162rem;
    background-color: #fff;
    text-align: center;
    transition: transform 3s ease;
}

.technology03bg .con01 ul li:hover {
    transform: scale(1.03);
}

.technology03bg .con01 ul li img {
    width: 55rem;
    height: 54rem;
    background-color: #fff;
    margin-bottom: 31rem;
    margin-top: 32rem;
}

.technology03bg .con01 ul li .title01 {
    font-size: 20rem;
    color: #323232;
}

.technology03bg .con02 {
    margin-top: 142rem;
}

.technology03bg .con02 ul li {
    margin-bottom: 191rem;
    display: flex;
    align-items: center;
    justify-content: right;
}

.technology03bg .con02 ul li:nth-child(2n) {
    flex-direction: row-reverse;
    justify-content: left;
}

.technology03bg .con02 ul li:nth-child(2n) .left {
    margin-right: calc((100% - 1500rem) / 2);
    margin-left: 15%;
    text-align: left;
}


.technology03bg .con02 ul li .des {
    /* width: 70%; */
    font-size: 20rem;
    text-align: justify;
    color: #323232;
}

.technology03bg .con02 ul li .left {
    width: 474rem;
    margin-left: calc((100% - 1200rem) / 2);
    margin-left: 0;
    margin-right: 15%;
    float: right;
    flex: none;
}

.technology03bg .con02 ul li .right img {
    /* width: 812rem; */
    width: 100%;
    height: 419rem;
}

.technology03bg .con02 ul li .right {
    position: relative;
    width: 42%;
}

.technology03bg .con02 ul li .right .txt {
    position: absolute;
    top: 74rem;
    left: 44rem;
}

.technology03bg .con02 ul li:nth-child(2n) .txt {
    position: absolute;
    bottom: 86rem;
    right: 41rem;
    top: auto;
    left: auto;
    text-align: right;
}

.technology03bg .con02 ul li:nth-child(3) .txt {
    position: absolute;
    bottom: 86rem;
    top: auto;
}

.technology03bg .con02 ul li:nth-child(5) .txt {
    position: absolute;
    bottom: 86rem;
    top: auto;
}

.technology03bg .con02 ul li .right .txt .title02,
.technology03bg .con02 ul li .left .title02 {
    font-size: 58rem;
    margin-bottom: 4rem;
    color: var(--primary-color);
}

.technology03bg .con02 ul li .right .txt .des02,
.technology03bg .con02 ul li .left .des02 {
    font-size: 20rem;
    color: var(--primary-color);
    margin-bottom: 40rem;
}



.product_swiper {
    position: relative;
    padding-bottom: 147rem;
}

.product_swiper .swiper-container {}

.product_swiper .swiper-slide {
    position: relative;
    z-index: 1;
    text-align: center;
}

.product_swiper .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.product_swiper .swiper-slide .img {
    position: relative;
    background: #eae8e4;
}

.product_swiper .swiper-slide .img img {
    width: 301rem;
    height: 301rem;
    margin: auto auto;
    transition: all .3s ease;
    object-fit: contain;
}

.product_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.product_swiper .swiper-slide .txtbg {
    width: 100%;
}

.product_swiper .swiper-slide .txt {
    padding: var(--20rem) 5%;
    color: #fff;
}

.product_swiper .swiper-slide .txt .h2 {
    font-size: 30rem;
    line-height: 1.5em;
    height: 1.5em;
    margin-top: 37rem;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product_swiper .swiper-slide .txt .h3 {
    display: none;
}

.product_swiper .swiper-pagination {
    width: 100%;
    height: 10rem;
    bottom: 0;
}

.product_swiper .swiper-pagination span {
    display: inline-block;
    vertical-align: top;
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    margin: 0 8rem;
    background: #000;
    opacity: .5;
    transition: all .3s ease;
}

.product_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20rem;
    background: var(--primary-color);
    opacity: 1;
}

.product_swiper .swiper-button-prev,
.product_swiper .swiper-button-next {
    width: 60rem;
    height: 60rem;
    margin-top: -30rem;
    /* background-color: rgba(0, 0, 0, .5);
    background-size: 15rem 30rem; */
    background-size: 42rem 42rem;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 8rem;
}

.product_swiper .swiper-button-prev {
    left: 0;
    transform: translateX(-100%);
}

.product_swiper .swiper-button-next {
    right: 0;
    transform: translateX(100%);
}

.product_swiper:hover .swiper-button-prev,
.product_swiper:hover .swiper-button-next {
    opacity: .7;
    transform: translateX(0) !important;
}

.product_swiper .swiper-button-prev:hover,
.product_swiper .swiper-button-next:hover {
    opacity: 1;
}

@media(max-width:999px) {
    .product_swiper .swiper-slide .txt {
        padding: 10rem 5%;
    }

    .product_swiper .swiper-slide .txt .h2 {
        font-size: 14rem;
        line-height: 1.5em;
        height: 1.5em;
    }

    .product_swiper .swiper-button-prev,
    .product_swiper .swiper-button-next {
        width: 40rem;
        height: 40rem;
        margin-top: -20rem;
    }
}

.product02bg .swiper-button-next,
.product02bg .swiper-button-prev {
    background-size: 30rem 30rem;
    opacity: 0;
}

.product02bg li .left:hover .swiper-button-prev,
.product02bg li .left:hover .swiper-button-next {
    opacity: .7;
    transform: translateX(0) !important;
}

.product02bg .swiper-button-prev:hover,
.product02bg .swiper-button-next:hover {
    opacity: 1;
}

.case01bg .swiper-button-next,
.case01bg .swiper-button-prev,
.case03bg .swiper-button-next,
.case03bg .swiper-button-prev,
.caseDetail01bg .swiper-button-next,
.caseDetail01bg .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44rem;
    height: 44rem;
    margin-top: -22rem;
    z-index: 10;
    cursor: pointer;
    background-size: 44rem 44rem;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

.case01bg .swiper-button-next,
.caseDetail01bg .swiper-button-next {
    right: 300rem;
}

.case01bg:hover .swiper-button-prev,
.case01bg:hover .swiper-button-next,
.case03bg:hover .swiper-button-prev,
.case03bg:hover .swiper-button-next,
.caseDetail01bg:hover .swiper-button-prev,
.caseDetail01bg:hover .swiper-button-next {
    opacity: .7;
    transform: translateX(0) !important;
}

.case01bg .swiper-button-prev:hover,
.case01bg .swiper-button-next:hover,
.case03bg .swiper-button-prev:hover,
.case03bg .swiper-button-next:hover,
.caseDetail01bg .swiper-button-prev:hover,
.caseDetail01bg .swiper-button-next:hover {
    opacity: 1;
}

.case03bg .swiper-button-prev {
    left: calc((100% - 1200rem) / 2);
}

.case03bg .swiper-button-next {
    right: calc((100% - 1200rem) / 2);
}

.product01bg {
    padding: 0rem 91rem;
    background-color: #f7f6f5;
}

.product01bg .title01 {
    padding-top: 103rem;
    font-size: 60rem;
    color: #323232;
    margin-bottom: 30rem;
    font-family: 'SourceHanSansSCLight'
}

.product01bg .des01 {
    font-size: 20rem;
    color: #494848;
    line-height: 36rem;
}

.product01bg .con02 {
    margin-top: 90rem;
}

.product02bg {
    padding: 90rem 0rem;
}

.product02bg ul li {
    margin-bottom: 90rem;
    display: flex;
    justify-content: space-between;
}

.product02bg ul li .left {
    width: 46%;
    padding-left: calc((100% - 1200rem - 180rem) / 2);
    background-color: #f7f6f5;
    min-height: 440rem;
}

.product02bg ul li:nth-child(2n) .left {
    padding-left: 0rem;
}

.product02bg ul li .left .swiper-container {
    height: 100%;
    text-align: center;
}

.product02bg ul li:before {
    content: '';
    clear: both;
    display: block;
}

.product02bg ul li .left img {
    width: auto;
    height: 100%;
    object-fit: contain;
    max-height: 440rem;
}

.product02bg ul li .right {
    width: 54%;
    float: right;
    padding-left: 59rem;
    padding-right: calc((100% - 1200rem)/2);
}

.product02bg ul li .right .pro_con_item,
.product02bg ul li .right .pro_con_item2 {
    display: flex;
    border-bottom: 1rem solid #f6f6f6;
    padding-bottom: 19rem;
    margin-bottom: 19rem;
}

.product02bg ul li .right .pro_con_item2 {
    border-bottom: 0rem;
    padding-bottom: 0rem;
    margin-bottom: 8rem;
}

.product02bg ul li .right .pro_con_item .pro_con_item_img,
.product02bg ul li .right .pro_con_item2 .pro_con_item_img2 {
    font-size: 20rem;
    color: rgb(85, 132, 184);
    flex: none;
}

.product02bg ul li .right .pro_con_item2 .pro_con_item_img2 {
    /* margin-left: 135rem; */
    margin-right: 16rem;
}

.product02bg ul li .right .pro_con_item .pro_con_item_right,
.product02bg ul li .right .pro_con_item2 .pro_con_item_right {
    font-size: 20rem;
    color: rgb(73, 72, 72);
}

.product02bg ul li .right .pro_con_item:last-child {
    border-bottom: none;
}

.product02bg ul li .right .title01 {
    font-size: 40rem;
    color: #000;
    margin-bottom: 36rem;
    margin-left: 20rem;
}

.product02bg ul li:last-child .right .title01 {
    margin-left: 0rem;
}

.product02bg ul li .right .des02 {
    font-size: 20rem;
    color: #494848;
    line-height: 36rem;
}

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

.product02bg ul li:nth-child(2n) .right {
    padding-right: 0rem;
    padding-left: calc((100% - 1200rem)/2);
}

.contactInbannerbg {
    height: 649rem;
}

.contactInbannerbg img {
    height: 100%;
}

.contact01bg {
    padding-top: 98rem;
}

.contact01bg .title {
    font-size: 40rem;
    color: #000;
    margin-bottom: 35rem;
    text-align: center;
}

.contact01bg .title img {
    width: 18rem;
    height: 21rem;
    margin-left: 18rem;
}

.contact01bg .des {
    font-size: 20rem;
    color: #494848;
    line-height: 36rem;
    text-align: center;
}

.message1 {
    margin-top: 60rem;
}

.message1 form ul li .txt {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0rem;
    height: 100%;
    left: 18rem;
}

.message1 form ul li .txt .contact_img {
    width: 20rem;
}

.message1 form ul li {
    position: relative;
}

.message1 form .input_text::placeholder,
.message1 form textarea::placeholder {
    color: #c0c0c0;
    font-size: 16rem;
    opacity: 1;
}

.message1 form .input_text {
    text-indent: 3em;
    height: 52rem;
    border-radius: 0rem;
}

.message1 form textarea {
    text-indent: 3em;
    border-radius: 0rem;

}

.message1 form ul li .textarea_txt {
    position: absolute;
    top: 10rem;
    height: 100%;
    left: 18rem;
}

.message1 form ul li .textarea_txt .contact_img {
    width: 20rem;
}

.contact02bg ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact02bg ul li {
    border: 2rem solid #eeeeee;
    height: 350rem;
    width: 31.2%;
    padding: 30rem;
    box-sizing: border-box;
    padding-top: 97rem;
    text-align: center;
}

.contact02bg ul li:nth-child(1) .phone {
    font-size: 40rem;
    margin-top: 33rem;
    margin-bottom: 9rem;
    color: #000;
}

.contact02bg ul li:nth-child(1) .phone_txt {
    font-size: 20rem;
    color: #494848;
}

.contact02bg ul li:nth-child(2) .title,
.contact02bg ul li:nth-child(3) .title {
    font-size: 20rem;
    color: #000;
    margin-bottom: 39rem;
}

.contact02bg ul li:nth-child(2) .des,
.contact02bg ul li:nth-child(3) .des {
    font-size: 20rem;
    color: #494848;
    line-height: 28rem;
    margin-bottom: 26rem;
}

.contact02bg ul li:nth-child(2) .content,
.contact02bg ul li:nth-child(3) .content {
    font-size: 20rem;
    color: #494848;
    line-height: 28rem;
}

.contact02bg {
    margin-bottom: 98rem;
    margin-top: 39rem;
}

.contact03bg .map {
    width: 100%;
    height: 473rem;
}

.caseInbannerbg .txtbg .h3 {
    width: 100%;
}

.caseInbannerbg img {
    height: 949rem;
    transition: transform 3s ease;
}

.caseInbannerbg img:hover {
    transform: scale(1.03);
}

.case01bg,
.case02bg {
    background-color: #f7f6f5;
    padding: 98rem 0rem;
}

.case01bg {
    background-color: #fff;
}

.case01bg .title01,
.case02bg .title02 {
    font-size: 60rem;
    color: #a4a4a4;
    margin-bottom: 76rem;
}

.case01bg .des01,
.case02bg .des02 {
    font-size: 40rem;
    color: #000;
}

.case01bg .des01 img,
.case02bg .des02 img {
    margin-left: 14rem;
}

.case01bg .con01 {
    margin-top: 56rem;
    margin-left: calc((100% - 1200rem)/2);
}

.case01bg .con01 .swiper-con {
    display: flex;
    align-items: center;
}

.case01bg .con01 .swiper-con .left img {
    width: 654rem;
    height: 802rem;
}

.case01bg .con01 .swiper-con .right {
    padding: 151rem 70rem;
}

.case01bg .con01 .swiper-con .right {
    padding: 151rem 70rem;
    width: 546rem;
}

.case01bg .con01 .swiper-con .right .title {
    font-size: 24rem;
    color: #000;
    margin-bottom: 20rem;
}

.case01bg .con01 .swiper-con .right .keyword {
    font-size: 40rem;
    color: #000;
    margin-bottom: 62rem;
}

.case01bg .con01 .swiper-con .right .des {
    font-size: 20rem;
    color: #494848;
    margin-bottom: 106rem;
}

.case01bg .con01 .swiper-con .right .btn,
.case02bg .con01 ul li .right .btn {
    font-size: 20rem;
    color: #000;
    display: flex;
    align-items: center;
}

.case01bg .con01 .swiper-con .right .btn img,
.case02bg .con01 ul li .right .btn img {
    margin-left: 18rem;
}

.case02bg {
    padding-bottom: 1rem;
    /* background-image: url(/images/icon11.png);
    background-size: 100%; */
}

.case02bg .con01 {
    margin-top: 56rem;
}

.case02bg .con01 ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 106rem;
    justify-content: space-between;
}

.case02bg .con01 ul li .left img {
    width: 521rem;
    height: 607rem;
    transition: transform 3s ease;
}

.case02bg .con01 ul li .left img:hover {
    transform: scale(1.03);
}

.case02bg .con01 ul li .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0rem 78rem;
    width: 50%;
}

.case02bg .con01 ul li .right .title {
    font-size: 40rem;
    color: #000;
    margin-bottom: 82rem;
}

.case02bg .con01 ul li .right .content {
    font-size: 20rem;
    color: #494848;
    margin-bottom: 60rem;
    line-height: 24rem;
}

.case02bg .con01 ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.case03bg {
    padding: 98rem 0rem;
    background-color: #fff;

}

.case03bg .wapper1 span {
    font-size: 30rem;
    color: #a4a4a4;
}

.case03bg .wapper1 .title03 {
    font-size: 30rem;
    color: #000;
    margin-right: 18rem;
}

.case03bg .wapper1 .des03 {
    font-size: 30rem;
    color: #a4a4a4;
    margin-left: 18rem;
}

.case03bg .con01 {
    margin-top: 55rem;
}

.case03bg .con01 .img {
    width: 100%;
    height: 379rem;
}

.case03bg .con01 .title {
    font-size: 30rem;
    color: #000;
    margin-top: 30rem;
    text-align: center;
}

.case03bg .con01 .swiper-img {
    position: relative;
}

.case03bg .con01 .swiper-con {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0rem;
    flex-direction: column;
    display: flex;
    opacity: 0;
    transition: all .3s ease;
}

.case03bg .con01 .swiper-con img {
    width: 59rem;
    height: 59rem;
    object-fit: contain;
    transition: all .5s ease;

}

.case03bg .con01 .swiper-con .btn {
    font-size: 16rem;
    color: #fff;
    margin-top: 14rem;
}

.case03bg .con01 .swiper-slide:hover .swiper-con {
    /* display: flex; */
    opacity: 1;


}

.caseDetail01bg {
    padding: 98rem 0rem;
}

.caseDetail01bg .title_con img {
    margin-right: 13rem;
    width: 18rem;
    height: 21rem;
    object-fit: contain;
}

.caseDetail01bg .title_con {
    font-size: 20rem;
    color: #070707;
    margin-bottom: 39rem;
}

.caseDetail01bg .title_con .title_cn {
    margin-right: 15rem;
}

.caseDetail01bg .title_con .title_en {
    margin-left: 15rem;
}

.caseDetail01bg .content01,
.caseDetail01bg .content02,
.caseDetail01bg .content03 {
    font-size: 20rem;
    color: #494848;
    line-height: 36rem;
}

.caseDetail01bg .con02 {
    margin-left: calc((100% - 1200rem)/2);
    margin-bottom: 78rem;
}

.caseDetail01bg .con02 img {
    height: 565rem;
    width: 100%;
}

.technology03bg .con01 ul li a {
    width: 100%;
    display: block;
    height: 100%;
}

.swiper-button-prev {
    background-image: url(/images/icon13.png);
}

.swiper-button-next {
    background-image: url(/images/icon12.png);
}

@media (max-width:1801px) {
    .technology03bg .con02 ul li .left {
        margin-right: 11%;
    }

    .technology03bg .con02 ul li:nth-child(2n) .left {
        margin-left: 11%;
    }
}



@media (max-width:1601px) {
    .technology03bg .con02 ul li .left {
        margin-left: 14%;
    }
}

@media (max-width: 1551px) {
    .index03bg .con01 ul li {
        margin-right: 75rem;
    }
}

@media (max-width:1401px) {
    .technology03bg .con02 ul li .right {
        position: relative;
        width: 44%;
    }

    .wapper1 {
        width: 1000rem;
    }

    .index03bg .con01 {
        margin-left: calc((100% - 1112rem) / 2);
    }

    .index03bg .con01 ul li {
        margin-right: 44rem;
    }
}

@media (max-width:1301px) {

    .index03bg .con01 ul li img {
        margin-right: 12rem;
    }

    .index03bg .con01 ul li {
        margin-right: 57rem;
    }
}

@media (max-width: 1167px) {
    .index03bg .con01 ul li {
        margin-right: 55rem;
    }
}

@media (max-width: 1130px) {
    .index03bg .con01 ul li {
        margin-right: 52rem;
    }
}

@media (max-width: 1120px) {
    .index03bg .con01 ul li {
        margin-right: 50rem;
    }
}

@media (max-width: 1100px) {
    .index03bg .con01 ul li {
        margin-right:45rem;
    }
}

@media (max-width: 1056px) {
    .index03bg .con01 ul li {
        margin-right:43rem;
    }
}

@media (max-width: 1101px) {}

.m11_foot_right_img2 {
    display: none;
}

@media (max-width: 999px) {
    .banner .swiper-slide img {
        height: auto;
    }

    .index03bg .con01 ul {
        flex-wrap: wrap;
    }

    .index03bg .con01 {
        margin-left: 0rem;
    }

    .index01bg .index02 .wapper1,
    .index01bg .index01 .wapper1 {
        padding-left: 0rem;
    }

    .index01bg .index02,
    .index03bg .con01 {
        height: auto;
    }

    .index01bg {
        padding-top: 60rem;
    }

    .index01bg .index01 .title01,
    .index02bg .title01,
    .index03bg .title01,
    .index04bg .txt .title01,
    .aboutUs01bg .title01,
    .aboutUs01bg .con01_right .title02,
    .aboutUs04bg .title01,
    .aboutUs05bg .title01,
    .aboutUs05bg ul li .con02 .num,
    .inbannerbg .txtbg .h2,
    .technology03bg .title {
        font-size: 30rem;
    }

    .index01bg .index01 .des,
    .index03bg .con01 ul li span {
        font-size: 20rem;
    }

    .index01bg .index02 .content,
    .index02bg .des01,
    .index03bg .des01,
    .aboutUs01bg .con01_right .des,
    .aboutUs02bg .title01,
    .aboutUs03bg .des01,
    .inbannerbg .txtbg .h3,
    .technology03bg .con02 ul li .des,
    .technology03bg .con01 ul li .title01 {
        color: #323232;
        font-size: 17rem;
        width: 100%;
    }

    .index03bg .des01,
    .aboutUs01bg .con01_right .des,
    .aboutUs02bg .title01,
    .aboutUs03bg .des01,
    .inbannerbg .txtbg .h3 {
        line-height: 29rem;
    }

    .index01bg .img {
        position: static;
        margin-top: 10rem;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .index01bg .img .left_name {
        margin-left: -99rem;
    }

    .index01bg .img img {
        width: 90%;
        height: auto;
    }

    .index02bg,
    .index03bg {
        padding-top: 80rem;
    }

    .index02bg .title01 {
        margin-bottom: 26rem;
    }

    .index02bg .des01 {
        margin-bottom: 20rem;
        line-height: 29rem;
    }

    .index03bg .con01 {
        padding: 10rem 23rem;
        padding-top: 20rem;
    }

    .index03bg .con01 ul li {
        margin-right: 0rem;
        width: 50%;
        margin-bottom: 10rem;
    }

    .index03bg .con02 ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 30rem;
    }

    .index03bg .con02 ul {
        padding: 44rem 0rem;
    }

    .index03bg .con02 ul li img {
        margin-bottom: 13rem;
        width: 80%;
    }

    .index03bg .con02 ul li:last-child {
        /* position: static; */
        bottom: 62rem;
        right: 0rem;
    }

    .index03bg .more_btn_common {
        float: left;
    }

    .index03bg .con02 ul {
        margin-bottom: 10rem;
    }

    .index04bg img {
        width: 100%;
        height: 300rem;
    }

    .index04bg .txt {
        position: absolute;
        top: 50rem;
        left: 30rem;
        width: 100%;
        /* height: 100%; */
    }

    .index04bg .txt .title01 {
        color: #fff;
        margin-bottom: 18rem;
    }

    .index04bg .txt .des01 {
        font-size: 17rem;
        line-height: 29rem;
        color: #fff;
        margin-bottom: 19rem;
    }

    .footer .m11_footbg {
        padding: 35rem 0rem;
    }

    .footer .m11_foot .m11_foot_logo {
        margin-bottom: 13rem;
    }

    .footer .m11_foot_left .m11_foot_des {
        margin-bottom: 9rem;
    }

    .footer .m11_foot_left .certify_img {
        margin-left: 28rem;
        flex: 1;
    }

    .footer .m11_foot_left .certify_img img {
        margin-right: 14rem;
        object-fit: contain;
        width: 19%;
        height: 40rem;
    }

    .footer .m11_foot_right_img {
        width: 58rem;
        height: 58rem;
        margin-left: 22rem;
        object-fit: contain;
    }

    .footer .m11_foot_right {
        margin-top: 10rem;
    }

    .inbanner img {
        height: auto;
    }

    .aboutUs01bg {
        margin-top: -93rem;
        position: relative;
    }

    .aboutUs01bg .con01 {
        background-color: #fff;
        padding: 30rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .aboutUs01bg .con01 .con01_left {
        width: 100%;
        height: 391rem;
        margin-right: 0rem;
    }

    .aboutUs01bg .con01_right .title02 {
        margin-bottom: 23rem;
        text-align: center;
    }

    .aboutUs01bg .con01_right .des {
        text-align: left;
    }

    .aboutUs02bg,
    .aboutUs03bg,
    .aboutUs03bg .con01,
    .aboutUs04bg {
        margin-top: 39rem;
    }

    .aboutUs03bg .con01 {
        margin-bottom: 39rem;
    }

    .aboutUs03bg .con01 ul {
        justify-content: space-between;
    }

    .aboutUs04bg .title01 {
        margin-bottom: 40rem;
    }

    .aboutUs04bg .con01 {
        display: flex;
        flex-wrap: wrap;
    }

    .aboutUs04bg .con01_left {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        padding: 0rem 20rem;
    }

    .aboutUs04bg .con01_left ul li {
        margin-bottom: 30rem;
    }

    .aboutUs04bg .con01_left ul li .con02 .year {
        font-size: 30rem;
        margin-right: 16rem;
        color: var(--primary-color);
        margin-bottom: 7rem;
    }

    .aboutUs04bg .con01_left ul li .con02 .keyword,
    .aboutUs04bg .con01_left ul li .des01 {
        font-size: 16rem;
        color: var(--primary-color);
    }

    .aboutUs04bg .con01 .con01_right {
        width: 100%;
        flex: none;
    }

    .aboutUs05bg {
        padding-top: 53rem;
        height: 497rem;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .aboutUs05bg .right {
        float: none;
    }

    .aboutUs05bg .title01 {
        margin-bottom: 26rem;
    }

    .aboutUs05bg ul li {
        margin-bottom: 21rem;
    }

    .aboutUs05bg ul li .title01,
    .aboutUs05bg ul li .con02 .keyword,
    .aboutUs05bg ul li .des01 {
        font-size: 17rem;
        color: #323232;
        margin-bottom: 11rem;
    }

    .aboutUs05bg ul li .con02 .num {
        margin-right: 12rem;
    }

    .technology01bg img {
        height: 300rem;
    }

    .inbannerbg .txtbg .h2 {
        margin-bottom: 11rem;
    }

    .inbannerbg .txtbg .h3 {
        width: 90%;
        margin: auto;
    }

    .technology02bg {
        padding-top: 30rem;
    }

    .technology02bg .con01 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .technology02bg .con01 ul li {
        width: 47%;
        text-align: center;
        padding: 20rem 0;
        background-color: #f2f2f2;
        margin-bottom: 20rem;
    }

    .technology02bg .con01 ul li img {
        width: 15rem;
        height: 28rem;
        margin-bottom: 23rem;
    }

    .technology02bg .con01 ul li .title01 {
        font-size: 20rem;
        line-height: 37rem;
        color: var(--primary-color);
        letter-spacing: 32rem;
        text-indent: 32rem;
        padding-bottom: 0rem;
    }

    .technology02bg .con01 ul li .des {
        font-size: 17rem;
        line-height: 29rem;
        color: #323232;
        padding: 14rem 0 0rem 0;
    }

    .technology02bg .con02 {
        margin-top: 0rem;
        height: auto;
        position: relative;
        z-index: -1;
    }

    .technology03bg {
        padding-top: 38rem;
    }

    .technology03bg .title {
        margin-bottom: 30rem;
    }

    .technology03bg .con01 {
        width: 100%;
        height: auto;
        background-color: #f2f2f2;
        padding: 22rem 0rem;
        padding-bottom: 0rem;
    }

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

    .technology03bg .con01 ul li {
        width: 47%;
        height: 162rem;
        background-color: #fff;
        text-align: center;
        margin-bottom: 20rem;
    }

    .technology03bg .con02 {
        margin-top: 32rem;
        padding: 0rem 20rem;
    }

    .technology03bg .con02 ul li {
        margin-bottom: 31rem;
        flex-wrap: wrap;
    }

    .technology03bg .con02 ul li .left {
        width: 100%;
        margin-left: 0;
        margin-right: 0rem;
    }

    .technology03bg .con02 ul li .right img {
        width: 100%;
        height: 257rem;
    }

    .technology03bg .con02 ul li .right .txt {
        position: absolute;
        top: 74rem;
        left: 15rem;
    }


    .technology03bg .con02 ul li:nth-child(2n) .txt {
        right: 16rem;
    }

    .technology03bg .con02 ul li .right .txt .title02 {
        font-size: 28rem;
        margin-bottom: 20rem;
        color: #fff;
    }

    .technology03bg .con02 ul li .right .txt .des02 {
        font-size: 16rem;
        color: #fff;
    }

    .inbannerbg .txtbg .h3 {
        color: #fff;
    }

    .product01bg {
        padding: 0rem 0rem;
    }

    .product01bg .title01 {
        padding-top: 30rem;
        font-size: 30rem;
        color: #323232;
        margin-bottom: 20rem;
    }

    .product01bg .des01 {
        font-size: 17rem;
        color: #494848;
        line-height: 29rem;
    }

    .product01bg .con02 {
        margin-top: 30rem;
    }

    .product_swiper .swiper-slide .img img {
        width: 301rem;
        height: 200rem;
        margin: auto auto;
        transition: all .3s ease;
        object-fit: contain;
    }

    .product_swiper .swiper-slide .txt .h2 {
        margin-top: 9rem;
    }

    .product_swiper {
        position: relative;
        padding-bottom: 47rem;
    }

    .product02bg {
        padding: 30rem 0rem;
    }

    .product02bg ul li {
        margin-bottom: 30rem;
        display: flex;
        flex-wrap: wrap;
    }

    .product02bg ul li .left {
        width: 100%;
        float: left;
        padding-left: 0;
        background-color: #f7f6f5;
        min-height: auto;
    }

    .product02bg ul li .right {
        width: 100%;
        float: left;
        padding-left: 20rem;
        padding-right: 20rem;
        padding-top: 30rem;

    }

    .product02bg ul li .right .pro_con_item {
        flex-wrap: wrap;
    }

    .product02bg ul li .right .pro_con_item .pro_con_item_right {
        font-size: 18rem;
        margin-top: 7rem;
    }

    .product02bg ul li .right .title01 {
        font-size: 30rem;
        color: #000;
        margin-bottom: 20rem;
    }

    .product02bg ul li .right .des02 {
        font-size: 17rem;
        color: #494848;
        line-height: 36rem;
    }

    .product02bg ul li:nth-child(2n) .right {
        padding-right: 0rem;
        padding-left: 20rem;
    }

    .caseInbannerbg img {
        height: 400rem;
    }

    .case01bg .des01,
    .case02bg .des02 {
        font-size: 23rem;
        color: #000;
    }

    .case01bg .title01,
    .case02bg .title02 {
        font-size: 30rem;
        color: #a4a4a4;
        margin-bottom: 20rem;
    }

    .case01bg,
    .case02bg {
        padding: 40rem 0rem;
    }

    .case01bg .con01 {
        margin-top: 36rem;
        margin-left: 0;
    }

    .case01bg .con01 .swiper-con .left img {
        width: 100%;
        height: 337rem;
        object-fit: contain;
    }

    .case01bg .con01 .swiper-con {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .case01bg .con01 .swiper-con .right {
        padding: 20rem 20rem;
        width: 100%;
    }

    .case01bg .con01 .swiper-con .right .title {
        font-size: 18rem;
        color: #000;
        margin-bottom: 20rem;
    }

    .case01bg .con01 .swiper-con .right .keyword {
        font-size: 24rem;
        color: #000;
        margin-bottom: 20rem;
    }

    .case01bg .con01 .swiper-con .right .des {
        font-size: 17rem;
        color: #494848;
        margin-bottom: 30rem;
    }

    .case01bg .con01 .swiper-con .right .btn,
    .case02bg .con01 ul li .right .btn {
        font-size: 17rem;
        color: #000;
        display: flex;
        align-items: center;
    }

    .case01bg .con01 .swiper-con .left {
        width: 100%;
    }

    .case02bg .con01 {
        margin-top: 30rem;
    }

    .case02bg .con01 ul li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0rem;
    }

    .case02bg .con01 ul li .left img {
        width: 100%;
        height: auto;
    }

    .case02bg .con01 ul li .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20rem 0rem;
        width: 100%;
    }

    .case02bg .con01 ul li .right .title {
        font-size: 25rem;
        color: #000;
        margin-bottom: 20rem;
    }

    .case02bg .con01 ul li .right .content {
        font-size: 17rem;
        color: #494848;
        margin-bottom: 30rem;
        line-height: 24rem;
    }

    .case03bg {
        padding: 30rem 0rem;
        background-color: #fff;
    }

    .case03bg .con01 {
        margin-top: 30rem;
    }

    .case03bg .con01 .img {
        width: 100%;
        height: 249rem;
    }

    .case03bg .con01 .title {
        font-size: 25rem;
        color: #000;
        margin-top: 30rem;
        text-align: center;
    }

    .case03bg .wapper1 .title03 {
        font-size: 23rem;
        color: #000;
        margin-right: 18rem;
    }

    .case03bg .wapper1 .des03 {
        font-size: 23rem;
        color: #a4a4a4;
        margin-left: 18rem;
    }

    .caseDetail01bg {
        padding: 30rem 0rem;
    }

    .caseDetail01bg .title_con {
        font-size: 20rem;
        color: #070707;
        margin-bottom: 27rem;
    }

    .caseDetail01bg .content01,
    .caseDetail01bg .content02,
    .caseDetail01bg .content03 {
        font-size: 17rem;
        color: #494848;
        line-height: 36rem;
    }

    .caseDetail01bg .con02 {
        margin-left: 0;
        margin-bottom: 78rem;
    }

    .caseDetail01bg .con02 img {
        height: 233rem;
        width: 100%;
    }

    .caseDetail01bg .con02 {
        margin-left: 0;
        margin-bottom: 30rem;
    }

    .contactInbannerbg {
        height: auto;
    }

    .contact01bg {
        padding-top: 30rem;
    }

    .contact01bg .title {
        font-size: 25rem;
        color: #000;
        margin-bottom: 24rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact01bg .des {
        font-size: 17rem;
        color: #494848;
        line-height: 29rem;
        text-align: center;
    }

    .contact02bg {
        margin-bottom: 30rem;
        margin-top: 39rem;
    }

    .contact02bg ul li {
        border: 2rem solid #eeeeee;
        height: auto;
        width: 100%;
        padding: 30rem;
        box-sizing: border-box;
        padding-top: 30rem;
        text-align: center;
        margin-bottom: 20rem;
    }

    .contact02bg ul li:nth-child(1) .phone {
        font-size: 25rem;
        margin-top: 25rem;
        margin-bottom: 9rem;
        color: #000;
    }

    .contact02bg ul li:nth-child(1) .phone_txt {
        font-size: 17rem;
        color: #494848;
    }

    .contact02bg ul li:nth-child(2) .title,
    .contact02bg ul li:nth-child(3) .title {
        font-size: 20rem;
        color: #000;
        margin-bottom: 20rem;
    }

    .contact02bg ul li:nth-child(2) .des,
    .contact02bg ul li:nth-child(3) .des {
        font-size: 17rem;
        color: #494848;
        line-height: 28rem;
        margin-bottom: 20rem;
    }

    .contact02bg ul li:nth-child(2) .content,
    .contact02bg ul li:nth-child(3) .content {
        font-size: 17rem;
        color: #494848;
        line-height: 28rem;
    }

    .message1 {
        margin-top: 35rem;
    }

    .product02bg ul li .right .pro_con_item .pro_con_item_img {
        width: 100%;
    }

    .product02bg ul li .right .pro_con_item2 .pro_con_item_right {
        font-size: 18rem;
    }

    .product02bg ul li .right .pro_con_item2 .pro_con_item_img2 {
        margin-left: 6rem;
        margin-right: 16rem;
    }

    .technology03bg .con02 ul li:nth-child(2n) .left {
        margin-right: 0rem;
        margin-left: 0rem;
    }

    .technology03bg .con02 ul li .des {
        margin-bottom: 10rem;
    }

    .case01bg .swiper-button-next,
    .caseDetail01bg .swiper-button-next {
        right: 9rem;
    }

    .case03bg .swiper-button-next {
        right: 0rem;
        opacity: .7;
    }

    .case03bg .swiper-button-prev {
        opacity: .7;
        left: 0rem;
    }

    .case01bg .swiper-button-next,
    .case01bg .swiper-button-prev,
    .caseDetail01bg .swiper-button-next,
    .caseDetail01bg .swiper-button-prev {
        opacity: .7;
    }

    .technology03bg .con02 ul li .right .txt .title02,
    .technology03bg .con02 ul li .left .title02 {
        font-size: 51rem;
    }

    .technology03bg .con02 ul li .right .txt .des02,
    .technology03bg .con02 ul li .left .des02 {

        margin-bottom: 28rem;
    }

    body {
        min-width: 100%;
    }

    .wapper1 {
        width: 90%;
        min-width: 0;
    }
}