@charset "utf-8";
/* 首页样式文件 */
.verticalTool{height:100%;display: inline-block;vertical-align: middle;}
/*右侧浮动*/
.side{position:fixed;width:50px;height:275px;right:0;top:100px;z-index:100;}
.side ul li{width:50px;height:40px;float:left;position:relative;border-radius: 5px 5px;margin-top: 1px;}
.side ul li .sidebox{border-radius: 5px 5px;position:absolute;width:50px;height:40px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/40px "微软雅黑";overflow:hidden;}
.side ul li .sidebox .sideboxtitle{height:40px;width:74px;line-height:40px;padding-right:0;float: right;}
.side ul li .sidetop{border-radius: 5px 5px;width:50px;height:40px;line-height:40px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop .sidetopimg{width:20px;height:10px; padding-top:10px;padding-left:5px;}
.side ul li .sidetop:hover{background:#0066b3;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{margin:5px 0 0 10px; width:30px;height:30px;}

.content{width:1000px;height:auto;margin:10px auto;color:5f5f5f;}
.content .c_item{width:100%;}
.content .blue_line{width:100%;height:4px;background:#005bac;border-top-left-radius:8px;border-top-right-radius:8px;}
.content .yellow_line{width:100%;height:4px;background:#d7af4f;border-top-left-radius:8px;border-top-right-radius:8px;}
.content .hd{width:100%;background:#f6f9fe;position:relative;}
.content .hd .title1{height:33px;line-height:33px;color:#444444;font-size:14px;cursor:pointer; }
.content .hd .title2{height:33px;line-height:33px;color:#a5a6a8;font-size:12px;cursor:pointer;}
.content .hd .more{height:33px;line-height:33px;color:#d7af4f;font-size:12px;position:absolute;right:20px;}

.content_line{height:4px;width:100%;}
.content_line .left_line{height:4px;width:66%;float:left;background-color:#005bac;border-top-left-radius:8px;}
.content_line .right_line{height:4px;width:34%;float:left;background-color:#d7af4f;border-top-right-radius:8px;}

/* quick entry */
.content .quick_entry_area{height:150px;}
.content .quick_entry_area .bd{width:100%;height:90px;background:#fafafa;color:#6a6a6a;font-size:11px;overflow:hidden;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
.content .quick_entry_area .quick_entry{width:64%;}
.content .quick_entry_area .quick_entry .bd .quick_entry_item{width:75px;text-align:center;cursor:pointer;}
.content .quick_entry_area .quick_entry .bd .quick_entry_item .icon{width: 40px;height:40px;margin:0px auto;}
.content .quick_entry_area .notice{width:33%;}
.content .quick_entry_area .notice .bd ul li{color:#373737;font-size:12px;list-style-image:url(../images/list_style_image.png);cursor:pointer;}
.content .quick_entry_area .notice .bd ul li:hover{color:#2469b1;}

/* hot_product */
.content .hot_prd_area{height:220px;}
.content .hot_prd_area .bd{width:100%;height:150px;background:#fafafa;color:#6a6a6a;font-size:11px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}

/* hot_product */
.content .favor_act_area{height:300px;}
.content .favor_act_area .bd{width:100%;height:250px;background:#fafafa;color:#6a6a6a;font-size:11px;padding-top:10px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}

/* 主页图片横向翻页相关样式 Start Add by ChengZhiYong 2015/11/10 */
/* Horizontal */
.horizontal {width:960px;margin:0px auto;padding:20px;}
.horizontal .slyWrap{position:relative;}
.horizontal .slyWrap .sly ul {list-style:none;height:100%;}
#hot_prd_horizontal .slyWrap .sly {height:130px;width:820px;margin:0px auto;}
#hot_prd_horizontal .slyWrap .sly ul li {float:left;width:252px;height:110px;line-height:110px;margin:0px 10px 0px 10px;text-align:center;}
#hot_prd_horizontal .slyWrap .sly ul li .imglink{color:#FFFFFF;font-size:30px;cursor:pointer;opacity:1;filter:Alpha(opacity=100);    text-shadow: 2px 2px 2px #000;}
#hot_prd_horizontal .slyWrap .prevPage{position:absolute;top:0px;left:0px;width:42px;height:111px;background:url(../images/left_arrow.png) no-repeat center;cursor:pointer;}
#hot_prd_horizontal .slyWrap .prevPage[disabled]{background:url(../images/left_g_arrow.png) no-repeat center;}
#hot_prd_horizontal .slyWrap .nextPage{position:absolute;top:0px;right:0px;width:42px;height:111px;background:url(../images/right_arrow.png) no-repeat center;cursor:pointer;}
#hot_prd_horizontal .slyWrap .nextPage[disabled]{background:url(../images/right_g_arrow.png) no-repeat center;}

#favor_act_horizontal .slyWrap .sly {height:180px;width:920px;margin:0px auto;}
#favor_act_horizontal .slyWrap .sly ul li {float:left;width:209px;padding:0px 10px 0px 10px;cursor:pointer;}
#favor_act_horizontal .slyWrap .sly ul li .item{position:relative;border:1px solid #b9b9b9;border-radius:2px;}
#favor_act_horizontal .slyWrap .sly ul li .item .edit{position:absolute;top:90px;left:10px;}
#favor_act_horizontal .slyWrap .sly ul li .item .title{margin:14px 0px 3px 10px;font-size:14px;color:#393939;overflow: hidden;height: 20px;}
#favor_act_horizontal .slyWrap .sly ul li .item .desc{margin:0px 0px 0px 20px;font-size:12px;color:#909090;height:23px}
#favor_act_horizontal .slyWrap .prevPage{width:21px;height:21px;background:url(../images/left_arrow_min.png) no-repeat center;cursor:pointer;}
#favor_act_horizontal .slyWrap .prevPage[disabled]{background:url(../images/left_g_arrow_min.png) no-repeat center;}
#favor_act_horizontal .slyWrap .nextPage{width:21px;height:21px;background:url(../images/right_arrow_min.png) no-repeat center;cursor:pointer;}
#favor_act_horizontal .slyWrap .nextPage[disabled]{background:url(../images/right_g_arrow_min.png) no-repeat center;}

/* pages */
.pages {width:auto;list-style:none;}
.pages li {display:inline-block;width:8px;height:8px;margin:0px 2px 0px 2px;text-indent:-999px;background:#CDCDCD;border-radius:4px;cursor:pointer;overflow:hidden;}
.pages .on{background-color:#ff573e;}
.pages li:hover {background:#FF573E;}
.pages li.active {background:#FF573E;border-color:#CDCDCD;}
/* 主页图片横向翻页相关样式 End Add by ChengZhiYong 2015/11/10 */

.logo{background:url(../images/logo.png) no-repeat center;margin:auto 0px;width:230px;height:65px;cursor:pointer;}
/* 主页三级菜单样式 End Add by ChengZhiYong 2015/11/03 */
.rczpindex{ width:150px; height:115px; position:fixed;bottom: 100px;right:0;cursor: default;}
.rczpindex1{ width:150px; height:115px; position:fixed;bottom: 100px;left:0;cursor: default;}
