/*顶部样式*/
html,body{
  background:#f2f1f1;
}
.nav {
    height: 65px;
    float: right;
    margin-right: 45px;
}

.nav a {
    color: #777777;
}

.nav li {
    float: left;
    border-top: 5px solid #fff;
    width: 80px;
    height: 55px;
    margin-left: 10px;
    text-align: center;
    line-height: 55px;
}

.nav .choose {
    border-top-color: #00a2e1;
}

.nav .choose a {
    color: #00a2e1;
}

.logo {
    float: left;
}

.logo-area {
    position: absolute;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    color: #1c78bf;
}

.logo-name {
    font-size: 26px;
    float: left;
}

.logo-meeting {
    font-size: 12px;
    float: left;
    margin-top: 8px;
}

.btn {
    float: right;
    height: 65px;
    line-height: 65px;
}

.btn1 {
    height: 30px;
    width: 110px;
    background: #fff;
    border: 1px solid #00baff;
    color: #00baff;
    border-radius: 2px;
}

.btn2 {
    height: 30px;
    width: 110px;
    border: 1px solid #00baff;
    background: #00baff;
    color: #fff;
    border-radius: 2px;
}

.user_name {
    width: 90px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size:14px;
}
      /*顶部样式结束*/ 
  /*内容区样式开始*/
  #section{
    margin-top:64px;
    width:100%;
    height:auto;
    background:#f2f1f1;
    position:relative;
  }
  #section>img{
    width:100%;
  }
  .shipinhuiyi{
    width:100%;
    height:100%;
    margin:0 auto;
    position:absolute;
    top:0;
    left:0;
  }
  .shipin{
    width:1202px;
    height:100%;
    margin:0 auto;
  }
  .shipin-cont{
    width:570px;
    height:240px;
    float:left;
    position: absolute;
    bottom: 190px;
  }
  .shipin-cont>h3{
    font-size:60px;
    color:#333;
  }
  .shipin-cont>p{
    font-szie:14px;
    color:#777;
    line-height:30px;
    margin-top:30px;
  }
  .shipin-cont>a{
    margin-top:60px;
    text-align:center;
    line-height:46px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -ms-border-radius:3px;
    display:block;
    width:180px;
    height:46px;
    background:linear-gradient(#1072cd, #2e9cec);
    color:#fff;
  }
  /*内容区样式结束*/ 
  #content{
    position:relative;
    z-index:15;
    width:1202px;
    background:#fff;
    margin:0 auto;
    margin-top:-150px;
    overflow: hidden;
    padding-bottom:180px;
  }
  .jieshaonei>li{
    width:100%;
    height:242px;
    margin-top:38px;
  }
  .jieshao1{
    float:left;
  }
  .jieshao2{
    float:left;
    width:460px;
  }
  .jieshao2>h3{
    font-size:20px;
    color:#1f7bbf;
    font-weight:800;
    margin-top:40px;
  }
  .biaozhun{
    margin-top:32px;
  }
  .biaozhun>li{
    list-style-type:disc;
    color:#979797;
    line-height: 30px;
  }
  .jie1>.jieshao1{
    margin-left:150px;
  }
  .jie1>.jieshao2{
    margin-left:70px;
  }
  .jie2>.jieshao2{
    margin-left:282px;
  }
  .jie2>.jieshao1{
    margin-left:70px;
  }

  /*支持设备部分*/
  #content>h3{
    margin-left:50px;
    margin-top:38px;
  }
  .zhichishebei{
    width:1140px;
    margin:0 auto;
    border-top:2px solid #f0f0f0;
    margin-top:10px;
  }
  .shebeilei>li{
    width:322px;
    height:340px;
    float:left; 
    margin-top:20px;
  }
  .shebei-xuan{
    box-shadow:0 0 10px #ccc;
    border-radius:6px;
    -webkit-box-shadow:0 0 10px #ccc;
    -webkit-border-radius:6px;
    -ms-box-shadow:0 0 10px #ccc;
    -ms-border-radius:6px;
    -moz-box-shadow:0 0 10px #ccc;
    -moz-border-radius:6px;
    -o-box-shadow:0 0 10px #ccc;
    -o-border-radius:6px;
  }
  .shebeilei>li>img{
    display:block;
    margin:0 auto;
  }
  .shebeilei>li>h3{
    color:#1e7cc1;
   
    margin-left:50px;
  }
  .shebeilei>li>p{
    color:#343434;
    width:226px;
    margin-left:50px;
    font-size:14px;
    line-height:18px;
  }
  .she-head{
    margin-top:22px;
  }
  /*支持设备部分结束*/
  /*页面底部开始*/
  .footer {
    height: 120px;
    background: #323232;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.btm-list {
    height: 16px;
    display: inline-block;
}

