@charset "utf-8";
@import "style.css";
/* CSS Document */
/* ------------- Site: Î¢ÍøÊÖ»ú¹ÙÍø  Author: nuobeika  Updated:? 2013-12-19 15:40:00  Updated by: micronet ------------- */
/* -------------------- Website initialization -------------------- */
* {
    padding: 0;
    margin: 0;
}

html, body, div, span, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, img, a {
    border: none;
}

div, .Center {
    margin: 0 auto;
}

table {
    border-collapse: collapse;
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/**html .TopBg {position:absolute;top:expression(eval(document.documentElement.scrollTop));}*/
body {
    font-size: 12px;
    line-height: 18px;
    font-family: "Microsoft YaHei", SimSun, Arial;
    color: #000;
    background-color: #fff;
    overflow-x: hidden
}

a:link, a:visited, a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

img {
    border: none;
    float: none;
    vertical-align: top;
}

ul, ol {
    list-style: none;
}

h1 {
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
}

h2 {
    font-size: 20px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    font-weight: 500;
}

h5 {
    font-size: 14px;
    font-weight: 500;
}

h6 {
    font-size: 12px;
    font-weight: 500;
}

p {
    line-height: 20px;
}

.radius {
    border-radius: 8px;
}

.round {
    border-radius: 100px;
}

.small-text {
    font-size: .37rem;
}

.normal-text {
    font-size: .64rem;
}

.big-text {
    font-size: 1rem;
}

.bigger-text {
    font-size: 1.28rem;
}

.super-big-text {
    font-size: 2.5rem;
}

.v {
    visibility: hidden;
}

.hide {
    display: none;
}

.clear {
    clear: both;
}

.clearFix:after,
.clearf:after {
    content: "";
    display: block;
    clear: both;
}

.floatL,
.floatl {
    float: left;
}

.floatR,
.floatr {
    float: right;
}

.col-1 {
    width: 8.35%;
}

.col-2 {
    width: 16.6%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3%;
}

.col-5 {
    width: 41.65%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.35%;
}

.col-8 {
    width: 66.7%;
}

.col-9 {
    width: 75.05%;
}

.col-10 {
    width: 83.4%;
}

.col-11 {
    width: 91.65%;
}

.col-12 {
    width: 100%;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-around > * {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
}

.items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.font-black {
    color: #000;
}

.font-deep-black {
    color: #333;
}

.font-grey {
    color: #666;
}

.font-deep-grey {
    color: #999;
}

.font-red,
a.font-red:link,
a.font-red:visited,
a.font-red:hover {
    color: #fe3f3a;
}

.font-orange {
    color: #ff9425;
}

.font-blue {
    color: #3183f3;
}

.font-deep-light {
    color: #ccc;
}

.font-light-white {
    color: #eee;
}

.font-white,
.font-white:hover,
.font-white:link,
.font-white:visited {
    color: #fff;
}

.box-shadow {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.bg-black {
    background: #000;
}

.bg-deep-black {
    background: #333;
}

.bg-grey {
    background: #666;
}

.bg-deep-grey {
    background: #999;
}

.bg-deep-light {
    background: #ccc;
}

.bg-light-white {
    background: #eee;
}

.bg-extra-white {
    background: #f7f7f7;
}

.bg-white {
    background: #fff;
}

.bg-red {
    background: #fe3f3a;
}

.bg-orange {
    background: #ff9425;
}

.bg-blue {
    background: #3183f3;
}

.border {
    border: 1px solid transparent;
}

.border-top {
    border-top: 1px solid transparent;
}

.border-right {
    border-right: 1px solid transparent;
}

.border-bottom {
    border-bottom: 1px solid transparent;
}

.border-left {
    border-left: 1px solid transparent;
}

.bo-black {
    border-color: #000;
}

.bo-deep-black {
    border-color: #333;
}

.bo-grey {
    border-color: #666;
}

.bo-deep-grey {
    border-color: #999;
}

.bo-deep-light {
    border-color: #ccc;
}

.bo-light-white {
    border-color: #eee;
}

.bo-white {
    border-color: #fff;
}

.bo-red,
.bo-red-hover:hover {
    border-color: #fe3f3a;
}

.bo-orange,
.bo-orange-hover:hover {
    border-color: #ff9425;
}

.bo-blue,
.bo-blue-hover:hover {
    border-color: #3183f3;
}

.high-light {
    color: #2f6fdb;
}

.transition,
.transition:before,
.transition:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.transitionC,
.transitionC:before,
.transitionC:after,
.transition-fast,
.transition-fast:before,
.transition-fast:after {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.iepngfix img {
    behavior: url("/iepngfix.htc");
}

.iepngfix input {
    behavior: url("/iepngfix.htc");
}
.HomeMicroLette img{width: 48%;}

/* -------------------- menu --------------------   */
.Menu {
    width: 92%;
    padding-left: 8%;
    padding-bottom: 5px;
    display: none;
}

.Menu a {
    width: 80%;
    position: relative;
    padding-left: 20%;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}

.Menu a, .Menu a:link, .Menu a:visited {
    color: #fff;
}

.Menu a:hover, .Menu a:active {
    background-color: #f65314;
}

.Menu a:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 10%;
    width: 5px;
    height: 5px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 13px;
}

/* -------------------- width --------------------  */
.widthMAX {
    width: 100%;
}

.width1000 {
    width: 1000px;
}

/* -------------------- height --------------------  */
.height150 {
    height: 150px;
}

/* -------------------- font-size -------------------- */

/* -------------------- color --------------------  */
.Cwhite {
    color: white;
}

.Cred {
    color: red;
}

.Cpublic {
    color: #0033FF;
}

/* -------------------- Basic Settings -------------------- */
.FloatLeft {
    float: left;
    margin: 0;
}

.FloatRight {
    float: right;
    margin: 0;
}

.MarginTop {
    margin-top: 13px;
}

.MarginTop10 {
    margin-top: 10px;
}

.OverHid {
    overflow: hidden;
}

.BorderAll {
    border: 1px solid #dedede;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ----- css 3.0 Rounded -----*/
#Rounded {
    padding: 10px;
    width: 300px;
    height: 50px;
    border: 5px solid #dedede;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

/* ----- css 3.0 Transparency ----- */
#Transparency {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

/* ----- css 3.0 Gradient - Support IE ----- */
#Gradient {
    width: 100%;
    height: 26px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#e7e7e7));
    background: -moz-linear-gradient(#efefef, #e7e7e7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e7e7e7');
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
}

/* -------------------- app download -------------------- */
.download_app {
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0 10px 0;
    background: #f1f0f0;
    z-index: 2;
}

.app_bt {
    width: 70%;
    margin: 0 auto;
}

.app_bt:after {
    content: "";
    display: block;
    clear: both;
}

.app_bt a {
    display: block;
    float: left;
    width: 47.6190476%;
    margin-right: 4.76190476%;
    color: #fff;
    text-decoration: none;
}

.app_bt a:last-child {
    margin-right: 0;
}

.app_bt a img {
    width: 100%;
}

.close_app {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    display: block;
    color: #fff;
    cursor: pointer;
    background: url(/mobi/images/app_close.png);
    background-size: 15px;
}

.app_morenews {
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    line-height: 25px;
}

@media only screen and (min-width: 520px) {
    .app_bt {
        width: 410px;
    }

    .app_bt a {
        width: 200px;
        margin-right: 10px;
    }

    .app_bt a img {
        width: 200px;
        height: 50px;
    }
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-line {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-user-svg {
    background: url("../images/icon/icon-user.svg") center no-repeat;
    background-size: 100% auto;
}

.icon-hamburger {
    background: url("../images/icon/icon-hamburger.png") center no-repeat;
    background-size: 100% auto;
}

.icon-phone {
    background: url("../images/icon/icon-phone.png") center no-repeat;
    background-size: 100% auto;
}

.icon-computer {
    background: url("../images/icon/icon-computer.png") center no-repeat;
    background-size: 100% auto;
}

.icon-mobile {
    background: url("../images/icon/icon-mobile.png") center no-repeat;
    background-size: 100% auto;
}
.icon-user {
    background: url("../images/icon/icon-user.png") center no-repeat;
    background-size: 100% auto;
}
.icon-home {
    background: url("../images/icon/icon-home.png") center no-repeat;
    background-size: 100% auto;
}
.icon-bm {
    background: url("../images/icon/icon-bm.png") center no-repeat;
    background-size: 100% auto;
}
.icon-phone-2 {
    background: url("../images/icon/icon-phone-2.png") center no-repeat;
    background-size: 100% auto;
}

.icon-headphone {
    background: url("../images/icon/icon-headphone.png") center no-repeat;
    background-size: 100% auto;
}

.icon-solution {
    background: url("../images/icon/icon-solution.png") center no-repeat;
    background-size: 100% auto;
}

.icon-to-top {
    background: url("../images/icon/icon-to-top.png") center no-repeat;
    background-size: 100% auto;
}

.lazy-load {
    opacity: 1;
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    -o-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
}

.lazy-load.fade-in {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* -------------------- top --------------------  */
.TopKingTop {
    /*position: absolute;*/
    width: 100%;
    height: 50px;
    overflow: hidden;
    z-index: 3;
    background:#00a1f1;
}

.TopKingTop.status-expand {
    position: fixed;
    /*background: rgb(93, 176, 255);*/
    background: -ms-linear-gradient(top, rgba(103, 183, 255, 1), rgba(49, 129, 200, 1));
    background: -moz-linear-gradient(top, rgba(103, 183, 255, 1), rgba(49, 129, 200, 1));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(103, 183, 255, 1)), to(rgba(49, 129, 200, 1)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(103, 183, 255, 1)), to(rgba(49, 129, 200, 1)));
    background: -webkit-linear-gradient(top, rgba(103, 183, 255, 1), rgba(49, 129, 200, 1));
    background: -o-linear-gradient(top, rgba(103, 183, 255, 1), rgba(49, 129, 200, 1));
    height: 100%;
}

.TopKingTop .btn {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.TopKingTop.status-expand .btn-call {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.TopKingTop .btn .icon {
    width: 100%;
    height: 100%;
    background-size: 42% auto;
}

.TopKingTop .page-title {
    margin: 0 100px;
    color: #fff;
}

.TopKingTop .view-menu {
    display: block;
    padding-bottom: 20px;
}

.TopKingTop .view-menu li {
    padding: 0 15px;
}

.TopKingTop .view-menu li a {
    display: block;
    padding: 15px 0;
    color: #FDFDFD;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer {
    border-top: 1px solid #eee;
    padding-bottom: 100px;
}

footer .devices {
    margin: 15px auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

footer .devices li {
    width: 33.3%;
}

footer .devices li a {
    display: block;
    margin: 0 auto;
    width: 90%;
    border: 1px solid #858585;
    color: #858585;
    border-radius: 24px;
    text-align: center;
    padding: 3px 0;
}

footer .devices li a span {
    display: inline-block;
    vertical-align: middle;
}

footer .devices li a .icon {
    width: 20px;
    height: 20px;
}

footer .copyright, footer .copyright a {
    color: #999;
    text-align: center;
}

footer .copyright a {
    font-size: 13px;
    padding: 10px 0 20px;
}

footer .bar-bot {
    background: #666;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    opacity:0.94;
    filter:alpha(opacity=94);
}

footer .bar-bot li {
    width: 20%;
}

footer .bar-bot li a {
    display: block;
    padding: 10px 0;
    color: #fff;
    border-left: 1px solid #b3b3b3;
    text-align: center;
}

footer .bar-bot li a .icon {
    display: block;
    margin: 3px auto;
    width: 26%;
    padding-top: 26%;
}

footer .bar-bot li:first-child a {
    border-left: none;
}

/* ÓªÏúqqµÄÔ­±¾¿ò¼ÜÒþ²Ø */
iframe[src="about:blank"] {
    opacity: 0;
    pointer-events: none;
}

.page-top-banner {
    width: 100%;
}
/*ÊÓÆµ×¨ÌâÒ³Ãæ*/
.box-recommend{
    width: 100%;
    overflow: hidden;
}
.yk-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 26px;
    color: #909090;
}
.yk-body{
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
    box-sizing: border-box;
}
.yk-body ul{
    width: 100%;
    margin: 0;
    padding:0;
    overflow: hidden;
}
.yk-body ul li{
    width: 50%;
    height: auto;
    margin-bottom: 20px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.yk-body ul li p{
    width: 100%;
display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.yk-body ul li img{
    width: 100%;
    height: 100%;
}
/*µ¯³ö²ã*/
#bght{
    background-color:#000;
    position:fixed;
    z-index:112;
    left:0;
    top:0;
    display:none;
    width:100%;
    height:100%;
    opacity:0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}
.payment_video_swf{
    z-index: 999;
    border:soild #fff 3px;
    width: 93%;
    height: 90%;
    text-align: center;
    position: fixed;
    left:4%;
    top: 3%;
    display: none;
}
.payment_video_swf .close{
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
/*¿ªÍ¨Î¢ÐÅÉÌ³Ç*/
.wechat_title{
    width: 100%;
    height: 45px;
    background: #136fae;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
}
.wechat_frame{
    width: 100%;
    overflow: hidden;
    padding:10px;
    box-sizing:border-box;
}
.wechat_frame label{
    font-size: 14px;
    line-height: 30px;
    color: #333;
}
.wechat_frame input{
    width: 100%;
    height: 30px;
    background: #fafafa; 
    border-radius: 3px;
    border:solid #dfdede 1px;
}
.wechat_frame .but{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #136fae;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    border-radius: 5px;
    margin-top: 10px;
}
.wechat_frame p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    float: left;
}
.wechat_frame #txtPhoneCode{
    width: 60%;
}
.wechat_frame .code{
    width: 38%;
    height: 32px;
    background: #333;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: right;
    line-height: 32px;
    border-radius: 3px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.wechat_frame .code0 {
    width: 38%;
    height: 32px;
    background: #333;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: right;
    line-height: 32px;
    border-radius: 3px;
    background: #A1A1A1;
    color: #fff;
}
.video_bannerbtn{
    background-color: rgba(224, 224, 224, 0.9);
    padding: 5px;
    position: fixed;
    left: 2%;
    bottom: 10%;
    z-index: 10;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
}
.bmBanner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bmBanner p{
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.indexSearch{
    background: #f8f8f8;
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.indexSearch a{
    width: 100%;
    float: left;
    height: 35px;
    background: #fff url(../images/index_04.png) left center no-repeat;
    background-size: auto 20px;
    background-position-x: 6px;
    border: solid #e0e0e0 1px;
    border-radius: 5px;
    line-height: 35px;
    text-indent: 35px;
    font-size: 14px;
    color: #999999;
}
.indexNav{
    width: 100%;
    float: left;
    height: 40px;
    margin-top: 10px;
}