a,a:hover{
    text-decoration: none !important;
}
.logo,.row{
    margin: 0 !important;
}
.row{
    padding-top: 60px;
}
.banner img{
    width: 100%;
}
.nddes,.cons,.info-title,.title{
    text-align: center;
}
.nddes,.cons{
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin-top: 15px;
}
.pic{
    text-align: center;
    transition: all .4s;
}
.pic:hover{
    opacity:0.4;
    transition: all .4s;
}
.pic img {
    width: 140px;
}
.line{
    background: #2f4052;
    width: 60px;
    height: 2px;
    margin: 15px auto;
}
.f1,.f2,.f3{
    margin: 60px 0;
}
.title{
    margin: auto 10px;
}
.h2{
    width: 100%;
}
.data-tit{
    font-size: 60px;
    font-weight: bold;
    vertical-align: middle;
    font-family: 'ccssbc';
    text-align: center;
}
.data-item1{
    float: left;
    margin: 30px 10px;
    min-width: 200px;
}
.data-item2{
    float: left;
    margin: 30px 44px;
    min-width: 200px;
}
.fang-tr{
    clear: both;
}
.fang-th,.fang-td{
    float: left;
}
.nd2{
    background-color: #efefef;
    padding: 60px 0;
}

.container table{
    
    table-layout: fixed;
    word-wrap: break-word;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 auto 50px;
}
.container th{
    color: #fff;
    background-color: #2f4052;
    font-size: 1.4em;
}
.container td{
    background-color: #efefef;
    text-align: center
}
.container th,.container td{
    padding: 10px;
    width: 250px;
    line-height: 25px;
    border: 1px solid #fff;
}
.partner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 60px;
    justify-content: center;
}
.partner-list, .partner-item {
    list-style-type: none;
}
.partner-item{
    width: 25%;
    max-width: 193px;
    border: 1px solid #ddd;
    margin: -1px 0 0 -1px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
}
.partner-item img {
    width: 100%;
    transition-duration: 0.4s;
    transition-property: all;
}
.partner-item img:hover{
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    transition-duration: 0.4s;
    transition-property: all;
}