*{
    padding: 0;
    margin: 0;
    border: none;
}
ul,li{
    list-style-type: none;
}
body{
    background-color: #fff;
    font-size: 12px;
    color: #424242;
    font-family: "Microsoft YaHei","SimHei","simsun";
}
* html,* html body{
    background:url(about:blank) repeat scroll;
    background-attachment:fixed;
}
a{
    color: #424242;
    text-decoration: none;
}
.none{
    display: none;
}
.gray{
    color: #AEAEAE;
}
.white{
    color: #ffffff;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.piece{
    overflow: hidden;
    float: left;
    display: block;
}
.mb10{
    margin-bottom: 10px;
}
.mt10{
    margin-top: 10px;
}
.mr10{
    margin-right: 10px;
}
.mr9{
    margin-right: 9px;
}
.ml10{
    margin-left: 10px;
}
.fs12{
    font-size: 12px;
}
.warp .list_fixed{
    position: fixed;
    _position: absolute;
    left: 130px;
    top: 0;
    z-index: 1000;
    padding-top: 14px;
    background-color: white;
}
/*public module - style*/
.totop_box{
    background: url("public-totop.gif") no-repeat 0 0;
    width: 50px;
    height: 50px;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    z-index: 1000;
}
.compare_icon{
    cursor: pointer;
    width: 28px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    text-align: center;
}
.compare_icon i{
    width: 28px;
    height: 28px;
    display: block;
    background: url("public-icon.gif") no-repeat -103px -104px #2883B2;
}
.added i{
    background-position: -103px -128px;
}
.share_icon{
    cursor: pointer;
    width: 28px;
    overflow: hidden;
    font-size: 12px;
    line-height: 30px;
    color: #ffffff;
    display: block;
    text-align: center;
}
.share_icon i{
    width: 28px;
    height: 28px;
    display: block;
    background: url("public-icon.gif") no-repeat -106px -156px #fff;
}
.alert_compare_box{
    height: 58px;
    border-bottom: 10px solid #2882B1;
    border-right: 4px solid #2882B1;
    position: fixed;
    _position: absolute;
    bottom: 0;
    right : 76px;
    z-index: 100;
}
.alert_compare_box div{
    float: left;
    height: 58px;
    text-align: center;
    line-height: 58px;
    position: relative;
}
.alert_compare_box .compare_link, .alert_compare_box .compare_num{
    width: 100px;
    margin-right: 3px;
    background-color: #15578D;
}
.alert_compare_box .compare_num{
    background-color: #2882B1;
    overflow: hidden;
}
.alert_compare_box .compare_proBox{
    width: 83px;
    height: 52px;
    padding: 3px 0 3px 4px;
    background-color: #2882B1;
}
.alert_compare_box a{
    display: block;
    width: 100px;
    height: 52px;
    color: #ffffff;
    overflow: hidden;
}
.compare_num em{
    font-style: normal;
    font-size: 30px;
    vertical-align: -6px;
    margin-left: 8px;
}
.compare_proBox a{
    width: 83px;
}
.alert_compare_box .compare_proBox i{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top:-18px;
    right: 0;
    cursor: pointer;
    background: url("public-icon.gif") no-repeat -109px -222px;
}
.alert_compare_box img{
    width: 83px;
    height: 52px;
}
.alert_compare_box .compare_add a{
    background-color: #ffffff;
    color: #AEAEAE;
    font-size: 12px;
}
.alert_compare_box .compare_add em{
    font-style: normal;
}
/*public page - style*/
.body_box{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
    height: auto;
}
/*header*/
.body_box .header{
    width: 100%;
    margin: 0 auto;
}
.body_box .header .header_logo{
	margin-left: 10%;
	_margin-left: 5%;
	padding: 40px 0px 0px 0px;
}
.body_box .header .header_logo img{
	width: 294px;
	height: 51px;
}
/*.body_box .header .header_logo a{*/
    /*width: 139px;*/
    /*height: 66px;*/
    /*display: block;*/
    /*background: url("../img/public-icon.gif") no-repeat 0 0;*/
