﻿* {  
    margin: 0;
    padding: 0;
    user-select: none;
}
ul {
    list-style: none;
}
a { text-decoration: none; color: inherit; transition: none;}
a:hover, a:focus { color: inherit; }
.swiper-pagination-bullet { background: black !important; }
.swiper-pagination-bullet-active { background: #007aff !important; }
.amap-info-content {
	background: #4562d8;
}
.amap-info-content .amap-info-close {
	color: #fff;
}
.bottom-center .amap-info-sharp {
	border-top-color: #4562d8;
}
header { 
    background: #fff; 
    height: 100px; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
}
header>div {
    width: 80%;
    height: 100px;
    margin: 0 auto;
    z-index: 999;
}
.bg-red {
    background: #f75555;
}
.logo { height: 100%; line-height: 100px; position: relative;}
.logo img { vertical-align: middle; }
.logo .slogan { 
    position: absolute;
    top: 45%;
    left: 106%;
    width: 170px;
    color: #fff;
    padding: 6px 10px;
    line-height: 1em;
    border-radius: 3px;
    transition: background .8s;
}
.logo .slogan span {
    display: inline-block;
    font-weight: bold;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
}
.logo .slogan.bg-red::before {
   border-right-color: #f75555;
}
.logo .slogan::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -8px;
    border: 4px solid transparent;
    transition: border .8s;

}
.nav { float: right;}
.nav ul { display: table-cell; vertical-align: middle; height: 100px; font-size: 18px; color: #19344a; }
.nav ul li { float: left; padding: 15px 35px; margin: 0 5px;}
.nav ul li.active, .nav ul li:hover { background: #4562d8; border-radius: 4px; color: #fff }
#wiiline {
    will-change: transform;
    transition-timing-function: cubic-bezier(0.77,0,0.175,1) !important;
}
#swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77,0,0.175,1);
}
#swiper .swiper-slide{
    /* color: #000; */
    user-select: none;
}
.swiper-slide.first {
   background: #4562d8;
    
}
.first .content {
    margin-left: 12.5%;
}
.swiper-slide .content p { 
    text-transform: uppercase; 
}
.first .content>p {
    color: #88acff;
    font-weight: bold;
    padding-left: 45px;
    position: relative;
    z-index: 10;
}
.first .text-wrap {
    display: inline-block;
    width: auto;
    transform-origin: left;
    transform: rotate(90deg);
    margin-top: 6.5%;
}
.swiper-slide .text-1 {
    font-size: 22px;
    color: #000;
    letter-spacing: 12px;
}
.swiper-slide .text-2 {
    font-size: 141px;
    margin-top: -80px;
   
}
.swiper-slide p.text-3 {
    margin-top: -130px;
    font-size: 127.5px;
    color: #fff;
}
.swiper-slide .text-4 {
    font-size: 93.5px;
    margin-top: -32px;
    line-height: 60px;
}
.swiper-slide .text-4 b { font-size: 120px; }
.swiper-slide p.text-5 { color: #fff; font-size: 24px; font-weight: normal; margin-top: 88px;}
.first p { visibility: hidden; }
.first .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.first .stream1 {
    opacity: 0;
    background: url(assets/images/streamer.png) 37% 56% no-repeat;
}
.first .animation1 {
    animation: clipStreamer 1.5s linear .5s 1;
}
.first .animation2 {
    animation: clipStreamer2 1s linear 1s 1;
}
.first .people {
    background:  url(assets/images/slide-bg.png) 90% center / 37% no-repeat;
}
.first .stream2 {
    background:  url(assets/images/streamer1.png) 93.5% 32% no-repeat;
    opacity: 0;
   
}
.copyright {
    background: url(assets/images/slide2-bg.png) center / cover no-repeat;
}
.copyright div { position: absolute; }
.copyright .copyright-bg {
    width: 19.8%;
    right: 11%;
    bottom: 18%;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0, .2);
}
.copyright .block {
    bottom: 0;
    left: 0;
    transform: translateY(25px);
}
.copyright .block1 {
    width: 43.7%;
    animation: moveBlock 2s linear 5s infinite alternate;
}
.copyright .block2 {
    width: 63.8%;
    animation: moveBlock 2s linear 7s infinite alternate;
}
.copyright .text {
    width: 48.4%;
    left: 10%;
    bottom: 18%;
}
/* 每一屏的标题样式 */
.section .section-title {
    position: relative;
    font-size: 14px;
    color: #061e3f;
    padding-left: 50px;
    margin-bottom: 15px;
}
.section .section-title span {  display: inline-block; font-size: 28px; margin-top: 7px; }
.section .section-title::before {
    position: absolute;
    content: "\f04b";
    left: 172px;
    top: 82px;
    color: #285eda;
    transform: rotate(90deg);
    font: normal normal normal 40px/1 FontAwesome
}
.section .section-title::after {
    display: table;
    content: "";
    clear: both;
}
/* 第二屏样式 */
.serviceBox, .project  {
    width: 62.5%;
    margin: 0 auto;
    padding-top: 2%;
}

