.banner_img>img {
    width: 100%;
    height: 300px!important;
}
.banner {
    width: 100%;
}
.banner img {
    margin: auto;
    width: 100%;
    display: block;
}

.banner-video {
    width: 100%;
    height: 100%;
    min-height: 666px;
    max-height: 800px;
    object-fit: cover;
}
.banner-tip {
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 50%; 
    top: 50%;
    transform: translate(-50%, -50%);   
}


.carousel-inner {
    position: relative;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
}

.carousel-inner >.item>.item-explain {
    color: #fff;
    position: absolute;
    top:40px;
    right: 60px;
    text-align: right;
}

.carousel-inner >.item>.item-explain h1{
  font-size: 60px;
  font-weight: 900;
}

.carousel-inner >.item>.item-explain p{
    font-size: 30px;
  }
  

.carousel-indicators li {
    height: 8px;
    border-radius: 4px;
    width: 40px;
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.carousel-indicators .active {
    height: 8px;
    border-radius: 4px;
    width: 40px;
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.case {
    background-color: #f5f5f5;
}
 .case .container {
    background-color: #ffffff;
    position: relative;
    top: -150px;
    padding: -0 50px;
 }
 .case .row {
    text-align: center;
    padding-bottom: 50px;

 }
 .case .case-item {
    display: inline-block;
    width: 328px;
    height: 200px;
    margin: 0 10px;
 }
 .case .case-item:hover {
    transform:scale(1.1);
    transition:All 0.4s ease-in-out;
}
 .case .case-item img{
    width: 100%;
    height: 200px;
}
.case .case-item .case-remark {
    padding: 20px;
    text-align: center;
}
.case .case-item .case-remark .case-remark-title {
    color: #0957c3;
    font-size: 16px;
    font-weight: 700;
}
.case .case-item .case-remark .case-remark-text {
    font-size: 14px;
    height: 60px;
    overflow: hidden;
}
.soultion {
    background-color: #f5f5f5;
    padding-bottom: 100px;
}
.soultion .soultion-container {
    width: 100%;
    height: 500px;
    color: #fff;
    position: relative;
    overflow: hidden;

}

.soultion .soultion-container .soultion-text-content{
    width: 20%;
    background-position: center;
    height: 500px;
    float: left;
    position: relative;
}
.soultion .soultion-container .soultion-text-content a{
	color:#fff;
}
.soultion .soultion-container .soultion-text-content img{
   	width: 100%;
    height: 100%;
    object-fit: cover;
}
.soultion .soultion-container .soultion-text-content .soultion-text-panel{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(19, 59, 114, 0.614);
    padding: 20px 50px;
    text-align: center;
    display: flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
.soultion .soultion-container .soultion-text-content .soultion-text-panel a{
    color:#fff;
}


.soultion .soultion-container .soultion-text-content .soultion-text-panel .soultion-title{
    font-size: 20px;
    padding-bottom:  10px;
    border-bottom: solid 1px #fff;
    margin-top: 30px;

}
.soultion .soultion-container .soultion-text-content .soultion-text-panel .soultion-text{
    display: none;
}


.soultion .soultion-container .soultion-hover{
    
    width: 60%;
}

.soultion .soultion-container .soultion-hover .soultion-text-panel{
    background-color: rgba(45, 86, 180, 0.614);
}
.soultion .soultion-container .soultion-hover .soultion-text-panel .soultion-text{
    display: block;
}

.news {
    background-color: rgb(250, 250, 250);
    padding-bottom: 50px;
}

.news .news-content {
    width: 100%;
    height: 450px;
    position: relative;
}

.news .news-content a{
color: #fff;
}
.news .news-content a:hover{
   text-decoration: underline;
   cursor: pointer;
}

.news .news-content img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.news .news-content .news-panel{
    width: 80%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .3);
    padding: 10px;
}
.news .news-content .news-panel .news-date{
    color: #979797;
}
.news .news-content .news-panel .news-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  


}

.news .news-content .news-panel .news-text p{

	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.news .news-item {
    width: 100%;
    height: 100px;
    padding: 15px 10px;
    background-color: #fff;
    color: #333;
    overflow: hidden;
    border-spacing: 2px;
    border-collapse: separate;
}   

.news .news-item:hover {
    transform:scale(1.1);
    transition:All 0.4s ease-in-out;
}

.news .news-item .news-item-img{
    vertical-align: top;
    width: 120px;
}   
.news .news-item .news-item-img img{
    width: 120px;
  	height:102px;
}   
.news .news-item .news-item-panel{
    width: 100%;
    padding-left: 5px;
   
}   

.news .news-item .news-item-panel .news-date {
    color: #bbb;
    font-size: 12px;
}
.news .news-item .news-item-panel .news-title {
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    color: rgb(87, 87, 87);
    margin-bottom: 4px;
}
.news .news-item .news-item-panel .news-text {
    font-size: 12px;
    height: 60px;
}
.news .news-item .news-item-panel .news-text p{
  	word-break: break-word;
    height: 66px;
    overflow: hidden;
}



.abouts {
    background: url('../images/home/abouts_bg.png') no-repeat;
    background-size: cover;
    min-height: 700px;
    overflow: hidden;
}



.partners {
    padding-bottom: 100px;
}

.partners .partners-container {
	width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.partners .partners-container .partners-item {
    display: inline-block;
    position: relative;
    width: 260px;
    height: 160px;
    margin: 10px 15px;
}
.partners .partners-container .partners-item img {
  	width: 100%;
    object-fit: contain;
    height: 100%;
}

.partners .partners-mask {
    width: 100%;
    height: 100%;
    line-height: 146px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(9, 87, 194, 0.8);
    padding: 10px;
    word-break:break-all;
    display: none;
}


.partners .partners-mask p{
    display: inline-block;
    color: #fff;
    line-height: 16px !important;
}

.partners-item:hover .partners-mask{
    display: block;
    cursor: pointer;
}

@media only screen and (max-width: 1600px) and (min-width: 1200px)  {
  .case {
  }
  .case .case-item {
    width: 252px;
    height: 160px;
    margin: 0 5px;
	}
    .case .case-item img{

    height: 160px;

	}
}


@media (max-width: 970px) {
    .banner-tip {
        width: 80%;
        font-size: 22px;
    }
   
    .case .case-item {
        overflow: hidden;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
        height: 266px;
        margin-bottom: 10px;
    }
    .case .container {
      padding:0;
      position: relative;
    	top: 0px;
    }
    .case .col-xs-12:last-child .case-item {
        border-bottom: 0;
    }

    .case .case-item img {
        width: 100%;
        height: 200px;
    }

    .case .case-item .case-remark {

        background-color: #fff;
        text-align: center;
        padding: 10px;
    }

    .soultion .soultion-container{
        height: auto;
        padding: 10px;
    }

    .soultion .soultion-container .soultion-text-content {
        width: 100%;
        height: 80px;
        transition: 0.3s;
    }

    .soultion .soultion-container .soultion-hover {
        height: 500px;
    }

    .soultion .soultion-container .soultion-text-content .soultion-text-panel {
        height: 80px;
        transition: 0.3s;
    }
    .soultion .soultion-container .soultion-hover  .soultion-text-panel {
        height: 500px;
    }


    .soultion .soultion-container .soultion-text-content .soultion-text-panel .soultion-title {
        margin-top: 0;
    }
    

    .partners .partners-container {
        width: auto;
    }

    #btn-chat {
        display: none;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 425px) {


    .abouts .abouts-container .abourt-number {
        font-size: 2em;
    }
    
    .case .case-item .case-remark {
        padding: 10px;
    }
    .case .case-item .case-remark .case-remark-title {
       font-size: 1em;
    }
    .case .case-item .case-remark .case-remark-text  {
       font-size: 0.75em;
       margin-bottom: 5px;
    }


}

