.dqbb {
    font-size: 14px;
    color: #757575;
    display: inline-block;
    padding-left: 30px;
    margin-right: 10px;
    background: url(../images/eng.png) no-repeat left center;
}

.c_about img {
    max-width: 100%;
}

.c_textcont img {
    max-width: 100%;
}

.dqbb:hover {
    color: #0b89c7;
    cursor: pointer;
}

.banben.on {
    display: block;
}

.banben {
    display: none;
    position: relative;
    z-index: 9;
    background: #f6f6f6;
    padding-bottom: 10px;
}

.banben a {
    color: #fff;
    font-size: 18px;
    display: block;
    margin-top: 5px;
}

.moduleOne ul {
    display: flex;
    align-items: center;
}

.moduleOne li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 632px;
    margin-right: 10px;
    height: 332px;
    border-right: 1px solid #d6d5d7;
    /* background: url(../images/h_bg.jpg) no-repeat center; */
}

.moduleOne li:nth-child(3) {
    margin-right: 0;
}

.moduleOne li a {
    display: block;
    height: 100%;
    padding: 0 20px;
    overflow-y: auto;
}

.xvwsz {
    display: none;
}

.moduleOne li a img {
    max-width: 100%;
    /* height: 184px; */
}

.moduleOne li a::-webkit-scrollbar {
    width: 2px;
}

.moduleOne li a::-webkit-scrollbar-thumb {
    border-radius: 0.025rem;
    box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.308);
    -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
    background: #0c8ac7;
}

.moduleOne li p {
    color: #626364;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.moduleOne li a:hover p {
    color: #0c8ac7;
}

.pro {
    overflow: hidden;
}

.pro_swiper {
    float: left;
    position: relative;
    width: 50%;
    overflow: hidden;
}

.pro_swiper .swiper-button-prev {
    left: 20px;
}

.pro_swiper .swiper-button-next {
    right: 20px;
}

.pro_bg {
    display: flex;
    height: 700px;
    text-align: center;
    background: url(../images/pro_bg.png) no-repeat bottom right;
    background-size: 100% 60%;
    justify-content: center;
    align-items: center;
}

.pro_bgs {
    background-color: #f6f6f6;
    padding-bottom: 50px;
}

.pro_bg>img {
    width: 400px;
    height: 400px;
}

.pro_js {
    float: left;
    width: 50%;
    height: 700px;
    background-color: #fafafa;
    overflow: hidden;
}

.pro_js h1 {
    height: 34px;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    margin-top: 82px;
    margin-bottom: 26px;
    margin-left: 40px;
}

.pro_js h2 {
    background-color: #0b89c7;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 60px;
    display: inline-block;
    padding: 0 20px 0 40px;
    line-height: 60px;
    width: 90%;
}

.pro_nr {
    color: #626364;
    font-size: 14px;
    line-height: 32px;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 45px;
    height: 300px;
    overflow-y: auto;
}

.jzf {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.jzf_d3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.jzf_d2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.pro_nr::-webkit-scrollbar-thumb {
    border-radius: 0.025rem;
    box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.308);
    -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
    background: #ecc347;
}

.pro_nr::-webkit-scrollbar {
    width: 2px;
}

.pro_js a {
    width: 135px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 14px;
    margin-left: 40px;
    padding-left: 25px;
    color: #fff;
    background: url(../images/pro_jt.png) #0b89c7 no-repeat 90% center;
}

.pro_js a:hover {
    background: url(../images/pro_jt.png) #ecc347 no-repeat 90% center;
}

.moduleThree {
    background-color: #0b89c7;
}

.t_js h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.moduleThree {
    height: 498px;
    padding: 25px 0;
}

.moduleThree>.w1400 {
    overflow: hidden;
}

.moduleThree .t_js {
    float: left;
    width: 50%;
}

.moduleThree .t_js .pro_nr p {
    color: #fff;
}

.moduleThree .t_js .pro_nr {
    height: 345px;
    padding: 0 20px;
}

.moduleThree .t_video {
    float: left;
    width: 50%;
    height: 498px;
}

.moduleThree .t_video video {
    /* max-width: 100%; */
    height: 100%;
}

.moduleThree .t_video iframe {
    max-width: 100% !important;
    height: 100% !important;
}

.moduleThree .t_video img {
    max-width: 100% !important;
    height: 100% !important;
}

