﻿* {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
a {
    color: #333;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
.btn {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
#header {
    padding-bottom:5px;
    background:#707070;
    width:100%;
    text-align:center;
}
#headerinner {
    width: 990px;
    text-align:left;
    margin: 0 auto;
    height:60px;position:relative;
}
#footer {
    padding-top: 40px;clear:both;
}
#footerinner{
     line-height:29px;border-top:1px dashed #d3d3d3;
    font-size:12px;
    width: 990px;  margin: 0 auto;
    text-align:center;
}
    #footerinner p,#footerinner p a {
        font-size: 12px;
    }
#content {
     width: 990px;
    text-align:left;
    margin: 0 auto;
    position:relative;
}
#header ul {
}
#header .logo {
      position: absolute;
    left: 0px;
    top: 0px;
}
#header .logo img {
    margin-top: 5px;
}
 
#header .menu { 
    text-align: center;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
#header .menu {
      position: absolute;
    left: 400px;
    top: 26px;
}
#header .menu li {
        display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
   
}
#header .menu ul li a:hover, #header .menu ul li.active a {
    color: #00dfb9;
    text-decoration: none;
}
#header .menu ul li a {
    color: #ccc; font-size:16px;
    letter-spacing: 2px;
    cursor: pointer;text-decoration:none;
}
#header .line {
    position: absolute;
    top: 0px;
    width: 0px;
    height: 3px;
    font-size: 3px;
    background-color: #00dfb9; display:none;
}
.servercontent {
    margin: 10px;
    line-height:28px;margin-top:30px;
}
    .servercontent ul, .servercontent li {
        list-style:none;font-size: 12px;
    }
    .servercontent p {
        font-size: 12px;
    }
.servercontent h1 {
        font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.servercontent h2{
        font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
    .servercontent table {
        
        border:none;
        border-left:1px solid #5D5353;  border-top:1px solid #5D5353;margin:20px;
    }
    .servercontent table td { 
        border:none;font-size: 12px;
        border-right:1px solid #5D5353;  border-bottom:1px solid #5D5353;padding:0px;text-align:center;
    }
    .servercontent table .header td {
        font-weight: bold;
    }

    .dock {
    position: fixed;
    right: 0px;
    width: 50px;
    -moz-opacity: 0.7;
    opacity: 0.7;
    z-index: 200;
}
    .dock ul.icons {
    position: absolute;
    list-style: none;
    right: 0px;
    padding: 0px;
    width: 50px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .dock ul.icons li.im i {
    background-position: -63px -20px;
}
.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.dock ul.icons li i {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: url(../Images/icons.png) no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 210;
}
.dock ul.icons li.tel i {
    background-position: -62px -108px;
}
.dock ul.icons li.active i {
    -moz-opacity: 0.4;
    opacity: 0.4;
}
.dock ul.icons li.up i {
    background-position: -63px -150px;
}
.dock ul.icons li.down i {
    background-position: -63px -190px;
}
.dock ul.icons li.active p {
    right: 50px;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
 
.dock ul.icons li p {
    display: block;  width: 125px;
    position: absolute;
    top: 50px;
    right: -260px;
    padding: 10px;
    height: 80px;
    color: White;
    line-height: 30px;
    border: 1px solid #333;
    border-right: none;
    background: #111;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -ms-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
    overflow: hidden;
    z-index: 201;
}
.dock ul.icons li.im p a {
    display: block;
    margin-top: 12px;
    width: 100px;
    height: 35px;
    line-height: 32px;
    color: #00dfb9;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #00dfb9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.indexcontent {
}
    .indexcontent p {
        line-height: 18px;
    }
.indexcontent h2{
    margin:19px 10px;font-weight:bold;font-size:14px;
}
.indexcontent li {
    margin: 0px 0px 4px;
    padding: 0px;
    outline: 0px;
    list-style: square;
    font-size: 14px;line-height:18px;
}
.indexcontent ul {
    margin-left: 50px;
}
    .indexcontent .btn {
        text-decoration: none;
        margin-bottom:10px;
    }
.panels {
    border-top:1px dashed #d3d3d3;
    padding-top:10px;
}
    .panels ul {
        margin: 0;
    }
    .panels ul, .panels ul li {
        list-style: none;
    }

.panels .panel {
    float: left;
    width: 280px; 
    margin-right: 10px;
}
    .panels h2 {
        margin-bottom: 5px;
    }
    .panels a {
        text-decoration: none;
        color:#2078A2;font-size:12px;line-height:18px;
    }
        .panels a:hover {
            text-decoration: underline;
        }