/* 头部公用样式*/
.head-top {
    min-width: 1200px;
    height: 82px;
}
.head-top h1.logo {
    margin-top: 22px;
    float: left;
}
.head-top h1.logo a {
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 187px;
    height: 37px;
    text-indent: -9999px;
    font-size: 0;
}
.head-top .nav-list {
    float: right;
}
.nav-list li {
    margin: 0 35px;
    width: 80px;
    height: 82px;
    line-height: 78px;
    display: block;
    float: left;
    font-size: 18px;
    text-align: center;
    border-bottom: solid 4px transparent;
}
.nav-list li a {
    color: #626D92;
}
.nav-list li a:hover , .nav-list li.active a {
    color: #059AFF;
}
.nav-list li.active {
    border-bottom: solid 4px #059AFF;
}
.content-row {
    width: 1200px;
    margin: 0 auto;
}




/*初始化*/
* {box-sizing: border-box;font-family: Microsoft YaHei,"微软雅黑",Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Arial, sans-serif;}
body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,th,td,form,div,hr,button,span,label,input,textarea,select, svg {margin: 0;padding: 0;font-family: "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
a {display: inline-block;text-decoration: none;}
a:hover {text-decoration: none;}
a:focus {text-decoration: none;}
a:visited {color:#333;text-decoration: none;} a:link {color:#333;text-decoration: none;} a {color:#333;text-decoration: none;}
img {border: 0 none;vertical-align: middle;}
table {border-collapse: collapse;border-spacing: 0;}
i,em {display: inline-block;font-style: normal;}
label {display: inline-block;}
input,input:focus {border: 0 none;outline: 0 none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
button {border: 0 none;outline: 0 none;display: block;}
textarea, textarea:focus {border: 0 none;-webkit-appearance: none;resize: none;outline: 0 none;}
ul,ol,li {list-style: none;}

/*--ie清除--*/
select::-ms-expand{display: none;}
option::-ms-expand{display: none;}
/*--火狐、谷歌清除--*/
select{-webkit-appearance:none;}
option{-webkit-appearance:none;}

/*常用样式*/
.clearfix {*zoom: 1;}
.clearfix::after {content: '';display: table;clear: both;}
.fl {float: left;}
.fr {float: right;}
.show {display: block;}
.hide {display: none;}

/*1px边框,使用时父级需定位*/
.bt_1px:before {position: absolute;top: 0;left: 0;height: 1px;width: 100%;content: '';-webkit-transform: scaleY(.5);transform: scaleY(.5);background-color: #e0e0e0;}
.bb_1px:after {position: absolute;bottom: 0;left: 0;height: 1px;width: 100%;content: '';-webkit-transform: scaleY(.5);transform: scaleY(.5);background-color: #e0e0e0;}

/*文本溢出省略*/
.text-ellipsis {display: inline-block;width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.text-ellipsis-dbl {display: -webkit-box;width: 100%;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

body, html {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    font-size: 16px;
    background-color: #fff;
    text-align: center;
}

/*中心区域*/
.main-box{
    width: 1200px;
    display: inline-block;
}




/*公共头部********************************************************/
.top-bgc-box-com{
    background: #fff;
    position: fixed;
    z-index: 99012;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    box-shadow: 0 0 5px 0 #E2F0FC;
}
.logo-text-com{
    height: 16px;
    line-height: 16px;
    margin-top: 9px;
}
.logo-text-fl-com{
    float: left;
    background: url("../images/common/desc-black.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 16px;
    width: 223px;
}
.logo-text-fr-com{
    width: 170px;
    height: 16px;
    float: right;
    background: url("../images/common/phone-black.svg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.top-menu-box-com{
    height: 66px;
    line-height: 66px;
    text-align: left;
    color: #333;
    margin-top: 9px;
}
.top-menu-box-com .logo-img-com{
    height: 40px;
    width: 118px;
    float: left;
    margin-top: 13px;
    background: url("../images/common/logo-black.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.top-menu-box-com .top-menu-category1-com{
    display: inline-block;
    font-size: 16px;
    margin-left: 30px;
}
.top-menu-box-com .top-menu-category1-com li{
    float: left;
    height: 66px;
    line-height: 66px;
    text-align: center;
    position: relative;
}
.top-menu-box-com .top-menu-category1-com li a{
    width: 100%;
}
.top-menu-box-com .top-menu-category1-com .categoryItem1-com{
    width: 68px;
    color: #333;
}
.top-menu-box-com .top-menu-category1-com .categoryItem1-com:hover{
    color: #3997CB;
    cursor: pointer;
}
.categoryItem1-com a:hover{
    color: #3997CB;
}

.top-menu-box-com .top-menu-category1-com .categoryItem2-com{
    width: 98px;
}
.top-menu-box-com .top-menu-category1-com .categoryItem2-com:hover{
    color: #3997CB;
    cursor: pointer;
}
.top-menu-box-com .top-menu-category1-com .categoryItem3-com{
    width: 98px;
}
.top-menu-box-com .top-menu-category1-com .categoryItem3-com:hover{
    color: #3997CB;
    cursor: pointer;
}
.top-menu-box-com .top-menu-category1-com .categoryItem4-com{
    width: 98px;
}
.top-menu-box-com .top-menu-category1-com .categoryItem4-com:hover{
    color: #3997CB;
    cursor: pointer;
}

.top-menu-category2-com{
    float: right;
    font-size: 14px;
}
.top-menu-category2-com li{
    float: right;
    height: 66px;
    line-height: 66px;
    text-align: center;
    cursor: pointer;
}
.top-menu-category2-com .categoryItem1-fr-com{
    width: 70px;
}
.top-menu-category2-com .categoryItem1-fr-com .login-btn-com a{
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: #333;
    border: 1px solid #eee;
    font-size: 14px;
}
.top-menu-category2-com .categoryItem1-fr-com .login-btn-com a:hover{
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    color: #fff;
    background-color: #3997CB;
    border: 1px solid #3997CB;
    font-size: 14px;
}

.top-menu-category2-com .categoryItem2-fr-com{
    width: 100px;
}
.top-menu-category2-com .categoryItem2-fr-com .resign-btn-com a{
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    color: #333;
    border: 1px solid #eee;
    font-size: 14px;
}
.top-menu-category2-com .categoryItem2-fr-com .resign-btn-com a:hover{
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 28px;
    border-radius: 4px;
    color: #fff;
    background-color: #3997CB;
    border: 1px solid #3997CB;
    font-size: 14px;
}
.top-menu-category2-com .categoryItem3-fr-com{
    width: 96px;
    font-size: 16px;
}
.top-menu-category2-com .categoryItem3-fr-com a:hover{
    color: #3997CB;
}
.top-menu-category2-com .categoryItem4-fr-com{
    width: 96px;
    font-size: 16px;
}
.top-menu-category2-com .categoryItem4-fr-com a:hover{
    color: #3997CB;
}
.top-menu-category2-com .categoryItem5-fr-com{
    width: 126px;
    font-size: 16px;
}
.top-menu-category2-com .categoryItem5-fr-com a:hover{
    color: #3997CB;
}
.com-product-center-subUl{
    display: none;
    position: absolute;
    bottom: -243px;
    width: 160px;
    height: 243px;
    padding-top: 3px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(200,198,198,0.50);
}
.com-product-center-subUl li.com-product-center-subLi{
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    text-align: justify;
}
.com-product-center-subUl li.com-product-center-subLi:hover{
    background-color: #eee;
    font-size: 14px;
    color: #3997CB;
}
.com-product-center-subUl li.com-product-center-subLi a{
    font-size: 14px;
    color: #333333;
}
.com-product-center-subUl li.com-product-center-subLi a:hover{
    color: #3997CB;
}

.com-resolve-problem-subUl{
    display: none;
    position: absolute;
    bottom: -403px;
    width: 160px;
    height: 403px;
    padding-top: 3px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(200,198,198,0.50);
}
.com-resolve-problem-subUl li.com-resolve-center-subLi{
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    text-align: justify;
}
.com-resolve-problem-subUl li.com-resolve-center-subLi:hover{
    background-color: #eee;
    font-size: 14px;
    color: #3997CB;
}
.com-resolve-problem-subUl li.com-resolve-center-subLi a{
    font-size: 14px;
    color: #333333;
}
.com-resolve-problem-subUl li.com-resolve-center-subLi a:hover{
    color: #3997CB;
}




.com-about-us-subUl{
    display: none;
    position: absolute;
    bottom: -283px;
    width: 160px;
    height: 283px;
    padding-top: 3px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(200,198,198,0.50);
}
.com-about-us-subUl li.com-about-us-subLi{
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    text-align: justify;
}
.com-about-us-subUl li.com-about-us-subLi:hover{
    background-color: #eee;
    font-size: 14px;
    color: #3997CB;
}
.com-about-us-subUl li.com-about-us-subLi a{
    font-size: 14px;
    color: #333333;
}
.com-about-us-subUl li.com-about-us-subLi a:hover{
    color: #3997CB;
}
.com-sjx_img_box1,.com-sjx_img_box2,.com-sjx_img_box3{
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 22px;
    height: 20px;
    z-index: 10;
    display: none;
    background: url("../images/eseal/sjx.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}






/*底部公共区域***************************************************************/
.foot-box .foot-top-box .main-box{
    background-color: #000;
    height: 294px;
    border-bottom: 1px solid #444;
}
.foot-box .foot-top-box{
    height: 294px;
    background-color: #000;
    border-bottom: 1px solid #444;
}
.foot-box .foot-top-box .foot-bottom-item-link{
    float: left;
    text-align: left;
}
.foot-box .foot-top-box .foot-bottom-item-link .label{
    margin-top: 40px;
    font-size: 16px;
    color: #999999;
}
.foot-box .foot-top-box .foot-bottom-item-link ul{
    margin-top: 15px;
    font-size: 12px;
}
.foot-box .foot-top-box .foot-bottom-item-link ul li{
    line-height: 30px;
}
.foot-box .foot-top-box .foot-bottom-item-link ul li a{
    line-height: 30px;
    color: #BBBBBB;
}

.foot-box .foot-top-box .foot-bottom-item-link .qrcode-box{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("../images/common/weixin_fw.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-top: 14px;
}
.foot-box .foot-top-box .foot-bottom-item-link .qrcode-boxer{
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url("../images/common/2.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-top: 14px;
}
.foot-box .foot-top-box .foot-bottom-item-link .address{
    margin-top: 20px;
    font-size: 14px;
    color: #BBBBBB;
    height: 20px;
    line-height: 20px;
}
.foot-box  .open-time{
    text-align: left;
    font-size: 14px;
    color: #BBBBBB;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    margin-left: 60px;
}
.foot-box .open-time .qq-logo-icon,.phone-icon{
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 6px;
}
.foot-box .open-time .qq-logo-icon{
    background: url("../images/home/qq.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.foot-box .open-time .phone-icon{
    background: url("../images/home/phone_icon.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.foot-box .open-time .phone-icon{
    width: 18px;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 40px;
}
.foot-box .open-time a{

    color: #bbb;
}


.foot-box .foot-bottom-box{
    height: 114px;
    background-color: #000;
}
.foot-box .foot-bottom-box .main-box{
    padding-top: 20px;
    height: 114px;
    background-color: #000;
}
.foot-box .foot-bottom-box .link-box{
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.foot-box .foot-bottom-box .link-box a{
    height: 20px;
    line-height: 20px;
    color: #999;
}
.foot-box .foot-bottom-box .case-number{
    margin-top: 14px;
    font-size: 12px;
    color: #999999;
    height: 30px;
    line-height: 30px;
}


.fsz-36{
    font-size: 36px;
    color: #333333;
    text-align: left;
    line-height: 50px;
}
.fsz-18{
    font-size: 18px;
    color: #333333;
    line-height: 25px;
}
.fsz-16{
    line-height: 22px;
    font-size: 16px;
    color: #333333;
}
.fsz-14{
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

/******************侧边栏***********************************/
.right-side-bar{
    height: 316px;
    width: 60px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -92px;
    z-index: 99012;
    background: rgba(255,255,255,0);
    /*overflow: hidden;*/
}
.right-side-bar div{
    float: left;
    background: #3997CB;
    border-radius: 4px 0 0 4px;
    text-align: center;
}
.right-side-bar .phone-advisory-icon,.customer-icon,.back-home-icon,.sale-qq-icon{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 8px 0 4px;
}
.right-side-bar .phone-advisory-icon{
    background: url("../images/home/sidebar-phone.svg") no-repeat;
    -webkit-background-size: 24px;
    background-size: 24px;
}
.right-side-bar .customer-icon{
     background: url("../images/home/sidebar-customer.svg") no-repeat;
     -webkit-background-size: 24px;
     background-size: 24px;
}
.right-side-bar .help-center-box .customer-icon{
    background: url("../images/common/help-icon.svg") no-repeat;
    -webkit-background-size: 24px;
    background-size: 24px;
}
.right-side-bar .back-home-icon{
    background: url("../images/home/sidebar-arrow.svg") no-repeat;
    -webkit-background-size: 24px;
    background-size: 24px;
}
.right-side-bar .sale-qq-icon{
    background: url("../images/home/qq-22.png") no-repeat;
    -webkit-background-size: 24px;
    background-size: 24px;
}


.right-side-bar .text{
    width: 60px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
}

.right-side-bar .phone-box{
    position: absolute;
    top: 124px;
    left: 0;
    width: 215px;
    height: 60px;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.right-side-bar .phone-box:hover{
    position: absolute;
    top: 124px;
    left: -155px;
    width: 215px;
    height: 60px;
}


.right-side-bar .saleQQ-box{
    position: absolute;
    top: 62px;
    left: 0;
    width: 215px;
    height: 60px;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.right-side-bar .saleQQ-box:hover{
    position: absolute;
    top: 62px;
    left: -155px;
    width: 215px;
    height: 60px;
}


.right-side-bar .saleQQ-box .sidebar-sale-left-box{
    width: 60px;
}
.right-side-bar .saleQQ-box .sidebar-sale-right-box{
    width: 155px;
}

.sidebar-sale-right-box .text1{
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 8px;
    margin-bottom: 3px;
    text-align: center;
}
.sidebar-sale-right-box .text2{
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}

.right-side-bar .phone-box .sidebar-phone-left-box{
    width: 60px;
}
.right-side-bar .phone-box .sidebar-phone-right-box{
    width: 155px;
}
.sidebar-phone-right-box .text1{
    width: 100%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 8px;
    margin-bottom: 3px;
    text-align: center;
}
.sidebar-phone-right-box .text2{
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}

.right-side-bar .custmoer-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 215px;
    height: 60px;
    transition: all 1s ease-in-out;
    cursor: pointer;

}
.right-side-bar .custmoer-box:hover{
    position: absolute;
    top: 0;
    left: -155px;
    width: 215px;
    height: 60px;

}

.right-side-bar .custmoer-box .sidebar-customer-left-box{
    width: 60px;
}
.right-side-bar .custmoer-box .sidebar-customer-right-box{
    width: 155px;
}

.sidebar-customer-right-box .text2{
    margin-top: 21px;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}


.right-side-bar .back-box{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 70px;
    height: 60px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.right-side-bar .back-box:hover{
    position: absolute;
    bottom: 0px;
    left: -10px;
    width: 70px;
    height: 60px;
}
.back-content-box{
    float: left;
    width: 60px;
}



.right-side-bar .help-center-box{
    position: absolute;
    top: 186px;
    left: 0;
    width: 215px;
    height: 60px;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.right-side-bar .help-center-box:hover{
    position: absolute;
    top: 186px;
    left: -155px;
    width: 215px;
    height: 60px;
}

.right-side-bar .help-center-box .sidebar-customer-left-box{
    width: 60px;
}
.right-side-bar .help-center-box .sidebar-customer-right-box{
    width: 155px;
}

.help-center-box .sidebar-customer-right-box .text2{
    margin-top: 21px;
    width: 100%;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: left;
    padding-left: 16px;
}







/*帮助中心头部*/
.help-top-bgc-box-com{
    background: #fff;
    position: fixed;
    z-index: 99012;
    top: 0;
    left: 0;
    width: 100%;
    height: 66px;
    box-shadow: 0 0 5px 0 #E2F0FC;
}

.help-top-menu-box-com{
    height: 66px;
    line-height: 66px;
    text-align: left;
    color: #333;
}
.help-top-menu-box-com .help-logo-img-com{
    height: 40px;
    width: 118px;
    float: left;
    margin-top: 13px;
    background: url("../images/common/logo-black.svg") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.help-logo-img-com a{
    width: 100%;
    height: 100%;
}
.help-logo-title-com{
    float: left;
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #333333;
    margin-left: 30px;
}

.menu-hot-icon-box{
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url("../images/common/hot.svg") no-repeat;
    -webkit-background-size: 16px 17px;
    background-size: 16px 17px;
    margin-top: 10px;
    margin-left: 8px;
}
