body,div,ul,li,ol,input,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,p,button{
    margin:0;
    padding:0;
}
*{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}

body{
    font-family:"Microsoft YaHei";
    color:#666;
    background:#fff; 
    font-size:16px;
    overflow-y:scroll;
}
img,button{
    border:0;
    display:block;
    display: inline;
}
ol,ul,dl,li{
    list-style: none;
}
input,button,select{
    outline:none;
    border:0;
    font-family:"Microsoft YaHei";
}
a{
    color:#000;
}
a:link,a:visited{
    text-decoration: none;
}
.clear:after {
    clear:both;
    content: "200B";
    display: block;
    font-size: 0;
    line-height: 0;
}
.clear {
    *zoom: 1;
}
.inner{
    width:1200px;
    margin:0 auto;
}

/* 头部 */
.header{
    height:83px;
    background: #070b18;
}
.header .logo{
    height:56px;
    float:left;
    margin-top: 17px;
}
.header .login{
    float:right;
}
.header .login li{
    float:left;
    color:#f5f5f5;
    height:31px;
    line-height: 31px;
    margin-left: 14px;
    margin-top: 28px;
}
.header .login li a{
    color:#f5f5f5;
    display: block;
}
.header .login .console{
    background: #1b9ed4;
    width:105px;
    text-align: center;
    color:#fff;
    border-radius: 1px;
    margin-right: 8px;
    height: 83px;
    line-height: 83px;
    margin-top: 0;
    margin-right: 60px;
}



.header .login .username{
    color: #1b9ed4;
    position: relative;
}
.header .login .username > a {
    color: #1b9ed4;
    display: block;
    background: url(/images/user_arrow.png) no-repeat right center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 18px;
    white-space: nowrap;
}
.header .login .username:hover .login_pop{
    display:block;
}
.header .login .username .login_pop{
    position:absolute;
    width:70px;
    /* height:78px; */
    height:31px;
    right:0px;
    top:33px;
    /* border:1px solid #ece9e9; */
    z-index:100;
    background:#fff;
    display:none;
}
.header .login .username .login_pop .position_arrow{
    position:absolute;
    left:45%;
    top:-7px;
    width:13px;
    height:7px;
    background-image:url("/images/position_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header .login .username .login_pop .login_item{
    width:100%;
    height:31px;
    text-align:left;
}
.header .login .username .login_pop .login_item:hover{
    background:#1b9ed4;
}
.header .login .username .login_pop .login_item:hover a{
    color:#fff;
}
.header .login .username .login_pop .loginconsole{
    margin-top:7px;
}
.header .login .username .login_pop .login_item a{
    display:block;
    height:31px;
    line-height:31px;
    padding-left:36px;
    font-size:12px;
    color: #000;
}
.header .login .username .login_pop .loginconsole a{
    background:url("/images/control_icon.png") no-repeat 13px center ;
}
.header .login .username .login_pop .loginout a{
    background:url("/images/quit_icon.png") no-repeat 13px center ;
}
.header .login .username .login_pop .loginout:hover a{
    background:url("/images/quit_icon_hover.png") no-repeat 13px center ;
}

.header .nav{
    float:left;
    margin-left:200px;
}
.header .nav li{
    float:left;
    line-height: 83px;
    position: relative;
}
.header .nav li a{
    color:#fff;
    padding:0 20px;
}
.header .nav .active{
    color:#1b9ed4;
}
.header .nav .arrow{
    position: relative;
}
.header .nav .arrow img{
    position: absolute;
    right:5px;
    top:8px;
    width:8px;
    height:5px;
}
.nav-img{
  display:none;
  width:50px;
  height:50px;
}
.nav-img img{
  width:22px;
  height:22px;
  margin:28px auto 0;
}

.menu-container {
    position: absolute;
    top: 84px;
    left: 50%;
    z-index: 10;
    display: none;
}

.menu-container::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-right: 10px solid transparent;
    border-top: 8px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid transparent;
    border-bottom-color: #fff;
    top: -16px;
    left: -10px;
}

.menu-list {
    margin-left: -50%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 5px 30px;
}

.header .menu-list .menu-list-item {
    display: block;
    font-size: 15px;
    color: #000000;
    height: 20px;
    line-height: 20px;
    padding: 20px 10px;
    border-bottom: 1px solid #999999;
}

.header .menu-list .menu-list-item .txt {
    font-size: 15px;
    color: #000;
    padding: 0;
}

.header .menu-list .menu-list-item.active .txt {
    color: #1b9ed4;
}

.header .menu-list .menu-list-item .icon {
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: sub;
}

