@import "head.css";
@import "footer.css";
.main{
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.main .float{
    width: 200px;
    height: 446px;
    margin-left: 60px;
    margin-top: 40px;
    float: left;
}
.main .float .contact{
    width: 200px;
    height: 40px;
    background: #008ed8;
}
.main .float .contact p{
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}
.main .float .img{
    margin-top: 10px;
}
.main .float .details{
    height: 300px;
    width: 200px;
    background: #e9e9e9;
    margin-top: 10px;
    line-height: 26px;
}
.main .float .details p {
    font-size: 16px;
    color: #333333;
    margin-left: 2px;
}
.main .case{
    width: 1200px;
    height: 660px;
}
.main .case .mr-case{
    width: 940px;
    margin-left: 285px;
    height: 330px;
}
.main .case .mr-case .img{
    height: 290px;
    width: 290px;
    float: left;
    margin-top: 40px;
    margin-right: 20px;
}
.main .case .mr-case .img .color3{
    background: #e9e9e9 no-repeat center center;
    height: 60px;
    width: 290px;
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 60px;
}
.main .case .mr-case .img .color3 a {
    color: #333333;
    font-size: 14px;
}
.page{
    width: 1200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.page .left{
    background: url("../images/zuokuohao.png") no-repeat center center;
    margin-left: 450px;
}
 .page a{
    width: 38px;
    height: 38px;
    border:#e9e9e9 2px solid;
    display: block;
    float: left;
    font-size: 24px;
    text-align: center;
    color: #757575;
    line-height: 38px;
    margin-right: 25px;
}
.page .right{
    background: url("../images/youkuohao.png") no-repeat center center;
}
 .page .active{
    background: #008ed8;
    color: white;
}
 .page .more{
    line-height: 24px;
}
 .main .case .mr-case .img .color3:hover{
     background: #017cc8;
     transition: all ease-in 0.3s;
 }
 .main .case .mr-case .img .color3 a:hover{
     color: white;
 }