﻿@charset "utf-8";
/* CSS Document */

/*通用页面样式、顶部*/

* {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

.fix {
    clear: both;
    height: 1px;
    font-size: 0px;
}

html {
    font-family: PingFangSC-Light;
    background-color: #FAFAFA;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow-x: hidden;
}

img {
    border: none;
}

/*背景特效*/

@-webkit-keyframes orbloop {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes orbloop {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes orbmove {
    from {
        -webkit-transform: translateX(-1000px);
    }
    to {
        -webkit-transform: translateX(2000px);
    }
}

@keyframes orbmove {
    from {
        transform: translateX(-1000px);
    }
    to {
        transform: translateX(2000px);
    }
}

#stage {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: -630px;
    overflow: hidden;
    z-index: -1;
}

#bg {
    position: absolute;
    width: 1000px;
    height: 100%;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -500px;
}

#bg div div {
    position: absolute;
}

#bg {
    opacity: 0;
}

#bg .row1 div {
    -webkit-animation: orbmove 48s linear infinite;
    animation: orbmove 96s linear infinite;
}

#bg .row1 .orb1 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -380px;
}

#bg .row1 .orb1 div {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row1 .orb2 {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: 450px;
    margin-top: 50px;
}

#bg .row1 .orb2 div {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row1 .orb1c {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-left: 1970px;
    margin-top: -380px;
}

#bg .row1 .orb1c div {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row1 .orb2c {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: 2450px;
    margin-top: 50px;
}

#bg .row1 .orb2c div {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row2 div {
    -webkit-animation: orbmove 24s linear infinite;
    animation: orbmove 48s linear infinite;
}

#bg .row2 .orb1 {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -300px;
}

#bg .row2 .orb1 div {
    width: 100%;
    height: 100%;
    border-radius: 200px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row2 .orb2 {
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-left: 175px;
    margin-top: -125px;
}

#bg .row2 .orb2 div {
    width: 100%;
    height: 100%;
    border-radius: 250px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row2 .orb1c {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin-left: 1500px;
    margin-top: -300px;
}

#bg .row2 .orb1c div {
    width: 100%;
    height: 100%;
    border-radius: 200px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row2 .orb2c {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: 2100px;
    margin-top: -200px;
}

#bg .row2 .orb2c div {
    width: 100%;
    height: 100%;
    border-radius: 400px;
    background: -webkit-linear-gradient(top, #ffffff, #dedede);
    background: linear-gradient(to bottom, #ffffff, #dedede);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row3 div {
    -webkit-animation: orbmove 12s linear infinite;
    animation: orbmove 24s linear infinite;
}

#bg .row3 .orb1 {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: 850px;
    margin-top: -300px;
}

