/*
公共样式*/
.w98{
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
    position: relative;
}

@media screen and (min-width: 1480px){
    .w98{
        max-width: 1440px;
    }
}
@media screen and (min-width: 1680px){
    .w98{
        max-width: 1600px;
    }
}
body,div,ul{margin:0px;padding:0px;}
body{
    font-family:"Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    font-size: 14px;
    color: #333;
    background: #FaFaFa;
    overflow-x: hidden;
    min-width: 1200px;
}
*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'iconfont';  /* project id 777290 */
    src: url('//at.alicdn.com/t/font_777290_u1w9a4qkeg.eot');
    src: url('//at.alicdn.com/t/font_777290_u1w9a4qkeg.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_777290_u1w9a4qkeg.woff') format('woff'),
    url('//at.alicdn.com/t/font_777290_u1w9a4qkeg.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_777290_u1w9a4qkeg.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont";
    font-size:16px;
    font-style:normal;
    display: inline-block!important;
    background: none;
}
.search_close{
    position: absolute;
    right: 0px;
    color: #fff;
    top:20px;
    font-size: 26px;



}
.search_close .iconfont{
    font-size: 32px;
}
.green_color{
    color: #00915a;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.text_note{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.search_top{
    z-index: 999;
    width: 100%;
    display: inline-block;
    line-height: 35px;
    background: #00deff; /* Old browsers */
    background: -moz-linear-gradient(left, #0082df 0%, #00deff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0082df 0%,#00deff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0082df 0%,#00deff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082df', endColorstr='#00deff',GradientType=1 ); /* IE6-9 */
}
.max_1200{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;

}
/*
header*/


.search_click {
    margin-top: 20px;

}
header{
    z-index: 999;
    width: 100%;
    display: inline-block;
    position: relative;
}
.en{
    font-size: 24px;
    vertical-align: bottom;
}
.topbar{
    width: 100%;
    background:rgba(0,0,0,0.6);
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.topbar .login{
    display: inline-block;
}
.topbar .login a{
    color: #fff;
    display: inline-block;
    text-align: right;
    width: 70px;
}
.topbar .login span{
    font-size: 16px;
    color: #535554;
}
.topbar .topbar-cart {
    width: 120px;
    margin-left: 15px;
    position: relative;
    float: right;
    _display: inline;
    height: 45px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    background: #393939;
}
.table {
    width: 100%;
    height: 100%;
    display: table;
}
.sy-support h2 a {
    color: #fff;
}
.topbar .topbar-cart a{
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.topbar .topbar-cart:hover{
    background: #00915a;
}
.top_fixed{
    background: #fff;
    z-index: 9;
    width: 100%;
}

nav{
    background: rgba(255,255,255,0);
    width: 100%;
    height: 75px;
    margin: 0;
    line-height: 80px;
    box-shadow: 0 1px 4px 0 rgba(0,90,50,.12);
    margin-top: -4px;
}
.logo {
    width: 305px;
}

.logo img{
    width: 100%;
    vertical-align: middle;
}
.top_nav ul{
    margin-top: 10px;
}
.top_nav ul li{
    padding: 0px 20px;
    line-height:60px;
    color: #333;
    float: left;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    position: relative;
    cursor: pointer;
}
.top_nav ul li a span{
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.top_nav ul li a{
    color: #fff;
    width: 100%;
    line-height:25px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
    display: inline-block;
    text-align: center;
}
.top_nav ul li:hover a{
    color: #00afef;
}
.top_nav ul li.active{
    border-bottom: 5px solid #00afef;

}
.top_nav ul li.active a{
    color: #fff!important;
}
.top_fixed ul li a ,.top_fixed2 ul li a{
    color: #333 !important;
}
.top_fixed ul li.active a,.top_fixed2 ul li.active a{
    color: #333 !important;
}
.top_nav ul li:hover a{
    color: #00afef !important;
}
.top_nav ul li.active:hover a{
    color: #00afef !important;
}
.search{
    position: relative;
}
.search_input{

    width: 408px;
    border: none;
    border-radius: 30px;
    margin: 30px 0;
    background: #fff;
    outline: none;
    padding-left: 10px;
}
.search_middle{
    width: 422px;
    display: block;
    margin: 0 auto;
}

.search_button2{
    border: none;
    color: #00aaff;
    margin-left: -40px;
    outline: none;
    font-size: 22px;
    vertical-align: middle;
    line-height: 30px;

}
.search input.search_input{
    width: 190px;
    padding-left: 5px;
    border: none;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,1);
    color: #666;
    border-radius: 5px;
    position: absolute;
    right:45px;
    top:20px;
    display: none;
}

.login{
    line-height: 30px;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
}
.login .iconfont{
    color: #666;
    background: #fff;
    width: 30px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    border: 1px solid #ebebeb;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;

}
.login a .en{
    font-size: 13px;
}
.login a:hover .iconfont{
    background: #00deff; /* Old browsers */
    background: -moz-linear-gradient(left, #0082df 0%, #00deff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0082df 0%,#00deff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0082df 0%,#00deff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082df', endColorstr='#00deff',GradientType=1 ); /* IE6-9 */
    color: #fff;
}
.nav_product{
    display: none;
    opacity: 0;
    padding-top: 10px;
    position: absolute;
    top:26px;
    height: 0;
    z-index: 9;
    left: -150px;
    -webkit-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    transition: 0.5s ease 0s;
}
.nav_product ul {
    width:600px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 1px 4px 0 rgba(0,90,50,.12);
    margin-top: 0;
}
.nav_product ul li{
    background: #fff;
    overflow: hidden;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    padding: 0 10px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    color: #666;
    list-style: none !important;
}
.nav_product ul li dl dt{
    display: inline-block;
    width: 100%;
    height: 35px;
}
.nav_product ul li dl dd{
    display: inline-block;
    position: relative;
    margin-top: -5px;
    width: 100%;
}
.nav_product ul li dl dd a{
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    width: 50%;
    float: left;
}
.nav_product ul li dl dt a{
    font-size: 16px;
    color: #00aaff;
    padding-top: 10px;
}
.nav_product ul li dl dt a i{
    float: left;
}
.nav_product ul li dl dt a .fr{
    float: right;
    color: #00aaff;
}
.nav_product ul li dl span{
    font-size: 16px;
    float: left;
    width: auto;
    display: inline-block;
    text-align: left;
    margin-left: 5px;
    color: #00aaff !important;
}
.nav_product ul li dl dt a .iconfont{
    color: #00aaff;
}
.top_nav ul li:hover .nav_product ul li a{
    color: #666!important;

}
.top_nav ul li .nav_product ul li a{
    font-size: 14px;
}
.top_nav ul li:hover .nav_product ul li a:hover{
    color: #00aaff!important;
}
.nav_product ul li a{
    color: #666;
    text-align: left;
}
.nav_product ul li a{
    color: #666;
}
    /*
    底部*/
.cloud-banner {
    position: relative;
    min-width: 1200px;
    background: #0af url(../images/cloud-back.jpg) no-repeat center;
    height: 180px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.cloud-bubble-one {
    position: absolute;
    top: -120px;
    left: 50%;
    z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(../images/cloud-back-bule1.png);
    animation: bubble-animate-1 linear 10s infinite;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial,Helvetica,'Hiragino Sans GB','Microsoft YaHei',sans-serif;
    -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
.cloud-bubble-two {
    position: absolute;
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(../images/cloud-back-bule2.png);
    animation: bubble-animate-2 linear 12s infinite;
}

.cloud-bubble-three {
    position: absolute;
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(../images/cloud-back-bule3.png);
    animation: bubble-animate-3 linear 11s infinite;
}

@keyframes bubble-animate-1 {
    from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}

@keyframes bubble-animate-2 {
    from {
        top: 50px;
        left: 34%
    }

    50% {
        top: 80px;
        left: 24%
    }

    to {
        top: 50px;
        left: 34%
    }
}

@keyframes bubble-animate-3 {
    from {
        top: 50px;
        left: 48%
    }

    50% {
        top: 80px;
        left: 58%
    }

    to {
        top: 50px;
        left: 48%
    }
}

.cloud-bubble-text {
    position: relative;
    padding-top: 26px;
    z-index: 20;
    font-size: 24px;
    opacity: 1;
}

.cloud-bubble-link {
    position: relative;
    z-index: 20;
    opacity: 1;
}

.cloud-bubble-link a {
    display: inline-block;
    margin-top: 24px;
    width: 220px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
}

.cloud-bubble-link a:hover {
    color: #333;
    background-color: #fff;
}

.cloud-footer {
    min-width: 1200px;
    background-color: #2b373d;
    font-family: "Microsoft Yahei";
}

.cloud-footer-box {
    width: 1200px;
    margin: 0 auto;
}

.cloud-footer-feature {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #414b51
}

.cloud-footer-feature ul li {
    float: left;
    width: 25%;
    height: 120px;
}

.cloud-footer-feature ul li a {
    white-space: nowrap;
    display: block;
    line-height: 120px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: 50px center;
    font-size: 18px;
    color: #fff;
}

.feature-item001 a {
    background-image: url("../images/icon-item001.png")
}

.feature-item002 a {
    background-image: url("../images/icon-item002.png")
}

.feature-item003 a {
    background-image: url("../images/icon-item003.png")
}

.feature-item004 a {
    background-image: url("../images/icon-item004.png")
}

.cloud-footer-nav {
    width: 100%;
    padding: 40px 0 62px;
}

.cloud-footer-nav-logo {
    width: 28%;
    float: left;
    opacity: 0;
}

.cloud-comm {
    padding-left: 20px;
}

.cloud-comm-logo {
    background: url(../images/novker_logo2.png) no-repeat left;
    background-size: 100% 100%;
    width: 215px;
    height: 32px;
}



.cloud-info {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.cloud-share {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative;
}

.cloud-share>p {
    width: 132px;
    height: 132px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.wei-xin {
    position: absolute;
    top: -145px;
    left: -32px;
    background-image: url(../images/icon-ewm.jpg);
    display: none;
    background-size: 132px;
}
.nk-rqcode{
    background-image: url(../images/novker_rqcode.jpg);
    width:258px;
    height:258px;
}
.corner {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    z-index: 10;
}

.wei-bo {
    position: absolute;
    top: -145px;
    left: -32px;
    background-image: url(../images/wb.png);
    display: none;
    background-size: 132px;
}

.cloud-share ul li {
    float: left;
    margin-left: 15px;
    width: 40px;
    height: 40px;
}

.cloud-share ul li a {
    display: block;
}

.cloud-share ul li a span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px;
}

.cloud-share ul li .icon-blog {
    background-image: url(../images/wb1.png);
}

.cloud-share ul li .icon-blog:hover {
    background-image: url(../images/wb2.png);
}

.cloud-share ul li .icon-wei {
    background-image: url(../images/wx1.png);
}

.cloud-share ul li .icon-wei:hover {
    background-image: url(../images/wx2.png);
}

.cloud-share ul li .icon-qq {
    background-image: url(../images/qq1.png);
}

.cloud-share ul li .icon-qq:hover {
    background-image: url(../images/qq2.png);
}

.cloud-share ul li .icon-mail {
    background-image: url(../images/yx1.png);
}

.cloud-share ul li .icon-mail:hover {
    background-image: url(../images/yx2.png);
}

.cloud-footer-nav-list {
    width: 68%;
    height: 100%;
    border-left: 1px solid #414b51;
    padding-left: 100px;
    box-sizing: border-box;

}

.cloud-footer-nav-list ul {
    float: left;
    width: 25%;
    opacity: 0;
}

.list-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
}

.cloud-footer-nav-list ul li {
    line-height: 30px;
}

.cloud-footer-nav-list ul li a {
    color: #819199;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.cloud-footer-nav-list ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.cloud-copyright {
    width: 100%;
    border-top: 1px solid #212a2f;
    padding: 20px 0;
    text-align: center;
}

.cloud-copyright p {
    text-align: center;
    color: #819199;
    font-size: 12px;
    line-height: 25px;
}

.cloud-copyright p a {
    color: #819199;
}

.cloud-copyright p a:hover {
    text-decoration: underline;
}

#sidebar{
    overflow: hidden;
    display: block;
    width: 50px;
    height: 70px;
    margin-bottom: 10px;
    opacity:0;
}
.goTop{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height:60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
}
.sidebar a .iconfont{
    font-size: 32px;
    color: #fff;
}
.sidebar {
    display: block;
    z-index: 100; /* position:absolute;跟随定位*/
    position: fixed;
    bottom: 100px;
    right: 47%;
    margin-right: -625px; /*IE屏幕定位*/
    _position: absolute;
    _bottom: auto;
    _margin-top: 630px; /*IE屏幕定位END*/
    width: 60px;
}

/*
侧边栏*/
#sidebar{
    overflow: hidden;
    display: block;
    width: 50px;
    height: 70px;
    margin-bottom: 10px;
    opacity:0;
}
.goTop{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height:60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
}
.sidebar a .iconfont{
    font-size: 32px;
    color: #fff;
}
.sidebar {
    display: block;
    z-index: 100; /* position:absolute;è·Ÿéšå®šä½*/
    position: fixed;
    bottom: 100px;
    right: 47%;
    margin-right: -625px; /*IEå±å¹•å®šä½*/
    _position: absolute;
    _bottom: auto;
    _margin-top: 630px; /*IEå±å¹•å®šä½END*/
    width: 60px;
}
.sidebar:hover a{
    background: #00aaff;
}
.page{
    margin: 0px 0 20px 0;
    float: right;
}
.page ul li{
    color: #333;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.page ul li:hover{
    background: #00aaff;
    color: #fff;
}
.page ul li:hover span {
    color: #fff;
}
.page ul li a{
    color: #333;
}
.page ul li:hover a {
    color: #fff;
}
.bg_white{
    background: #fff;
}
.use_top_m{
    position: relative;
    display: inline-block;
    width: 32px;
}
.use_edittop {
    position: absolute;
    right: 0px;
    top: 30px;
    padding-top: 10px;
    z-index: 999;
    display: none;

    width: 108px;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.use_top_m img{
    width: 30px;height: 30px;border-radius: 50%;vertical-align: middle
}
.use_edittop ul{
    background: #fff;
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
}
.use_edittop:hover{
    display: block;
}

.use_edittop  a {
    display: block;
    color: #333;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-left: 3px solid transparent;
    margin-right: 0;
}
.top_nav .use_edittop li {
    display: inline-block;
    height: 45px;
    border-top: 1px solid #ddd;
}
.top_nav .use_edittop li:first-child{
    border: none;
}


.sidebar1{
    overflow: hidden;
    display: block;
    width: 30px;
    height: 70px;
    margin-bottom: 10px;
    opacity:1;
}
.askprice{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height:60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
}
.sidebar1 a .iconfont{
    font-size: 30px;
    color: #fff;
}
.sidebar1 {
    display: block;
    z-index: 1; /* position:absolute;è·Ÿéšå®šä½*/
    position: fixed;
    bottom: 160px;
    right: 47%;
    margin-right: -625px; /*IEå±å¹•å®šä½*/
    _position: absolute;
    _bottom: auto;
    _margin-top: 630px; /*IEå±å¹•å®šä½END*/
    width: 50px;
}
.sidebar1:hover a{
    background: #00aaff;
}



.question_main{
    width: 100%;
    height: 100%;
    display: none;

}
.bg_back{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    display: inline-block;
    z-index: 9999;
    left: 0;
    top:0;
}
.question_content{
    width: 700px;
    height: 280px;
    position: fixed;
    z-index: 99999;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    left: 50%;
    margin-left:-350px;
    top:50%;
    margin-top: -140px;
    padding: 10px;
    box-sizing: border-box;
}
.question_title {
    line-height: 35px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    display: inline-block;
}
.question_title h2{
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.question_title a{
    float: right;
    color: #333;
}
.question_title a i{
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    margin-top: -10px;
}
.question_title a:hover .iconfont{
    color: #00aaff;
}
select{
    width: 50%;
    padding-left: 14px;
    display: inline-block;
    line-height:35px;
    filter: none !important;
    height: 35px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ebebeb;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    padding-right: 16px;

    background: url("https://raw.githubusercontent.com/ourjs/static/gh-pages/2015/arrow.png") no-repeat scroll right center transparent;


}
select::-ms-expand { display: none; }
.question_name ,.question_tian{
    display: block;
    margin: 15px auto;
    width: 600px;

}
.question_tian .question_edit{
    padding: 10px 2.5%;
    width: 80%;
    height: 80px;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-color: #fff;
    resize: none;
    display: inline-block;
    vertical-align: top;
    outline-style: none;
}
.quest_btn_sub {
    display: inline-block;
    border-radius: 5px;
    margin-right: 8%;
    text-align: center;
    float: right;
    width: 80px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: #00deff; /* Old browsers */
    background: -moz-linear-gradient(left, #0082df 0%, #00deff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0082df 0%,#00deff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0082df 0%,#00deff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082df', endColorstr='#00deff',GradientType=1 ); /* IE6-9 */

}

.question_content input{
    width: 50%;
    padding-left: 14px;
    display: inline-block;
    line-height: 35px;
    filter: none !important;
    height: 35px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ebebeb;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 16px;
}
.question_main1 .question_content1{
    height: 440px;
    margin-top: -220px;
}
.question_main1{
    display: none;
}
