/*字体*/

/*@font-face {*/
/*font-family: "WMFont";*/
/*font-weight: normal;*/
/*!*字体粗细*!*/
/*font-style: normal;*/
/*!*字体倾斜*!*/
/*src: url(../fonts/PingFang.ttf) format('truetype');*/
/*}*/

@font-face {
    font-family: "youshe";
    font-weight: normal;
    /*字体粗细*/
    font-style: normal;
    /*字体倾斜*/
    src: url(../fonts/优设标题黑.ttf) format('truetype');
}

a[title="站长统计"] {
    display: none;
}

html body {
    background: white;
    font-family: "WMFont";
    font-size: 20px;
}

.ovfHiden {
    overflow: hidden;
    height: 100vh;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.contioner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 0.75rem;
    background: rgba(255, 255, 255, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    display: flex;
    display: -webkit-flex;
    /*flex-direction: column;*/
    flex-direction: row;
    flex-wrap: wrap;
}

.logo {
    height: 0.75rem;
    line-height: 0.9rem;
    width: 15%;
    text-align: center;
}

.logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    height: auto;
    margin-top: 0rem;
}

.banner-other {
    /*margin-top: 0.75rem;*/
    width: 100%;
    height: 55vh;
    background: url(/word/img/banner-other.png) repeat;
    background-size: cover;
    background-origin: content-box;

}

.banner-other-text {
    padding: 2rem;
    font-size: 40px;
    color: #191140;
}

.banner {
    /*margin-top: 0.75rem;*/
    width: 100%;
    height: 90vh;
    background: url(/word/img/banner-other.png) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    position: fixed;
    z-index: -10;
}

.banner-text {
    width: 40%;
    text-align: left;
    margin-left: 1rem;
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
}

.banner-text-title {
    color: black;
    font-size: 35px;
}

.banner-text-contant {
    margin-top: 20px;
    font-size: 18px;
}

.banner-text-contant p {
    margin-top: 10px;
}

.banner-try {
    padding: 20px;
    width: 30%;
    background: #f1f1f1;
    height: auto;
    margin-right: 1rem;
    position: relative;

}

.title {
    color: #515151;
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.from {
    text-align: center;
    width: 100%;
}

.from input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.from input {
    padding-left: 10px;
    padding-right: 10px;
    width: 80%;
    height: 35px;
    font-size: 16px;
    margin-top: 20px;
    border: none;
}

.from input:focus {
    outline: none;
}

.submit {
    font-size: 18px;
    margin-top: 30px;
    width: 70%;
    height: 38px;
    color: white;
    border: none;
    outline: none;
    background: #0bbbee;
}

.submit:active {
    font-size: 18px;
    margin-top: 30px;
    width: 70%;
    height: 38px;
    color: white;
    border: none;
    outline: none;
    background: #0998c1;
}


.shadowStyle {
    width: 100%;
    height: 0.75rem;
    background: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.headerChild {
    margin: auto;
    height: 0.75rem;
    width: 75%;
}


.center {
    background: white;
    margin-top: 0rem;
    padding: 0.35rem;
    width: auto;
    color: #333333;

}

.center-inside {
    margin-top: 0rem;
    width: 100%;
}

.center-inside-title {
    font-family: 微软雅黑;
    margin-top: 0.35rem;
    height: 0.6rem;
    width: 100%;
    background: #fd0001;
}

.center-inside-title-text {
    padding-left: 0.1rem;
    line-height: 0.6rem;
    margin-left: 0.1rem;
    position: relative;
    font-size: 0.28rem;
    background: #ffffff;
    height: 100%;
}

.center-inside-content {
    margin-top: 0.15rem;
    height: auto;
    color: #191140;
    background: white;
    border-bottom: #f0f0f0 1px solid;
}

.center-inside-content:last-of-type {
    border-bottom: none;

}

.center-inside-content-title {
    font-size: 30px;
    text-align: center;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
}

.center-inside-content-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}

.center-inside-content-img {
    text-align: center;
}

.center-inside-content-img img {
    width: 80%;
}

.center-inside-content-product {
    margin: 10px;
    width: 22%;
    height: auto;
    box-shadow: 4px 6px 13px 0px rgba(0, 19, 56, 0.2);
}

.center-inside-content-product:hover {
    -webkit-transform: scale(1.1) rotate(0deg);
    -ms-transform: scale(1.1) rotate(0deg);
    transform: scale(1.1) rotate(0deg);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.center-inside-content-product-imgDiv {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
}

.center-inside-content-product-imgDiv img {
    width: 80px;
}

.center-inside-content-product-text {
    text-align: left;
    margin-top: 0.3rem;
    font-size: 0.2rem;
}

.center-inside-content-product-text h1 {
    text-align: center;
    font-weight: unset;
    font-size: 28px;
}

.center-inside-content-product-text p {
    padding: 0.3rem 0.5rem 0.3rem 0.5rem;
    font-size: 14px;
}


/*滚动条样式*/
.center-inside-content-bar-right::-webkit-scrollbar { /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.center-inside-content-bar-right::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(221, 0, 1, 0.24);
}

.center-inside-content-bar-right::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
}

.companyInfo {
    height: 5rem;
    width: 100%;
    background: white;
}

.nav {
    margin-left: 0;
    width: 100%;
    height: 100%;
}

.nav ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    -webkit-align-items: center;
}



