* { margin: 0; padding: 0; }
html { font-size: 62.5%;
    font-family: "Microsoft YaHei";, "Times New Roman", Georgia, Serif, tahoma; }
body { width: 100%; color: #999; line-height: 1.4; font-family: "Microsoft YaHei"; }
ul, li { list-style: none; }
img { border: 0; }
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
p{
    margin: 0;
}
.middleBox{
    background-color: #fff;
    padding: 80px 0;
}
.c-block{
    width: 1280px;
    font-size: 16px;
    /*height: 535px;*/
    margin: auto;
    color: #fff;
    /*padding-bottom: 80px;*/
}
.c-title{
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
	margin-top: 40px;
}
.c-list{
    font-size: 0;
}
.list-item{
    width: 50%;
    font-size: 14px;
    color: #595959;
    line-height: 21px;
    display: inline-block;
    text-align: right;
    float: left;
}
.textleft{
    text-align: left;
}
.bg-f0{
    background-color: #f0f0f0;
}
.fw{
    font-weight: bold;
    color: #000;
}
.textleft p{
    margin-bottom: 14px;
}
.list-item img{
    height: 355px;
}
.fz-20{
    font-size: 20px;
    color: #000000;
}
.pl-25{
    padding-left: 25px;
}
.mb-20{
    margin-bottom: 20px !important;
}
.clear{
    clear: both;
}
@media  (max-width: 680px) {
    .c-block{
        width: 100%;
        height: inherit;
        padding-bottom: 20px;
    }
    .mt-50 img{
        width: 100%;
    }
    .m80 img{
        width: 100%;
    }
    .c-block img{
        width: 100% !important;
        height: inherit !important;
        margin-bottom: 60px;
    }
    .middleBox{
        padding: 60px 10px 0;
    }
    .c-title{
        font-size: 20px;
    }
    .ecm-info{
        font-size: 14px;
    }
    .ecm_value li{
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
    .ecm_value{
        /*margin: 80px 10px 0;*/
        padding: 0 10px;

    }
    .c-mid-list li{
        width: 33.33%;
        margin: 30px 0;
    }
    .dashedBorder{
        width: 95px;
        height: 95px;
        margin: auto;
        padding-top: 33px;
    }
    .tenapp li{
        width: 33.33%;
    }
    .tenapp li{
        margin: 60px 0 0;
    }
    .list-item{
        width: 100%;
        padding: 0 10px;
    }
    .cc-ecm4{
        display: inherit;
    }
    .pc-ecm4{
        display: none;
    }
    .textleft{
        margin-bottom: 50px;
    }
    /*.mb-20{*/
        /*margin-top: 40px;*/
    /*}*/
}