/* 消息轮播 */

.newswiper {
    width: 100%;
    height: 50px;
    background: #F5F5F5;
}

#carouselnews {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.carousel-vertical .carousel-inner .carousel-item-next.carousel-item-left, .carousel-vertical .carousel-inner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.carousel-vertical .carousel-inner .active.carousel-item-left, .carousel-vertical .carousel-inner .carousel-item-prev {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.carousel-vertical .carousel-inner .active.carousel-item-right, .carousel-vertical .carousel-inner .carousel-item-next {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item, .carousel-fade .carousel-inner .active.carousel-item-left, .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left, .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

#carouselnews>.carousel-inner>.carousel-item>img {
    margin-right: 10px;
}

#carouselnews>.carousel-inner>.carousel-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#carouselnews>.carousel-inner>.carousel-item>a {
    display: block;
}

#carouselnews>.carousel-inner>.carousel-item>a>b {
    font-size: 16px;
    color: #585858;
    margin-left: 10px;
    line-height: 50px;
}

/* 公司介绍 */

.company {
    width: 100%;
    margin: 45px auto;
    margin-top: 30px;
}

.company>ul {
    width: 100%;
    height: 103px;
}

.company>ul>li>a {
    display: block;
    height: 103px;
    position: relative;
    float: left;
    width: 300px;
    overflow: hidden;
}

.company>ul>li:first-child>a {
    width: 600px;
}

.company>ul>li>a>img {
    width: 100%;
    height: 100%;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.company>ul>li:hover>a>img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari and Chrome */
}

.company>ul>li>a>.com-layer {
    position: absolute;
    top: 25px;
    left: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 26px;
}

.company>ul>li:first-child>a>.com-layer {
    left: 320px;
}

.company>ul>li>a>.com-layer>b {
    display: block;
}

/* 业务范围 */

.business {
    width: 100%;
}

.business>h1 {
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    line-height: 30px;
}

.business>h1>i {
    font-size: 14px;
    color: #BFBFBF;
    line-height: 26px;
    margin-left: 15px;
}

.business>h1>a {
    font-size: 14px;
    font-weight: 600;
    color: #BFBFBF;
    line-height: 26px;
}

.Scroll-left {
    width: 100%;
    margin-bottom: 50px;
}

.buslist {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    height: 410px;
    overflow: hidden;
}

.buslist>ul {
    height: 410px;
}

.buslist>ul>li {
    float: left;
    height: 410px;
}

.buslist>ul>li>a {
    display: block;
    width: 400px;
    box-sizing: border-box;
    padding-right: 18px;
    height: 410px;
}

.busimg {
    width: 100%;
    height: 205px;
    overflow: hidden;
}

.busimg>img {
    width: 100%;
}

.buslist>ul>li>a>b {
    font-size: 16px!important;
    font-weight: bold;
    color: #4D4D4D;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 20px;
    display: block;
}

.buslist>ul>li>a>p {
    font-size: 14px;
    color: #929292;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: 20px;
}

.buslist>ul>li>a>span {
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
    display: block;
    margin: 20px auto;
}

.buslist>ul>li>a>i {
    width: 90px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #929292;
    display: block;
    margin-left: 20px;
}

/* 公司动态 */

.tabheader {
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding-bottom: 30px;
    padding-top: 50px;
}

.tabheader>.main>h3 {
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
}

.tabheader>.main>h3>b {
    font-size: 14px;
    font-weight: bold;
    color: #BFBFBF;
    line-height: 26px;
    margin-left: 15px;
}

.tabul {
    width: auto;
    height: 30px;
    margin-top: 10px;
}

.tabul>ul {
    display: inline-block;
    height: 30px;
    font-size: 0;
}

.tabul>ul>li {
    display: inline-block;
    vertical-align: top;
}

.tabul>ul>li>a {
    display: block;
    width: 78px;
    height: 30px;
    margin: 0 10px;
    font-size: 14px;
    color: #BFBFBF;
    text-align: center;
    line-height: 30px;
}

.tabul>ul>li:last-child>a {
    margin-right: 0;
}

.tabul>ul>li.tabuled>a {
    background-color: #4868C9;
    color: #fff;
}

.newsmain {
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.news-left {
    width: 486px;
    height: 315px;
}

.imgnew {
    width: 100%;
    height: 245px;
    overflow: hidden;
}

.imgnew>video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}

.imgnew>img {
    width: 100%;
    height: auto;
    transition: all .2s;
    -webkit-transition: all .2s;
    cursor: pointer;
}

