@font-face {
    font-family: "pf";
    src: url(../fonts/pf.eot);
    src: url(../fonts/pf.eot?#font-spider) format("embedded-opentype"),
        url(../fonts/pf.woff2) format("woff2"),
        url(../fonts/pf.woff) format("woff"),
        url(../fonts/pf.ttf) format("truetype"),
        url(../fonts/pf.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    position: relative;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 16px;
}

i,
em,
b {
    font-style: normal;
    font-weight: normal;
    display: block;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
    user-select: none;
}

input,
textarea,
button,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #bfbfbf !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
    /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.mask {
    display: block;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
}

.mask.show {
    display: block;
}

ul {
    margin-bottom: 0;
}

.form-control {
    background-color: transparent;
    border: 1px solid #cbc9c9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #777883;
}

.btn {
    height: 30px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
    box-shadow: none;
    display: inline-block;
    padding: 0 20px;
    background-color: #1abdb2;
    color: #eaeaea !important;
    -webkit-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: none;
}

.btn[disabled="disabled"],
.btn[disabled="true"] {
    cursor: not-allowed;
}

.btn.primary-btn {
    background-color: #2c4c8d;
}

.btn.primary-btn:hover {
    background-color: #3d63ae;
}

.btn.danger-btn {
    background-color: #984b3c;
}

.btn.danger-btn:hover {
    background-color: #ac5443;
}

.btn.info-btn {
    background-color: #705b39;
}

.btn.info-btn:hover {
    background-color: #91764b;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.red {
    color: red;
}

html.show,
body.show {
    overflow: hidden;
    height: 100%;
}

#app {
    transition: all 0.3s ease-out;
    overflow: hidden;
}

#app.show {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
    width: 100vw;
    height: 100vh;
}

#mobileMenu {
    position: fixed;
    left: -200px;
    top: 0;
    margin: 0;
    width: 200px;
    height: 100vh;
    background: #d9662b;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 910;
}

#mobileMenu.show {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
}

#mobileMenu .hello {
    padding: 8px;
    line-height: 54px;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #fff;
}

#mobileMenu .menu {
    padding-top: 15px;
}

#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 36px;
}

#mobileMenu .menu a.user {
    padding-left: 0;
    text-align: center;
    background: #2e3e60;
    color: #fff;
    margin: 5px 0;
}

#mobileMenu .menu .mbchild {
    width: auto !important;
    opacity: 1 !important;
}

#mobileMenu .menu .mbchild a {
    padding-left: 35px;
}

#mobileMenu .menu a:hover,
#mobileMenu .menu a.active {
    text-decoration: none;
    background: rgba(224, 211, 176, 0.4);
}

#navToggle {
    display: block;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    padding: 0;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    position: absolute;
    left: 0.5rem;
}

#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #f8c80f;
    position: absolute;
    display: block;
    content: "";
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}

#navToggle::before {
    margin-top: -7px;
}

#navToggle::after {
    margin-top: 7px;
}

#navToggle.show span {
    opacity: 0;
}

#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mb-menu {
    position: fixed;
    left: -260px;
    top: 0;
    margin: 0;
    width: 260px;
    height: 100vh;
    background-color: #02489e;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: 910
}

#mb-menu {
    display: none !important;
}

#mb-menu.show,
#menu.show {
    -webkit-transform: translateX(260px);
    transform: translateX(260px)
}

.mm-listview .active {
    background: rgba(255, 255, 255, 0.5);
}

.mm-listview .lang {
    display: block;
    text-align: center;
    line-height: 1rem;
    margin-top: 0.5rem;
    color: #fff;
    font-size: 0.26rem;
    background: rgba(255, 255, 255, 0.05);
}

.header {
    position: relative;
    z-index: 999;
    background: #181818;
    align-items: center;
    justify-content: space-between;
    height: 0.8rem;
    display: flex;
    -webkit-display: flex;
}

.mb_logo {
    display: block;
    margin: 0 auto;
}

.header img {
    height: 85%;
}

.subnav {
    display: none;
    background: #dc7c3e;
    width: 100% !important;
}