.t_js h1 {
    height: 34px;
    margin-top: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 40px;
}

.moduleFive {
    text-align: center;
    margin-bottom: 75px;
}

.moduleFive>.w1200 {
    overflow: hidden;
}

.moduleFive h1 {
    font-weight: 700;
    margin: 80px 0 20px 0;
}

.moduleFive h1 a {
    color: #35251a;
    font-size: 48px;
}

.moduleFive h1 a:hover {
    color: #0b89c7;
}

.moduleFive em {
    color: #626364;
    font-size: 12px;
}

.f_con {
    margin-top: 50px;
}

.f_con ul {
    overflow: hidden;
}

.f_con ul li {
    float: left;
}

.f_con ul li {
    width: 392px;
    margin-right: 10px;
}

.f_con ul li:nth-child(3n+3) {
    margin-right: 0;
}

.f_con li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.f_con li img {
    width: 392px;
    height: 221px;
    transition: all .5s;
}

.f_con li:hover img {
    transform: scale(1.1);
}

.f_con li:hover h2 {
    color: #0b89c7;
}

.f_con li:hover p {
    color: #0b89c7;
}

.f_con li span {
    display: inline-block;
    background-color: #0b89c7;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    width: 140px;
}

.f_vfx {
    overflow: hidden;
}

.f_vfx h2 {
    margin: 20px 25px 15px 25px;
    color: #323232;
    font-size: 18px;
    font-weight: 700;
}

.f_vfx p {
    color: #626364;
    font-size: 14px;
    line-height: 25px;
    margin: 25px;
    text-align: left;
}

.moduleFour {
    height: 769px;
    text-align: center;
    overflow: hidden;
    background: url(../images/our_bg.jpg) no-repeat center;
}

.moduleFour h1 {
    height: 38px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 55px;
    margin-bottom: 18px;
}

.moduleFour span {
    display: block;
    color: #fff;
    font-size: 12px;
}

.moduleFour>.w1200 {
    margin-top: 45px;
    overflow: hidden;
}

.module_f .swiper-container {
    background: url(../images/zz_bg.png) no-repeat bottom center;
}

.moduleFour h3 {
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
    margin-bottom: -25px;
    position: absolute;
    bottom: 0;
    font-weight: 400;
}

.moduleFour .swiper-container {
    width: 100%;
    height: 100%;
}

.moduleFour .swiper-container {
    overflow: initial;
}

.moduleFour .swiper-slide-active h3 {
    margin-bottom: 10px;
}

.moduleFour .swiper-slide-active img {
    width: 260px !important;
    height: 371px !important;
    margin-bottom: 90px !important;
}

.moduleFour .swiper-slide img {
    width: 236px;
    height: 337px;
    margin-bottom: 50px;
}

.moduleFour .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    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;
    transition: 300ms;
    transform: scale(0.8);
}

.moduleFour .swiper-slide-active,
.moduleFour .swiper-slide-duplicate-active {
    transform: scale(1);
}

.sj_c_lxbot {
    display: none;
}


/* 产品侧边二级 */

.nav {
    width: 300px;
    float: left;
    margin-right: 90px;
}

.nav h1 {
    text-indent: 20px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    background: url(../images/list_img.jpg) no-repeat center;
    height: 113px;
    line-height: 113px;
}


/* .c_pagecont {
    float: right;
    width: 67%;
} */

.clear {
    overflow: hidden;
    padding-top: 60px;
}

.nav h2 {
    margin: 0 10px;
}

.nav h2.on a {
    color: #0b89c7;
}

.nav h2 a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    height: 80px;
    border-bottom: 1px solid #dddddd;
    display: block;
    display: flex;
    align-items: center;
    justify-content: start;
}

.nav h2:hover a {
    color: #0b89c7;
}

.nav h2 a img {
    width: 43px;
    height: 45px;
}

.nav .bd {
    border: 1px solid #dddddd;
}

.c_em {
    width: 100%;
}

.c_header .c_topright .topup .c_toplink a.on {
    color: #0c8ac7;
}

.zzxwec {
    overflow: hidden;
    margin-bottom: 20px;
}

.c_jinpute em {
    color: red;
}

.texjita em {
    color: red;
}

.submits {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #0c8ac7;
    border-radius: 4px;
    margin: 20px 0 0;
    height: 50px;
    line-height: 50px;
}

.submits:hover {
    background: #f80;
}

