@charset "utf-8";

.backTop{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #aaa;
    position: fixed;
    bottom: 10%;
    right: 2%;
    cursor: pointer;
    z-index: 100;
}
.backTop:hover{
    background: #00b9e4;
}
.backTop_icon{
    width: 28px;
    height: 15px;
    background: url(../image/backTop_icon.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -14px;
}
.content {
    /*width: 100%;*/
    background: #f8f8f8;
}
.content .content_box {
    width: 1200px;
    margin: 0 auto;
}
.content_box ul{
    margin-top: 40px;
}
.content_box li{
    height: 480px;
    width: 340px;
    padding: 20px;
    background: #fff;
    margin: 0 20px 30px 0;
    float: left;
    position: relative;
}  
.content_box a,p{
    float: left;
}
.content_box a h4{
    height: 52px;
    color: #00b9e4;
    font-size: 20px;
    /*text-align: center;*/
    margin-top: 10px;
}

.content_box ul li:hover{
    box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow:  0px 0px 5px #ccc;
    -o-box-shadow:0px 0px 5px #ccc;
}
.content_box ul li img{
    transform: scale(1);
    transition: 1s;
}
.content_box ul li:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.content_box ul li:hover p:nth-child(3){color:#00b9e4; }
.content_box p{
    text-indent: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.content_box p:last-child{position: absolute;bottom: 12px;left: 40px;}
.content_box ul li div{
    height: 12px;
    width: 12px;
    background-image: url("../image/icon14.png");
    position: absolute;
    left: 20px;
    bottom: 38px;
    z-index: 10;
}
.content_box ul li p:nth-child(5){
    margin-left: 20px;
}
.header_botm_list ul{
    width: 1063px !important;
    height: 70px;
    margin:0 auto;
    
}
.content_box ul li img{/*width: 100%;*/width:340px;height:258px;}
.content_box ul li a:first-child{height: 258px;width: 100%;overflow: hidden;}