.none{
    display: none!important;
}
a {
    text-decoration: none;
    color: #ffffff;

}
a:hover {
    text-decoration: none;
    background: transparent;
    color: #ffffff;
}
header{
    background-color: rgba(31,33,44,0.6);
    /*background-color: rgba(132,112,255,0.8);*/
    /*background-image: url("../images/newindex/navigation.png");*/
    -moz-background-size:100% 73px ; /* 老版本的 Firefox */
    background-size: 100%  73px;
    background-repeat:no-repeat;
    z-index: 1999;
    min-height: 73px;
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    /*font-size: 14px;*/
    /*align-content: center;*/
    text-align: center;
    align-content: center;
    align-items: center;
    align-self: center;
}

.navbar-nav>li>a:hover{
    color: #ffffff;
}
.navbar-nav>li>a{
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
    height: 73px;
    /*height: 73px;*/
    line-height: 73px;
    /*line-height: 73px;*/
    font-weight:bold;

    padding-left: 25px;
    padding-right: 25px;
}

.myNav{
    z-index: -2;
    height: 73px;
    /*position: relative;*/
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav-contain{
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 24px;
}

.navbar-inverse{
    background-color: transparent!important;
    border-color: transparent!important;
}
.navbar-inverse .navbar-nav>li>a{
    color: #ffffff!important;
}
.navbar-toggle{
    float: left;
}

.navbar-inverse .navbar-toggle{
    border: none;
}
/*.myNav .rt{*/
/*    display: flex;*/
/*    font-size: 14px;*/
/*    align-items: center;*/
/*}*/
.myNav .rt>div.btnGroup{
    display: flex;
}
.myNav .rt div{
    padding: 6px 20px;
}
.myNav .rt div.register{
    /*top:24px;*/
    /*background: #2172e0;*/

    background: #3FBCEF;

    border-radius: 24px;
    font-weight: bold;
    font-size: 16px;
    /*height: 24px;*/
}
.myNav .rt div.login{
    /*top:24px;*/
    /*background: #2172e0;*/
    /*border-radius: 24px;*/
    font-weight: bold;
    font-size: 16px;
    /*height: 24px;*/
}
.myNav .rt .user{
    font-size: 14px;
    color: black;
}
.myNav .rt .user>div:first-child{
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.myNav .rt .user>div:first-child i{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    display: inline-block;
    background: url('../images/updown.png') no-repeat ;
    background-size:30px 30px;
}
 .rt .user>div.dropDown{
    position: absolute;
    padding: 0;
    top:80px;
    right: 200px;
    background: #ffffff;
    box-shadow: 0 3px 21px rgba(45,108,170,.3);
    border-radius: 5px;
    color: rgba(0,0,0,.6);
    font-size: 14px;
    z-index: 1000;
    width: 140px;
}
 .rt .user>div.dropDown::before{
    content: '';
    position: absolute;
    display: inline-block;
    top:-18px;
    left: 50px;
    border-top:9px solid transparent;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    border-bottom: 9px solid #ffffff;

}
 .rt .user>div.dropDown div{
    line-height: 30px;
    padding: 0;
}
 .rt .user>div.dropDown div a{
    display: inline-block;
    line-height: 30px;
    color: #222;
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
}
 .rt .user>div.dropDown div:first-child{
    border-bottom: 1px solid #ddd;
}
/************����****************/
.navbar-nav li.present a{
    color: #09f;
    background-color: transparent;
}
.upModal{
    position: absolute;
    top: 170px;
    width: 140px;
    background-color:white;
    z-index: 6;
}
.upModal .menu{
    /*padding: 10px 70px 16px;*/
    box-sizing: border-box;
}
.menuList{
   width: 140px;
    height: 98px;
}
.menuList span{
    display: inline-block;
    font-size: 14px;
    color: black;
    line-height: 37px;
    cursor: pointer;
    min-width: 121px;
    height: 40px;
    border-bottom: 1px solid #ccc;

}
.menuList span:hover{
    background-color: #f7f7f7;
}

@media (max-width: 768px) {
    header{
        height: 40px;
    }
    .myHeader .lf a{
        font-size: 14px;
        padding-left: 10px;
        height: 40px;
    }
    .myHeader .lf a img{
        display: none;
    }
    .myHeader .rt div{
        padding: 10px 10px;
    }
    .myHeader .rt div.register{
        background: none;
    }
    .navbar-collapse{
        background: rgba(51,51,51,.85);
    }
    .upModal{
        position: static;
    }
    .menuList{
        display: block;
    }
    .menuList span{
        display: block;
    }
    .navbar-nav li.present{
        border-bottom: none;
    }
    .navbar-nav{
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
}


/***************�ײ�*********/
footer{
    width: 100%;
    background: #333;
    color: #ffffff;
}

footer .sub .col-lg-3,footer .sup .col-lg-3{
    width: 20%;
}
footer .sub,footer .sup{
    border-bottom: 1px solid #444444;
    padding: 15px 0;
    font-size: 18px;
}
footer .sup{
    font-size: 14px;
}
footer .sup p{
    cursor: pointer;
}
footer .sup .code{
    width: 148px;
}
footer .bot{
    text-align: center;
    padding: 25px 0;
    font-size: 13px;
}
footer .bot p:last-child{
    margin-bottom: 0;
}
@media (max-width: 1200px) {
    footer div.sub,footer div.sup{
        display: none;
    }
}
@media (max-width: 768px) {
    .nav>li>a{
        padding: 0 3px;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
    .myNav .rt{
        display: none;
    }
    .myHeader,.navbar{
        height: 40px;
    }
    .navbar-toggle{
        margin-top: 0;
        margin-bottom: 0;
    }
   footer{
       display: none;
   }
}
.currentNavigation{
    /*margin-top: 20px;*/
    /*padding: 0 0 0 0 ;*/
    /*background-color:#ffffff;*/
    /*top:20px;*/
    /* 	width: 200px;*/
    /*height: 40px;*/
    /*border-radius: 20px;*/
    /*width: 102px;*/
    height: 73px;
    color:#0000ff;
    background-image:url("../images/newindex/button.jpg");
    /*-moz-background-size:100% 73px ; !* 老版本的 Firefox *!*/
    background-size: 100%  73px;
    background-repeat:no-repeat;
}
.lf {
    /*left: 200px;*/
    /*width: 850px;*/
    height: 36px;
    /*border: 1px red solid;*/
    margin:0 auto;
    position: relative
}

.online_consultation {
    /*left: 200px;*/
    width: 102px;
    height: 32px;
    border: 3px blue solid;
    /*margin:26px auto;*/
    border-radius: 20px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-self: center;
    padding: 1px 0px 0px 0px;
    position: relative;
    font-weight:bold;
}
/**
新导航，测试失败
 */
.navigationv2 {
    /*left: 200px;*/
    /*width: 102px;*/
    height: 32px;
    border: 3px blue solid;
    margin:26px auto;
    border-radius: 20px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-self: center;
    padding: 1px 0px 0px 0px;
    position: relative;
    font-weight:bold;
}

/**
在线咨询
 */
.overA{background-color: rgba(0, 0, 0, 0.8);display: none;height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 998;}
.alertA{display: none;left: 50%;position: fixed;top: 50%;transform: translateX(-50%) translateY(-50%);width: 702px;z-index: 999;}
.titleA{background-color: #f54c53;border-radius: 10px 10px 0 0;color: #fff;font-size: 34px;line-height: 110px;padding-left: 30px;}
.closeA{display: block;height: 36px;position: absolute;right: 30px;top: 20px;width: 80px;}
.contentA{text-align: left;background-color: #fff;border-radius: 0 0 10px 10px;color: #747474;font-size: 22px;padding: 30px;}
.importantA{text-align: left;color: #f54c53;}

/**
底部导航
 */

.footnav{
    position: fixed;
    width: 100%;
    height: 60px;
    /* top: 450px; */
    left: 0;
    /*border: 2px red solid;*/
    /* margin:0 auto; */
    bottom: 0;
    /* position: relative */
    background-color: rgba(31,33,44,0.6);
}

.child1 {
    width: 300px;
    height: 36px;
    /*border: 1px red solid;*/
    position:absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin-left: 10%;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    font-size:30px;
    color:#3FBCEF;
    line-height: 28px;
}

.child2 {
    width: 200px;
    height: 36px;
    /* border: 1px red solid;*/
    position:absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    font-size:28px;
    color:#3FBCEF;
    line-height: 30px;
}

.child3 {
    width: 200px;
    height: 30px;
    /* border: 1px red solid;*/
    position:absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin-left: auto;
    margin-right: 10%;
    margin-top:auto;
    margin-bottom:auto;
    font-size:24px;
    color:#3FBCEF;
    border-radius: 18px;border: 2px #3FBCEF solid;
    text-align:center;
    line-height: 30px;
}

.childwechat {
    width: 202px;
    height: 202px;
    position: fixed;
    width: 200px;
    height: 200px;
    /*border: 4px #3FBCEF solid;*/
    bottom: 170px;
    left:42%;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
}

.childReturn {
    /* border: 1px red solid;*/
    position:fixed;
    right: 24px;
    bottom:100px;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    cursor:pointer;
}


.aidiagnosis a img{
    width: 165px;
    height: 238px;
    /*object-fit: cover;*/
    /*margin-left: 850px;*/
}


.aidiagnosis {
    /* border: 1px red solid;*/
    position:fixed;
    right: 24px;
    bottom:200px;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    cursor:pointer;
    z-index: 9999;
}
.yiqing a img{
    width: 247px;
    height: 122px;
    /*object-fit: cover;*/
    /*margin-left: 850px;*/
}

.yiqing {
    /* border: 1px red solid;*/
    position:fixed;
    left: 24px;
    bottom:200px;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    cursor:pointer;
    z-index: 9999;
}
.right-nav{
    position: fixed;
    top: 50%;
    right: 20px;
    width: 80px;
    height: 260px;
    padding: 6px 10px 20px;
    background: -webkit-gradient(linear,left top,left bottom,from(#0eb4fd),to(#096efa));
    background: linear-gradient(180deg,#0eb4fd,#096efa);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.right-nav .nav-item{
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    cursor: pointer;
}
.right-nav .nav-item p{
    margin-top: 6px;
    margin-bottom: 14px;
}
.item-hover-phone{
    position:absolute;
    left:-237px;
    top:0;
    padding:14px 23px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    height:80px;
    background:#FFFFFF;
    -webkit-box-shadow:0px 0px 10px 1px rgba(153,153,153,0.3);
    box-shadow:0px 0px 10px 1px rgba(153,153,153,0.3);
    border-radius:4px;
    display: none;
}
.item-hover-phone span{
    font-size:14px;
    font-weight:400;
    color:#888888
}
.item-hover-phone p{
    font-size:24px;
    font-family:ONEAN-Bold, ONEAN;
    font-weight:bold;color:#333333;
    margin-top:10px
}
.item-hover-wechat{
    position:absolute;
    left:-164px;
    top:20px;
    min-width:140px;
    height:158px;
    background:#FFFFFF;
    -webkit-box-shadow:0px 0px 10px 1px rgba(153,153,153,0.3);
    box-shadow:0px 0px 10px 1px rgba(153,153,153,0.3);
    border-radius:4px;padding:10px;
    -webkit-box-sizing:border-box;box-sizing:border-box;
    display: none;
}
.item-hover-ai{
    position:absolute;
    left:-144px;
    top:20px;
    min-width:140px;
    height:200px;
    background:#FFFFFF;
    -webkit-box-shadow:0px 0px 10px 1px rgba(153,153,153,0.3);
    box-shadow:0px 0px 10px 1px rgba(153,153,153,0.3);
    border-radius:4px;padding:10px;
    -webkit-box-sizing:border-box;box-sizing:border-box;
    display: none;
}
.item-hover-ai img{
    width: 60px;
    height: 60px;
}
.item-hover-ai p{
    font-size:14px;
    font-weight:400;
    color:#888888
}
.item-hover-wechat p{
    font-size:14px;
    font-weight:400;
    color:#888888
}
.item-hover-wechat img{
    width: 140px;
    height: 120px;
}
.right-nav .nav-item:nth-of-type(4) {
    padding-top: 4px;
    border-bottom: none;
}
.right-nav .nav-item:nth-of-type(4) img{
    width: 30px;
    height: 30px;
}
.header-container .header-cnt {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 120px;
}
.header-bg {
    background: url(/industry/images/product/noHome.png);
    background-size: contain;
}
.title img{
    width: 100px;
}
.title p span {
    font-size: 20px;
    font-family: Microsoft YaHei-Regular,Microsoft YaHei;
    font-weight: 400;
    color: #555!important;
}
.header-container .header-cnt .header-cnt-inner .header-logo .logo .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
.header-container .header-cnt .header-cnt-inner {
    width: 1400px;
    height: 90px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 2px solid #e2e2e2;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-container .header-right-wrap {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-right-wrap .login{
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular,Microsoft YaHei;
    font-weight: 400;
    background-color: #096efa;
}
.header-right-wrap .login:hover{
    background-color:  #0dacfd;
}
.header-right-wrap .register{
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular,Microsoft YaHei;
    font-weight: 400;
    background-color: white;
}
.header-right-wrap .register:hover{
    background-color:  #edf6fe;
}
.header-right-wrap .user{
    color: black;
}
.menus{
    background-color: #096efa;
    width: 100%;
}
#navigation{
    display: flex;
    margin: 0 auto;
    width: 1300px;
}
.menus ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menus ul li a{
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
.menus ul li {
    width: 140px;
    height: 50px;

}
.menus ul li:first-child {
    width: 67px;
    text-align: left;
    box-sizing: border-box;
}
.item-hover-ai{
    cursor: pointer;
}
.item-hover-ai div:nth-child(1):hover{
    background-color: #fafcff;
    cursor: pointer;
    border-radius: 5px;
}

.item-hover-ai div:nth-child(2):hover{
    background-color: #fafcff;
cursor: pointer;
    border-radius: 5px;
}