.module_fs {
    display: none;
}

.springframe {
    display: none;
}

.nvx span {
    display: none;
}

.nvx {
    position: relative;
}

.nvx:hover span {
    width: 280px;
    position: absolute;
    display: block;
    top: 0;
    right: 46px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    background: #0b89c7;
}

.f_con .xw_img {
    width: 100%;
    height: 221px;
    overflow: hidden;
}

.x_yzm {
    position: relative;
}

.x_yzm span {
    text-align: left;
    float: none;
    font-size: 14px !important;
}

.texjita span {
    font-size: 14px;
}

.x_yzm img {
    position: absolute;
    right: 0;
    top: 50%;
}

.x_yzm input {
    font-size: 14px;
}

.x_yzm em {
    height: 42px;
    color: red;
    line-height: 42px;
}

.x_yzm div {
    float: none;
    margin-left: 0;
    background: #fff;
}

.sub_updown .bt {
    max-width: 70%;
    display: block;
    float: left;
}

@media screen and (max-width: 1366px) {
    .w1200s {
        width: 1200px;
    }
    .c_topnav {
        width: 58% !important;
    }
    .c_header .c_topright .topup {
        width: 42%;
    }
    .c_header .c_logo {
        margin-left: 30px;
    }
    .c_header .c_topright .topup .c_toplink {
        width: 56%;
    }
    .top_xxx {
        width: 44%;
    }
    .c_header .c_topright .c_topnav li {
        margin-right: 10px;
    }
    .yx_s {
        left: 47%;
    }
    .yx_s:hover {
        right: 15.15%;
    }
    .tel_s {
        right: 30%;
    }
    .tel_s:hover {
        right: 15.5%;
    }
    .ss_s {
        right: 12%;
    }
    .moduleThree .t_video video {
        height: auto;
    }
    .chat-entry.chat-entry-close {
        right: 30px !important;
    }
    #okki-chat-widget-iframe {
        position: fixed;
        right: 78px;
        bottom: 20px;
        z-index: 150000;
    }
    .chat-entry.chat-entry-close {
        z-index: 100;
        right: 40px;
        bottom: 0;
    }
    .c_header .c_topright {
        width: 78%;
    }
}