@-webkit-keyframes navMove {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes navMove {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 首页 */
.logo {
    padding-left: 0;
}

.logo img {
    height: 0.42rem;
}

.menu-sub {
    height: 80px;
    line-height: 80px;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 9999;
    color: #fff;
    transition: all 0.5s;
}

.menu-sub.up {
    top: -148px;
}

.menu-sub.down {
    top: 0;
}

.menu {
    padding: 0;
}

.menu ul li {
    position: relative;
    float: left;
    list-style: none;
    padding: 0 20px 0;
    transition: all 0.3s linear;
}

.menu ul li:first-child {
    padding-left: 0;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.menu ul li a {
    font-size: 14px;
    color: #7b7b7b;
}

.menu ul li a:hover {
    color: #010101;
}

.menu ul li.active>a {
    color: #010101;
}

.link {
    padding: 0;
    text-align: left;
}

.link a {
    font-size: 16px;
    color: #7b7b7b;
}

.link a:hover {
    color: #010101 !important;
}

.link span {
    color: #7b7b7b;
}

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

.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
    opacity: 1;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    display: none;
    width: 0.4rem;
    height: 1rem;
    margin-top: -0.5rem;
    border-radius: 3px;
    transition: all 0.3s;
    animation: adBack 3s;
}

@keyframes adBack {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes adBack {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.banner .swiper-button-prev {
    background: #f8c80f url("../images/banner_prev.png") no-repeat center;
    left: 0.3rem;
    background-size: 0.13rem;
}

.banner .swiper-button-next {
    background: #f8c80f url("../images/banner_next.png") no-repeat center;
    right: 0.3rem;
    background-size: 0.13rem;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    opacity: 0.8;
    cursor: pointer;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.48rem;
    text-align: center;
    z-index: 2222;
    margin: 0 auto;
}

.banner .swiper-pagination-bullet {
    background: rgba(1, 1, 1, 0.33);
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.04rem !important;
}

.banner .swiper-pagination-bullet-active {
    background: #010101;
}

/* about us */
.common {
    position: relative;
    height: 2.08rem;
    line-height: 2.08rem;
    text-align: center;
    font-size: 0.23rem;
    color: #fff;
    letter-spacing: 0.01rem;
}

.common .title {
    position: relative;
    overflow: hidden;
}

.common-one {
    overflow: hidden;
    /*padding: 0.9rem 0.7rem;*/
    padding: 0.9rem 0;
}

.common-one .container>em {
    font-size: 0.18rem;
    margin-bottom: 0.48rem;
}

.common-one .container>em span {
    color: #ffb400;
}

.about-banner {
    background: url("../images/about_banner.jpg") no-repeat center;
    background-size: cover;
}

.about .cont {
    color: #878787;
    font-size: 0.15rem;
    line-height: 0.3rem;
}

.about .cont img {
    margin: 0.1rem 0;
}

.about .cont hr {
    border-top: 0.01rem dotted #939393;
}

.about-img{
    display: flex;
    flex-wrap: wrap;
}
.about-img div{
    width: calc(25% - 8px);
    margin-right: calc(8px + 8px / 3);
}
.about-img div:last-child{
    margin-right: 0;
}

/* 新闻中心 */
.news-banner {
    background: url("../images/news_banner.jpg") no-repeat center;
    background-size: cover;
}

.sjs-default>div:nth-child(12n+1) .card-picture,
.sjs-default>div:nth-child(12n+3) .card-picture,
.sjs-default>div:nth-child(12n+7) .card-picture,
.sjs-default>div:nth-child(12n+8) .card-picture,
.sjs-default>div:nth-child(12n+9) .card-picture {
    display: none;
}

.card {
    /* background: #fff;
    border-radius: 6px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1); */
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 0.01rem solid #e0e0e0;
    transition: box-shadow .2s ease-in-out;
}

.card:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0.01rem;
    background: #010101;
    transition: all 0.4s linear;
}

.card-picture {
    display: block;
    width: 100%;
    height: auto;
}

.card-infos {
    padding: 0.23rem 0 0.8rem;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.card-title {
    font-size: 0.16rem;
    color: #434343;
    margin: 0 0 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s linear;
}

.card-text {
    font-size: 0.14rem;
    margin: 0;
    color: #8c8c8c;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-date {
    margin-top: 0.4rem;
    font-size: 0.14rem;
    color: #8c8c8c;
}

.card-date .more {
    float: left;
}

.card-date .date {
    float: right;
}

.card-text--high {
    font-weight: 600;
}

.sortable-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

/* 新闻详情 */
.arrow {
    position: absolute;
    bottom: 0.22rem;
    right: 0;
    line-height: normal;
    text-align: right;
    font-size: 0.12rem;
    color: #939393;
}

.arrow a {
    color: #939393;
}

.arrow i {
    display: inline-block;
}

.arrow .title {
    overflow: hidden;
    position: relative;
}

.arrow .title a {
    color: #737373;
    transition: all 0.4s;
}

.arrow .title a:hover {
    color: #ffb400;
}

.newsinfo {
    padding-top: 0.68rem;
}

.newsinfo .title {
    font-size: 0.22rem;
    color: #000;
    text-align: center;
    margin-bottom: 0.05rem;
}

.newsinfo .title p {
    font-weight: normal;
    font-size: 0.2rem;
    text-transform: inherit;
    color: #fff;
    letter-spacing: inherit;
}

.newsinfo .date {
    text-align: center;
    font-size: 0.14rem;
    color: #838383;
}

.newsinfo .cont {
    margin-top: 0.4rem;
    line-height: 0.35rem;
    font-size: 0.15rem;
    color: #686868;
}

.newsinfo .cont img {
    margin: 0.05rem 0;
}

.news-page {
    border-top: 0.01rem solid #e6e6e6;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
}

.news-page a {
    font-size: 0.16rem;
    color: #686868;
    width: 42%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.news-page a:hover {
    color: #010101;
}

.news-page a:nth-child(2) {
    width: 16%;
    text-align: center;
}

.news-page a:last-child {
    text-align: right;
}

/* 联系我们 */
.contact-banner {
    background: url(../images/contact_banner.jpg) no-repeat center;
    background-size: cover;
}

.contact .cont {
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: #717171;
}

.contact .contact-text {
    text-align: center;
}

.contact .content {
    margin: 0.33rem 0 0.2rem;
    display: none;
}

.content .map {
    height: 3.1rem;
}

.content .map img {
    max-width: inherit;
}

.contact .contact-text div {
    text-align: left;
    padding-left: 1.4rem;
    font-size: 0.15rem;
    color: #757575;
}

.contact .contact-text .left{
    padding: 0;
    width: 100%;
}

.contact .contact-text .left div{
    width: 95%;
    margin: 10px auto;
    font-size: 16px;
    padding: 0;
}

.contact .contact-text .left div ul{
    display: flex;
}

.contact .contact-text .left div ul:nth-child(1) li:nth-child(2){
    margin: 0 75px;
}

.contact .contact-text .left div ul:nth-child(2) li:nth-child(2){
    margin-left: 59px;
}

.contact .contact-text div>b {
    font-size: 0.18rem;
    color: #403f3f;

}

.contact .contact-text div p:first-child {
    font-weight: bold;
    font-size: 0.18rem;
    color: #403f3f;
}

.contact .contact-text .right {
    padding-left: 2.1rem;
}

/* download */
.download-banner {
    background: url(../images/download_banner.jpg) no-repeat center;
    background-size: cover;
}

.download ul li {
    float: left;
    width: 32.2%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}

.download ul li:nth-child(3n) {
    margin-right: 0;
}

.download .cont {
    overflow: hidden;
}

.download .content {
    position: relative;
    line-height: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
    background: rgba(42, 42, 42, 0.3);
    padding: 0 0.15rem;
    transition: all 0.4s;
}

.download .content:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(42, 42, 42, 1);
    width: 0;
    height: 0.5rem;
    transition: all 0.5s;
}

/* .download ul li:hover .content:after{
    width: 100%;
} */
.download .title {
    float: left;
    width: 85%;
    height: 0.5rem;
}

.download .title p {
    font-size: 0.18rem;
    color: #b7b7b7;
    text-transform: inherit;
    font-weight: normal;
    letter-spacing: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download .content img {
    position: absolute;
    right: 0.15rem;
    top: 50%;
    margin-top: -0.12rem;
    width: 0.27rem;
}

/* popup */
.box_pro {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all .5s;
}

.box_pro.active,
.box_div.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.box_div {
    position: fixed;
    z-index: 999;
    width: 8.6rem;
    height: 5rem;
    background: #fff;
    border-radius: 0.05rem;
    top: 25%;
    left: 50%;
    margin-left: -4.3rem;
    padding: 0.35rem;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: box_div 0.3s linear;
    -o-animation: box_div 0.3s linear;
    animation: box_div 0.3s linear;
}

/* @keyframes box_div{
    0%{
      top: 50%;
    }
    100%{
      top: 30%;
    }
}
@-webkit-keyframes box_div{
    0%{
        top: 50%;
    }
    100%{
        top: 30%;
    }
} */
.box_div video {
    width: 100%;
    height: 5.4rem;
}

.box_div .title {
    font-size: 0.2rem;
    color: #000;
    line-height: 0.5rem;
    letter-spacing: 0.05rem;
    text-align: center;
    width: 100%;
    display: block;
    line-height: normal;
    margin-bottom: 0.3rem;
}

.box_div .close {
    position: absolute;
    top: 0;
    right: 0.05rem;
    font-size: 0.3rem;
    cursor: pointer;
    font-weight: normal;
    opacity: 1;
    transition: all .4s;
}

.box_div .close:hover {
    opacity: 0.5;
}

.box_div .input {
    border: 0.01rem solid #c9c9c9;
    height: 0.5rem;
    display: table;
    width: 48%;
    float: left;
    margin-bottom: 0.25rem;
    padding: 0 0.14rem;
}

.box_div .input.active {
    box-shadow: 0 0 0px transparent, inset 0 0 3px #2196F3;
    -webkit-transition: all .2s ease-in-out;
}

.box_div .input:nth-child(2n) {
    float: right;
}

.box_div .input:nth-child(5) {
    width: 100%;
    height: 1.4rem;
    padding: 0.15rem;
}

.box_div .input:nth-child(5) p {
    float: left;
}

.box_div .input:nth-child(5) textarea {
    width: 92%;
    height: 1rem;
    font-family: '微软雅黑';
}

.box_div p {
    display: table-cell;
    vertical-align: middle;
    font-size: 0.16rem;
    color: #000;
}

.box_div input {
    width: 100%;
    height: 0.48rem;
}

.box_div input::-webkit-input-placeholder,
.box_div textarea::-webkit-input-placeholder {
    color: #c5c5c5;
}

.box_div input::-moz-placeholder,
.box_div textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}

.box_div input:-moz-placeholder,
.box_div textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}

.box_div input:-ms-input-placeholder,
.box_div textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c5c5c5;
}

.box_div button {
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 0.18rem;
    transition: all 0.5s;
}

.box_div button:hover {
    opacity: 0.8;
}

/* 产品中心 */
.product-banner {
    background: url(../images/product_banner.jpg) no-repeat center;
    background-size: cover;
}

.products .left {
    font-size: 0.14rem;
    color: #939393;
    text-align: center;
}

.products .content {
    background: transparent;
    height: auto;
    line-height: normal
}

.products .content:after {
    background: #010101;
    width: 0;
    height: 100%;
    opacity: 0;
}

.products .title {
    width: 100%;
    color: #4b4b4b;
    padding: 0.16rem 0;
    height: auto;
}

.products .title p {
    font-size: 0.16rem;
    color: inherit;
    margin-bottom: 0.02rem;
}

.products .title span {
    display: none;
}

.products .left b {
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.08rem;
    margin-top: 0.04rem;
    text-align: center;
    background: #ffb400;
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products .left .menu-sbu:nth-child(2) {
    display: block;
}

.products .menu-sbu a {
    display: inline-block;
    padding: 0 0.1rem;
    margin-bottom: 0.01rem;
    text-align: left;
    font-size: 0.14rem;
    color: #939393;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.products .menu-sbu span {
    position: relative;
    top: -0.05rem;
}

.products .menu-sbu span:nth-child(1){
    display: none;
}

.products .menu-sbu a:first-child {
    /*color: #010101;*/
}

.products .menu-sbu a:hover {
    color: #010101;
}

.products .right {
    margin: 0.5rem 0 0.8rem;
}

.products ul li {
    margin-right: 0.8%;
    float: left;
    width: 32.8%;
    margin-bottom: 0.3rem;
}

.products ul li .img {
    overflow: hidden;
    text-align: center;
}

/* .products ul li img{
    transition: all 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.products ul li a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
} */
.products .page {
    clear: both;
    margin-top: 0;
}

/* 产品详情 */
.productinfo .cont {
    overflow: hidden;
}

.productinfo .left {
    overflow: hidden;
    padding: 0;
}

.productinfo .swiper-pagination-bullet-active {
    background: #010101;
}

.productinfo .right {
    float: left;
    width: 45%;
    padding-left: 0.45rem;
}

.productinfo .right .title {
    font-size: 0.2rem;
    display: inline-block;
    color: #0d0d0d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    line-height: normal;
}

.productinfo .right .top {
    line-height: 0.44rem;
    border-bottom: 0.01rem solid #c4c4c4;
    padding-left: 0.15rem;
}

.productinfo .right .top a {
    float: right;
    font-size: 0.16rem;
    color: #8c8c8c;
    line-height: 0.3rem;
}

.productinfo .right .top a:hover {
    color: #010101;
}

.productinfo .right .detail {
    font-size: 0.16rem;
    color: #0d0d0d;
    line-height: 0.28rem;
    padding: 0.3rem 0.15rem;
}

.productinfo .right .detail ul li {
    margin-bottom: 0.3rem;
}

.productinfo .right .detail a {
    width: 1.5rem;
    height: 0.43rem;
    line-height: 0.43rem;
    color: #fff;
    background: #050505;
    display: block;
    text-align: center;
    border-radius: 0.05rem;
    transition: all 0.3s;
}

.productinfo .right .detail a:hover {
    opacity: 0.8;
}

.productinfo .right .detail ul li>span {
    letter-spacing: 0.15rem;
}

.brand .left{
    float: left;
    width: 25%;
    text-align: left;
}
.brand .left a {
    margin-bottom: 10px;
}
.brand .right{
    margin: 0;
}
.brand .right .title, .brand .right .title p{
    color: #b7b7b7!important;
}
.brand .content:after{
    width: 100%;
    opacity: 1!important;
    background: transparent;
}
.brand .right a{
    cursor: default;
}
.brand a{
    padding: 0!important;
    width: 100%;
}
.brand .page{
    float: right;
    width: 78%;
}
/* 定制 */
.content input {
    float: left;
    font-size: 0.14rem;
    padding-left: 0.1rem;
    width: 30.5%;
    height: 0.7rem;
    margin-right: 4%;
    border-bottom: 0.01rem solid #343434;
    transition: all 0.4s;
}

.content input.active {
    border-bottom: 0.01rem solid #ffb400;
}

.content input::-webkit-input-placeholder,
.content textarea::-webkit-input-placeholder {
    color: #fff;
}

.content input#tel {
    margin-right: 0;
}

.content textarea {
    width: 100%;
    font-size: 0.14rem;
    margin-top: 0.3rem;
    padding-left: 0.1rem;
    font-family: 'pf';
    border-bottom: 0.01rem solid #343434;
    transition: all 0.4s;
}

.content textarea.active {
    border-bottom: 0.01rem solid #ffb400;
}

.content #contactBtn {
    margin-top: 0.6rem;
    width: 3.59rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.18rem;
    color: #191919;
    background: #ffb400;
    opacity: 0.8;
    transition: all 0.4s;
}

.content #contactBtn:hover {
    opacity: 1;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px transparent, inset 0 0 3px #2196F3;
}


