.inbox {
    max-width: 1900px;
    min-width: 1200px;
    margin: 0 auto;
}

#toplan {
    background: #27292a;
    padding: 10px 0;
    color: #fff;
}

#toplan a:hover,
.icon-shijian {
    color: #d5b55e;
}

/* 澶氳瑷€鍒囨崲 */
.lang {
    position: relative;
    width: 100px;
    float: right;
}

.lang-icon>img {
    margin-right: 5px;
    display: inline-block;
}

.lang-icon {
    /* display: flex; */
    align-items: center;
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    white-space: nowrap
}

.lang-icon span {
    position: relative;
    padding-right: 18px;
    color: #fff;
}

.lang-icon span::before {
    content: '';
    position: absolute;
    right: 4px;
    top: 11px;
    width: 8px;
    height: 1px;
    background: #333;
    transform: rotate(50deg)
}

.lang-icon span::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 11px;
    width: 8px;
    height: 1px;
    background: #333;
    transform: rotate(-50deg)
}

.lang-drop {
    position: absolute;
    top: calc(100% + 26px);
    right: 50%;
    transform: translateX(50%);
    background: #FFF;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    box-shadow: 0px 2px 12px 0 rgb(0 0 0 / 10%);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, top .3s
}

.lang-drop.active {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 12px)
}

.lang-arrow {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-top: 1px solid #EBEEF5;
    border-left: 1px solid #EBEEF5;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -6px;
    left: 50%
}

.lang-wrap {
    width: 140px;
    padding: 8px 0px;
    box-sizing: border-box;
    margin-left: 0 !important;
}

.lang-drop.lang-flex {
    transform: translateX(20%)
}

.lang-drop.lang-flex .lang-arrow {
    left: 80%
}

.lang-flex .lang-wrap {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    margin-left: 0;
}

.lang-wrap li {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    transition: background-color .3s
}

.lang-flex .lang-wrap li {
    width: 33%;
    padding: 8px 6px
}

.lang-wrap li.lang-active,
.lang-wrap li:hover {
    background-color: #EEE
}

.lang-wrap li a {
    display: block;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.lang-wrap li img {
    display: inline-block;
    vertical-align: -.25em;
    margin-right: 4px
}

@media(max-width:1024px) {
    .lang {
        margin-left: auto;
        left: 0;
    }

    /* .lang-icon span {
	display: none
} */
    .lang-icon>img {
        margin: 2px 0px 0px 0px
    }

    .lang-drop.lang-flex {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 60px !important;
        position: fixed;
        width: calc(100vw - 20px)
    }

    .lang-drop.lang-flex.active {
        top: 54px !important
    }

    .lang-flex .lang-wrap {
        width: 100%
    }

    .lang-drop.lang-flex .lang-arrow {
        left: 82%
    }

    .lang-drop {
        display: none
    }

    .lang-drop.active {
        display: block
    }
}

/* 澶氳瑷€鍒囨崲 END */
.servicestime {
    font-size: 14px;
    float: right;
    padding-right: 40px;
}

.servicestime i {
    margin: 0 10px;
}

.topflow {
    float: right;
    padding-right: 50px;
}

.topflow .iconfont {
    font-size: 20px;
    padding: 0 3px;
}


.allnav {
    width: 100%;
    background: #cce465;
}

.ahead-nav {
    flex-direction: row;
    height: 100%;
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding-left: 200px;
}

.ahead-nav .logo {
    display: block;
    width: 200px;
    height: 129px;
    position: absolute;
    bottom: -20%;
    left: 0;
    z-index: 999997;
}

.ahead-nav .logo img {
    width: 100%;
    height: auto;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #cce465;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}

.navbar-fixed-top .ahead-nav {
    width: 1400px;
    margin: 0 auto;
}

.navbar-fixed-top .ahead-nav .logo {
    top: -10px;
    width: 180px;
    height: 117px;
}

.ahead-nav .n_item {
    display: inline-block;
    position: relative;
    z-index: 100;
}

.ahead-nav .topName {
    display: block;
    padding: 0 30px;
    line-height: 75px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.ahead-nav .topName:hover,
.ahead-nav .active {
    background: #43cef4;
    font-weight: 600;
    color: #fff;
}

.ahead-nav .n_item .navSub {
    background: #fff;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 60%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    opacity: 0;
    border-radius: 3px;
    pointer-events: none;
    text-align: left;
    transition: opacity 0.3s ease-in-out;

}

.ahead-nav .n_item .navSub .subName {
    display: block;
    line-height: 46px;
    font-size: 16px;
    text-transform: capitalize;
    padding: 8px 10px 8px 20px;
}

.ahead-nav .n_item .navSub .subName:hover {
    background: #e5f0b2;
}

.ahead-nav .n_item:hover .topName:before {
    width: 100%
}

.ahead-nav .n_item:hover .navSub {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out;

}

.asearch_box {
    background: #fff;
    border: 1px solid #D0D0D0;
    border-radius: 50px;
    padding: 0 0 0 20px;
    line-height: 40px;
    position: absolute;
    right: 0%;
    top: 18px;
    z-index: 110;
}

.asearch_box .sub_btn {
    border-radius: 30px;
    width: 15%;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    background: #43cef4;
    color: #fff;
    opacity: .5;
    transition: opacity 0.3s ease;
}

.asearch_box .sub_btn:hover {
    opacity: 1;
}

.asearch_box .text {
    width: 80%;
    line-height: 28px;
}



#newsletter {
    width: 100%;
    background: #f8f8f8;
}

.newsletter {
    padding: 40px 0;
    width: 80%;
    margin: 0 auto;
    display: flex;
}

.newsletter .newsletter_left,
.newsletter .newsletter_right {
    width: 50%;
}

.newsletter .newsletter_text {
    padding-left: 40px;
}

.newsletter_text h4 {
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 24px;
    text-align: left;
}

.newsletter_text p {
    margin-bottom: 0px;
    line-height: 1.7;
    color: #51545f;
    text-align: left;
}

.newsletter .newsletter_right {
    display: flex;
    justify-content: flex-end;
}

.newsletter .newsletter_right .newsletter_form {
    padding-right: 40px;
    display: flex;
}

.newsletter .newsletter_right .newsletter_form .newsletter_email {
    width: 300px;
    height: 46px;
    background: #FFFFFF;
    border: none;
    padding-left: 20px;
}

.newsletter .newsletter_right .newsletter_form .newsletter_submit_btn {
    width: 160px;
    height: 46px;
    border: none;
    background: #43cef4;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.newsletter .newsletter_right .newsletter_form .newsletter_submit_btn:hover {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    background: #cce465;
}



/*Cookies协议*/
#cookies_agreement {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999998;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: opacity 300ms ease-in-out;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    max-width: 374px;
    width: 94%;
    justify-content: space-between;
    box-sizing: border-box;
    margin: auto;
}

.cookies_none {
    display: none !important;
}

#cookies_agreement>.cookies-content {
    line-height: 26px;
    color: #333;
    width: 100%;
    font-size: 16px;
}

