/* banner图 */
.banner_box{width:100%;height:500px;}

/* 导航 */
.info_box{width: 1200px;margin:60px auto 0;padding:0 28px;box-sizing:border-box;}
.info_box .title{font-size: 20px;color: #545454;}
.info_box .position{font-size: 13px;color: #999999;margin-right: 40px;}
.info_box .position.cp{margin-right: 70px;}
.info_box .line{ width:753px;height: 2px;background: #EDEDED;}
.info_box .x{ width:100%;height: 2px;background: #EDEDED;}
.info_box .nav{width: 250px;}
.info_box .nav .item{width: 100%;height: 50px;position: relative;}
.info_box .nav .item .t{font-size: 14px;color: #000000;}
.info_box .nav .item .iconfont{font-size: 12px;color: #000000;}
.info_box .nav .item .x{position: absolute;left: 0;bottom: 0;width: 100%;height: 2px;background: #EDEDED;}
.info_box .x2{width: 1px;height: 250px;background: #EDEDED;margin: -60px 50px 0;}

/* 产品列表 */
.product_list{margin-top: 34px;width: 100%;box-sizing: border-box;}
.product_list .item{width: 260px;height: 244px;background: #F7F7F7;border: 2px solid #F0F0F0;box-sizing: border-box;}
.product_list .item .img{width: 256px;height: 218px;display: block;}
.product_list .item .name{font-size: 17px;color: #666666;padding: 0 13px;}
.product_list .item:hover .name{background: #00479d;color: #fff;}

/* 新闻列表 */
.news_list{margin-top: 30px;width: 753px;box-sizing: border-box;}
.news_list .x{margin: 24px 0 30px;}
.news_list .item{width: 100%;height: 88px;}
.news_list .item .img{width:220px;height:88px;display: block;margin-right: 25px;}
.news_list .item .name{font-size: 16px;color: #5B5B5B;}
.news_list .item .desc{font-size: 14px;color: #9D9D9D;}

/* 详情 */
.info_box .content{width:753px;margin-top: 36px;}
.info_box .content .name{font-size: 22px;color: #545454;text-align: center;}
.info_box .content .cate,
.info_box .content .date{font-size: 12px;color: #999999;padding: 0 12px;margin-top: 23px;}