/* 关于我们 */
.about {
    height: 100vh;
    overflow: hidden;
}
.about-c {
    width: calc(100% - 20.7vw);
    margin-left: 20.7vw;
    /* width: calc(100% - 397px);
    margin-left: 397px; */
    height: 100vh;
    padding: 0 70px;
    box-sizing: border-box;
    padding-top: 68px;
}
.about-c .about-c-w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 28px;
    box-sizing: border-box;
}


/* 标题 */
.about-c .about-c-w .biaoti {
    background: url(../images/service.png) no-repeat;
    height: 82px;
    width: 830px;
    overflow: hidden;
    /* margin-bottom: 65px; */
}
.about-c .about-c-w .biaoti h3{
    font-size: 50px;
    color: #000066;
    margin-top: 18px;
    margin-left: 39px;
}



/* tab选项卡 */
.about-c-w ul {
    width: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    border-radius: 30px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.about-c-w ul li {
    width: 50%;
    height: 100%;
    line-height: 60px; 
}
.about-c-w ul .on {
    background-color: #f64646;
}
.about-c-w ul .on a {
    color: #fff;
}
.about-c-w ul li a {
    color: #666666;
    font-size: 20px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-right: 1px solid #7d7d7d;
}
.about-c-w ul li:last-child a{
    border-right: 0px solid #7d7d7d;
}


/* 下面的文字 */
.about-c .about-c-s .service2 {
    /* width: 100%;
    height: 623px;
    background-color: #eeeeee; */
}
.about-c .about-c-s .service2 .w {
     
}



/* 新闻下面的按钮 */
.about-c-s .cc_botton {
    width: 100%;
    display: flex;
}
.about-c-s .pagination{
    display: flex;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 120px;
	font-size: 14px;
}
.btn-group {
	display: flex;
}
#page_center_botton {
	display: none;
}
.about-c-s .pagination .btn{
	display: block;
    width: 100px;
    height: 40px;
    background-color: #0f4492;
    color: white;
    text-align: center;
    line-height: 40px;
    margin-right: 1px;
    font-weight: bold;
    cursor: pointer;
	margin-right: 10px;
    transition: all 0.5s ease-out;
}
.workshop .pagination .btn-group a {
	/* background-color: #ec0a00; */
}
.about-c-s .pagination .btn:hover{
    background-color: #ec0a00;
}




/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .about-c {
        padding: 0 10px;
        padding-top: 68px; 
    }
    
}

/* 显示滚动条 */
@media all and (min-width:1200px) and (max-width:1600px) {
    .about {
        height: 100vh;
        overflow: visible;
    }
}

/* 手机端 */
@media all and (max-width:550px) {
    .handsome {
        /* display: none; */
    }
    .about {
        height: auto;
        overflow: hidden;
    }
    .about-c {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
        padding-top: 90px;
    }

    .about-c .about-c-w .biaoti h3 {
        font-size: 33px;
        color: #000066;
        margin: 0px;
    }
    .about-c .about-c-w .biaoti {
        background: #fff;
        text-align: center;
        height: auto;
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .about-c .about-c-w {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 2px solid #f5f5f5;
        padding-bottom: 28px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }





}

