.wmp_con {
    height: 516px;
    margin: 50px auto 0px;
    overflow: hidden;
}

.wmp_conl {
    width: 520px;
    height: 516px;
    float: left;
    overflow: hidden;
}

.wmp_conl ul li {
    width: 520px;
    margin: 50px 0px;
    height: 56px;
    overflow: hidden;
}

.wmp_conl_num {
    width: 50px;
    height: 56px;
    line-height: 50px;
    font-size: 23px;
    color: #fff;
    background: #00B0F0;
    text-align: center;
    border-radius: 6px;
    float: left;
    margin-right: 25px;
}

.wmp_conl_text h3 {
    font-size: 22px;
    color: #444444;
    font-weight: normal;
    margin-bottom: 5px;
}

.wmp_conl_text p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.wmp_con_r {
    width: 680px;
    height: 516px;
    text-align: right;
    float: right;
}

.wmp_con_r img {
    height: 450px;
    width: 556px;
}

.wm_service_con {
    margin: 30px 0;
}

.wm_service_conl {
    width: 900px;
}

.wm_service_item {
    width: 288px;
    border: 1px solid #e5e5e5;
    padding: 20px 0px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 5px 5px;
    height: 146px;
}
.wm_service_item:hover{
  border: 2px solid #00B0F0;
}
.wm_service_item dd:hover{
    color: #00B0F0;
}
.wm_service_icon {
    transition: all 0.5s ease 0s;
}

.wm_service_icon img {
    width: 42px;
}

.wm_service_info {
    margin-left: 30px;
    width: 60%;
}

.wm_service_info dd {
    font-size: 18px;
    color: rgb(85, 82, 82);
    margin-bottom: 8px;
}

.wm_service_info dt p {
    font-size: 14px;
    color: #999;
}

.wm_service_conr {
    border: 1px solid #e5e5e5;
    width: 300px;
    text-align: center;
    padding: 40px 0px;
    box-sizing: border-box;
}

.wm_service_title {
    margin-bottom: 53px;
}

.wm_service_title dd {
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
}

.wm_service_title dt {
    font-size: 16px;
    color: #999999;
    margin-bottom: 30px;
}

.wm_service_title p {
    font-size: 14px;
    color: #00B0F0;
}

.construction {
    margin-top: 40px;
    background: #F1F1F1;
    padding-bottom: 30px;
}

.wm_cons_list {
    height: 480px;
    margin: 20px 0;
}

.wm_cons_items {
    float: left;
    width: 230px;
    height: 225px;
    background: #f6f6f6;
    padding: 25px 5px 20px;
    position: relative;
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
}

.wm_cons_icon {
    height: 92px;
}

.wm_cons_icon img {
    height: 100%;
}

.wm_cons_iconac {
    height: 52px;
    right: 0;
    top: 3px;
    position: absolute;
}

.wm_cons_items h5 {
    width: 100%;
    margin-top: 7px;
    font-size: 18px;
    color: #323232;
    line-height: 23px;
    padding-bottom: 9px;
}

.wm_cons_items h6 {
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 22px;
}

