﻿*{
    margin: 0;
    padding: 0;
}
*,*:before,*:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
h1 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 7px;
}
h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 31px;
    font-weight: 200;
    margin-top: 3px;
}
h3 {
    font-size: 19px;
    line-height: 35px;
    font-weight: 500;
}
p {
    margin-bottom: 7px;
}
img {
    border: 0;
}
a {
    color: #0071B3;
    outline: none;
}
a:link,
a:visited {
    text-decoration: none;
    color: #23aeff;
}
a:hover,
a:active,
a:focus {
    text-decoration: underline;
    color: #018fe2;
}
ul {
    list-style: none;
}
input[type="text"] {
    height: 30px;
    border: 0;
}
table {
    border: 0;
    border-spacing: 0;
}
th, td {
    border-width: 0;
    text-align: left;
    font-size: 14px;
}

/* ----------------------------------- */
.clear-left
{
    clear: left;
}
.clearfix:before,
    .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* IE < 8 */
}

.inline-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.bound {
    width: 1045px;
    margin: 0 auto;
    position: relative;
}
.box {
    border: 1px solid #f2f2f2;
    background: #fff;
    margin-bottom: 12px;
    padding: 7px 15px;
}
/* ----------------------------------- */
/* [#header */
/* #header] */

/* .nav [ */
.nav {
}
.nav:before,
.nav:after {
    display: table;
    content: " ";
}
.nav:after {
    clear: both;
}
.nav>li {
    float: left;
}
.nav>li>a {
    text-decoration: none;
}
/* .nav ] */

/* #main-menu [ */
#main-menu {
    position: relative;
    height: 47px;
    z-index: 20;
    background: #fff;
    border-top: 2px solid #0aaadc;
}
#main-menu .nav>li {
    text-align: center;
    height: 45px;
}
.menu-icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: #fff;
    vertical-align: text-bottom;
}
#main-menu .nav {
}
#main-menu .nav>li>a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 17px;
    background-color: transparent;
    color: #000;
    font-size: 14px;
}
#main-menu .nav>li:hover {
    background-color: #2a9acb;
}
#main-menu .nav>li.active {
    background-color: #44acdc;
}
#main-menu .nav>li:hover>a{
    color: #fff;
}
#main-menu .nav>li.active>a{
    color: #fff;
}
#main-menu .nav>li.home a {
    width: 80px;
    background: url('../images/index-tutorials.png') 0px 10px no-repeat white;
}
#main-menu .nav>li.home a:hover {
    width: 80px;
    background: url('../images/index-tutorials.png') 0px 10px no-repeat white;
}

#main-menu li.home>.menu-icon {
    background-image: url('../images/home.png');
}
#main-menu li.web-hosting>.menu-icon {
    background-image: url('../images/web-hosting.png');
}
#main-menu li.coupon>.menu-icon {
    background-image: url('../images/coupon.png');
}
#main-menu li.domain>.menu-icon {
    background-image: url('../images/domain.png');
}
#main-menu li.check-keyword-ranking>.menu-icon {
    background-image: url('../images/check-keyword-ranking.png');
}
#main-menu li.tutorials>.menu-icon {
    background-image: url('../images/tutorials.png');
}
#main-menu li.deals>.menu-icon {
    background-image: url('../images/deals.png');
}
/*
#main-menu .nav>li.home>a:hover,
#main-menu .nav>li.home.active>a {
    background-image: url('../images/home-white.png');
}
#main-menu .nav>li.web-hosting>a:hover,
#main-menu .nav>li.web-hosting.active>a {
    background: url('../images/web-hosting-white.png') no-repeat 4px 7px #005694;
}
#main-menu .nav>li.coupon>a:hover,
#main-menu .nav>li.coupon.active>a {
    background: url('../images/coupon-white.png') no-repeat 4px 7px #005694;
}
#main-menu .nav>li.domain>a:hover,
#main-menu .nav>li.domain.active>a {
    background: url('../images/domain-white.png') no-repeat 4px 7px #005694;
}
#main-menu .nav>li.check-keyword-ranking>a:hover,
#main-menu .nav>li.check-keyword-ranking.active>a {
    background: url('../images/check-keyword-ranking-white.png') no-repeat 4px 7px #005694;
}
    */

