/* 全局常用设置 */
*{word-wrap:break-word;word-break:break-all;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { padding:0; margin:0; } 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0;} 
ol,ul,li {list-style-type:none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; } 
a img{ border:0px;}
a { color:#444; text-decoration:none}
a:hover { color:#0068b7; text-decoration:none}
body{ font-size:14px;background:#fff;font-family:"Microsoft Yahei"}

/*--基础数据--*/
.pull-left{float:left !important;}.pull-right{float:right !important;}
.cl{clear:both;}
/*--基础数据--*/

.project-right-body-word{width:95%;margin:0 auto;color:#333;padding:20px 0 0;line-height:26px;}
.project-right-body-word > h1{font-family:"FZXiaoBiaoSong-B05S";font-size:20px;text-align: center;line-height:42px;font-weight: bold;}
.project-right-body-word table{border-right:1px #e5e5e5 solid;border-bottom:1px #e5e5e5 solid;width:100%}
.project-right-body-word table thead{background:#F5F5F5}
.project-right-body-word table thead th{padding: 14px 10px 16px 15px;white-space: nowrap;word-wrap: normal;word-break: normal;}
.project-right-body-word table th,.project-right-body-word table td{border-left:1px #e5e5e5 solid;border-top:1px #e5e5e5 solid;padding: 14px 10px 16px 15px;}
.project-right-body-title{border-bottom:1px #ddd solid;font-size:16px;font-weight: bold;padding:15px;background:url(../images/blue-box.jpg) 0 center no-repeat}
.project-right-body-content{padding:15px 0;}
.project-right-body-word h2{color:#0F9DE9;border-bottom:1px #e3e3e3 solid;padding:15px 0px 5px;font-weight:bold;line-height:26px;margin: 0 0 10px;}
.project-right-body-img{position:relative;margin:15px 0}
.project-right-body-img img{width:100%}

.project-enlarge-bg{background:url(../images/enlarge-bg.png);position: absolute;;top:0;left:0;z-index:3;display:none;cursor: pointer;width:100%;height:100%;}
.project-enlarge-i{width:128px;height:128px;display:none;position: absolute;top:50%;left:50%;margin:-64px 0 0 -64px;z-index:4;background: url(../images/enlarge-i.png) center no-repeat;cursor: pointer;}

@media screen and ( max-width: 1200px ) {
    .project-right-body-title{padding:5px 15px}
    .project-right-body-content{padding:10px 0}
    .project-right-body-word table{margin:0 0 10px;}
    .project-right-body-word table thead th{padding: 5px 20px;}
    .project-right-body-word table th,.project-right-body-word table td{padding: 5px 10px;line-height: 1.7;}
}