.imgnew:hover>img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2, 1.2);
    /* Safari and Chrome */
}

.news-text {
    width: 100%;
    height: 70px;
    background: #3553B2;
    box-sizing: border-box;
    padding: 20px 20px;
}

.news-text>b {
    display: none;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

/* .news-text>b>i {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
} */

.newdetail {
    width: 100%;
}

.newdetail>h5 {
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newdetail>span {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin: 20px auto;
    display: none;
}

.newdetail>p {
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none;
}

.news-right {
    width: 665px;
}

.news-right>ul>li {
    display: block;
    width: 100%;
}

.news-right>ul>li>a {
    display: block;
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #D1D1D1;
    font-size: 16px;
    color: #646464;
}

.news-right>ul>li:first-child>a {
    border-bottom: none;
}

.news-right>ul>li>a:hover>p {
    color: #3553B2;
}

.news-right>ul>li>a>p {
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right>ul>li:first-child .textleft {
    width: 520px;
}

.textleft>h5 {
    font-size: 16px;
    color: #646464;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right>ul>li:first-child>a:hover>.textleft>h5 {
    color: #3553B2;
}

.textleft>span {
    display: block;
    width: 100%;
    height: 1px;
    background: #D1D1D1;
    margin: 20px auto;
}

.textleft>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #A4A4A4;
    line-height: 22px;
}

.textright {
    width: 60px;
}

.textright>b {
    display: block;
    font-size: 30px;
    color: #0D1926;
    text-align: center;
    line-height: 30px;
}

.textright>b>i {
    display: block;
    font-size: 15px;
}

.textright>em {
    display: block;
    color: #707070;
    font-size: 20px;
    text-align: center;
}

/* 招标公告 */

.zhaolist {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.zhaomain {
    width: 345px;
    margin-right: 80px;
}

.zhaomain:last-child {
    margin-right: 0px;
}

.zhaomain>h5, .hornorleft>h5, .hornorright>h5 {
    font-size: 20px;
    color: #555555;
    line-height: 30px;
    font-weight: bold;
}

.zhaomain>b, .hornorleft>h5>b, .hornorright>h5>b {
    font-size: 14px;
    color: #E5E5E6;
}

.zhaomain>ul {
    width: 100%;
    margin-top: 10px;
}

.zhaomain>ul>li>a {
    display: block;
    line-height: 30px;
    color: #373737;
    font-size: 16px;
}

.zhaomain>ul>li>a>p {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhaomain>ul>li:hover>a {
    color: #4868C9;
}

.zhaomain>a {
    width: 90px;
    height: 33px;
    background: #3553B2;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

/* 资质荣誉 */

.honormain {
    width: 100%;
    background-color: #f8f8f8;
    box-sizing: border-box;
    padding-bottom: 50px;
    padding-top: 50px;
}

.hornorleft {
    width: 574px;
    margin-right: 50px;
}

.hornorright {
    width: 576px;
}

.h-leftmain {
    height: 320px;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.hornorleft>h5>b, .hornorright>h5>b {
    margin-left: 15px;
}

.hornorright>h5>a, .hornorleft>h5>a {
    font-size: 14px;
    font-weight: 600;
    color: #BFBFBF;
    line-height: 26px;
}

.h-leftmain>ul {
    height: 320px;
}

.h-leftmain>ul>li {
    float: left;
}

.h-leftmain>ul>li>a {
    display: block;
    width: 280px;
    margin-right: 14px;
}

.h-leftmain>ul>li>a>img {
    width: 100%;
    height: 280px;
}

.h-leftmain>ul>li>a>p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Controls {
    width: 100%;
    height: 320px;
    box-sizing: border-box;
    padding: 10px 0;
}

#Controls .carousel-item {
    text-align: center;
}

#Controls .carousel-item>img {
    height: 300px;
}

#Controls>.carousel-control-next, #Controls>.carousel-control-prev {
    width: 10%;
}

#Controls .carousel-control-next-icon, #Controls .carousel-control-prev-icon {
    display: block;
}

#Controls .carousel-control-next-icon, #Controls .carousel-control-prev-icon {
    width: 15px;
    height: 40px;
}

.carousel-control-prev-icon {
    background-image: url(../images/last.png);
}

.carousel-control-next-icon {
    background-image: url(../images/next.png);
}

@media screen and (min-width:100px) and (max-width:999px) {
    /* 新闻公告轮播 */
    .newswiper {
        height: 35px;
    }
    #carouselnews {
        width: 100%;
        height: 35px;
        box-sizing: border-box;
        padding-left: 10px;
        line-height: 35px;
    }
    #carouselnews>.carousel-inner>.carousel-item>a>img {
        width: 15px;
    }
    #carouselnews>.carousel-inner>.carousel-item>a>b {
        font-size: 14px;
        margin-left: 10px;
        line-height: 35px;
    }
    /* 公司动态 */
    .company {
        width: 100%;
        margin-top: 0px;
        height: 180px;
        margin: 15px auto;
    }
    .company>ul>li>a {
        height: 90px;
        width: 50%;
    }
    .company>ul>li:first-child>a {
        width: 100%;
    }
    .company>ul>li:first-child>a>.com-layer {
        left: 52%;
    }
    .company>ul>li>a>.com-layer {
        top: 15px;
        left: 15px;
        font-size: 14px;
        line-height: 22px;
    }
    /* 业务范围 */
    .business>h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .business>h1>i {
        font-size: 12px;
        line-height: 22px;
        margin-left: 8px;
    }
    .business>h1>a {
        font-size: 12px;
        line-height: 22px;
    }
    .Scroll-left {
        margin-bottom: 20px;
    }
    .buslist {
        width: 100%;
        margin-top: 10px;
        height: 330px;
    }
    .buslist>ul {
        height: 330px;
    }
    .buslist>ul>li {
        float: left;
        height: 330px;
    }
    .buslist>ul>li>a {
        display: block;
        width: 350px;
        box-sizing: border-box;
        padding-right: 15px;
        height: 330px;
    }
    .busimg {
        width: 100%;
        height: 180px;
        overflow: hidden;
    }
    .busimg>img {
        width: 100%;
    }
    .buslist>ul>li>a>b {
        font-size: 14px!important;
        line-height: 22px;
        padding-left: 10px;
        padding-top: 10px;
    }
    .buslist>ul>li>a>p {
        font-size: 12px;
        line-height: 22px;
        padding: 0 10px;
        padding-top: 10px;
    }
    .buslist>ul>li>a>span {
        margin: 10px auto;
    }
    .buslist>ul>li>a>i {
        width: 60px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin-left: 10px;
    }
    /* 新闻报道 */
    .tabheader {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .tabheader>.main>h3 {
        line-height: 24px;
        font-size: 16px;
    }
    .tabheader>.main>h3>b {
        font-size: 12px;
        line-height: 22px;
        margin-left: 8px;
    }
    .tabul {
        width: auto;
        height: 20px;
        margin-top: 4px;
    }
    .tabul>ul {
        height: 20px;
    }
    .tabul>ul>li {
        display: none;
    }
    .tabul>ul>li:last-child {
        display: inline-block;
    }
    .tabul>ul>li>a {
        height: 20px;
        line-height: 20px;
    }
    .newsmain {
        padding-bottom: 20px;
    }
    .news-left {
        width: 100%;
        float: unset;
        height: 200px;
    }
    .imgnew {
        height: 150px;
    }
    .news-text {
        height: 40px;
        padding: 10px 10px;
    }
    .news-text>b {
        font-size: 28px;
    }
    .news-text>b>i {
        font-size: 12px;
        line-height: 22px;
    }
    .newdetail {
        width: 100%;
        margin-left: 0px;
        float: unset;
    }
    .newdetail>h5 {
        font-size: 14px;
    }
    .newdetail>span {
        margin: 10px auto;
    }
    .newdetail>p {
        font-size: 12px;
        line-height: 22px;
    }
    .news-right {
        width: 100%;
        float: unset;
    }
    .news-right>ul>li {
        display: block;
        width: 100%;
    }
    .news-right>ul>li>a {
        line-height: 35px;
        font-size: 14px;
    }
    .news-right>ul>li:first-child>a {
        border-bottom: none;
    }
    .news-right>ul>li>a>p {
        width: 75%;
    }
    .news-right>ul>li:first-child .textleft {
        width: 80%;
    }
    .textleft>h5 {
        font-size: 14px;
    }
    .textleft>span {
        margin: 10px auto;
    }
    .textleft>p {
        font-size: 12px;
        line-height: 20px;
    }
    .textright {
        width: 60px;
    }
    .textright>b {
        font-size: 22px;
        line-height: 22px;
    }
    .textright>b>i {
        font-size: 12px;
    }
    .textright>em {
        font-size: 14px;
    }
    /* 公告 */
    .zhaolist {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .zhaomain {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .zhaomain>h5, .hornorleft>h5, .hornorright>h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .zhaomain>b, .hornorleft>h5>b, .hornorright>h5>b {
        font-size: 12px;
    }
    .zhaomain>ul>li>a {
        line-height: 26px;
        font-size: 14px;
    }
    .zhaomain>ul>li>a>p {
        width: 80%;
    }
    .zhaomain>a {
        width: 60px;
        height: 26px;
        line-height: 26px;
    }
    /* 资质荣誉 */
    .honormain {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .hornorleft {
        width: 100%;
        margin-right: 0px;
        float: unset;
        height: 280px;
    }
    .hornorleft>.h-leftmain {
        margin-top: 10px;
    }
    .hornorright>h5>a, .hornorleft>h5>a {
        font-size: 12px;
        line-height: 22px;
    }
    #Controls {
        width: 100%;
        height: 240px;
        padding: 10px 0;
    }
    #Controls .carousel-item {
        text-align: center;
        height: 240px;
    }
    #Controls .carousel-item>img {
        height: 220px;
    }
    .hornorright {
        width: 100%;
        float: unset;
    }
    .hornorright>.h-leftmain {
        height: 240px;
    }
    .h-leftmain>ul {
        height: 240px;
    }
    .h-leftmain>ul>li>a>img {
        height: 210px;
    }
    .h-leftmain>ul>li>a>p {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    /* 导航 */
    header.nav {
        display: none;
    }
    .top {
        display: none;
    }
    .tent {
        /* height: 70px; */
        display: block;
    }
    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px!important;
    }
    .title {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .title>b {
        font-size: 12px;
    }
    /* 轮播 */
    .carousel-indicators {
        bottom: 10px;
    }
    .d-none {
        display: block !important;
    }
}

@media screen and (min-width:574px) and (max-width:999px) {
    .news-left {
        width: 100%;
        height: 315px;
    }
    .imgnew {
        width: 100%;
        height: 245px;
        overflow: hidden;
    }
    .imgnew>video {
        width: 100%;
    }
    .newdetail {
        width: 100%;
        margin-left: 0px;
    }
    .news-text {
        width: 100%;
        height: 70px;
        padding: 30px 20px;
    }
    .news-text>b {
        display: none;
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #FFFFFF;
    }
    .news-text>b>i {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }
    .newdetail>h5 {
        font-size: 16px;
        color: #FFFFFF;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-right {
        width: 100%;
        margin-top: 20px;
    }
    .news-right>ul>li {
        display: block;
        width: 100%;
    }
    .news-right>ul>li>a {
        display: block;
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid #D1D1D1;
        font-size: 16px;
        color: #646464;
    }
    .news-right>ul>li:first-child>a {
        border-bottom: none;
    }
    .news-right>ul>li>a:hover>p {
        color: #3553B2;
    }
    .news-right>ul>li>a>p {
        width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-right>ul>li:first-child .textleft {
        width: 85%;
    }
    .textleft>h5 {
        font-size: 16px;
        color: #646464;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-right>ul>li:first-child>a:hover>.textleft>h5 {
        color: #3553B2;
    }
    .textleft>span {
        display: block;
        width: 100%;
        height: 1px;
        background: #D1D1D1;
        margin: 20px auto;
    }
    .textleft>p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 14px;
        color: #A4A4A4;
        line-height: 22px;
    }
    .textright {
        width: 60px;
    }
    .textright>b {
        display: block;
        font-size: 30px;
        color: #0D1926;
        text-align: center;
        line-height: 30px;
    }
    .textright>b>i {
        display: block;
        font-size: 15px;
    }
    .textright>em {
        display: block;
        color: #707070;
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    /* 公司动态 */
    .company {
        width: 100%;
        margin-top: 0px;
        margin: 20px auto;
    }
    .company>ul>li>a {
        height: 95px;
        width: 240px;
    }
    .company>ul>li:first-child>a {
        width: 480px;
    }
    .business>h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .business>h1>i {
        font-size: 13px;
        line-height: 24px;
        margin-left: 13px;
    }
    .business>h1>a {
        font-size: 13px;
        line-height: 24px;
    }
    .news-left {
        width: 47%;
    }
    .news-right {
        width: 50%;
    }
    .news-right>ul>li:first-child .textleft {
        width: 80%;
    }
    .news-right>ul>li>a>p {
        width: 80%;
    }
    .hornorleft {
        width: 47%;
        margin-right: 0;
    }
    .hornorright {
        width: 50%;
    }
}