
.marketing_ad {
    width:100%;
    height:300px;
    overflow:hidden;
    min-width:1050px;
}

.mainad {float:none;margin:0 auto; text-align:center;}
.marketing_ad a {}

.contbgcor{width:100%;background:#F1F2F4; padding-bottom: 30px;}

.ZyTitle{ float: none; margin: 0 auto; width:1050px; height:90px;background: #F1F2F4;}
.ZyTitle .lefts{ width:500px; height:90px; float:left;}
.ZyTitle .leftEn{ line-height:90px; padding-left:15px; float:left; font-size:30px; font-weight:bold;color:#2A2B2c;}
.ZyTitle .leftCh{ float:left; padding-top:38px; font-size:16px; color:#676769; padding-left:5px;}

.KeBody{ float: none; margin:0 auto; width:1050px; height:auto; padding:0px 10px 50px 10px;  background:#fff;}
.KeBodyTop{ width:1000px; height:121px; padding-left:13px; float:left; padding-top:32px;}
.KeBodyTop .en{ width:1000px; height:38px; font-size:20px;color:#7C7C7C;}
.KeBodyTop .coms{ width:1000px; height:50px; padding-right:30px; color:#666666; line-height:22px; font-size: 13px;}

/*customer*/
#custCont{width:100%;}
#custCont img{width: 208px;height: 90px;border:0px;}
#custCont ul{width:1045px; height: 273px; margin-top: 15px; border-left:#DEDEDE 1px solid;border-top:#DEDEDE 1px solid; clear: both}
#custCont ul li{float: left;width: 208px;height: 90px;padding: 0px;margin:0px;background:#595959;border-bottom:#DEDEDE 1px solid;border-right: #DEDEDE 1px solid}
#custCont ul li a{display: table; width: 100%;  height: 100%;text-decoration: none;  outline: none;
    -webkit-transition: all 800ms ease-out; /* CSS3 transition. Last value is pause before transition play */
    -moz-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}
#custCont ul li a span
{box-sizing: border-box;display: table-cell;vertical-align: middle; width: 100%; height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 800ms ease-out; /* CSS3 transition. */
    -moz-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}
#custCont ul li:hover a
{
    color: black; /* color of icon font onMouseover */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); /* flip horizontally 180deg*/
    transform: rotateY(180deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
