@charset "utf-8";
/* CSS Document */
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,b, 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, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

body {
    line-height: 1;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #939393;
    background: #FFF;
}

img {
    border: none;
}

li {
    list-style: none;
}

input,select,textarea {
    outline: none;
    border: none;
    background: none;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #656565;
}

a {
    outline: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

/*清除浮动*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both;
    zoom: 1;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.same-product-icon {
    background: url(../img/product/product-same.png) no-repeat;
}

.commWith {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*公共*/
span,h1,h2,h3,p,ul,li,a,dt,dd,dl,input,textarea,tr,td,label,div {
    font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
}

html {
    _text-overflow: ellipsis;
}

body {
    position: relative;
}
@font-face {
    font-family: 'DinMedium';
    src: url('../../fonts/dinmedium/DIN-Medium.eot');
    src: url('../../fonts/dinmedium/DIN-Medium.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dinmedium/DIN-Medium.woff') format('woff'),
         url('../../fonts/dinmedium/DIN-Medium.ttf') format('truetype'),
         url('../../fonts/dinmedium/DIN-Medium.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.topGg {
    background: url(../img/topGg-img.jpg) no-repeat top center;
    height: 100px;
    width: 100%;
    min-width: 1200px;
    display: block;
}

/*topBar 4.0修改*/
.topBar {
    height: 30px;
    background: #040a26;
}

.topBox .logo-left,.topBox .logo-right {
    line-height: 30px
}

.topBox .logo-right li {
    float: left;
    height: 30px;
    position: relative;
    margin-left: 20px;
}
.topBox .logo-right li:hover{
    cursor: pointer;
}
.topBox .logo-right li:hover a.logo-link{
    color: #fff;
}
.logo-left-comm li{
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    position: relative;
}
.logo-left-comm li.phones{
    font-size: 12px;
}
.logo-left-comm li.phones span{
    color: #fff;
    font-family: DinMedium!important;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.logo-left-comm li .logo-link {
    color: #ccc;
}
.topBox .logo-right li .logo-link {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #c0c2cc;
    line-height: 30px;
}

.logo-right li .logo-link{
    display: block;
    width: 100%;
}
.logo-right li .logo-link span.kf{
    vertical-align: middle;
    float: left;
    transition: color .3s;
}

.logo-right li .logo-link i.tringle{
    vertical-align: middle;
    float: right;
    background: url("../img/sy/icon/tringle-bottom.png") center no-repeat;
    transition: all .3s ease 0s;
    width: 9px;
    height: 5px;
    margin-top: 13px;
}
.logo-right li:hover .logo-link .kf,.logo-right li:hover .logo-link .kf{
    color: #ffffff;
}
.logo-right li:hover .logo-link .tringle,.logo-right li:hover .logo-link .tringle{
    background: url("../img/sy/icon/tringle-top.png") center no-repeat;
    transform: rotate(180deg);
}
.know-div,.service-div,.code-img{
    opacity: 0;
    transition: all .13s ease-in-out;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0,24,101,.1);
    z-index: 400;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    visibility: hidden;
}
.know-tools:hover .know-div,.service-tools:hover .service-div,.code-link:hover .code-img{
    opacity: 1;
    z-index: 401;
    visibility: visible;
}

.topBox .logo-right li  .code-img {
    position: absolute;
    z-index: 400;
    width: 111px;
    height: 113px;
    left: -30px;
    top: 30px;
    padding: 10px;
}

.topBox .logo-right li .code-img img{
    height: 100%;
    width: 100%;
}

.topBox .logo-right li .know-div a:hover {
    color: #30cb8b;
}
.topBox .logo-right li .know-div {
    position: absolute;
    top: 30px;
    left: -46px;
    width: 140px;
    height: 148px;
    text-align: left;
}

.logo-right li .know-div .webSiteBox{
    text-align: center;
}

.logo-right li .know-div .webSiteBox .same a{
    font-size: 12px;
    color: #2f2f2f;
    line-height: 12px;
    margin-top: 20px;
    display: block;
}
.logo-right li .know-div .webSiteBox .same a:hover{
    cursor: pointer;
    color: #15d186;
}

.topBox .logo-right li.know-tools,.topBox .logo-right li.service-tools,.topBox .logo-right li.code-link{
    width: 62px;
}

/*下拉导航客户服务*/
.service-tools .service-div .service-div-box .middle span:hover{
    color: #30cb8b;
}
.service-tools .service-div{
    width: 262px;
    height: 120px;
    position: absolute;
    top: 30px;
    left: -64px;
    text-align: left;
}
.service-tools .service-div .service-div-box{
    margin: 23px 0 0 34px;
}

.service-tools .service-div .service-div-box a,.service-tools .service-div .service-div-box span{
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    float: left;
    display: inline-block;
}
.service-tools .service-div .service-div-box a:hover{
	cursor: pointer;
    color: #30cb8b;
}
.service-tools .service-div .service-div-box .tops{
    margin-bottom: 17px;
    height: 12px;
}
.service-tools .service-div .service-div-box .tops span{
    color: #e6e6e6;
    padding: 0 22px;
}
.service-tools .service-div .service-div-box .bottom span{
    margin-right: 10px;
}

/*导航*/
.zggIndexNav {
    height: 60px;
    position:relative;
    background: #fff;
}
.zggIndexNav .logoleft{
    margin-top: 16px;
}
.zggIndexNav .logo-first{
    margin-right: 10px;
}
.logoleft .logo-second p{
    font-size: 12px;
    color: #808080;
    line-height: 15px;
}
.zggIndexNav .logoleft a{
    display: block;
    height: 28px;
}
.zggIndexNav .navRight{
    margin: 0 0 0 18px;
}

.navRight .items li.same-li{
    margin-left: 30px;
    float: left;
    font-size: 14px;
    line-height: 60px;
    position: relative;
    height: 60px;
    cursor: pointer;
}
.navRight .items li.same-li:last-child{
    margin-right: 0px;
}
.navRight .items li.same-li a{
    color: #333;
}
.navRight .items li.same-li a:hover,.navRight .items li.same-li a.active{
    color: #15d186;
}
.zcfw-link .sps{
    vertical-align: middle;
    transition: color .3s;
}
.zcfw-link .tringle{
    vertical-align: middle;
    transition: all .3s ease 0s;
    width: 9px;
    height:5px;
    display: inline-block;
    margin-left: 6px;
}
.zcfw-link .white-tringle{
    background: url("../img/sy/icon/gray-tringle-bottom.png") center no-repeat;
}
.navRight .zcfw-tools:hover .zcfw-link .tringle{
    transform: rotate(180deg);
    background: url("../img/sy/icon/green-tringle-top.png") center no-repeat;;
}
/*登录注册*/
.signRight{
    margin-top: 23px;
}
.zgg-sign-box a{
    display: inline-block;
    /*margin-left: 20px;*/
    text-align: center;
    /*width: 54px;*/
    height: 14px;
    line-height: 14px;
    /*border-radius: 3px;*/
    font-size: 14px;
    color:#303133;
    border-left: 1px solid rgba(0,0,0,0.3);
    padding:0 10px;
    float: left;
}
.zgg-sign-box a:hover{
    cursor: pointer;
    color: #15d186;
}
.zgg-sign-box a.login_btn{
    /*color: #333;*/
    /*border: 1px solid #4d4d4d;*/
    border-left: none;
}
.zgg-sign-box a.zhuce_btn{
    /*color: #fff;*/
    /*background: #15d186;*/
    /*border: 1px solid #15d186;*/
}
.zgg-sign-box a.zhuce_btn:hover{
    /*background: #13c27c;*/
    /*border: 1px solid #13c27c;*/
}
.zgg-info-box{
    position: relative;

}
.zgg-info-box .zgg-hello{
    padding-bottom: 16px;
}
.zgg-info-box .zgg-hello span,.zgg-info-box .zgg-hello a{
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 14px;
}
.zgg-info-box .zgg-hello i{
    vertical-align: middle;
    background: url("../img/sy/icon/gray-tringle-bottom.png") center no-repeat;
    transition: all .3s ease 0s;
    width: 9px;
    height: 5px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    top:-2px;
}
.zgg-info-box:hover{
    cursor: pointer;
}
.zgg-info-box:hover .zgg-hello i{
    transform: rotate(180deg);
    background: url("../img/sy/icon/green-tringle-top.png") center no-repeat;
}
.zgg-info-dialog{
    background: #fff;
    width: 140px;
    height: 128px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    position: absolute;
    left: 0px;
    top: 37px;
    box-shadow: 0 4px 10px 0 rgba(0,24,101,.1);
    transition: all .13s ease-in-out;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
}
.zgg-info-box:hover .zgg-info-dialog{
    opacity: 1;
    z-index: 401;
    visibility: visible;
}
.zgg-info-dialog p{
    text-align: center;
    margin-top: 20px;
}
.zgg-info-dialog .links{
    display: inline-block;
    font-size: 12px;
    color: #2e2e2e;
    line-height: 12px;
}
.zgg-info-dialog .links:hover{
    color: #15d186;
}
/*知产服务下拉框*/
.zcfw-services-dialog{
    position: absolute;
    width: 1200px;
    min-height: 382px;
    height: 414px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,24,101,0.1);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 400;
    left: 50%;
    top: 60px;
    /*margin-left: -264px;*/
    margin-left: -203px;
    opacity: 0;
    transition: all .13s ease-in-out;
    visibility: hidden;
    /*display:none;*/
}
.zcfw-tools:hover .zcfw-services-dialog{
    opacity: 1;
    visibility: visible;
    z-index: 401;
}
.zcfw-services-left{
    background: #f4fafe;
    width: 180px;
    height: 100%;
}
.zcfw-l-items{
    margin-top: 20px;
}
.zcfw-l-items li{
    height: 67px;
}
.zcfw-l-items li a{
    display: block;
}
.zggIndexNav .navRight .items li.same-li .zcfw-l-items li a{
    color: #333;
}
.zcfw-l-items li .boxs{
    width: 140px;
    height: 66px;
    margin: 0 auto;
    border-bottom: 1px solid #e9eaf0;
    position: relative;
}
.zcfw-l-items li .boxs i{
    width: 5px;
    height:8px;
    float: left;
    background: url("../img/sy/icon/nav_tringle_icon.png") no-repeat;
    position: absolute;
    bottom: 29px;
    right: 0px;
}
.zcfw-l-items li .boxs span{
    float: left;
    margin-left: 20px;
    line-height: 66px;
}
.zcfw-l-items li.selected{
    background: #15d186;
}
.zcfw-l-items li.selected .boxs i{
    background: url("../img/sy/icon/nav_tringle_icon_hover.png") no-repeat;
}
.zcfw-l-items li.selected .boxs span{
    color: #fff;
}
.zcfw-l-items li.selected .boxs{
    border-bottom: 1px solid #15d186;
}
.zcfw-l-items li:hover{
    cursor: pointer;
}
.zcfw-services-right{
    width: 1020px;
    height: 100%;
}
.zcfw-product-items{
    margin: 22px 0 22px 40px;
}
.zcfw-product-items .zcfw-product-list{
    float: left;
    width: 160px;
    margin-right: 40px;
}
.spfw-product-items .zcfw-product-list{
    width: 156px;
}
.zcfw-product-items .bqfw-product-list{
    width: 940px;
}
.bqfw-product-list a{
    width: 268px;
    float: left;
    display: block;
    background: #f2f4fa;
}

.bqfw-product-list a .boxs{
    padding: 16px 20px 13px;
}
.bqfw-product-list a .boxs h2{
    border-bottom: none;
    font-size: 12px;
    color: #333;
    line-height: 12px;
    margin-bottom: 10px;
}
.bqfw-product-list a .boxs p{
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}
.zcfw-product-items .zcfw-product-second{
    width: 300px;
}
.zcfw-product-items .zcfw-product-second .top1{
    float: left;
    width: 136px;
}
.zcfw-product-items .zcfw-product-second .top-special{
    margin-right: 27px;
}
.zcfw-product-items .zcfw-product-list h2{
    font-size: 14px;
    color: #15d186;
    line-height: 54px;
    border-bottom: 1px solid #e9eaf0;
    font-weight: bold;
}
.zcfw-product-items .zcfw-product-list .top1{
    margin-top: 16px;
}
.navRight .zcfw-product-items .zcfw-product-list .top1 a{
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    display: block;
    margin-bottom: 18px;
}
.navRight .zcfw-product-items .bqfw-product-list .top1 a{
    margin: 0 10px 10px 0;
}
.zggIndexNav .navRight .zcfw-product-items .zcfw-product-list .top1 a{
    color: #666;
}
.zggIndexNav .navRight .zcfw-product-items .zcfw-product-list .top1 a:hover{
    color: #15d186;
}
/*404页面*/
.default-comm {
    width: 703px;
    height: 514px;
    margin: 100px auto;
    z-index: 5;
    background: #ffffff;
}

.default-l {
    width: 703px;
    height: 363px;
    margin-right: 60px;
}

.default-t {
    text-align: center;
    padding-left: 10px;
}

.default-t h1 {
    font-size: 30px;
    color: #333333;
    margin: -17px 0px 18px 0px;
    line-height: 30px;
}

.default-t p {
    font-size: 18px;
    color: #30cb8b;
    line-height: 18px;
}

.default-b {
    margin: 30px auto;
    width: 364px;
}

.default-b .fhsyy {
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    background: #ffffff;
    border-radius: 21px;
    color: #30cb8b;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    display: inline-block;
}

.default-b .fs-prve {
    background: #30cb8b;
    color: #ffffff;
    box-shadow: 0px 5px 15px rgba(31,173,116,0.5);
    background: -webkit-linear-gradient(left,#20eb9a, #00c174);
    background: -moz-linear-gradient(right, #20eb9a, #00c174);
    background: -o-linear-gradient(right, #20eb9a, #00c174);
    background: linear-gradient(to right, #20eb9a, #00c174);
}

.default-b .fs-prve:hover {
    background: -webkit-linear-gradient(left,#00c174, #20eb9a);
    background: -moz-linear-gradient(right, #00c174, #20eb9a);
    background: -o-linear-gradient(right, #00c174, #20eb9a);
    background: linear-gradient(to right, #00c174, #20eb9a);
    cursor: pointer;
}

.default-b .fs-fh {
    border: 2px solid #30cb8b;
    width: 156px;
    height: 38px;
    line-height: 38px;
    margin-left: 20px;
}

.default-b .fs-fh:hover {
    background: #30cb8b;
    color: #ffffff;
    box-shadow: 0px 5px 15px rgba(31,173,116,0.5);
}

.bor404 {
    border-bottom: 1px solid #e5e5e5;
}

/*footer */
.zgg-foot1 {
    width: 100%;
    min-width: 1200px;
}

.foot-special {
    height: 148px;
    border-top:1px solid #f0f0f5;
    background:#ffffff;
}

.product-footer {
    background: #ffffff;
}

.fast-good-ul {
    padding: 44px 0px;
}

.bottfooter {
    border-top: 1px solid #4d4d4d;
}

.fast-good-ul li {
    width: 331px;
    float: left;
}

.fast-good-ul .fast-good-icon {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.fast-good-ul .expert {
    background: url(../img/sy/icon/expert01.png) no-repeat;
}

.fast-good-ul .fast {
    background: url(../img/sy/icon/expert02.png) no-repeat;
}

.fast-good-ul .good {
    background: url(../img/sy/icon/expert03.png) no-repeat;
}

.fast-good-ul .province {
    background: url(../img/sy/icon/expert04.png) no-repeat;
}
.fast-good-ul .expert:hover{
    background: url(../img/sy/icon/expert01-hover.png) no-repeat;
}

.fast-good-ul .fast:hover{
    background: url(../img/sy/icon/expert02-hover.png) no-repeat;
}

.fast-good-ul .good:hover{
    background: url(../img/sy/icon/expert03-hover.png) no-repeat;
}

.fast-good-ul .province:hover {
    background: url(../img/sy/icon/expert04-hover.png) no-repeat;
}

.fast-good-ul li.last {
    width:207px;
}

.fast-good-comm {
    margin-left: 20px;
}

.fast-good-comm h2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 13px 0 8px 0;
    line-height: 18px;
    font-weight: bold;
}

.fast-good-comm p {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
}

.zgg-foot1 .zgg-footTop {
    background: url(../img/sy/footer-img.png) top center no-repeat #0f101a;
    width: 100%;
    min-width: 1200px;
    height: 350px;
}

.zgg-foot1 .zgg-footBottom {
    background: #020305;
    width: 100%;
    min-width: 1200px;
    padding: 34px 0 32px 0;
}

.zgg-footBottom .footbot {
    position: relative;
}

.zgg-footBottom .footbot .footer-logo{
    position: absolute;
    right: 0;
    top: 28px;
}

.footUl div {
    width: 180px;
    float: left;
}

.footUl div h5 {
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 24px;
    font-weight: bold;
}

.footUl div a {
    display: block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 14px;
    margin-bottom: 16px;
}

.footUl div a:hover {
    cursor: pointer;
    color: #30cb8b;
}

.footLeft {
    padding: 80px 0px 0px 0px;
}

.footCode .code-img {
    float: left;
    width: 104px;
    text-align: center;
    padding: 10px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    opacity: 1;
    visibility: visible;
}

.footCode .code-img p {
    font-size: 13px;
    color: #262626;
    line-height: 14px;
    margin-top: 7px;
}

.footCode .code-img img {
    display: block;
    width: 104px;
    height: 105px;
}

.footCode{
    /*margin-left: 304px;*/
    width: 278px;
}

.footCode .codeImg {
    margin-right: 30px;
}

.footP {
    height: 16px;
    line-height: 16px;
    margin-bottom: 24px;
}

.footP h3 {
    font-size: 16px;
    color: #FFFFFF;
    float: left;
    /*margin-right: 18px;*/
    font-weight: bold;
}

.footP .week {
    font-size: 14px;
    color: #b2b2b2;
    float: right;
}

.friend-left {
    font-size: 12px;
    color: #595959;
    line-height: 12px;
    width: 70px;
}
.friend-right{
    width: 1130px;
    position: relative;
}
.friend-right a {
    font-size: 12px;
    color: #595959;
    line-height: 12px;
    margin-bottom: 14px;
    display: inline-block;
    margin-right: 12px;
}
.friend-right .spans_links{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #020305;
}
.friend-right .spans_links:hover{
    color: #020305;
}
.friend-right .hide_spans{
    display: none;
}
.friend-right .hide_spans_links{
    display: none;
}
.footbot p {
    font-size: 12px;
    color: #595959;
    line-height: 12px;
}
.footbot p a:hover{
    color:#30cb8b;
    cursor:pointer;
}

.footbot img {
    padding: 0px 17px 0px 0px;
    height: 31px;
}

.footbot .copy-right {
    margin-top: 22px;
}

.zgg-foot1 .product-center {
    background: #ffffff;
}

.friend-right a:hover {
    cursor: pointer;
    color: #30cb8b;
}

/*顶部广告条*/
.eventTop {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background: url(../img/active/adBanner.png) no-repeat top center;
    min-width: 1200px;
    display: block;
    position: fixed;
    z-index: 1000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
    top: 0;
    left: 0;
    display: none;
}

.eventTop:hover {
    cursor: pointer;
}

.eventTopClick {
    margin-top: 22px;
    background: url(../img/icon/gaoxing-delete.png) no-repeat;
    float: right;
    display: inline-block;
    height: 15px;
    width: 15px;
    z-index: 100;
}

.evenTopBar {
    top: 60px;
}

.evenFocusBar {
    padding-top: 62px;
}

.eventAd {
    width: 900px;
    height: 600px;
    background: #FFFFFF;
    display: block;
    top: 0;
    right: 78px;
    background: #FFFFFF;
    left: 50%;
    top: 50%;
    margin: -300px 0 0 -450px;
    position: absolute;
    position: fixed !important;
    z-index: 1100;
    border: 1px solid #E1E1E1;
}

.eventAdClose {
    background: url(../img/icon/gaoxing-delete.png) no-repeat;
    z-index: 1101;
    position: absolute;
    right: 20px;
    top: 8px;
    display: inline-block;
    height: 15px;
    width: 15px;
}

.eventAd1 {
    display: none;
}

.eventAd2 {
    display: block;
}
/*咨询浮层*/
.ui-sidebar {
    width: 50px;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 20px;
    display: block;
    z-index: 2000;
}
.ui-sidebar .ui-sidebar-block {
    width: 42px;
    height: 42px;
    margin-top: 1px;
    display: block;
    position: relative;
    background: url(../img/sy/icon/nav-slide1.png) -9999px -9999px no-repeat #3c3c3c;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.ui-sidebar .ui-sidebar-zx{
    width: 42px;
    height: 112px;
    cursor: pointer;
    position: relative;
}
.ui-sidebar .ui-sidebar-zx-box{
    width: 42px;
    height: 112px;
    background: url(../img/sy/icon/nav-slide2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.ui-sidebar .ui-sidebar-zx .s-logo{
    width: 56px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: -31px;
    margin-left: -29px;
    z-index: 120;
    animation: sx_logo .7s .15s linear infinite;
    -moz-animation: sx_logo .7s .15s linear infinite;
    -webkit-animation: sx_logo .7s .15s linear infinite;
    -o-animation: sx_logo .7s .15s linear infinite;
}
.ui-sidebar .ui-sidebar-zx .s-hdj{
    width: 10px;
    height: 6px;
    position: absolute;
    left: 17px;
    top: 0px;
    z-index: 130;
}
.ui-sidebar .ui-sidebar-zx .s-num{
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: -14px;
    top: 0;
    font-size: 14px;
    color: #fff;
    background: #ef201f;
    border-radius: 50%;
    z-index: 110;
}

@keyframes sx_logo{
    0%, 100% {
        transform: rotate(-7deg);
    }
    50% {
        transform: rotate(7deg);
    }
}
@-webkit-keyframes sx_logo{
    0%, 100% {
        transform: rotate(-7deg);
    }
    50% {
        transform: rotate(7deg);
    }
}
@-moz-keyframes sx_logo{
    0%, 100% {
        transform: rotate(-7deg);
    }
    50% {
        transform: rotate(7deg);
    }
}
@-o-keyframes sx_logo{
    0%, 100% {
        transform: rotate(-7deg);
    }
    50% {
        transform: rotate(7deg);
    }
}
.ui-sidebar .zgg-people {
    background-position: 0 0;
}

.ui-sidebar .zgg-code {
    background-position: -47px 0;
}

.ui-sidebar .feedback {
    background-position: -94px 0;
}
.ui-sidebar .zgg-people:hover {
    background-position: 0 -42px;
}

.ui-sidebar .zgg-code:hover {
    background-position: -47px -42px;
}

.ui-sidebar .feedback:hover {
    background-position: -94px -42px;
}
.ui-sidebar .zgg-member{
    background: #36373d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    display: inline-block;
}
.zgg-member img{
    width: 42px;
    height: 42px;
    transition: all 0.1s ease-in-out; 
    -webkit-transition:all 0.1s ease-in-out; 
    -ms-transition:all 0.1s ease-in-out; 
    -moz-transition:all 0.1s ease-in-out;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.ui-sidebar .zgg-member:hover .me-img1{
    position: relative;
    z-index: 30;
    transform: translate3d(0,-43px,0);
    -webkit-transform: translate3d(0,-43px,0);
}
.ui-sidebar .zgg-member:hover .me-img2{
    transform: translate3d(0,-43px,0);
    -webkit-transform: translate3d(0,-43px,0);
}
.consuKeTal .consuKefu {
    width: 118px;
    height: 158px;
    border: 1px solid #30cb8b;
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FFFFFF;
}

.consuKeTal {
    width: 118px;
    height: 158px;
    position: absolute;
    z-index: 100;
    display: none;
    top: 0px;
    left: -116px;
}

.consuKefu .tit {
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    height: 40px;
    text-align: center;
}

.consuKefu .xf-tringle {
    width: 6px;
    height: 8px;
    display: inline-block;
    background: url(../img/sy/icon/xf-tringle.png) no-repeat;
    position: absolute;
    top: 15px;
    right: -6px;
    z-index: 200;
}

.consuKefu .kfclass {
    height: 16px;
    line-height: 16px;
    display: block;
    width: 104px;
    margin-bottom: 14px;
    padding-left: 14px;
}

.consuKefu .kfclass .kfL {
    background: url(../img/sy/icon/xunfu-icon01.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.consuKefu .kfclass .kfR {
    font-size: 14px;
    color: #999999;
    margin-left: 4px;
    display: inline-block;
}

.consuKefu .kfclass .kfLsame01 {
    background-position: 0px 1px;
}

.consuKefu .kfclass .kfLsame02 {
    background-position: 0px -18px;
}

.consuKefu .kfclass .kfLsame03 {
    background-position: 0px -38px;
}

.consuKefu .kfclass .kfLsame04 {
    background-position: 0px -59px;
}

.consuKefu .kfclass .kfLsame05 {
    background-position: 0px -80px;
}

.consuKefu .kfclass:hover .kfR {
    color: #30cb8b;
}

.consuKefu .kfclass:hover .kfLsame01 {
    background-position: -20px 1px;
}

.consuKefu .kfclass:hover .kfLsame02 {
    background-position: -20px -18px;
}

.consuKefu .kfclass:hover .kfLsame03 {
    background-position: -20px -38px;
}

.consuKefu .kfclass:hover .kfLsame04 {
    background-position: -20px -59px;
}

.consuKefu .kfclass:hover .kfLsame05 {
    background-position: -20px -80px;
}

.kfL,.kfR {
    vertical-align: middle;
}

.consuKefu .no-border {
    border-bottom: none;
}

.consuKeFudiv {
    position: relative;
    padding-top: 10px;
}

.consuKeFudiv:hover {
    cursor: pointer;
}

.opin-visible {
    display: block;
}

.ui-sidebar .zgg-zx:hover .consuKeTal {
    display: block;
}

.zgg-code .code-div {
    width: 101px;
    height: 121px;
    display: none;
    padding: 10px 9px;
    background: #FFFFFF;
    position: absolute;
    left: -128px;
    top: -85px;
    border: 1px solid #30cb8b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.zgg-code .code-div .xf-tringle {
    width: 6px;
    height: 8px;
    display: inline-block;
    background: url(../img/sy/icon/xf-tringle.png) no-repeat;
    position: absolute;
    bottom: 32px;
    right: -6px;
    z-index: 200;
}

.zgg-code .code-div img {
    width: 101px;
    height: 100px;
}

.zgg-code .code-div p {
    font-size: 14px;
    color: #30cb8b;
    line-height: 14px;
    margin-top: 8px;
    text-align: center;
}

.ui-sidebar .zgg-code:hover .code-div {
    display: block;
}

/*alert弹框*/
.case-ywcz .name-edit {
    width: 15px;
    z-index: 99;
    height: 14px;
    display: inline-block;
    padding-right: 15px;
}

.theme-name-eidt {
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}

.them-edit-dialog {
    width: 366px;
    z-index: 1002;
    display: none;
    height: 228px;
    background: #FFFFFF;
    font-family: "微软雅黑";
    position: fixed;
    margin: -111px 0px 0px -200px;
    border: 3px solid #cccccc;
    left: 50%;
    top: 50%;
}
.them-edit-dialog .tit {
    height: 40px;
    line-height: 40px;
    background: #f0f0f0;
}

.them-edit-dialog .tit .edit {
    font-size: 16px;
    color: #646464;
    padding-left: 30px;
}

.them-edit-dialog .tit a {
    display: inline-block;
    padding-right: 10px;
}

.them-edit-dialog .tit a:hover {
    cursor: pointer;
}

.them-edit-dialog .input-name {
    width: 288px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
}

.them-edit-dialog .comm {
    padding: 40px 30px 0px 30px;
}

.them-edit-dialog .comm .tittp {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: blod;
}

.them-edit-dialog .comm p {
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.them-edit-dialog .input-btn .btn {
    width: 70px;
    height: 34px;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    ;
}

.them-edit-dialog .input-btn .qd-btn {
    background: #30cb8b;
    color: #FFFFFF;
}

.them-edit-dialog .input-btn .btn:hover {
    cursor: pointer;
}

.them-edit-dialog .input-btn .qx-btn {
    background: #e6e6e6;
    color: #666666;
    margin-left: 20px;
}

.them-edit-dialog .input-btn {
    position: absolute;
    bottom:30px;
    right: 30px;
}

.fullbg{
    background-color: #000;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 400;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/*公共案钮*/
.zgg-same-btn{
    margin: 44px auto 0;
    text-align: center;
}
.zgg-same-btn .more-btn{
    width: 138px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid #666666;
    font-size: 16px;
    color: #666666;
    display: inline-block;
}
.zgg-same-btn .more-btn:hover {
    border: 1px solid #15d186;
    color: #fff;
    background: #15d186;
    cursor: pointer;
}
.more-btn .arr-green{
    position: relative;
    color: #666666;
    padding-right:26px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.zgg-same-btn .more-btn .arr-green{
    color: #666666;
    padding-right: 0px;
}
.zgg-same-btn .more-btn .arr-green:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 11px;
    margin-top: -6px;
    background: url("../img/sy/icon/left-tringle.png") no-repeat;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}
.zgg-same-btn .more-btn .arr-green::after {
    display: none;
}
.zgg-same-btn .more-btn:hover .arr-green {
    padding-right: 24px;
    color: #fff
}
.zgg-same-btn .more-btn:hover .arr-green::after {
    display: block;
}

/*滚动通知*/
.index_notice_boxs{
    width: 510px;
    left:50%;
    position: relative;
    margin-left: -255px;
    height: 30px;
    overflow: hidden;
}
.index-roll-box .index-roll{
    width: 100%;
    margin: 0 auto;
}
.index-roll-box .horn-icon{
    width: 18px;
    height: 30px;
    background: url(../img/sy/icon/index-roll-icon.png) center no-repeat;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.index-roll-box .roll-move-l a{
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    margin-right: 60px;
}
.index-roll-box .roll-move-l a span{
    color: #ffd580;
}
.index-roll-box .demoins-l{
    width: 482px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
}
.index-roll-box #roll-move1-l,.index-roll-box #roll-move2-l{
    display: inline;
}



.consult-sidebar{
    background: #ffffff;
    border: none;
    border-radius: 24px;
    box-shadow: 0px 5px 8px 0px rgba(0,0,0,.14),0px -2px 3px 0px rgba(0,0,0,.08);
    display: block;
    height: auto;
    padding: 4px;
    position: fixed;
    right: 20px;
    top: 50%;
    width: 42px;
    text-align:center;
    z-index:300;
}
.consult-sidebar> span{
    display:inline-block;
    font-size:22px;
    width:40px;
    height:40px;
    line-height:40px;
}
.consult-sidebar .tool-tip{display:none;}
.consult-sidebar> span:hover{
    background:#f5f6f7;
    border-radius: 100%;
}
.consult-sidebar .icon{
    font-size:22px;
    color:#303133;
    vertical-align: top
}
#LRdiv3{display:none !important;}

.tool-tip{
    top: 6px;
    right: 45px;
    box-sizing: border-box;
    color: rgb(48, 49, 51);
    display: block;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    margin: 0px;
    max-width: 250px;
    padding: 0px;
    padding-right:20px;
    position: absolute;
    visibility: visible;
    width: max-content;
    z-index: 1070;
}

.ant-tooltip-content {
    position: relative;
}
.ant-tooltip-arrow {
    right: 0px;
    top: 50%;
    transform: translateX(100%) translateY(-50%);

    display: block;
    height: 22px;
    pointer-events: none;
    position: absolute;
    width: 22px;
    z-index: 300;
    background: transparent;
    overflow: hidden;
}

.ant-tooltip-arrow-content {
    background-color: #fff;;
    border-radius: 0 0 2px;
    bottom: 0;
    content: "";
    display: block;
    height: 11.3137085px;
    left: 0;
    margin: auto;
    pointer-events: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 11.3137085px;


    box-shadow: rgba(0, 0, 0, 0.07) 3px -3px 7px;
    transform: translateX(-11px) rotate(315deg);
}

.ant-tooltip-inner {
    overflow-wrap: break-word;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 5px 8px 0px, rgba(0, 0, 0, 0.08) 0px -2px 3px 0px;
    color: rgb(96, 98, 102);
    min-width: 30px;
    padding: 6px 8px;
    text-align: left;
    text-decoration: none;
}
.ant-tooltip-inner .codeImg{
    width:100px;
}
.tool-tip-sys{
    top:35px;
}
.tool-tip-qrcode{
    top:30px;
}
.tool-tip-top{
    top:125px;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.font-16{font-size:16px;}

