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: #4E7AF5;
    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: #4E7AF5;
    color: #FFFF;
}

.banner {
    margin-top: 68px;
    width: 100%;
    height: 660px;
    background: url(../img/tpl01.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: #4E7AF5;
}

.domain_info {
    width: 100%;
    height: 214px;
    background: url(../img/tpl02.jpg) repeat-x 50% 0;
    color: #FFF;
}

.domain_info .inner {
    width: 1080px;
    margin: 0 auto;
    padding: 40px 0 25px;
}

.domain_info .title h2 {
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
}

.domain_info .desc {
    margin: 24px 0;
    color: #B8CBFB;
}

.domain_info .desc a {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin-right: 20px;
}

.domain_info .title .iconfont {
    font-size: 32px;
    font-weight: 400;
    margin-left: -9px;
}

.domain_info .title span {
    color: #B8CBFB;
}

.domain_info dd a {
    display: inline-block;
    width: 180px;
    line-height: 38px;
    text-align: center;
    color: #FFF;
    background-image: linear-gradient(to right, #F7B72D, #F78E09);
    font-size: 16px;
}

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

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

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

.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: #F3F7FA;
    padding-bottom: 150px;
}

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

.domain_value ul li {
    float: left;
    width: 230px;
    height: 328px;
    border: 4px solid transparent;
    box-sizing: border-box;
    background: #FFF;
    margin-right: 53px;
    padding: 20px 10px;
    text-align: center;
}

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

.domain_value ul li:hover {
    border-color: #4E7AF5;
}

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

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

.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 {
    width: 110px;
    height: 110px;
    margin: 0 auto 35px;
    border: 1px solid #BFBFBF;
    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: #4E7AF5;
    background: #4E7AF5;
}

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

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

.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: #4E7AF5;
    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;
}