/* 公告 */
.notes {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 60px;
    font-size: 18px;
    color: #abaaaa;
}
.notes li {
    float: left;
    margin-right: 30px;
}
.notes li a {
    color: #abaaaa;
}
.notes li a:hover {
    color: #EFEFEF;
}
.notes-icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/note_icon.png) no-repeat center;
}
/* 内容 */
.content {
    margin-top: 20px;
    line-height: 1.5;
}
.content .content-title {
    float: left;
    width: 1200px;
    margin: 100px 0 40px;
}
.content .content-title .name {
    font-size: 36px;
    font-weight: bold;
}
.content .content-title .name span {
    font-size: 30px;
    color: #666;
    font-weight: normal;
}
.content .content-title .more {
    float: right;
    margin-top: 20px;
    font-size: 16px;
    color: #c70100;
    font-weight: normal;
}
.content .content-title p {
    color: #888;
    width: 1150px;
}
.content .content-title p a {
    color: #394043;
    margin-left: 20px;
    float: right;
}
.content .wpzj-banner {
    height: 514px;
    margin-top: 20px;
    /* background-color: bisque;  */
    position: relative;
}
.content .wpzj-banner img {
    display: block;
    border-radius: 4px;
}
.content .wpzj-banner:hover .wpzj-banner-mask {
    opacity:0.3;
} 
.content .wpzj-banner-text {
    position: absolute;
    left: 80px;
    top: 90px;
    font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    z-index: 2;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
}
.content .wpzj-banner-text span {
    font-size: 36px;
}
.content .wpzj-banner-btn {
    display: block;
    position: absolute;
    left: 80px;
    top: 220px;
    width: 160px;
    height: 40px;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    z-index: 3;
    background-color: #c70100;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
}
.content .wpzj-banner-btn:hover {
    background-color: #9a0a0a;
}
.content .wpzj-banner-btn2 {
    display: block;
    position: absolute;
    left: 80px;
    top: 290px;
    width: 160px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    z-index: 3;
    border:1px solid #c70100;
    color: #000;
}
.content .wpzj-banner-btn2:hover {
    border:1px solid #9a0a0a;
}
.content .content-title p a:hover {
    text-decoration: underline;
}
.report-content {
    /* height: 400px; */
    overflow: hidden;
}
.report-content ul {
    margin-top: 20px;
    width: 2100px;
}
.report-list li {
    position: relative;
    width: 262px;
    float: left;
    margin-right: 50px;
    margin-bottom: 3px;
    overflow: hidden;
}
.report-list .hover-text {
    display: none;
    position: absolute;
    left: 68px;
    top: 195px;
    width: 138px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.report-list li:hover .hover-text{
    display: block;
}
.report-list li .bottom  {
    height: 115px;
    overflow: hidden;
    padding: 10px;
    font-family: HiraginoSansGB-W6;
    font-size: 14px;
    color: #101D37;
    letter-spacing: 0;
    line-height: 24px;
    background-color: #c70100;
    color: #fff;
}
.report-list li .sq-name  {
    font-size: 20px;
    margin-bottom: 10px;
}
.report-list li .bg  {
    width: 262px;
    height: 262px;
    overflow: hidden;
}
.report-list li a img  {
    width: 262px;
    height: 262px;
    transition: all 0.6s; 
}
.report-list li a:hover img  {
    transform: scale(1.2); 
}

/* 商业服务列表 */
.service-title {
    clear: both;
    font-size: 20px;
    line-height: 30px;
    padding-left: 25px;
    margin-bottom: 10px;
}
.service-list li {
    position: relative;
    width: 393px;
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
    overflow: hidden;
}
.service-list li.last {
    margin-right: 0;
}
.service-list .hover-text {
    position: absolute;
    left: 0;
    top: 0px;
    width: 393px;
    height: 145px;
    padding-top: 95px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
}
.service-list li .bottom  {
    height: 72px;
    overflow: hidden;
    margin: 10px;
    font-family: HiraginoSansGB-W6;
    font-size: 16px;
    color: #101D37;
    letter-spacing: 0;
    line-height: 24px;
}
.service-list li .sq-name  {
    font-size: 20px;
    margin-bottom: 10px;
}
.service-list li .bg  {
    width: 394px;
    height: 240px;
    overflow: hidden;
}
.service-list li a img  {
    width: 394px;
    height: 240px;
    transition: all 0.6s; 
}
.service-list li a:hover img  {
    transform: scale(1.2); 
}
/* 客户列表 */
.partner-list-wrap {
    width: 1200px;
    overflow: hidden;
}
.partner-list-wrap ul {
    width: 1260px;
}
.partner-list li {
    float: left;
    width: 185px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    margin: 0 15px 25px 0;
    background-color: #fff;
    box-shadow: 0 0 6px #e5e5e5;
}
.partner-list li:hover {
    box-shadow: 0 0 6px #ccc;
}
.partner-list li img {
    height: 50px;
    padding: 15px;

}
/* 案例展示 */
.case-list {   text-align:left;  position:relative; width: 1200px; height: 760px;  }
.case-list .hd ul {position:absolute; z-index:3;  bottom: 10px; left: 45%;}
.case-list .hd ul li{  cursor:pointer; display:inline-block; zoom:1; width:50px; height:6px; margin:4px; background-color:#aeaeae; overflow:hidden; line-height:9999px;}	
.case-list .hd ul .on{ background-color:#c70100; }
/* .case-list .bd ul li img{ width: 100%; height: 640px; float: left; } */
.case-list .bd div.slideTxt .slideTxt-des{ float: left; width: 500px; font-size: 18px; }
.case-list .bd div.slideTxt .slideTxt-img{ float: right; width: 500px; }
.case-list .case-title {
    font-size: 34px;
    margin-bottom: 10px;
}
.case-list .case-text {
    float: left;
    width: 640px;
}
.case-list .case-text .case-text-li {
    border: 1px dashed #a9a9a9;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.case-list .case-text .case-text-li.dp {
    background-color: #d8d8d8;
}
.case-list .case-text strong {
    color: #c70100;
    font-size: 18px;
}
.case-list .case-img {
    float: right;
    width: 408px;
    overflow: hidden;
}
.case-list .case-img img {
    margin-bottom: 20px;
}
.case-img-title {
    font-size: 16px;
    margin-bottom: 10px;
}