.serviceBox .left-side {
    width: 204px;
    padding: 0;
}
.serviceBox .left-side ul {
    position: relative;
    border-right: 1px dashed #bfbfbf;
    line-height: 100px;
    font-size: 18px;
    color: #333;
    text-align: right;
    padding: 30px 0;
    padding-right: 40%;
}
/* .serviceBox ul>p { margin: 0; } */

.serviceBox .left-side ul::before,.serviceBox .left-side ul::after{
    content: "";
    position: absolute;
    right: -3px;
    top: -5px;
    width: 6px;
    height: 40px;
    background: linear-gradient(to top, rgba(255,255,255,.1),#fff);
}

.serviceBox .left-side ul::after {
    top: auto;
    bottom: -5px;
    background: linear-gradient(to bottom, rgba(255,255,255,.1),#fff);
}

.serviceBox .left-side ul li{
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}
.serviceBox .left-side ul li i, .serviceBox .left-side ul li img {
    position: absolute;
    top: 50%;
    right: -68%;
    line-height: 1em;
    background: #fff;
    color: #4363d0;
    font-size: 32px;
    margin: 0;
    padding: 5px;
    transition: all .3s;
    transform: translate(50%,-50%);
    border: 4px solid #fff;
    border-radius: 50%;
}
.serviceBox .left-side ul li img {
    box-sizing: content-box;
}
.serviceBox .left-side ul li.active {
    color: #1950c4;
    font-size: 22px;
}
.serviceBox .left-side ul li.active i, .serviceBox .left-side ul li.active img{
    font-size: 35px;
    border-color: #e9ebff;
    border-width: 8px;
    padding: 18px;
}
.serviceBox .left-side ul li.active img { width: 35px; height: 35px; object-fit: contain;}

/* 圆环容器 */
.serviceBox .left-side .active .progress_wrap { visibility: visible; }
.serviceBox .left-side div.progress_wrap {
    visibility: hidden;
    position: relative;
    width: 87px;
    height: 87px;
    position: absolute;
    top: 50%;
    right: -68%;
    transform: translate(50%, -50%);
    z-index: 10;
}
.serviceBox .left-side .progress_wrap::before, .serviceBox .left-side .right-half-circle span::before,
.serviceBox .left-side .left-half-circle span::before
/*圆环进度移动中两端圆弧*/  {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #4562d8;
    top: 0;
    left: 39.5px;
}
/* 容器中左右半圆环的容器 */
.serviceBox .left-side div.progress_wrap p {
    width: 50%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
}
/* 容器中左右半圆环的实现 */
.serviceBox .left-side .progress_wrap p span {
    display: inline-block;
    width: 87px;
    height: 87px;
    border: 8px solid transparent;
    border-radius: 50%;
}
.serviceBox .left-side .left-half-circle span { transform: rotate(41deg); }
.serviceBox .left-side .left-half-circle span::before {
    visibility: hidden;
    left: 59px;
    top: 59px;
}
.serviceBox .left-side .right-half-circle span { position: absolute; right: 0; transform: rotate(-43deg); }
.serviceBox .left-side .right-half-circle span::before { /*圆环进度移动中两端圆弧*/
    left: 59px;
    top: 3px;
}
.serviceBox .left-side p.left-half-circle span {
    border-top-color: #4562d8;
    border-right-color: #4562d8;
}
.serviceBox .left-side p.right-half-circle span {
    border-top-color: #4562d8;
    border-left-color: #4562d8;
}
/* 设计圆环加载 */
.serviceBox .left-side .sj.active .right-half-circle span {
    animation: sj-circle .5s linear .1s 1 forwards;
}

/* 开发圆环加载 */
.serviceBox .left-side .kf.active .right-half-circle span {
    animation: kf-circle .5s linear .1s 1 forwards;
}

/* 迁移圆环加载 */
.serviceBox .left-side .qy.active .right-half-circle span {
    animation: circle-right .35s linear .1s 1 forwards;
}
.serviceBox .left-side .qy.active .left-half-circle span {
    animation: qy-circle-left .15s linear .45s 1 forwards;
}

/* 部署圆环加载 */
.serviceBox .left-side .bs.active .right-half-circle span {
    animation: circle-right .3s linear .1s 1 forwards;
}
.serviceBox .left-side .bs.active .left-half-circle span {
    animation: bs-circle-left .2s linear .4s 1 forwards;
}

/* 运维圆环加载 */
.serviceBox .left-side .yw.active .right-half-circle span {
    animation: circle-right .25s linear .1s 1 forwards;
}
.serviceBox .left-side .yw.active .left-half-circle span {
    animation: yw-circle-left .25s linear .35s 1 forwards;
}

/* 圆环进度超过50% */
.serviceBox .left-side li:nth-of-type(n+3).active .left-half-circle span::before { visibility: visible; }


/* 第二屏右侧内容样式 */
.serviceBox .row>.right-content {
    padding: 5% 10%;
    background: url(assets/images/service-bg.png) right -44px bottom -44px no-repeat;
    min-height: 500px;
}
.serviceBox .row>.right-content>div { 
    float: left; box-shadow: 0 0 30px 10px #f6f7fb;
    min-width: 630px;
    min-height: 360px;
    padding: 15px;
    background-color: #fff;
    display: none;
    
}
/* 开发部分内容  */
.serviceBox .right-content .kf { padding-top: 25px; background: url(assets/images/kf-bg.png) 0 /100% 100% }
.serviceBox .right-content>div .title {
    font-size: 26px;
    color: #333;
    line-height: 2em;
    overflow: hidden;
}
.serviceBox .right-content>div .title span {
    font-size: 14px;
    color: #666;
    margin-left: 94px;
    line-height: 1.5em;
}
.serviceBox .right-content>div .title span::before {
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    margin-left: -15px;
    margin-top: 8px;
    background: #285eda;
}
.serviceBox .right-content>div .title img {
    margin: 0 20px;
}
.serviceBox .right-content>div .liucheng{ margin-top: 25px; position: relative; }
.serviceBox .right-content>div .liucheng span { 
    position: absolute;
    font-size: 18px;
    color: #fff;
 }
 .serviceBox .right-content>div .liucheng p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
 }
.serviceBox .right-content .kf .block {
    width: 8px;
    height: 8px;
    background: #4562d8;
}
.serviceBox .right-content .kf .bg{
    width: 18px;
    height: 18px;
    background: #879ae8;
    border: 3px solid #ecedf5;
    animation: twinkle 1.5s linear infinite
}

/* 迁移部分内容 */
.serviceBox .row>.right-content .qy { padding-top: 8%; background: url(assets/images/qy-bg.png) 0 /100% 100% }
.serviceBox .right-content .qy .title span { font-size: 16px; color: #555; line-height: 3em; }
.serviceBox .right-content .qy .title span::before { margin-top: 21px; }
.serviceBox .right-content .qy .liucheng { margin: 0 -15px; margin-top: 50px; }
.serviceBox .right-content .qy .liucheng span {
    font-size: 16px;
    font-weight: bold;
    color: #1950c4;
    bottom: -200%;
}
.serviceBox .right-content .qy .liucheng .block {
    top: 40%;
    left: 31.5%;
    width: 40px;
    height: 40px;
    border: 5px solid #4562d8;
    box-shadow: 0 0 30px 0px #4562d8;
    /* animation: qy-twinkle 1s linear infinite alternate; */
}
.serviceBox .right-content .qy .liucheng .circle {
    top: 40%;
    left: 31.5%;
    width: 110px;
    height: 110px;
    border: 3px solid #eef2fc;
    z-index: -1;
    opacity: 1;
    animation: qy-circle 2s ease-out infinite;
}
/* 部署内容 */

.serviceBox .right-content .bs { padding-top: 5%; background: url(assets/images/bs-bg.png) 0 /100% 100%; position: relative;}
.serviceBox .right-content .bs ul {
    font-size: 16px;
    color: #19344a;
    line-height: 2em;
    margin-left: 95px;
}
.serviceBox .right-content .bs ul li {position: relative;}
.serviceBox .right-content .bs ul li::before, .serviceBox .right-content .bs ul li:nth-child(2)::after  {
    position: absolute;
    top: 40%;
    left: -18px;
    content: "";
    width: 8px;
    height: 6px;
    background: #285eda;
    border-radius: 3px;
}
.serviceBox .right-content .bs ul li:nth-child(2)::before { left: -36px; }
.serviceBox .right-content .bs ul li:nth-child(2)::after {
    left: -22px;
    content: "";
    width: 12px;
    height: 6px;
    background: #285eda;
    border-radius: 3px;
}
.serviceBox .right-content .bs p.cover {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 205px solid transparent;
    border-left-color: rgba(255,255,255, .2);
    transform-origin: center;
    transform: translate(50%, 50%) rotate(45deg);
    margin: 0;
    animation-delay: 1s;
}

/* 运维内容 */
.serviceBox .right-content .yw { padding-top: 6%; background: url(assets/images/yw-bg.png) 0 /100% 100%; position: relative;}
.serviceBox .right-content .yw .title {
    color: #fff;
    padding-left: 16%;
}
.serviceBox .right-content .yw div {
    position: absolute;
    left: 20%;
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
}
.serviceBox .right-content .yw div span {
    width: 42%;
    line-height: 2.5em;
    position: relative;
    text-align: center;
    margin-bottom: 8%;
}
.serviceBox .right-content .yw div span::before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: #3934a5;
    transform: skewX(-25deg);
    z-index: -1;
}
.serviceBox .right-content .yw div span:nth-child(n+3) { transform: translateX(-18%); }
.serviceBox .right-content .yw .circle { 
    width: 12.7%;
    position: absolute;
    top: 0;
    right: 13%;
    transform: translateY(-45%);
    box-shadow: 0px 4px 10px #241e9b;
    border-radius: 50%;
 }

/* 第三屏 我们的优势 */
.advantage {
    width: 71.4%;
    padding-top: 2%;
    margin: 0 auto;
}
.advantage .section-title { padding-left: 9.5%; }
.advantage .section-title::before {
    color: #fec74b;
    left: calc(9.5% + 135px);
}
.advantage .row {
    /* min-height: 655px; */
}
.advantage .row .col-md-6 {
    display: flex;
    min-height: 570px;
}
.advantage .row .left-content {
    /* display: flex; */
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	position: relative;
	height: 570px;
}
.advantage .left-content>img {
    display: none;
    max-width: 90%;
    position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
    bottom: 0; 
    transform: translateY(-100%);
}
.advantage .left-content .show-box, .mobile-advantage .show-box {
    position: relative;
    width: 90%;
    min-height: 385px;
    border-radius: 10px;
    box-shadow: 0 0 16px rgba(0,0,0,.1);
    overflow: hidden;
    background: linear-gradient(90deg, #636af8 42%, #f0f5fd 42%);
}
.advantage .left-content .show-box .bar, .mobile-advantage .show-box .bar {
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 32px;
    margin: 0;
    box-shadow: 0 3px 10px rgba(255, 255, 255, .5);
    background: #fff;
    padding-left: 15px;
}
.advantage .left-content .show-box .bar span, .mobile-advantage .show-box .bar span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
}

.advantage .left-content .show-box .bar span.red, .mobile-advantage  .show-box .bar span.red { background: #fcb4af; }
.advantage .left-content .show-box .bar span.green,  .mobile-advantage  .show-box .bar span.green { background: #b8e785; }
.advantage .left-content .show-box .bar span.yellow,  .mobile-advantage  .show-box .bar span.yellow { background: #face86; }

.advantage .left-content .show-left {
    width: 42%;
    padding-top: 15%;
    padding-left: 40px;
}
.advantage .left-content .show-left img, .advantage .left-content .show-right img{
    display: none;
    animation-duration: .6s;
}
.advantage .left-content .show-right {
    width: 58%;
    height: 358px;
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.advantage .right-content>ul {
    width: 30%;
    margin-left: 8%;
    position: relative;
}
.advantage .right-content>ul li {
    position: relative;
    line-height: 60px;
    font-size: 22px;
    color: #333;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-bottom: 50px;
    transition: all .3s;
    cursor: pointer;
}
.advantage .right-content>ul::before, .advantage .right-content>ul::after {
    content: "";
    position: absolute;
    top: 21%;
    left: -80%;
    width: 120px;
    height: 8px;
    border-radius: 4px;
    background: #636af8;
    transition: top .3s;
}
.advantage .right-content>ul::after {
    left: -15%;
    width: 15px;
}
.advantage .right-content>ul.fw::before, .advantage .right-content>ul.fw::after { top: 21% }
.advantage .right-content>ul.gc::before, .advantage .right-content>ul.gc::after { top: 28% }
.advantage .right-content>ul.dd::before, .advantage .right-content>ul.dd::after { top: 48% }
.advantage .right-content>ul.jq::before, .advantage .right-content>ul.jq::after { top: 66% }
.advantage .right-content>ul.ht::before, .advantage .right-content>ul.ht::after { top: 69% }


.advantage .right-content>ul li.active {
    line-height: 170px;
    font-size: 26px;
    background: #636af8;
    color: #fff;
    border-radius: 15px;
}
.advantage .right-content>ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #636af8;
    z-index: -1;
    white-space: nowrap;
    opacity: .1;
    line-height: 1;
    transition: all .3s;
}
.advantage .right-content>ul li.active span {
    color: #fff;
    z-index: 1;
    top: 25%;
    line-height: 1;
}

.advantage .right-content div {
    width: 50%;
    margin-left: 12%;
    margin-top: 12%;
    display: none;
    animation-duration: .6s;
}
.advantage .right-content div .title {
    font-size: 30px;
    color: #333;
    line-height: 80px;
    margin: 0;
}
.advantage .right-content div ul {
    font-size: 16px;
    color: #061e3f;
}
.advantage .right-content div ul li {
    margin-bottom: 20px;
    text-indent: -12px;
}
.advantage .right-content div ul li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #636af8;
    transform: translateX(-10px);

}
.project.section-title {padding: 35px 0; margin-bottom: 0;}
.section .project::before {
    left: 136px;
    top: 116px;
    font-size: 30px;
    color: #4673e8;
}
.project-content {
    padding: 2% 19% 0;
    min-height: calc(100% - 180px);
    text-align: center;
    background: linear-gradient(90deg, #4562d8 23%, #fff 23%, #fff 24%, #4673e8 24%);
}
.project-content h1 {
    font-size: 54px;
    color: #fff;
    margin: 0;
}
.project-content>p {
    font-size: 34px;
    color: #6fbcfd;
    margin: -15px 0 60px;
    position: relative;
}
.project-content>p::after {
    position: absolute;
    content: "";
    width: 2em;
    height: 5px;
    background: #fff;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.project-content .swiper-slide { overflow: hidden; }
.project-content .swiper-slide .img{
    width: 100%;
    min-height: 258px;
    background-color: #6fbcfd;
    display: table;
    overflow: hidden;
}
.project-content .swiper-slide .img p {

    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    background: rgba(0,0,0,.7);
    /* transform: translateY(100%); */
    opacity: 0;
    /*display: none;*/
}
.mask-top {
    transform: translateY(-100%);
    opacity: 1 !important;
}
.mask-right {
    transform: translateX(100%);
    opacity: 1 !important;
}
.mask-bottom {
    transform: translateY(100%);
    opacity: 1 !important;
}
.mask-left {
    transform: translateX(-100%);
    opacity: 1 !important;
}
/* #swiper1 { visibility: hidden; } */
#swiper1 .swiper-slide { background: none; overflow: hidden;}
#swiper1 .swiper-slide .project-item { background: #fff; animation-timing-function: cubic-bezier(0.215,0.61,0.355,1); overflow: hidden; border-radius: 10px; cursor: pointer; }
#swiper1 .swiper-slide .project-1 {
    background: url(assets/images/project-1.png) center / cover;
}
#swiper1 .swiper-slide .project-2 {
    background: url(assets/images/project-2.png) center / cover;
}
#swiper1 .swiper-slide .project-3 {
    background: url(assets/images/project-3.png) center / cover;
}
#swiper1 .swiper-slide .project-4 {
    background: url(assets/images/project-4.png) center / cover;
}
#swiper1 .project-pagination { bottom: -2px; }
.project-content .swiper-slide .img p.active { transform: translate(0, 0); transition: transform .3s; }
.project-content .swiper-slide .project-title {
    color: #3B51A8;
    font-size: 18px;
    margin: 0;
    line-height: 3em;
    box-shadow: 0 -7px 15px 0px rgba(0,0,0,.1);
}
.project-content .swiper-slide .type {
    font-size: 17px;
    color: #a9a9a9;
    line-height: 3em;
    margin: 0;
}
.project-content .swiper-slide hr {margin: 0; }
/* 资质证书 */
.certificate {
    padding: 2% 19% 0;
    height: 100%;
    background: url(assets/images/certify-bg.png) 0 center / 150px no-repeat;
}
.certificate .section-title::before {
    display: none
}
#certify {
    position: relative;
    height: calc(100% - 86.5px);
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	max-width: 450px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 40px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #bcf4f3;
	background-color: transparent;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #c2c8fa;
}

