/*-----------------------------------------------------------*/
/*copyright by åŠ¨åŠ›æ— é™  www.btoe.cn*/
/*é‚®ç®± btoe@btoe.cn*/
/*åˆä½œç”µè¯ 400-0599-360*/
/*ç‰ˆæƒæ‰€æœ‰è¿è€…å¿…ç©¶*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 12px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #9cc82b;
    color: #fff;
}

::-moz-selection {
    background-color: #9cc82b;
    color: #fff;
}

::-webkit-selection {
    background-color: #9cc82b;
    color: #fff;
}

#wjdh-kefu .wjdh-kefu-qq p,
#wjdh-kefu .wjdh-kefu-qq a,
#wjdh-kefu .wjdh-kefu-tel p,
#wjdh-kefu .wjdh-kefu-tel img,
#wjdh-kefu .wjdh-kefu-erweima img {
    box-sizing: content-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
    margin: 0 auto !important;
    max-width: 1920px !important;
}

*:before,
*:after {
    box-sizing: content-box;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

a,
span {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.webqq_ewm {
    box-sizing: content-box;
}

.fixedNav {
    position: fixed !important;
    top: 0px !important;
    width: 100%;
    z-index: 100000 !important;
    /* _position: absolute;    _top: expression(eval(document.documentElement.scrollTop)); */
    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
    background-color: #fff !important;
}

:root {
    --nav_down_height: 137px;
    --nav_color: #9cc82b;
}

html {
    cursor: url(../images/cur.png), default;
}

a {
    cursor: url(../images/Acur.png), default;
}

textarea {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="text"] {
    animation: animated 1s infinite;
    -moz-animation: animated 1s infinite;
    -webkit-animation: animated 1s infinite;
    -o-animation: animated 1s infinite;
}

input[type="button"] {
    cursor: url(../images/Acur.png), default !important;
}

input,
button {
    outline: none;
    border: 0;
    background: transparent;
}

.myclearfix:after {
    content: "";
    display: block;
    clear: both;
}

.leftl {
    float: left;
}

.rightr {
    float: right;
}

/* nav S */
.navi {
    width: 100%;
    height: var(--nav_down_height);
    background-color: transparent;
    position: relative;
    top: 0;
    border-bottom: 1px solid rgba(33, 173, 132, 0.15);
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    box-sizing: border-box;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.navi .navi_main {
    width: 1360px;
    height: 100%;
    margin: 0 auto 0;
    box-sizing: border-box;
    position: relative;
    z-index: 6;
    display: flex;
    justify-content: space-between;
}

.navi_main h1 {
    margin-top: 14px;
}

.navi_main h1 a img {
    width: 95px;
}

.navi .navi_main .navi_list {
    height: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 20px;
}

.navi .navi_main .navi_list>li {
    height: 100%;
    font-size: 16px;
    display: inline-block;
    margin-left: 11px;
}

.nav_comon {
    position: absolute;
    width: 120px;
    top: 120px;
    display: none;
    box-shadow: 4px 19px 18px 0px rgb(1 1 1 / 16%);
}

.nav_comon::before {
    width: 0 !important;
}

.nav_comon ul li {
    line-height: 40px;
    background: #fff;
    box-sizing: border-box;
}

.nav_comon ul li>a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333;
}

.nav_comon ul li>a:hover {
    color: var(--nav_color);
}

.navi .navi_main .navi_list>li>a {
    display: block;
    font-family: Arial;
    width: 100%;
    height: 100%;
    color: #333333;
    position: relative;
    z-index: 9;
    font-size: 18px;
    line-height: var(--nav_down_height);
    text-align: center;
    box-sizing: border-box;
    padding: 0 16px;
}

.navi .navi_main .navi_list>li.active>a,
.navi .navi_main .navi_list>li:nth-child(1)>a {
    color: #62b040;
}

.nav_down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: var(--nav_down_height);
    z-index: 999;
    display: none;
}

.nav_down::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nav_arc.png) no-repeat center;
    background-size: cover;
    z-index: 9;
    pointer-events: none;
}

.nav_down_pro {
    width: 1279px;
    height: 350px;
    background-color: #ffffff;
    box-shadow: 4px 19px 18px 0px rgba(1, 1, 1, 0.16);
    border-radius: 0px 0px 10px 10px;
    border: solid 1px #f1f1f1;
}

.nav_down .nav_left {
    margin: 56px 0 0 102px;
    display: inline-block;
    vertical-align: top;
}

.nav_down .nav_left .title1 {
    font-family: Arial;
    font-size: 32px;
    font-weight: bold;
    line-height: 26px;
    color: #4f4f4f;
}

.nav_down .nav_left .title2 {
    font-size: 14px;
    line-height: 14px;
    color: #656565;
    margin: 14px 0 20px;
}

.nav_down .nav_left .title2::after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 27px;
    height: 3px;
    background-color: var(--nav_color);
}