/* page */
.page {
    text-align: center;
    margin-top: 0.5rem;
}

.page a {
    display: inline-block;
    color: #a3a3a3;
    font-size: 0.16rem;
    line-height: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    background: #ededed;
    transition: all 0.4s;
}

.page a.next {
    position: relative;
    top: -0.01rem;
}

.page a:hover,
.page a.active {
    color: #fff;
    background: #050505;
}

.page .num {
    display: inline-block;
}

/* 首页品牌 */
.home-brand {
    margin-top: 1.2rem;
    display: none;
}

.home-brand .container {
    position: relative;
    overflow: hidden;
}

.home-brand .swiper-button-prev {
    background: url(../images/link_prev.png) no-repeat center;
    background-size: 0.12rem;
    left: 0.25rem;
}

.home-brand .swiper-button-next {
    background: url(../images/link_next.png) no-repeat center;
    background-size: 0.12rem;
    right: 0.25rem;
}

.home-brand .brand-button {
    width: 1.8rem;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.8rem;
    text-align: center;
}

.home-brand .left {
    position: relative;
}

.home-brand .text {
    position: absolute;
    top: 50%;
    margin-top: -1.475rem;
    left: 5rem;
    width: 5.58rem;
    padding: 0.6rem;
    background: #fff;
}

