.banner{
    width: 100%;
    position: relative;
}
.banner-info{
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 190px;
    width: 320px;
    height: 100%;
    background-color: rgba(0,20,48,0.5);
}
.banner-info span{
     display: block;
    color: #ffffff;
    text-align: center;
}
.banner-info span.sp-top{
    margin-top: 11.1%;
}
.banner-info span.sp1{
    font-size: 26px;
    line-height: 1.5em;
}
.banner-info img{
    width: 100%;
    margin-top: 12.5%;
}
.banner-info a{
    display: block;
    background-color: #3983ed;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    margin: 13.8%;
}
.banner-info a:hover{
    background-color: #0f449c;
}

.swiper-slide img{
    width: 100%;
}
.container{
    width: 100%;
    min-height: 750px;
}
.container a:hover {
    text-decoration: underline;
}
.con-box{
    max-width: 1534px;
    min-width: 1200px;
    width: 82%;
    margin: 0 auto;
}
.con-box .mainBody{
    display: inline-block;
    width: 72%;
    vertical-align: top;
}
.mainBody .introduce{
    width: 100%;
}
 ul.title{
    padding-left: 23px;
    border-bottom: solid 1px #eeeeee;
}
ul.title li{
    font-size: 21px;
    line-height: 1em;
    padding: 30px 0 14px;
    list-style: square;
    color: #0b5aa8;
}
ul.title li span{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
ul.title li a{
    float: right;
    font-size: 14px;
    color: #005ea5;
    margin-top: 4px;
}
.introduce .img-text{
    width: 100%;
    margin-top: 24px;
}
.introduce .img-text img{
    width: 26%;
}
.introduce .img-text .text{
    display: inline-block;
    vertical-align: top;
    width: 72%;
    margin-left: 1.5%;
}
.introduce .img-text h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 24px;
}
.introduce .img-text h3 a{
    color: #222222;
}
.introduce .img-text p{
    font-size: 16px;
    line-height: 2em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.introduce .img-text p a{
    color: #999999;
}
.introduce .img-text a:hover{
    text-decoration: underline;
}

.news{
    display: inline-block;
    width: 72%;
    vertical-align: top;
}
.news ul.news-list{

}
.news ul.news-list li{
    padding: 7px 0;
    border-bottom: solid 1px #eeeeee;
}
.news ul.news-list li span{
    display: inline-block;
    font-size: 14px;
    color:#0b5aa8;
    padding: 5px 8px;
    margin-right: 32px;
    background-color: #f1f1f1;
}
.news ul.news-list li a{
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #222222;
}
.news ul.news-list li i{
    float: right;
    font-size: 14px;
    color:#999999;
    margin-top: 6px;
}


.con-box  .notice{
    display: inline-block;
    width: 26%;
    margin-left: 1.6%;
    vertical-align: top;
}
.notice ul.title{
    padding-left: 23px;
    border-bottom: solid 1px #eeeeee;
}
.notice ul li{
    font-size: 21px;
    line-height: 1em;
    padding: 30px 0 14px;
    list-style: square;
    color: #0b5aa8;
}
.notice ul li span{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.notice ul li a{
    float: right;
    font-size: 14px;
    color: #005ea5;
    margin-top: 4px;
}
.notice .date-list{
    width: 100%;
    /*!* 弹性盒子 *!*/
    /*display: flex;*/
    /*!* 沿行轴线两端对齐，子元素之间有间隙 *!*/
    /*justify-content: space-between;*/
    /*!* 子元素溢出父容器时换行 *!*/
    /*flex-flow: row wrap;*/
    margin-top: 22px;
}
.notice .date-list a:hover{
    text-decoration: underline;
}
.notice .date-list .list-item{
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 1.9%;
    padding: 0.7% 0;
}
.notice .list-item .lf{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px;
}
.notice .list-item .lf i{
    display: block;
    font-size: 30px;
    color: #4d7bb9;
    margin: 0 0 14.3%;
}
.notice .list-item .lf em{
    display: block;
    font-size: 14px;
    color: #4d7bb9;
    font-style: normal;
}
.notice .list-item img{
    vertical-align: middle;
    margin-right: 18px;
}
.notice .list-item a{
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    font-size: 16px;
    color: #333333;
    line-height: 1.5em;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: right;
    margin-top: 16px;
    margin-right: 5%;
}

.equipment{
    width: 100%;
    margin-bottom: 30px;
}
.equipment .imgList-carousel1{
    /*height: 210px;*/
    margin: 22px 0;
}
.equipment .imgList-carousel1 img{
    height: auto;
}
.equipment .imgList-carousel1 a{
    font-size: 14px;
    color: #333333;
    display: block;
}
.paragraph{
    font-size: 16px;
    color: #222222;
    margin-bottom: 50px;
}

.imgList-carousel{
    margin: 16px 0;
    width: 100%;
}
.imgList-carousel .swiper-slide{
    background-color: #2060ba;
    text-align: center;
    padding: 1.5% 0;
}
.imgList-carousel .swiper-slide img{
    width: 43px;
    height: 43px;
    padding-bottom: 3px;
}
.imgList-carousel .swiper-slide span{
    display: block;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3em;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.imgList-carousel  .swiper-slide-green{
    background-color: #1889b8;
}
.img-text-list-box{
    display: inline-block;
    width: 26%;
    margin-left: 1.6%;
    vertical-align: bottom;
}
.img-text-list{
    width: 100%;
    /* 弹性盒子 */
    display: flex;
    /* 沿行轴线两端对齐，子元素之间有间隙 */
    justify-content: space-between;
    /* 子元素溢出父容器时换行 */
    flex-flow: row wrap;
}
.img-text-list .item{
    position: relative;
    display: inline-block;
    width: 49%;
}
.img-text-list .item img{
    width: 100%;
    height: 135px;
}
.img-text-list .item .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    background-color: rgba(10,49,113,0.5);
}

.img-text-select-list{
    margin-top: 2%;
}
.img-text-select-list .item{
    position: relative;
    display: inline-block;
    width: 35%;
    height: 92px;
}
.img-text-select-list .item img{
    width: 100%;
    height: 100%;
}
.img-text-select-list .item .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 12px 0;
    background-color: rgba(10,49,113,0.5);
}
.img-text-select-list .select{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 62%;
    height: 90px;
    margin-left: 1%;
    border: solid 1px #cedbec;
    background: url("../../img/publicTechnologyServerCenter/index/notice04.jpg") no-repeat;
}
.select-box{
    width: 86%;
    margin: 0 auto;
}
.img-text-select-list .select span{
    display: block;
    font-size: 16px;
    color: #889db7;
    margin-top: 6%;
}
.img-text-select-list .select select{
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #333333;
    margin-top: 3%;
    padding: 5px;
    border: solid 1px #cedbec;
}



/*swiper样式复写*/
.swiper-slide{
    position: relative;
}
.swiper-wrapper{
    height: auto;
}
.swiper-container {
    width: 100%;
}
.swiper-button-next{
    right: 20px;
}
.swiper-button-prev{
    left: 20px;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}
.swiper-pagination-bullet{
    background-color: #ffffff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #0f449c;
    opacity: 1;
}
#swiper-button-prev3{
    top: 43%;
}
#swiper-button-next3{
    top: 43%;
}