.nav_down .nav_left .title3 a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    color: #383938;
}

.nav_down .nav_left .go_more {
    display: block;
    width: 64px;
    height: 22px;
    border: solid 1px #dcdcdc;
    position: relative;
    margin: 34px 0 37px;
    text-align: center;
    line-height: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.nav_down .nav_left .go_more:hover {
    background-color: var(--nav_color);
    border: solid 1px var(--nav_color);
    margin-left: 10px;
}

.nav_down .nav_left .consult {
    display: block;
    width: 123px;
    height: 39px;
    background-color: var(--nav_color);
    border-radius: 20px;
    line-height: 38px;
    font-size: 14px;
    color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.nav_down .nav_left .consult img {
    margin: 0 10px;
}

.nav_down .nav_left .consult:hover {
    transform: translateX(10px);
}

.nav_down .nav_slogan {
    position: absolute;
    width: 404px;
    height: 14px;
    right: 292px;
    bottom: 15px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 14px;
    color: #929292;
    z-index: 9;
    padding-left: 58px;
    background: url(../images/nav_line.png) no-repeat center left;
}

.nav_pro_right {
    display: inline-block;
    vertical-align: top;
    width: 973px;
    box-sizing: border-box;
    margin: 52px 0 0 0;
    float: right;
}

.nav_pro_right .nav_pro_hd {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 24px 0 32px;
}

.nav_pro_right .nav_pro_hd li:nth-child(3n) {
    margin-right: 0;
}

.nav_pro_right .nav_pro_hd li {
    width: 264px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-right: 46px;
}

.nav_pro_right .nav_pro_hd li:nth-child(n+4) {
    margin-top: 28px;
}

.nav_pro_right .nav_pro_hd li::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 5px;
    height: 11px;
    background: url(../images/nav_pro_more.png) no-repeat center;
}

.nav_pro_right .nav_pro_hd li .num {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 41px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    font-family: Arial;
    font-size: 16px;
    color: #525252;
}

.nav_pro_right .nav_pro_hd li .num::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 39px;
    height: 39px;
    background-color: #eaeaea;
    border-radius: 50%;
}

.nav_pro_right .nav_pro_hd li .num::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 29px;
    height: 29px;
    background-color: #ffffff;
    border-radius: 50%;
}

.nav_pro_right .nav_pro_hd li.active .num {
    color: #ffffff;
}

.nav_pro_right .nav_pro_hd li.active .num::after {
    background: var(--nav_color);
    opacity: 0.15;
}

.nav_pro_right .nav_pro_hd li.active .num::before {
    background: var(--nav_color);
}

.nav_pro_right .nav_pro_hd li .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    width: 214px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 13px;
    padding-top: 5px;
    padding-right: 20px;
    color: #424242;
    border-bottom: 1px solid #e1e1e1;
}

.nav_pro_right .nav_pro_hd li.active .text {
    color: var(--nav_color);
}

.nav_pro_right .nav_pro_bd {
    margin-top: 29px;
    width: 100%;
    background: var(--nav_color);
    height: 146px;
    border-radius: 40px 0px 0px 0px;
    box-sizing: border-box;
    position: relative;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 26px 36px 42px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul.active {
    opacity: 1;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li:nth-child(4n) {
    margin-right: 0;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li {
    flex: 0 0 24%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 18px;
    margin-right: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_pro_right .nav_pro_bd .nav_pro_bd_ul li a::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../images/nav_pro_arrow.png) no-repeat center;
    vertical-align: top;
    margin-right: 3px;
}

.nav_down_case {
    width: 1280px;
    height: 318px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 4px 19px 18px 0px rgba(1, 1, 1, 0.16);
    border-radius: 0px 0px 10px 10px;
    border: solid 1px #f1f1f1;
}

.nav_case_right {
    margin-top: 47px;
    display: inline-block;
    vertical-align: top;
}

.nav_case_right li:nth-child(4) {
    margin-right: 0;
}

.nav_case_right li {
    display: inline-block;
    width: 228px;
    height: 202px;
    background-color: #ffffff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    padding: 6px;
    position: relative;
    margin-left: 25px;
}

.nav_case_right li:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.nav_case_right li .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 160px;
}

.nav_case_right li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_case_right li .text {
    display: block;
    text-align: center;
    width: 140px;
    margin: 11px auto 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    color: #727272;
}

.nav_case_right li:hover .text {
    color: var(--nav_color);
}

.nav_case_right li::before {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    border: solid 1px #c7c7c7;
}

.nav_case_right li .text::after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    border: solid 1px #c7c7c7;
}

.nav_down_news {
    width: 1280px;
    height: 318px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 4px 19px 18px 0px rgba(1, 1, 1, 0.16);
    border-radius: 0px 0px 10px 10px;
    border: solid 1px #f1f1f1;
}

.nav_news_right {
    display: inline-block;
    vertical-align: top;
    margin-top: 51px;
    width: 800px;
    box-sizing: border-box;
    margin-left: 100px;
}

