html,body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,form,
td,th{margin:0;padding:0;}
ul,ol{list-style:none;}
em,i{font-style:normal;}
a{text-decoration:none;color:inherit;}
input,button,textarea{outline:none;border:none;}
textarea{resize:none;}
img{vertical-align: top;}
.clearfix{*zoom:1;}
/*清浮动*/
.clearfix:after{
    content: "200B";
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.hide{display: none;}
.ellipsis-1{overflow:hidden;white-space:nowrap;word-wrap:normal;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.font-MY{ font-family:"Microsoft YaHei", "sans-serif";}
.image-w100{width: 100%;max-width:100%;}
.t-bg{
    -ms-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.t-all{
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bg-gary{
    background-color: #eef0f1;
}
.header-hb{
    height: 70px;
    background-color: #01579b;
}
.header-hb>.header-wrap{
    width:1200px;
    margin: auto;
    padding-top:13px;
}
.logo2-white{
    float: left;
    width: 125px;
    height: 48px;
    overflow: hidden;
}
.logo2-white>img{
    width: 100%;
}
.go-back-index{
    float: right;
    width: 138px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
}
.go-back-index .ico-gohome{
    display: inline-block;
    width: 25px;
    height: 23px;
    margin-right: 13px;
    vertical-align: text-top;
    background: url("../images/ico-notebooks.png") no-repeat -97px 0;
}
.search-wrap-hb{
    float: right;
    margin-right:68px;
    margin-top: 3px;
    width: 250px;
    height: 38px;
    background-color: #fff;
    border-radius: 19px;
    overflow: hidden;
}
.search-wrap-hb .ico-search2{
    float: left;
    width:35px;
    height:38px;
    cursor: pointer;
    background: url("../images/ico-notebooks.png") no-repeat 0 0;
}
.search-wrap-hb .search-input{
    float: left;
    width: 170px;
    padding: 0 15px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #999;
}
.nav-hb{
    height: 90px;
    background-color: #fff;
}
.nav-hb>.nav-wrap{
    padding: 25px 0;
    width: 1200px;
    margin: auto;
}
.nav-list-hb{
    float: left;
}
.nav-list-hb>a{
    float: left;
    width: 138px;
    height: 38px;
    margin-right: 18px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #01579b;
    border: 1px solid #01579b;
}
.nav-list-hb>a:hover,.nav-list-hb>.nav-item-ac{
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff;
}
.update-log{
    float: right;
    line-height: 40px;
    width: 144px;
    font-size: 18px;
    color: #666;
    text-align: center;
}
.update-log .ico-update{
    display: inline-block;
    width: 23px;
    height: 26px;
    margin-right: 13px;
    vertical-align: text-bottom;
    background: url("../images/ico-notebooks.png") no-repeat -72px 0;
}
.main-hb{
    padding:16px 0;
    width: 1200px;
    margin: 0 auto;
}
.main-hb .left-menu{
    float: left;
    width: 210px;
    background-color: #fff;
    color: #666;
}
.main-hb .menu-title{
    width: 207px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    color: #01579b;
    font-weight: normal;
    border-bottom: 1px solid #dcdcdc;
    border-left: 3px solid #01579b;
    overflow: hidden;
}
.main-hb .ico-menu-title2{
    float: left;
    width: 34px;
    height: 31px;
    margin: 15px 24px 0 20px;
    background: url("../images/ico-notebooks.png") no-repeat -36px 0;
}
.first-menu-title{
    height: 58px;
    padding: 0 25px;
    cursor: pointer;
}
.first-menu-title:hover,.first-ac .first-menu-title{
    background-color: #2196f3;
    color: #fff;
}
.first-menu-title:hover .ico-arrow-down{
    background-position:-107px -32px;
}
.first-ac .first-menu-title .ico-arrow-down{
    background-position:-107px -32px;
    -ms-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    -o-transform:rotate(-180deg);
    transform:rotate(-180deg);
}
.first-menu{
    height: 58px;
    overflow: hidden;
}
.first-menu-cont{
    float: left;
    width: 151px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
 }
.ico-arrow-down{
    float: right;
    width: 9px;
    height: 5px;
    background: url("../images/ico-notebooks.png") no-repeat -97px -32px;
    -ms-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.first-menu-title .ico-arrow-down{
    margin-top: 26px;
}
.second-menu-list{
    margin: 12px 0 6px 25px;
    border-left: 1px dashed #b5b5b5;
}
.second-menu{
    height: 0;
    overflow: hidden;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.first-menu .second-ac{
    height: auto;
}
.first-menu .second-ac .second-menu-title{
    color:#2196f3;
}
.second-menu-title{
    position: relative;
    height: 38px;
    padding: 0 25px;
    cursor: pointer;
}
.second-menu-cont{
    float: left;
    width: 125px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.line-dashed{
    position: absolute;
    left: 0;
    top: 18px;
    height: 1px;
    width: 18px;
    border-top: 1px dashed #b5b5b5;
    background-color: transparent;
}
.second-menu-title .ico-arrow-down{
    margin-top: 15px;
}
.third-menu{
    display:block;
    padding-left: 40px;
    width:124px;
    height:0;
    line-height: 38px;
    font-size: 14px;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.third-menu-list>a.active {
    font-weight: 300 !important;
    color: #239af8 !important;
}
.second-ac .third-menu{
    height: 38px;
}
.second-menu-title:hover,.third-menu:hover{
    color: #2196f3;
}
.first-menu-cont,.second-menu-cont,.third-menu{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main-hb  .right-section{
    float: left;
    width: 974px;
    margin-left: 16px;
    background-color: #fff;
}
.main-hb .index-section{
    background-color: transparent;
}
/*详情-列表页*/
.catalog-list-hb{
    position: relative;
    height:48px;
    border-bottom: 1px solid #dcdcdc;
    padding:10px 0 0 16px;
}
.catalog-list-hb:before{
    content: '';
    position: absolute;
    left: 16px;
    top: 10px;
    width: 30px;
    height: 3px;
    background-color: #01579b;
}
.catalog-list-hb>.catalog-item{
    float: left;
    position: relative;
    padding-right: 20px;
    line-height:48px;
    color: #666;
    font-size: 16px;
}
.catalog-list-hb>.catalog-item:hover{
    color:#01579b;
}
.catalog-list-hb>.catalog-item:before{
    content: '>';
    position: absolute;
    right:0;
    top: 0;
    width: 20px;
    height: 50px;
    text-align: center;
    font-family: consolas;
}
.catalog-list-hb>.catalog-item:last-child{
    color: #999;
}
.catalog-list-hb>.catalog-item:last-child:before{
    content: '';
}
.section-cont-hb>.detail-title{
    padding: 30px 50px;
    line-height: 40px;
    font-size:24px;
    color: #333;
    font-weight: normal;
}
.section-cont-hb .detail-cont{
    padding:0 50px;
    color: #666;
    line-height: 25px;
    font-size: 14px;
    min-height: 400px;
}
.section-cont-hb .detail-cont img{
	/*width:100%;*/
	max-width:100%;
}
.section-cont-hb{
    padding-bottom: 80px;
}
.section-cont-hb .page-control1{
    float:right;
    height: 80px;
    padding-right: 24px;
}
.section-cont-hb .control-item1{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
.section-cont-hb .control-item1:hover{
    color:#01579b;
}
.control-item1>.page-title{
    display: inline-block;
    vertical-align: text-top;
    max-width: 300px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.manual-list-hb{
    padding: 0 30px;
    min-height: 416px;
}
.manual-list-hb>.manual-item{
    display: block;
    padding:12px;
    border-bottom: 1px solid #dcdcdc;
	overflow:hidden;
}
.manual-item-title{
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #333;
}
.manual-item-des{
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
.manual-list-hb>.manual-item:hover .manual-item-des{
    color:#01579b;
}
.manual-item-title,.manual-item-des{
    display: block;
    width: 884px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
.manual-item-title{
	float:left;
	width:600px;	
}
.new-tip{
	color:#999;	
}
.new-tip>span{
	display:inline-block;
	margin-left:10px;
}
.new-tip>span:first-child{
	margin-bottom: -2px;
}
.section-cont-hb .page-control2{
    float: right;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    color: #999;
}
.page-control2>.control-item2{
    display: inline-block;
    padding: 0 12px;
    line-height: 16px;
}
.page-control2>.control-differ{
    color: #333;
    padding: 0;
}
.page-control2>.control-item2:hover{
    color:#01579b;
}
.page-control2>.page-num2{
    display: inline-block;
    padding: 0 28px;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    color: #333;
}
.page-total2{
    margin-left: 24px;
}
.page-total2>i{
    margin-left: 12px;
}
/*分类*/
.category-title-hb{
    line-height:1;
    padding:20px 0 0 16px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.category-hb{
    width: 942px;
    margin:auto;
}
.category-hb>li{
    float: left;
    width: 420px;
    padding:36px 25px 0;
    border-right: 1px dashed #dcdcdc;
}
.category-hb .first-list{
    font-size: 18px;
    line-height: 1;
    color: #666;
}
.category-hb .second-list{
    padding: 8px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.category-hb .second-list>a{
    float: left;
    font-size: 14px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    color: #3c9ef4;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.category-hb .second-list>a:hover{
    color:#01579b;
}
/*主页*/
.mall-manual-list>a{
    float: left;
    width: 155px;
    height: 120px;
    background-color: #2196f3;
    color: #fff;
    text-align: center;
    margin-right:8px;
}
.mall-manual-list>a.last-a{
    margin-right: 0;
}
.mall-manual-list .ico{
    display: block;
    margin: 20px auto 0;
    width: 43px;
    height: 38px;
    background-image: url("../images/ico-mall-manual.png");
    background-repeat: no-repeat;
}
.mall-manual-list .ico-b2c{
    background-position: 0 0;
}
.mall-manual-list .ico-b2b2c{
    background-position: -43px 0;
}
.mall-manual-list .ico-O2O{
    background-position: -86px 0;
}
.mall-manual-list .ico-minapp{
    background-position: -129px 0;
}
.mall-manual-list .ico-app{
    background-position: -172px 0;
}
.mall-manual-list .ico-cb{
    background-position: -215px 0;
}
.mall-manual-title{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}
.mall-manual-des{
    display: block;
    font-size: 12px;
    line-height: 1;
}
.section-floor{
    padding: 16px 0;
}
.left-ecosystem{
    float: left;
    width: 750px;
    background-color: #fff;
}
.left-ecosystem>.ecosystem-title{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #01579b;
    margin:0 16px;
    border-bottom: 1px solid #dcdcdc;
}
.ecosystem-list{
    padding: 16px 0 16px 16px;
}
.ecosystem-list>li{
    float: left;
    width: 168px;
    height: 178px;
    margin-right: 13px;
    margin-bottom: 13px;
    border: 1px solid #dcdcdc;
}
.ecosystem-list>li>h5{
    padding-top: 10px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}
.ecosystem-list .ecosystem-cont{
    padding: 0 16px;
    max-height: 63px;
    line-height: 21px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.ecosystem-list .ecosystem-btn{
    display: block;
    width: 80px;
    height: 28px;
    margin: 16px auto 0;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    background-color: #00bcd4;
}
.section-floor>.right-sidebar{
    float: right;
    width:208px;
}
.right-sidebar .update-list{
    padding: 0 9px;
    background-color: #fff;
    height: 234px;
    margin-bottom: 16px;
}
.update-log-title{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #dcdcdc;
}
.right-sidebar .log-lsit{
    padding-top: 10px;
    height: 140px;
    overflow: hidden;
}
.right-sidebar .log-lsit>a{
    display: block;
    height: 34px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 34px;
    color: #666;
    font-size: 12px;
}
.right-sidebar .log-lsit>a:hover{
    color: #00bcd4;
}
.right-sidebar .dot-blue{
    float: left;
    width: 6px;
    height: 5px;
    background-color: #00bcd4;
    margin:16px 8px 0;
}
.right-sidebar .log-cont{
    float: left;
    height: 34px;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right-sidebar .update-time{
    float: right;
    width:68px;
    overflow: hidden;
}
.right-sidebar  .follow-us{
    height: 217px;
    background-color: #fff;
    text-align: center;
}
.right-sidebar .sb-qr-code{
    padding-top: 26px;
}
.right-sidebar .qr-code-tips{
    padding-top: 6px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.right-sidebar .follow-more{
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #999;
}
.right-sidebar .follow-more:hover{
    color: #00bcd4;
}
.common-problem-hb{
    padding: 0 16px;
    background-color: #fff;
}
.common-problem-title{
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #01579b;
    border-bottom: 1px solid #dcdcdc;
}
.common-category-list{
    margin-top: 13px;
    height: 40px;
    background-color: #eef0f1;
    overflow: hidden;
}
.common-category-list>a{
    float: left;
    padding: 0 35px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.common-category-list>a:hover,.common-category-list>a.active-p{
    color: #fff;
    background-color: #2196f3;
}
.problem-wrap-list>li{
    display: none;
}
.problem-wrap-list>li.active-p{
    display: block;
}
.common-problem-list{
    padding: 20px 0 40px;
}
.common-problem-list>li{
    float: left;
    width: 460px;
    height: 44px;
}
.common-problem-list .dot-blue2{
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 19px 10px;
    background-color:#00bcd4;
}
.common-problem-list .problem-item{
    float: left;
    line-height: 44px;
    height: 44px;
    max-width: 396px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.common-problem-list .problem-item:hover{
    color: #00bcd4;
}