


/*关于我们*/

#about_us{
    background: #fff;
    padding-top: 50px;
}
#about_us .about_box{
    position: relative;
    clear: both;
    overflow: hidden;
    height: auto;
}

#about_us .about_box .img{
    width: 65%;
}

#about_us .about_box .img img{
   max-width: 100%;
    border-radius: 20px;
}


#about_us .about_box .about_content{
    position: absolute;
    z-index: 999;
    background: #fff;
    padding: 62px 70px  110px 40px;
    width: 50%;
    left: 50%;
    top: 86px;
}

#about_us .about_box .about_content p{
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 72px;
    /*overflow: hidden;*/
    margin-bottom: 26px;
}

#about_us .about_box .about_content h2{
    font-size: 28px;
    font-weight: bold;
}
#about_us .about_box .about_content h3{
    font-size: 28px;
    font-weight: bold;
}
#about_us .about_box .about_content h4{
   margin-bottom: 25px;
}




#about_list{
    overflow: hidden;
    clear: both;
    padding: 0;

}

#about_list li{
    float: left;
    width: 25%;
    border-right: 1px solid #f1f1f1;
    margin-top: 30px;
}


#about_list li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}




#about_list li i {
    font-size: 18px;
    font-style: normal;
}

#about_list li p {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
}

#about_list li:last-child a{
    display: block;
    width: 100%;
    height: 140px;
    background: #3571b9;
    color: #fff;
    line-height: 140px;
    position: relative;
}
#about_list li:last-child a:after{
    content:"";
    background: url("../image/4.jpg") no-repeat;
    position: absolute;
    left: 50%;
    margin-top: -30px;
    top: 53px;
    margin-left: -14px;
    width: 28px;
    height: 29px;
    position: absolute;
    z-index: 999;
}
#about_list li:last-child{
    border-right: none;
}
#about_list li:first-child{
  border-left:1px solid #f1f1f1 ;
}

/*关于我们*/





























/*首页新闻*/
#index_news{
    padding: 40px 0;
}




 .index_title h2{
    font-weight: bold;
}

#index_news .index_title p{
    margin-bottom: 28px;
}





#index_news .news_img_box .img{
    position: relative;
    overflow: hidden;
    display: none;
    text-align: center;
    vertical-align: middle;
}
#index_news .news_img_box .img:hover img{
    transform: scale(1.05);
}

#index_news .news_img_box .img:hover p{
    bottom: 0;
}



#index_news .news_img_box .img p{
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    line-height: 40px;
    background:rgba(0,0,0,0.5);
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
    margin: 0;
    transition: all 0.3s;
    color: #fff;
}


#index_news .news_img_box .img img{
    text-align: center;
    display: inline-block;

    max-width: 100%;
    transition: all 0.5s;
    cursor: pointer;
}



#index_news .text li{
    position: relative;
    padding-left: 110px;
    padding: 0px 0 0px 110px;
    margin-bottom: 50px;
}


#index_news .text li:before{
    position: absolute;
    left: 94px;
    width: 1px;
    content: "";
    height: 100%;
    background: #b3b3b3;
    top: 0;

}



#index_news .text li .date{
    position: absolute;
    left: 0;
    top: 0;
    width: 94px;
    text-align: center;
    height: 85%;
    padding-top: 10px;
}

#index_news .text li .date h4{
    font-size: 36px;
    color: #3471b8;
    margin: 0;

}
#index_news .text li .date h4+p{
    font-size: 15px;
    margin: 0;
    color: #3471b8;

}


#index_news .text li .content h5{
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    margin: 0 0 6px 0;
}

#index_news .text li .content h5+p{
    line-height:22px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    color: #979797;
    margin:0 0 20px 0;
}




/*首页新闻*/





/*首页服务领域*/

#index_service{
    background: url("../image/service_bg.jpg") center center;
    background-size: cover;
    margin-top: 84px;
    position: relative;
    padding: 130px 0 140px 0;
}

#index_service .select{
    text-align: center;
    position: absolute;
    left: 0;
    top: -57px;
    width: 100%;
    z-index: 99;
}
#index_service .select li{
    display: inline-block;
    width: 314px;
    height: 92px;
    margin-left: -5px;
    background: #fff;
    padding-top: 55px;
    box-shadow: 0px 1px 5px #ddd;
    cursor: pointer;
    position: relative;
    line-height: 33px;
}


#index_service .select li.active{
    background: #3471b8;
    color: #fff;
}