#cookies_agreement>.cookies-content a {
    text-decoration: underline;
}

#cookies_agreement>.cookies-content a:hover {
    text-decoration: underline;
}

#cookies_agreement>.cookies-button {
    display: block;
    background-color: #2e2e2e;
    line-height: 20px;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    width: 48%;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

#cookies_agreement>.cookies-button.reject {
    background-color: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    float: left;
}

@media screen and (min-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 30px 15%;
        width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0;
        border: 1px solid #D0D0D0;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: none;
    }

    #cookies_agreement.cookies-bottom>.cookies-content {
        flex: 1;
        margin-right: 20px;
    }

    #cookies_agreement.cookies-bottom>.cookies-button {
        width: auto;
        padding: 10px 60px;
        margin-left: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    #cookies_agreement.cookies-bottom {
        padding: 20px;
        left: 0;
        right: 0;
        bottom: 15px;
    }

    #cookies_agreement.cookies-bottom>.content {
        width: 100%;
        flex: none;
    }

    #cookies_agreement.cookies-bottom>.button {
        margin-top: 15px;
    }
}

.cookies-popup {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.cookies-open-popup {
    display: block;
}

.cookies-open-popup .cookies-popup-box {
    background-color: #fefefe;
    margin: 4% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
    max-width: 1200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: auto;
}

.cookies-popup .cookies-popup-box .cookies-popup-box-top {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.cookies-popup .cookies-popup-box-foot {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.cookies-popup .cookies-popup-box-foot .cookies-button {
    width: auto;
    padding: 8px 30px;
    background: #333;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}

/*底部*/


#footer {
    padding-top: 45px;
    width: 100%;
    border-top: 1px solid #e3e3e3;
    background: url(../images/di_bg.jpg) no-repeat #43cef4 center top;
    background-size: 70% auto;
}

#footer .footer_top {
    padding-bottom: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

#footer .fleft {
    width: 25%;
    padding-left: 50px;
    color: #fff;
}

#footer .fleft h1 {
    font-size: 22px;
    font-weight: bold;
    font-family: Poppins-Regular;
}

#footer .fleft img {
    width: 80px;
    height: auto;
}

#footer .fleft ul li {
    font-size: 14px;
    line-height: 2;
}

#footer .fleft ul li span {
    padding: 0 10px 0 0;
}


#footer .f_right {
    float: right;
    width: calc(100% - 25% - 50px);
}

#footer .f_right .f_item {
    width: calc(35.3333% - 120px);
    padding-left: 120px;

}

#footer .f_right .f_item .f_title {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

#footer .f_right .f_item.share_menu {
    width: 50.33333%;
    padding-left: 130px
}

#footer .f_right .f_item .list {
    margin-top: 30px
}

#footer .f_right .f_item .list a {
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    font-family: Opensans-Regular
}

#footer .f_right .f_item .list a span {
    font-size: 12px;
    padding: 0 10px 0 0;
    color: #cce465;
}

#footer .f_right .f_item .list a:hover {
    color: #cce465
}

#footer .f_right .f_item.share_menu a {
    display: inline-block;
    font-size: 40px;
    padding: 5px;
}

.copyright {
    height: 60px;
    line-height: 60px;
    background: #27292b;
    font-size: 14px;
    color: #fff;
    text-align: center
}

.copyright a {
    color: #fff
}




#go_top {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px
}

#go_top:hover {
    text-decoration: none
}

#chat_window {
    position: fixed;
    right: 50px;
    bottom: 100px;
    z-index: 10000
}

#chat_window .chat_box .box {
    display: none
}

#chat_window .chat_box.pc_limit:hover .box,
#chat_window .chat_box.cur .box {
    display: block
}

#chat_window .chat_box .chat_item {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url(../images/icon_chat.png) no-repeat 0 0;
    margin-bottom: 6px
}

#chat_window .chat_box a.chat_item {
    text-indent: 100px;
    overflow: hidden;
    white-space: nowrap
}

#chat_window .chat_box .chat_qq {
    background-color: #4cafe9
}