.header .menu-list .platform-service .icon {
    background: url(/images/nav_list_icon_01.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.header .menu-list .platform-service.active .icon {
    background: url(/images/nav_list_icon_01_active.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.header .menu-list .device .icon {
    background: url(/images/nav_list_icon_02.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.header .menu-list .device.active .icon {
    background: url(/images/nav_list_icon_02_active.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.header .menu-list .menu-list-item:last-child {
    border: none;
}

/* 服务 */
.service{
    background: #24282a;
    padding-top: 54px;
}
.service .inner{
    height:200px;
    border-bottom: 1px solid #303437;
}
.service li{
    float: left;
    font-size: 14px;
}
.service li h2{
    font-size: 16px;
    line-height: 42px;
    color:#fff;
    padding-bottom: 5px;
    font-weight: normal;
}
.service li p{
    line-height: 28px;
    color:#c4c4c5;
}
.service li p a{
    line-height: 28px;
    color:#c4c4c5;
}
.service li.tel{
    /* width:293px; */
    width:24.41%;
}
.service li.tel .phone{
    font-size: 24px;
    color:#1b9ed4 !important;
    font-weight: bolder;
    line-height: 24px;
    padding-top: 24px;
    background: url(../images/phone.png) no-repeat 9px 24px;
    background-size: 28px 24px;
    padding-left: 49px;
}
.service li.contact{
    /* width:337px; */
    width:28.08%;
}
.service li.about{
    /* width:186px; */
    width:15.08%;
}
.service li.dowload{
    /* width:181px; */
    width:15.08%;
}
.service li.weixin{
    /* width:207px; */
    width:17.25%;
}
.service li.weixin h2{
    padding-bottom: 0;
}
.service li.weixin img{
    width:103px;
    height:103px;
    padding-left: 4px;
}

/* footer */
.footer {
    display: block;
    width: 100%;
    height: 59px;
    background: #24282a;
    text-align: center;
}
.footer p {
    font-size: 0.75rem;
    padding-top: 27px;
    color: #dcdedf;
    font-size: 12px;
}
.footer p a {
    color: #dcdedf;
    margin: 0 5px;
    transition: all 0.2s;
}


/* 响应式 */
@media (max-width:640px){
   #newBridge{opacity:0;display:none !important}
   /*头部*/
   .header .inner{
     width:100%;
   }
   .header .login {
     padding-right: 50px;
     float:none;
    }
   .header .login .console {
    padding:0 5px;
    width:auto;
    margin-right: 0;
    background: #070b18;
  }
  .header .login li {
    margin-top: 26px;
    margin-left:8px;
  }
  .header .login li a{
    font-size:14px;
  }
  .header .logo{
    height:40px;
    padding-left: 5px;
    margin-top: 30px;
  }
  .header .logo img{
     width:90px;
     height:auto;
   }
   .nav-img{
    display:block;
    float: right !important;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
   }
   .header .nav {
    margin-left: 0; 
    float: right;
   }
   .nav ul{
    position: absolute;
    width: 100%;
    top: 83px;
    right: 0;
    z-index: 3;
    display:none;
   }
   .nav ul li{
     width:100%;
    }
    
    .header .menu-list .menu-list-item:last-child{
        border-bottom: 1px solid #333232;
    }
   .header .nav ul li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #e6e6e6;
    font-size: 16px;
    text-align: center;
    border: 1px solid #333232;
    background-color: #212121;
    border-top: none;
    padding:0;
   }
   
   .menu-container {
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}

.menu-list {
    float: left;
    overflow: hidden;
    background: #191819;
    margin: 0;
    color: #fff;
    padding: .1rem 0 0;
    width: 100%;
}

.header .menu-list .menu-list-item {
    font-size: 15px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border-bottom: 1px solid #333232;
}

.header .menu-list .menu-list-item .txt {
    color: #fff;
}

.header .menu-list .menu-list-item .icon {
    display: none;
}

   /*底部*/
   .service {
    padding-top: 10px;
   }
   .service .inner {
     width:100%;
     height: auto;
     border-bottom: 1px solid #303437;
   }
   .service li {
     width: 100% !important;
     text-align: center;
     float: none;
   }
   .service li.tel .phone{
     padding-top:0;
   }
   .service li.tel .phone {
    padding-top: 0px;
    background: url(../images/phone.png) no-repeat 65px center;
    padding-left: 25px;
  }
  .service li h2 {
    line-height: 35px;
    padding-top: 10px;
  }

  .footer {
    width: 96%;
    padding:0 2%; 
    padding-bottom:20px;
    height: 59px;
  }
 

}

@media (max-width: 320px){
   .nav-img {
     padding-right: 0; 
     padding-left: 0;
   }
}

