.banner{
    width: 100%;
    height: auto;
}
.banner img{
    width: 100%;
    height: auto;
}

/*navigation*/

.navigation ul{
    width: auto;
    height: auto;
    margin: 0 0 10px 360px;
    padding-top: 20px;
}
.navigation ul li img{
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-right: 6px;
    
}
.navigation ul li{
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #666;
    
}

.navigation ul li a:hover{
    
    color: #19bc64;
    
}

.navigation ul li:nth-child(6){
  
    color: #19bc64;
    
}
.navigation .xian{
    width: 100%;
    height: auto;
    margin-bottom: 42px;
}
.navigation .xian img{
    width: 100%;
    height: auto;
 
}

/*navigation end*/

.details-case{
    width: 1000px;
    height: auto;
    box-shadow: 0px 5px 10px #666;
    margin: 0 auto 60px;
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 16px;
    padding-left: 100px;
    padding-right: 100px;
}

.details-case h4{
    width: auto;
    height: 36px;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin: 0 auto 30px;
}
.details-case p{
    width: 1000px;
    height: auto;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    text-indent: 2em;
    margin-top: 10px;
}
.details-case img{
    margin: 0 auto;
    max-width: 100%;
}
.page{
    width: 1200px;
    height: 34px;
    margin: 0 auto 80px;
}
.page ul{
    width: 1200px;
    height: 36px;
}
.page ul li:nth-child(1){
    display: inline-block;
    width: auto;
    height: 36px;
    text-align:center;
    border-radius: 18px;
    background:#19bc64;
    margin-right:30px;
  
}
.page ul li:nth-child(2){
    display: inline-block;
    width: auto;
    height: 36px;
    text-align:center;
    border-radius: 18px;
    background:#bb7536;
    
    
}

.page ul li a{
    width: auto;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    margin:0 16px;
}

.service-box{
    width:1200px;
    height:auto;
    background:#e5e5e5;
    margin: 100px auto;
    padding:30px 0 42px 0;
}

.service-box h4{
    font-size: 26px;
    color: #19bc64;
    margin: 0 0 26px 30px;
    
}
.service-box ul{
    width:1200px;
    height:auto;
   
}

.service-box ul .service input:not([type="submit"]){
    display:block;
    width: 480px;
    height: 46px;
    border:1px solid #a0a0a0;
    margin: 0 0 16px 30px;
    font-size:14px; 
    line-height: 46px;
    text-indent:10px;    
}
.service-box ul .service form{
    position: relative;
}
.service-box ul .service form textarea{
    position: absolute;
    top: 1%;
    left: 45%;
    width:600px;
    height: 105px;
    margin-bottom: 28px;
    font-size:14px;
    line-height: 32px;
    text-indent:10px; 
}
.service-box ul .service input:last-of-type{
    width: 168px;
    height: 48px;  
    background: #19bc64;
    border: 1px #19bc64 solid;
    font-size:20px; 
    color:#fff;
    outline:none;
    margin-top: 26px;
    margin-left: 81%;
    cursor:pointer;
    text-align: center;
} 
.navigation ul li a{
    color:#666!important;
}
.navigation ul li a:hover{
    color:#19bc64!important;
}
.navigation ul li a:last-child{
    color :#19bc64!important;
}


.tit-fz,.tit-bolder,.tit-bg{margin-top: 20px!important;margin-bottom: 8px!important;}
.tit-fz{font-size: 18px!important;font-weight: bolder!important;}
.tit-bolder{font-weight: bolder!important;}
.tit-bg{background-color: #01a7e1;color: #fff!important;font-weight: bolder!important;}