#chat_window .chat_box .chat_skype {
    background-color: #5996ff;
    background-position: 0 -50px
}

#chat_window .chat_box .chat_email {
    background-color: #f5b246;
    background-position: 0 -100px
}

#chat_window .chat_box .chat_trademanager {
    background-color: #33bbf9;
    background-position: 0 -150px
}

#chat_window .chat_box .chat_wechat {
    background-color: #59c682;
    background-position: 0 -200px
}

#chat_window .chat_box .chat_whatsapp {
    background-color: #55d5bb;
    background-position: 0 -250px
}

#chat_window .chat_box .abs {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0px;
    margin-right: 50px;
    padding-right: 15px
}

#chat_window .chat_box .more_box {
    position: relative;
    padding: 10px 0px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 5px
}

#chat_window .chat_box .more_box:before {
    content: '';
    position: absolute;
    bottom: 19px;
    right: -8px;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #e8e8e8;
    border-style: solid
}

#chat_window .chat_box .more_box:after {
    content: '';
    position: absolute;
    bottom: 19px;
    right: -6.5px;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent;
    border-left-color: #fff;
    border-style: solid
}

#chat_window .chat_item:hover .abs {
    display: block
}

#chat_window .chat_box .more_box a {
    position: relative;
    display: block;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    padding: 0px 17px;
    font-size: 14px;
    color: #333;
    white-space: nowrap
}

#chat_window .chat_box .more_box a:hover {
    background-color: #effaf7;
    text-decoration: none
}

#chat_window .chat_box .more_box .item {
    width: auto;
    margin: 0;
    border: 0
}

#chat_window .chat_box .more_box .relimg {
    display: none;
    position: absolute;
    top: 0;
    left: -105px;
    padding-right: 5px;
    width: 100px;
    height: 100px;
    text-align: right;
    margin-bottom: 5px
}

#chat_window .chat_box .more_box .relimg img {
    padding: 2px;
    border: 1px solid #effaf7;
    border-radius: 2px;
    background: #fff
}

#chat_window .chat_box .more_box a:hover .relimg {
    display: block
}

#chat_window .chat_box .chat_box_menu {}

#chat_window .chat_box .chat_box_menu a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #07bb8a url(../images/icon_chat_menu.png) no-repeat 0 0
}

#chat_window .chat_box .chat_box_menu #go_top {
    visibility: hidden;
    opacity: 0
}

#chat_window .chat_box .chat_box_menu #go_top.show {
    visibility: visible;
    opacity: 1
}

#chat_window .chat_box .chat_box_menu .more {}

#chat_window .chat_box .chat_box_menu .more {
    display: none
}

#chat_window .chat_box .chat_box_menu .more.default_show {
    display: block
}

#chat_window .chat_box:hover .chat_box_menu .more.default_show {
    display: none
}

#chat_window .chat_box .chat_box_menu .top {
    background-position: 0 -50px;
    background-color: #cce465
}

#chat_window .chat_box .box .chat_close {
    display: none
}


.position {
    font-size: 14px;
    padding: 20px 0;
    color: #fff;
}

.position a {
    color: #fff;
    padding: 0 5px;
}

.position a:hover {
    color: #cce465;
}

.pr_pbox {
    background: #f8f8f8;
}

.pr_p {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    color: #000;
}

.pr_p a {
    color: #000;
}

/*关于我们*/
.in_ad {
    position: relative;
}

.in_ad img {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
}

.in_ad h1 {
    display: block;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.in_ad .position {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.ny_title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-left: 5%;
}

.ab_nr_3 {
    width: 1200px;
    margin: 0 auto;
}

.ab_nr_3 li {
    transition: all 0.3s ease;
}

.ab_nr_3 .bl {
    background: #43cef4;
}

.ab_nr_3 .lv {
    background: #b7d92d;
}

.ab_nr_3 .fh {
    background: #ed95c6;
}

.ab_nr_3 li {
    border-radius: 150px;
    color: #fff;
    padding: 30px 0 20px 50px;
    margin: 20px auto;
    width: 80%;
}

.ab_nr_3 .fleft {
    width: 80%;
}

.ab_nr_3 h3 {
    display: block;
    line-height: 80px;
    font-size: 80px;
    float: left;
    padding-right: 30px;
}

.ab_nr_3 h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    line-height: 1;
}

.ab_nr_3 h5 {
    font-size: 16px;
    padding: 0;
    line-height: 1;
}

.ab_nr_3 p {
    font-size: 14px;
    padding: 0;
    line-height: 1;
}


.ab_nr_3 li:hover {
    transform: scale(1.1);
}


.wz,
.ab_nr_6 h2,
.ab_nr_6 p {
    width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
    color: #636363;
}

.wz h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding-top: 30px;
}

.wz p {
    font-size: 14px;
    line-height: 2;
    text-indent: 28px;
}

.wz h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    padding-top: 50px;
}

.ab_nr_2 {
    padding-bottom: 110px;
}
.ab_nr_2 img{width: 30%; margin-left: 80px; float: right; height: auto;}

.ab_nr_2 p {
    padding-bottom: 30px;
}

.ab_nr_4 {
    padding-bottom: 500px;
    background: url('../images/ab_img.jpg') no-repeat bottom center;
    background-size: 80% auto;
}

.ab_nr_6 {
    background: #f4f4f4;
    width: 100%;
    padding: 30px 0;
}

.ab_nr_6 h2 {
    font-size: 30px;
    color: #000;
    padding-top: 0;
}