@media (min-width: 767px) {

    #menu-bar {
        display: none;
    }

    .nav ul li {
        height: 100%;
        line-height: 0.75rem;
        margin-right: 0.2rem;
        text-align: center;
        width: 1.2rem;
    }

    .nav ul li a {
        font-size: 0.2rem;
        color: #000000;
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;

    }

    .nav ul li ul::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 25px;
        text-align: center;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7.5px 10px 7.5px;
        border-color: transparent transparent #f7f7f7 transparent
    }

    .nav ul li ul {
        background: #f7f7f7;
        position: absolute;
        height: auto;
        width: auto;
        border-bottom: #0bbaed 2px solid;
        display: block;
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .nav ul li:hover #product,
    .nav ul li:hover #service,
    .nav ul li:hover #news  {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s
    }

    .nav ul li ul li {
        padding: 20px;
        height: auto;
        line-height: 0;
        width: auto;
        margin-top: 0;

    }
    .nav ul li a:hover i{
        color: #0bbaed;
        margin-top: 0.1rem;
        -webkit-transform: scale(1) rotate(-180deg);
        -ms-transform: scale(1) rotate(-180deg);
        transform: scale(1) rotate(-180deg);
        -webkit-transition-duration: 400ms;
        -o-transition-duration: 400ms;
        transition-duration: 400ms;

    }
    .nav ul li a:hover {
        color: #0bbaed;
        -webkit-transform: scale(1.1) rotate(0deg);
        -ms-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
        -webkit-transition-duration: 700ms;
        -o-transition-duration: 700ms;
        transition-duration: 700ms;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s
    }

    .nav ul li ul li a:hover {
        color: #0bbaed;
    }

    .fa-sort-desc {
        margin-top: -0.05rem;
        margin-left: 0.1rem;
        font-size: 12px;
    }

    .fa-sort-asc {
        padding-top: 0.1rem;
        margin-left: 0.1rem;
        font-size: 12px;
    }

    #try {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        top: 12px;
        right: 2%;
        height: 0.45rem;
        line-height: 0.45rem;
        width: 1.5rem;
        text-align: center;
        cursor: pointer;
        transition: color 0.25s;
        background: none;
        border: 0;
        box-sizing: border-box;
        box-shadow: inset 0 0 0 2px #100e0e;
        vertical-align: middle;
    }

    #try::before, #try::after {
        box-sizing: inherit;
        content: '';
        position: absolute;
        border: 3px solid transparent;
        width: 0%;
        height: 0%;
    }

    #try::before {
        top: 0;
        left: 0;
    }

    #try::after {
        bottom: 0;
        right: 0;
    }

    #try:hover {
        color: #0bbbee;
        animation: imgAnimation 0.6s forwards;
        animation-delay: 0.6s;
    }

    @keyframes imgAnimation {
        10% {
            transform: scale(1.2);
        }
        40% {
            transform: scale(0.8);
        }
        70% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    #try:hover::before, #try:hover::after {
        width: 100%;
        height: 100%;
    }

    #try:hover::before {
        border-top-color: #0bbbee;
        border-right-color: #0bbbee;
        transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }

    #try:hover::after {
        border-bottom-color: #0bbbee;
        border-left-color: #0bbbee;
        transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    }


    #phonenumber{
        height: 0.7rem;
        line-height:0.7rem;
        margin-left: 0.3rem;
        color: #000000;
    }
    #phonenumber span{
        font-size: 0.28rem;
        padding-left: 0.1rem;
    }


}


.tounderstand {
    margin-top: 0.28rem;
}

.tounderstand a {
    font-size: 0.18rem;
    color: #FFFFFF;
    vertical-align: middle;
}

.tounderstand img {
    vertical-align: middle;
}

.suspension {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0.5rem;
    background: rgba(11, 186, 237, 0.13);
    z-index: 98;
    border-radius: 10px 10px 10px 10px;
    /*box-shadow: inset -2px -2px 5px rgba(0, 0, 0, 0.2);;*/
}

.suspension ul li {
    width: 0.80rem;
    height: 0.80rem;
    cursor: pointer;
    position: relative;
}