.nav_news_right h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.nav_news_right h3 i {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    position: relative;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
}

.nav_news_right h3 i::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    width: 36px;
    height: 36px;
    background: var(--nav_color);
    opacity: 0.15;
    border-radius: 50%;
}

.nav_news_right h3 i::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 28px;
    height: 28px;
    background: var(--nav_color);
    border-radius: 50%;
}

.nav_news_right p {
    font-size: 15px;
    line-height: 30px;
    color: #9d9c9c;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.navi_main .other {
    display: inline-block;
    height: 34px;
    border-bottom: 1px solid #333333;
    margin-top: 51px;
}

.navi_main .other .xunpan {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.navi_main .other .xunpan .tips {
    position: absolute;
    left: 30px;
    top: 34px;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: var(--nav_color);
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 5px 5px 2px rgba(158, 158, 158, .3);
    -webkit-transform: translateX(-20%) scale(0);
    -moz-transform: translateX(-20%) scale(0);
    -o-transform: translateX(-20%) scale(0);
    -ms-transform: translateX(-20%) scale(0);
    transform: translateX(-20%) scale(0);
    -webkit-transition: transform .6s, opacity .4s;
    -moz-transition: transform .6s, opacity .4s;
    -o-transition: transform .6s, opacity .4s;
    -ms-transition: transform .6s, opacity .4s;
    transition: transform .6s, opacity .4s;
    opacity: 0;
}

.navi_main .other .xunpan:hover .tips {
    -webkit-transform: translateX(-20%) scale(1);
    -moz-transform: translateX(-20%) scale(1);
    -o-transform: translateX(-20%) scale(1);
    -ms-transform: translateX(-20%) scale(1);
    transform: translateX(-20%) scale(1);
    opacity: 1;
}

.navi_main .other .zx {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 34px 0 55px;
}

.navi_main .other .zx:hover {
    transform: translateY(-5px);
}

.navi_main .other .zx::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 15px;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bfbfbf;
}

.navi_main .other p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
}

.navi_main .other p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
}

.footer {
    overflow: hidden;
    background-color: #f0f0fa;
    padding: 122px 0 20px;
}

.footer .footer-con {
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
}

.footer .footer-con>img:nth-child(1) {
    width: 188px;
}

.footer .footer-con .qr img {
    object-fit: contain;
    width: 165px;
    height: 165px;
}

.footer .footer-con .qr p:nth-child(2) {
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    margin-top: 19px;
    color: #7d7d7d;
}

.footer .footer-con .other1 .foo-nav {
    width: 298px;
    box-sizing: border-box;
}

.footer .footer-con .other1 .foo-nav a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 30px;
    color: #7d7d7d;
}

.footer .footer-con .other1 .phone p {
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 45px;
    color: #4d4d4d;
}

.footer .footer-con .other1 .phone i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    color: #7d7d7d;
}

.footer .footer-con .other2 {
    width: 238px;
    box-sizing: border-box;
}

.footer .footer-con .other2>p {
    font-size: 16px;
    line-height: 40px;
    color: #7d7d7d;
    position: relative;
    top: -10px;
}

.footer .footer-con .other2>p i {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #7d7d7d;
}

.footer .footer-con .other2>p a {
    font-size: 16px;
    line-height: 40px;
    color: #7d7d7d;
}

.footer .footer-con .other2 .links {
    width: 223px;
    height: 43px;
    border: solid 1px rgba(51, 51, 51, 0.31);
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 11px;
    cursor: pointer;
    margin-top: 12px;
}

.footer .footer-con .other2 .links:hover div {
    height: 90px;
    border: solid 1px rgba(51, 51, 51, 0.31);
}

.footer .footer-con .other2 .links p {
    font-size: 14px;
    color: #7d7d7d;
    display: inline-block;
    line-height: 43px;
}

.footer .footer-con .other2 .links div {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 0;
    overflow-y: scroll;
    top: 43px;
    left: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    border-bottom: solid 0px rgba(51, 51, 51, 0.31);
}

.footer .footer-con .other2 .links div a {
    display: block;
    font-family: SimSun;
    font-weight: bold;
    font-size: 14px;
    margin: 10px;
    color: #7d7d7d;
}

.footer .footer-con .other2 .links div a:hover {
    color: #9cc82b;
}

.footer .foo-down {
    width: 1360px;
    margin: 0 auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 40px;
    color: #7d7d7d;
}

.footer .foo-down::before {
    content: "";
    display: block;
    width: 1920px;
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #e9e9f2;
}

.footer .foo-down p {
    font-size: 14px;
    line-height: 40px;
    color: #7d7d7d;
}

.footer .foo-down a {
    font-size: 14px;
    line-height: 40px;
    color: #7d7d7d;
}

@media screen and (max-width: 1360px) {
    .navi .navi_main {
        width: 97%;
    }
}