.ab_nr_6 p {
    text-indent: 0;
}

.ab_nr_7 {
    text-align: center;
    padding: 10px 0;
}

.ab_nr_7 img {
    display: inline-block;
    width: 20%;
    height: auto;
    margin: 10px 2.3%;
    transition: transform 0.3s ease;
}

.ab_nr_7 img:hover {
    transform: scale(1.1);
}

.ab_nr_video{padding: 40px 0; margin-bottom: 30px; background: #f8f8f8;}
.ab_nr_video video{width:80%;max-width:  1200px; height: auto; margin: 0 auto;}


.in_zizhi h1 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}

.in_zizhi h1 span {
    display: block;
    width: 80px;
    height: 3px;
    background: #43cef4;
    margin: 30px auto 0 auto;
}

.in_zizhi .zizhibg {
    height: 150px;
    position: relative;
    background: url('../images/zizhi_bg.jpg') no-repeat fixed center bottom;
    background-size: 100% auto;
    margin-top: 200px;
}

.in_zizhi .zizhibg div {
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    bottom: 40px;
    text-align: center;
}

.in_zizhi .zizhibg div img,
.in_zizhi .zl img {
    display: inline-block;
    width: 14%;
    height: auto;
    padding: 0 1%;
    transition: transform 0.3s ease;
}


.in_zizhi .zl,
.in_zizhi .zl2 {
    width: 1400px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.in_zizhi img:hover {
    transform: scale(1.1);
}

.in_zizhi .zl2 .img {
    max-width: 23%;
    padding: 10px 1.5%;
    display: inline-block;
}

.kehusay {
    background: url(../images/kehu_saybg.jpg) no-repeat top center #c2e2eb;
    background-size: 100% auto;
}

.kehusay .inbox {
    width: 1200px;
    padding: 50px 25px;
}

.kehusay h4 {
    line-height: 150%;
    font-size: 16px;
}

.kehusay h1 {
    font-size: 36px;
    font-weight: bold;
}

.kehusay ul li {
    background: rgba(183, 217, 45, .7);
    border-radius: 50px;
    padding: 30px;
    margin: 20px auto;
    transition: all .5s ease
}

.kehusay ul li:hover {
    background: rgba(183, 217, 45, 1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .1);
    transition: all .5s ease
}

.kehusay ul li .tuo {
    width: 130px;
    height: 130px;
    border: 10px solid rgba(255, 255, 255, .3);
    overflow: hidden;
    border-radius: 50%;
}

.kehusay ul li .zi {
    width: 85%;
    padding-left: 5%;
    color: #fff;
    font-size: 16px;
}

.kehusay ul li .zi span {
    display: block;
    line-height: 2;
}

.kehusay ul li .zi .name {
    font-size: 18px;
    font-weight: bold;
}

.kehusay ul li:hover {
    transform: scale(1.005);
}

.contenter {
    width: 1200px;
    margin: 0 auto;
}

.webarticle_detail {
    margin: 30px 0;
    overflow: hidden;

}

.webarticle_detail>.contents {
    color: #555;
    line-height: 160%;
    font-size: 16px;
    min-height: 300px;
}

.webarticle_detail>.contents>.share {
    padding: 10px 0
}

.webarticle_detail.content-100>.contents {
    float: none;
    width: 100%
}

.webarticle_detail strong,
.webarticle_detail b {
    font-weight: bold
}


.webart_feedback {
    margin: 30px auto;
    padding-top: 10px;
    width: 1200px;
}

.webart_feedback .article_feedback_title {
    text-align: center;
    margin-bottom: 2%;

}

.webart_feedback .article_feedback_title .title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.webart_feedback .article_feedback_title span {
    display: block;
    width: 28px;
    height: 2px;
    background: #43cef4;
    margin: 15px auto 10px
}

.webart_feedback .article_feedback_title .txt {
    font-size: 16px;
    color: #555;
}

.webart_feedback .rows {
    padding: 10px 0;
    position: relative;
}

.webart_feedback .rows.input_rows {
    float: left;
    width: 48.334%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.webart_feedback .rows.input_rows:nth-child(even) {
    margin-left: 3.3%;
}

.webart_feedback .rows .input_title {
    text-align: left;
    font-size: 16px;
    display: block;
    padding-bottom: 6px;
}

.webart_feedback .rows .input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #888;
    text-indent: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #888;
}

.webart_feedback .rows textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    font-size: 14px;
    color: #888;
    box-sizing: border-box;
    border: 1px solid #888;
}


.webart_feedback .rows.vcode .input {
    width: 150px;
    max-width: 80%;
}

.webart_feedback .rows.vcode img {
    margin-top: 3px
}

.webart_feedback .rows.vcode .fc_red {
    position: static;
    margin: 0 0 0 8px
}

.webart_feedback .rows .form_button {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #43cef4;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer
}

.webart_feedback .rows .form_button:hover {
    background: #b7d92d;
}

.webart_feedback .rows.textarea_rows {
    clear: both
}

.webart_feedback.s1>form>.rows.input_rows {
    width: 100%;
    float: none
}

.webart_feedback.s1>form>.rows.textarea_rows textarea {
    width: 90%;
    max-width: 90%
}

body .bx-wrapper .bx-pager,
body .bx-wrapper .bx-controls-auto {
    bottom: 4%
}


#contact {
    max-width: 1200px;
    margin: 0 auto;
}

#contact li {
    display: inline-block;
    width: 30%;
    margin: 80px 1% 0 1%;
    text-align: center;
    vertical-align: top;
    position: relative;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
    padding: 60px 20px 20px 20px
}

