.hos-info-wrapper{
    /* width: 641px; */
    width: 100%;
    max-width: 641px;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
} 
.hos-info-wrapper .hos-info-img{
    width: 100%;
    height: 382px;
    background: url(../images/hos-ifno-img1.jpg) no-repeat;
    background-size: 100%;
    position: relative;
}
.hos-info-wrapper .hos-col1{
    width: 212px;
	height: 382px;
    background-color: rgba(0,40,60,0.8);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding-top: 78px;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hos-info-wrapper .hos-col1 a{
    text-decoration:none;
    color:#fff;
}
.hos-info-wrapper .hos-col1 p{
    width: 163px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #ffffff;
    padding-top: 50px;
    background: url(../images/hos-text-icon.png) no-repeat;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hos-info-wrapper .title-wrapper{
    background: url(../images/line-bg.png) left center no-repeat,url(../images/line-bg.png) right center no-repeat;
    text-align: center;
    margin:40px auto 27px;
}
.hos-info-wrapper .title-wrapper span{
    display: inline-block;
    padding: 0 45px;
    background: url(../images/title-bg.png) no-repeat center;
    font-size: 25px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
}

.title-more{
    /*padding-top: 46px;*/
    /*display: block;*/
    height: 58px;
    text-align: center;
    /*background: url(../images/title_more.jpg) no-repeat center;*/
}

.hos-info-wrapper .hos-text p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #333333;
    text-indent: 2em;
}
.hos-info-wrapper .hos-imgs{
    display: flex;
    justify-content: space-between;
    margin:30px auto 35px;
}
.hos-info-wrapper .hos-imgs img{
    width: 207px;
}
/* 轮播效果 */
.spec-doc-container {
    width: 100%;
    padding-bottom: 70px;
    position: relative;
    margin-top: 15px;
}
.spec-doc-container .swiper-slide{
    width: 288px;
    height: 340px;
    display: flex;
    align-items: flex-end;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.spec-doc-container .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
.swiper-pagination-bullet{
    height: 13px;
    width:13px;
}
.swiper-pagination-bullet{
    opacity: 1;
    background-color: #dadada!important;
}
.swiper-pagination-bullet-active{
    background-color: #959595!important;
    opacity: 1;
}
.hos-honor-img{
    width: 641px;
	height: 358px;
    background: url(../images/hos-info-bg.jpg) no-repeat;
    padding-top: 89px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:30px auto;
}
.hos-honor-img p{
    width: 488px;
    height: 155px;
    display: flex;
    align-content: center;
    background: url(../images/hos-text-bg.png) no-repeat;
    font-size: 26px;
	font-weight: normal;
    font-stretch: normal;
    align-items: center;
    justify-content: center;
	line-height: 40px;
	letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin:0 auto;
}
@media screen and (max-width:768px){
    .hos-info-wrapper .hos-info-img{
        width: 100%;
        height: 3.82rem;
        background: url(../images/hos-ifno-img1.jpg) no-repeat;
        background-size: 100% 3.82rem;
    }
    .hos-info-wrapper .hos-col1{
        width: 2.12rem;
        height: 3.82rem;
        padding-top: 0.78rem;
    }
    .hos-info-wrapper .hos-col1 p{
        width: 1.63rem;
        font-size: 0.23rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.30rem;
        letter-spacing: 0rem;
        color: #ffffff;
        padding-top: 0.50rem;
        background: url(../images/hos-text-icon.png) no-repeat;
        background-size: 0.46rem;
    }
    .hos-info-wrapper .title-wrapper{
        background: url(../images/line-bg.png) left center no-repeat,url(../images/line-bg.png) right center no-repeat;
        text-align: center;
        background-size: 4.88rem;
        margin:0.4rem auto 0.27rem;
    }
    .hos-info-wrapper .title-wrapper span{
        padding: 0 0.45rem;
        background: url(../images/title-bg.png) no-repeat center;
        background-size: 1.84rem;
        font-size: 0.25rem;
        line-height: 0.30rem;
        letter-spacing: 0rem;
        line-height: 0.45rem;
    }
    .hos-info-wrapper .hos-text p{
        width: 100%;
        font-size: 0.23rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.36rem;
        letter-spacing: 0rem;
        padding: 0 0.05rem;
        box-sizing: border-box;
    }
    .hos-info-wrapper .hos-imgs{
        width: 100%;
        margin:0.30rem auto 0.35rem;
    }
    .hos-info-wrapper .hos-imgs img{
        width:29%;
    }
    /* 轮播效果 */
    .spec-doc-container {
        padding-bottom: 0.7rem;
        margin-top: 0.15rem;
    }
    .spec-doc-container .swiper-slide{
        width: 2.88rem;
        height: 3.40rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0.30rem;
    }
    .swiper-pagination-bullet{
        height: 0.13rem;
        width:0.13rem;
    }
    /* 轮播end */
    .hos-honor-img{
        width:100%;
        height: 3.58rem;
        background: url(../images/hos-info-bg.jpg) no-repeat;
        background-size: 100%;
        padding-top: 0.89rem;
        margin:0.30rem auto;
    }
    .hos-honor-img p{
        width: 4.88rem;
        height: 1.55rem;
        background: url(../images/hos-text-bg.png) no-repeat;
        background-size: 100%;
        font-size: 0.26rem;
        line-height: 0.40rem;
        letter-spacing: 0rem;
    }
}