@media screen and (Max-width: 768px) {
    .c_header .c_logo {
        margin-left: 0;
    }
    .top_xxx {
        width: 100%;
    }
    .c_header .c_topright .topup .c_toplink a {
        padding-left: 30px;
        margin-left: 30px;
    }
    .c_header .c_topright .topup .c_toplink {
        width: 58%;
        text-align: left;
        position: relative;
    }
    .c_header .c_topright .topup .c_toplink a {
        display: inline-block;
    }
    .c_header {
        height: auto;
    }
    .c_topnav {
        width: 100% !important;
        z-index: 9;
        top: 75px;
    }
    .c_header .c_topright {
        width: 70%;
    }
    .c_header .c_topright .topup {
        width: 100%;
        margin-top: 0;
    }
    .moduleOne ul {
        flex-flow: wrap !important;
    }
    .moduleOne li {
        margin-right: 0;
    }
    .yx_s {
        right: 24%;
        top: 10px;
        left: auto;
    }
    .yx_s:hover {
        text-align: right;
        right: 24%;
        width: 50%;
    }
    .tel_s {
        right: 12%;
        top: 10px;
    }
    .tel_s:hover {
        right: 12%;
        text-align: right;
    }
    .ss_s {
        top: 10px;
        right: 0%;
    }
    .moduleOne li a {
        height: 100%;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .moduleOne li a img {
        margin: auto;
        margin-top: 50px;
    }
    .moduleTwo {
        margin-top: 30px;
    }
    .pro_swiper,
    .pro_js,
    .t_video {
        width: 100% !important;
    }
    .pro_swiper .swiper-button-next {
        right: 10px;
    }
    .pro_swiper .swiper-button-prev {
        left: 10px;
    }
    .pro_js h1 {
        margin-left: 20px;
        font-size: 20px;
    }
    .pro_js h2 {
        padding-left: 20px;
        font-size: 18px;
    }
    .pro_nr {
        margin: 30px 0px;
        height: 250px;
    }
    .pro_js {
        padding: 0 20px;
        height: 580px;
        box-sizing: border-box;
    }
    .moduleThree {
        margin: 0 20px;
        margin-top: 30px;
        height: auto;
    }
    .t_js h1 {
        font-size: 20px;
        margin-top: 20px;
        margin-left: 0;
        text-align: center;
    }
    .moduleThree .t_video {
        height: auto;
    }
    .moduleThree .t_video video {
        width: 100%;
    }
    .moduleThree .t_js .pro_nr {
        height: auto;
    }
    .module_f {
        display: none;
    }
    .module_fs {
        display: block;
        position: relative;
    }
    .module_fs .swiper-pagination-bullet {
        display: inline-block;
        background: #fff;
        opacity: 1;
    }
    .module_fs .swiper-pagination-bullet-active {
        background-color: #f80;
    }
    .moduleFour h1 {
        font-size: 30px;
    }
    .moduleFour span {
        font-size: 20px;
    }
    .moduleFour {
        height: auto;
    }
    .moduleFour .swiper-slide-active h3 {
        margin-bottom: 20px;
    }
    .moduleFive h1 {
        font-size: 30px;
    }
    .moduleFive em {
        font-style: 20px;
    }
    .f_con ul li {
        width: 100%;
    }
    .f_con li img {
        max-width: 100%;
    }
    .f_vfx p {
        font-size: 18px;
        line-height: 25px;
        margin: 15px 25px 20px 25px;
    }
    .f_vfx h2 {
        font-size: 22px;
    }
    .moduleFive {
        margin-bottom: 50px;
    }
    .c_botlx {
        width: 100%;
    }
    .c_lxbot {
        display: none;
        width: 100% !important;
    }
    .sj_c_lxbot {
        display: block;
    }
    .c_header .c_topright .c_topnav {
        height: auto !important;
    }
    .c_header .c_topright .c_topnav li {
        margin-right: 0;
    }
    .tel_s:hover .tel_nr {
        margin-top: 5px;
    }
    .yx_s:hover .yx_nr {
        margin-top: 5px;
    }
    .nav {
        display: none;
    }
    .c_product li {
        height: auto;
    }
    .c_indextab .hdd h2.on {
        background: #0b89c7;
    }
    .c_header .c_topright .c_topnav li:last-child {
        margin-right: 0px;
    }
    .c_header .c_topright .c_topnav li em {
        margin: 0;
    }
    .springframe {
        display: block;
        background: #000;
        padding: 20px;
    }
    .springframe h1 {
        color: #fff;
        font-size: 20px;
    }
    .springframe .line {
        width: 60px;
        height: 3px;
        background-color: #0b89c7;
        margin: 10px 0;
    }
    .springframe span {
        display: block;
        font-size: 16px;
        color: #fff;
        padding-right: 40px;
        margin-bottom: 30px;
    }
    .springframe input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #4a4a4a;
        font-size: 18px;
        text-indent: 1em;
        color: #fff;
    }
    .springframe input::placeholder {
        color: #4a4a4a;
    }
    .subscribe {
        width: 45%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        background-color: #0c8ac7;
        display: block;
        margin-top: 30px;
        text-align: center;
    }
    .c_header .c_topright .topup {
        height: 70px;
    }
    .xvwsz {
        display: inline-block;
        margin: 0 0px 0 40px;
        color: #333;
        font-size: 16px;
    }
    .zzxwec {
        margin-bottom: 0;
    }
    .texjita {
        margin: 0;
    }
    .x_yzm {
        margin-top: 0;
    }
    .dqbb {
        margin-left: 30px;
    }
    .boaodn a {
        margin-bottom: 20px;
    }
    .close {
        display: none;
    }
    .tb-thumb .tb-selected div img {
        height: 55px;
    }
    .cg_r {
        font-size: 12px;
        float: left;
    }
    .image-slider-contents {
        width: 240px;
    }
    .spic {
        width: 250px;
    }
    .porlist .bd li a.tyf img:first-child {
        height: 178px;
    }
    .pro_js a {
        margin-left: 85px !important;
    }
    .moduleFive h1 a {
        line-height: 50px;
    }
    .c_product li a.tyf .f_img {
        height: 166px;
    }
    .x_yzm img {
        width: 25%;
    }
    .c_yzm img {
        width: 25%;
    }
    .anjin a {
        width: 140px;
    }
    .sub_updown .bt {
        display: none;
    }
    .c_xgtj {
        margin-bottom: 20px;
    }
    .pro_bg>img {
        width: 100%;
    }
}