#contact li span {
    display: block;
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
    color: #43cef4;
}

#contact li h1 {
    font-weight: bold;
}

.pr_list {
    width: 1400px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}

.pr_list a {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    font-size: 16px;
}

.pr_list a:hover,
.pr_list .on {
    background: #43cef4;
    border: 1px solid #43cef4;
    color: #fff;
}

.pr_item,
.news_item {
    vertical-align: top;
    background: #f8f8f8;
    padding: 2% 15% 3% 16%;
    border-bottom: 5px solid #fff;
}

.pr_item .item {
    display: inline-block;
    width: 22%;
    margin: 1%;
    padding: 20px 15px;
    transition: all ease .2s;
    background: #fff;
}

.pr_item .item:hover {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .1);
    border-radius: 15px;
    transition: all ease .2s;
}

.pr_item .item a img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-radius: 5px;
}

.pr_item .item a span {
    display: block;
    line-height: 150%;
    font-size: 16px;
    padding: 15px 15px 0 15px;
    font-weight: bold;
    height: 60px;
}

.pr_item .item a:hover span {
    color: #cce465;
}

@media screen and (max-width: 1600px) {
    .pr_item {
        padding: 0 1%;
    }

}


.pr_item .item .btn_go_quote {
    display: inline-block;
    margin-top: 12px;
    padding: 5px 10px;
    color: #888;
    text-align: center;
    font-size: 14px;
    border-radius: 25px;
}

.pr_item .item .btn_go_quote i {
    display: inline-block;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #43cef4;
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 16px;
}

.pr_item .item .btn_go_quote:hover {
    background: #cce465;
    color: #fff;
}

.pr_item .item .btn_go_quote:hover i {
    background: #cce465;
}

.huise {
    background: #f8f8f8;
    padding: 30px 0;
}


.huise .neirong {
    padding: 50px;
    max-width: 1300px;
    background: #fff;
    margin: 0 auto;
}

.huise .neirong .title {
    font-size: 20px;
    text-align: center;
}

.huise .neirong .ext_mes {
    text-align: center;
    line-height: 2;
    padding-bottom: 20px;
}

.huise .neirong .ext_mes div {
    display: inline-block;
    font-size: 12px;
    color: #7d7d7d;
}

.huise .neirong .ext_mes div i {
    padding: 0 10px;
}

.huise .shangxia {
    max-width: 1300px;
    font-size: 14px;
}


.in_news {
    background: #f8f8f8;
}

.in_news a .tup img {
    opacity: 1;
    transition: transform 0.3s ease;
}

.in_news a:hover .tup img {
    opacity: 1;
    transform: scale(1.1);
}

.in_news h4 {
    color: #43cef4;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
    font-size: 16px;
}

.in_news h1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.in_news h1 span {
    display: block;
    width: 80px;
    height: 3px;
    background: #43cef4;
    margin: 20px auto;
}



.in_news {
    padding: 20px 0 200px 0;
}

.in_news .inbox {
    width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.in_news .item {
    position: absolute;
    width: 100%;
}

.in_news a {
    display: inline-block;
    width: 28%;
    margin: 0 2.5%;
    border-radius: 10px 10px 0 0;
    vertical-align: top;
}

.in_news .tup {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.in_news .tup img {
    width: 100%;
    height: auto;
}

.in_news .wenzi {
    padding: 20px;
}

.in_news .wenzi h1 {
    line-height: 30px;
    height: 30px;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.in_news .wenzi h2 {
    font-size: 14px;
    line-height: 150%;
    font-weight: normal;
    color: #636363;
    text-align: left;
    display: block;
}

.in_news .riqi {
    border-top: 1px solid #d3d3d3;
    line-height: 250%;
    padding: 0 20px;
    color: #636363;
}

.in_news .riqi span,
.in_news .riqi p {
    display: inline-block;
    width: 50%;
    font-size: 14px;
}

.in_news .riqi span {
    text-align: left;
}

.in_news .riqi i {
    margin-right: 10px;
}

.in_news .riqi p {
    text-align: right;
}

.in_news a:hover {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, .1);
}

.in_news a:hover .wenzi,
.in_news a:hover .riqi {
    background: #cce465;
    color: #fff;
}

.in_news a:hover .wenzi h1,
.in_news a:hover .wenzi h2 {
    color: #fff;
}

.in_news a .wenzi,
.in_news a .riqi,
.in_news a .wenzi h1,
.in_news a .wenzi h2 {
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}

.in_newsclear {
    height: 300px;
}



.web_info_list {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
}

.web_info_list .item {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5
}

.web_info_list .item:last-child {
    margin: 0
}

.web_info_list .item .img {
    width: 15%;
    float: left;
    overflow: hidden;
    border-radius: 15px;
}

.web_info_list .item .info {
    width: 82%;
    float: right;
    padding-left: 25px;
    box-sizing: border-box
}

.web_info_list .item .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px
}

.web_info_list .item .info .title a {
    font-size: 24px;
    color: #555
}

.web_info_list .item .info .title a:hover {
    color: #cce465
}

.web_info_list .item .info .time {
    margin: 10px 0 15px 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
}

.web_info_list .item .info .time h2 {
    display: none
}

.web_info_list .item .info .desc {
    font-size: 14px;
    color: #777;
    line-height: 150%;
    max-height: 63px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block
}

.web_info_list .item .info .desc:hover {
    text-decoration: none
}

.web_info_list .item .link {
    display: none
}

.web_info_list .item.no_img .img {
    display: none
}

.web_info_list .item.no_img .info {
    width: 100%;
    float: none;
    padding: 0
}

.web_info_list.s1 .item {
    position: relative;
    min-height: 50px
}

.web_info_list.s1 .item .img {
    display: none
}

.web_info_list.s1 .item .info {
    width: 100%;
    padding: 0 150px
}

.web_info_list.s1 .item .info .time {
    position: absolute;
    left: 0;
    top: 0
}

.web_info_list.s1 .item .info .time h1 {
    display: none
}

.web_info_list.s1 .item .info .time h2 {
    display: block;
    font-size: 24px;
    font-weight: bold
}

.web_info_list.s1 .item .info .time h2 span {
    display: block;
    font-size: 16px;
    color: #a4a4ac;
    padding-top: 8px
}

.web_info_list.s1 .item .info .title a {
    color: #333
}

.web_info_list.s1 .item .link {
    display: block;
    width: 20px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon_link.png") no-repeat center
}


.pr_bj {
    background: #f8f8f8;
}

.webpro_detail {
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 30px 30px;
}

.webpro_detail .share {
    text-align: center;
    margin-top: 20px
}

.webpro_detail .left_small_img .bx-controls-direction {
    display: block
}

.webpro_detail .gallery {
    position: relative;
    float: left;
    width: 50.834%;
    margin-right: 0;
    min-height: 450px;
    padding-bottom: 20px;
}


.webpro_detail .gallery .bigimg {
    padding-left: 110px
}

.webpro_detail .gallery .bigimg img {
    max-height: 500px;
    width: auto;
}

.webpro_detail .gallery .bigimg .video_container {
    position: absolute;
    max-height: 500px;
    max-width: 450px;
    z-index: 99;
    text-align: center;
}

.webpro_detail .gallery .bigimg video {
height: auto;
max-height: 500px;
width: auto;
max-width: 100%;
margin: 0 auto;

}

.webpro_detail .gallery .bigimg .MagicZoom {
    display: block;
    margin: 0 auto;
    font-size: 0;
    max-width: 100%
}

.webpro_detail .gallery .bigimg .MagicZoom img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important
}