.suspension ul #upward {
    background: url(/word/img/float_upward.png) no-repeat;
    background-size: 100% 100%;
}

.suspension ul #upward:hover {
    background: url(/word/img/float_upwardhover.png) no-repeat;
    background-size: 100% 100%;
    transition: 0.8s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.suspension ul li:nth-last-child(1) {
    border-bottom: none;
}

.footer {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: auto;
}

.partners {
    width: 100%;
    background: #f7f7f7;
}

.partnersChild {
    width: 12rem;
    height: 4rem;
    margin: auto;
    clear: both;
    padding-top: 0.90rem;
    box-sizing: border-box;
}

.partnersChild .partnersTitle {
    font-size: 0.60rem;
    color: #000000;
    text-align: center;
    margin-bottom: 0.62rem;
    font-family: "WMFontQxi";
}

.partnersChild .partnersImg {
    width: 100%;
}

.partnersChild .partnersImg {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.partnersChild .partnersImg li {
    float: left;
}

.partnersChild .partnersImg li img {
    height: 0.99rem;
    display: block;
}

.footerbootom {
    width: 100%;
    height: 4.5rem;
    background: #f9f9f9;
    background-size: 100% 100%;
}

.footerbootomChild {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
}

.footerbootomChild .bootom-left {
    color: #191140;
    width: 85%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.5rem;
    box-sizing: border-box;
    font-size: 0.18rem;

}

.bootom-left-title {
    width: 100%;
    font-size: 0.5rem;
    border-bottom: white 0.5px solid;
    margin-bottom: 0.3rem;
}

.bootom-left :nth-last-child(1) {
    margin-left: 0.5rem;
}

.bootom-left ul :nth-last-child(1) {
    margin-left: 0rem;
}

.bootom-left ul li {


}

.bootom-left div {
    position: relative;
    display: flex;
}

.bootom-left > div .weibo {
    margin-right: 0.20rem;
}

.bootom-left > div a {
    cursor: pointer;
}

.bootom-left img {
    display: block;
}

.bootom-left > div #weixinBot,
.bootom-left > div #weiboBot {
    position: absolute;
    transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    -webkit-transform: rotate(-180deg) scale(0);
}

.bootom-left > div #weiboBot {
    left: -0.40rem;
    top: -1.30rem;
}

.bootom-left > div #weixinBot {
    left: 0.50rem;
    top: -1.30rem;
}

.forno {
    margin-top: -35px;
    font-size: 0.16rem;
    text-align: center;
    color: black;
}

.forno a {
    color: #a8a8a8;
}

.bootom-right {
    color: #191140;
    font-size: 16px;
    text-align: center;
    padding: 0.3rem;
    float: right;
    width: 10%;
}


.bootom-right img {

    width: 90%;
}

.bootom-right img:hover {
    -webkit-transform: scale(1.5) rotate(0deg);
    -ms-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) rotate(0deg);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

#allmap {
    width: 100%;
    height: 100%;
}


.BMap_bubble_title {
    font-size: 14px;
}

.BMap_bubble_content {
    font-size: 14px;

}

.checkbox-bar {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    justify-content: center;
}

.checkbox-bar div {
    margin: 3px;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin-top: 0;
    position: relative;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9
}

input[type="checkbox"]:checked::before {
    content: "\2714";
    position: absolute;
    line-height: 18px;
    top: 0px;
    left: 0;
    width: 100%;
    border: 0px solid #e50232;
    color: #ffffff;
    background: #0bbaed;
    font-size: 15px;
    font-weight: bold;
}