#certify .swiper-button-prev {
	left: -45px;
	width: 45px;
    height: 45px;
    top: 40%;
}
#certify .swiper-button-prev.active {
    left: 45px
}
#certify .swiper-button-prev,#certify .swiper-button-next {
    background: none;
    color: gainsboro !important;
    transition: ease-out .3s;
    transition-property: left, right;
}
#certify .swiper-button-next {
	right: -45px;
	width: 45px;
    height: 45px;
    top: 40%;
}
#certify .swiper-button-next.active {
    right: 45px;
}



#amap {
    height: 100%;
    background: url(./FD.png);
    background-position: center;
    /* background-size: cover; */
}
.section.contact-us { overflow: hidden; }
.contact-bg {
    position: absolute;
    right: 0;
    /*bottom: 50px;*/
	 bottom: 0px;
    width: 45%;
    border-bottom: 950px solid #fff;
    border-left: 350px solid transparent;
    transform: translateX(100%);
    transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1) .3s;
}
.contact-us.active .contact-bg{ transform: translateX(0); }

.contact-content {
    position: absolute;
    top: 50%;
    right: 80px;
    width: 25%;
    text-align: right;
    transform: translateY(-50%);
}
.contact-content h3 {
    position: relative;
    color: #333333;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: 1.2s cubic-bezier(0.77, 0, 0.175, 1) .6s;
    transition-property: transform, opacity;
    height: 60px;
    font-size: 24px;
    font-weight: normal;
}