#bg .row3 .orb1 div {
    width: 100%;
    height: 100%;
    border-radius: 300px;
    background: -webkit-linear-gradient(top, #dedede, #ffffff);
    background: linear-gradient(to bottom, #dedede, #ffffff);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row3 .orb2 {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    margin-top: 0px;
}

#bg .row3 .orb2 div {
    width: 100%;
    height: 100%;
    border-radius: 600px;
    background: -webkit-linear-gradient(top, #dedede, #ffffff);
    background: linear-gradient(to bottom, #dedede, #ffffff);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row3 .orb1c {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-left: 2850px;
    margin-top: -300px;
}

#bg .row3 .orb1c div {
    width: 100%;
    height: 100%;
    border-radius: 300px;
    background: -webkit-linear-gradient(top, #dedede, #ffffff);
    background: linear-gradient(to bottom, #dedede, #ffffff);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

#bg .row3 .orb2c {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 50%;
    margin-left: 2000px;
    margin-top: 0px;
}

#bg .row3 .orb2c div {
    width: 100%;
    height: 100%;
    border-radius: 600px;
    background: -webkit-linear-gradient(top, #dedede, #ffffff);
    background: linear-gradient(to bottom, #dedede, #ffffff);
    -webkit-animation: orbloop 6s linear infinite;
    animation: orbloop 6s linear infinite;
}

/*作品集、工作室、关于我*/

@font-face {
    font-family: Langdon;
    src: url('../../design/css/Langdon.otf')
}

@font-face {
    font-family: 造字工房典黑（非商用）超细体;
    src: url('造字工房典黑超细体.otf')
}

@font-face {
    font-family: BrandonText-Black;
    src: url('../../css/font/BrandonText-Black.otf')
}

.slogan_k {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 130px;
    padding-bottom: 20px;
}

.slogan_k dd.wz1 {
    font-family: "PingFangSC-Semibold";
    font-weight: bold;
    font-size: 40px;
    letter-spacing: -2px;
    color: #333;
    text-align: center;
}

.slogan_k dd.wz2 {
    font-family: "PingFangSC-Ultralight";
    font-size: 40px;
    letter-spacing: -2px;
    color: #333;
    text-align: center;
}

.slogan_k dd.wz3 {
    height: 38px;
    padding-top: 90px;
}

.wxk {
    height: 38px;
    background-image: url(../../images/logo_2020/wxk_black.png);
    background-size: 78px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 12px;
    color: #888;
    line-height: 41px;
    margin-right: auto;
    margin-left: auto;
    width: 260px;
    text-align: right;
}

.wxk_work {
    font-size: 12px;
    color: #FFF;
    line-height: 38px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
}

.wxk_work a {
    font-family: PingFangSC-Light;
    display: block;
    height: 44px;
    border-radius: 22px;
    background: -webkit-linear-gradient(left, #555 0, #222 100%);
    background: linear-gradient(to right, #555 0, #222 100%);
    font-size: 14px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .30);
}

.wxk_work a:hover {
    text-decoration: none;
    color: #FFF;
    background: -webkit-linear-gradient(left, #24A686 0, #24A686 100%);
    background: linear-gradient(to right, #24A686 0, #24A686 100%);
}

.service_k {
    margin-right: 10px;
    margin-left: 10px;
    opacity: 0.80;
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
    border-radius: 8px;
}

.service_vis {
    width: 50%;
    float: left;
}

.service_vis a {
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: BrandonText-Black;
    font-size: 38px;
    color: #111;
    padding-top: 10px;
    border-radius: 8px 0 0 0;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #FFF;
    background-image: url(../../images/v6/vis_dian.gif);
    background-repeat: repeat-y;
    background-position: right;
    height: 160px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F1F1F1;
}

.service_web {
    width: 50%;
    float: left;
}

.service_web a {
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: BrandonText-Black;
    font-size: 38px;
    color: #111;
    padding-top: 10px;
    border-radius: 0 8px 0 0;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #FFF;
    height: 160px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F1F1F1;
}

.service_app {
    width: 50%;
    float: left;
}

.service_app a {
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: BrandonText-Black;
    font-size: 38px;
    color: #111;
    padding-top: 10px;
    border-radius: 0 0 0 8px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #FFF;
    background-image: url(../../images/v6/vis_dian.gif);
    background-repeat: repeat-y;
    background-position: right;
    height: 160px;
}

.service_vision {
    width: 50%;
    float: left;
}

.service_vision a {
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    font-family: BrandonText-Black;
    font-size: 38px;
    color: #111;
    padding-top: 10px;
    border-radius: 0 0 8px 0;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #FFF;
    height: 160px;
}

.wangkun_k {
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(../images/wangkun3.png);
    background-size: 300px 266px;
    background-repeat: no-repeat;
    background-position: right -50px bottom;
    height: 250px;
    padding-top: 50px;
}

.wangkun_k dd.wz1 {
    font-family: "PingFangSC-Semibold";
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    line-height: 40px;
}

.wangkun_k dd.wz2 {
    font-family: "PingFangSC-Ultralight";
    font-size: 24px;
    line-height: 36px;
    color: #333;
    padding-left: 15px;
    letter-spacing: -2px;
    text-indent: -2px;
}

.wangkun_k dd.wz3 {
    font-size: 12px;
    color: #333;
    padding-left: 15px;
    line-height: 50px;
    padding-top: 20px;
}

.wangkun_k dd.wz4 {
    font-size: 12px;
    color: #FFF;
    line-height: 26px;
    padding-left: 15px;
    height: 26px;
    float: left;
}

.wangkun_k dd.wz4 a {
    color: #FFF;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-linear-gradient(left, #888888 0, #555555 100%);
    background: linear-gradient(to right, #888888 0, #555555 100%);
    border-radius: 15px;
    height: 26px;
    display: block;
    float: left;
}

.wangkun_k dd.s_video {
    float: left;
    font-size: 12px;
    color: #333;
    line-height: 26px;
    padding-left: 8px;
    height: 26px;
}

.wangkun_k dd.s_video a {
    color: #333;
    text-decoration: none;
    padding-left: 28px;
    padding-right: 15px;
    background-color: #FFFFFF;
    border-radius: 15px;
    height: 26px;
    display: block;
    float: left;
    background-image: url(../images/play.png);
    background-size: 8px 10px;
    background-position: 12px center;
    background-repeat: no-repeat;
}

.contact_w {
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contact_k {
    padding-top: 0px;
}

.contact_k dd.wz1 {
    font-size: 12px;
    color: #888;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #FFF;
    opacity: 0.80;
}

.contact_k dd.email {
    font-size: 14px;
    color: #333;
    line-height: 54px;
    width: 50%;
    float: left;
    background-color: #FFF;
    background-image: url(../../images/v6/vis_dian.gif);
    background-repeat: repeat-y;
    background-position: right;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F1F1F1;
    opacity: 0.80;
}

.contact_k dd.email a {
    color: #333;
    text-indent: 50px;
    text-decoration: none;
    padding-right: 30px;
    height: 54px;
    display: block;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 15px 12px;
}

.contact_k dd.phone {
    font-size: 14px;
    color: #333;
    line-height: 54px;
    width: 50%;
    float: left;
    background-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F1F1F1;
    opacity: 0.80;
}

.contact_k dd.phone a {
    color: #333;
    text-indent: 50px;
    text-decoration: none;
    padding-right: 30px;
    height: 54px;
    display: block;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 19px center;
    background-size: 14px 15px;
}

.contact_k dd.qq {
    font-size: 14px;
    color: #333;
    line-height: 54px;
    width: 50%;
    float: left;
    background-color: #FFF;
    background-image: url(../../images/v6/vis_dian.gif);
    background-repeat: repeat-y;
    background-position: right;
    opacity: 0.80;
}

.contact_k dd.qq a {
    color: #333;
    text-indent: 50px;
    text-decoration: none;
    padding-right: 30px;
    height: 54px;
    display: block;
    background-image: url(../images/qq.png);
    background-repeat: no-repeat;
    background-position: 19px center;
    background-size: 14px 17px;
}

.contact_k dd.weixin {
    font-size: 14px;
    color: #333;
    line-height: 54px;
    height: 54px;
    width: 50%;
    float: left;
    opacity: 0.80;
}

.contact_k dd.weixin a {
    color: #333;
    text-indent: 50px;
    text-decoration: none;
    padding-right: 30px;
    height: 54px;
    display: block;
    background-color: #FFF;
    background-image: url(../images/weixin.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 18px 15px;
}

.pic {
    display: none;
    position: absolute;
    height: 260px;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(3, 3, 3, .2);
    opacity: 0.90;
    z-index: 100;
    right: 50%;
}

.pic img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.wkun {
    font-size: 16px;
    color: #666;
    line-height: 38px;
    border-radius: 20px;
    margin-right: 15px;
    margin-left: 15px;
}

.wkun a {
    font-family: PingFangSC-Light;
    display: block;
    height: 44px;
    border-radius: 22px;
    background: -webkit-linear-gradient(left, #555 0, #222 100%);
    background: linear-gradient(to right, #555 0, #222 100%);
    font-size: 14px;
    line-height: 44px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .30);
}

.wkun a:hover {
    text-decoration: none;
    color: #FFF;
    background: -webkit-linear-gradient(left, #24A686 0, #24A686 100%);
    background: linear-gradient(to right, #24A686 0, #24A686 100%);
}

#book_more {
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    background-color: #FFFFFF;
    top: -30px;
    border-radius: 30px;
    z-index: 100;
    padding-top: 1px;
    opacity: 0.90;
    left: -15px;
    float: right;
}

.explanation {
    font-size: 9px;
    color: #999;
    line-height: 18px;
    margin-right: 15px;
    margin-left: 20px;
    padding-bottom: 15px;
}

.k_z {
    height: 25px;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

.bq_wkun_logo {
    float: left;
    height: 22px;
    width: 60px;
    background-image: url(../../images/logo_2020/com_black.png);
    background-size: 53px 22px;
    background-repeat: no-repeat;
    background-position: left center;
}

.bq_wxk_logo {
    float: left;
    height: 22px;
    width: 100px;
    background-image: url(../../images/logo_2020/wxk_black.png);
    background-size: 86px 22px;
    background-repeat: no-repeat;
    background-position: left center;
}

.bq_hda {
    float: right;
    height: 22px;
}

.bq_hda a {
    display: block;
    height: 22px;
    background-image: url(../images/hda_icon.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    background-position: left center;
    color: #666;
    font-size: 9px;
    padding-left: 26px;
    text-decoration: none;
    line-height: 11.5px;
}

.about_copyright {
    font-size: 10px;
    line-height: 20px;
    color: #888888;
    padding-left: 20px;
    font-family: PingFangSC-Light;
    padding-right: 20px;
    padding-top: 10px;
    height: 60px;
}

.tongji {
    width: 100%;
    font-size: 12px;
    position: fixed;
    height: 20px;
    top: -30px;
    opacity: 0;
}