body{
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}
p{margin: 0}
/*中间内容部分--我们能为你做些什么*/
.content1 {
    width: 100%;
    max-width: 1100px;
    display: table;
}
.content_div{
    /*width: 100%;*/
    /*max-width: 1100px;*/
    width: 1100px;
    margin: auto;
}
.content_h3{
    text-align: center;
    font-size: 40px;
    margin: 35px auto;
}
.ability_div{
    width: 100%;
    height: 170px;
    display: block;
    text-align: center;
    margin: auto;
}
.ability_w1{width: 800px;}
.ability_w2{
    width: 1100px;
    /*margin-top: 10px;*/
}
.ability_item{
    width: 220px;
    height: 220px;
    background: url("/static/image/web/ljx.png")no-repeat center;
    background-size: auto 100%;
    float: left;
    display: block;
    margin-left: 70px;
    cursor: pointer;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.ability_item:hover{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.ability_item:first-child{
    margin-left: 0;
}
.ability_item img{
    width: auto;
    height: 80px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ability_item p{
    margin: 12px auto;
    color: #FFFFFF;
    font-size: 18px;
}
/*中间内容部分--我们的优势*/
.content2{
    margin-top: 20px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.advantage_left{
    width: 40%;
    float: left;
    display: table;
}
.adv_l_d{
    width: auto;
    height: 90px;
    margin-top: 40px;
}
.adv_l_d img{
    width: 90px;
    height: auto;
    display: block;
    float: left;
}
.adv_l_content{
    margin-left: 10px;
    float: left;
}
.adv_text{
    border-radius: 30px;
    border: 1px solid black;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}
.adv_detail{
    margin-left: 10px;
    margin-top: 20px;
    font-size: 16px;
    width: 300px;
    display: inline-block;
}
.advantage_right{
    width: 60%;
    height: auto;
    float: left;
    margin-top: 10px;
}
/*优势内容二*/
.content3{
    margin-top: 30px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.c3_item{
    width: 19.5%;
    float: left;
    border-left: 1px;
    border-top: 1px;
    border-bottom: 1px;
    border-right: 0;
    border-style: solid;
    border-color: #00b0f0;
}
.c3_item:last-child{
    border-right: 1px solid #00b0f0;
}
.c3_item img:first-child{
    width: auto;
    height: 60px;
    display: block;
    margin: 20px auto;
}
.c3_item img:nth-child(2){
    width: 90%;
    height: auto;
    margin: auto;
    display: block;
}
.c3_item p{
    width: 90%;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    margin: 10px auto;
}
/*遇到的问题*/
.content4{
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    display: table;
}
.w1100{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.c4_item{
    width: auto;
    height: 100px;
    float: left;
    display: block;
}
.c4_item:nth-child(2n){
    margin-left: 120px;
}
.c4_item img{
    width: auto;
    height: 60px;
    float: left;
}
.c4_item p{
    width: 400px;
    margin-left: 20px;
    /*margin-top: 15px;*/
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
/*我们能帮你解决*/
.content5{
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.c5_img{
    width: 100%;
    height: auto;
    display: block;
}
/*联系我们*/
.content6{
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 50px;
}
.c6_left{
    width: 40%;
    float: left;
}
.c6_right{
    width: 55%;
    margin-left: 4%;
    float: left;
}
.c6_title{
    width: 100%;
    height: 40px;
    background: #018BCC;
}
.c6_title p{
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    margin-left: 10px;
}
.c6_title img{
    width: auto;
    height: 40px;
    display: block;
    float: right;
}
.c6_title a{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    float: right;
    margin-right: 5px;
    line-height: 40px;
    font-size: 12px;
}
.c6_content{
    width: 96%;
    display: table;
    margin-top: 10px;
    padding: 2%;
}
.c6_l_content{
    width: 65%;
    line-height: 30px;
    float: left;
}
.c6_l_image{
    width: 35%;
    height: auto;
    float: left;
    margin-top: 40px;
}
.c6_r_img img{
    width: 16%;
    margin: 1%;
    float: left;
}