.home-brand .text .title {
    font-size: 0.16rem;
    color: #060807;
}

.home-brand .text span {
    font-size: 0.14rem;
    color: #9c9c9c;
    margin: 0.1rem 0 0.38rem;
    display: block;
}

.home-brand .text .cont {
    font-size: 0.14rem;
    color: #919191;
    line-height: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-brand .bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/* 首页产品 */
.home-pro {
    margin: 1.2rem 0 1rem;
}

.home-pro .title {
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex;
}

.home-pro .title .left {
    display: flex;
    width: 25%;
    flex-direction: column;
}

.home-pro .title .left span:first-child {
    font-size: 0.2rem;
    color: #454545;
}

.home-pro .title .left span {
    font-size: 0.14rem;
    color: #bababa;
    display: block;
}

.home-pro .title .right {
    /* display: table-cell;*/
    vertical-align: middle;
    text-align: left;
    display: flex;
}

.home-pro .title .right a {
    font-size: 0.14rem;
    color: #9c9c9c;
    /*  margin-left: 0.2rem;*/
    cursor: pointer;
    white-space: nowrap;
    /*width: 15%;
  margin-bottom: 0.05rem;
      display: inline-block;*/
}

.home-pro .title .right a:first-child {
    margin-left: 0;
}

.home-pro .title .right a:hover,
.home-pro .title .right a.is-active {
    color: #000;
}

.home-pro .infos .line {
    display: block;
    width: 0.36rem;
    height: 0.02rem;
    background: #fff;
    margin: 0.1rem auto;
}

.home-pro .infos {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.4s;
}

.home-pro .infos:before {
    content: '';
    display: block;
    border: 0.01rem solid #f7f7f7;
    height: 90%;
    width: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
}

.home-pro .card {
    border: 0;
}

.home-pro .card:after {
    display: none;
}

.home-pro .infos .cont {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -0.32rem;
}

.home-pro .p-title {
    font-size: 0.18rem;
    color: #f7f7f7;
    font-weight: normal;
}

.home-pro .text {
    font-size: 0.12rem;
    color: #f7f7f7;
}

.home-pro .card-picture {
    display: block !important;
}

.home-pro #pro-sortable>div:nth-child(2) .card {
    padding: 1.34rem 0;
    background: #f8f8f8;
}