#index_service .select li.active:nth-child(1):before{
    background: url(../image/ball.png) no-repeat;
}


#index_service .select li.active:nth-child(2):before{
    background: url(../image/jijian_1.png) no-repeat;
}

#index_service .select li.active:nth-child(3):before{
    background: url(../image/icon_4_1.png) no-repeat;
}




#index_service .select li:nth-child(1):before{
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    background: url(../image/ball-1.png) no-repeat;
    width: 44px;
    height: 44px;
    margin-left: -22px;
}



#index_service .select li:nth-child(2):before{
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    background: url(../image/jijian.png) no-repeat;
    width: 44px;
    height: 44px;
    margin-left: -22px;
}



#index_service .select li:nth-child(3):before{
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    background: url(../image/icon_4.png) no-repeat;
    width: 44px;
    height: 44px;
    margin-left: -22px;
}


#index_service .select+p{
    color: #fff;
    line-height: 26px;
    margin-bottom: 40px;
}






.Pro .item{
    margin: 0 15px;
}
.Pro .picture24{
    margin: 0 -15px;
    display: none;
    overflow: hidden;
}
.Pro .box .img_box{
    background: #fff;
    position: relative;
    overflow: hidden;

}
.Pro .box .img_box:hover .text{
   left: 0;
}

.Pro .box .img_box .text{
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    color: #fff;
    line-height: 50px;
    border: none;
    background: rgba(0,0,0,.25);
    padding: 0 10px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    transition: all 0.3s;
}

.Pro img{
    width: 100%;
}
.Pro .box .img_box div{
    border: 1px solid #cfcfcf;
}
.Pro  .box .border-bottom{
    position: relative;
    top: -7px;
    left: 0;
}

.Pro  .box.active .img_box{
    border: 1px solid #0665c6;
}
.Pro  .box.active .img_box div{
    border: 4px solid #0665c6;
}

.Pro  .box.active p{
    background: url("../images/box_p_bg2.png") center center;
    background-size: 100% 100%;
    color: #fff;
}

.Pro  .box p{
    margin: 0;
    height: 43px;
    line-height: 35px;
    background: url("../images/box_p_bg.png") center center;
    background-size: 100% 100%;
    text-align: center;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}










.picture24 .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.picture24 .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.picture24 .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.picture24 .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.picture24 .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.picture24 .owl-carousel .owl-item {
    float: left
}

.picture24 .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer
}

.picture24 .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/*.grabbing{cursor:url(../img/grabbing.png) 8 8,move}*/
.picture24 .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.picture24 .owl-theme .owl-controls {
}

.picture24 .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 39px;
    height: 100%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -70px;
    background: url(../images/yjt.png) no-repeat left;
    transition: all 0.5s;
}

.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -70px;
    background: url(../images/zjt.png) no-repeat right;
    transition: all 0.5s;
}

/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-prev:hover{ background:url(../images/yjt.png) no-repeat right;}*/
/*.picture24 .owl-theme .owl-controls .owl-buttons div.owl-next:hover{ background:url(../images/zjt.png) no-repeat left;}*/
.picture24 .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.picture24 .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.picture24 .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.picture24 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.picture24 .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}








/*首页服务领域*/



/*合作*/




#add .index_title{
    margin: 60px 0 70px 0;
}

#add{
    background: #f1f1f1;
    padding-bottom: 40px;
}
#add .add_content .more{
    width: 50%;
    height: 100%;
    display: block;
    position: relative;
    background: #fff;
    z-index: 2;
    padding: 67px 26px 0 26px;
    /*padding: 30% 10% 0 10%;*/
}
#add .add_content{
    margin-bottom: 30px;
}
#add .add_content .more img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#add .add_content .img{
    width: 50%;
    background: url("../image/pic4.jpg") center center;
    background-size:cover ;
}
#add .add_content img{
    width: 100%;
}
#add .add_content .more h6{
    font-size: 14px;
    color: #acacac;
    line-height: 34px;
}
#add .add_content .more h4{
    font-size: 20px;
    color: #000;
    line-height: 30px;
    padding-bottom: 11px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}

#add .add_content .more a{
    display: inline-block;
    padding: 7px 26px;
    border: 1px solid #3471b8;
    border-radius: 20px;
}




/*合作*/




#video{
    background:url("../image/video_bg2.jpg") center center;
    background-size: cover;
    text-align: center;
}


#video .box img{
    max-width: 100%;
}

#video .box{
    position: relative;
}

#video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}











