    body {
        font-family: 'Helvetica Neue', Helvetica, sans-serif, PingFang SC;
        font-size: 14px;
        line-height: 160%;
        color: #333;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin: 0;
    }
    
    .clearfix:after,
    .clearfix:before {
        display: table;
        content: ' '
    }
    
    .clearfix:after {
        clear: both
    }
    
    a {
        -webkit-transition: 0.2s ease-in 0s;
        -o-transition: 0.2s ease-in 0s;
        transition: 0.2s ease-in 0s;
        text-decoration: none;
    }
    
    .nav * {
        box-sizing: border-box;
    }
    
    * {
        outline: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent
    }
    
    img {
        max-width: 100%;
    }
    
    .line {
        height: 0;
        line-height: 0;
        display: block;
        overflow: hidden;
        border-top: 1px solid;
    }
    
    .tl {
        text-align: left;
    }
    
    .tr {
        text-align: right;
    }
    
    .tc {
        text-align: center;
    }
    
    .f11 {
        font-size: 11px;
    }
    
    .f12 {
        font-size: 12px;
    }
    
    .f14 {
        font-size: 14px;
    }
    
    .f16 {
        font-size: 16px;
    }
    
    .fb {
        font-weight: bold;
    }
    
    .c_9 {
        color: #999;
    }
    
    .c_3 {
        color: #333;
    }
    
    .c_f1 {
        color: #f1f1f1;
    }
    
    .mt10 {
        margin-top: 10px;
    }
    
    .mt15 {
        margin-top: 15px;
    }
    
    .mt20 {
        margin-top: 20px;
    }
    
    .mt30 {
        margin-top: 30px 0 0 0;
    }
    
    .pt5 {
        padding-top: 5px;
    }
    
    .pt10 {
        padding-top: 10px;
    }
    
    .pt15 {
        padding-top: 15px;
    }
    
    .pt20 {
        padding-top: 20px;
    }
    
    .pt30 {
        padding-top: 30px;
    }
    
    .pb10 {
        padding-bottom: 10px;
    }
    
    .p5 {
        padding: 5px;
    }
    
    .p10 {
        padding: 10px;
    }
    
    .p15 {
        padding: 15px;
    }
    
    .p20 {
        padding: 20px;
    }
    
    .p30 {
        padding: 30px;
    }
    
    .c_blue {
        color: #4FB3D4;
    }
    
    .c_red {
        color: #F12C7E;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #38393b;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        height: 50px;
        z-index: 99999;
    }
    
    .headerRight {
        position: absolute;
        right: 30px;
        top: 0;
        color: rgba(255, 255, 255, .5);
    }
    
    .headerRight a:hover {
        color: rgba(255, 255, 255, 1);
    }
    
    .langBtn {
        float: right;
        line-height: 50px;
        font-size: 14px;
        margin: 0 0 0 15px;
        font-weight: 300;
    }
    
    .langBtn a {
        display: inline-block;
        padding: 0 5px;
        color: rgba(255, 255, 255, .5);
    }
    
    .search {
        width: 20px;
        position: absolute;
        right: 45px;
        top: 10px;
        padding: 0;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
    }
    
    .searchIcon {
        color: #fff;
        position: absolute;
        top: 5px;
        right: 0;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
    }
    
    .searchIcon i {
        font-size: 18px;
    }
    
    .search input {
        color: #fff;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        opacity: 0;
        height: 34px !important;
        border: none !important;
        font-size: 14px !important;
    }
    
    .search.active input {
        opacity: 1;
        width: 100% !important;
        background: none;
    }
    
    .search.active {
        width: 280px;
        padding: 0 0 0 30px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    
    .search.active .searchIcon {
        left: 5px;
        right: auto;
    }
    
    .headerLeft {
        line-height: 50px;
        display: inline-block;
        padding: 0 0 0 20px;
    }
    
    .headerLeft i {
        font-size: 24px;
        color: #fff;
    }
    
    .nav {
        position: fixed;
        left: 0;
        top: 50px;
        bottom: 0;
        width: 320px;
        border-top: 1px solid #404245;
        background: #38393b;
        margin-left: -320px;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
        z-index: 99999;
    }
    
    .nav.active {
        margin-left: 0;
    }
    
    .main {
        margin: 0;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
    }
    
    .main.active {
        margin: 0 -320px 0 320px;
    }
    
    .nav ul,
    .nav li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .nav li a {
        display: block;
        line-height: 60px;
        font-size: 14px;
        padding: 0 0 0 20px;
        font-weight: 300;
        color: #fff;
        min-width: 220px;
    }
    
    .navOne {
        padding: 20px 0 0 0;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
    }
    
    .navOneBtn a {
        position: relative;
        padding: 0 30px 0 0;
    }
    
    .navOneBtn>a::after {
        font-family: "iconfont" !important;
        font-size: 14px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        content: "\e61b";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .navTwo {
        padding: 20px 0 0 0;
        position: absolute;
        left: 320px;
        top: -1px;
        bottom: 0;
        background: #38393b;
        border-top: 1px solid #404245;
        border-left: 1px solid #404245;
        width: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
        z-index: 99999;
    }
    
    .navOneBtn.active .navTwo {
        width: 320px;
        opacity: 1;
    }
    
    .navBack {
        position: relative;
        padding: 0 0 0 40px !important;
        display: none !important;
    }
    
    .navBack::after {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        content: "\e61c";
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .navSwitch {
        width: 50px;
        display: block;
        position: relative;
        text-align: center;
        height: 50px;
    }
    
    .navSwitch::after {
        font-family: "iconfont" !important;
        font-size: 24px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "\eaf1";
        color: #fff;
        line-height: 50px;
    }
    
    .navSwitch.active::after {
        content: "\e6cc";
    }
    
    .homeMain {
        position: fixed;
        left: 0;
        right: 0;
        top: 50px;
        bottom: 0;
        z-index: 99997;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
    }
    
    .homePagination {
        position: absolute;
        left: 40px;
        bottom: 50px;
        z-index: 99998 !important;
    }
    
    .homePagination .swiper-pagination-bullet {
        margin: 0 10px !important;
        background: rgba(255, 255, 255, 1);
        opacity: 0.5 !important;
    }
    
    .homePagination .swiper-pagination-bullet-active {
        opacity: 1 !important;
    }
    
    .active .homeMain {
        margin: 0 -320px 0 320px;
    }
    
    .homeBanner {
        width: 100%;
        height: 100%;
    }
    
    .s1_t1 {
        max-width: 410px;
        color: #fff;
        padding: 60px 0 0 0;
    }
    
    .s1_t2 {
        color: #fff;
        padding: 20px 0 0 0;
    }
    
    .s1_t2 span {
        font-size: 20px;
        display: block;
        padding-bottom: 5px;
    }
    
    .s1_b1 {
        padding: 70px 0 0 0;
    }
    
    .btn {
        display: inline-block;
        line-height: 40px;
        padding: 0 20px;
        background: #fff;
        color: #38393b;
    }
    
    .homeBannerText {
        position: absolute;
        top: 8%;
        left: 200px;
        z-index: 999;
    }
    
    .homeBg {
        height: 100%;
        background-position: 0 center;
        background-size: cover;
    }
    
    .homeNews {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 99998;
        background: -moz-linear-gradient(right, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .2) 100%);
        background: -webkit-linear-gradient(right, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .2) 100%);
        background: -o-linear-gradient(right, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .1) 100%);
    }
    
    .homeNewsLeft {
        width: 365px;
        float: left;
        color: #fff;
    }
    
    .homeNewsRight {
        width: 255px;
        float: left;
    }
    
    .homeNewsPad {
        padding: 40px 50px 40px 40px;
        position: relative;
    }
    
    .newsSwiperNext {
        position: absolute;
        top: 45px;
        right: 25px;
        cursor: pointer;
    }
    
    .newsSwiperPrev {
        position: absolute;
        top: 110px;
        right: 25px;
        cursor: pointer;
    }
    
    .newsSwiperNext i,
    .newsSwiperPrev i {
        font-weight: bold;
        font-size: 14px;
    }
    
    .newsSwiperNext.swiper-button-disabled,
    .newsSwiperPrev.swiper-button-disabled {
        cursor: default;
        opacity: 0.3;
    }
    
    .homeNewsList {
        display: block;
        color: #fff;
        line-height: 24px;
    }
    
    .homeNewsListTitle {
        padding: 20px 0 0 0;
    }
    
    .homeNewsPic {
        display: block;
        position: relative;
        overflow: hidden;
    }
    
    .homeNewsPic span {
        position: absolute;
        right: 30px;
        bottom: 30px;
        color: #fff;
        padding: 0 25px 0 0;
        font-size: 20px;
        z-index: 99;
        -webkit-transition: 0.3s ease-in 0s;
        -o-transition: 0.3s ease-in 0s;
        transition: 0.3s ease-in 0s;
    }
    
    .homeNewsPic:hover span {
        color: #fff;
        margin-right: -10px;
    }
    
    .homeNewsPic span::after {
        font-family: "iconfont" !important;
        font-size: 22px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        content: "\e61b";
        font-weight: bold;
        color: #fff;
    }
    
    .homeNewsPic img {
        backface-visibility: hidden;
        display: block;
        -webkit-transition: transform 0.7s ease 0s;
        -o-transition: transform 0.7s ease 0s;
        transition: transform 0.7s ease 0s;
    }
    
    .homeNewsPic:hover img {
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
    
    .homeNewsList:hover .homeNewsListTitle {
        text-decoration: underline;
    }
    
    .newsSwiper {
        height: 92px;
        position: relative;
    }
    
    .crumbs {
        background: #7a7d82;
        color: #fff;
        padding: 0 20px;
        line-height: 40px;
        margin: 50px 0 0 0;
        font-weight: 300;
    }
    
    .crumbs a {
        display: inline-block;
        padding: 0 8px 0 0;
        position: relative;
        color: #fff;
        line-height: 40px;
    }
    
    .crumbs a::after {
        content: '/';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
    }
    
    .rowMain {
        padding: 100px 0 0 0
    }
    
    .viewPage {
        padding: 50px 0 0 0;
    }
    
    .pageTitle {
        font-size: 22px;
        color: #7a7d82;
        line-height: 150%;
    }
    
    .textBox {
        line-height: 180%;
        color: #7a7d82;
        font-size: 16px;
        font-weight: 300;
        padding: 30px 0 0 0;
    }
    
    .aboutMap {
        text-align: center;
        padding: 50px 0 0 0;
    }
    
    .ln {
        padding: 140px 0 0 0;
    }
    
    .lnSpan {
        width: 50%;
        float: left;
    }
    
    .lnTitle {
        font-size: 22px;
        padding: 0 0 50px 0;
        color: #7a7d82;
    }
    
    .lnBox {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 100px 0 0 0;
    }
    
    .lnBox img {
        min-width: 560px;
    }
    
    .pageMain {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 10px 100px 10px;
    }
    
    .joinBox h4 {
        font-size: 16px;
        font-weight: 300;
    }
    
    .joinBox h3 {
        font-size: 20px;
        font-weight: 300;
    }
    
    .joinBox h4 span {
        font-size: 12px;
        color: #999;
        display: block;
        padding: 10px 0 0 0;
    }
    
    .joinBox {
        color: #595757;
        font-size: 12px;
        font-weight: 300;
        border-bottom: 1px solid #e0e0e0;
        padding: 0 0 50px 0;
        margin: 0 0 100px 0;
    }
    
    .joinBoxFoot {
        text-align: center;
        color: #595757;
        font-size: 16px;
        font-weight: 300;
    }
    
    .joinBoxFoot a {
        color: #333;
    }
    
    .joinBoxFoot a:hover {
        text-decoration: underline;
    }
    
    .contactRow {
        color: #595757;
        font-weight: 300;
        line-height: 160%;
    }
    
    .contactCol {
        width: 33.33333333%;
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .resultsList li {
        width: 25%;
        float: left;
    }
    
    .resultsList ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .resultsListPad {
        margin: 30px 0 15px 12px;
        position: relative;
        display: block;
    }
    
    .resultsList ul {
        margin: 0 0 0 -12px;
    }
    
    .resultsListPad:hover .resultsListText {
        top: 0;
        background: rgba(122, 125, 130, .4);
    }
    
    .resultsListPad:hover .resultsListText p {
        height: auto;
    }
    
    .resultsListText {
        background: rgba(122, 125, 130, 1);
        color: #fff;
        padding: 20px;
        font-size: 14px;
        line-height: 160%;
        font-weight: 300;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: 0.2s ease-in 0s;
        -o-transition: 0.2s ease-in 0s;
        transition: 0.2s ease-in 0s;
        text-decoration: none;
    }
    
    .resultsListText p {
        padding: 0;
        margin: 0;
        overflow: hidden;
        height: 42px;
    }
    
    .resultsListPic {
        text-align: center;
    }
    
    .resultsListPic img {
        display: block;
    }
    
    .teamList li {
        width: 25%;
        float: left;
    }
    
    .teamList ul {
        padding: 0;
        margin: -50px 0 0 -25px;
        list-style: none;
    }
    
    .teamListPad {
        padding: 50px 0 0 25px;
    }
    
    .teamListPic {
        /* border-radius: 10px;
    overflow: hidden; */
        text-align: center;
    }
    
    .teamListPic img {
        display: block;
        margin: 0 auto;
    }
    
    .teamListText {
        background: #7a7d82;
        color: #fff;
        padding: 20px;
    }
    
    .teamListTextAbout {
        font-weight: 300;
        line-height: 200%;
    }
    
    .teamListTextName {
        line-height: 180%;
        height: 70px;
        overflow: hidden;
    }
    
    .teamListTextAbout {
        height: 600px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .caseHead {
        padding: 50px 20px 0 20px;
    }
    
    .caseHeadRight {
        float: right;
    }
    
    .select {
        position: relative;
        display: inline-block;
    }
    
    .selectTitle {
        position: relative;
        padding: 0 15px 0 0;
        cursor: pointer;
        display: inline-block;
    }
    
    .selectTitle::after {
        font-family: "iconfont" !important;
        font-size: 12px;
        line-height: 12px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -5px 0 0 0;
        content: "\e61a";
        font-weight: bold;
    }
    
    .selectMain {
        position: absolute;
        right: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: #38393b;
        color: #fff;
        padding: 10px 0;
        display: none;
    }
    
    .selectList {
        line-height: 40px;
    }
    
    .selectList a,
    .selectList a:hover {
        padding: 0 30px;
        color: #fff;
        display: block;
    }
    
    .selectList:hover {
        background: rgba(255, 255, 255, .1);
        cursor: pointer;
    }
    
    .caseList {
        padding: 40px 20px;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .caseList ul {
        list-style: none;
        margin: -15px 0 0 -15px;
        padding: 0;
    }
    
    .caseList li {
        width: 25%;
        float: left;
    }
    
    .caseListPad {
        display: block;
        margin: 15px 0 0 15px;
    }
    
    .caseListPad:hover {
        box-shadow: 0 0 18px rgba(0, 0, 0, .5);
    }
    
    .caseListMain {
        background: #7a7d82;
        padding: 20px 25px;
        color: #fff;
        font-weight: 300;
        font-size: 12px;
    }
    
    .caseListTitle {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 0 5px 0;
    }
    
    .caseListPic {
        overflow: hidden;
    }
    
    .caseListPic img {
        display: block;
        margin: 0 auto;
        backface-visibility: hidden;
        display: block;
        -webkit-transition: transform 1s ease 0s;
        -o-transition: transform 1s ease 0s;
        transition: transform 1s ease 0s;
    }
    
    .caseListPad:hover .caseListPic img {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    
    .newsTime {
        width: 100px;
        display: inline-block;
        float: left;
    }
    
    .newsList ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .newsList li {
        padding: 15px 0;
    }
    
    .newsList li a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 100px;
        color: #595757;
    }
    
    .newsList li a:hover {
        color: #000;
        text-decoration: underline;
    }
    
    .newsList {
        padding: 30px 10px 40px 10px;
    }
    
    .caseInfoCol {
        width: 20%;
        float: left;
        color: #b5b5b6;
        font-weight: 300;
    }
    
    .caseInfoText {
        color: #595757;
    }
    
    .caseInfoColPad {
        padding: 20px 0 0 20px;
    }
    
    .caseInfoPad {
        margin: -20px 0 0 -20px;
    }
    
    .caseViewPic {
        padding: 50px 0 0 0;
    }
    
    .casePaging {
        position: relative;
        display: block;
        height: 360px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .casePaging img {
        display: block;
    }
    
    .casePagingText {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        padding: 50px 10px 0 10px;
        text-align: center;
        font-weight: 300;
    }
    
    .casePagingText h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 24px;
        font-weight: 300;
        padding: 0;
        margin: 20px 0 0 0;
    }
    
    .casePagingText i {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        font-size: 30px;
    }
    
    .bshareFix {
        position: fixed;
        right: 40px;
        top: 20%;
        color: #fff;
        z-index: 999999;
        width: 50px;
        text-align: center;
        left: auto;
    }
    
    .bshareFix a {
        color: #fff;
        display: block;
        padding: 5px 0;
        cursor: pointer;
        background: none;
        height: 40px;
        line-height: 40px;
        position: relative;
        text-align: center;
    }
    
    .bshareFix a i {
        font-size: 30px;
    }
    
    .shearHoverPic img{
    	position: absolute;
    	left: -100px;
    	top: 50%;
    	transform: translateY(-50%);
    	width: 100px !important;
    	max-width: none;
    	display: none;
    }
    .shearHoverPic:hover img{
    	display: block;
    }
    .shearLinks img{
    	width: 26px;
    }
    
    .shearPhone {
        display: none !important;
    }
    
    .moreData {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        font-size: 14px;
        margin: 50px auto 0 auto;
        text-align: center;
        color: rgba(255, 255, 255, .8);
        background: rgba(0, 0, 0, .3);
        font-weight: 300;
        cursor: pointer;
    }
    
    .moreData:hover {
        color: rgba(255, 255, 255, 1);
        background: rgba(0, 0, 0, .4);
    }
    
    @media (max-width: 1440px) {
        .homeBannerText {
            top: 8%;
            left: 50px;
        }
    }
    
    .empty {
        text-align: center;
        padding: 20px;
        color: #999;
    }
    
    .copyright {
        position: absolute;
        color: rgba(255, 255, 255, .7);
        left: 50px;
        bottom: 10px;
        font-size: 12px;
        z-index: 99999;
    }
    
    @media (max-width: 1280px) {}
    
    @media (max-width: 960px) {
        .headerRight {
            right: 10px;
        }
        .nav {
            width: 220px;
            margin-left: -220px;
            -webkit-transition: 0.2s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
            transition: 0.2s ease-in 0s;
        }
        .nav.active {
            margin-left: 0;
        }
        .main {
            -webkit-transition: 0.2s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
            transition: 0.2s ease-in 0s;
        }
        .main.active {
            margin: 0 -220px 0 220px;
        }
        .nav li a {
            line-height: 50px;
            padding: 0 0 0 20px;
        }
        .navOne {
            padding: 10px 0 0 0;
            -webkit-transition: 0.2s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
            transition: 0.2s ease-in 0s;
        }
        .navOneBtn a {
            padding: 0 20px 0 0;
        }
        .navOneBtn>a::after {
            right: 10px;
        }
        .navTwo {
            padding: 10px 0 0 0;
            left: 220px;
            -webkit-transition: 0.2s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
            transition: 0.2s ease-in 0s;
        }
        .navOneBtn.active .navTwo {
            width: 220px;
        }
        .homeMain {
            -webkit-transition: 0.2s ease-in 0s;
            -o-transition: 0.2s ease-in 0s;
            transition: 0.2s ease-in 0s;
        }
        .active .homeMain {
            margin: 0 -220px 0 220px;
        }
        .resultsListText {
            font-size: 12px;
            padding: 10px;
            margin: 0;
        }
        .resultsListPad {
            padding: 20px 0 0 0;
        }
        .teamList li {
            width: 33.33333333%;
        }
        .caseListMain {
            padding: 15px;
        }
        .caseList li {
            width: 33.33333333%;
        }
        .caseList {
            padding: 30px 20px;
        }
    }
    
    @media (max-width: 768px) {
        .search.active {
            width: 220px;
        }
        .navBack {
            display: block !important;
        }
        .s1_logo img {
            width: 132px;
        }
        .s1_t1 {
            padding: 30px 0 0 0;
        }
        .s1_b1 {
            padding: 30px 0 0 0;
        }
        .homeBannerText {
            top: 16%;
            right: 20px;
            left: 20px;
        }
        .homeNews {
            left: 0;
            bottom: 0;
        }
        .copyright {
            display: none;
        }
        .homeNewsLeft {
            margin-right: 250px;
            width: auto;
            float: none;
        }
        .homeNewsRight {
            width: 250px;
            position: absolute;
            right: 0;
            top: 0;
        }
        .homeNewsPad {
            padding: 40px 20px;
        }
        .newsSwiperNext,
        .newsSwiperPrev {
            right: 15px;
        }
        .rowMain {
            padding: 50px 0 0 0;
        }
        .textBox {
            font-size: 15px;
            padding: 10px 0 0 0;
        }
        .ln {
            padding: 40px 0 0 0;
        }
        .s1_t2 span {
            font-size: 16px;
        }
        .lnBox {
            margin: 50px 0 0 0;
        }
        .joinBox {
            font-size: 14px;
            padding: 0 0 40px 0;
            margin: 0 0 50px 0;
        }
        .joinBox h4 {
            margin-top: 0;
        }
        .joinBox h4 {
            font-size: 18px;
            font-weight: 300;
        }
        .joinBoxFoot {
            font-size: 14px;
        }
        .resultsList li {
            width: 33.333333333%;
        }
        .pageTitle {
            font-size: 18px;
        }
        .casePagingText {
            padding: 30px 10px 0 10px;
            font-size: 12px;
        }
        .casePagingText h2 {
            font-size: 20px;
            margin: 10px 0 0 0;
        }
        .casePagingText i {
            font-size: 20px;
        }
        .shearPhone {
            display: block !important;
        }
        .shearPc {
            display: none !important;
        }
        .casePaging {
            height: 200px;
        }
        .homePagination {
            left: auto !important;
            right: 10px !important;
            bottom: 180px !important;
        }
        .moreData {
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 12px;
            margin: 30px auto 0 auto;
        }
    }
    
    @media (max-width: 680px) {
        .contactCol {
            width: auto;
            float: none;
            padding: 0 0 20px 0;
        }
        .contactCol:last-child {
            padding: 0;
        }
        .resultsList li {
            width: 50%;
        }
        .teamListTextAbout {}
        .teamList li {
            width: 50%;
        }
        .caseList li {
            width: 50%;
        }
        .newsTime {
            width: 80px;
        }
        .newsList li a {
            margin-left: 80px;
        }
        .newsList {
            padding: 0 10px 20px 10px;
        }
        .caseViewPic {
            padding: 20px 0 0 0;
        }
        .casePaging {
            height: 150px;
        }
    }
    
    @media (max-width: 480px) {
        .langBtn a {
            padding: 0 2px;
        }
        .search {
            right: 40px;
        }
        .navTwo {
            left: 0;
            background: #303031;
        }
        .homeNewsRight {
            width: 154px;
        }
        .homeNewsLeft {
            margin-right: 154px;
        }
        .homeNewsPad {
            padding: 20px;
        }
        .homeNewsListTitle {
            padding: 5px 0 0 0;
            font-size: 12px;
            line-height: 150%;
        }
        .newsSwiper {
            height: 64px;
        }
        .newsSwiperNext {
            top: 10px;
            right: 10px;
        }
        .newsSwiperPrev {
            top: 78px;
            right: 10px;
        }
        .homeNewsPic::after {
            font-size: 24px;
        }
        .homeBannerText {
            top: 8%;
            left: 20px;
        }
        .lnSpan {
            width: auto;
            float: none;
        }
        .lnSpan:last-child {
            padding-top: 40px;
        }
        .lnSpan img {
            margin: 0 auto;
            display: block;
        }
        .pageMain {
            padding: 0 10px 50px 10px;
        }
        .teamList li {
            width: auto;
            float: none;
        }
        .teamListTextAbout {
            height: auto;
        }
        .caseListTitle {
            font-size: 14px;
        }
        .caseListMain {
            padding: 10px;
        }
        .caseListPad {
            margin: 10px 0 0 10px;
        }
        .caseList ul {
            margin: -10px 0 0 -10px;
        }
        .casePagingText {
            padding: 20px 10px 0 10px;
            font-size: 11px;
        }
        .casePagingText h2 {
            font-size: 16px;
            margin: 5px 0 0 0;
        }
        .casePagingText i {
            font-size: 16px;
        }
        .bshareFix {
            right: 0;
            top: 15%;
        }
        .casePaging {
            height: 120px;
        }
        .homeNewsPic span {
            right: 10px;
            bottom: 10px;
            padding: 0 20px 0 0;
            font-size: 18px;
        }
        .homeNewsPic span::after {
            font-size: 18px;
        }
        .homePagination {
            left: 0 !important;
            right: 0 !important;
            bottom: 112px !important;
        }
        .homePagination .swiper-pagination-bullet {
            margin: 0 5px !important;
        }
    }
    
    @media (max-width: 400px) {
        .resultsList li {
            width: auto;
            float: none;
        }
        .resultsListText {
            margin: 0;
        }
        .resultsListText p {
            height: auto;
        }
        .caseList li {
            width: auto;
            float: none;
        }
        .caseList {
            padding: 20px;
        }
        .casePagingText {
            padding: 15px 10px 0 10px;
            font-size: 11px;
        }
        .casePagingText h2 {
            font-size: 14px;
            margin: 0;
        }
        .casePagingText i {
            font-size: 14px;
        }
        .casePaging {
            height: 80px;
        }
    }