.header {
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
    right: 0;
    min-width: 1260px;
}

.inner-header {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    padding: 0 30px;
}

.header-s {
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #ccc;
    min-width: 1260px;
}

.logo {
    float: left;
    line-height: 80px;
}

.logo img {
    height: 54px;
}

.menu {
    width: 600px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    float: right;
}

.menu ul {
    float: left;
}

.menu ul li {
    display: block;
    float: left;
}

.menu ul li a {
    display: block;
    line-height: 20px;
    text-align: center;
    width: 120px;
    color: #fff;
    position: relative;
    padding: 30px 0;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-s .menu ul li a {
    color: #333;
    position: relative;
}

.menu ul li:hover a {
    opacity: .65;
}

.header-s .menu ul li.current a:after {
    content: '';
    width: 32px;
    height: 3px;
    border-radius: 4px;
    background-color: #2880fd;
    display: block;
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -16px;
}

.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 50px 0;
    min-width: 1260px;
}

.footer a {
    color: #9c9c9c;
}

.footer .wake-info {
    float: left;
    width: 340px;
    margin-right: 100px;
    font-size: 14px;
    color: #9c9c9c;
}

.footer .wake-info p {
    margin-top: 20px;
}

.footer .qr-code {
    float: right;
}

.footer .qr-code img {
    width: 110px;
}

.contact-info {
    float: right;
    margin-left: 10px;
    width: 300px;
}

.contact-info .title {
    font-size: 16px;
}

.contact-info p {
    font-size: 13px;
    margin-bottom: 20px;
    color: #9c9c9c;
}

.contact-info .contact-list {
    font-size: 14px;
}

/* 首页
---------------------------------*/
.sologn {
    text-align: center;
    color: #fff;
    width: 1200px;
    position: absolute;
    top: 50%;
    margin-top: -116px;
    left: 50%;
    margin-left: -600px;
}

.sologn .CN {
    font-size: 42px;
    animation: moveUp 0.6s ease-in-out 0.2s backwards;
    line-height: 66px;
}

.sologn .EN {
    /* width: 1000px; */
    font-size: 28px;
    animation: moveUp 0.6s ease-in-out 0.2s backwards;
    line-height: 50px;
}

.service {
    background: #1a1a1a;
    padding-top: 200px;
    min-width: 1260px;
    padding-bottom: 100px;
}

.section {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    padding: 0 30px;
}

.service-intro {
    color: #fff;
    margin-bottom: 30px;
    font-size: 20px;
    opacity: .9;
}

.service-sologn {
    font-size: 40px;
    color: #fff;
}

.service-detail-1 {
    padding: 60px 0 60px 0;
}

.service-detail {
    padding: 120px 0 80px 0;
}

.service-detail ul {
    overflow: hidden;
    zoom: 1;
}

.service-detail ul li {
    float: left;
    width: 25%;
    padding: 0 15px;
    text-align: center;
}

.service-detail ul li .tit {
    font-size: 24px;
    color: #fff;
}

