.header {
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    padding: 22px 0;
    z-index: 12;
    transition: background .75s
}
body.ohidden .header {
    background: 0 0
}

.nav {
    float: right;
    font-size: 18px;
    line-height: 36px;
    font-family: sihei-Normal;
    position: relative
}
.en .nav {
    font-family: inherit
}
.nav li {
    display: inline;
    margin: 0 20px
}
.nav li.last, .nav li:last-child {
    margin-right: 0
}
.nav li a {
    color: #191919;
    transition: all .25s
}
body.ohidden .nav li a {
    color: #fff
}
.nav li a:hover {
    filter: alpha(opacity=60);
    opacity: .6
}
.nav li a.active {
    color: #006aff
}
.nav li a.active:hover {
    filter: alpha(opacity=100);
    opacity: 1
}
.pt-page {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.full-page {
    width: 100%;
    position: absolute;
    transition: all .75s
}
.front {
    background-size: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    overflow: hidden;
    height: 100%;
    top: 0;
    left: 0
}
@-webkit-keyframes t100 {
from {
-webkit-transform:translate3d(0, 0, 0)
}
to {
-webkit-transform:translate3d(0, -100%, 0)
}
}
@keyframes t100 {
from {
transform:translate3d(0, 0, 0);
z-index:1
}
to {
transform:translate3d(0, -100%, 0);
z-index:1
}
}
@-webkit-keyframes t0 {
from {
-webkit-transform:translate3d(0, -100%, 0)
}
to {
-webkit-transform:translate3d(0, 0, 0)
}
}
@keyframes t0 {
from {
transform:translate3d(0, -100%, 0);
z-index:1
}
to {
transform:translate3d(0, 0, 0);
z-index:1
}
}
@-webkit-keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
@keyframes fadeIn {
from {
opacity:0
}
to {
opacity:1
}
}
@-webkit-keyframes fadeOut {
from {
opacity:1
}
to {
opacity:0
}
}
@keyframes fadeOut {
from {
opacity:1
}
to {
opacity:0
}
}
.pt-page-fade {
    -webkit-animation: t100 .75s both;
    animation: t100 .75s both
}
.pt-page-fadeDown {
    -webkit-animation: t0 .75s both;
    animation: t0 .75s both
}
.fadeIn {
    -webkit-animation: fadeIn .75s both;
    animation: fadeIn .75s both
}
.fadeOut {
    -webkit-animation: fadeOut .75s both;
    animation: fadeOut .75s both
}
.front .wrapper {
    position: relative;
    height: 100%
}
.front h1 {
    font-family: sihei-Regular;
    font-size: 60px;
    color: #fff;
    letter-spacing: 0;
    line-height: 80px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%
}
.en .front h1 {
    font-family: inherit;
    font-size: 48px;
    line-height: 60px
}
.front h2 {
    font-family: sihei-Normal;
    font-size: 24px;
    color: #fff;
    letter-spacing: 24px;
    line-height: 88px;
    text-align: center;
    padding-top: 15px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0
}
.en .front h2 {
    font-family: inherit;
    letter-spacing: 0
}
.front .block {
    height: 100%;
    position: relative
}
.site-name {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 0 0 10px #00caff;
    position: absolute;
    left: 50%;
    line-height: 24px
}
.site-name.p1 {
    margin-left: -300px;
    top: 20%
}
.site-name.p2 {
    margin-left: -200px;
    top: 15%
}
.site-name.p3 {
    margin-left: -100px;
    top: 19%
}
.site-name.p4 {
    margin-left: 100px;
    top: 13%
}
.site-name.p5 {
    margin-left: 200px;
    top: 21%
}
.site-name i {
    visibility: hidden;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap
}
.site-name:hover i {
    visibility: visible;
    animation: fadeIn .75s both
}
video {
    min-width: 100%
}
@-webkit-keyframes flash {
from, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
from, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
span.flashing {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 #00edff;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    float: left;
    z-index: 4;
    cursor: pointer
}
span.flashing:after, span.flashing:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 2;
    animation: flash 3s both infinite;
    cursor: pointer
}
span.flashing:after {
    background: rgba(0,255,254,.47);
    box-shadow: 0 0 15px 0 #00edff;
    width: 7px;
    height: 7px;
    margin: -3.5px 0 0 -3.5px
}
span.flashing:before {
    background: rgba(0,255,254,.02);
    width: 15px;
    height: 15px;
    margin: -7.5px 0 0 -7.5px
}
.meteor {
    width: 9px;
    height: 132px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -4.5px;
    cursor: pointer
}
@-webkit-keyframes meteor {
from {
height:0%;
top:0%;
opacity:0
}
to {
height:60%;
top:34%;
opacity:1
}
}
@keyframes meteor {
from {
height:0%;
top:0%;
opacity:0
}
to {
height:60%;
top:34%;
opacity:1
}
}
@-webkit-keyframes meteor2 {
from {
height:0%;
top:0%;
opacity:.1
}
to {
height:60%;
top:40%;
opacity:1
}
}
@keyframes meteor2 {
from {
height:0%;
top:0%;
opacity:.1
}
to {
height:60%;
top:40%;
opacity:1
}
}
@-webkit-keyframes meteor3 {
from {
height:40%;
top:0%;
opacity:.2
}
to {
height:20%;
top:80%;
opacity:1
}
}
@keyframes meteor3 {
from {
height:40%;
top:0%;
opacity:.2
}
to {
height:20%;
top:80%;
opacity:1
}
}
.meteor span.line1, .meteor span.line2, .meteor span.line3 {
    width: 1px;
    position: absolute;
    left: 50%;
    margin-left: -.5px;
    overflow: hidden;
    background: url(404.png) no-repeat;
    background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0));
    background: -o-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0));
    background: -moz-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0));
    background: -ms-linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0));
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1.0))
}
.meteor span.line1 {
    -webkit-animation: meteor 1.2s linear both;
    animation: meteor 1.2s linear both
}
.meteor span.line2 {
    opacity: 0;
    -webkit-animation: meteor3 2s linear infinite;
    animation: meteor3 2s linear infinite;
    animation-delay: 1s
}
.meteor span.line3 {
    opacity: 0;
    -webkit-animation: meteor3 2s linear infinite;
    animation: meteor3 2s linear infinite;
    animation-delay: 2s
}
.meteor .dot {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}
.front-pages {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0px;
    overflow: hidden
}
.pt-page-current {
    z-index: 10;
    display: block
}
.front-banner {
    height:100vh;
    position: relative;
    background: #191919
}
.front-banner.pt-page {
    overflow: auto
}
.front-banner ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.front-banner li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    text-align: center
}
.front-banner li img {
    height: 100%
}

.en .con h2 {
    font-family: inherit
}
.con p {
    opacity: .75;
    font-family: sihei-Regular;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 10px
}
.en .con p {
    font-family: inherit
}
.pagenation {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 92px;
    z-index: 8
}
.page-num {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}
@-webkit-keyframes rotate {
from {
transform:rotate(0deg)
}
to {
transform:rotate(360deg)
}
}
@keyframes rotate {
from {
transform:rotate(0deg)
}
to {
transform:rotate(360deg)
}
}
.pagenation .shadow {
    content: '';
    display: block;
    width: 157px;
    height: 157px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -78.5px 0 0 -78.5px;
    background: url(../image/bgCircle.png) no-repeat;
    background-image: -webkit-image-set(url(../image/bgCircle.png) 1x, url(bgCircle@2x.png) 2x);
    background-image: -moz-image-set(url(../image/bgCircle.png) 1x, url(bgCircle@2x.png) 2x);
    background-image: -ms-image-set(url(../image/bgCircle.png) 1x, url(bgCircle@2x.png) 2x);
    background-image: -o-image-set(url(../image/bgCircle.png) 1x, url(bgCircle@2x.png) 2x);
    background-size: cover;
    animation: rotate 5s linear infinite
}
.circle {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 100%;
    z-index: 4
}
.pagenation-link {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9
}
.pagenation-link a {
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    transition: all .75s;
    overflow: hidden
}
.pagenation-link a:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #223e6a;
    position: absolute;
    border-radius: 2px;
    z-index: 4;
    top: 50%;
    left: 50%;
    margin: -1.5px 0 0 -1.5px;
    overflow: hidden
}
.pagenation-link a:hover, .pagenation-link a.active {
    background: #fff;
    transform: scale(1.15)
}
.pagenation-link a:hover:before, .pagenation-link a.active:before {
    background: #fff
}
.pagenation-link a.p1 {
    left: 50%;
    margin-left: -2px;
    top: -1px
}
.pagenation-link a.p2 {
    left: 50%;
    margin-left: 33px;
    top: 25px
}
.pagenation-link a.p3 {
    left: 50%;
    margin-left: 18px;
    bottom: 5px
}
.pagenation-link a.p4 {
    left: 50%;
    margin-left: -23px;
    bottom: 5px
}
.pagenation-link a.p5 {
    top: 25px;
    left: 2px
}
.wz1 {
    margin: 200px auto 0;
    display: block
}