.contact-content .line {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e3120b;
    opacity: 0;
    transform: translateY(100%);
    transition: width .5s ease-out;

}

.contact-content p {
    color: #444;
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: 1.2s cubic-bezier(0.77,0,0.175,1) .8s;
    transition-property: transform, opacity;
}

.contact-content ul {
    margin-top: 70px;
    font-size: 16px;
    color: #444;
    line-height: 1.8;
}
.contact-content ul li:first-child {
    position: relative;
    margin-bottom: 40px;
}
.contact-content ul li:first-child::after {
    content: "";
    height: 1px;
    background-color: #666;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
}
.contact-content ul li {
    opacity: 0;
    transform: translateY(100%);
    transition: 1.2s cubic-bezier(0.77,0,0.175,1) 1s;
    transition-property: transform, opacity;
}
.contact-us.active .contact-content h3, .contact-us.active .contact-content p, .contact-us.active .contact-content .line, .contact-us.active .contact-content ul li {
    opacity: 1;
    transform: translateY(0);
}

.mobile-contact { display: none; background: #4562d8; padding: 15px; color: #fff; }
.mobile-contact h4 { color: #fff; }
.mobile-contact ul { margin: 0; }









@keyframes clipStreamer {
    0% {
        clip: rect(0 0 920px 0);
    }
    100% {
        clip: rect(0 1860px 920px 0);
    }
}
@keyframes clipStreamer2 {
    0% {
        clip: rect(0 330px 175px 330px);
    }
    100% {
        clip: rect(0 330px 175px 0);
    }
}
@keyframes moveBlock {
    0% {
        transform: translateY(25px)
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes sj-circle {
    from {
        transform: rotate(-43deg);
    }
    to {
        transform: rotate(27deg);
    }
}
@keyframes kf-circle {
    from {
        transform: rotate(-43deg);
    }
    to {
        transform: rotate(99deg);
    }
}
@keyframes circle-right {
    from {
        transform: rotate(-43deg);
    }
    to {
        transform: rotate(137deg);
    }
}
@keyframes qy-circle-left {
    from {
        transform: rotate(41deg);
    }
    to {
        transform: rotate(81deg);
    }
}
@keyframes bs-circle-left {
    from {
        transform: rotate(41deg);
    }
    to {
        transform: rotate(153deg);
    }
}
@keyframes yw-circle-left {
    from {
        transform: rotate(41deg);
    }
    to {
        transform: rotate(225deg);
    }
}
@keyframes twinkle {
    from {
        width: 18px;
        height: 18px;
    }
    to {
        width: 32px;
        height: 32px;
        opacity: .2;
    }
}
@keyframes qy-circle {
    from {
        opacity: 0;
        width: 60px;
        height: 60px;
    }
    50% {
        opacity: 1;
        width: 100px;
        height: 100px;
    }
    to {
        opacity: 0;
        width: 120px;
        height: 120px;
    }
}
@media only screen and (min-width: 992px) {
    /* 头部 */
    header {
        height: 60px;
    }
    header>div { width: 95%; height: 60px; }
    .logo { line-height: 60px; }
    .logo img { width: 115px; }
    .logo .slogan {    font-size: 12px;width: 147px;}
    .nav ul { height: 60px; }
    .nav ul li { padding: 5px 10px; font-size: 16px;}

    /* 第一屏 */
    .first .content { margin-left: 3.5% }
    .first .text-wrap { margin-top: 14.5%; }
    .swiper-slide .text-1 { letter-spacing: 10px; }
    .swiper-slide .text-2 { font-size: 100px; }
    .swiper-slide p.text-3 { font-size: 86.5px; margin-top: -100px;}
    .swiper-slide .text-4 { font-size: 52.5px; }
    .first .people { background-position-x: right; background-size: 45%; }
    .first .stream2 { background-position: 118% 36%; }
    .copyright .text { bottom: 30%; }
    .copyright .copyright-bg {     width: 28.8%;  right: 8%; }
    /* 服务 */
    .serviceBox, .project, .advantage { width: 92%; }
    .serviceBox .right-content { padding: 14% 10%; background-position-y: 60px;}
    .serviceBox .right-content>div { min-width: 550px; min-height: 309px; }
    .serviceBox .right-content .sj img { width: 100%; }
    /* 优势 */
    .advantage .section-title { padding-left: 50px; }
    .advantage .left-content .show-box { width: 100%; }
    .advantage .left-content .show-left { text-align: center; padding-left: 0; }
    .advantage .right-content>ul li.active { line-height: 120px; font-size: 22px}
    .advantage .right-content>ul li { font-size: 18px; }
    .advantage .right-content>ul.fw::before, .advantage .right-content>ul.fw::after { top: 17%; }
    .advantage .right-content>ul.ht::before, .advantage .right-content>ul.ht::after { top: 75%; }
    /* 项目 */
    .project-content {padding: 2% 11% 0;}
    .project-content h1 { font-size: 48px; }
    .project-content>p { font-size: 28px; }
    .project-content .swiper-slide .img { min-height: 208px; }
    /* 证书 */
    #certify { transform: scale(.8); }
} 
@media only screen and (min-width: 1200px) {
    /* 头部 */
    header {
        height: 80px;
    }
    header>div { width: 90%; height: 80px; }
    .logo { line-height: 80px; }
    .logo img { width: 140px; }
    .logo .slogan { font-size: inherit; width: 170px; }
    .nav ul { height: 80px; }
    .nav ul li { padding: 10px 20px; font-size: inherit;}

    /* 第一屏 */
    .first .content { margin-left: 7.5% }
    .first .text-wrap { margin-top: 0.5%; }
    .swiper-slide .text-1 { letter-spacing: 10px; }
    .swiper-slide .text-2 { font-size: 115px; }
    .swiper-slide p.text-3 { font-size: 101.5px; margin-top: -130px;}
    .swiper-slide .text-4 { font-size: 67.5px; }
    .first .people { background-position-x: right; background-size: 47%; }
    .first .stream2 { background-position: 109% 29%; }
    .copyright .text { bottom: 15%; }
    .copyright .copyright-bg {     width: 20.8%;  right: 8%; }
    /* 服务 */
    .serviceBox, .project, .advantage { width: 78.5%; }
    .serviceBox .row>.right-content { padding: 0% 10%; background-position: right -44px bottom -44px;}
    .serviceBox .right-content>div { min-width: 630px; min-height: 360px; }
    .serviceBox .right-content .sj img { width: 100%; }

    .serviceBox .left-side ul { line-height: 78px; padding: 0 40% 0 0; }
    .serviceBox .left-side ul::after { bottom: -16px; }
    /* 优势 */
    .advantage .row .left-content { height: auto; }
    .advantage .row .col-md-6 { min-height: 350px; }
    .advantage .row .right-content { margin-top: -7%; }
    .advantage .right-content>ul li { margin-bottom: 30px; }
    .advantage .left-content .show-box { min-height: 352px; }
    .advantage .left-content .show-right { height: 320px; }
    .advantage .left-content>img { bottom: -66px; }
    /* 项目 */
    .project-content { padding: 0 11% 2%; }
    .project.section-title { padding: 15px 0; }
    .section .project.section-title::before { top: 77px; left: 160px;}
    .project-content { padding-top: 0; }
    .project-content h1 { font-size: 36px; }
    .project-content>p { font-size: 20px; margin: -8px 0 18px;}
    /* 证书 */
    #certify { transform: scale(.7); margin-top: -12%; height: 126%;}


    .section-title img { height: 80px; }
    .section .section-title span { font-size: 22px; } 
    .section .section-title::before { top: 64px; left: 175px; font-size: 32px;}
    
} 


@media only screen and (min-width: 1600px) {
     /* 头部 */
     header {
        height: 100px;
    }
    header>div { width: 80%; height: 100px; }
    .logo { line-height: 100px; }
    .logo img { width: auto; }
    /* .logo .slogan { width: 148px; } */
    .nav ul { height: 100px; }
    .nav ul li { padding: 15px 35px; }

    /* 第一屏 */
    .first .content { margin-left: 12.5% }
    .first .text-wrap { margin-top: 6.5%; }
    .swiper-slide .text-1 { letter-spacing: 12px; }
    .swiper-slide .text-2 { font-size: 141px; }
    .swiper-slide p.text-3 { font-size: 127.5px; }
    .swiper-slide .text-4 { font-size: 93.5px; }
    .first .people { background-position-x: 90%; background-size: 43%; }
    .first .stream2 { background-position: 93.5% 32%; }
    .copyright .text { bottom: 18%; }
    .copyright .copyright-bg {     width: 19.8%;  right: 11%; }
    /* 服务 */
    .serviceBox, .project  { width: 62.5%; }

    /* */
 .serviceBox .row>.right-content { padding: 5% 10%; }
    .serviceBox .left-side ul { line-height: 100px; padding: 30px 0; padding-right: 40%;}
    .serviceBox .left-side ul::after { bottom: -5px; }
    /* 优势 */
    .advantage { width: 71.4%; }
    .advantage .section-title { padding-left: 9.5%; }
    .section  .advantage .section-title::before { left: calc(9.5% + 135px); }
    .advantage .row .left-content { height: 570px; }
    .advantage .row .right-content { margin-top: 0; }
    .advantage .left-content .show-right { height: 358px; }
    .advantage .left-content>img { bottom: 0; }

    .advantage .left-content .show-box { width: 90%; min-height: 385px;}
    .advantage .left-content .show-left { text-align: left; padding-left: 40px; }
    .advantage .right-content>ul li.active { line-height: 170px; font-size: 26px}
    .advantage .right-content>ul li { font-size: 22px; margin-bottom: 50px;}
    .advantage .right-content>ul.fw::before, .advantage .right-content>ul.fw::after { top: 21%; }
    .advantage .right-content>ul.ht::before, .advantage .right-content>ul.ht::after { top: 69%; }
    /* 项目 */
    .project-content {padding: 2% 19% 0;}
    .project.section-title { padding: 35px 0; }
    .section .project.section-title::before {     left: 136px; top: 116px; font-size: 30px;}

    .project-content h1 { font-size: 54px; }
    .project-content>p { font-size: 34px; margin: -15px 0 60px; }
    .project-content .swiper-slide .img { min-height: 258px; }
    /* 证书 */
    #certify { transform: scale(1); margin: 0; height: calc(100% - 86.5px); }


    .section-title img { height: auto; }
    .section .section-title span { font-size: 28px; } 
    .section .section-title::before { top: 82px; left: 172px; font-size: 40px;}
}

@media only screen and (max-width: 992px) {
     /* 头部 */
     header {
        height: 60px;
    }
    header>div { width: 90%; height: 60px; }
    .logo { line-height: 60px; }
    .logo img { width: 115px; }
    .logo .slogan { font-size: 12px;width: 147px;}
    .nav.pull-right { display: none; }
	.bah{display:none;}
    /* 第一屏 */

    .first .content>p { padding-left: 30px; }
    #swiper .swiper-slide { height: 288px; }
    .first p { visibility: visible; }
    .first .content { margin-left: 2.5% }
    .first .text-wrap { margin-top: 20px; }
    .swiper-slide .text-1 { letter-spacing: 2px; font-size: 12px;}
    .swiper-slide .text-2 { font-size: 30px; margin-top: -38px;}
    .swiper-slide p.text-3 { font-size: 38px; margin-top: -55px;}
    .swiper-slide .text-4 { font-size: 28px; line-height: 20px;}
    .swiper-slide .text-4 b { font-size: 40px; }
    .swiper-slide p.text-5 { margin-top: 0px; font-size: 13px; max-width: 253px; }

    .first .people { background-position-x: 100%; background-size: 50%; }
    .first .stream1 { background-position: 26% 67%; animation-duration: 3s; opacity: 1; }
    .first .stream2 { display: none; }
    .copyright .text { bottom: 32%; }
    .copyright .copyright-bg { width: 19.8%; right: 11%; bottom: 32%;}

     /* 服务 */
     .serviceBox, .project  { width: 100%; }
     .section .section-title { padding: 0; transform: scale(.7); }
     .section .section-title::before { display: none }
     .serviceBox .service-swiper {
         margin-bottom: 30px;
     }
     .service-swiper .sj img { width: 100%; }
     .service-swiper .right-content>div { padding-top: 0 !important; min-height: 240px; }
     .service-swiper .right-content>div .title { font-size: 20px; }
     .service-swiper .right-content>div .title img { width: 40px; }
     .service-swiper .right-content>div .title span { font-size: 12px !important; } 
     .service-swiper .right-content>div .liucheng { width: 90%; margin: auto !important; }
     .service-swiper .right-content>div .liucheng span { font-size: 14px; }
     .service-swiper .right-content .qy .liucheng .block { width: 25px; height: 25px; top: 46%; }
     .service-swiper  .right-content .qy .liucheng span { font-size: 12px; }
     .service-swiper .right-content .bs { padding-bottom: 15px;}
     .service-swiper .right-content .bs ul { line-height: 2em; font-size: 14px;}
     .service-swiper  .right-content .yw .title { padding-left: 22%; line-height: 4em; margin: 0;}
     .service-swiper  .right-content .yw div span { font-size: 14px; }
     .service-swiper  .right-content .yw div span:nth-child(-n+2){  
        transform: translate(0, 0)
     }

     /* 优势 */
     .advantage { width: 100%; }
     .mobile-advantage .show-box { width: 100%; padding-top: 32px; min-height: 352px;}
     .advantage-swiper .swiper-slide { height: 385px; }
     .advantage-swiper .swiper-slide .show-left { width: 42%; height:100%; background: #636af8; display: flex;align-items: center;justify-content: center; padding: 0 4px;}
     .advantage-swiper .swiper-slide .show-left img { width: 100%; }
     .advantage-swiper .swiper-slide .show-right { width: 58%; height: 100%; background: #f0f5fd; display: flex;align-items: center; justify-content: center; overflow: hidden;}

     /* 项目展示 */
     .project { margin: 35px 0; }
     .project-content { padding: 2% 16% 5%; }
     .project-content h1 { font-size: 28px; }
     .project-content>p { font-size: 20px; margin-top: 0; }
     .project-content .project-item .img p { display: none; }
     .project-content .swiper-slide .img { min-height: 170px; }
     .project-content .swiper-slide .project-title { font-size: 15px; }
     .project-content .swiper-slide .type { font-size: 13px; }
     /* 证书 */
     .certificate { padding-bottom: 6%; }
     #certify .swiper-slide { height: auto; }
     #certify .swiper-button-prev { left: -10px !important; top: 50%;}
     #certify .swiper-button-next { right: -10px !important; top: 50%; }

     #sidepanel .sidepanel-content .sidepanel-title { color: #4562d8 !important; font-size: 20px; }
     #sidepanel.sidepanel-light ul a,  #sidepanel.sidepanel-light ul a:hover { color: #4562d8 !important; }
     .mobile-contact { display: block; }
}