.service-detail ul li .context {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.case {
    padding: 200px 0px;
    min-width: 1260px;
}

.case-intro {
    color: #333;
    margin-bottom: 30px;
    font-size: 20px;
    opacity: .9;
}

.case-sologn {
    font-size: 42px;
}

.case-list {
    margin-top: 120px;
    padding-left: 30px;
}

.case-list img {
    transition: .2s;
}

.case-list a:hover img {
    transform: translateY(-5px);
}

.case-info {
    padding: 30px 0;
    color: #333;
}

.case-info .name {
    color: #9c9ea5;
    font-size: 16px;
    margin-bottom: 10px;
}

.case-info .title {
    font-size: 20px;
    color: #000;
}

.case-info .time {
    color: #999;
}

@keyframes moveUp {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* 服务
---------------------------------*/
.p-service-intro {
    height: 800px;
    position: relative;
    overflow: hidden;
    background: url(../img/service1.jpg) no-repeat center center;
    background-size: cover;
    min-width: 1260px;
    text-align: center;
}

.p-partner-intro {
    height: 800px;
    position: relative;
    overflow: hidden;
    background: url(../img/bg2@2x.png) no-repeat center center;
    background-size: cover;
    min-width: 1260px;
    text-align: center;
}

.p-service-sologn {
    position: absolute;
    font-size: 42px;
    line-height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -70px;
    z-index: 100;
    color: #fff;
    width: 900px;
    animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

.p-service-sologn-1 {
    position: absolute;
    font-size: 42px;
    line-height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -70px;
    z-index: 100;
    color: #fff;
    width: 900px;
    animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

.p-service-item {
    padding: 100px 0;
}

.p-service-item ul {
    overflow: hidden;
    zoom: 1;
}

.p-service-item ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 30px;
}

.p-service-item ul li img {
    width: 60px;
}

.p-service-item ul li .tit {
    font-size: 20px;
    padding-top: 5px;
}

.p-service-item ul li p {
    font-size: 14px;
    color: #797979;
}

.process img {
    width: 100%;
}

/* 案例
---------------------------------*/
.p-case-intro {
    height: 800px;
    position: relative;
    overflow: hidden;
    background: url(../img/bg4@2x.png) no-repeat center center;
    background-size: cover;
    min-width: 1260px;
}

.p-case-sologn {
    position: absolute;
    font-size: 42px;
    line-height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -70px;
    z-index: 100;
    color: #fff;
    width: 1000px;
    animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

.p-case-list {
    padding: 100px 0;
}

.case-section {
    width: 1260px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 30px;
}

.case-section .tit {
    font-size: 20px;
    padding: 10px 0;
    color: #1a1a1a;
}

.case-section .intro {
    color: #999;
    font-size: 14px;
}

.case-section img {
    transition: .2s;
    width: 100%;
}

.case-section a:hover img {
    transform: translateY(-5px);
}

.left .l-case {
    float: left;
    width: 38%;
}

.left .l-case img {
    height: 387.69px;
}

.left .r-case {
    float: right;
    width: 60%;
}

.right .l-case {
    float: left;
    width: 60%;
}

.right .r-case {
    float: right;
    width: 38%;
}

.right .r-case a {
    float: right;
}

.right .r-case a img {
    height: 387.69px;
}

/* 关于
---------------------------------*/
.p-about-intro {
    height: 800px;
    position: relative;
    overflow: hidden;
    background: url(../img/bg5@2x.png) no-repeat center center;
    background-size: cover;
    min-width: 1260px;
}

.p-about-sologn {
    position: absolute;
    font-size: 42px;
    line-height: 70px;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -35px;
    z-index: 100;
    color: #fff;
    width: 1000px;
    animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

.about-us {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.about-us h2 {
    margin-top: 80px;
}

.about-us p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.team-list {
    margin-top: 60px;
    margin-bottom: 60px;
}

.team-list ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}

.team-list ul li {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 40px;
}

.team-list ul li>div {
    width: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.team-list ul li img {
    transition: .7s;
}

.team-list ul li:hover img {
    transform: scale(1.1);
}

.partner-list {
    margin-top: 60px;
    margin-bottom: 60px;
}

.partner-list ul {
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
}

.partner-list ul li {
    float: left;
    width: 20%;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 40px;
}

.partner-list ul li>div {
    width: 140px;
    /* border-radius: 50%; */
    overflow: hidden;
    margin: 0 auto;
}

.partner-list ul li img {
    transition: .7s;
}

.partner-list ul li:hover img {
    transform: scale(1.1);
}

.contact-us {
    overflow: hidden;
    zoom: 1;
}

.contact-us p {
    float: left;
    width: 30%;
}

.merch-btn {
    opacity: 1;
    background-color: #1BA3FC;
    border-color: #1BA3FC;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 18px 2px;
    cursor: pointer;
    border-radius: 4px;

}

.merch-btn:hover {
    opacity: 0.8;
    transition: background-color 0.3s;
}