.introduce-item{
    height: 100px;
}

.application-case{
    height: 220px;
}

.case-icon-region{
    width: 100%;
    height: 190px;
}

.case-desc-region {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.introduce-icon-region {
    float: left;
    width: 40%;
    height: 100px;
}

.introduce-title{
    float: left;
    width: 60%;
    height: 35px;
    line-height: 35px;
    padding-top: 15px;
    padding-left: 5px;
}

.introduce-desc {
    float: left;
    width: 60%;
    height: 65px;
    padding-left: 5px;
    padding-top: 12px;
}

.introduce-icon-a{
    background: url("../imgs/home_09.png")no-repeat center;
    background-size: auto 80%;
}

.introduce-icon-b{
    background: url("../imgs/home_11.png")no-repeat center;
    background-size: auto 80%;
}

.introduce-icon-c{
    background: url("../imgs/home_13.png")no-repeat center;
    background-size: auto 80%;
}

.introduce-icon-d{
    background: url("../imgs/home_15.png")no-repeat center;
    background-size: auto 80%;
}

.home-icon-title {
    background: url("../imgs/icon-title-1.png")no-repeat center;
    background-size: auto auto;
}

.case-icon-a {
    background: url("../imgs/home_27.png")no-repeat center;
    background-size: auto 100%;
}

.case-icon-b {
    background: url("../imgs/home_29.png")no-repeat center;
    background-size: auto 100%;
}

.case-icon-c {
    background: url("../imgs/home_31.png")no-repeat center;
    background-size: auto 100%;
}

.case-icon-d {
    background: url("../imgs/home-1_09.png")no-repeat center;
    background-size: auto 100%;
}


.news-region {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
}

.news-title-region{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.news-title-region span {
    margin-left: 5px;
}

.news-list {
    width: 100%;
    height: auto;
    padding-right: 15px;
}

.news-list-item {
    width: 100%;
    height: 54px;
    margin-top: 15px;
}

.news-info {
    width: 100%;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-content{
    width: 100%;
    height: auto;
    padding-left: 15px;
}

.home-hint-region {
    width: 100%;
    height: 192px;
    margin-top: 65px;
    border-left: 1px solid #a5a5a5;
    padding-left: 15px;
    padding-right: 15px;
}

.home-hint-title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-weight:bold;
}

.swiper-slide {
    height: auto !important;
    text-align: center;
}

.swiper-slide > img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 2459px) {
    .swiper-slide > img {
        width: 1170px;
    }
}

.swiper-container {
    width: 100% !important;
    height: auto !important;
}

.swiper-wrapper {
    height: auto !important;
}

.pagination-position{
    position: relative !important;
    width: auto;
    height: auto;
    margin: 5px auto;
}

.pagination-position span{
    margin-left: 5px;
    margin-right: 5px;
}

.swiper-pagination-bullet-active{
    background: #d54772 !important;
}

.swiper-pagination-bullet{
    width: 16px !important;
    height: 8px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}




.cos-pagination {
    position: relative;
    z-index: 20;
    width: auto !important;
    height: auto;
    margin: 5px auto;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 16px !important;
    height: 8px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #d54772;
}