
.swiper-container {
    width: 100%;
    min-width: 1000px;
    height: 370px;
    margin: auto;
}

.swiper-wrapper {
    transition-delay: .3s;
}

.swiper-wrapper .swiper-slide{
    width: 100%;
    height: 370px;
    background-position: center;
    background-size: 100%;
}

.swiper-pagination {
    margin-right: 15%;
}

.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 4px solid #fff;
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    border: 4px solid #1275D8;
}

.service {
    height: 453px;
    background: #F8F8F8;
}

.service-center {
    width: 1200px;
    height: 453px;
    margin: auto;
}

.service-center .service-list {
    margin-top: 16px;
}

.service-center .service-list ul li {
    margin: 0px;
    width: 235px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.service-center ul li img {
    width: 86px;
    height: 86px;
    margin: auto;
}

.service-center ul li h4 {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}

.service-center ul li p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    padding-top: 17px;
    padding-left: 11px;
    padding-right: 11px;
}
.service-center-title-en{
    width: 112px;
}

.service-list-img:hover{
    animation: transform 1s infinite;
}
@keyframes transform {
    50% {transform: rotate(180deg);}
}

.service-list-text:hover{
    animation: move-bottom 0.5s 0s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
@keyframes move-bottom {
    50% {margin-top: 5px;}
}

.title-en {
    height: 20px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #1275D8;
    border-bottom: 3px solid #1275D8;
    padding-top: 45px;
    padding-bottom: 7px;
}

.title-cn {
    margin: auto;
    height: 45px;
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-top: 12px;
}

.workcase-bg{
    border-top: 1px solid #f8f8f8;
    background: url("../images/case-bg-right-bottom.png") no-repeat 110% 130%;
}
.case-bg{
    position:relative;
    left: 0px;
    top: 0px;
    width: 463px;
    height: 414px;
    opacity: 0.7;
    background: url("../images/case-bg-left-top.png") no-repeat -60px -60px;
}
/* 作品案例 */
.workcase {
    clear: both;
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.workcase .workcase-en {
    width: 112px;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #1275D8;
    border-bottom: 3px solid #1275D8;
    margin-left: 18px;
}

.workcase .workcase-nav {
    height: 45px;
    margin-top: 19px;
    margin-left: 18px;
}

.workcase .workcase-nav .workcase-title {
    width: 147px;
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    float: left;
}

.workcase-cate ul li a {
    margin-left: 38px;
    float: right;
    width: 112px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    background: #F8F8F8;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;

    background: linear-gradient(#1275D8 0 0) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.4s 0s;
}

.workcase-cate ul li a:hover {
    --p: 100%;
    color: #fff;
}


.workcase .workcase-list {
    margin-top: 30px;
}

.workcase .workcase-list ul li {
    display: inline-table;
    width: 396px;
    height: 270px;
    margin-bottom: 20px;
    text-align: center;
}

.workcase .workcase-list ul li img {
    width: 396px;
    height: 264px;
}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% { transform: scale(1.01); }
    50% { transform: scale(1.02); }
}
.workcase-list-img img:hover {
    animation-name: scaleDraw; /*关键帧名称*/
    animation-timing-function: ease-in-out; /*动画的速度曲线*/
    animation-iteration-count: infinite; /*动画播放的次数*/
    animation-duration: 2s; /*动画所花费的时间*/
}

.workcase-list-img .product-title{
    position: absolute;
    height: 0px;
}
.workcase-list-img .product-title div{
    position: relative;
    width: 396px;
    top: -40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.4);
}

/* 联系我们 */
.contact-banner {
    width: 100%;
    height: 252px;
    background: url("../images/contact1.png") center center no-repeat;
}

.aboutus {
    width: 1200px;
    height: 400px;
    margin: auto;
}

.aboutus .aboutus-left {
    width: 560px;
    height: 440px;
    float: left;
    background: url("../images/about1.png") no-repeat -10px -30px;
    background-size: 90%;
}

.aboutus .aboutus-left img {
    width: 95%;
}

.aboutus .aboutus-right {
    padding-left: 50px;
    width: 500px;
    float: left;
}

.aboutus .aboutus-right .about-en {
    margin-top: 38px;
    width: 95px;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #1275D8;
    border-bottom: 3px solid #1275D8;
}

.aboutus .aboutus-right .about-title {
    margin-top: 19px;
    width: 147px;
    height: 45px;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
}

.aboutus .aboutus-right .about-desc {
    margin-top: 27px;
    width: 605px;
    height: 127px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    line-height: 35px;
}

.aboutus .aboutus-right .about-more {
    margin-top: 50px;
    width: 120px;
    height: 40px;
    background: #1A78FF;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 0;
    cursor: pointer;

    animation: my-background 2s infinite;
}
@keyframes my-background {
    50% {background-color: lightblue;}
}

.solution{
    width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}
.solution .solution-title-en{
    width: 254px;
}
.solution ul li{
    display: inline-block;
    width: 270px;
    height: 348px;
    background: #FFFFFF;
    margin: 8px;
    border: 4px solid #FFF;
}
.solution ul li:hover{
    border: 4px solid #1A78FF;
}
.solution .icon{
    position: absolute;
    width: 51px;
    height: 51px;
}
.solution .icon img{
    position: relative;
    width: 51px;
    height: 51px;
    left: 110px;
    top: 58px;
}
.solution .img{
    width: 270px;
    height: 167px;
}
.solution .img img{
    width: 270px;
    height: 167px;
}
.solution .title{
    height: 25px;
    font-size: 18px;
    color: #555;
    margin-top: 17px;
    text-align: center;
}
.solution .desc{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin: 16px 20px 12px 20px;
    height: 76px;
    overflow: hidden;
}
.solution .button{
    position: absolute;
}
.solution .button span{
    position: relative;
    display: block;
    color: #fff;
    left: 89px;
    bottom: -15px;
    font-size: 12px;
    width: 92px;
    height: 24px;
    background: #CFD9E2;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
    line-height: 24px;
}

/* 新闻 */
.news {
    width: 100%;
    height: 683px;
}

.news-top-bg {
    border-top: 1px solid #f8f8f8;
    background: url("../images/news_bg_left_top@2x.png") no-repeat 0% 0%;
    background-size: 20%;
}

.news-bottom-bg{
    background: url("../images/news-right-bottom.png") no-repeat 100% 90%;
}

.news .news-content {
    width: 1200px;
    margin: auto;
}

.news .news-content .news-en {
    width: 189px;
    margin: auto;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #1275D8;
    border-bottom: 3px solid #1275D8;
    text-align: center;
    margin-top: 50px;
}

.news .news-content .news-title {
    width: 148px;
    margin: auto;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.news .news-list {
    margin-top: 50px;
}

.news .news-list-base {
    width: 380px;
    height: 405px;
    background: #F8F8F8;
    display: inline-block;
    margin: 0px 5px;
    overflow: hidden;
}

.news .news-list-base .img {
    width: 378px;
    height: 240px;
    border: 1px solid #eee;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.news .news-list-base .title {
    margin-top: 12px;
    margin-left: 22px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.news .news-list-base .time {
    margin-left: 22px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}

.news .news-list-base .time img{
    width: 14px;
    height: 14px;
}

.news .news-list-base .desc {
    margin-left: 22px;
    width: 342px;
    height: 80px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.news .news-list-base ul li {
    margin-top: 10px;
    margin-left: 15px;
}

.news .news-list-base .last-title {
    width: 360px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
}

.news .news-list-base .last-time {
    width: 78px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}

.news .news-more {
    display: block;
    width: 181px;
    margin: auto;
    height: 35px;
    line-height: 35px;
    background: #F8F8F8;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.08);
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    clear: both;
    margin-top: 16px;
    cursor: pointer;

    background: linear-gradient(#1275D8 0 0) var(--p, 0) / var(--p, 0) no-repeat;
    transition: 0.4s 0s;
}

.new-more-content a:hover {
    --p: 100%;
    color: #fff;
}

/* 我们的客户 */
.customer {
    width: 100%;
    height: 462px;
    background: url('../images/customerbg.png') center center no-repeat;
}

.customer .customer-content {
    width: 1200px;
    margin: auto;
}

.customer .customer-content .customer-en {
    width: 189px;
    margin: auto;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #1275D8;
    border-bottom: 3px solid #1275D8;
    text-align: center;
    padding-top: 50px;
}

.customer .customer-content .customer-title {
    width: 186px;
    margin: auto;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.customer .customer-content .customer-list {
    width: 1200px;
    padding-top: 30px;
    padding-left: 15px;
    display: inline;
}

.customer .customer-content .customer-list ul li {
    width: 170px;
    height: 80px;
    float: left;
    padding-right: 30px;
    padding-bottom: 15px;
}

.customer .customer-content .customer-list ul li img {
    width: 170px;
    height: 62px;
}

.customer-list ul li img:hover {
    box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, .05);
}



/**分页*/
.pagination {margin:0 !important;padding: 0px 10px;box-shadow: 0px 1px 2px 0px #E2E2E2;background: #fff;}
.pagination li{border:1px solid #e6e6e6; padding: 5px 12px !important; display: inline-block;}
.pagination .active{background-color: #46A3FF; color: #fff;}
.pagination .disabled{color: #aaa;}