.sub-menu {
    position: relative;
}
.sub-menu .bound {
    position: relative;
}
.sub-menu .cap {
    border-bottom: 1px solid #ADADAD;
    color: #23AEFF;
    font-weight: bold;
}
.sub-menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 189px;
}
.sub-menu-item {
    /*background: #002942;*/
    background: #fff;
    overflow: hidden;
    padding: 15px 0;
    position: absolute;
    z-index: 10;
    border-bottom: 1px solid #ddd;
    left: 0;
    /*top: -500px;*/
    display: none;
    top: 0;
    /*opacity: 0*/
}
.sub-menu-item.show {
    display: block;
    /*opacity: 1;*/
}
.sub-menu .links a {
    /*color: #fff;*/
    line-height: 35px;
}
/* #main-menu ] */

/* #header [ */
#header {
    /*background: #007ac3;*/
    background: #2f3740;
    height: 50px;
    overflow: hidden;
}
#header-logo {
    position: relative;
    left: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    float: left;
}
#header-logo img {
    margin-top: 10px;
}
#slogan {
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    color: #999;
    line-height: 17px;
}

#header .subtitle {
    background: url('../images/index-icons.png') -77px -22px no-repeat;
    margin-left: 40px;
    float: left;
    width: 215px;
    height: 30px;
    margin-top: 20px;
}

#header .menus {
    border-left: 1px solid #999;
    color: #999;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 20px;
}
#header .menus a {
    color: #999;
    padding-right: 20px;
}
#header .menus a.more {
}
#header .menus a:hover {
    color: #eee;
}
#header .menus a:active, header .menus a:visited {
    text-decoration: none;
}

#header .seeking-report {
    float: right;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #44acdc;
    border: 1px solid #208ec1;
    color: #fff;
    padding: 0px 10px;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 28px;
}
#header .seeking-report:hover {
    background: #2c9ed2;
}

#header .search {
    float: right;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
}
#header .search input[type=text] {
    line-height: 28px;
    border: 1px solid #999;
    border-radius: 15px;
    padding-left: 10px;
    outline: none;
    background: #2f3740;
    color: #eee;
    width: 170px;
}
#header .search input[type=submit] {
    outline: none;
    background: #2f3740;
    border: transparent;
    width: 20px;
    height: 20px;
    position: relative;
    right: 40px;
    top: 3px;
    background: url(../images/index-icon.png);
}

#header .reg,
#header .passport,
#header .username,
#header .logout {
    float: right;
    text-align: right;
    overflow: hidden;
    max-width: 75px;
    text-overflow: ellipsis;
    background: #ff771c;
    border: 1px solid #ef6d16;
    color: #fff;
    padding: 0px 10px;
    margin-top: 10px;
    margin-left: 0;
    line-height: 28px;
    white-space: nowrap;
}
#header .reg:hover, #header .passport:hover, #header .username:hover, #header .logout:hover {
    background: #ef6d16;
}

/* #header ] */

/* .grid [ */
.c2 {
    position: relative;
}
.c2:before, .c2:after {
    content: "";
    display: table;
    clear: both;
}
.c2 .side {
    width: 300px;
    // height: 100%;
    position: relative;
    float: right;
}
.box .c2 .side {
    padding-left: 25px;
}
.c2 .main {
    margin-right: 25px;
    float: left;
    position: relative;
    width: 720px;
}
.box .c2 .main {
    width: 695px;
    margin-right: 12px;
}
.r2 {
    position: relative;
}
.r2 .left {
    width: 49.7%;
}
.r2 .right {
    position: absolute;
    width: 49.7%;
    top: 0;
    right: 0;
}
.r3 {
    position: relative;
}
.r3 .one {
    float: left;
    width: 33%;
    margin-right: 0.5%;
}
.r3 .two {
    float: left;
    width: 33%;
    margin-right: 0.5%;
}
.r3 .three {
    float: left;
    width: 33%;
}
.r5{
    position: relative;
}
.r5 .col {
    float: left;
    width: 20%;
}
.r5:before, .r5:after {
    display: table;
    content: " ";
}
.r5:after {
    clear: both;
}
.b2 {
    position: relative;
}
.b2-main {
    margin-right: 323px;
}
.b2-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}
.b3 {
    position: relative;
}
.b3 .main {
    margin-left: 220px;
    margin-right: 305px;
}
.b3 .left {
    position: absolute;
    width: 220px;
    top: 0;
    left: 0;
}
.b3 .right {
    position: absolute;
    width: 283px;
    top: 0;
    right: 0;
}
/* .grid ] */