.home-pro #pro-sortable>div:nth-child(4) .card {
    padding: 0.545rem 0;
    background: #f8f8f8;
}

.home-pro #pro-sortable>div:nth-child(6) .card {
    padding: 0.94rem 0;
    background: #f8f8f8;
}

.home-pro #pro-sortable>div:nth-child(7) .card {
    padding: 0.795rem 0;
    background: #f8f8f8;
}

.home-pro #pro-sortable>div:nth-child(9) .card {
    padding: 0.4rem 0;
    background: #f8f8f8;
}

.sjs {
    min-height: 1100px;
}

.sjs .card {
    background: #f8f8f8;
    display: block;
}

.sjs .card img {
    height: inherit;
    width: auto;
}

.sjs>div {
    position: absolute;
    opacity: 1;
    width: 32.5%;
    float: left;
}

.sjs>div:nth-child(1) {
    left: 0;
    top: 0;
}

.sjs>div:nth-child(2) {
    left: 34%;
    top: 0;
}

.sjs>div:nth-child(2) .card {
    padding: 1.34rem 0;
}

.sjs>div:nth-child(3) {
    left: inherit;
    right: 0;
}

.sjs>div:nth-child(4) {
    top: 2.68rem;
}

.sjs>div:nth-child(4) .card {
    padding: 0.545rem 0;
}

.sjs>div:nth-child(5) {
    top: 5.36rem;
    left: 34%;
}

.sjs>div:nth-child(6) {
    top: 2.68rem;
    right: 0;
}

.sjs>div:nth-child(6) .card {
    padding: 0.94rem 0;
}

.sjs>div:nth-child(7) {
    top: 6.4rem;
}

.sjs>div:nth-child(7) .card {
    padding: 0.795rem 0;
}

.sjs>div:nth-child(8) {
    left: 34%;
    top: 8rem;
}

.sjs>div:nth-child(9) {
    right: 0;
    top: 7.2rem;
}

.sjs>div:nth-child(9) .card {
    padding: 0.4rem 0;
}

.sjs-default {
    display: none;
}

/* 首页新闻 */
.home-news {
    margin-top: 1rem;
    display: none;
}

.home-news .title {
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.home-news .title .left {
    float: left;
}

.home-news .title .left span:first-child {
    font-size: 0.2rem;
    color: #454545;
}

.home-news .title .left span {
    font-size: 0.14rem;
    color: #bababa;
    display: block;
}

.home-news .title .right {
    float: right;
    text-align: right;
    font-size: 0.14rem;
    color: #000;
    line-height: 0.48rem;
}

.home-news .title .right:hover {
    text-decoration: underline;
}

.home-news-bg {
    background: url("../images/home_news_bg.jpg") no-repeat center;
    background-size: cover;
    height: 4.9rem;
    display: flex;
    align-items: center;
    display: none;
}

.home-news-bg .text {
    /*line-height: 4.9rem;*/
    text-align: center;
    color: #fff;
    font-size: 0.43rem;
    font-family: 'pf';
    letter-spacing: 0.1rem;
}


/* 底部 */
.footer {
    position: relative;
    overflow: hidden;
}

.foot {
    padding: 0.7rem 0.5rem;
}

.foot .left {
    font-size: 0.16rem;
    color: #434343;
}

.foot .right {
    margin-top: 0.3rem;
}

.foot .right a {
    position: relative;
    margin-right: 0.2rem;
    opacity: 0.7;
    transition: all 0.4s;
}

.foot .right .icon {
    height: 0.25rem;
}

.foot .right a:hover {
    opacity: 1;
}

.foot .right .ewm {
    width: 0.9rem;
    display: none;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    margin-left: -0.45rem;
    transition: all 0.5s;
}

.foot .right .ewm:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0.08rem 0.08rem 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -0.08rem;
}