/*}*/
.body_box .header .header_nav{
	margin-top: 0px;
	margin-right: 1.8%;
	_margin-right: 5.4%;
	font-size: 14px;
	padding: 10px 0;
}
.body_box .header .header_nav li{
    float: left;
    position: relative;
    z-index: 101;
}
.body_box .header .header_nav li a{
    display: block;
    clear: both;
    padding: 5px 15px;
    line-height: 20px; color:#000000;
}
.body_box .header .header_nav li a:hover{
    color: #0E76BC;
}
.body_box .header .header_nav li.cur a{
    color: #0E76BC;
}
.body_box .header .header_nav li div{
    display: none;
}
.body_box .header .header_nav li.click a:hover{
    color: white;
}
.body_box .header .header_nav li.click a{
    color: white;
    background-color: #0e76bc;
}
.body_box .header .header_nav li.click a:hover{
    background-color: #00bff3;
}
.body_box .header .header_nav li.click div{
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    overflow: hidden;
    text-align: center;
    width: 113px;
    border-top: 1px solid #fff;
    z-index: 101;
    line-height: 26px;
}
/*warp*/
.body_box .warp{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.warp .choose_warpper{
    width: 1200px;
    height: 102px;
}
.warp .choose_warpper p.gray{
    width: 396px;
    clear: both;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
}
.warp .choose_warpper .c_w_choose{
    float: left;
    width: 1200px;
    height: 72px;
    position: relative;
    z-index: 100;
}
.warp .choose_warpper .c_w_pinpai{
    width: 411px;
    height: 72px;
    margin-right: 12px;
    _margin-right:2px;
}
.warp .choose_warpper .c_w_pinpai .c_w_p_type {
    width: 127px;
    height: 72px;
    background-color: #2883B2;
    float: left;
    margin-right: 10px;
    position: relative;
}
.warp .choose_warpper .c_w_pinpai .c_w_p_type div{
    display: none;
}
.warp .choose_warpper .c_w_pinpai .click{
    background-color: #1E6C9F;
}
.warp .choose_warpper .c_w_pinpai .click div{
    width: 1100px;
    position: absolute;
    left: 0;
    top: 77px;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.warp .choose_warpper .c_w_pinpai .click div li{
    clear: both;
    margin-top: 5px;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}
.warp .choose_warpper .c_w_pinpai .click div a{
    background-color: #3093bf;
    font-size: 14px;
    color: white;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-align: center;
    padding: 5px 30px 5px 0;
    float: left;
}
.warp .choose_warpper .c_w_pinpai .click div a.tit{
    width: 127px;
    background-color: #1E6C9F;
    padding: 5px 0;
}
.warp .choose_warpper .c_w_pinpai .click div a:hover{
    font-weight: bold;
}
.warp .choose_warpper .c_w_pinpai .click div .triangle{
    height: 34px;
    width: 8px;
    background-color: #3093bf;
    display: block;
    float: left;
    padding-right: 20px;
}
.warp .choose_warpper .c_w_pinpai .click div .triangle b{
    border: 8px solid #3093bf;
    border-left-color: #1E6C9F;
    border-right: none;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-top: 9px;
}
.warp .choose_warpper .c_w_pinpai .c_w_p_type  a.block{
    width: 127px;
    height: 72px;
    display: block;
    position: relative;
}
.warp .choose_warpper .c_w_pinpai .c_w_p_type  span{
    width: 127px;
    height: 72px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.warp .choose_warpper .c_w_pinpai .c_w_p_type  em{
    background: url("public-icon.gif") no-repeat -110px -93px;
    height: 9px;
    width: 17px;
    position: absolute;
    top: 55px;
    left: 55px;
    overflow: hidden;
    display: block;
    z-index: 5;
}
.warp .choose_warpper .c_w_pinpai .click em{
    background-position: -110px -75px;
}
.warp .c_w_color{
    width: 170px;
    height: 72px;
    background-color: white;
}
.warp .c_w_color .color_box{
    width: 166px;
    height: 68px;
    border: 2px solid #CFCFCF;
    position: relative;
    z-index: 10;
}
.c_w_color p{
    padding: 8px 8px;
    width: 150px;
    clear: both;
    overflow: hidden;
}
.c_w_color p b{
    font-size: 14px;
}
.c_w_color p span{
    cursor: pointer;
}
.c_w_color .color_box div{
    padding-left: 8px;
    background-color: white;
    overflow: hidden;
    position: absolute;
    width: 158px;
    border: 2px solid #CFCFCF;
    border-top: none;
    left: -2px;
    top: 35px;
    height: 33px;
}
.warp .click .color_box div{
    height: auto
}
.c_w_color .color_box div a{
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
    border: 2px solid #CFCFCF;
}
.c_w_search{
    height: 68px;
    width: 222px;
    border-bottom: 2px solid #CFCFCF;
    border-top: 2px solid #CFCFCF;
    background-color: white;
}
.c_w_keyword{
    height: 68px;
    width: 380px;
    background-color: #A6A6A6;
    border: 2px solid #CFCFCF;
    overflow: hidden;
}
.c_w_search .c_w_search_text{
    width: 154px;
    padding:0 5px;
    height: 28px;
    margin: 21px 0 0 14px;
    _margin-left:7px;
    overflow: hidden;
    line-height: 28px;
    border: 1px solid #CFCFCF;
}
.c_w_search .c_w_search_btn{
    width: 18px;
    height: 22px;
    cursor: pointer;
    margin: 25px 14px 0 0;
    background: url("public-icon.gif") no-repeat -110px -191px;
}
.c_w_keyword span{
    height: 68px;
    width: 12px;
    line-height: 14px;
    padding: 5px 10px;
    font-size: 12px;
}
.c_w_keyword p{
    margin-top: 7px;
    margin-left: 15px;
    line-height: 26px;
    overflow: hidden;
    font-size: 14px;
    width: 315px;
    height: 50px;
}
.c_w_keyword p a{
    color: #ffffff;
    margin-right: 15px;
    display: block;
    width: 90px;
    float: left;
}
.site_warpper{
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
}
.site_warpper p{
    padding-left: 30px;
}
.site_warpper a{
    color: #AEAEAE;
}
.warp .content_warpper{
    width: 1200px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/*footer*/
.body_box .footer{
    width: 1200px;
    overflow: hidden;
    margin: 10px auto;
}
.body_box .footer img{
		display: none;
}
.body_box .footer p{
    text-align: right;
    float: right;
    padding: 20px 0;
    width: 1200px;
    border-top: 1px solid #BEBEBE;
}