.webpro_detail .gallery .bigimg .MagicZoomBigImageCont {
    border: 1px solid #ddd
}

.webpro_detail .gallery .bigimg .MagicZoomHeader {
    font-size: 8pt !important;
    line-height: normal !important;
    color: #fff;
    background: #666;
    text-align: center !important
}

.webpro_detail .gallery .bigimg .MagicZoomPup {
    border: 1px solid #ccc;
    background: #fff;
    cursor: move
}

.webpro_detail .gallery .bigimg .MagicZoomLoading {
    border: 1px solid #ddd;
    background: url(../images/loading.gif) no-repeat 2px 50% #fff
}

.webpro_detail .gallery #zoom-big {
    position: absolute;
    top: 0;
    left: 100%
}

.webpro_detail .gallery #zoom-big img {
    max-width: none;
    max-height: none
}

.webpro_detail .gallery #small_img {
    width: 100px;
    position: absolute;
    left: 0;
    top: 0
}

.webpro_detail .gallery #small_img .pic_box {
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    text-align: center;
    display: block
}

.webpro_detail .gallery #small_img .pic_box:last-child {
    margin-bottom: 0
}

.webpro_detail .gallery #small_img .pic_box.on {
    border: 1px solid #acd571
}

.webpro_detail .gallery .left_small_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%
}

.webpro_detail .gallery .left_small_img .pic_box {
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    width: calc(100% - 2px) !important;
    padding-top: calc(100% - 2px);
    height: 0
}

.webpro_detail .gallery .left_small_img .pic_box a {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%
}

.webpro_detail .gallery .left_small_img .pic_box img {
    max-height: 80.5px;
    display: inline-block;
    vertical-align: middle
}

.webpro_detail .gallery .left_small_img .pic_box span {
    display: inline-block;
    vertical-align: middle
}

.webpro_detail .gallery .left_small_img .pic_box {
    margin-bottom: 13%
}

.webpro_detail .gallery .left_small_img .pic_box:last-child {
    margin-bottom: 0
}

.webpro_detail .gallery .left_small_img .pic_box.on {
    border-color: #3c3c3c
}

.webpro_detail .gallery .left_small_img .pic_box[pos=video]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.1) url(../images/icon_video_play.png) no-repeat center center;
    z-index: 1
}

.webpro_detail .gallery .left_small_img .bx-wrapper {
    padding: 36px 0
}

.webpro_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a {
    bottom: 0;
    left: 0;
    z-index: 1
}

.webpro_detail .gallery .bigimg .video_container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.webpro_detail .gallery .bigimg .video_container iframe {
    min-height: 450px
}

@media only screen and (min-width:1024px) {
    .webpro_detail .gallery .left_small_img .bx-wrapper .bx-pager {
        display: none
    }

    .webpro_detail .gallery .bx-wrapper .bx-controls-direction a {
        margin-top: 0;
        top: unset;
        bottom: 0;
        width: 100%;
        background: #fff;
        padding-top: 0;
        height: 16px;
        display: block
    }

    .webpro_detail .gallery .bx-wrapper .bx-controls-direction .bx-prev {
        background: url(../images/icon_prod_bx_prev.png) no-repeat center;
        bottom: unset;
        top: 0
    }

    .webpro_detail .gallery .bx-wrapper .bx-controls-direction .bx-next {
        background: url(../images/icon_prod_bx_next.png) no-repeat center
    }
}

.webpro_detail .gallery .products_img {
    display: none
}

