/* 产品中心开始 */
.comp-txt {
    height: 100%;
}

.content-pic {

    position: relative;

    float: left;

    margin: 10px 9px;

    color: white;

    transition: all 0.5s linear;

    border: 1px solid #9C9C9C;

}

.content-pic-hover {

    position: absolute;

    top: 0;

    float: left;

    width: 100%;

    height: 100%;

    color: white;

    opacity: 0;

    background: rgba(0, 0, 0, 0);

    transition: all 0.5s ease-in-out;

}

.content-pic-hover:hover {

    position: absolute;

    width: 100%;

    height: 100%;

    opacity: 1;

    background: rgba(0, 0, 0, 0.6);

    transition: all 0.5s ease-in-out;

}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 20px 0 40px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* 产品轮播结束*/

.index .comp h2 {
    padding: 0;
    border-bottom: 2px solid #ACAEAF;
}

.index .comp .title {
    font-size: 20px;
    padding: 10px 0px;
    color: #77757A;
}

.index .comp .title span {
    border-bottom: 2px solid #808285;
    padding: 10px 0px;
}

/* 产品中心结束 */
/* 新闻中心开始 */

.news {
    height: 420px;
}

.news .support{
    margin: 0 0 20px;
}


.news ul {
    height: 100%;
}

.news>ul>li {
    float: left;
    height: 352px;
}

.news-li {
    width: 50%;
    background: #FFFFFF;
}

.news-li-pic,
.news-li-pic img {
    width: 100%;
    height: 100%;
}

.news-li .news-li-pic {
    width: 100%;
    height: 100%;
    transition: all 0.3s linear;
    border: 1px solid #8B8D90;
}

.news-li .news-li-text {
    width: 100%;
    height: 160px;
    padding: 4%;
    background: #f2f2f2;
    overflow: hidden;
}


.news-li .news-li-text:hover {
    background: #a7b2d0;
}

.news-li-last {
    width: 48%;
    margin: 0 0 0 2%;
}

.news-li-last .news-li-last-list {
    width: 100%;
    height: 28.2%;
    background: #f2f2f2;
    margin-bottom: 27px;
}

.news-li-last .news-li-last-list:hover {
    background: #a7b2d0;
}

.news-li-last .news-li-last-list-left {
    float: left;
    width: 16%;
    height: 100%;
    padding: 3% 1%;
    color: #fff;
    background: #7A4E9E;
    text-align: center;
}

.news-li-last .news-li-last-list-right {
    float: left;
    width: 84%;
    height: 100%;
    line-height: 28px;
    padding: 4px 2%;
    overflow: hidden;
    background: #D1D2D4;
}

.index-more{
    float: right;
    color: #004071;
    font-size: 16px;
}
.index-more-and{
    background: #004071;
    color: #fff;
    padding: 0px 3px 1px 3px;
}

@media screen and (max-width: 540px) {
    .news>ul>li {
        width: 100%;
        margin: 2% 0;
    }

    .news-li img,
    .news-li .news-li-pic {
        width: 100%;
        height: 260px;
        max-height: 260px;
    }
}

/* 新闻中心结束 */
/* 关于我们开始 */

.company-content {

    height: 100%;

    width: 100%;

}

.company-content-pic {

    float: left;

    width: 48%;

}



.company-content-text {
    line-height: 30px;
    font-size: 18px;
    float: left;
    width: 48%;
    margin: 0 0 0 4%;

}

.company-content-text span {
    float: right;
    padding: 0px 30px;
    border-radius: 30% 0 30% 0;
    border: 1px solid #A9AAAC;
}

/* 关于我们结束 */


/* 服务与支持 */
.support{
    margin: 20px 0;
}

.server-div {
    display: flex;
    justify-content: space-around;
    height: 360px;
}

.server-div-a {
    display: block;
    width: 25%;
}

.inner-content {
    width: 98%;
    height: 100%;
    background: #DCDDDF;
    margin: 0 1%;
    padding: 70px 25px 20px 25px;
    text-align: center;
    transition: all 1s;
}

.inner-content:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 1s;
    background: #517A9B;
    color: white;
}

.inner-content p {
    margin: 30px 0 50px 0;
}