/*媒体查询*/
@media screen and (min-width:1680px) and (max-width:1920px){
    .banner-info span.sp-top{
        margin-top: 17%;
    }
    .banner-info img {
        margin-top: 8%;
    }
    .banner-info a{
        margin: 9% 13.8%;
    }

    .notice .list-item a {
        width: 62%;
    }
}
@media screen and (min-width:1600px) and (max-width:1680px){
    .banner-info span.sp-top{
        margin-top: 8%;
    }
    .banner-info img {
        margin-top: 8%;
    }
    .banner-info a{
        margin: 9% 13.8%;
    }

    .notice .list-item a {
        width: 62%;
        font-size: 13px;
        margin-top: 4.3%;
    }
    .notice .list-item .lf {
        padding: 2.1% 4%;
    }
}
@media screen and (min-width:1440px) and (max-width:1600px){
    .banner-info span.sp-top{
        margin-top: 6%;
    }
    .banner-info img {
        margin-top: 6%;
    }
    .banner-info a{
        margin: 7% 13.8%;
    }

    .notice .list-item a {
        width: 59%;
        font-size: 13px;
        margin-top: 4.3%;
    }
    .notice .list-item .lf {
        padding: 0.9% 4%;
    }
    .con-box .notice {
        margin-left: 1.6%;
    }
    .introduce .img-text p{
        font-size: 14px;
    }
    .imgList-carousel .swiper-slide{
        padding: 0.1% 0;
    }
}
@media screen and (min-width:1366px) and (max-width:1440px){
    .banner-info span.sp-top{
        margin-top: 4%;
    }
    .banner-info img {
        margin-top: 5%;
    }
    .banner-info a{
        margin: 6% 13.8%;
    }

    .notice .list-item a {
        width: 59%;
        font-size: 13px;
        margin-top: 4.3%;
    }
    .notice .list-item .lf {
        padding: 0.7% 4%;
    }
    .con-box .notice {
        margin-left: 1.6%;
    }
    .introduce .img-text p{
        font-size: 14px;
    }
    .imgList-carousel .swiper-slide{
        padding: 0.1% 0;
    }
}
@media screen and (max-width:1366px){
    .banner-info span.sp-top{
        margin-top: 3%;
    }
    .banner-info img {
        margin-top: 4%;
    }
    .banner-info a{
        margin: 4% 13.8%;
    }

    .notice .list-item a {
        font-size: 13px;
        width: 59%;
        margin-top: 4.3%;
    }
    .notice .list-item .lf {
        padding: 0.83% 4%;
    }
    .notice .list-item .lf i{

    }
    .notice .list-item .lf em{

    }
    .con-box .notice {
        margin-left: 1.6%;
    }
    .introduce .img-text p{
        font-size: 14px;
    }
    .imgList-carousel .swiper-slide{
        padding: 0.1% 0;
    }
}