.foot .right a:hover .ewm {
    display: block;
}

/* 友情链接 */
.foot-link {
    background: #f8f8f8;
    padding: 0.22rem 0;
    display: none;
}

.foot-link .container {
    position: relative;
}

.foot-link .swiper-button-prev {
    background: url("../images/link_prev.png") no-repeat center;
    background-size: 0.12rem;
    left: -0.18rem;
}

.foot-link .swiper-button-next {
    background: url("../images/link_next.png") no-repeat center;
    background-size: 0.12rem;
    right: -0.18rem;
}

.home-link {
    position: relative;
    overflow: hidden;
}

.home-link img:hover {
    opacity: 0.8;
}

.home-link .swiper-slide {
    text-align: center;
}

.home-contact {
    clear: both;
    font-size: 0.14rem;
    color: #7e7e7e;
    line-height: 0.24rem;
    padding-top: 0.2rem;
    letter-spacing: 0.01rem;
    display: flex;
    flex-wrap: wrap;

}

.home-contact p {
    /*padding-left: 0.45rem;*/
    display: inline-block;
    font-size: 0.14rem;
    color: #a5a5a5;
    margin-right: 0.45rem;
}

.home-contact p:first-child {
    padding-left: 0;
}

.home-contact p:last-child {
    padding-left: 0;
    display: block;
}

.copy {
    background: #f3f3f3;
    color: #b7b7b7;
    padding: 0.14rem 0;
    font-size: 0.12rem;
}

.copy a {
    color: #b7b7b7;
}

.copy a:hover {
    color: #010101;
}

.copy .container {
    display: flex;
}

.copy .container p:nth-child(2) {
    margin-left: 0.5rem;
}

/* 1200 */
.mb {
    display: none;
}

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


    .home-pro .card:hover .infos {
        opacity: 1;
    }

    .card:hover:after {
        width: 100%;
    }

    .card:hover .card-title {
        padding-left: 0.1rem;
    }

    .products ul li:hover .content:after {
        opacity: 1;
        width: 100%;
    }

    .products ul li:hover .title p {
        color: #fff;
    }

    .products ul li:hover .title span {
        color: #fff;
    }
}

@media screen and (max-width: 1203px) {
    .xg {
        margin: 0 0.16rem !important;
    }
}

