.newclass{margin:0;padding:0;border-bottom:1px solid #ddd;overflow:hidden;text-align:center}
.newclass li{width:15%;margin: -3px;border-right: 1px solid #ddd;text-align:center;display:inline-block;font-size:16px;height:80px;line-height:80px;}
.newclass li a{display:block;color:#333;transition:all .3s ease;position: relative;top:0;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;}
.newclass li.current, .newclass li.cur {background-color:#f63242;}
.newclass li.current a, .newclass li.cur a {color:#fff;font-weight:600}
.newclass li:last-child {border:0}

#content {
    padding: 50px 30px;
    line-height: 32px;
    color: #666;
    font-size: 16px;
}

.page-title {
    text-align: center;
    margin-bottom: 60px;
}

.page-title h3 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.page-title p {
    font-size: 16px;
    padding: 30px;
    border: 1px solid #ddd;
}

.page-tt {
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 15px 25px;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1-5 {
    width: 50%;
    float: left;
}

.fw-project {
    margin-bottom: 30px;
}

.fwpro-box {
    cursor: pointer;
    min-height: 120px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

.fwpro-red {
    background-color: #e97a87;
}

.fwpro-red:hover {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
}

.fwpro-gray {
    color: #333;
    border: 1px solid #ddd;
}

.fwpro-gray:hover {
    background-color: #e97a87;
    color: #fff;
    border: 1px solid #e97a87;
}

.kecheng-box {
    margin: 50px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.kecheng-box li {
    perspective: 1000px;
    margin-bottom: 30px;
}

.kecheng-box li .kecheng-img {
    backface-visibility: hidden;
    transition: all 1s;
}

.kecheng-box li:hover .kecheng-img {
    transform: rotateY(180deg)
}

.kecheng-box li .kecheng-img img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.kecheng-box li .kecheng-img h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    bottom: 25px;
    width: calc(100% - 30px);
    background: rgba(0,0,0,.4);
}

.kecheng-box li .kecheng-info {
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin: 0 15px;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    transition: all 1s;
    background: #e97a87;
    border-radius: 30px;
}

.kecheng-box li:hover .kecheng-info {
    transform: rotateY(360deg)
}

.kecheng-box li .kecheng-info p {
    color: #fff;
    line-height: 26px;
    min-height: 160px;
}

.kecheng-box p {
    line-height: 28px;
    font-size: 16px;
}

.tc {
    text-align: center;
}

.jitike img {
    width: 50%;
    border: 5px solid #ddd;
    border-radius: 50%;
}

.jitike h4 {
    font-size: 18px;
    padding: 20px 0 15px;
    color: #f63242;
}

.jitike p {
    line-height: 26px;
    font-size: 14px;
    padding: 0 40px 30px 40px;
    min-height: 150px;
}

.tese {
    background: url("../images/images-2020/tesebg.jpg") no-repeat center top;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 60px;
}

.tese-box {
    list-style: none;
    padding: 0 10%;
}

.tese-box li {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 16px;
    margin: 15px 0 0 0;
    text-indent: 5%;
    line-height: 28px;
    border-radius: 6px;
    padding: 10px;
}

.shiming-box {
    border: 1px solid #ddd;
    background: url(../images/images-2020/icon-shiming.png) no-repeat 10% center;
    background-size: 10%;
    padding-left: 28%;
}

.yuanjing-box {
    border: 1px solid #ddd;
    background: url(../images/images-2020/icon-yuanjing.png) no-repeat 10% center;
    background-size: 10%;
    padding-left: 28%;
}

.sm-info {
    border-left: 1px solid #ddd;
    padding: 30px;
}
.sm-info h5 {
    font-weight: 500;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}

.sm-info {
    color: #666;
    line-height: 24px;
}

.kc-box h3 {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.kc-box p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 55px;
}

.kctx {
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.06);
}

.kctx h4 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.kctx ul {
    padding: 15px;
    min-height: 160px;
}

.kctx ul li {
    line-height: 26px;
    color: #666;
}

.kuangjia {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.basekc {
    margin: 30px 0;
}

.team-box a {
    margin: 15px 0;
    display: block;
}
.team-box .teambox,.team-box .teambox img{
    height: 530px;
    position:relative;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    overflow: hidden;
}
.team-box h5{
    margin-top:-50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    position:relative;
    z-index:2;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.team-box .teambox:before{
    content:"";
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    width:100%;
    height:0;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B21D59DD', endColorstr='#B21D59DD');
    background:rgba(246,50,66,0.7);
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.team-box:hover .teambox:before{
    bottom:0;
    height:100%;
    top:auto
}
.team-box:hover h5{
    margin-top:-255px;
    transform:scale(1.25);
}
.team-box .teambox .img{
    position:relative;
    height: 530px;
}
.team-box .teambox img{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
}
.team-box .teambox img.img01,.team-box .teambox img.img02{
    transition:1s;
    -moz-transition:1s;
    -ms-transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
}
.team-box .teambox img.img01{
    margin-left:0;
}
.team-box:hover .teambox img.img01{
    margin-left:0;
}
.team-box:hover .teambox img.img02{
    margin-left:500px;
}

.team-box p{
    font-size: 15px;
    line-height: 24px;
    height: 180px;
    overflow:hidden;
    color: #fff;
    position:  relative;
    padding: 0 20px;
    margin-top: 36px;
    z-index: 10;
}
.team-box .teambox .con{
    color: #fff;
    position: relative;
    padding: 0 20px;
    margin-top: 36px;
    z-index: 10;
}
.team-box .teambox .con a{
    display:inline-block;
    font-size:16px;
    line-height:20px;
    color:#fff;
    padding: 15px 30px;
    background:#f6893e;
    margin-bottom: 10px;
    text-align:center;
    width: 100%;
    border-radius: 3px;
}



@media (min-width:768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width:992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width:1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}