.slide {
    position: relative;
    height: 100%;
}
.slide .nav {
    position: absolute;
    bottom: 7px;
    right: 7px;
    line-height: 21px;
}
.slide .nav li.active {
    background: #0f87b9;
}
.slide .nav li {
    background: #44acdc;
    margin-left: 7px;
    display: block;
    width: 20px;
    height: 20px;
    /*border-radius: 10px;
    text-indent: -99999px;*/
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    border: 1px solid #0f87b9;
    color: #FFF;
    text-align: center;
}
.slide .nav li:hover {
    background: #4a9eff;
}

.col {
    float: left;
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
}
.sub-menu-web-hosting {
    position: absolute;
    top: -1px;
    z-index: 29;
    left: 50px;
    width: 510px;
    border: 2px solid #4A9EFF;
    border-top: 0;
}
.sub-menu-web-hosting .col {
    width: 252px;
    overflow: hidden;
}
.sub-menu-web-hosting .col li {
    width: 108px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.sub-menu-web-hosting .col .links a {
    color: #666;
    font-size: 13px;
}


@-webkit-keyframes twinkling {
    0%{
       border-color: red;
     }
    50%{
       border-color: green;
     }
    100%{
        border-color: blue;
    }
}
@keyframes twinkling {
    0%{
       border-color: red;
     }
    50%{
       border-color: green;
     }
    100%{
        border-color: blue;
    }
}
#banner-click-position {
    display: none;
    height: 20px;
    width: 80px;
    border: 5px solid red;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    animation: twinkling 1s infinite ease-in-out; 
}

#body {
    position: relative;
}
#fixed-banner {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}
#fixed-banner .banner-board {
    position: relative;
    top: 80px;
}
#fixed-banner .banner-board .close {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/close-icon.png) no-repeat;
    cursor: pointer;
}
#fixed-banner .banner-board .close:active {
    transform: translateY(2px);
}
@keyframes bannermove {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}
#fixed-banner .banner-board img {
    margin: auto;
    display: block;
}
#fixed-banner .banner-board img.move {
    animation: bannermove 0.1s 3;
}
#fixed-banner .banner-board a.btn-go {
    display: block;
    width: 267px;
    margin: 20px auto;
    height: 50px;
    background: url(../images/aliyun-plesk-btn.png) no-repeat;
    color: #ffef5c;
    text-align: center;
}
#fixed-banner .banner-board a.btn-go:active {
    transform: translateY(2px);
    text-decoration: none;
}
#fixed-banner .banner-board a:hover {
   text-decoration: none;
}
#huc-footer {
    background: #2f2f2f;
    padding: 60px 0 50px 0;
}
#huc-footer .bound {
    overflow: hidden;
}
#huc-footer .bound div {
    overflow: hidden;
    float: left;
}
#huc-footer .bound h3 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
}
#huc-footer .bound a {
    color: #888;
    font-size: 13px;
}
#huc-footer .bound .social {
    padding-bottom: 40px;
}
#huc-footer .bound .links div {
    overflow: hidden;
    position: relative;
    padding-left: 100px;
    padding-bottom: 12px;
}
#huc-footer .bound .links label {
    position: absolute;
    left: 0;
    color: #AAA;
}
#huc-footer .bound .links label:after {
    content: ':';
    margin-right: 40px;
}
#huc-footer .bound .links a {
    display: inline-block;
    margin-right: 12px;
}
#huc-footer .bound .links a:hover {
    color: #23aeff;
}
#huc-footer .bound .left-part {
    width: 665px;
}
#huc-footer .bound .middle-part {
    width: 215px;
    min-height: 235px;
    padding-left: 65px;
    margin-right: 60px;
    box-sizing: border-box;
    border-left: 1px solid #363636;
    border-right: 1px solid #363636;
}
#huc-footer .bound .right-part {
    width: 105px;
    float: left;
}
#huc-footer .bound .middle-part a,
#huc-footer .bound .right-part a {
    display: block;
    line-height: 28px;
}
#friend-links {
    background: #333333;
    padding: 25px 0 5px 0;
}
#friend-links a {
    color: #888;
    font-size: 13px;
    display: inline-block;
    margin-right: 15px;
}
#friend-links h4 {
    display: inline-block;
}
#friend-links h4 a {
    color: #AAA;
}
#friend-links h4 a:after {
    content: ':';
    margin-right: 20px;
}
.copyright {
    text-align: center;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 5px;
    box-sizing: content-box;
}
.copyright a,
.copyright span {
    color: #888;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}