html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

html,
body {
    /*  max-width:1900px; */
    margin: 0 auto;
    width: 100%;
}

body {
    font-size: 14px;
    font-family: 'Microsoft YaHei',PingFangSC-Regular,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;;
    padding-top: 70px;
}


/* custom */

a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

ol,
li,
ul {
    list-style: none outside none;
}

img {
    border: none;
    display: block;
    vertical-align: middle
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
}

a:link {
    color: #404040;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
textarea {
    outline: 0;
    resize: none;
    font-size: 14px;
    font-family: 'Microsoft yahei';
}

textarea {
    overflow: auto;
    resize: vertical
}

textarea:focus,
button:focus,
input:focus {
    outline: none;
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button:focus,
input:focus {
    outline: none;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
}

.trans {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*   header----  */

#header {
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 1px solid #dedede;
}

.head_center_zone {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.headerz {
    position: fixed;
    height: 70px;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    border-bottom: 1px solid #dedede;
}

.headers .wbst_logo {
    width: 200px;
    height: 30px;
    padding-top: 10px;
    float: left;
    position: absolute;
    left: 16%;
    z-index: 10;
}

.headers .wbst_logo img {
    width: 100%;
}

.headers .main_banner {
    float: right;
}

.headers .main_banner a {
    color: #000000;
    padding: 0 15px;
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    position: relative;
}


/*------------------------------------*/

.headers .main_banner_pc {
    float: right;
}

.headers .main_banner_pc a {
    color: #000000;
    padding: 0 10px;
    float: left;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.headers .main_banner_pc a:hover {
    color: #0476ff;
}


/*------------------------------------*/

.headers .main_banner a:hover {
    color: #0476ff;
}

.headers span.level_menu_icon {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: red;
    border-radius: 50%;
    color: #fff;
}

.headers .level_menu i {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 40px;
    background: url("../../images/common/icon/arrowDown.png") no-repeat center center;
    background-size: 100% auto;
}

.headers .rotate_90 {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* drop */

.headers .banner_dropBox {
    position: absolute;
    left: 400px;
    top: 60px;
    width: auto;
    box-shadow: 0px 5px 10px -7px #000000;
    overflow: hidden;
    -moz-transition: left 0.3s, width 0.5s, height 0.6s;
    -webkit-transition: left 0.3s, width 0.5s, height 0.6s;
    -o-transition: left 0.3s, width 0.5s, height 0.6s;
    transition: left 0.3s, width 0.5s, height 0.6s;
}

.headers .dropBoxDetail {
    float: left;
}

.headers .banner_slider {
    position: absolute;
    width: 2000px;
    left: 0;
    padding-top: 10px;
    -moz-transition: left 0.4s;
    -webkit-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
}

.headers .banner_slider i.icon_arrow {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -10px;
    content: "";
    width: 12px;
    height: 12px;
    background: url("../../images/common/banner_arrow.png") no-repeat center center;
}

.headers .drop_business {
    position: relative;
    width: 720px;
    height: 250px;
    background: #ffffff url("../../images/common/business_icon.png") no-repeat center center;
    padding: 30px 0 60px;
    background-size: 720px;
    box-shadow: 0px -5px 6px -7px #a29c9c;
}

.headers .drop_industry {
    position: relative;
    width: 250px;
    background: #ffffff url("../../images/common/industry_icon.png") no-repeat center center;
}

.headers .industry_list_detail {
    width: 100%;
    padding: 10px 0 20px;
    box-shadow: 0px -5px 6px -7px #A29C9C;
}

.headers .industry_list_detail a {
    width: 100%;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #000;
    /* text-indent: 80px; */
    cursor: pointer;
    position: relative;
    left: 0;
    text-align: center;
}

.headers .industry_list_detail>div,
.headers .drop_business_detail>div,
.headers .scenes_list_detail>div {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
}
.scenes_list_detail>div,
.scenes_list_detail>div>a{
    transition: all ease .3s;
}

.scenes_list_detail>div:hover{
    background-color: #0476ff !important;
    transition: all ease .3s!important;
}

.scenes_list_detail>div>a:hover{
    color: #fff!important;
    transition: all ease .3s!important;
}

.shu_line01{
    height: 70%;
    width: 1px!important;
    background-color: #e5e5e5;
}

.headers .scenes_list_detail a,
.headers .drop_business_detail a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    line-height: 1;
    text-indent: 55px;
    color: #000000;
    position: relative;
    left: 0;
}
.headers .drop_business_detail_02 a{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    line-height: 1;
    text-indent: 20px;
    color: #000000;
    position: relative;
    left: 0;
}
.headers .drop_business_detail_02 a:hover{
    color: #0476ff;
}
.new_focus{
    /* background-color: rgba(232,0,0,1); */
    color: #fff!important;
}
.new_focus2{
    color: #0476ff!important;
}
.nav02, .nav03{
    display: none;
}

.headers .scenes_list_detail a {
    text-indent: 30px;
}

.headers .drop_business>div {
    width: 199px;
    float: left;
    /*height: 100%;*/
    overflow: hidden;
}

.headers .drop_business .a_h_in{
    font-size: 14px;
    color: #505050;
    line-height: 28px;
    padding: 0;
    text-indent: 4.1em;
    transition: all ease .3s;
}
.headers .drop_business .a_atop{
    font-size: 18px;
    color: #181818;
    padding: 0;
    padding-bottom: 20px;
    text-indent: 3.2em;
    transition: all ease .3s;
}
.headers .drop_business .a_atop::before{
    content: '';
    width: 3px;
    height: 16px;
    background-color: #7d7d7d;
    position: absolute;
    left: 42px;
    top: 2px;
    transition: all ease .3s;
}
.headers .drop_business .a_h_in::before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #7d7d7d;
    position: absolute;
    left: 42px;
    top: 12px;
    transition: all ease .3s;
}
.a_h_in:hover, .a_atop:hover{
    color: #f20001 !important;
    transition: all ease .3s;
}
.a_atop:hover::before, .a_h_in:hover::before{
    background-color: #f20001 !important;
    transition: all ease .3s;
}

.sulotion_up {
    box-shadow: 0px -5px 6px -7px #A29C9C;
    padding-top: 40px;
}

.sulotion_up a {
    width: 280px;
    margin: 0px auto;
    text-align: left;
    font-size: 16px;
    font-family: 'Microsoft yahei';
    display: block;
}

.sulotion_down {
    padding-top: 20px;
    float: left;
    text-align: center;
    width: 100%;
}

.sulotion_down a {
    width: 280px;
    margin: 0px auto;
    text-align: left;
    font-size: 16px;
    font-family: 'Microsoft yahei';
    display: block;
    border-top: 1px solid #E6E6E6;
    padding-top: 23px;
}

.sulotion_down a:hover {
    color: #0476ff;
}

.headers .main_banner a.sulotion_pinpai {
    padding: 0px;
    width: 76%;
    height: 35px;
    line-height: 35px;
    left: 50%;
    color: #000;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.headers .main_banner a.sulotion_pinpai span {
    width: 100%;
}

.headers .business_sector {
    /*border-right: 1px solid #e6e6e6;*/
    width: 288px !important;
}
.headers .business_scenes {
    /*border-right: 1px solid #e6e6e6;*/
    width: 205px !important;
}
.headers .business_three {
    /*border-right: 1px solid #e6e6e6;*/
    width: 225px !important;
}

.headers .drop_business_title {
    color: #0476ff;
    line-height: 1;
    padding: 30px 0 20px;
    text-indent: 80px;
}

.headers .business_scenes .drop_business_title {
    text-indent: 55px;
}

.headers .business_sector .scenes_list_detail {
    width: 100%;
}

.headers .level_menu_open {
    width: 100%;
    float: left;
    height: 0;
    overflow: hidden;
    display: none;
    background: url("../../images/common/mobile_nav_bg.jpg") no-repeat center center;
    background-size: 100%;
}

.headers .main_bannerBox {
    /* width: 100%;
    right: 0;
    top: 0; */
    position: absolute;
    display: none;
}

.headers .level_menu_open span {
    position: relative;
    height: 45px;
    width: 76%;
    line-height: 45px;
    text-align: left;
    padding: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    float: left;
    font-size: 15px;
}

.headers .level_menu_secBox {
    width: 100%;
    float: left;
}

.headers .level_menu_secBox .solu_con {
    text-indent: 18%;
    position: relative;
    width: 76%;
    left: 50%;
    transform: translate(-50%, 0);
    float: left;
    -webkit-transform: translate(-50%, 0);
}

.headers .level_menu_secBox .solu_con div {
    float: left;
    width: 50%;
}

.headers .level_menu_secBox .solu_con h3 {
    height: 30px;
}

.level_menu_sec:hover {
    color: #0476ff;
}

.headers .level_menu_secBox .solu_cong {
    position: relative;
    width: 76%;
    left: 50%;
    transform: translate(-50%, 0);
    float: left;
    -webkit-transform: translate(-50%, 0);
}

.headers .level_menu_secBox .solu_cong a {
    text-indent: 10%;
    height: 40px;
    line-height: 40px;
}

.headers .level_menuSolution .level_menu_secBox {
    height: 0;
    overflow: hidden;
}

.headers .level_menu_secBox a {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-indent: 18%;
    padding: 0;
    left: 50%;
    color: #797979;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    float: left;
    font-size: 14px;
}

.nav_button_box {
    width: 42px;
    height: 32px;
    position: absolute;
    right: 34px;
    top: 9px;
    display: none;
    cursor: pointer;
}

.nav_btn_small {
    width: 21px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 8px;
}


/*line-box*/

.nav_button_box .lineCenter {
    top: 50%;
    margin-top: -1px;
}

.nav_button_box .lineTop {
    top: 0;
}

.nav_button_box .lineBottom {
    bottom: 0;
}

.nav_btn_small>div {
    border-radius: 1px;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
}

.arrowDirBase {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.arrowDirectionDown {
    transform: rotate(45deg) translate(5px, 5px);
    -webkit-transform: rotate(45deg) translate(5px, 5px);
}

.arrowDirectionUp {
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
}


/*footer*/

.footers {
    background-color: #000;
    position: relative;
}

.footers,
.footers span,
.footers div,
.footers a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.footers .footerPhoneBox {
    color: #0476ff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 95px;
    left: 0;
    /* font-family: arial; */
}

.footers .footerPhoneBoxMobile {
    font-size: 0.2rem;
    margin-left: 0.7rem;
    padding-bottom: 0.2rem;
    position: relative;
    display: none;
    color: #fff;
    text-align: left;
}

.footers .footer_list a.footer_companyName {
    font-size: 18px;
    line-height: 1;
    padding-bottom: 8px;
}

.footers .head_center_zone {
    padding: 175px 0 40px;
    overflow: hidden;
}

.footers .backToTop {
    width: 38px;
    height: 38px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    top: 40px;
    z-index: 150;
    background: url("../../images/common/icon/backTop_img.png") no-repeat left center;
    transition: none;
}

.footers .backToTop:hover {
    background-position: right center;
}

.footers .copyRight {
    font-size: 12px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    background-color: #000;
    /* opacity: 0.3; */
    filter: alpha(opacity=30);
    /* border-top: 1px solid #333333; */
}

.footers .footer_list,
.footers .footerWeixin,
.footers .footerWibo,
.footers .footerShare {
    float: left;
}

.footers .footerWibo {
    padding-left: 2%;
}

.footers .footerMap,
.footers .footerSec,
.footers .footerShare {
    width: 15%;
}

.footers .footerShare {
    padding-left: 8%;
    width: 15%;
}

.footers .footerAddress {
    width: 300px;
}

.footers .footerShare .shareOther {
    margin-bottom: 10px;
    width: 25px;
    height: 23px;
    cursor: pointer;
    margin-left: 10px;
}

.footers .footerShare .share_xinlang {
    background-position: 0 -25px;
}

.footers .footerShare .share_qq {
    background-position: 0 -50px;
}

.footers .footerShare .share_fb {
    background-position: 0 -75px;
}

.footers .footer_list a {
    display: inline-block;
    color: #a8a8a8;
    line-height: 25px;
    transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
}

.footers .footer_phone a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footers .footer_listOne {
    padding-left: 40px;
}

.footers .footer_listOne a {
    padding-bottom: 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.footers .footer_list a:hover {
    color: #fff;
}

.footers .footer_list span {
    color: #fff;
    display: block;
    height: 16px;
    padding-bottom: 25px;
}

.footers .footerWibo span,
.footers .footerWeixin span {
    padding-bottom: 25px;
}

.footers .share_box {
    float: right;
    width: 80px;
    height: 80px;
    position: relative;
    margin-right: 70px;
}

.footers .share_box>div {
    width: 32px;
    height: 32px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
}


/*tool*/

.toolEntery {
    width: 82px;
    height: 182px;
    position: fixed;
    top: 40%;
    margin-top: -41px;
    right: 0;
    display: none;
}

.toolEntery .tool_group {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
    border: 0;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
}


/*tool-phone*/

.toolEntery .tool_icon {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.toolEntery .tool_group:hover .tool_phone {
    right: 40px;
    width: 145px;
    background-color: #0476ff;
}

.toolEntery .tool_group .tool_phone {
    position: absolute;
    right: 0px;
    height: 40px;
    width: 40px;
}

.toolEntery .phone_num {
    width: 40px;
    height: 40px;
    padding: 5px 0;
    overflow: hidden;
}

.toolEntery .phone_zi p.phone {
    text-align: left;
    padding-left: 10px;
}

.toolEntery .tool_group:hover .phone_num {
    width: 145px;
}

.toolEntery p.phone {
    color: #fff;
    text-align: center;
    line-height: 1.1;
}

.toolEntery .tool_group:hover .tool_qq {
    right: 40px;
    width: 145px;
    background-color: #0476ff;
    z-index: 99;
}

.toolEntery .tool_qq_icon .tool_icon {
    z-index: 100;
}

.toolEntery .tool_group .tool_qq {
    position: absolute;
    right: 0px;
    height: 40px;
    width: 40px;
}

.toolEntery .tool_group:hover .tool_qq .phone_num {
    width: 145px;
    padding: 0;
}

.toolEntery .tool_qq p.phone {
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.toolEntery .tool_group:hover .tool_msg {
    right: 40px;
    width: 145px;
    background-color: #0476ff;
}

.toolEntery .tool_group .tool_msg {
    position: absolute;
    right: 0px;
    height: 40px;
    width: 40px;
}

.toolEntery .tool_group:hover .tool_msg .phone_num {
    width: 145px;
    padding: 0;
}

.toolEntery .tool_msg p.phone {
    color: #fff;
    text-align: center;
    line-height: 40px;
}


/*tool-share*/

.toolEntery .tool_share {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
}

.toolEntery .tool_share>div {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
    background-color: #0476ff;
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.toolEntery .tool_share>div>a {
    float: left;
    padding-left: 17px;
    margin-bottom: 2px;
}

.footers .footerWeixin p,
.footers .footerWibo p {
    display: none;
    color: #767676;
    font-size: 0.12rem;
    line-height: 1.5;
    padding-top: 0.1rem;
}

.toolEntery .tool_group {
    cursor: pointer;
}

.toolEntery .tool_wx {
    width: 81px;
    height: 100px;
    text-align: center;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    background-color: #000;
}

.toolEntery .tool_wx span {
    font-size: 12px;
    color: #fff;
}

.toolEntery .tool_wx img {
    width: 100%;
}

.toolEntery .tool_share_icon .tool_icon {
    z-index: 100;
}

.toolEntery .tool_group .tool_share {
    right: -121px;
    width: 120px;
    z-index: 99;
}

.toolEntery .tool_group:hover .tool_share {
    width: 120px;
    right: 40px;
    top: 0px;
    background-color: #0476ff;
}


/*tool-message*/

.toolEntery .tool_messageUp {
    position: absolute;
    right: 200px;
    top: -150px;
    width: 500px;
    height: 460px;
    padding: 40px 40px 60px 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.toolEntery .tool_messageUp .tool_mesList {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
}

.toolEntery .tool_messageUp span {
    display: inline-block;
    line-height: 43px;
    width: 80px;
    color: #000;
}

.toolEntery .tool_messageUp input.txt {
    height: 100%;
    width: 390px;
    border: 1px solid #e0e0e0;
    /*line-height: 43px;*/
    padding-left: 20px;
    color: #000;
}

.toolEntery .tool_messageUp input.txt:focus {
    border: 1px solid #0476ff;
}

.toolEntery .tool_messageUp input.btn {
    height: 43px;
    border: 1px solid #e0e0e0;
    line-height: 43px;
    display: inline;
    color: #000;
    float: left;
    padding: 0 9px;
    cursor: pointer;
    background: transparent;
    font-family: "Microsoft yahei";
}

.toolEntery .tool_messageUp input.click_status {
    background-color: #0476ff;
    color: #fff;
    border: 1px solid #0476ff;
}

.toolEntery .tool_messageUp input,
.toolEntery textarea,
.toolEntery .tool_messageUp .msg_up {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.toolEntery .tool_messageUp input.btn_first {
    margin-right: 16px;
}

.toolEntery .tool_messageUp input.btn_last {
    float: right;
    margin-right: 3px;
}

.toolEntery .tool_messageUp input.btn:hover {
    border: 1px solid #0476ff;
    background-color: #0476ff;
    color: #fff;
}

.toolEntery .tool_serverType span {
    float: left;
    width: 84px;
}

.toolEntery .tool_messageUp textarea {
    width: 392px;
    margin-right: 2px;
    height: 140px;
    float: right;
    border: 1px solid #e0e0e0;
    padding: 10px;
    color: #0476ff;
    font-family: "Arial";
}

.toolEntery .tool_messageUp textarea:focus {
    border: 1px solid #0476ff;
}

.toolEntery .tool_messageUp .msg_up {
    width: 410px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    background-color: #000;
    margin-top: 30px;
    float: right;
    cursor: pointer;
}

.toolEntery .tool_messageUp .msg_up:hover {
    background-color: #0476ff;
    color: #fff;
}


/*font*/

.headers span.level_menu_icon {
    font-size: 12px;
}

.headers .scenes_list_detail a,
.headers .industry_list_detail a,
.headers .business_sector span {
    font-size: 14px;
}

.headers .main_banner>a,
.headers .main_banner_pc>a,
.headers .drop_business_title {
    font-size: 16px;
}

.toolEntery .tool_messageUp input,
.toolEntery .tool_message span,
.toolEntery p.phone {
    font-size: 14px;
}

.toolEntery .tool_message textarea,
.toolEntery .tool_message span.msg_up {
    font-size: 20px;
}

.footers .footer_list a,
.footers .footer_list span {
    font-size: 14px;
}

.toolEntery p.phone {
    font-size: 0px;
}

.toolEntery .tool_group:hover .phone {
    font-size: 14px;
}

.mobileQQAndMsg {
    display: none;
}

.mobileQQAndMsg:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background-color: #e0e0e0;
}


/*   btn   */


/*  lean-more  */

a.detail_btn {
    color: #b0b0b0;
    display: inline-block;
}

.detail_btn i,
.detail_btn span,
.detail_btn_news i,
.detail_btn_news span {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.detail_btn i,
.detail_btn_news i {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 10px;
    background: url("../../images/common/icon/case_more_o.png") no-repeat 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.detail_btn:hover i {
    background-position: -25px 0;
}

.detail_btn_news i {
    background-image: url(../../images/common/icon/case_more.png);
}

.detail_btn:hover span {
    color: #000;
}


/*  more   */

.caseMoreBox {
    width: 100%;
    text-align: center;
}

a.caseMore {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: border-color .45s cubic-bezier(.4, 0, .2, 1);
}

a.caseMore i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* display: none \9; */
    background-color: #0476ff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
    transition: transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
    -moz-transition: transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
    -o-transition: transform .2s cubic-bezier(.4, 0, .2, 1) 75ms;
}

a.caseMore:hover i {
    width: 100%;
}

a.caseMore span.words {
    padding: 15px 60px;
    display: inline-block;
    color: #0476ff;
    font-weight: 500;
    transition: transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
    -moz-transition: -moz-transform .45s cubic-bezier(.4, 0, .2, 1), color .45s cubic-bezier(.4, 0, .2, 1) 75ms;
}


/*erweima*/

.ewmbox {
    position: relative;
}

.ewmyy {
    width: 116px;
    height: 116px;
    border: 5px solid #333333;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ewmbox:hover .ewmyy {
    opacity: 1;
}

a.caseMore:hover {
    border-color: #0476ff;
    background-color: #0476ff \9;
}

a.caseMore:hover i {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

a.caseMore:hover span.words {
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* -webkit-transition-delay: 75ms;
    transition-delay: 75ms; */
}

@media (max-width: 1700px) {
    .head_center_zone {
        width: 1164px;
    }
    .footers .footerShare {
        width: 12%;
        padding-left: 4%;
    }
}

@media (max-width: 1500px) {
    .toolEntery .tool_messageUp {
        width: 456px;
        height: 334px;
        padding: 20px 30px 30px 30px;
        top: -90px;
    }
    .toolEntery .tool_messageUp input.txt,
    .toolEntery .tool_messageUp textarea {
        width: 347px;
    }
    .toolEntery .tool_messageUp textarea {
        height: 80px;
    }
    .toolEntery .tool_messageUp input,
    .toolEntery .tool_message span/*,.toolEntery p.phone*/
    {
        font-size: 14px;
        line-height: 34px;
    }
    .toolEntery .tool_messageUp span {
        line-height: 34px;
    }
    .toolEntery .tool_messageUp .tool_mesList {
        height: 34px;
    }
    .toolEntery .tool_messageUp .msg_up {
        width: 373px;
        height: 34px;
        line-height: 34px;
    }
    .toolEntery .tool_messageUp input.btn {
        height: 34px;
        line-height: 34px;
    }
    .head_center_zone {
        /* width: 1030px; */
    }
    .footers .footerMap,
    .footers .footerSec,
    .footers .footerShare {
        width: 14%;
    }
    .footers .footerShare {
        width: 12%;
    }
    .footers .backToTop {
        top: 30px;
    }
    .footers .copyRight {
        line-height: 55px;
    }
}

@media (max-width: 1300px) {
    .head_center_zone {
        /*width: 900px;*/
    }
    .footers .footerMap,
    .footers .footerSec,
    .footers .footerShare {
        width: 12%;
    }
    .footers .footerShare {
        width: 12%;
        padding-left: 5%;
    }
    .footers .backToTop {
        top: 30px;
    }
    .footers .copyRight {
        line-height: 50px;
    }
}

@media (max-width: 1100px) {
    .footers .copyRight {
        line-height: 1.5;
        padding: 16px;
    }
}

@media (max-width: 950px) {
    .headerz {
        height: 50px;
    }
    .headers .main_banner_pc {
        display: none;
    }
    .headers .level_menu_open {
        display: block;
    }
    .footers .footerPhoneBox {
        top: 90px;
        left: 0;
    }
    .toolEntery {
        display: none;
    }
    .head_center_zone {
        width: 80%;
    }
    .headers .main_bannerBox {
        display: block;
        top: 52px;
        width: 132%;
        right: -16%;
        background-color: #fff;
    }
    .headers .level_menu i {
        display: block;
    }
    body {
        padding-top: 50px;
    }
    #header {
        height: 50px;
    }
    .headers .wbst_logo {
        width: 200px;
        padding-left: 0;
        padding-top: 14px;
    }
    .headers .wbst_logo img {
        width: 100%;
    }
    .nav_button_box {
        display: block;
        right: 0;
    }
    .headers .main_banner>a {
        width: 76%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        padding: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
    .headers .main_banner>a:nth-child(1) {
        margin-top: 20px;
    }
    .headers .main_banner {
        position: relative;
        height: 0;
        overflow: hidden;
        top: -1px;
        width: 100%;
        background-color: #fff;
    }
    .headers span.level_menu_icon {
        display: none;
    }
    .mobileQQAndMsg {
        display: block;
        position: relative;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        font-size: 15px;
        float: left;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        margin-top: 20px;
    }
    .mobileQQAndMsg span,
    .head_center_zone .main_banner .mobileQQAndMsg a {
        position: relative;
        padding-left: 40px;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        color: #0476ff;
        float: left;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 50%;
        cursor: pointer;
        width: auto;
        margin-top: 0;
    }
    .main_banner a.mobileQQ {
        background-image: url("../../images/common/mobile_qq.png");
        left: 12%;
    }
    span.mobileMsg {
        float: right;
        background-image: url("../../images/common/mobile_msg.png");
        right: 12%;
    }
    .footers .line_100 {
        width: 100%;
        position: relative;
        clear: both;
        padding-top: 30px;
    }
    .footers .footerMap,
    .footers .footerSec,
    .footers .footerShare {
        width: 20%;
    }
    .footers .footerAddress {
        width: 60%;
    }
    .footers .footerShare {
        width: 29%;
        padding-left: 0;
    }
    .footers .footerWeixin,
    .footers .footerWibo {
        width: 35%;
        padding-left: 0;
    }
}

.foot_xuqiu {
    display: none;
}

@media (max-width: 760px) {
    .foot_xuqiu {
        display: block;
        width: 72%;
        margin: 0px auto;
        padding: 100px 0 0px;
        text-align: center;
    }
    .foot_xuqiu span {
        position: relative;
        padding-left: 0.4rem;
        height: 0.55rem;
        font-size: 0.18rem;
        line-height: 0.55rem;
        color: #0476ff;
        font-weight: 600;
        background-repeat: no-repeat;
        background-position: left center;
        background-position-x: 0.2rem;
        background-size: auto 50%;
        display: inline-block;
        border: 1px solid #323232;
        width: 2.1rem;
    }
    .foot_xuqiu span.mobileMsg1 {
        background-image: url("../../images/common/mobile_msg.png");
    }
    .news .newBtnPrev,
    .news .newBtnNext {
        display: none;
    }
    .center_zone {
        overflow: hidden;
    }
    .footers .footer_listOne {
        padding-left: 0;
    }
    .footers .footer_list {
        width: 33%;
    }
    .footers .footer_phone {
        margin-top: 30px;
    }
    .footers .footerWibo {
        padding-left: 2%;
    }
    .footers .add_us {
        position: absolute;
        left: 33%;
    }
    .footers .share_box {
        margin-right: 0;
        width: 70px;
        height: 70px;
        float: left;
    }
    .footers .copyRight {
        padding: 0.1rem 20px;
    }
    .footers .footerShare {
        width: 30%;
    }
    .footers .footerPhoneBox {
        display: none;
    }
    .footers .footerPhoneBoxMobile {
        display: block;
    }
    .footers .head_center_zone {
        padding: 30px 0 30px;
    }
    .ewmyy {
        display: none;
    }
}

@media (max-width: 600px) {
    .detail_btn i,
    .detail_btn_news i {
        width: 0.3rem;
        height: 0.3rem;
        background-size: auto 100%;
        background-image: url(../../images/common/icon/case_more_phone.png);
    }
    .detail_btn:hover i,
    .detail_btn_news:hover i {
        background-position: -0.31rem 0;
    }
    .headers .wbst_logo {
        width: 2rem;
        height: auto;
        padding-left: 0;
        /*padding-top: 0.1rem;*/
        padding-top: 15px;
        left: 10%;
    }
}


/*@media (max-width: 430px){
	.headers .wbst_logo {
	    padding-top: 0.2rem;
	}
}*/


/*@media (max-width: 414px)
.headers .wbst_logo {
    padding-top: 0.12rem;
}
@media (max-width: 375px)
.headers .wbst_logo {
    padding-top: 0.15rem;
}
@media (max-width: 320px)
.headers .wbst_logo {
    padding-top: 0.2rem;
}*/

@media (max-width: 520px) {
    .foot_xuqiu {
        padding: 1.3rem 0 0rem;
    }
    .footers .head_center_zone {
        padding: 0.3rem 0 0.4rem;
    }
    .footers .footerPhoneBoxMobile {
        font-size: 0.21rem;
        padding-bottom: 0.3rem;
    }
    .footers .footer_list a:hover {
        color: #0476ff;
    }
    .footers .backToTop {
        width: 0.56rem;
        height: 0.56rem;
        top: 0.4rem;
        margin-left: -0.28rem;
        background-size: 100%;
        background: url("../../images/common/mobile_toTop.png") no-repeat center center;
        opacity: 1;
        background-size: 100%;
    }
    .footers .backToTop:hover {
        background-image: url("../../images/common/mobile_toTop_click.png");
    }
    .footers .footerSec a {
        text-indent: 0.37rem;
    }
    .footers .footer_list a {
        line-height: 0.3rem;
        font-size: 0.12rem;
    }
    .footers .footerAddress {
        width: 100%;
    }
    .footers .footerShare {
        width: 100%;
    }
    .footerShare>div {
        width: 25%;
        float: left;
    }
    .footers .footerWeixin {
        width: 48%;
        padding-right: 2%;
    }
    .footers .footerWibo {
        width: 48%;
    }
    .footers .footerWeixin span,
    .footers .footerWibo span {
        height: 0.18rem;
    }
    .footers .footerWeixin p,
    .footers .footerWibo p {
        display: block;
    }
    .footers .footer_list span {
        font-size: 0.18rem;
        height: 0.2rem;
        line-height: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .footers .footerMap span,
    .footers .footerSec span {
        /* padding-bottom:0.3rem; */
    }
    .footers .footer_list {
        padding-top: 0.35rem;
    }
    .footers .footerAddress a {
        line-height: 0.2rem;
    }
    .footers .footerAddress a:hover {
        color: #a8a8a8;
    }
    .footers .footerMap,
    .footers .footerSec {
        width: 50%;
        line-height: 0.3rem;
        font-size: 0.12rem;
        padding-top: 0;
    }
    .footers .line_100 {
        padding-top: 0;
    }
    .footers .footerWibo img,
    .footers .footerWeixin img {
        width: 100%;
    }
    .footers .footer_list a.footer_companyName {
        font-size: 16px;
    }
}


/*--------mobile demand-----------*/

.xuqiu {
    display: none;
    width: 100%;
    background-color: #ffffff;
}

.xuqiu .nav_button_box {
    right: 38px;
}

.bodyz {
    position: absolute;
    overflow-y: hidden;
}

.xuqiu .headerz {
    z-index: 99999;
}

.nav_button_box2 {
    width: 42px;
    height: 32px;
    position: absolute;
    right: 34px;
    top: 9px;
    display: none;
    cursor: pointer;
    display: block;
    right: 12%;
}

.nav_button_box2 .lineTop {
    top: 0;
}

.nav_button_box2 .lineBottom {
    bottom: 0;
}

.modemand {
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    top: 80px;
    height: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
}

.modemand_div {
    padding: 0 0.45rem;
    position: absolute;
}

.modemand .tool_msgName {
    font-size: 0.15rem;
    display: block;
}

.modemand input {
    width: 95%;
    height: 0.38rem;
    border: 1px solid #e0e0e0;
    padding-left: 4%;
    line-height: 0.38rem;
    margin-top: 0.05rem;
    margin-bottom: 0.1rem;
    -webkit-appearance: listbox;
    -moz-appearance: listbox;
    appearance: listbox;
    font-size: 14px;
}

input::placeholder {
    font-size: 12px;
}

.modemand div.tool_msgNamebox {
    padding: 0;
    font-size: 0;
}

.modemand input.btn {
    border: 1px solid #e0e0e0;
    font-size: 0.15rem;
    background-color: #fff;
    width: auto;
    padding: 0 3%;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.modemand input.btn_mid {
    float: right;
}

.modemand input.btn_last {
    margin: 0;
    margin-bottom: 0.1rem;
}

.modemand input.click_status {
    background-color: #0476ff;
    color: #FFFFFF;
    border-color: #0476ff;
}

.modemand .tool_need textarea {
    width: 97%;
    height: 0.4rem;
    margin-top: 0.1rem;
    resize: none;
    padding: 1%;
    -webkit-appearance: textarea;
    -moz-appearance: textarea;
    appearance: textarea;
}

.modemand #send_require1 {
    width: 100%;
    display: block;
    height: 0.4rem;
    background-color: #000000;
    color: #fff;
    font-size: 0.15rem;
    text-align: center;
    line-height: 0.4rem;
    margin-top: 0.1rem;
}

#nb_icon_wrap{
    display: none !important; 
}

#newBridge{
    display: none !important;
}

#newBridge .icon-right-bottom {
    top: 40% !important;
    margin-top: 142px;
    right: 1px !important;
    height: 60px;
}

#newBridge .nb-icon-base .nb-icon-inner-wrap {
    border-radius: 0px !important;
}
.wx-code{
    text-align: center;
    margin-top: 20px;
    margin-left: 25px;
}
.ewmbox{
    margin-left: 38px;
}