.page-footer a.bg1 span.s1, .page-footer a.bg1 span.s2, .page-footer a.bg1 span.s3, .page-footer a.bg1 span.s4, .page-footer a.bg1 span.s5 {
    width: 92px;
    height: 117px;
    left: 50%;
    background: url(404.png) no-repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/rectangle@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/rectangle@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/rectangle@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/rectangle@2x.png) 2x)
}
.page-footer a.bg2 span.s1, .page-footer a.bg2 span.s2, .page-footer a.bg2 span.s3, .page-footer a.bg2 span.s4, .page-footer a.bg2 span.s5 {
    width: 94px;
    height: 94px;
    left: 50%;
    background: url(404.png) no-repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/oval@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/oval@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/oval@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/oval@2x.png) 2x)
}
.page-footer a.bg1 span.s1, .page-footer a.bg2 span.s1 {
    top: 80px;
    margin-left: -100px
}
.page-footer a.bg1 span.s2, .page-footer a.bg2 span.s2 {
    transform: scale(.56);
    margin-left: -160px;
    top: 20px
}
.page-footer a.bg1 span.s3, .page-footer a.bg2 span.s3 {
    transform: scale(.3);
    margin-left: 60px;
    top: 20px
}
.page-footer a.bg1 span.s4, .page-footer a.bg2 span.s4 {
    transform: scale(.15);
    margin-left: -148px;
    top: 140px
}
.page-footer a.bg1 span.s5, .page-footer a.bg2 span.s5 {
    transform: scale(.14);
    margin-left: 20px;
    top: 130px
}
@keyframes scaleIn1 {
from {
transform:scale(.95);
opacity:0
}
}
@keyframes scaleIn2 {
from {
transform:scale(.5);
opacity:0
}
}
@keyframes scaleIn3 {
from {
transform:scale(.2);
opacity:0
}
}
.page-footer a.bg1:hover span.s1, .page-footer a.bg2:hover span.s1 {
    animation: scaleIn1 .7s both .2s
}
.page-footer a.bg1:hover span.s2, .page-footer a.bg2:hover span.s2 {
    animation: scaleIn2 .6s both .1s
}
.page-footer a.bg1:hover span.s3, .page-footer a.bg1:hover span.s4, .page-footer a.bg1:hover span.s5, .page-footer a.bg2:hover span.s3, .page-footer a.bg2:hover span.s4, .page-footer a.bg2:hover span.s5 {
    animation: scaleIn3 .5s both 0s
}
@keyframes underline2 {
from {
width:0
}
to {
width:100%
}
}
.page-tab {
    padding: 42px 20px;
    font-family: sihei-Normal
}
.en .page-tab {
    font-family: inherit
}
.page-tab a {
    font-size: 18px;
    color: #3c3c3c;
    margin-right: 48px
}
.page-tab a:hover, .page-tab a.active {
    color: #006aff
}
.page-tab a span {
    margin-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    z-index: 5
}
.page-tab a span:after {
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #347ac9
}
.page-tab a:hover span:after, .page-tab a.active span:after {
    animation: underline2 .5s both
}
.team-tab {
    height: 28px;
    padding: 42px 10px 75px
}
.team-tab a {
    line-height: 28px;
    margin-right: 0
}
.team-tab ul li {
    position: relative;
    float: left;
    margin-right: 50px
}
.team-tab li:hover a, .team-tab li.active a {
    color: #006aff
}
.team-tab li:hover a span:after, .page-tab li.active a span:after {
    animation: underline2 .5s both
}
.team-tab ul li dl {
    display: block;
    position: absolute;
    width: 150px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    top: 32px;
    left: 0;
    display: none;
    z-index: 4;
    animation: zoomIn2 .5s both
}
.en .team-tab ul li dl {
    width: 220px
}
.team-tab ul li dd {
    padding-left: 20px;
    line-height: 32px;
    font-size: 18px;
    color: #3c3c3c;
    cursor: pointer
}
.team-tab ul li dd:hover, .team-tab ul li dd.selected {
    color: #006aff
}
.team-list {
    background: url(404.png) repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    width: 100%;
    clear: both
}
.team-person {
    height: 100%;
    width: 25%;
    float: left;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block
}
.team-person:hover {
    z-index: 2
}
.team-person .img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    text-align: center
}
.team-person .img img {
    max-width: 300px;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .35s;
    vertical-align: middle;
    display: inline-block
}
.team-person:hover .img img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}
.team-person .person-info {
    height: 130px;
    position: relative;
    z-index: 3
}
.person-info .name {
    font-size: 24px;
    color: #3c3c3c;
    padding-bottom: 10px;
    padding-top: 50px;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .35s
}
.person-info .offer {
    font-size: 14px;
    color: #8a9298;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .35s
}
.team-person .shadow {
    position: absolute;
    width: 300px;
    height: 450px;
    padding: 43px;
    background: url(404.png) repeat-x center center;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/boxShadow@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/boxShadow@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/boxShadow@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/boxShadow@2x.png) 2x);
    top: -43px;
    left: -43px;
    z-index: 2;
    transform: scale(.9);
    opacity: 0;
    transition: opacity .1s, transform .35s
}
.team-person:hover .name {
    padding-top: 40px;
    opacity: 1
}
.team-person:hover .offer {
    opacity: 1
}
.team-person:hover .shadow {
    transform: scale(1);
    opacity: 1
}
.qiye1 {
    position: relative;
    background: url(404.png) no-repeat center;
    text-align: center
}
.qiye1 .video {
    width: 1900px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -950px;
    top: 0;
    overflow: hidden
}
.page h2.qy-title {
    font-size: 48px;
    color: #fff;
    letter-spacing: 0;
    line-height: 48px;
    position: absolute;
    top: 224px;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    z-index: 2
}
.qy-content {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 36px;
    text-align: center;
    position: absolute;
    width: 96%;
    padding: 0 2%;
    top: 312px;
    left: 0;
    z-index: 2
}
.qiye2 {
    position: relative;
    background: url(404.png) no-repeat right center
}
.qiye3 {
    position: relative;
    background: url(404.png) no-repeat center
}
.qiye1:after, .qiye2:after, .qiye3:after, .qiye4:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%
}
.qiye4 {
    position: relative;
    margin-bottom: 0;
    background: url(404.png) no-repeat center
}
.qiye1:after {
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1, endcolorstr=#004B4F, gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1, endcolorstr=#004B4F, gradientType=0);
    background: -webkit-linear-gradient(rgba(39,61,142,0.6), rgba(24,29,85,0.9));
    background: -o-linear-gradient(rgba(39,61,142,0.6), rgba(24,29,85,0.9));
    background: -moz-linear-gradient(rgba(39,61,142,0.6), rgba(24,29,85,0.9));
    background: -ms-linear-gradient(rgba(39,61,142,0.6), rgba(24,29,85,0.9));
    background: linear-gradient(rgba(39,61,142,0.6), rgba(24,29,85,0.9))
}
.qiye2:after {
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1, endcolorstr=#004B4F, gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ABA1, endcolorstr=#004B4F, gradientType=0);
    background: -webkit-linear-gradient(rgba(0,171,161,0.6), rgba(0,75,79,0.9));
    background: -o-linear-gradient(rgba(0,171,161,0.6), rgba(0,75,79,0.9));
    background: -moz-linear-gradient(rgba(0,171,161,0.6), rgba(0,75,79,0.9));
    background: -ms-linear-gradient(rgba(0,171,161,0.6), rgba(0,75,79,0.9));
    background: linear-gradient(rgba(0,171,161,0.6), rgba(0,75,79,0.9))
}
.qiye3:after {
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#AB0033, endcolorstr=#4F0022, gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#AB0033, endcolorstr=#4F0022, gradientType=0);
    background: -webkit-linear-gradient(rgba(171,0,51,0.6), rgba(79,0,34,0.9));
    background: -o-linear-gradient(rgba(171,0,51,0.6), rgba(79,0,34,0.9));
    background: -moz-linear-gradient(rgba(171,0,51,0.6), rgba(79,0,34,0.9));
    background: -ms-linear-gradient(rgba(171,0,51,0.6), rgba(79,0,34,0.9));
    background: linear-gradient(rgba(171,0,51,0.6), rgba(79,0,34,0.9))
}
.qiye4:after {
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3D00AB, endcolorstr=#39004F, gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3D00AB, endcolorstr=#39004F, gradientType=0);
    background: -webkit-linear-gradient(rgba(61,0,171,0.6), rgba(57,0,79,0.9));
    background: -o-linear-gradient(rgba(61,0,171,0.6), rgba(57,0,79,0.9));
    background: -moz-linear-gradient(rgba(61,0,171,0.6), rgba(57,0,79,0.9));
    background: -ms-linear-gradient(rgba(61,0,171,0.6), rgba(57,0,79,0.9));
    background: linear-gradient(rgba(61,0,171,0.6), rgba(57,0,79,0.9))
}
.qiye-footer p {
    font-size: 48px;
    color: #191919;
    letter-spacing: 0;
    padding-top: 82px;
    padding-bottom: 10px;
    text-align: center
}
.qiye-meteor {
    width: 1px;
    height: 200px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    z-index: 3
}
.qiye-meteor:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 196px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    left: -2px;
    overflow: hidden;
    font-size: 15px
}
@keyframes metor1 {
to {
left:900px;
top:500px;
opacity:0
}
}
@keyframes metor2 {
to {
left:-180px;
top:500px;
opacity:0
}
}
@keyframes metor3 {
to {
left:780px;
top:550px;
opacity:0
}
}
@keyframes metor4 {
to {
left:300px;
top:500px;
opacity:0
}
}
@keyframes metor5 {
to {
left:80px;
top:600px;
opacity:0
}
}
@keyframes metor6 {
to {
left:1180px;
top:500px;
opacity:0
}
}
.meteor1 {
    left: 1500px;
    top: -100px;
    animation: metor1 2s infinite
}
.meteor2 {
    left: 420px;
    top: -100px;
    animation: metor2 2.2s infinite
}
.meteor3 {
    left: 1380px;
    top: -50px;
    animation: metor3 1.9s infinite
}
.meteor4 {
    left: 900px;
    top: -100px;
    animation: metor4 2.3s infinite
}
.meteor5 {
    left: 680px;
    top: 0;
    animation: metor5 2.1s infinite
}
.meteor6 {
    left: 1780px;
    top: -100px;
    animation: metor6 2.5s infinite
}
.keyscroll {
    width: 24px;
    height: 38px;
    border: 2px solid #fff;
    border-radius: 14px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 20px;
    box-sizing: border-box;
    opacity: .8
}
@keyframes scrollAlternate {
from {
top:12px;
height:4px
}
to {
top:16px;
height:6px
}
}
@keyframes scrollAlternate2 {
from {
top:110%;
opacity:.8;
transform:scale(.8)
}
to {
top:125%;
opacity:1;
transform:scale(1)
}
}
.keyscroll span {
    display: block;
    width: 2px;
    height: 6px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 9px;
    border-radius: 6px;
    animation: scrollAlternate 1s alternate infinite
}
.keyscroll:after {
    content: "";
    display: block;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 125%;
    left: 50%;
    margin-left: -8px;
    background: url(../image/adown.png) no-repeat center top;
    background-image: -webkit-image-set(url(../image/adown.png) 1x, url(/sites/all/themes/northernLight/images/adown@2x.png) 2x);
    background-image: -moz-image-set(url(../image/adown.png) 1x, url(/sites/all/themes/northernLight/images/adown@2x.png) 2x);
    background-image: -ms-image-set(url(../image/adown.png) 1x, url(/sites/all/themes/northernLight/images/adown@2x.png) 2x);
    background-image: -o-image-set(url(../image/adown.png) 1x, url(/sites/all/themes/northernLight/images/adown@2x.png) 2x);
    background-size: cover;
    animation: scrollAlternate2 1s alternate infinite
}
.heart {
    width: 222px;
    height: 222px;
    position: absolute;
    top: 15%;
    right: 357px;
    z-index: 4
}
.by, .zy, .sy {
    display: block;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    opacity: 0
}
.by {
    width: 220px;
    height: 220px;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -110px;
    animation: by 1.5s ease-out infinite
}
.zy {
    width: 95px;
    height: 95px;
    left: 50%;
    top: 50%;
    margin: -48px 0 0 -48px;
    animation: zy 1.5s ease-out infinite
}
.sy {
    width: 5px;
    height: 5px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2.5px 0 0 -2.5px;
    animation: sy 1.5s ease-out infinite
}
@keyframes by {
10%, 33% {
transform:scale(.8);
opacity:.3
}
20%, 40% {
transform:scale(1);
opacity:.3
}
100% {
transform:scale(1);
opacity:0
}
}
@keyframes zy {
4%, 24%, 44% {
transform:scale(1);
opacity:.6
}
14%, 34% {
transform:scale(.8);
opacity:.6
}
54% {
transform:scale(1);
opacity:.3
}
100% {
transform:scale(1);
opacity:0
}
}
@keyframes sy {
10%, 54% {
opacity:1
}
100% {
opacity:0
}
}
.qiye4-canvas {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}
#first-time {
    display: none
}
.page-user .main-page {
    width: 1200px;
    margin: 0 auto
}
.contact-menu {
    font-family: sihei-Normal;
    width: 860px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -430px
}
.en .contact-menu {
    font-family: inherit
}
.contact-menu a {
    display: block;
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #8a9298;
    line-height: 32px;
    position: relative;
    padding-top: 95px;
    float: left
}
.contact-menu a span {
    display: block;
    width: 113px;
    height: 113px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -56.5px
}
.contact-menu a span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(404.png) no-repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-bg@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-bg@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-bg@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-bg@2x.png) 2x);
    cursor: pointer;
    opacity: 1
}
.contact-menu a span:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(404.png) no-repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-shadow@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/c-shadow@2x.png) 2x);
    cursor: pointer;
    opacity: 0
}
@-webkit-keyframes zoomIn {
from {
opacity:0
}
to {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
}
@keyframes zoomIn {
from {
opacity:0
}
to {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
}
@keyframes zoomIn2 {
from {
opacity:.8;
-webkit-transform:scale(.9);
transform:scale(.9)
}
to {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes zoomOut2 {
from {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
to {
opacity:0;
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
@-webkit-keyframes zoomOut {
from {
opacity:1
}
to {
opacity:0
}
}
@keyframes zoomOut {
from {
opacity:1
}
to {
opacity:0
}
}
.zoomIn2 {
    animation: zoomIn2 .75s both
}
.contact-menu a:hover span:before, .contact-menu a.active span:before {
    animation: zoomOut .75s both
}
.contact-menu a:hover span:after, .contact-menu a.active span:after {
    animation: zoomIn .75s both
}
.contact-menu a span img {
    margin-top: 36px;
    position: relative;
    z-index: 4;
    cursor: pointer
}
.contact-menu a.c-bp span img {
    margin-top: 40px
}
.contact-menu a.c-mail span img {
    margin-top: 38px
}
.contact-list {
    font-family: sihei-Normal
}
.en .contact-list {
    font-family: inherit
}
.contact-list h2 {
    font-size: 48px;
    color: #191919;
    letter-spacing: 0;
    line-height: 88px;
    padding: 35px 0 70px;
    text-align: center
}
.contact-list li {
    width: 47%;
    margin: 0 1% 20px 2%;
    float: left;
    height: auto;
    overflow: hidden
}
.c-map {
    height: 318px;
    position: relative;
    text-align: right;
    cursor: pointer;
    overflow: hidden;
    transition: all .75s
}
.c-map:hover {
    box-shadow: 0 0 20px rgba(0,0,0,.2)
}
.c-map-caption {
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left
}
@keyframes grayscale {
from {
-webkit-filter:none;
-moz-filter:none;
-ms-filter:none;
-o-filter:none;
filter:none
}
50% {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:gray
}
to {
-webkit-filter:none;
-moz-filter:none;
-ms-filter:none;
-o-filter:none;
filter:none
}
}
.front-banner li img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}
.front-banner li.active img {
    animation: grayscale 5s infinite
}
.c-map-caption img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 1.35s;
    height: 100%
}
.c-map:hover .c-map-caption img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none
}
.c-map>img {
    transition: all .75s;
    height: 100%
}
.c-map:hover>img {
    transform: scale(1.05)
}
.c-map-caption span {
    display: block;
    width: 48px;
    position: absolute;
    bottom: 0;
    left: -2px;
    font-family: sihei-Regular;
    font-size: 48px;
    color: #fff;
    overflow: hidden;
    text-align: left
}
.en .c-map-caption span {
    font-family: inherit
}
.c-map-caption span img {
    width: 100%
}
.c-address {
    padding-top: 25px;
    font-family: sihei-Regular;
    font-size: 20px;
    line-height: 32px
}
.c-address h3 {
    color: #191919;
    font-size: 19px
}
.c-address p {
    color: #8a9298;
    font-size: 17px
}
.c-address p span {
    font-family: roboto-Regular
}
.en .c-address, .en .c-address p span {
    font-family: inherit
}
.bp-box {
    width: 260px;
    height: 100px;
    padding: 35px 30px;
    position: absolute;
    left: 378px;
    top: -154px;
    background: url(404.png) no-repeat center center;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bp-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bp-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bp-shadow@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bp-shadow@2x.png) 2x);
    display: none
}
.bp-box dl {
    width: 50%;
    height: 50%;
    float: left
}
.bp-box dt {
    font-size: 14px;
    color: #8a9298;
    white-space: nowrap
}
.bp-box dd {
    font-size: 12px;
    font-family: helvetica neue, Helvetica, Arial, sans-serif
}
.bp-box dd a {
    display: inline;
    padding-top: 0;
    font-size: 12px;
    color: #006aff
}
.qrcode-box {
    width: 170px;
    height: 130px;
    padding: 15px 0 25px;
    text-align: center;
    position: absolute;
    background: url(404.png) no-repeat center center;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/wx-shadow@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/wx-shadow@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/wx-shadow@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/wx-shadow@2x.png) 2x);
    top: -154px;
    left: 238px;
    display: none
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -10%, 0);
transform:translate3d(0, -10%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInDown {
from {
opacity:0;
-webkit-transform:translate3d(0, -10%, 0);
transform:translate3d(0, -10%, 0)
}
to {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@-webkit-keyframes fadeOutUp {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -10%, 0);
transform:translate3d(0, -10%, 0)
}
}
@keyframes fadeOutUp {
from {
opacity:1
}
to {
opacity:0;
-webkit-transform:translate3d(0, -10%, 0);
transform:translate3d(0, -10%, 0)
}
}
.fadeInDown {
    -webkit-animation: fadeInDown .5s both;
    animation: fadeInDown .5s both
}
.fadeOutUp {
    -webkit-animation: fadeOutUp .5s both;
    animation: fadeOutUp .5s both
}
.cases-nav {
    font-family: sihei-Normal;
    max-width: 960px;
    margin: -43px auto 0;
    position: relative;
    z-index: 3
}
.en .cases-nav {
    font-family: inherit
}
.cases-nav a {
    font-size: 18px;
    color: #3c3c3c;
    letter-spacing: 0;
    display: block;
    float: left;
    width: 130px;
    text-align: center;
    padding-bottom: 25px;
    margin: 0 31px;
    position: relative
}
.en .cases-nav a {
    width: 20%;
    margin: 0
}
.cases-nav a:before {
    content: '';
    width: 100%;
    height: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce, endcolorstr=#0033ff, gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce, endcolorstr=#0033ff, gradientType=0);
    background: -webkit-linear-gradient(left, #00ffce, #0033ff);
    background: -o-linear-gradient(left, #00ffce, #0033ff);
    background: -moz-linear-gradient(left, #00ffce, #0033ff);
    background: -ms-linear-gradient(left, #00ffce, #0033ff);
    background: linear-gradient(to right, #00ffce, #0033ff);
    display: none
}
@keyframes underline {
from {
width:0;
margin-left:0
}
to {
width:100%;
margin-left:-50%
}
}
.cases-nav a.active:before, .cases-nav a:hover:before {
    display: block;
    animation: underline .5s both
}
.cases-main {
    clear: both;
    width: 100%;
    padding-bottom: 160px;
    background: url(404.png) no-repeat center -10px;
    background-size: 100%
}
.cases-main.tmt {
    background: url(404.png) no-repeat center -10px;
    background-size: 100%
}
.cases-main.other {
    background: url(404.png) no-repeat center -10px;
    background-size: 100%
}
.cases-main.jishu {
    background: url(404.png) no-repeat center -10px;
    background-size: 100%
}
.cases-main.yiliao {
    background: url(404.png) no-repeat center -10px;
    background-size: 100%
}
.cases-main h3 {
    font-size: 24px;
    color: #8a9298;
    letter-spacing: 0;
    line-height: 32px;
    padding-top: 72px;
    text-align: center
}
.cases-list {
    padding: 72px 0
}
.quicktabs-tabpage .cases-list {
    padding: 0
}
.cases-list li {
    width: 25%;
    height: 170px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer
}
.cases-list li img {
    width: 184px;
    height: 110px
}
.cases-list li.current img, .cases-list li:hover img {
    position: relative;
    z-index: 4
}
.case-box {
    width: 358px;
    height: 455px;
    padding: 43px;
    position: absolute;
    left: 50%;
    margin-left: -222px;
    top: -63px;
    background: url(404.png) no-repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgLogos@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgLogos@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgLogos@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgLogos@2x.png) 2x);
    z-index: 3;
    text-align: center;
    display: none
}
.case-box h4.name {
    font-size: 18px;
    color: #3c3c3c;
    padding-top: 24px;
    padding-bottom: 5px;
    width: 290px;
    margin: 152px auto 0;
    border-top: 1px solid #e9e9e9
}
.case-box p.ct-time {
    font-size: 12px;
    color: #8a9298;
    padding-bottom: 14px
}
.case-box p.xz {
    font-size: 12px;
    line-height: 18px;
    color: #3c3c3c
}
.case-box p.xz span {
    margin: 0 15px
}
.case-box p.intro {
    font-size: 18px;
    color: #8a9298;
    padding: 20px 8px;
    line-height: 24px
}
.case-box a.url {
    color: #006aff
}
.case-box.fadeIn {
    animation-duration: .25s
}
.case-box.fadeOut {
    animation-duration: .25s
}
.cases-list li.current .case-box {
    display: block
}
.footer {
    height: 147px;
    background: #f7f7f7;
    line-height: 147px;
    text-align: center;
    font-family: sihei-Regular;
    font-size: 14px;
    color: #8a9298;
    clear: both
}
.en .footer {
    font-family: inherit
}
.person-wrapper {
    height: 600px;
    overflow: hidden;
    padding: 0 20px;
    background: url(404.png) repeat-x 0 280px;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x)
}
.person-wrapper .wrapper {
    height: 100%;
    position: relative
}
.quicktabs_main {
    padding: 0
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInLeft {
from {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInRight {
from {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.p-pic {
    width: 535px;
    height: 570px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -60px;
    overflow: hidden;
    animation: slideInLeft .75s both
}
.p-pic img {
    width: 100%;
    height: auto
}
.p-info {
    padding-left: 475px;
    padding-top: 150px;
    animation: slideInRight .75s both
}
.p-info-top {
    overflow: hidden;
    padding-bottom: 50px
}
.p-info-top h2 {
    font-size: 48px;
    color: #3c3c3c;
    letter-spacing: 0;
    line-height: 48px;
    padding-right: 12px;
    float: left;
    position: relative;
    margin-right: 10px
}
.p-info-top h2:after {
    content: '';
    display: block;
    width: 1px;
    height: 44px;
    overflow: hidden;
    background: #3c3c3c;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0
}
.p-info-top span {
    font-size: 18px;
    color: #8a9298;
    margin-right: 5px;
    display: inline-block;
    margin-top: 28px
}
.p-info-invo {
    font-size: 18px;
    color: #3c3c3c;
    line-height: 30px;
    margin-bottom: 24px
}
.p-info-invo label {
    float: left;
    font-weight: 400
}
.en .p-info-invo label {
    display: none
}
.p-info-invo a {
    color: #006aff;
    margin-left: 20px
}
.en .p-info-invo a {
    margin-right: 20px;
    margin-left: 0
}
.p-info-main {
    height: 272px;
    overflow: hidden;
    overflow-y: auto
}
body::-webkit-scrollbar {
display:none
}
.scrollbar {
    scrollbar-arrow-color: #00ffce;
    scrollbar-face-color: #00ffce;
    scrollbar-3dlight-color: #00ffce;
    scrollbar-highlight-color: #00ffce;
    scrollbar-shadow-color: #00ffce;
    scrollbar-darkshadow-color: #00ffce;
    scrollbar-track-color: #fff;
    scrollbar-base-color: #fff;
    padding-right: 5px
}
.scrollbar::-webkit-scrollbar-track {
background-color:#fff;
border:none
}
.scrollbar::-webkit-scrollbar-track-piece {
background-color:#fff;
border:none
}
.scrollbar::-webkit-scrollbar-thumb {
background:-webkit-linear-gradient(#00ffce, #0033ff);
background:linear-gradient(#00ffce, #0033ff);
border-radius:5px
}
.scrollbar::-webkit-scrollbar {
width:6px;
background:-webkit-linear-gradient(#00ffce, #0033ff);
background:linear-gradient(#00ffce, #0033ff);
border:none
}
.p-info-main p {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 24px;
    margin-bottom: 1em
}
a.linkedin {
    width: 40px;
    height: 40px;
    display: block;
    background: url(404.png) no-repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/in@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/in@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/in@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/in@2x.png) 2x)
}
.p-content {
    position: relative;
    z-index: 4
}
.resume {
    height: 240px;
    background: url(404.png) no-repeat center center;
    background-size: cover;
    padding: 0 20px
}
.resume .wrapper {
    height: 100%;
    position: relative;
    max-width: 1160px
}
.resume-line {
    width: 100%;
    height: 1px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5px;
    filter: alpha(opacity=30);
    opacity: .3
}
.resume-list {
    width: 100%;
    height: 1px;
    position: relative;
    top: 50%;
    left: 0;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: box
}
.resume-list li {
    display: inline-block;
    float: left;
    position: relative
}
.resume-list.r2 li {
    width: 50%
}
.resume-list.r3 li {
    width: 33.3%
}
.resume-list.r4 li {
    width: 25%
}
.resume-list.r5 li {
    width: 20%
}
.resume-list.r6 li {
    width: 16.6%
}
.resume-list.r7 li {
    width: 14.2%
}
.resume-list.r8 li {
    width: 12.5%
}
.resume-list.r9 li {
    width: 11.1%
}
.resume-list li:last-child {
    width: auto;
    position: absolute;
    right: 0;
    text-align: right
}
.resume-list span {
    position: absolute;
    font-size: 18px;
    color: #fff;
    display: block;
    bottom: 38px;
    line-height: 24px;
    white-space: nowrap
}
.resume-list span i {
    display: none
}
.resume-list li:last-child span {
    right: 0
}
.resume-list li:nth-child(2n) span {
    top: 35px
}
.resume-list span:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -41px
}
.resume-list li:nth-child(2n) span:before {
    top: -38px
}
.resume-list li:last-child span:before {
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce, endcolorstr=#0033ff, gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00ffce, endcolorstr=#0033ff, gradientType=0);
    background: -webkit-linear-gradient(left, #00ffce, #0033ff);
    background: -o-linear-gradient(left, #00ffce, #0033ff);
    background: -moz-linear-gradient(left, #00ffce, #0033ff);
    background: -ms-linear-gradient(left, #00ffce, #0033ff);
    background: linear-gradient(to right, #00ffce, #0033ff);
    right: 0;
    left: inherit
}
.resume-list span:after {
    content: '';
    width: 1px;
    height: 24px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 3px;
    bottom: -31px
}
.resume-list li:last-child span:after {
    left: inherit;
    right: 3px
}
.resume-list li:nth-child(2n) span:after {
    top: -28px
}
.honor-list {
    overflow: hidden;
    overflow-y: auto;
    height: 292px
}
.honor {
    width: 23%;
    padding: 0 1% 40px;
    float: left
}
.honor-from {
    font-size: 18px;
    color: #8a9298;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden
}
.honor-title {
    font-size: 24px;
    color: #3c3c3c;
    line-height: 36px;
    height: 176px;
    overflow: hidden
}
.honor-years {
    font-size: 18px;
    color: #8a9298;
    letter-spacing: 0;
    line-height: 40px;
    border-top: 6px solid #3c3c3c;
    font-family: roboto-Regular
}
.banner {
    height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #333
}
.banner p {
    max-width: 960px;
    margin: 0 auto
}
.banner ul {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.banner li {
    width: 100%;
    height: 100%
}
.first-news {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    background: url(404.png) no-repeat center center;
    background-size: cover
}
.first-news a {
    display: block;
    width: 100%;
    height: 100%
}
.first-news .news-date {
    font-size: 106px;
    font-family: roboto-Black;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 160px;
    padding-bottom: 20px
}
.first-news .news-section {
    text-align: center;
    font-size: 32px;
    color: #fff;
    line-height: 48px;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}
.banner li.active {
    display: block
}
.banner li img {
    height: 100%
}
.banner-page {
    width: 100%;
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    z-index: 8
}
.banner-page a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    filter: alpha(opacity=30);
    opacity: .3;
    margin: 0 10px;
    transition: all .75s
}
.banner-page a.active {
    filter: alpha(opacity=100);
    opacity: 1
}
.alertinfo {
    font-family: sihei-Normal;
    font-size: 18px;
    color: #8a9298;
    text-align: right;
    padding: 42px 20px 42px 0;
    margin-top: -107px!important
}
.en .alertinfo {
    font-family: inherit
}
.alertinfo a {
    color: #006aff
}
.page-tab .form-type-bef-link {
    float: left
}
.page-tab .form-item {
    margin: 0
}
.bef-select-as-links {
    overflow: hidden
}
.quicktabs-wrapper {
    max-width: 1200px;
    margin: 0 auto
}
.quicktabs-wrapper .item-list {
    padding: 0 20px
}
.quicktabs-tabs {
    padding: 42px 0!important;
    margin: 0!important;
    overflow: hidden
}
.quicktabs-tabs li {
    font-size: 18px;
    margin: 0 48px 0 1.5em!important;
    color: #3c3c3c;
    padding: 0!important;
    list-style: disc!important;
    display: list-item!important;
    float: left
}
.quicktabs-tabs li a {
    color: #3c3c3c!important;
    margin-left: 10px;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
    z-index: 5
}
.quicktabs-tabs li:hover, .quicktabs-tabs li:hover a, .quicktabs-tabs li.active, .quicktabs-tabs li.active a {
    color: #006aff!important
}
.quicktabs-tabs li a:after {
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #347ac9
}
.quicktabs-tabs li:hover a:after, .quicktabs-tabs li.active a:after {
    animation: underline2 .5s both
}
.quicktabs-tabpage:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden
}
.pager {
    font-size: 18px;
    padding-bottom: 40px!important
}
.pager a {
    color: #006aff
}
.emission {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300px;
    z-index: 4;
    opacity: .8
}
.emission span {
    height: 1px;
    width: 0;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0 0
}
.emission span:after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: -20%;
    background: #fff;
    border-radius: 100%;
    overflow: hidden;
    display: none
}
@keyframes emission1 {
from {
width:0;
left:65%;
transform:scale(0);
opacity:1
}
12% {
width:170px;
left:65%;
transform:scale(.5)
}
to {
width:0;
left:120%;
transform:scale(1);
opacity:0
}
}
@keyframes emission2 {
from {
width:0;
left:63%;
top:57.5%;
transform:scale(0) rotate(30deg);
opacity:1
}
12% {
width:170px;
left:63%;
top:57.5%;
transform:scale(.5) rotate(30deg)
}
to {
width:0;
left:110.6%;
top:85%;
transform:scale(1) rotate(30deg);
opacity:0
}
}
@keyframes emission3 {
from {
width:0;
left:57.5%;
top:63%;
transform:scale(0) rotate(60deg);
opacity:1
}
12% {
width:170px;
left:57.5%;
top:63%;
transform:scale(.5) rotate(60deg)
}
to {
width:0;
left:85%;
top:110.6%;
transform:scale(1) rotate(60deg);
opacity:0
}
}
@keyframes emission4 {
from {
width:0;
left:50%;
top:65%;
transform:scale(0) rotate(90deg);
opacity:1
}
12% {
width:170px;
left:50%;
top:65%;
transform:scale(.5) rotate(90deg)
}
to {
width:0;
left:50%;
top:120%;
transform:scale(1) rotate(90deg);
opacity:0
}
}
@keyframes emission5 {
from {
width:0;
left:42.5%;
top:63%;
transform:scale(0) rotate(120deg);
opacity:1
}
12% {
width:170px;
left:42.5%;
top:63%;
transform:scale(.5) rotate(120deg)
}
to {
width:0;
left:15%;
top:110.6%;
transform:scale(1) rotate(120deg);
opacity:0
}
}
@keyframes emission6 {
from {
width:0;
left:37%;
top:57.5%;
transform:scale(0) rotate(150deg);
opacity:1
}
12% {
width:170px;
left:37%;
top:57.5%;
transform:scale(.5) rotate(150deg)
}
to {
width:0;
left:-10.6%;
top:85%;
transform:scale(1) rotate(150deg);
opacity:0
}
}
@keyframes emission7 {
from {
width:0;
left:35%;
top:50%;
transform:scale(0) rotate(180deg);
opacity:1
}
12% {
width:170px;
left:35%;
top:50%;
transform:scale(.5) rotate(180deg)
}
to {
width:0;
left:-20%;
top:50%;
transform:scale(1) rotate(180deg);
opacity:0
}
}
@keyframes emission8 {
from {
width:0;
left:37%;
top:42.5%;
transform:scale(0) rotate(210deg);
opacity:1
}
12% {
width:170px;
left:37%;
top:42.5%;
transform:scale(.5) rotate(210deg)
}
to {
width:0;
left:-10.6%;
top:15%;
transform:scale(1) rotate(210deg);
opacity:0
}
}
@keyframes emission9 {
from {
width:0;
left:42.5%;
top:37%;
transform:scale(0) rotate(240deg);
opacity:1
}
12% {
width:170px;
left:42.5%;
top:37%;
transform:scale(.5) rotate(240deg)
}
to {
width:0;
left:15%;
top:-10.6%;
transform:scale(1) rotate(240deg);
opacity:0
}
}
@keyframes emission10 {
from {
width:0;
left:50%;
top:35%;
transform:scale(0) rotate(270deg);
opacity:1
}
12% {
width:170px;
left:50%;
top:35%;
transform:scale(.5) rotate(270deg)
}
to {
width:0;
left:50%;
top:-20%;
transform:scale(1) rotate(270deg);
opacity:0
}
}
@keyframes emission11 {
from {
width:0;
left:57.5%;
top:37%;
transform:scale(0) rotate(300deg);
opacity:1
}
12% {
width:170px;
left:57.5%;
top:37%;
transform:scale(.5) rotate(300deg)
}
to {
width:0;
left:85%;
top:-10.6%;
transform:scale(1) rotate(300deg);
opacity:0
}
}
@keyframes emission12 {
from {
width:0;
left:63%;
top:42.5%;
transform:scale(0) rotate(330deg);
opacity:1
}
12% {
width:170px;
left:63%;
top:42.5%;
transform:scale(.5) rotate(330deg)
}
to {
width:0;
left:110.6%;
top:15%;
transform:scale(1) rotate(330deg);
opacity:0
}
}
.emission span.e1 {
    animation: emission1 1.5s linear .2s infinite
}
.emission span.e2 {
    animation: emission2 1.5s linear .3s infinite
}
.emission span.e3 {
    animation: emission3 1.5s linear .18s infinite
}
.emission span.e4 {
    animation: emission4 1.5s linear .25s infinite
}
.emission span.e5 {
    animation: emission5 1.5s linear .35s infinite
}
.emission span.e6 {
    animation: emission6 1.5s linear .15s infinite
}
.emission span.e7 {
    animation: emission7 1.5s linear .2s infinite
}
.emission span.e8 {
    animation: emission8 1.5s linear .3s infinite
}
.emission span.e9 {
    animation: emission9 1.5s linear .18s infinite
}
.emission span.e10 {
    animation: emission10 1.5s linear .25s infinite
}
.emission span.e11 {
    animation: emission11 1.5s linear .35s infinite
}
.emission span.e12 {
    animation: emission12 1.5s linear .15s infinite
}
.news-wrapper {
    border-top: 1px solid #c7c7c7;
    padding: 30px 0
}
.news-title {
    text-align: center;
    font-size: 32px;
    color: #191919;
    line-height: 36px;
    padding-bottom: 20px
}
.news-info {
    font-size: 18px;
    color: #8a9298;
    text-align: center
}
.news-info span {
    margin: 0 10px
}
.news-content {
    width: 820px;
    margin: 0 auto;
    padding: 50px 0
}
.news-content ul {
    margin-left: 1.5em;
    list-style: disc
}
.news-content li, .news-content p {
    font-size: 24px;
    color: #3c3c3c;
    line-height: 38px;
    margin-bottom: 1em;
    text-indent: 2em
}
.news-content li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-indent: 0
}
.news-content li a {
    color: #333
}
.nav span.btn {
    display: none
}
.lang li.en {
    font-family: helvetica neue, Helvetica, Arial, sans-serif
}
.meituan {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A8F08E, endcolorstr=#3FE2D5, gradientType=0);
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#A8F08E, endcolorstr=#3FE2D5, gradientType=0);
    background: -webkit-linear-gradient(#A8F08E, #93EBA9 36%, #72E7B9 52%, #46E1D3 85%, #3FE2D5);
    background: -o-linear-gradient(#A8F08E, #93EBA9 36%, #72E7B9 52%, #46E1D3 85%, #3FE2D5);
    background: -moz-linear-gradient(#A8F08E, #93EBA9 36%, #72E7B9 52%, #46E1D3 85%, #3FE2D5);
    background: -ms-linear-gradient(#A8F08E, #93EBA9 36%, #72E7B9 52%, #46E1D3 85%, #3FE2D5);
    background: linear-gradient(#A8F08E, #93EBA9 36%, #72E7B9 52%, #46E1D3 85%, #3FE2D5)
}
.meituan-icons {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(404.png) no-repeat center center
}
.case-banner p {
    padding-top: 170px;
    line-height: 48px;
    max-width: 800px
}
.about1-p1 dd {
    padding-left: 10px;
    line-height: 36px
}
.figure {
    color: #999;
    font-size: 14px;
    clear: both;
    padding: 0 20px
}
.en .careers-banner p {
    font-size: 18px;
    line-height: 24px
}
.careers-banner a.mail {
    padding-bottom: 20px
}

@media only screen and (min-width:1280px) {
.front h1 {
    width: 1200px;
    left: 50%;
    margin-left: -600px
}
.front-page h2, .page-banner h2 {
    max-width: 1200px;
    margin: 0 auto
}
.page-partner h2, .page-about h2 {
    left: 50%;
    margin-left: -600px
}
}

@media only screen and (max-width:1200px) {
.page-achievement h2 {
    font-size: 42px
}
.case-box {
    width: 310px;
    height: 390px;
    margin-left: -200px;
    background-size: contain
}
.team-person {
    width: 33.33%
}
.team-person .shadow {
    display: none
}
.team-person .name {
    padding-top: 40px;
    opacity: 1
}
.team-person .offer {
    opacity: 1
}
.page-about {
    height: 336px
}
.page-about h2 {
    padding-top: 40px
}
.page-about p {
    top: 130px
}
.cases-list li {
    width: 33.3%
}
.en .front h2 {
    top: 60%
}
.front-pages {
    min-width: inherit
}
.main-page {
    min-width: inherit
}
.about3-section-text h2 {
    font-size: 40px
}
}

@media only screen and (max-width:960px) {
.page-achievement, .page-employment {
    height: auto
}
.page-partner {
    height: 420px
}
.page-achievement h2 {
    font-size: 32px
}
.achievement {
    padding-bottom: 40px
}
.achievement .achieve {
    height: 240px
}
.achieve-1, .achieve-2, .achieve-3, .achieve-1.active, .achieve-2.active, .achieve-3.active, .en .achieve-1, .en .achieve-2, .en .achieve-3, .en .achieve-1.active, .en .achieve-2.active, .en .achieve-3.active {
    background-size: 240px 240px
}
.achieve img {
    width: 240px;
    height: 240px
}
.employ-left, .employ-right {
    float: none;
    width: 100%
}
.employ-left {
    padding-bottom: 20px
}
.page-local .wrapper {
    padding: 2%
}
.page-local a {
    width: 33.3%;
    margin-bottom: 10px
}
.cases-nav {
    width: 100%
}
.cases-nav a {
    width: 20%;
    margin: 0
}
.first-news .news-date {
    font-size: 60px
}
.first-news .news-date small {
    font-size: 16px
}
.first-news .news-section {
    font-size: 24px;
    line-height: 30px
}
.news-date {
    font-size: 45px
}
.news-section {
    font-size: 18px;
    line-height: 24px
}
.news-author {
    font-size: 16px
}
.banner {
    height: 480px
}
.page-banner h2 {
    font-size: 48px
}
.front h1 {
    font-size: 48px;
    line-height: 60px
}
.en .front h1 {
    font-size: 40px;
    line-height: 50px
}
.contact-list h2 {
    font-size: 36px
}
.c-address {
    height: 108px;
    overflow: hidden
}
.en .c-address {
    height: 160px
}
.c-address h3 {
    font-size: 18px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden
}
.en .c-address h3 {
    max-height: 72px
}
.about3-section {
    height: 265px
}
.about3-section-text .mail {
    bottom: 22px
}
.about3 h2 {
    padding: 20px 0 40px;
    font-size: 36px
}
.about3-section-text h2 {
    font-size: 32px;
    line-height: 48px
}
.about3-section-text p {
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px
}
.about1 dl.about1-p1 span {
    font-size: 56px
}
.about2 h2 {
    font-size: 36px;
    padding-left: 15%
}
.about2 p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 15%;
    padding-right: 20px
}
.percent70 dl {
    padding-left: 15%
}
.about2 dt {
    font-size: 56px
}
.about2 dd {
    font-size: 16px;
    line-height: 24px
}
.percent10 dl, .percent20 dl {
    padding-left: 20%
}
.en .honor-title {
    font-size: 20px;
    line-height: 28px
}
.person-wrapper {
    height: 460px;
    background-position: 0 142px
}
.p-pic {
    width: 405px;
    height: 430px
}
.p-info {
    padding-left: 305px;
    padding-top: 80px
}
.p-info-main {
    height: 186px
}
.en .page-banner h2 {
    font-size: 40px;
    line-height: 50px
}
.mail:hover {
    background: 0 0
}
.en .about3-section-text h2 {
    padding-bottom: 20px
}
}

@media only screen and (max-width:876px) {
.en .cases-nav a {
    width: auto;
    margin: 0;
    padding: 0 20px 25px
}
.en .nav li {
    margin: 0 5px
}
.en .lang {
    margin-left: 5px
}
.en .alertinfo {
    margin-top: -67px!important
}
}

@media only screen and (max-width:768px) {
.nav li {
    margin: 0 10px
}
.front {
    background-size: cover
}
.front h1 {
    top: 20%;
    font-size: 48px;
    line-height: 60px;
    width: 96%;
    padding: 0 2%
}
.en .front h1 {
    font-size: 32px;
    line-height: 48px
}
.front video {
    display: none
}
.front-page, .front-news {
    height: auto
}
.front-news {
    padding: 30px 0
}
.news-date {
    font-size: 40px;
    padding-top: 10px
}
.news-author {
    bottom: 60px
}
.news-section {
    font-size: 16px;
    line-height: 22px
}
.news-bline {
    height: 2px
}
.front-page h2, .en .front-page h2 {
    font-size: 28px;
    line-height: 36px;
    padding-top: 40px
}
.news-list a {
    height: 240px;
    padding-bottom: 20px
}
.news-list li {
    width: 48%;
    float: left
}
.front-news .news-list li {
    width: 98%;
    float: none
}
.front-news .news-list a {
    height: auto
}
.front-news .news-author {
    position: static;
    margin-top: 20px
}
.employ-left {
    float: none;
    width: auto;
    padding-bottom: 30px
}
.employ-right {
    float: none;
    width: auto
}
.contact-list li {
    width: 90%;
    margin: 10px 5%;
    float: none
}
.team-person .shadow {
    display: none
}
.page-banner p {
    padding: 0 20px;
    font-size: 16px;
    line-height: 24px
}
.about2 h2, .about2 p, .percent70 dl {
    padding-left: 10%
}
.about2 p {
    padding-right: 10px
}
.percent20 dl, .percent10 dl {
    padding-left: 28%
}
.page h3 {
    padding: 0 10px 70px
}
.about3-section-text p {
    padding: 0 10px
}
.team-person {
    width: 50%
}
.team-person .name {
    padding-top: 20px;
    opacity: 1;
    font-size: 16px
}
.team-person .offer {
    opacity: 1
}
.cases-list li {
    width: 50%
}
.contact-menu {
    width: 100%;
    left: 0;
    margin-left: 0
}
.qrcode-box {
    left: 204px
}
.bp-box {
    left: 319px
}
.en .about3-section-text .mail {
    bottom: 30px
}
.en .about3-section-text h2 {
    padding-top: 40px
}
.en .page-tab a {
    margin-right: 28px
}
.about-banner p, .case-banner p {
    padding-top: 170px
}
.en .page-banner h2, .page-banner h2 {
    font-size: 36px;
    line-height: 48px
}
.front-pages {
    min-width: inherit
}
.page-about img {
    position: relative
}
.page-about h2 {
    padding-top: 20px
}
.page-about p {
    top: 75px;
    font-size: 16px;
    line-height: 24px
}
.page-about a.more {
    font-size: 16px
}
.main-page {
    min-width: inherit
}
.achievement {
    padding: 20px 0
}
.achievement .achieve {
    width: 100%;
    float: none
}
.en .page-employment h3, .page-employment h3 {
    font-size: 24px
}
.about1 dl {
    font-size: 14px
}
.about1 dl.about1-p1 span {
    font-size: 48px
}
.about2 p, .about2 dd {
    font-size: 16px;
    line-height: 22px
}
.about2 dt {
    font-size: 56px
}
.percent20 dl, .percent10 dl {
    padding-left: 20%
}
.page h2 {
    font-size: 32px;
    line-height: 48px;
    padding-top: 40px
}
.about2 h2 {
    font-size: 36px;
    padding-top: 80px
}
.en .about2 h2 {
    padding-top: 50px
}
.about3-section {
    height: 280px
}
.about3-section-text h2 {
    font-size: 28px;
    padding-top: 30px
}
.about3-section-text p {
    font-size: 16px;
    line-height: 22px
}
.about3-section-text .mail {
    bottom: 20px
}
.page-footer {
    height: 150px
}
.page-footer a.bg1, .page-footer a.bg2 {
    font-size: 22px;
    line-height: 150px
}
.team-tab ul li {
    margin-right: 40px
}
.person-wrapper {
    height: auto;
    background: 0 0
}
.p-pic {
    position: static;
    width: 80%;
    margin: 0 auto;
    clear: both;
    height: auto
}
.p-info {
    padding: 0 20px 20px;
    clear: both
}
.p-info-top {
    padding: 10px 0
}
.p-info-top h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    padding: 0
}
.p-info-top h2:after {
    display: none
}
.p-info-top span {
    width: 100%;
    text-align: center;
    margin-top: 5px
}
.p-info-main {
    height: auto
}
.person-wrapper .wrapper {
    height: auto
}
.alertinfo {
    margin-top: -50px!important
}
.c-map, .page-partner {
    height: 368px
}
.page-partner p span {
    font-size: 18px
}
.en .page-partner p span {
    white-space: normal;
    width: 90%;
    line-height: 22px
}
.c-map-caption img {
    -webkit-filter: none
}
.resume-list span {
    white-space: normal
}
}

@media only screen and (max-width:650px) {
.main-page {
    min-width: inherit
}
.header {
    padding: 12px 0
}
.front {
    background-size: cover
}
.front video {
    display: none
}
.front h1 {
    font-size: 28px;
    line-height: 36px
}
.front h2 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 14px
}
.en .front-page h2 {
    font-size: 20px;
    line-height: 22px
}

.en .page-banner h2 {
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0
}
.en .careers-banner p {
    font-size: 14px;
    line-height: 18px
}
.en .contact-banner h2 {
    padding-top: 40px
}
.pagenation {
    bottom: 10%
}
.site-name i {
    display: none
}
.site-name.p1 {
    margin-left: -45%
}
.site-name.p2 {
    margin-left: -30%
}
.site-name.p3 {
    margin-left: -5%
}
.site-name.p4 {
    margin-left: 15%
}
.site-name.p5 {
    margin-left: 35%
}
.nav {
    margin-top: 15px;
    font-size: 14px
}
.nav ul {
    left: 0;
    background: #fff;
    padding: 10px 0;
    top: 80px;
    transition: all .25s linear;
    width: 100%;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box
}
.nav.active ul {
    top: 60px;
    opacity: 1;
    z-index: 4;
    visibility: visible
}
.nav li {
    display: block;
    margin: 0;
    text-align: center;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1
}
.nav span.btn {
    display: block;
    background: 0 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 5px;
    display: block;
    width: 24px;
    height: 2px;
    padding: 10px 0 8px;
    border-bottom: 2px solid #333;
    transition: all .25s linear
}
.nav span.btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    transition: all .25s linear
}
.nav span.btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 0;
    background: #333;
    transition: all .25s linear
}
.nav.active span.btn {
    border-bottom: 2px solid transparent
}
.nav.active span.btn:before {
    transform: rotate(45deg);
    top: 10px
}
.nav.active span.btn:after {
    transform: rotate(-45deg);
    bottom: 8px
}
body.ohidden .nav span.btn {
    border-bottom: 2px solid #fff
}
body.ohidden .nav span.btn:before, body.ohidden .nav span.btn:after {
    background: #fff
}
body.ohidden .nav ul {
    background: transparent
}
body.ohidden .nav.active ul {
    background: rgba(0,0,0,.4)
}
body.ohidden .nav.active span.btn {
    border-bottom: transparent
}
.con h2 {
    font-size: 36px
}
.con h4 {
    padding: 0 10px;
    letter-spacing: 5px
}
.en .con h4 {
    letter-spacing: 0
}
.en .meituan-icons .con h4 {
    height: auto;
    padding-bottom: 10px
}
.con p {
    padding: 0 10px
}
.front-pages {
    padding-top: 60px;
    min-width: inherit
}
.front-news {
    height: auto;
    padding: 10px 0
}
.news-list ul {
    width: 100%;
    margin: 0
}
.news-list li {
    float: none;
    margin: 0;
    width: 100%
}
.news-list a {
    padding: 0 10px;
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 0
}
.news-date {
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 0
}
.news-section {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px
}
.news-author {
    position: static;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px
}
.news-list a .news-author img {
    width: 24px;
    height: 24px
}
.news-list a span.news-bline {
    display: none
}
.news-list a .news-img {
    display: none
}
.news-list a:hover .news-author, .news-list a:hover .news-date, .news-list a:hover .news-date small, .news-list a:hover .news-section {
    color: #191919
}
.front-page {
    height: auto
}
.front-page h2 {
    font-size: 18px;
    padding: 40px 10px 0;
    line-height: 24px
}
.first-news .news-date {
    font-size: 36px;
    padding-top: 50px
}
.first-news .news-section {
    font-size: 16px;
    line-height: 18px
}
.page-achievement h2 {
    padding-top: 28px
}
.achievement {
    padding-top: 0
}
.achievement .achieve {
    width: 100%;
    float: none;
    height: 200px;
    background-size: 200px 200px!important
}
.achieve img {
    width: 200px;
    height: 200px
}
.page-partner {
    height: 200px;
    background-size: cover!important
}
.page-partner .video {
    display: none
}
.page-partner h2 {
    position: relative;
    z-index: 5
}
.page-partner p {
    transform: scale(.6)
}
.page-employment .wrapper {
    padding-top: 30px
}
.page-employment h3 {
    font-size: 16px;
    margin-bottom: 15px
}
.employ-left, .employ-right {
    float: none;
    width: 100%;
    clear: both;
    height: 180px;
    overflow: hidden;
    padding-bottom: 10px
}
.employ-left p, .employ-right p {
    height: auto;
    font-size: 12px;
    line-height: 18px;
    padding-top: 15px
}
.bp-tab {
    width: 100%;
    height: 50px
}
.bp-tab a {
    width: 33.3%;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.bp-tab a.tab-br span {
    margin-top: 6px!important;
    line-height: 18px
}
.employ-right h4 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px
}
.page-local .wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0
}
.page-local a {
    width: 33.3%;
    margin-bottom: 10px
}
.footer {
    height: 60px;
    line-height: 60px;
    font-size: 12px
}
.en .footer {
    line-height: inherit;
    height: auto
}
.en .footer p {
    padding: 10px 0;
    line-height: 18px
}
.page {
    margin-bottom: 0
}
.page-banner {
    height: auto;
    min-height: 200px
}
.page-banner h2 {
    padding-top: 40px;
    font-size: 24px;
    line-height: 32px
}
.page-banner p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 40px
}
.about-banner p {
    padding-top: 40px
}
.en .about-banner p, .en .case-banner p {
    padding-top: 40px!important;
    line-height: 24px
}
.about1 dl {
    font-size: 12px;
    line-height: 18px
}
.about1 dt span, .about1 dl.about1-p1 span {
    font-size: 20px
}
.about1-p1 dd {
    line-height: 16px;
    padding-left: 0
}
.about2 h2 {
    padding: 50px 0 20px 10px;
    font-size: 18px
}
.about2 p {
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 20px
}
.percent70 dl {
    padding-left: 10px
}
.page.about2 {
    height: 360px
}
.about2 dt {
    font-size: 40px
}
.about2 dd {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0
}
.percent20 {
    height: 210px
}
.percent10 {
    height: 150px
}
.percent20 dl {
    padding: 50px 0 0 10px
}
.percent10 dl {
    padding: 30px 0 0 10px
}
.page h2 {
    font-size: 24px;
    padding-top: 40px
}
.page.about2 h2 {
    padding-top: 48px
}
.page h3 {
    font-size: 14px;
    line-height: 24px
}
.en .about3 h2 {
    font-size: 18px;
    line-height: 120%
}
.about3-section {
    height: 135px
}
.about3-section-text h2 {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 42px
}
.en .about3-section-text h2 {
    font-size: 14px;
    padding-top: 10px
}
.about3-section-text p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px
}
.en .about3-section-text p {
    line-height: 14px
}
.mail {
    width: 100%;
    font-size: 12px;
    height: auto;
    line-height: 24px
}
.en .about3-section-text .mail, .about3-section-text .mail {
    bottom: 10px;
    left: 0;
    margin-left: 0
}
.page-footer {
    height: 100px
}
.page-footer a.bg1, .page-footer a.bg2 {
    font-size: 14px;
    line-height: 100px
}
.page-footer a.bg1:hover span, .page-footer a.bg2:hover span {
    display: none;
    opacity: 0
}
.about3-section-img.fl:after, .about3-section-img.fr:after {
    width: 17px;
    height: 37px;
    margin-top: -18px;
    background-size: cover
}
.team-tab {
    padding: 20px 0 25px
}
.team-tab ul li {
    margin-right: 10px
}
.team-tab a {
    font-size: 14px
}
.team-person {
    width: 100%;
    float: none;
    background: url(404.png) repeat;
    background-image: -webkit-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -moz-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -ms-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x);
    background-image: -o-image-set(url(404.png) 1x, url(/sites/all/themes/northernLight/images/bgline@2x.png) 2x)
}
.team-person .person-info {
    height: 60px
}
.person-info .name {
    opacity: 1;
    font-size: 14px;
    padding: 10px 0 0;
    line-height: 20px
}
.person-info .offer {
    font-size: 12px;
    line-height: 20px;
    opacity: 1
}
.team-person .shadow {
    display: none
}
.team-list {
    background: 0 0
}
.team-list .wrapper {
    width: 100%
}
.main-page {
    padding-top: 60px
}
.person-wrapper {
    height: auto;
    background: #f9f9f9
}
.p-pic {
    width: 100%;
    position: static;
    height: auto;
    animation: none
}
.p-info {
    width: 100%;
    padding: 0 0 20px;
    animation: none
}
.p-info-top {
    padding-bottom: 10px
}
.p-info-top h2 {
    font-size: 24px;
    width: 100%;
    padding: 5px 0 0;
    margin: 0;
    line-height: 32px;
    text-align: center
}
.p-info-top h2:after {
    display: none
}
.p-info-top span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center
}
.person-wrapper .wrapper {
    height: auto
}
.p-info-invo {
    font-size: 14px;
    margin-bottom: 10px
}
.honor-list {
    height: auto
}
.p-info-main {
    height: auto;
    margin-bottom: 0
}
.quicktabs-tabs {
    padding: 15px 0!important
}
.quicktabs-tabs li {
    font-size: 14px;
    margin-right: 20px!important
}
.quicktabs-wrapper {
    width: 100%
}
.resume, .resume-list {
    height: auto;
    position: static;
    display: block
}
.resume-list {
    padding: 20px 0
}
.resume-line {
    width: 1px;
    height: 100%;
    left: 10px;
    top: 0
}
.resume-list li {
    width: 100%!important;
    position: static;
    clear: both
}
.resume-list li span {
    position: relative;
    font-size: 14px;
    padding-left: 24px;
    bottom: inherit!important;
    top: inherit!important
}
.resume-list li span:before {
    left: 7px!important;
    top: 9px!important
}
.resume-list li span:after {
    display: none
}
.resume-list li:last-child {
    display: none
}
.cases-nav {
    width: 100%;
    margin-top: -23px
}
.cases-nav a {
    width: 20%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px
}
.cases-nav a:before {
    height: 2px
}
.cases-list {
    padding: 20px 0
}
.cases-main {
    padding-bottom: 0
}
.cases-main h3 {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px
}
.cases-list li {
    width: 50%;
    height: auto;
    margin-bottom: 20px
}
.cases-list li img {
    width: 80%;
    height: auto
}
.cases-list li.current .case-box {
    display: none
}
.pager {
    font-size: 12px
}
.banner {
    height: 200px
}
.banner li .news-date {
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 0
}
.news-date small {
    font-size: 14px
}
.banner li .news-section {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px
}
.page-tab {
    padding: 20px 10px
}
.page-tab a {
    font-size: 14px;
    margin-right: 15px
}
.page-tab a span {
    margin-left: 0
}
.alertinfo {
    font-size: 12px
}
.en .alertinfo {
    padding-top: 62px
}
.contact-menu {
    width: 100%;
    bottom: 0;
    left: 0;
    margin-left: 0
}
.contact-menu a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    padding-top: 65px
}
.contact-menu a span {
    width: 83px;
    height: 83px;
    margin-left: -41.5px
}
.contact-menu a span:before, .contact-menu a span:after {
    background-size: cover
}
.contact-menu a span img {
    width: 20px;
    margin-top: 26px
}
.contact-menu a.c-wechat span img {
    margin-top: 29px
}
.contact-menu a.c-bp span img {
    margin-top: 31px
}
.contact-menu a.c-mail span img {
    margin-top: 30px
}
.contact-list h2 {
    font-size: 20px;
    padding: 25px 0;
    line-height: 24px
}
.contact-list.wrapper {
    width: 100%
}
.contact-list ul {
    width: 100%;
    margin: 0
}
.contact-list li {
    height: auto
}
.c-map {
    height: 300px
}
.c-map-caption {
    text-align: left;
    width: 100px
}
.c-map-caption span {
    width: 28px;
    font-size: 28px
}
.c-address {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    height: auto
}
.en .c-address {
    height: auto
}
.c-address h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px
}
.c-address p {
    font-size: 12px;
    line-height: 16px
}
.news-wrapper {
    padding: 20px 10px
}
.news-title {
    font-size: 20px;
    line-height: 28px
}
.news-info {
    font-size: 12px
}
.news-content {
    width: 100%;
    padding: 20px 0 0
}
.news-content p {
    font-size: 14px;
    line-height: 20px
}
.team-tab ul li dd {
    font-size: 14px;
    line-height: 28px
}
.qrcode-box {
    left: 37.5%;
    z-index: 20;
    margin-left: -85px
}
.bp-box {
    left: 62.5%;
    margin-left: -160px;
    z-index: 20
}
.bp-box dd a {
    width: 100%;
    text-align: left;
    display: inline-block
}
.quicktabs-tabs li a {
    margin-left: 0
}
.lang {
    margin-left: 10px
}
.resume .wrapper {
    height: auto
}
.meituan-icons {
    background-size: cover
}
.meituan-icons:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 2
}
.en .front h1 {
    font-size: 24px;
    line-height: 32px
}
.case-banner p {
    padding-top: 60px
}
.page-about img {
    position: relative;
    width: 100%;
    transform: translate3d(0, 0, 0)
}
.page-about img.scrolltr {
    transform: translate3d(0, 0, 0)
}
.page-about h2, .en .page-about h2 {
    font-size: 16px;
    padding: 0
}
.page-about p, .en .page-about p {
    font-size: 12px;
    line-height: 16px;
    top: 30%;
    width: 94%;
    padding: 0 3%
}
.page-about a.more {
    bottom: 10%;
    font-size: 12px;
    transform: scale(.9)
}
.en .page-about a.more {
    transform: scale(1)
}
.page-about {
    height: 132px
}
.en .page-employment h3 {
    font-size: 18px
}
.en .cases-nav a {
    width: auto;
    margin: 0;
    padding: 0 16px 12px;
    font-size: 12px
}
.en .about2 h2 {
    padding-top: 24px
}
.page-partner p span {
    font-size: 18px
}
.en .page-partner p span {
    white-space: normal;
    line-height: 18px;
    width: 70%
}
.en .page-partner p span.l {
    text-align: right
}
.emission {
    width: 300px;
    height: 300px;
    margin-left: -150px
}
.page {
    height: 300px
}
video {
    display: none
}
.about1 {
    height: 178px
}
.about3 {
    height: auto
}
.page h2.qy-title {
    font-size: 20px;
    top: 30%
}
.qy-content {
    font-size: 14px;
    line-height: 20px;
    top: 50%
}
.qiye1, .qiye2, .qiye3, .qiye4 {
    background-size: cover
}
.heart {
    top: -4%;
    right: 30%
}
.page-local a {
    width: 50%
}
.honor-from, .honor-years {
    font-size: 12px
}
.honor-title {
    font-size: 14px;
    line-height: 18px;
    height: 126px
}
.honor-years {
    line-height: 30px;
    border-top: 3px solid #3c3c3c
}
.en .honor-title {
    font-size: 14px;
    line-height: 18px
}
.p-info-main p {
    font-size: 13px;
    line-height: 20px
}
}