/* 1200 */
@media screen and (max-width: 1200px) {
  .support{
flex-direction: column;
}
  .copy .container p:nth-child(2) {
    margin-left: 0;
}
  .copy .container{
  flex-direction: column;
  }
  .dibu_ewm_div{
  display:block!important;
}
    .contact_ewm{
        margin-top: 0.2rem;
    }
    .contact_ewm li{
        text-align: center;
        margin-right: 0.5rem!important;
    }
    .contact_ewm .ewm{
        display: block!important;
        position: inherit!important;
        top: 0!important;
        left:0!important;
    }
    .about_img_right {
        margin-top: 0.3rem;
    }

    .about_img_right_title {
        font-size: 0.25rem !important;
    }

    .about_img_right_text p {
        font-size: 0.2rem !important;
    }

    .about .cont img {
        width: 100% !important;
    }

    .about_img_right {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .about_img_left {
        width: 100% !important;
    }

    .about_img {
        flex-direction: column;
    }

    .sjs .card img {
        margin: 0 auto;
    }

    .sjs>div {
        width: 100%;
        position: initial;
        margin-bottom: 0.3rem;
    }

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

    .home-pro .title .left {
        display: block !important;
        margin-bottom: 0.1rem;
    }

    .home-pro .title .right .div {
        width: 0.7rem !important;
    }

    /* 首页 */
    .pc-home-product {
        display: none;
    }

    .mb-home-product {
        display: block;
    }

    .mb-home-product .left {
        width: auto;
    }

    .send form {
        float: left;
    }

    .home-brand .text {
        left: 3rem;
    }

    .home-contact p {
        padding-left: 0.2rem;
    }

    .contact .contact-text div {
        padding-left: 1rem;
    }

    /* products */
    .products .right {
        width: 100%;
        float: none;
    }

    .products .right>em a {
        display: none;
    }

    .products .mb img {
        width: 100%;
    }

    .products .page {
        margin-top: 0.5rem;
        float: none;
    }

    .box_div {
        height: auto;
        width: 88%;
        margin-left: -44%;
    }

    .box_div video {
        height: auto;
    }

    .productinfo .right .title {
        width: 70%;
    }

}

/* 992 */
@media screen and (max-width: 992px) {
    .copy .container {
        flex-direction: column;
    }

    .copy .container p:nth-child(2) {
        margin-left: 0;
    }

    .home-pro .title .right .div {
        width: 1.5rem !important;
    }

    .contact .contact-text div,
    .contact .contact-text .right {
        padding-left: 0;
    }

    .download ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .download ul li:nth-child(2n) {
        margin-right: 0;
    }

    .products ul li {
        width: 48.8%;
        margin-right: 2%;
    }

    .about .cont img {
        width: 3.5rem;
    }

    .mb-home-product .left img {
        height: 2.03rem;
    }

    .foot .right {
        width: 20%;
    }

    .productinfo .left {
        width: 100%;
    }

    .productinfo .left img {
        width: 100%;
    }

    .productinfo .right {
        width: 100%;
        padding-left: 0.1rem;
        margin-top: 0.2rem;
    }

    .common-one {
        padding: 0.5rem 0;
    }

    .home-brand .left img {
        width: 100%;
    }

    .home-brand .brand {
        overflow: hidden;
    }

    .home-brand .text {
        left: 0;
        width: 100%;
    }

    /*.home-pro .title .right a{
        margin-left: 0.1rem;
    }*/
}

/* 768 */
@media screen and (max-width: 768px) {
    html {
        font-size: 55.2px;
        width: 100%;
    }

    body {
        font-size: 0.3rem !important;
        font-size: 16px !important;
        overflow-x: hidden;
    }

    .contact .contact-text div>b {
        font-size: 0.25rem;
        margin-top: 0.2rem;
    }

    .contact .contact-text div>p {
        font-size: 0.22rem;
    }

    .home-news .title .right {
        font-size: 0.22rem;
        line-height: 0.72rem;
    }

    .card-title {
        font-size: 0.25rem;
    }

    .card-text {
        font-size: 0.22rem;
    }

    .card-date {
        font-size: 0.22rem;
    }

    .home-brand .bg {
        display: none;
    }

    .home-brand .text .title {
        font-size: 0.25rem;
    }

    .home-brand .text span {
        font-size: 0.22rem;
    }

    .home-brand .text .cont {
        font-size: 0.22rem;
        line-height: inherit;
    }

    .home-brand {
        margin-top: 0.5rem;
    }

    .home-pro .title {
        display: block;
    }

    .home-pro .title .left {
        display: block;
        margin-bottom: 0.1rem;
        width: 30%;
    }

    .home-pro .title .right {
        text-align: left;
    }

    .home-pro {
        margin: 0.5rem 0;
    }

    .home-pro .title .left span:first-child,
    .home-news .title .left span:first-child {
        font-size: 0.25rem;
    }

    .home-pro .title .left span,
    .home-news .title .left span {
        font-size: 0.22rem;
    }

    .home-pro .title .right a {
        font-size: 0.2rem;
        /*width: 24%;*/
    }

    .home-news {
        margin-top: 0.5rem;
    }

    .sjs-default>div:nth-child(12n+1) .card-picture,
    .sjs-default>div:nth-child(12n+3) .card-picture,
    .sjs-default>div:nth-child(12n+7) .card-picture,
    .sjs-default>div:nth-child(12n+8) .card-picture,
    .sjs-default>div:nth-child(12n+9) .card-picture {
        display: block;
    }

    .foot-link .swiper-button-prev {
        left: 0;
    }

    .foot-link .swiper-button-next {
        right: 0;
    }

    .foot .container {
        padding: 0;
    }

    .home-contact p {
        display: block;
        padding-left: 0;
        font-size: 0.22rem;
    }

    .banner .swiper-pagination-bullet,
    .home-newscont .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
    }

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

    .newsinfo .date {
        font-size: 0.23rem;
    }

    .common,
    .common-one .container>em {
        font-size: 0.28rem;
    }

    .newsinfo .title {
        font-size: 0.27rem;
    }

    .title>p,
    .home-newscont .text>p {
        font-size: 0.28rem;
    }

    .mb-home-product .left {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .mb-home-product .left img {
        width: 100%;
        height: auto;
    }

    .home-hot .swiper-button-next {
        right: 0.2rem;
    }

    .home-hot .swiper-button-prev {
        left: 0.2rem;
    }

    .home-newscont img {
        width: 100%;
    }

    .home-newscont .text span {
        line-height: inherit;
        font-size: 0.24rem;
    }

    .send p {
        line-height: 0.4rem;
        margin-bottom: 0.3rem;
        font-size: 0.24rem;
    }

    .send form {
        width: 100%;
    }

    .send form input {
        width: 76%;
        font-size: 0.24rem;
        height: auto;
        min-height: 0.52rem;
        padding: 0.2rem 0.12rem;
    }

    .send form button {
        width: 20%;
        font-size: 0.24rem;
        height: auto;
        min-height: 0.52rem;
        padding: 0.2rem 0.12rem;
    }

    .foot .left {
        font-size: 0.24rem;
    }

    .foot .right {
        display: none;
    }

    .home-news .title {
        margin-bottom: 0.5rem;
    }

    .copy {
        font-size: 0.22rem;
        line-height: 0.4rem;
    }

    .home-contact {
        font-size: 0.22rem;
        line-height: 0.4rem;
    }

    .about .cont {
        line-height: 0.45rem;
        font-size: 0.24rem;
    }

    .about .cont p {
        margin-right: 0 !important;
    }

    .about .cont img {
        width: 100%;
    }

    .about .cont hr {
        border-top: 1px solid #eee;
    }

    .page a {
        font-size: 0.25rem;
        padding: 0.1rem;
    }

    /* products */
    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    .products .mb ul li:nth-child(2n) {
        margin-right: 0;
    }

    .products .mb ul li {
        margin-right: 2%;
        margin-bottom: 2%;
        width: 49%;
    }

    .productinfo .right .title {
        line-height: inherit;
        margin-bottom: 0.1rem;
        font-size: 0.25rem;
    }

    .productinfo .right .top a {
        font-size: 0.25rem;
        line-height: inherit;
    }

    .productinfo .right .detail {
        line-height: inherit;
        font-size: 0.25rem;
    }

    .productinfo .right .detail a {
        padding: 0.05rem;
    }

    .productinfo .right em {
        margin-bottom: 0.2rem;
    }

    .arrow .title {
        text-align: left;
    }

    .newsinfo .cont {
        font-size: 0.24rem;
        text-align: inherit;
        line-height: 0.45rem;
    }

    .contact .cont {
        line-height: 0.4rem;
        font-size: 0.24rem;
    }

    .content input {
        width: 100%;
        height: auto;
        min-height: 0.52rem;
        padding: 0.2rem 0.12rem;
        font-size: 0.24rem;
    }

    .content #contactBtn {
        width: 100%;
        height: 0.75rem;
        line-height: 0.75rem;
        font-size: 0.24rem
    }

    .content textarea {
        font-size: 0.24rem;
    }

    .video .video-icon {
        /* display: none; */
        top: 50%;
        opacity: 1;
    }

    .download .title p {
        font-size: 0.25rem;
    }

    .download .title span {
        font-size: 0.22rem;
    }

    .download .content {
        height: auto;
        line-height: inherit;
    }

    .products .menu-sbu a {
        font-size: 0.25rem;
        margin-bottom: 0.1rem;
    }

    .products .menu-sbu span {
        top: -0.1rem;
        display: none;
    }

    .download .title {
        height: auto;
    }

    .download .content:after {
        height: 0.75rem;
    }

    .download ul li {
        /* width: 48.8%; */
        /* margin-right: 2%; */
        width: 100%;
        margin-bottom: 2%;
    }

    .download ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .download ul li:nth-child(2n) {
        margin-right: 0;
    }

    .box_div {
        top: 20%;
        width: 90%;
        margin-left: -45%;
    }

    .box_div .close {
        float: none;
        top: 0;
        right: 0.1rem;
        height: 0;
        font-size: 0.4rem;
    }

    .box_div .close img {
        position: absolute;
        left: 50%;
        top: 0.5rem;
        border: 0.02rem solid #fff;
        border-radius: 50%;
        padding: 0.15rem;
        margin-left: -0.17rem;
    }

    .box_div .title {
        font-size: 0.25rem;
        margin-bottom: 0;
        font-weight: bold;
    }

    .arrow {
        line-height: normal;
        font-size: 0.22rem;
    }

    .box_div .input {
        width: 100%;
        display: block;
        height: 0.7rem;
    }

    .box_div p {
        height: 0.6rem;
        line-height: 0.6rem;
        display: inline-block;
        font-size: 0.25rem;
    }

    .box_div button {
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.25rem;
    }

    .box_div input {
        width: 85%;
        font-size: 0.25rem;
        height: 0.68rem;
    }

    .box_div .input:nth-child(5) {
        height: 1.8rem;
    }

    .box_div .input:nth-child(5) textarea {
        width: 100%;
        font-size: 0.25rem;
    }
    .about-img div{
        width: calc(50% - 8px);
        margin-right: calc(8px + 8px / 1);
        margin-top: calc(8px + 8px / 1);
    }
    .about-img div:nth-child(2n){
        margin-right: 0;
    }
    .about-img div:nth-child(1), .about-img div:nth-child(2){
        margin-top: 0;
    }

}

