header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #FFF;
    z-index: 100;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
}

header h1 {
    padding: 0 40px;
    margin-right: 40px;
    float: left;
}

header h1 a {
    color: #55AFFF;
    font-size: 30px;
    font-weight: 700;
}

header ul {
    float: left;
}

header ul li {
    float: left;
    margin-right: 100px;
    margin-top: 19px;
}

header ul li > a {
    float: left;
    line-height: 30px;
    padding: 0 10px;
    color: #222;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

header ul li:hover > a,
header ul li a.active {
    background: #55AFFF;
    color: #FFFF;
}

.banner {
    width: 100%;
    height: 660px;
    margin-top: 68px;
    background: url(../img/tpl14.jpg) repeat-x 50% 0;
    text-align: center;
    color: #333;
}

.banner .domain {
    font-size: 40px;
    padding: 190px 0 40px;
}

.banner h2 {
    font-size: 40px;
    font-weight: 700;
}

.banner h6 {
    margin: 60px 0 70px;
}

.banner a {
    background: #FFF;
    line-height: 38px;
    display: inline-block;
    padding: 0 20px;
    color: #55AFFF;
}

.domain_info {
    width: 100%;
    background: url(../img/tpl15.jpg);
    color: #FFF;
}

.domain_info .domain_link {
    display: block;
    margin-top: 30px;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
}

.domain_info .inner {
    width: 1080px;
    margin: 0 auto;
    padding: 45px 0 30px;
    text-align: center;
}

.domain_info h2 {
    font-size: 34px;
    font-weight: 700;
}

.domain_info .inner p {
    color: #BDC9FA;
    margin-top: 10px;
    height: 14px;
}

.domain_info .btn {
    display: inline-block;
    width: 180px;
    line-height: 38px;
    text-align: center;
    color: #55AFFF;
    background: #FFF;
    font-size: 16px;
}

.domain_info dl {
    margin: 15px 0 20px;
}

.domain_info dl dd {
    width: 33.33%;
    float: left;
    line-height: 38px;
    font-size: 16px;
}

.domain_info dl dd:first-child {
    text-align: left;
}

.domain_info dl dd:last-child {
    text-align: right;
}

.domain_info dl dd span {
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
}

.main_title {
    text-align: center;
    font-size: 40px;
    color: #444;
    padding: 70px 0;
}

.main_title p {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
}

.domain_value {
    background: #F7FAFC;
    padding-bottom: 150px;
}

.domain_value ul {
    width: 1080px;
    margin: 0 auto;
}

.domain_value ul li {
    float: left;
    width: 230px;
    height: 338px;
    border: 8px solid #FFF;
    box-sizing: border-box;
    background: #FFF;
    margin-right: 53px;
    padding: 20px 10px;
    text-align: center;
    -webkit-box-shadow: 0 5px 10px 5px #E4F1FC;
    box-shadow: 0 5px 5px 1px #E4F1FC;
    cursor: pointer;
}

.domain_value ul li:last-child {
    margin-right: 0;
}

.domain_value ul li:hover {
    background: #55AFFF;
}

.domain_value ul li:hover h6,
.domain_value ul li:hover p {
    color: #FFF;
}

.domain_value ul li:hover .iconfont {
    color: #FFF;
}

.domain_value ul li .icon {
    height: 180px;
    text-align: center;
    line-height: 180px;
}

.domain_value ul li .iconfont {
    font-size: 80px;
    color: #55AFFF;
}

.domain_value ul li h6 {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.domain_value ul li p {
    line-height: 24px;
    color: #999;
}

.plate {
    padding-bottom: 80px;
}

.plate ul {
    width: 1080px;
    margin: 0 auto;
}

.plate ul li h6 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.plate ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 70px;
    line-height: 24px;
    color: #999;
    cursor: pointer;
}

.plate ul li > a {
    color: #999;
}

.plate ul li .icon {
    position: relative;
    width: 50px;
    height: 86.6px;
    line-height: 86.6px;
    margin: 0 auto 40px;
    background-color: #55AFFF;
}

.plate ul li .icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 50px;
    border-width: 43.3px 25px;
    border-style: solid;
    border-color: transparent #55AFFF transparent transparent;
}

.plate ul li .icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50px;
    border-width: 43.3px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #55AFFF;
    top: 0;
}

.plate ul li:hover .icon {
    background: #FFF;
    -webkit-box-shadow: 0 5px 20px 20px #E4F1FC;
    box-shadow: 0 5px 20px 20px #E4F1FC;
}

.plate ul li:hover .iconfont {
    color: #55AFFF;
}

.plate ul li:hover .icon:before {
    border-color: transparent #FFF transparent transparent;
    box-shadow: inset 2px 2px 10px 10px #F9F2E4;
}

.plate ul li:hover .icon:after {
    border-color: transparent transparent transparent #FFF;
    box-shadow: inset 2px 2px 10px 10px #F9F2E4;
}

.plate ul li .iconfont {
    font-size: 44px;
    color: #FFF;
}

.footer_wrap {
    background: #333;
    padding: 40px 0 25px;
}

footer {
    width: 1080px;
    margin: 0 auto;
    font-size: 20px;
    color: #888;
}

footer .domain {
    float: left;
}

footer dl {
    float: left;
}

footer .ewm {
    float: right;
    font-size: 16px;
}

footer .domain h6 {
    font-size: 30px;
    font-weight: 700;
    color: #55AFFF;
    margin-bottom: 40px;
}

footer .domain ul li {
    float: left;
    margin-right: 15px;
}

footer dl {
    margin-left: 120px;
}

footer dl dd {
    margin-bottom: 15px;
}

footer .ewm {
    text-align: center;
}

footer .ewm img {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
}

.copyright {
    background: #272727;
    line-height: 54px;
    text-align: center;
    color: #888;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: " ";
}

.clearfix {
    _zoom: 1;
}

.qrcode-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    padding: 10px;
    color: #383838;
    background: #FFF;
    border: 1px solid #E8E8E8;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.qrcode-container img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.qrcode-container span {
    cursor: pointer;
}

.qrcode-container #qrcode {
    margin: 10px 0 10px;
    text-align: center;
}