@media (max-width: 768px) {
    #menu-bar {
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        font-size: 30px;
    }

    .header {
        width: 100%;
        height: 2.5rem;
        line-height: 2.5rem;
        background: rgb(255, 255, 255);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;

    }

    .shadowStyle {
        width: 100%;
        height: 2.5rem;
        background: rgb(255, 255, 255);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .125);
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;
    }

    .headerChild {
        height: auto;
        width: 100%;
    }

    .logo {
        margin: 0.5rem;
        height: 1.6rem;
        width: 40%;
    }

    .nav {
        margin-left: 0;
        margin-top: -3px;

        width: 100%;
        height: 100%;
    }


    .nav ul{
        margin-top: 0;
        padding: 1.5rem;
        background: white;
        box-shadow: 0 3px 15px rgba(0, 0, 0, .125);
        visibility: hidden;
        overflow-y: auto;
        max-height: 0;
        transition: max-height 0.4s ease,visibility 0.3s;

    }

    .nav ul li {
        height: 10%;
        margin-top: 0.75rem;
        margin-right: 0.55rem;
        width: 100%;
    }

    .nav ul li a {
        font-size: 15px;
        color: #212121;
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;

    }

    .nav ul li ul {
        margin-top: 0.8rem;
        border-top: #d9d9d9 1.5px solid;
        border-bottom: #d9d9d9 1.5px solid;
        padding: 0.8rem;
        padding-left: 0;
        box-shadow: none;
        height: auto;
        color: #212121;
        font-size: 0.5rem;
        display: none;
    }

    .nav ul li ul li {
        margin-top: 0.8rem;
        margin-left: 0.8rem;
        width: 100%;
    }

    .nav ul li ul li:first-child {
        margin-top: 0rem;
    }

    .active {
        background: none;
    }

    .nav button {
        background: none;
        border: none;
        font-size: 20px;
        position: absolute;
        right: 0.5rem;
        top: 0.5rem;
    }

    #try {
        color: #212121;
        font-size: 13px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 3rem;
        padding: 0.6rem;
        border: #212121 1px solid;
        height: 0.4rem;
        line-height: 0.4rem;
        width: 70%;
        text-align: center;
        border-radius: 3px 3px 3px 3px;

    }

    .banner-other-text {
        text-align: center;
        padding: 2rem;
        padding-top: 13.5vh;
        font-size: 35px;
        color: #191140;
    }

    .banner-other {
        margin-top: 2.5rem;
        background: url(/word/img/banner-other-mobile.png) repeat;
        background-position: 10% 80%;
        background-size: cover;
        width: 100%;
        height: 35vh;
    }

    .banner-try {
        display: none;
    }

    .banner-mask {
        width: 100%;
        background: rgba(255, 255, 255, 0.2);
        height: 70vh;
    }

    .banner {
        /*margin-top: 0.75rem;*/
        width: 100%;
        height: 70vh;
        position: unset;
        background: url(/word/img/banner-other-mobile.png) repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-origin: content-box;
    }

    .banner-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        background: none;
        text-align: center;
        width: 100%;
        margin-left: 0rem;
    }

    .banner-text-title {
        color: #000000;
        font-size: 28px;
    }

    .banner-text-contant {
        display: flex;
        justify-content: center;
        width: 100%;
        color: #000000;
        font-size: 16px;
    }

    .banner-text-contant p {
    }

    .center {
        background: white;
        border-radius: unset;
        margin-top: 0rem;
        padding: 0.35rem;
        width: auto;
        color: #333333;

    }

    .center-inside-content-title {
        font-size: 25px;
        text-align: center;
        width: 100%;
        height: 2.5rem;
        line-height: 2.5rem;
    }

    .center-inside-content-img {
        margin-top: 0.8rem;
        text-align: center;
    }

    .center-inside-content-img img {
        content: url("/word/img/main1-mobile.png");
        width: 100%;
    }

    .center-inside-content-product {
        margin-top: 0.3rem;
        width: 100%;
        height: auto;
        border-bottom: #f0f0f0 1px solid;

    }

    .center-inside-content-product:last-of-type {
        border-bottom: none;

    }

    .center-inside-content-product-imgDiv {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .center-inside-content-product-imgDiv img {
        width: 20%;
    }

    .center-inside-content-product-text {
        width: 100%;
        margin-top: 1rem;
        font-size: 0.3rem;
    }

    .center-inside-content-product-text h1 {
        font-weight: bold;
        font-size: 18px;
    }

    .center-inside-content-product-text p {
        text-align: center;
        font-size: 12px;
        color: #898989;
        padding: 1rem;
    }

    .fa-sort-desc {
        margin-top: -0.2rem;
        margin-left: 0.2rem;
        font-size: 12px;
    }

    .fa-sort-asc {
        padding-top: 0.2rem;
        margin-left: 0.2rem;
        font-size: 12px;
    }

    .fa-sort-desc:before {
        content: "\f0dd"
    }

    .footer {
        width: 100%;
        height: 5rem;
        background: #f9f9f9;
    }

    .footerbootomChild .bootom-left {

        font-size: 0.4rem;

    }

    .bootom-right {
        font-size: 0.4rem;
        width: 20%;
    }

    .bootom-right img {
        width: 100%;
    }

    .forno {
        margin-top: -15px;
        font-size: 0.35rem;
        text-align: center;
    }

    .suspension {
        display: none;
        position: fixed;
        right: 0;
        bottom: 0.5rem;
        background: rgba(11, 185, 236, 0.52);
        z-index: 98;
        border-radius: 10px 10px 10px 10px;
        /*box-shadow: inset -2px -2px 5px rgba(0, 0, 0, 0.2);;*/
    }

    .suspension ul li {
        width: 2rem;
        height: 2rem;
        cursor: pointer;
        position: relative;
    }

}
