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: #30ADAF;
    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: #30ADAF;
    color: #FFFF;
}

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

.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: #30ADAF;
}

.domain_info {
    width: 100%;
    background: url(../img/tpl08.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: #9CDDDE;
    margin-top: 10px;
    height: 14px;
}

.domain_info .btn {
    display: inline-block;
    width: 180px;
    line-height: 38px;
    text-align: center;
    color: #FFF;
    background: #FB434B;
    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: #F1F7F7;
    padding-bottom: 60px;
}

.domain_value ul {
    margin-right: -40px;
}

.domain_value ul li {
    float: left;
    width: 520px;
    height: 140px;
    border: 4px solid transparent;
    box-sizing: border-box;
    background: #FFF;
    margin-right: 40px;
    padding: 25px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 5px 10px 1px #F1F7F7;
    box-shadow: 0 5px 10px 1px #D7ECED;
}

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

.domain_value ul li:hover {
    border-color: #30ADAF;
}

.domain_value ul li .icon {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    float: left;
    margin-right: 30px;
}

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

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

.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 {
    width: 110px;
    height: 110px;
    margin: 0 auto 35px;
    -webkit-box-shadow: 0 5px 10px 2px #D2EDEE;
    box-shadow: 0 5px 10px 2px #D2EDEE;
    border-radius: 50%;
    line-height: 110px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.plate ul li:hover .icon {
    border-color: #30ADAF;
    background: #30ADAF;
}

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

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

.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: #30ADAF;
    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;
}