/*
    Created on : 2017-8-31, 18:38:09
    Author     : Administrator
*/
body{
    font-family:"微软雅黑","microsoft yahei", Helvetica, Arial, sans-serif;
}
.layout-main{
    width: 100%;
    height: auto;
    text-align: center;
}
.layout-main:before,
.layout-main:after {
    content: " ";
    display: block;
}
.layout-main:after {
    clear: both;
}
.layout-center{
    max-width: 1280px;
    width:100%;
    margin: 0 auto;
    text-align: left;
}
.layout-center:before,
.layout-center:after {
    content: " ";
    display: block;
}
.layout-center:after {
    clear: both;
}

.c-tab{
    text-align: center;
}
.c-tab li{
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid white;
    padding: 1em;
}

.c-tab li.active-on{
    border-bottom: 3px solid #02c2de;
    color: #42b4dd;
}



.service-page.webdesign .section2.ani .top-part,.service-page.webdesign .section3.ani .top-part,.service-page.webdesign .section4.ani .top-part{
    top: 0;
    opacity: 1;
}

/*.service-page.webdesign .section3{*/
/*    padding: 4.375rem 0 6.25rem;*/
/*}*/
.service-page.webdesign .section3 .top-part{
    margin-bottom: 4.375rem;
}
.service-page.webdesign .section3 .bottom-part{
    width: 85.2%;
    margin: 0 auto;
    position: relative;
    top: -1.25rem;
    opacity: 0;
    transition: all 1s 1.5s;
    -webkit-transition: all 1s 1.5s;
}
.service-page.webdesign .section3.ani .bottom-part{
    top: 0;
    opacity: 1;
}
.service-page.webdesign .section3 .bottom-part table{
    width: 100%;
}
.service-page.webdesign .section3 .bottom-part table td{
    width: 14.3%;
    text-align: center;
    vertical-align: middle;
    height: 33.3rem;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.service-page.webdesign .section3 .bottom-part table td:nth-child(odd){
    background-color: #f8f8f8;
}
.service-page.webdesign .section3 .bottom-part table td:nth-child(even){
    background-color: #f0f0f0;
}
.service-page.webdesign .section3 .bottom-part table td.active{
    width: 28.5%;
    background-color: rgba(192,25,42,0.7);
}

.service-page.webdesign .section3 .bottom-part table td.active .box{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    padding: 10%;
    background-color: rgba(76,180,231,0.8);
 }

.service-page.webdesign .section3 .bottom-part table td.active img{
    z-index: 0;
}

.service-page.webdesign .section3 .bottom-part table td img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.service-page.webdesign .section3 .bottom-part table td .box{
    display: inline-block;
    width: 100%;
}
.service-page.webdesign .section3 .bottom-part table td .box h3{
    font-size: 7rem;
    color: #42b4dd;
    font-family: "impact";
    margin-bottom: 1rem;
    font-weight: 500;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-page.webdesign .section3 .bottom-part table td.active .box h3{
    color: #fff;
}
.service-page.webdesign .section3 .bottom-part table td .box h4{
    font-size: 1.25rem;
    color: #333;
    font-family: Arial;
    font-weight: 700;
    margin-bottom: 4.25rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-page.webdesign .section3 .bottom-part table td.active .box h4{
    color: #fff;
    margin-bottom: 0.875rem;
}
.service-page.webdesign .section3 .bottom-part table td .box h5{
    font-size: 1.75rem;
    color: #333;
    line-height: 1.75;
    font-weight: 500;
    margin-bottom: 1.125rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-page.webdesign .section3 .bottom-part table td.active .box h5{
    font-size: 1.75rem;
    color: #fff;
    font-family: "微软雅黑";
    line-height: 1;
    font-weight: bold;
    margin-bottom: 2rem;
}
.service-page.webdesign .section3 .bottom-part table td.active .box h5 br{
    display: none;
}
.service-page.webdesign .section3 .bottom-part table td .box b{
    font-size: 2.5rem;
    color: #42b4dd;
    font-weight: bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
}
.service-page.webdesign .section3 .bottom-part table td.active .box b{
    color: #fff;
    margin-bottom: 2rem;
}
.service-page.webdesign .section3 .bottom-part table td .box p{
    text-align: center;
    font-size: 1.5rem;
    padding: 0 4.5rem;
    color: #999;
    margin-bottom: 4rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-page.webdesign .section3 .bottom-part table td.active .box p{
    display: block; color: #fff;
}

.service-page.webdesign .section3{
    padding: 3.75rem 0 0;
}
.service-page.webdesign .section3 .top-part{
    margin-bottom: 4.375rem;
}
.service-page.webdesign .section3 .bottom-part{
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -1.25rem;
    opacity: 0;
    transition: all 1s 1.5s;
    -webkit-transition: all 1s 1.5s;
}
.service-page.webdesign .section3.ani .bottom-part{
    top: 0;
    opacity: 1;
}
.service-page.webdesign .section3 .bottom-part table{
    width: 100%;
}
.service-page.webdesign .section3 .bottom-part table td:nth-child(even){
    background-color: #f0f0f0;
}
.service-page.webdesign .section3 .bottom-part table td.active{
    width: 28.5%;
    background-color: rgba(76,180,231,0.8);
}
.service-page .h-title{
    display: block;
    text-align: center;
    font-size: 30.12px;
    color: #2b3e50;
    font-family:"微软雅黑";
    margin-bottom: 20px;
    /*font-weight: bold;*/
}

@media screen and (min-width: 992px) {
    .home-swiper{
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        transition: all 1s 1s;
        -webkit-transition: all 1s 1s;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
    }

}
@media screen and (max-width: 768px){
    .swiper-button-prev{
        z-index: 0;
    }
    .swiper-button-next{
        z-index: 0;
    }
}


.mbbox{ margin-bottom: 3.75rem;}

@media screen and (max-width: 768px){
/* dwms */
.erp-banner.dwms_banner .imgs img {
    width: 100% !important;
    left: -15% !important;
    top: -15px !important;
}
}
@media screen and (max-device-width: 320px) {
 /* dwms */
 .erp-banner.dwms_banner .imgs img {
    left: -25% !important;
    top: -25px !important;
}
}
.layout-main.alls{
    background: url("https://www.eccang.com/img/home-new/cp_bg.png") no-repeat center;
}