@media screen and (max-width: 480px) {
    .xg {
        margin: 0 0.06rem !important;
    }

    .home-pro .title .right .div {
        width: 1.8rem !important;
    }

    .home-pro .title .right {
        flex-direction: column;
    }

    .index_type {
        margin-left: 0 !important;
    }
}

/*.home-pro .title .right .div{
width:0.6rem;
}*/
.index_type {
    margin-left: 0.15rem;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-wrap: wrap;
    justify-content: flex-start;
}

.xg {
    margin: 0 0.18rem;
    color: #9c9c9c;
}

.about_img {
    display: flex;
}

.about_img_left {
    width: 41%;
}

.about_img_right {
    width: 56%;
    margin-left: 0.4rem;
}

.about_img_right_text p {
    text-indent: 2em;
    font-size: 14px;
    text-align: justify;
}

.about_img_right_title {
    font-size: 18px;
    color: #4b4b4b;
    text-indent: 0 !important;
}

.contact_ewm{
    display: flex;
}
.contact_ewm li{
    position: relative;
  margin-right: 0.2rem;
  cursor: pointer;
}
.contact_ewm li:hover .ewm{
    display: block;
}
.contact_ewm .ewm{
    position: absolute;
        top: -1rem;
    left: -0.3rem;
    width: 1rem;
    padding-left: 0!important;
    display: none;
}
.dibu_ewm{
justify-content: center;
}
.dibu_ewm .ewm{
width: 2rem;
}
.dibu_ewm{
margin-bottom: 0.2rem;

}
.dibu_ewm_div{
  display:none;
}
.support{
display:flex;
}