.wm_cons_detail {
    width: 100%;
    margin-top: 14px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
    height: 64px;
    overflow: hidden;
    display: none;
}
.wm_sale_list{
    margin: 55px auto 0px;
    overflow: hidden;
}
.wm_sale_list li{
    float: left;
    width: 176px;
    margin: 0px 31px;
    padding-top: 140px;
    position: relative;
}
.wm_sale_list li div{
    position: absolute;
    top: 10px;
    margin: 0px 33px;
    width: 110px;
    height: 110px;
    box-shadow: #a3a3a3 0px 0px 10px;
    border-radius: 60px;
    transition: all .5s ease;
}
.wm_sale_list li div i{
    width: 53px;
    margin: 32px 28px 0px;
    position: absolute;
    height: 45px;
    background-image: url(../image/custom_fw.png);
    transition: all .5s ease;
}
.wm_sale_list li.wm_open div i{
    background: url(../image/custom_fw_now.png);
    transition: all .5s ease;
    transform: rotateY(180deg);
}
.wm_sale_list li:nth-child(2) div i{
    width: 44px;
    background-position: -54px 0px;
    margin: 32px 33px 0px;
}
.wm_sale_list li:nth-child(3) div i{
    width: 46px;
    background-position: -104px 0px;
    margin: 32px 32px 0px;
}
.wm_sale_list li:nth-child(4) div i{
    width: 48px;
    background-position: -156px 0px;
    margin: 32px 31px 0px;
}
.wm_sale_list li:nth-child(5) div i{
    width: 52px;
    background-position: -212px 0px;
    margin: 32px 29px 0px;
}
.wm_sale_list li dd{
    font-size: 20px;
    text-align: center;
    height: 40px;
}
.wm_sale_list li ol{
    font-size: 14px;
    color: #8b8b8b;
    line-height: 26px;
}
.wm_sale_list li.wm_open div{
    background-color: #00B0F0;
    box-shadow: #a3a3a3 0px 0px 0px;
    transition: all .5s ease;
}
.wm_process_con{
    height: 251px;
    margin: 80px auto;
    position: relative;
    background: url(../image/wm_process.png) center center no-repeat;
}
.wm_process_item{
    width: 125px;
    height: 125px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 14px;
}
.wm_process_img{
    height: 125px;
}
.wm_process_img b{
    font-size: 35px;
    color: #fff;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    display: block;
    padding-top: 15px;
}
div.wm_process_item:nth-child(odd)>.wm_process_info{
    background: url(../image/icon4_0.png) top center no-repeat;
    padding-top: 80px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: -15px;
}
.wm_process_info h4{
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.wm_process_info span{
    font-size: 14px;
    line-height: 1.2;
    margin-top: 8px;
    color: #707070;
}
.wm_process_con div.wm_process_item:nth-child(2){
    left: 163px;
    top: 110px;
}
.wm_process_con div.wm_process_item:nth-child(3){
    left: 313px;
    top: 14px;
}
.wm_process_con div.wm_process_item:nth-child(4){
    left: 463px;
    top: 110px;
}
.wm_process_con div.wm_process_item:nth-child(5){
    left: 612px;
    top: 14px;
}
.wm_process_con div.wm_process_item:nth-child(6){
    left: 762px;
    top: 110px;
}
.wm_process_con div.wm_process_item:nth-child(7){
    left: 911px;
    top: 14px;
}
.wm_process_con div.wm_process_item:nth-child(8){
    left: 1060px;
    top: 110px;
}
div.wm_process_item:nth-child(even)>.wm_process_info{
    background: url(../image/icon4_0.png) bottom center no-repeat;
    padding-bottom: 80px;
    position: absolute;
    width: 100%;
    bottom: 100%;
    left: 0;
    margin-bottom: -15px;
}
.wm_zx{
    position: relative;
    text-align: center;
        margin: 60px 0;
}
.wm_zx::before{
    content: "";
    width: 100%;
    height: 1px;
    background: #777;
    position: absolute;
    top: 50%;
    left: 0;
}
.wm_zx span{
    padding: 0 20px;
    display: inline-block;
    position: relative;
}
.wm_zx span a{
    background: #4461a0;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    height: 80px;
    line-height: 75px;
    width: 345px;
    font-size: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.wm_zx span a img{
    margin-right: 10px;
    border: none;
    vertical-align: middle;
}

.problemlist{
    overflow: hidden;
    padding-bottom: 10px;
}
.problem_item{
    width: 385px;
    background: #fff;
    height: 240px;
    margin: 0 7px;
    font-size: 12px;
    box-shadow: 0px 5px 5px #ededee;
    color: #878787;
}
.problem_item h3{
    font-size: 18px;
    color: #fff;
    background: #00B0F0;
    line-height: 60px;
    padding-left: 30px;
}
.problem_item p{
    padding: 0 30px;
    line-height: 26px;
    padding-top: 25px;
    font-size: 14px;
    color: #656565;
}
.zi_banner{
    position:relative;
    margin:auto;
    width: 1400px;
    height: 400px;
    background: url(../image/2.png) no-repeat center;
}