/* Notice */

.notice {
    width: 100%;
    height: 852px;
    background-size: 1920px 810px;
    flex-direction: column;
    align-items: center;
}

.notice>.top {
    width: 100%;
    height: 552px;
    background-color: rgba(11, 48, 154, .2);
    justify-content: center;
}

.notice>.top>.column {
    height: 100%;
    flex-direction: column;
}

.notice>.top>.column>h3 {
    margin: 232px 0 0 79px;
    font-size: 30px;
    color: #fff;
}

.notice>.top>.column>h1 {
    margin: 250px 0 0 79px;
    letter-spacing: 3px;
    font-size: 71px;
    font-weight: 500;
    color: #fff;
}

.notice>.top>.column>.btn {
    margin: 56px 0 0 79px;
    width: 209px;
    height: 67px;
    font-size: 28px;
    color: #1491CA;
    border-radius: 3px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}

.notice>.top>.column>.btn:hover {
    background-color: #1491CA;
    color: #fff;
}

.notice .bottom {
    margin-top: 258px;
    width: 1200px;
    height: 42px;
    justify-content: space-between;
    align-items: center;
    overflow-x: hidden;
}

.notice .bottom a {
    margin-right: 250px;
    line-height: 42px;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.notice .bottom a:hover {
    border-bottom: 1px solid #999;
}


/* End Notice */


/* 每个栏目的大标题 */

.column .Bigtitle {
    width: 100%;
    height: 88px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.column .Bigtitle>h2 {
    font-size: 42px;
    font-weight: 500;
    color: #3E3C3C;
}

.column .Bigtitle>h3 {
    letter-spacing: 2px;
    font-size: 50px;
    color: #1491CA;
    font-weight: bold;
}


/* 企业概况 */

.c1,
.c2,
.c3,
.c5 {
    margin-top: 97px;
    height: auto;
    flex-direction: column;
}

.c1>.bottom,
.c2>.bottom,
.c3>.center,
.c3>.bottom {
    margin-top: 86px;
    width: 100%;
    height: 361px;
    justify-content: space-between;
}

.c1>.bottom img {
    width: 551px;
    height: 361px;
    border: none;
}

.c1>.bottom>.right {
    width: 570px;
    height: auto;
    flex-direction: column;
}

.c1>.bottom>.right>h2 {
    font-size: 32px;
    font-weight: bold;
    color: #070707;
}

.c1>.bottom>.right>h4 {
    margin-top: 9px;
    font-size: 14px;
    color: #333;
}

.c1>.bottom>.right>p {
    margin-top: 37px;
    line-height: 25px;
    font-size: 16px;
    color: #777373;
}

.c1>.bottom>.right>a>.btn {
    margin-top: 58px;
    width: 204px;
    height: 52px;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    background-color: #1491CA;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}

.c1>.bottom>.right>a>.btn:hover {
    box-shadow: 0 0 15px rgba(51, 51, 51, .3);
}


/* End 企业概况 */


/* 业务与服务 */

.c2 {
    margin-top: 137px;
}

.c2>.bottom {
    margin-top: 53px;
    height: 534px;
}

.c2>.bottom>.grid {
    position: relative;
    width: 380px;
    height: 532px;
    border-bottom: 2px solid #2592C8;
    box-shadow: 0px 0px 13px 0px rgba(127, 127, 127, 0.14);
    flex-direction: column;
    align-items: center;
}

.c2>.bottom>.grid>img {
    width: 380px;
    height: 238px;
    border: none;
}

.c2>.bottom>.grid>h2 {
    position: absolute;
    top: 145px;
    width: 380px;
    font-size: 32px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.c2>.bottom>.grid>h4 {
    position: absolute;
    top: 191px;
    width: 380px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.c2>.bottom>.grid>p {
    margin-top: 20px;
    width: 318px;
    line-height: 28px;
    font-size: 16px;
    color: #222;
}

.c2>.bottom>.grid>h2,
.c2>.bottom>.grid>h4{
    left: 0;
}

/* End 业务与服务 */


/* 新闻资讯 */

.c3 {
    margin-top: 139px;
}

.c3>.top {
    position: relative;
    margin-top: 82px;
    width: 100%;
    height: 358px;
    justify-content: space-between;
    overflow: hidden;
}

.c3>.top>ul {
    position: absolute;
    top:28.5px;
    width: 1200px;
    height: 301px;
    list-style: none;
}

.c3>.top>ul>li {
    /* width: 392px;
    height: 301px; */
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transform: scale(1);
    transition: transform 0.4s;
}

.c3>.top>ul>li>img {
    width: 100%;
    height: 100%;
}


/* .c3>.top img:not(.main) {
    width: 392px;
    height: 301px;
    border: none;
}

.c3>.top .main {
    position: absolute;
    top: -29px;
    left: 254px;
    width: 696px;
    height: 358px;
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.3);
} */

.c3>.center {
    margin-top: 82px;
    height: auto;
}

.c3>.center>.grid {
    width: 370px;
    height: auto;
    flex-direction: column;
}

.c3>.center>.grid>h3 {
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    min-height:80px;
}

.c3>.center>.grid>h4 {
    margin-top: 15px;
    font-size: 14px;
    color: #5B5E66;
}

.c3>.center>.grid>p {
    margin-top: 17px;
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
}

.c3>.bottom {
    margin-top: 39px;
    height: 83px;
    border-left: 57px solid #1491CA;
    box-sizing: border-box;
    align-items: center;
}

.c3>.bottom>.left {
    margin-left: 30px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.c3>.bottom>.left>h3 {
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.c3>.bottom>.left>h4 {
    margin-top: 15px;
    font-size: 14px;
    color: #5B5E66;
}

.c3>.bottom>p {
    width: 709px;
    line-height: 25px;
    font-size: 16px;
}

.c3>.bottom>img {
    width: 28px;
    height: 28px;
    border: none;
    cursor: pointer;
}


/* End 新闻资讯 */


/* 荣誉奖项 */

.c4 {
    margin-top: 35px;
    width: 100%;
    height: 683px;
    background: url(../image/bg/bg_index_center.jpg) no-repeat top center;
    background-size: 1920px 683px;
    justify-content: center;
}

.c4>.column {
    position: relative;
    margin-top: 94px;
    height: auto;
    flex-direction: column;
}

.c4 .swiper-container {
    margin-top: 55px;
    width: 1200px;
    height: 386px;
}

.c4 .swiper-slide {
    /* margin-right: 20px; */
    width: 285px;
    height: 386px;
}

.c4 .swiper-slide>img {
    width: 100%;
    height: 100%;
    border: none;
}

.c4 .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.c4 .swiper-pagination-bullet {
    margin-right: 14px;
    width: 14px;
    height: 14px;
    outline: none;
}

.c4 .swiper-button-next,
.c4 .swiper-button-prev {
    top: 99.5%;
    width: 28px;
    height: 28px;
    outline: none;
}

.c4 .swiper-button-prev {
    left: 490px;
    background: url(../image/icon/icon_left_blue.png) no-repeat center center;
    background-size: 100% 100%;
}

.c4 .swiper-button-prev::after,
.c4 .swiper-button-next::after {
    content: '';
}

.c4 .swiper-button-next {
    right: 500px;
    background: url(../image/icon/icon_right_blue.png) no-repeat center center;
    background-size: 100% 100%;
}

.c4 .swiper-button-disabled {
    opacity: 0 !important;
}

.c4 .more {
    position: absolute;
    top: 565px;
    right: 500px;
    width: 28px;
    height: 28px;
    background: url(../image/icon/icon_right_blue.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 999;
}


/* End 荣誉奖项 */


/* 合作伙伴 */

.c5 {
    margin-top: 117px;
}

.c5>.bottom {
    margin-top: 53px;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.c5>.bottom .grid {
    margin: 27px 0 0 27px;
    width: 279px;
    height: 120px;
    border: 1px solid #E3E5EB;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.c5>.bottom .grid:nth-child(4n+1) {
    margin-left: 0;
}

.c5>.bottom .grid:nth-child(1),
.c5>.bottom .grid:nth-child(2),
.c5>.bottom .grid:nth-child(3),
.c5>.bottom .grid:nth-child(4) {
    margin-top: 0;
}

.c5>.bottom .grid img {
    border: none;
}


/* End 合作伙伴 */