.btm-list li {
    float: left;
    height: 16px;
    width: 118px;
    font-size: 12px;
    text-align: center;
    margin-top: 35px;
    border-right: 1px solid #a6a7ac;
}

#last {
    border: none;
}

.btm-list a {
    color: #a6a7ac;
}

.copyright {
    color: #a6a7ac;
    font-size: 12px;
    margin-top: 45px;
    margin-left: 35px;
}

.adress {
    color: #a6a7ac;
    float: right;
    height: 16px;
    margin-top: 35px;
    margin-right: 35px;
    font-size: 12px;
}

.tel {
    color: #a6a7ac;
    float: right;
    height: 16px;
    margin-top: 15px;
    margin-right: 35px;
    font-size: 12px;
}

/*页面底部结束*/ 
/*选项卡*/
.louceng{
        width:148px;
        height:350px;
        position:absolute;
        position:fixed;
        top:240px;
        right:0;
        z-index: 30;
      }
      .louceng>div{
        width:148px;
        height:46px;
        background:url('/Public/Htdocs/img/all/loubu.png');
        text-align:center;
        line-height:46px;
        font-size:14px;
        margin-top:30px;
      }
      .louceng>div>a{
        padding:10px;
        color:#7f7f80;
      }
      .louceng>.lou-xuanzhong{
        background:url('/Public/Htdocs/img/all/louxuan.png');
        color:#fff;
      }
      .louceng>.lou-xuanzhong>a{
        color:#fff;
      }
      .louceng>.lou-sip{
        overflow:hidden;
      }
      .louceng>.lou-sip>a{
        padding-top:6px;
        display:block;
        width:76px;
        line-height:18px;
        margin:0 auto;
      }
/*选项卡结束*/ 
/*表单提交部分*/
.ditu {
  font-size:13px;
  display: none;
  width: 960px;
  height: 510px;
  background: #fff;
  position: absolute;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; }
  .ditu .ditu-left {
    height: 510px;
    width: 390px;
    float: left; }
  .ditu .dutu-right {
    width: 570px;
    height: 510px;
    float: left;
    position: relative; }
    .ditu .dutu-right .mianfeilingqu {
      width: 100%;
      height: 76px;
      line-height: 76px;
      border-bottom: 1px solid #dfdfdf;
      font-size: 22px;
      padding-left: 32px; }
    .ditu .dutu-right .xingming {
      margin-top: 22px;
      margin-left: 30px; }
      .ditu .dutu-right .xingming span {
        font-size: 16px; }
      .ditu .dutu-right .xingming input {
         border-radius: 3px;
        border: 1px solid #dfdfdf;
        width: 420px;
        height: 34px;
        outline: none; }
    .ditu .dutu-right .ditu-dianhua {
      // margin-top: 22px;
      margin-left: 46px; }
      .ditu .dutu-right .ditu-dianhua span {
        font-size: 16px; }
      .ditu .dutu-right .ditu-dianhua input {
         border-radius: 3px;
        border: 1px solid #dfdfdf;
        width: 420px;
        height: 34px;
        outline: none; }
    .ditu .dutu-right .ditu-gongsi {
      margin-left: 46px; }
      .ditu .dutu-right .ditu-gongsi span {
        font-size: 16px; }
      .ditu .dutu-right .ditu-gongsi input {
         border-radius: 3px;
        border: 1px solid #dfdfdf;
        width: 420px;
        height: 34px;
        outline: none;
        margin-left: 8px; }
    .ditu .dutu-right .ditu-youxiang {
      margin-left: 30px; }
      .ditu .dutu-right .ditu-youxiang span {
        font-size: 16px; }
      .ditu .dutu-right .ditu-youxiang input {
         border-radius: 3px;
        border: 1px solid #dfdfdf;
        width: 420px;
        height: 34px;
        outline: none;
        margin-left: 8px; }
    .ditu .dutu-right .ditu-liuyan {
      height: 88px;
      width: 100%;
      margin-left: 46px; }
      .ditu .dutu-right .ditu-liuyan span {
        font-size: 16px;
        display: block;
        float: left;
      }
      .ditu .dutu-right .ditu-liuyan textarea {
         border-radius: 3px;
        border: 1px solid #dfdfdf;
        display: block;
        width: 420px;
        height: 88px;
        outline: none;
        margin-left: 12px;
        float: left; }
    .ditu .dutu-right .queren {
      margin-left: 140px;
      margin-top: 22px;
      overflow: hidden; }
      .ditu .dutu-right .queren button {
        width: 80px;
        height: 36px;
        background: #2b8acd;
        color: #fff;
        border: 0;
        border-radius: 3px; }
  .ditu .guanbi {
    position: absolute;
    top: 30px;
    right: 30px; }
  .dutu-right>p{
    height:20px;
    color:#666;
    font-size:12px;
    margin-left:140px;
    line-height:20px;
  }
  
#zhezhao {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0; }
   /*表单提交部分结束*/ 