.webpro_detail .gallery .products_img iframe {
    width: 96vw;
    height: 96vw
}

.webpro_detail .info {
    width: 49.166%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box
}

.webpro_detail .info .name {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.webpro_detail .info .number {
    margin: 10px 0;
    font-size: 16px;
    width: 100%;
    color: #888;
}

.webpro_detail .info .number span {}

.webpro_detail .info .number i {
    color: #cce465;
    padding: 0 5px 0 0;

}

.webpro_detail .info .share {
    margin: 10px 0
}

.webpro_detail .info .desc {
    font-size: 14px;
    margin: 10px 0;
    line-height: 150%;
    color: #888;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 30px;
}

.webpro_detail .info .attribute {
    margin: 10px 0
}

.webpro_detail .info .attribute li {
    line-height: 30px;
    overflow: hidden;
    color: #888;
    font-size: 16px
}

.webpro_detail .info .attribute li span {
    display: inline-block
}

.webpro_detail .info .attribute li span:first-child {
    min-width: 120px;
    margin-right: 10px
}

.webpro_detail .info .price {
    padding: 7px 0;
    font-size: 16px;
    font-weight: bold;
    color: #d5b55e;
    display: none;
}

.webpro_detail .info .hide_price {
    font-size: 18px;
    font-weight: bold;
    font-family: 'OpenSans-Bold';
    color: #333;
    margin-right: 5px;
}

.webpro_detail .info .button {
    margin: 20px 0
}

.webpro_detail .info .button>a,
.webpro_detail .info .button>button#addtocart_button,
.webpro_detail .info .button>a#login_addtocart_button,
.webpro_detail .info .button>a.btn_go_quote_list {
    display: inline-block;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
    margin-right: 12px;
    margin-bottom: 12px;
    background: #f8f8f8;
    border-radius: 50px;
    font-size: 16px;
    color: #888;
    padding: 0 30px 0 0;
    line-height: 45px;
    height: 45px;


}

.webpro_detail .info .button a i {
    display: inline-block;
    border-radius: 50%;
    font-size: 20px;
    font-weight: normal;
    background: #43cef4;
    width: 45px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
}


.webpro_detail .info .button>a:hover,
.webpro_detail .info .button>button#addtocart_button,
.webpro_detail .info .button>a#login_addtocart_button,
.webpro_detail .info .button>a:hover.btn_go_quote_list {
    background: #43cef4;
    color: #fff;
    font-weight: bold;
}

.webpro_detail .description {
    margin: 50px auto 0 auto
}

.webpro_detail .description .title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    color: #555;
    overflow: hidden
}

.webpro_detail .description .title span {
    line-height: 38px;
    height: 38px;
    font-size: 18px;
    margin-right: 30px;
    cursor: pointer;
    padding: 5px 10px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    word-break: keep-all
}

.webpro_detail .description .title span.cur {
    color: #222;
    border-color: #222
}

.webpro_detail .description .contents {
    line-height: 180%;
    min-height: 300px;
    padding: 10px 0;
    display: none
}

.webpro_detail .description .global_mtitle {
    display: none;
    position: relative
}

.webpro_detail .description .global_mtitle:after {
    content: '>';
    font-family: monospace;
    font-size: 24px;
    position: absolute;
    top: 0px;
    right: 10px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s
}

.webpro_detail .description .global_mtitle.cur:after {
    transform: rotate(90deg)
}



