#banner{width: 100%;height: 300px;background:url(../images/gongye_bg.jpg) center no-repeat;}


#sub_nav{width: 100%;height:50px;border-bottom: 1px solid #ededed; }
#sub_nav ul{width: 1200px;height: 50px;margin:0 auto;}
#sub_nav ul li{margin-right: 60px;line-height: 50px;float: left;}
#sub_nav ul li a{font-size: 14px;color: #999}
#sub_nav ul li a:hover{color: #5D99FF}
#sub_nav ul li.now a{color: #5D99FF}

.pj_list{width: 1200px;margin:50px auto 0;}
.pj_list ul{width: 1200px;}
.pj_list ul li{width: 385px;height: 300px;margin:0 20px 30px 0;float: left;}
.pj_list ul li.last{margin-right: 0}
.pj_list ul li .ima{width: 385px;height: 250px;overflow:hidden;}
.pj_list ul li .ima img{max-width: 385px;max-height: 250px;}
.pj_list ul li .ima img.img2{
transition: All 0.4s ease-in-out;
-webkit-transition: All 0.4s ease-in-out;
-moz-transition: All 0.4s ease-in-out;
-o-transition: All 0.4s ease-in-out;
}
.pj_list ul li .ima img.img2:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.pj_list ul li .pj_tt{margin-top: 8px;}
.pj_list ul li .pj_tt a{font-size: 14px;color: #333}
.pj_list ul li .xl{color: #999;margin-top: 2px}



/*详情*/
#gt_dt{width: 1200px;margin:90px auto 0;}
#gt_dt .gc_title{font-size: 24px;color: #333;text-align: center;}
#gt_dt .click{margin: 50px auto 0;width: 200px;height: 20px;line-height: 20px} 
#gt_dt .click img,#gt_dt .click span{float: left}
#gt_dt .click span{color: #999}
#gt_dt .click img{margin-right: 10px;}
#gt_dt .click .dianji{margin-right: 30px;}
#gt_dt .gc_ct{margin-top:50px;}
#gt_dt .gc_ct p{font-size: 14px;color: #999;line-height: 25px;}
#gt_dt .gc_ct img{max-width: 1200px;}
#gt_dt .jump{margin-top: 80px;border-top: 1px solid #ddd;height: 115px;width: 1200px}
#gt_dt .jump p{margin-top: 10px;color: #999;font-size: 14px}
#gt_dt .jump a{color: #333;font-size: 14px}

