
* {
    margin: 0;
    padding: 0;
}

.clear{clear:both}

a{color:#7F7F80}

.mask{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background:rgba(0,0,0,0.5);
    z-index:5999;
}

.box-title {
    text-align: center;
    padding: 20px 0;
}

.box-title h2 {
    padding-bottom: 20px;
    background: url(../img/line.png) no-repeat;
    background-position: bottom;
}

.box-title p {
    padding-top: 15px;
    font-size:18px;
}

.box-title h2 span {
    color: #00867B;
    padding-bottom: 30px;
}


.about .box-content .infomation {


}

.about .box-content .pic{
    width:100%;
    height:320px;
}



.about .box-content .description {
    position: relative;
}

.about .box-content .description p {
    text-indent: 30px;
}

.about .box-content .description .btn {
    width: 105px;
    background: #00867B;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.about .box-content .description .btn a{
    color:white;
}

.about .box-content .announce {
}

.about .box-content .announce .title {
    color: #fff;
    height: 55px;
    background: #00867B;
}

.about .box-content .announce .title a{
    color: #fff;
}

.about .box-content .announce .title .title-l {
    font-size: 16px;
    padding: 8px 0 0 15px;
    width: 100px;
    float: left;
}

.about .box-content .announce .title .title-l span {
    font-size: 12px;
}

.about .box-content .announce .title .title-r {
    padding: 18px 15px 0 0;
    font-size: 12px;
    float: right;
}

.about .box-content .announce ul {
    width: 100%;
    height: 300px;
}

.about .box-content .announce ul li {

    padding: 8px 0;
    overflow: hidden;
}

.about .box-content .announce ul li .date {
    font-size: 14px;
    float: left;
    padding-top: 5px;
    text-align: center;
    position: relative;
    width: 60px;
    height: 52px;
    background: #e4e4e4;
    margin-right: 10px;
}

.about .box-content .announce ul li .date .year {
    color: #fff;
    font-size: 12px;
    width: 100%;
    background: #00867B;
    position: absolute;
    bottom: 0;
}

.about .box-content .announce .c-title a{
    font-size: 18px;
    float: right;
    color: #ccc;
}

.news {

}


.news .new-l {
    height: 416px;
}

.news .new-l img {
    width:100%;
    height:100%;
}

.news .new-r{
    height: 416px;
}

.news .new-r .title {
    background: #7cc0bb;
    height: 55px;
}

.news .new-r .title ul{
    margin-bottom:0px;
}

.news .new-r .title ul li {
    list-style: none;
    float: left;
    font-size: 18px;
    color: #FFF;
    width: 33.33%;
    text-align: center;
    line-height: 55px;
}

.news .new-r .title li.active {
    background: #00867B;
}

.news .new-r ul li {
    line-height: 40px;
    padding-left:10px;
}

.news .news-box ul{
    list-style:square inside;
} 

.news .news-box ul li span{
    font-size: 14px;
    color: #666;
    float: right;
}

.more {
    font-size: 18px;
    float: right;
    color: #CCCCCC;
    margin: 30px 0;
}

.more a{
    color: #CCCCCC;
}


.middle-banner{
    clear:both;
    width:100%;
    min-height:300px;
}


.middle-banner .text {
    text-align:center;
    margin: 0 auto;
}

.middle-banner .text h2 {
    color: white;
    text-align: center;
    font-size: 50px;
    line-height: 180px;
}

.middle-banner .text p {
    color: white;
    font-size: 26px;
    text-align: center;
}

.middle-banner .text span {
    color: white;
    font-size: 16px;
    text-align: center;
}

.service {

}

.services-content .conter-introduction p {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
}

.service-list {
    padding-top: 37px;
}

.service-list .item {
    background: white;
    box-shadow: 0px 6px 12px #8a8889;
}

.service-list .item:last-child {
    margin-right:0;
}

.service-list .item .pic {
    width: 100%;
    height:auto;
}

.service-list .item .animate-box{
    margin-right:15px;
    height: 0;
    background: #00867B;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    transition: 0.8s;
}

.service-list .item .animate-box h4{
    width: 75px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-bottom: 4px;
    margin: 10px auto;
    border-bottom: 1px solid #e5e5e5;
}
.service-list .item .animate-box p{
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.service-list .item .animate-box span{
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: justify;
    font-size: 14px;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.35);
    padding-top: 20px;
}

.service-list .item .pic img {
    width: 100%;
    height: auto;
}

.service-list .item .image-title {
    padding:15px 0;
}

.service-list .item .image-title h2 {
    font-size: 44px;
    color: #00877B;
    text-align: center;
}

.service-list .item .image-title h6 {
    font-size: 22px;
    color: #00877B;
    text-align: center;
    border-top: 3px solid #00877B;
    width: 140px;
    margin: 0 auto;
    padding: 10px 0;
}



/*合作案例*/

.case{
    width:100%;
}
.case .item{
  	width:97%;
  	height:200px;
    box-shadow: 0px 6px 12px #8a8889;
  	margin:0 auto 10px auto;
  	position:relative;
}
.case .item .title{
	color:white;
    position:absolute;
    z-index:99999;
    top:0;
    top:45%;
    font-size:17px;
    width:100%;
    text-align:center;
}
.case .np{
    padding:0;
}

.case div img{
    width:100%;
    height:100%;
}
.case div .description{
    padding-top:10%;
}
.case div .description h2{
    margin:0;
    text-align: center;
    padding: 20px 0 10px 0;
    color: #222;
    font-size: 22px;
}
.case div .description p{
    font-size: 14px;
    color: #222;
    line-height: 20px;
    text-align: justify;
    padding: 0 20px;
    text-indent: 30px;
}

/*底部*/

.bottom {
    width: 100%;
    padding-bottom:30px;
    background: #595758;
}

.bottom .bottom-left {
    padding-top:50px;
    height: 400px;
    padding-bottom: 20px;
}

.bottom .bottom-left h2 {
    font-size: 26px;
    color: white;
}

.bottom .bottom-left h4 {
    font-size: 16px;
    color: white;
}
/*地址*/

.bottom .bottom-left .contact {
    padding-top:20px;
    clear:both;
}

.bottom .bottom-left .contact .pic{
    float:left;
    padding-right:15px;
}

.bottom .bottom-left .contact .pic img {
    width:30px;
    height:auto;
}

.bottom .bottom-left .contact .right{
    float:left;
}

.bottom .bottom-left .contact .right h1 {
    margin:0;
    font-size: 18px;
    color: white;
}

.bottom .bottom-left .contact .right p {
    padding-top:5px;
    font-size: 16px;
    color: white;
}


.bottom .bottom-left .bottom-nav {
    padding: 20px 0;
    color:white;
    
}

.bottom .bottom-left .bottom-nav a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    margin-top:15px;
    padding: 0 10px;
}

.bottom .bottom-right {
    padding-top: 80px;
    text-align: center;
    color: white;
    font-size: 18px;
}

.bottom .bottom-right .qr-code{
    padding-top:10px;
}


.bottom .bottom-right h2{
    font-size: 18px;
}



.bottom-end{
    width: 100%;
    padding:10px 0;
    background: #000;
    color: #989696;
    font-size: 16px;
    padding: 20px 0;
}

.bottom-end span:first-child{
    float:left;
}

.bottom-end span:last-child{
    float:right;
}


/*370px到768px*/
@media screen and (min-width:370px) and (max-width:768px) {
  .col-xs-12,.col-sm-12,.col-md-4,.col-md-3,.col-md-2{
      padding:10px 5px;
  }
  .middle-banner .text h2 {
      font-size:22px;
  }
  .middle-banner .text p {
      font-size:14px;
  }
  .about .box-content .description{
      height:auto;
  }
 .about .box-content .description .btn{
    position:relative;
 }
 .box-title h2{
     font-size:20px;
 }
 .services-content .conter-introduction p{
     font-size:16px; 
 }
}