/*询盘弹窗*/
.inquiry-popup {
    display: none;
    position: fixed;
    z-index: 100002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.inquiry-open-popup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry-open-popup .inquiry-popup-box {
    width: 94%;
    max-width: 700px;
    padding: 60px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.inquiry-open-popup .inquiry-popup-box .close-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 28px;
    color: #666;
    cursor: pointer;
}

.inquiry-popup .inquiry-popup-box .inquiry-popup-box-top {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry-popup .inquiry-popup-box-top i {

    font-size: 40px;
    margin-right: 10px;
    color: #19be6b;

}

.inquiry-popup .inquiry-popup-box-foot {
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.inquiry-popup .inquiry-popup-box-foot .inquiry-button {
    background: #333;
    color: #fff;
    padding: 5px 33px;
    line-height: 28px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    border: 1px solid #7d7d7d;
    cursor: pointer;
}

.inquiry-popup .inquiry-popup-box-foot .inquiry-button-n {
    padding: 5px 33px;
    line-height: 28px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    background: #fff;
}

.inquiry-popup .inquiry-popup-box-foot button:first-child {
    margin-right: 12px;
}



.web_turn_page {
    background: #fff;
    margin: 30px 0;
    text-align: center;
    height: auto;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.web_turn_page span {
    text-align: center;
    display: inline-block;
    margin: 5px 5px;
    position: relative
}

.web_turn_page span:hover {
    background: #e9edeb
}

.web_turn_page span a,
.web_turn_page span font {
    display: block;
    font-size: 16px;
    padding: 9px 18px;
    background: #f5f7f6;
    text-decoration: none;
}

.web_turn_page span a.prev-next {
    padding: 9px 20px;
}

.web_turn_page span.active a {
    background: #cce465;
    color: #fff;
    cursor: default;
    border-radius: 5px;
}

.web_turn_page strong {
    padding: 0 5px;
    vertical-align: middle;
}

.web_turn_page span em {
    width: 7px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px
}

.web_turn_page a:hover {
    color: #cce465;
    background: #cce465;
    color: #fff;
    cursor: default;
    border-radius: 5px;
}

.web_turn_page span em.icon_page_prev {
    background: url(../images/normal.png) no-repeat -391px -24px
}

.web_turn_page span em.icon_page_next {
    background: url(../images/normal.png) no-repeat -408px -24px
}

.web_turn_page.s1>span .page_item_current {
    background: none;
    color: #ff6600
}


.inquiry_popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99998;
    display: none;
}

.inquiry_popOut {
    position: fixed;
    width: 60%;
    max-width: 900px;
    height: auto;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: 99999;
    display: none;
}

.inquiry_popOut * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.webinqu_box {
    width: 100%;
    font-family: 'Opensans-Regular';
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
    position: relative;
}

.webinqu_box .inquiry_close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.webinqu_box .inquiry_close i {
    font-size: 22px;
}

.webinqu_box h1 {
    font-family: 'OpenSans-Bold';
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.webinqu_box .inquiry_box {
    display: flex;
    flex-direction: column;
}

.webinqu_box .inquiry_box .inquiry_box_top {
    display: block;
    padding: 0px 20px;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_pic {
    float: left;
    margin: 0 15px 0 0;
    width: 80px;
    height: 80px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_pic img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info span {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.webinqu_box .inquiry_box .inquiry_box_con {
    flex: 1;
    padding: 20px;
}

.webinqu_box .inquiry_box .inquiry_box_con form {
    width: 100%;
    padding: 10px 0 0;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows {
    padding: 10px 0
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows.input_rows {
    float: left;
    width: 48.334%;
    margin-bottom: 15px;
    font-size: 0px
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows.input_rows:nth-child(even) {
    margin-left: 3.3%
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows label {
    font-size: 16px;
    display: block;
    padding-bottom: 6px
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows label span {
    color: red;
    font-size: 14px
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows .input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    text-indent: 5px;
    border: 1px solid #b3b3b3;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows textarea {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #b3b3b3;

}

/* .webinqu_box .inquiry_box .inquiry_box_con form .rows.vcode_rows {
    margin-top: 11px;
} */

.webinqu_box .inquiry_box .inquiry_box_con form .rows .vcode {
    position: relative;
    display: inline-block;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows .vcode .input {
    width: 300px;
    max-width: 100%
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows .vcode img {
    position: absolute;
    top: 1px;
    right: 1px;
    width: auto;
    height: 40px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.webinqu_box .inquiry_box .inquiry_box_con form .rows.submit_rows {
    margin-top: 14px
}

.webinqu_box .inquiry_box .inquiry_box_con form .form_button {
    font-family: 'OpenSans-Bold';
    width: 200px;
    height: 46px;
    cursor: pointer;
    background: #222;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 0
}

@media only screen and (max-width: 768px) {
    .inquiry_popOut {
        width: 100%;
    }

    .webinqu_box .inquiry_box {
        flex-direction: column;
    }

    .webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info span {
        white-space: unset;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .webinqu_box .inquiry_box .inquiry_box_top .inquiry_product_info p {
        display: none;
    }

}



.rale_products {
    margin-top: 55px;
    padding-bottom: 56px;
    width: 100%;
    background: #fff;
}

.rale_products .box {
    max-width: 1400px;
    min-width: 800px;
    margin: 0 auto;
}

.rale_products .products_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

.rale_products .products_title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #ddd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rale_products .products_title .title {
    font-size: 22px;
    color: #191919;
    position: relative;
    z-index: 1;
    padding: 0 40px;
    width: 100%;
    background: #fff;
    text-align: center
}


.rale_products .list {
    justify-content: space-between;
    margin-top: 23px;
    width: 100%;
}

.rale_products .list .item {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.rale_products .list .item .text {
    padding: 20px 0;
    line-height: 1.5;
    font-size: 14px;
}

.rale_products .list .item .img {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease .2s;
}


.rale_products .list .item a:hover {
    color: #cce465;
}

.rale_products .list .item:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all ease .2s;
}




.shangxia {
    background: #fff;
    color: #333;
    margin: 10px auto;
    border-bottom: 10px solid #f8f8f8;
    padding: 10px 20px;
    font-size: 14px;
}

.shangxia a {
    display: inline-block;
    width: 42%;
    text-align: center;
    border-radius: 10px;
    padding: 5px 0;
}

.shangxia .liebiao {
    background: #43cef4;
    width: 15%;
    color: #fff;
}

.shangxia .liebiao:hover {
    background: #acd571;
}

.shangxia .shang,
.shangxia .noshang {
    text-align: left;
    padding-left: 3%;
}

.shangxia .xia,
.shangxia .noxia {
    text-align: right;
    padding-right: 3%;
}

.shangxia .shang:hover,
.shangxia .xia:hover {
    background: #acd571;
    color: #fff;
}




/* owl-carousel轮播插件 */
.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    padding: 0;
    text-align: left;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 8px;
    background: #000;
    border-radius: 20px;
}

.owl-carousel .owl-nav i {
    font-size: 24px;
    color: #fff
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #000;
    width: 42px;
    height: 42px;
    line-height: 48px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
    left: 20px;
    right: auto;
    background: url('../images/turn_prev.png') no-repeat #000 center;
    background-size: 30%;


}

.owl-carousel .owl-nav .owl-next {
    right: 20px;
    background: url('../images/turn_next.png') no-repeat #000 center;
    background-size: 30%;

}

/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,
.slides-arrow:hover .owl-nav .owl-prev {
    opacity: .3
}

.slides-arrow.dot-center .owl-dots {
    position: relative;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    bottom: 30px;


}