.cf_body{width: 1200px;margin: 0 auto;}
.cf_top{}
.cf_top .top_1{background: url(../images/cf_02.jpg) repeat-x;height: 48px;line-height: 48px;}
.cf_top .top_1 .f-l{}
.cf_top .top_1 .f-r{}
.cf_top .top_1 .f-r font{margin-left: 15px;color: #b29900;}
.cf_top .top_2{background: url(../images/cf_08.jpg) repeat-x;height: 114px;line-height: 114px;}
.cf_top .top_2 .logg{}
.cf_top .top_2 .cf_nav{}
.cf_top .top_2 .cf_nav ul{margin-right: 40px;}
.cf_top .top_2 .cf_nav li{float: left;font-size: 16px;margin-left: 40px;}
.cf_top .top_2 .cf_nav .current{color: #b29900;}
.cf_main01{margin: 50px 0;}
.cf_main01 .tupian{width: 500px;}
.cf_main01 .wenzi{width: 680px;}
.cf_main01 .wenzi h4{font-size: 18px;color: #c5a800;border-bottom: 1px dashed #ccc;height: 36px;line-height: 36px;}
.cf_main01 .wenzi span{display: block;font-size: 16px;color: #333;font-size: 16px;margin: 10px 0;}
.cf_main01 .wenzi p{line-height: 36px;}

.cf_main02{}
.cf_main02 .cf_product{}
.cf_main02 .cf_product ul{}
.cf_main02 .cf_product li{float: left;margin: 0 0 15px 15px;max-width: 100%;overflow: hidden;}
.cf_main02 .cf_product li img{
	              width: 278px;height: 278px;
                cursor: pointer;  
                transition: all 0.5s; /* 所有的属性变化在0.5s的时间段内完成 */
            }  
.cf_main02 .cf_product li img:hover{  
                transform: scale(1.5); /* 鼠标放到图片上的时候图片按比例放大1.5倍   */
            }  
.cf_main02 .cf_product li span{display: block;background: #c5a800;color: #fff;height: 36px;line-height: 36px;text-align: center;}

footer{background: #f6f6f6;margin: 20px 0 0 0;border-top: 1px solid #ccc;padding-bottom: 20px;}
footer .foot_nav{height:60px;line-height:60px;border-bottom: 1px dashed #ccc;margin-bottom: 20px;}
footer .foot_nav ul{}
footer .foot_nav li{float: left;font-size: 16px;margin: 0 20px;}
footer .cf_copyright{}
footer .cf_copyright .foot_logo{padding-right: 15px;border-right: 1px solid #ccc;height: 80px;line-height: 80px;}
footer .cf_copyright .foot_text{padding-left: 15px;line-height: 20px;}

.cf_dqwz{background: #f6f6f6;border-bottom: 1px solid #ccc;margin: 0 0 30px 0;padding: 30px 0;}
.cf_dqwz h4{}
.cf_dqwz .wz{}

.cf_nei{}
.cf_nei .cf_n_left{width: 280px;}
.cf_nei .cf_n_left dl{margin-top: -1px;}
.cf_nei .cf_n_left dt{}
.cf_nei .cf_n_left dt a{color: #fff;display: block;background: #c5a800;padding-left: 20px;height: 50px;line-height: 50px;font-size: 16px;}
.cf_nei .cf_n_left dd{}
.cf_nei .cf_n_left dd a{color: #666;display: block;background: #fff7c9;padding-left: 20px;height: 50px;line-height: 50px;font-size: 14px;border-bottom: 1px dashed #ccc;}
.cf_nei .cf_n_left dd a:hover{color: #c5a800;font-weight: bold;}
.cf_nei .cf_n_left .current{color: #c5a800;font-weight: bold;}

.cf_nei .cf_n_right{width: 920px;}
.cf_nei .cf_n_right .cf_product{}
.cf_nei .cf_n_right .cf_product ul{}
.cf_nei .cf_n_right .cf_product li{float: left;margin: 0 0 20px 20px;max-width: 100%;overflow: hidden;}
.cf_nei .cf_n_right .cf_product li img{
	width: 278px;height: 278px;
                cursor: pointer;  
                transition: all 0.5s; /* 所有的属性变化在0.5s的时间段内完成 */
            }  
.cf_nei .cf_n_right .cf_product li img:hover{  
                transform: scale(1.5); /* 鼠标放到图片上的时候图片按比例放大1.5倍   */
            }  
.cf_nei .cf_n_right .cf_product li span{display: block;background: #c5a800;color: #fff;height: 36px;line-height: 36px;text-align: center;}

.cf_nei .cf_n_right .cf_about{margin-left: 20px;}
.cf_nei .cf_n_right .cf_about h4{}
.cf_nei .cf_n_right .cf_about p{}

/* 全局分页 */#page {
 margin:30px 0;
 font-size:14px;
 height:30px;
 line-height:30px;
 text-align:center
}
#page .pageinfo {
 margin-right:3px;
 color:#808080;
 font-size:14px;
 padding:4px 10px;
 border:1px solid #aaa;
}
#page .pageinfo strong {
 font-weight:normal;
 margin:0 3px
}
#page  a {
 border:1px solid #aaa;
 background:#fff;
 color:#808080;
 padding:4px 10px;
 margin-left:5px;
 transition:all 0.2s
}
#page  a:hover,
#page .curpage {
 background:#c5a800;
 color:#fff;
 text-decoration:none;
 border:1px solid #c5a800;
}
#page .nopage {
 cursor:not-allowed;
}
#page .nopage:hover {
 background:#fff;
 color:#808080;
 border:1px solid #aaa;
}