/*====================公共样式======================*/
* {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    border: 0 none;
    vertical-align: center;
    vertical-align: middle;
}

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body, input, select, button, textarea {
    font-size: 12px;
    font-family: "微软雅黑";
}

.hide, a.hide {
    display: none;
}
/*设置默认字体*/
button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

a, a:link {
    color: #000;
    text-decoration: none;
}
/*设置a标签基本样式与伪类选择器设置*/
a:visited {
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
/*中部结构样式*/
main {
    min-width: 1210px;
    margin: 50px auto;
    overflow: hidden;
}

.main_af {
    width: 1210px; /*
	height: 800px;*/
    margin: 0 auto;
}

.choice_left {
    width: 420px;
    float: left;
}

.choice_left_af {
    width: 420px;
    height: 310px;
    overflow: hidden;
    position: relative;
    border: 1px solid #cccccc;
}

.choice_left_af img {
    width: 100%;
}

#covering {
    width: 200px;
    height: 200px;
    background: yellow;
    opacity: 0.2;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    cursor: move;
}

.cla_img {
    display: none;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 39%;
    overflow: hidden;
    z-index: 100;
    text-align: center;
}

.claimg_1 {
    width: 150%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.claimg {
    width: 750px;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
}

.claimg img {
    width: 100%;
}

.choice_left_af span {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 40%;
    display: block;
    /*border: 1px solid red;*/
    background: no-repeat url(/product/list/images/main-circles.png) 0px -55px;
}

.choice_left_af span:hover {
    background: no-repeat url(/product/list/images/main-circles.png) -55px -55px;
}

.choice_left_af i {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    /*border: 1px solid red;*/
    background: no-repeat url(/images/sprite-magnify.png) center;
}

.choice_left_bf {
    width: 350px;
    height: 55px;
    margin: 20px 0;
    /*border: 1px solid red;*/
}

.choice_left_bf_next i, .choice_left_bf_prev i {
    width: 28px;
    height: 15px;
    display: block;
    margin: 10px 0 0 0;
    cursor: pointer;
    transform: rotate(90deg);
    margin-top: 20px;
}

.choice_left_bf_next i {
    float: right;
    background: no-repeat url(/images/__sprite2.png) -28px 0;
}

.choice_left_bf_prev i {
    float: left;
    background: no-repeat url(/images/__sprite2.png);
}

.choice_left_bf_img {
    width: 293px;
    height: 57px;
    overflow: hidden;
    /*border: 1px solid black;*/
    margin: 0 0 0 24px;
}

.choice_left_bf_img ul {
    width: 360px;
    height: 57px;
    display: inline-block;
}

.choice_left_bf_img ul li {
    width: 54px;
    height: 54px;
    margin: 1px 0 0 5px;
    float: left;
}

.clb_img {
    border: 2px solid red;
}

.clb_img_1 {
    border: 2px solid #ffffff;
}

.choice_left_cf {
    width: 350px;
    height: 20px;
    /*border: 1px solid red;*/
}

.cf_focus {
    /*width: 60px;*/
    height: 20px;
    float: left;
    /*border: 1px solid red;*/
}

.cf_focus i {
    width: 14px;
    height: 14px;
    float: left;
    display: block;
    margin: 2px 5px 0 0;
    background: no-repeat url(/images/__sprite.png) -44px -40px;
}

.cf_focus em {
    width: 24px;
    height: 14px;
    float: left;
    display: block;
    color: rgb(102,102,102);
}

.cf_focus:hover em {
    color: red;
}

.cf_share {
    /*width: 60px;*/
    height: 20px;
    float: left;
    margin: 0 0 0 10px;
    /*border: 1px solid red;*/
}

.cf_share i {
    width: 16px;
    height: 14px;
    float: left;
    display: block;
    margin: 2px 5px 0 0;
    background: no-repeat url(/images/__sprite.png) -44px -24px;
}

.cf_share em {
    width: 24px;
    height: 14px;
    float: left;
    display: block;
    color: rgb(102,102,102);
}

.cf_share:hover em {
    color: red;
}

.cf_report {
    float: right;
}

.cf_report em {
    color: rgb(102,102,102);
}

.cf_report:hover em {
    color: red;
}

.choice_centre {
    width: 500px;
    float: left;
    margin: 10px 30px;
}

.choice_centre_af {
    font: 700 16px Arial,"microsoft yahei";
    color: #666;
    padding-top: 10px;
    line-height: 28px;
    margin-bottom: 5px;
}

.choice_centre_af h1 {
    font: 700 16px Arial,"microsoft yahei";
}

.choice_centre_af img {
    margin: 0 5px 0 0;
}

.choice_centre_bf span {
    font-size: 12px;
    line-height: 150%;
    color: #e4393c;
}

.choice_centre_bf a {
    font-size: 12px;
    color: #5e69ad;
}

.choice_centre_cf {
    width: 500px;
    height: 32px;
    margin: 5px 0 0 0;
    overflow: hidden;
}

.choice_centre_df {
    width: 500px;
    background: #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
}

.ccb_af {
    width: 500px;
    height: 40px;
    /*border: 1px solid red;*/
}

.ccb_af_left {
    width: 420px;
    height: 40px;
    float: left;
}

.aleft_af {
    line-height: 40px;
    color: #666;
    margin: 0 0 0 10px;
}

.aleft_cf {
    font-size: 16px;
    line-height: 40px;
    color: #e4393c;
    margin: 0 0 0 10px;
}

.aleft_bf {
    font-size: 22px;
    line-height: 40px;
    color: #e4393c;
}

.aleft_df {
    font-size: 12px;
    color: #005aa0;
    line-height: 40px;
    margin: 0 0 0 10px;
}

.aleft_df:hover {
    color: red;
}

.ccb_af_right {
    width: 70px;
    height: 32px;
    float: right;
    text-align: center;
    margin: 5px 10px 0 0;
    position: relative;
}

.ccb_af_right:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 1px;
    height: 13px;
    background-color: #dddddd;
}

.ccb_af_right h1 {
    font-size: 12px;
    color: #999999;
    font-weight: 480;
}

.ccb_af_right span {
    font-size: 14px;
    line-height: 100%;
    color: #005ea7;
}

.ccb_bf {
    width: 590px;
    height: 30px;
}

.ccb_bf_af {
    float: left;
    line-height: 30px;
    color: #666;
    margin: 0 0 0 10px;
}

.ccb_bf_bf {
    font-size: 12px;
    margin: 5px 0 0 10px;
    width: 110px;
    line-height: 16px;
    text-align: center;
    display: block;
    float: left;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    color: red;
    background: rgba(255,0,0,0.1);
}

.ccb_bf_bf:hover {
    background: #ffffff;
}

.ccb_bf_bf s {
    width: 2px;
    height: 16px;
    float: left;
    display: block;
    background: url(/images/quan-arr.gif) no-repeat right;
}

.ccb_bf_bf b {
    width: 2px;
    height: 16px;
    float: right;
    display: block;
    background: url(/images/quan-arr.gif) no-repeat left;
}

.ccb_bf_cf {
    font-size: 12px;
    line-height: 30px;
    margin: 0 0 0 10px;
    color: #999999;
}

.ccb_cf {
    width: 590px;
    height: 30px;
    margin: 2px 0 10px 0;
}

.ccb_cf_af {
    line-height: 30px;
    color: #666;
    margin: 0 0 0 10px;
}

.ccb_cf_bf {
    padding: 1px 3px;
    font-size: 13px;
    color: red;
    border: 1px solid red;
    margin: 5px 0 0 10px;
}

.ccb_cf_cf {
    height: 35px;
    margin: 0 0 0 10px;
}

.ccb_cf_cf span {
    font-size: 12px;
    line-height: 30px;
    color: red;
}

.ccb_cf_cf img {
    margin: -5px 0 0 0;
}

.ccb_cf_df {
    font-size: 12px;
    color: #999999;
    margin: 0 0 0 10px;
}

.choice_centre_ef {
    width: 500px;
    /*border: 1px solid red;*/
}

.cce_top {
    width: 590px;
    height: 60px;
    margin: 2px 0 0 0;
}

.cceta_left {
    font-size: 12px;
    line-height: 25px;
    float: left;
    color: #666;
    margin: 0 10px 0 10px;
}

.cceta_right {
    float: left;
    /*border: 1px solid red;*/
}

.cceta_right_af {
    float: left;
    width: 126px;
    height: 25px;
    border: 1px solid #cccccc;
    position: relative;
    background: #ffffff;
}

.cceta_right_af span {
    font-size: 12px;
    line-height: 25px;
    margin: 0 0 0 5px;
    color: #666;
}

.cceta_right_af b {
    width: 13px;
    height: 10px;
    display: block;
    float: right;
    margin: 9px 5px 0 0;
    background: no-repeat url(/images/59088392N8b6279bb.png) 0 0;
}

.af_content {
    display: none;
    z-index: 2;
    background: #ffffff;
    position: absolute;
    margin: 0 0 0 -1px;
    border: 1px solid #cccccc;
}

.cceta_right_af:hover {
    border-bottom: 0;
}

.cceta_right_af:hover .af_content {
    display: block;
}

.af_content_af {
    width: 400px;
    height: 25px;
    /*border: 1px solid red;*/
    margin: 15px 0 0 0;
}

.aca_rus_1 {
    /*width: 70px;*/
    height: 25px;
    line-height: 20px;
    float: left;
    margin: 0 0 0 10px;
    border: 1px solid #cccccc;
    border-bottom: 2px solid red;
    cursor: pointer;
}

.aca_rus {
    height: 25px;
    line-height: 20px;
    float: left;
    margin: -1px 0 0 10px;
    border: 2px solid red;
    border-bottom: 2px solid #ffffff;
}

.af_content_bf {
    display: none;
    width: 400px;
    margin: 1px 0 0 10px;
    padding: 15px 0 10px 0;
    border-top: 2px solid red;
}

.af_content_bf li, .af_content_cf li, .af_content_df li {
    float: left;
    margin: 0 60px 8px 0;
}

.af_content_bf li a, .af_content_cf li a, .af_content_df li a {
    color: #005aa0;
}

.af_content_bf li a:hover, .af_content_cf li a:hover, .af_content_df li a:hover {
    color: red;
}

.acb_rus {
    color: red;
}

.af_content_cf {
    display: none;
    width: 400px;
    margin: 1px 0 0 10px;
    padding: 15px 0 10px 0;
    border-top: 2px solid red;
}

.af_content_df {
    width: 400px;
    margin: 1px 0 0 10px;
    padding: 15px 0 10px 0;
    border-top: 2px solid red;
}

.af_content_af li span {
    font-size: 12px;
    color: #005aa0;
}

.af_content_af li i {
    width: 13px;
    height: 10px;
    display: block;
    float: right;
    background: no-repeat url(/images/59088392N8b6279bb.png);
    margin: 10px 5px 0;
}

.cceta_right_bf {
    font-size: 12px;
    color: #666;
    line-height: 25px;
    margin: 0 5px;
}

.cceta_right_cf {
    border-right: 1px solid #eeeeee;
    padding: 0 9px 0 7px;
}

.cceta_right_cf span {
    color: #646fb0;
}

.cceta_right_cf:hover span {
    color: red;
}

.cceta_right_cf:last-child {
    border: 0;
}

.cce_top_bf {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 70px;
    color: #666;
}

.cce_top_bf span {
    color: red;
}

.cce_bottom {
    width: 590px;
    /*height: 500px;*/
    margin: 20px 0 0 0;
    /*border: 1px solid red;*/
}

.cce_bottom_af {
    overflow: hidden;
}

.cce_bottom_af_left {
    width: 58px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    color: #666;
    /*border: 1px solid red;*/
    margin: 0 0 0 5px;
}

.cce_bottom_af_right {
    width: 520px;
    float: right;
    /*border: 1px solid red;*/
}

.cce_bottom_af_right li {
    float: left;
    height: 40px;
    background: #f7f7f7;
    border: 1px solid #cccccc;
    margin: 0 0 5px 5px;
}

.cce_bottom_af_right li:hover {
    border: 1px solid red;
}

.cce_bottom_af_right li span {
    height: 40px;
    display: block;
    float: right;
    font-size: 13px;
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 40px;
}

.cce_bottom_bf {
    width: 590px;
}

.cce_bottom_bf_left {
    width: 58px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    margin: 0 0 0 5px;
    float: left;
}

.cce_bottom_bf_right {
    height: 40px;
    line-height: 40px;
    position: relative;
    /*border: 1px solid red;*/
}

.cce_bottom_bf_right a {
    font-size: 12px;
    line-height: 40px;
    padding: 8px 10px;
    border: 1px solid #e3393c;
    /*margin: 0 0 0 10px;*/
    color: #666666;
}

.qwe {
    width: 117px;
    float: left;
    margin: 0 0 0 10px;
    /*border: 1px solid red;*/
}

.qwe:hover .bf_right {
    display: block;
}

.bf_right {
    width: 280px;
    height: 140px;
    overflow: hidden;
    line-height: 20px;
    position: absolute;
    left: 73px;
    z-index: 1;
    background: #ffffff;
    color: #666;
    border: 1px solid #eeeeee;
    display: none;
    padding: 7px;
}

.bf_right a {
    line-height: 20px;
    border: 0;
    color: blue;
}

.bf_right a:hover {
    color: red;
}

.cce_bottom_cf {
    width: 590px;
    margin: 5px 0;
}

.cce_bottom_cf_left {
    width: 58px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #666;
    margin: 0 0 0 5px;
    float: left;
}

.cce_bottom_cf_right {
    float: left;
}

.cce_bottom_cf_right li {
    border: 1px solid #cccccc;
    float: left;
    margin: 0 0 0 10px;
    position: relative;
}

.cce_bottom_cf_right li:hover .ccr_hover {
    display: block;
}

.cbcr_af {
    line-height: 32px;
    padding: 0 5px;
}

.cbcr_af b {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 8px 0 0 5px;
}

.cbcr_af span {
    color: #666;
    font-size: 12px;
}

.cbcr_af i {
    width: 16px;
    height: 10px;
    display: block;
    float: right;
    background: no-repeat url(/images/59088392N8b6279bb.png);
    margin: 12px 3px 0 0;
}

.cce_bottom_cf_right li:hover .cbcr_af i {
    background: no-repeat url(/images/59088392N8b6279bb.png) 0 -34px;
}

.icon_af {
    background: no-repeat url(/images/567caff5Nc4185618.png) center;
}

.icon_bf {
    background: no-repeat url(/images/87d9117b3982131d.png);
    background-size: 16px 16px;
}

.ccr_hover {
    width: 220px;
    height: 80px;
    position: absolute;
    z-index: 2;
    border: 1px solid #cccccc;
    background: #ffffff;
    margin: 0 0 0 -1px;
    display: none;
    /*border: 1px solid red;*/
}

.ccr_hover_af {
    /*border: 1px solid red;*/
    margin: 8px 0 0;
}

.ccr_hover_af i {
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    /*border: 1px solid red;*/
    margin: 2px 8px 0 10px;
    background: no-repeat url(/images/__sprite1.png) -16px 0;
}

.ccr_hover_af span {
    font-size: 12px;
    color: #666;
    /*border: 1px solid red;*/
}

.ccr_hover_af:hover span {
    color: red;
}

.ccr_hover_af:hover .hover_detailed {
    display: block;
    /*width: 30px;*/
}

.hover_detailed {
    display: none;
    float: right;
    color: #5e69ad;
    margin: 0 50px 0 0;
}

.ccr_hover_af:hover .hover_detailed_1 {
    display: block;
}

.hover_detailed_1 {
    display: none;
    float: right;
    color: #5e69ad;
    margin: 0 37px 0 0;
}

.icon_hover_a {
    width: 16px;
    height: 16px;
    float: left;
    margin: 8px 0 0 10px;
    position: relative;
    ;
}

.icon_hover_a:hover .cf_icon_hover {
    display: block;
}

.icon_cf {
    width: 16px;
    height: 16px;
    display: block;
    background: no-repeat url(/images/__sprite1.png);
}

.cf_icon_hover {
    width: 250px;
    height: 150px;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 1px 0 0 8px;
    display: none;
}

.cf_icon_hover p {
    font-size: 12px;
    line-height: 150%;
    color: #666;
}

.cih_af {
    padding: 0 0 5px 0;
    border-bottom: 1px dashed #cccccc;
}

.cih_bf {
    padding: 5px 0 0 0;
}

.cih_bf a {
    color: #646fb0;
}

.cih_bf a:hover {
    color: red;
}

.cce_bottom_cf_right li:last-child {
    border: 0;
}

.cce_bottom_cf_right li:hover {
    border: 1px solid red;
}

.cce_bottom_df {
    margin: 10px 0 0 0;
    border-bottom: 1px dashed #cccccc;
}

.cce_bottom_df_left {
    width: 58px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
    margin: 0 0 0 5px;
    float: left;
}

.cce_bottom_df_right {
    width: 516px;
    float: right;
}

.cce_bottom_df_right li {
    margin: 0 10px 10px 0;
    float: left;
    position: relative;
    border: 1px solid #cccccc;
}

.cce_bottom_df_right li:hover .ccebdr {
    display: block;
}

.cce_bottom_df_right li:hover {
    border: 1px solid red;
}

.cce_bottom_df_right li a {
    font-size: 12px;
    line-height: 32px;
    padding: 6px 15px;
    color: #666;
}

.ccebdr {
    width: 250px;
    height: 32px;
    padding-left: 6px;
    line-height: 32px;
    border: 1px solid red;
    position: absolute;
    z-index: 2;
    color: #666;
    background: #fefff7;
    border: 1px solid #cccccc;
    display: none;
    margin: -2px 0 0 -1px;
}

.icon_hover {
    width: 16px;
    height: 16px;
    float: left;
    position: relative;
    margin: 8px 0 0 0;
}

.icon_hover:hover .icon_df_hover {
    display: block;
}

.icon_df_hover {
    width: 290px;
    height: 90px;
    border: 1px solid #cccccc;
    padding: 10px 10px;
    background: #ffffff;
    display: none;
    margin: 2px 0 0 0;
}

.icon_df_hover p {
    font-size: 12px;
    color: #666;
    line-height: 150%;
}

.icon_df {
    width: 16px;
    height: 16px;
    display: block;
    background: no-repeat url(/images/__sprite1.png);
}

.cce_bottom_ef {
    margin: 10px 0 0 0;
}

.cce_bottom_ef_top {
    width: 590px;
}

.ef_top_af {
    width: 60px;
    height: 42px;
    margin: 0 10px;
    float: left;
}

.ef_top_af input {
    width: 42px;
    height: 42px;
    border: 1px solid #cccccc;
    border-right: 0;
    text-align: center;
}

.ef_top_af div {
    float: right;
    text-align: center;
}

.ef_top_af div a {
    width: 14px;
    height: 20px;
    display: block;
    background: #f7f7f7;
    border: 1px solid #cccccc;
}

.ef_top_bf {
    margin-right: 20px;
}

.ef_top_bf {
    width: 140px;
    height: 42px;
    display: block;
    float: left;
    background: #df3033;
    line-height: 42px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.ef_top_bf span {
    color: #ffffff;
}

.cce_bottom_ef_bottom {
    /*width: 590px;*/
    height: 40px;
    /*border: 1px solid red;*/
    font-size: 12px;
    line-height: 40px;
    color: #666;
    margin: 10px 0 0 10px;
}

.choice_right {
    width: 210px;
    float: right;
    /*border: 1px solid red;*/
}

.choice_right_top {
    width: 210px;
    height: 50px;
    position: relative;
    border-top: 1px solid #ffffff;
}

.choice_right_top h1 {
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    position: absolute;
    left: 30%;
    z-index: 2;
    padding: 0 15px;
    background: #ffffff;
    color: #666;
}

.choice_right_top span {
    width: 210px;
    height: 1px;
    display: block;
    padding: absolute;
    z-index: 1px;
    margin: 25px 0 0 0;
    background: #cccccc;
}

.choice_right_bottom {
    width: 210px;
    height: 460px;
    overflow: hidden;
}

.choice_right_bottom li {
    width: 150px;
    height: 165px;
    margin: 10px auto;
    /*border: 1px solid red;*/
    padding: 0 0 10px;
}

.choice_right_bottom li:hover h1 {
    color: red;
}

.crb {
    width: 150px;
    /*height: 188px;*/
    display: block;
    position: relative;
}

.crb_af {
    width: 100%;
}

.crb_bf {
    width: 150px;
    height: 40px;
    /* border: 1px solid red; */
    position: absolute;
    top: 73px;
    background: rgba(255,255,255,0.8);
}

.crb_bf h1 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    height: 40px;
    padding: 0 5px;
    color: #666;
    overflow: hidden;
}

.crb_bf span {
    width: 150px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #c81623;
}

.choice_right_button {
    width: 100px;
    text-align: center;
    margin: 10px auto;
    /*border: 1px solid red;*/
}

.choice_right_button a {
    width: 28px;
    height: 15px;
    display: block;
    float: left;
    /*border: 1px solid red;*/
    margin: 0 10px;
    cursor: pointer;
}

.choice_right_button .prev {
    background: no-repeat url(/product/list/images/__sprite2.png) -28px 0;
}

.choice_right_button .next {
    background: no-repeat url(/product/list/images/__sprite2.png);
}








.main_bf {
    width: 1210px;
    height: 250px;
    margin: 20px auto;
    /*border: 1px solid red;*/
}

.recommend_top {
    width: 1210px;
    height: 38px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-bottom: 1px solid #e4393c;
}

.rt_af {
    width: 100px;
    height: 40px;
    line-height: 38px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: -2px 0 0 0;
    background: #e4393c;
}

.recommend_bottom {
    width: 1210px;
}

.recommend_bottom li {
    width: 160px;
    height: 190px;
    margin: 20px 20px 0;
    /*border: 1px solid black;*/
    float: left;
}

.recommend_bottom li a {
    width: 160px;
    height: 120px;
    display: block;
    position: relative;
}

.recommend_bottom li a h1 {
    padding: 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid red;
    display: none;
}

.recommend_bottom li a:hover h1 {
    display: block;
}

.recommend_bottom li p {
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: red;
}




.main_cf {
    width: 1210px;
    /*height: 300px; */
    margin: 0 auto;
    /*border: 1px solid black;*/
}

.product_left {
    width: 210px;
    /*border: 1px solid red;*/
    float: left;
}

.product_left_af {
    width: 210px;
    /*height: 190px;*/
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.product_left_af:hover .pla_bottom_1 {
    display: block;
}

.product_left_af_1 {
    position: fixed;
    top: 0;
    z-index: 3;
}

.pla_top {
    width: 210px;
    height: 40px;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
}

.pla_top a span {
    line-height: 40px;
    font-size: 13px;
    float: left;
    margin: 0 0 0 10px;
    color: #666;
    font-weight: 600;
}

.pla_top a span:hover {
    color: red;
}

.pla_top i {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 12px 0 0 5px;
    /*border: 1px solid red;*/
    background: no-repeat url(/images/__sprite3.png) 0 -34px;
}

.pla_top_icon {
    width: 8px;
    height: 4px;
    display: none;
    float: left;
    /*border: 1px solid red;*/
    transition: transform 0.2s;
    margin: 18px 0 0 17px;
    background: no-repeat url(/images/__sprite3.png) -15px -43px;
}

.product_left_af:hover .pla_top_icon {
    transform: rotateZ(180deg);
}

.pla_bottom {
    width: 180px;
    height: 150px;
    margin: 0 auto;
    /*border: 1px solid red;*/
}

.pla_bottom_1 {
    display: none;
}

.plab_evaluate {
    width: 180px;
    /*height: 100px;*/
    display: block;
    padding: 10px 0 7px;
    border-bottom: 1px solid #cccccc;
}

.plab_evaluate span {
    font-size: 12px;
    line-height: 25px;
    color: #666;
}

.plab_evaluate em {
    font-size: 12px;
    color: red;
    margin: 0 0 0 10px;
}

.plab_rus {
    color: #3b4 !important;
}

.plab_store {
    width: 200px;
    height: 40px;
    /*border: 1px solid red;*/
}

.plab_store a {
    width: 86px;
    height: 32px;
    display: block;
    float: left;
    border: 1px solid #cccccc;
    margin: 10px 5px 0 0;
    background: #f7f7f7;
}

.plab_store a span {
    font-size: 12px;
    color: #666;
    line-height: 32px;
    float: left;
}

.plab_store a:hover span {
    color: black;
}

.plab_store a i {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 6px 3px 0 8px;
}

.store_af i {
    background: no-repeat url(/images/__sprite3.png) -34px 0;
}

.store_bf i {
    background: no-repeat url(/images/__sprite3.png) -34px -17px;
}

.product_left_bf {
    width: 210px;
    height: 150px;
    border: 1px solid #eeeeee;
    margin: 10px 0;
}

.plb_top {
    width: 200px;
    height: 40px;
    background: #f7f7f7;
    line-height: 40px;
    font-size: 13px;
    padding-left: 10px;
    border-bottom: 1px solid #eeeeee;
    color: #666;
    font-weight: 600;
}

.plb_bottom {
    width: 180px;
    height: 100px;
    margin: 10px auto;
}

.plb_bottom p {
    padding: 5px 5px 0;
    color: #666;
}

.plb_bottom_af input {
    width: 100px;
    height: 22px;
    border: 1px solid #cccccc;
}

.plb_bottom_bf input {
    width: 40px;
    height: 22px;
    border: 1px solid #cccccc;
}

.plb_bottom_cf input {
    width: 40px;
    height: 25px;
    margin: 0 0 0 48px;
}

.product_left_cf {
    width: 180px;
    border: 1px solid #eeeeee;
}

.plc_top {
    width: 200px;
    height: 40px;
    background: #f7f7f7;
    line-height: 40px;
    font-size: 13px;
    padding-left: 10px;
    border-bottom: 1px solid #eeeeee;
    color: #666;
    font-weight: 600;
}

.plc_bottom {
    width: 210px;
}

.plc_bottom li a {
    width: 200px;
    height: 25px;
    line-height: 25px;
    display: block;
    background: #f7f7f7;
    border-bottom: 1px solid #eeeeee;
    padding-left: 10px;
    color: #666;
}

.plc_bottom li i {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 4px 7px 0 0;
}

.icon_plc {
    background: url(/images/20130603A.png) -38px 0;
}

.icon_plc_1 {
    background: url(/images/20130603A.png) -20px 0;
}

.plc_bottom li span {
    /*float: left;*/
}

.plc_bottom li:hover span {
    color: red;
}

.product_left_df {
    width: 210px;
    border: 1px solid #eeeeee;
    /*margin: 20px 0;*/
}

.pld_top {
    width: 210px;
    height: 40px;
    border-bottom: 1px solid red;
}

.pld_top_bf {
    width: 105px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f7f7f7;
    float: left;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.pld_top_bf:hover {
    color: red;
}

.pld_top_af {
    width: 105px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #e4393c;
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.pld_bottom li {
    width: 160px;
    height: 150px;
    /*border: 1px solid red;*/
    margin: 10px auto;
}

.pld_bottom li a {
    width: 160px;
    height: 120px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.pld_bottom li a h1 {
    padding: 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid red;
    display: none;
}

.pld_bottom li a:hover h1 {
    display: block;
}

.pld_a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e4393c;
    color: #ffffff;
    float: left;
    border-radius: 50px;
    margin: 2px 2px 0 0;
}

.pld_b {
    font-size: 12px;
    color: #666;
    line-height: 23px;
    float: right;
}

.pld_b {
    float: right;
    color: #999999;
    font-size: 12px;
}

.pld_bottom li .pld_b a,
.ple_bottom li .pld_b a {
    display: inline-block;
    width: auto;
    height: auto;
    color: #666;
}

.pld_c {
    font-size: 14px;
    color: #e4393c;
    line-height: 25px;
    font-weight: 600;
}

.product_left_ef {
    width: 210px;
    border: 1px solid #eeeeee;
}

.ple_top {
    width: 200px;
    height: 40px;
    background: #f7f7f7;
    line-height: 40px;
    font-size: 13px;
    padding-left: 10px;
    border-bottom: 1px solid #eeeeee;
    color: #666;
    font-weight: 600;
}

.ple_bottom li {
    width: 160px;
    height: 150px;
    margin: 10px auto 0;
}

.ple_bottom li a {
    width: 160px;
    height: 120px;
    display: block;
    position: relative;
}

.ple_bottom li a h1 {
    padding: 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid red;
    display: none;
}

.ple_bottom li a:hover h1 {
    display: block;
}

.ple_bottom li p {
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: red;
}

.ple_bottom li .pld_b {
    line-height: 30px;
}

.product_right {
    width: 988px;
    float: right;
}

.product_right_af {
    width: 988px;
    height: 38px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-bottom: 1px solid red;
    border-left: 0;
}

.product_right_af_1 {
    position: fixed;
    top: 0;
}

.pra_bf {
    padding: 10px 25px;
    float: left;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.pra_bf:hover {
    color: red;
}

.pra_af {
    padding: 10px 25px;
    float: left;
    font-size: 14px;
    color: #ffffff;
    background: #e4393c;
    margin: -1px 0 0 0;
}

.product_right_bf {
    width: 988px;
    border-bottom: 1px solid #eeeeee;
}

.prb_top {
    height: 18px;
    margin: 30px 0 0 50px;
    color: #666;
}

.prb_top a {
    color: #5e69ad;
}

.prb_bottom {
    margin: 20px 0 0 0;
    margin-bottom: 20px;
}

.prb_bottom li {
    width: 300px;
    height: 18px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    float: left;
    padding-left: 25px;
    margin: 5px 0 0 0;
    /*border: 1px solid red;*/
    overflow: hidden;
}

.prb_bottom li a {
    color: #5e69ad;
}

.prb_more {
    font-size: 12px;
    color: #5e69ad;
    float: right;
    margin: 10px 10px 0 0;
}

.prb_more span {
    color: #005aa0;
}

.prc_af {
    margin: 10px 0 0;
}

.prc_gf {
    width: 988px;
}

.prc_gf li {
    width: 240px;
    height: 300px;
    /*border: 1px solid red;*/
    margin: 0 6px 0 0;
    float: left;
}

.prc_gf_af {
    width: 240px;
    height: 243px;
    display: block;
    background: no-repeat url(/images/556e70caNd7f8569b.jpg);
}

.prc_gf_bf {
    width: 240px;
    height: 55px;
    background: #11ae7e;
    margin: 6px 0 0;
}

.prc_gf_left {
    width: 100px;
    float: left;
    padding: 8px 0 0 15px;
}

.gleft_1 {
    font-size: 12px;
    color: #ffffff;
}

.gleft_2 {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.prc_gf_right {
    border-radius: 30px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 110px;
    text-align: center;
    background: #44a587;
    font-size: 16px;
    float: right;
    margin: 12px 0 0 0;
}

.prc_gf_right span {
    color: #fff;
}

.product_right_df {
    width: 988px;
    /*border: 1px solid red;*/
    margin: 20px 0 0 0;
}

.prd_af {
    width: 978px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #666666;
    font-weight: 600;
    padding-left: 10px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
}

.prd_bf {
    /*border: 1px solid red;*/
    margin: 30px 0 0 30px;
}

.prd_bf li {
    width: 900px;
    margin: 0 0 30px 0;
    /*border: 1px solid black;*/
}

.bf_icon {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    background: no-repeat url(/images/iconZP.png) center;
}

.bf_cont {
    width: 780px;
    float: left;
    padding: 0 0 0 20px;
}

.bf_cont h1 {
    font-size: 16px;
    line-height: 30px;
    color: #e4393c;
}

.bf_cont p {
    width: 780px;
    font-size: 12px;
    color: #666;
    /*border: 1px solid red;*/
}

.prd_cf_top {
    margin: 0 0 20px 0;
}

.prd_cf_top span {
    font-size: 12px;
    color: #e4393c;
    line-height: 30px;
    font-weight: 600;
}

.prd_cf_top p {
    font-size: 12px;
    line-height: 150%;
    color: #666;
}

.prd_cf_top em {
    font-size: 12px;
    font-weight: 600;
}

.pre_top {
    width: 978px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #666666;
    font-weight: 600;
    padding-left: 10px;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    margin: 20px 0 0 0;
}

.pre_bottom {
    width: 988px;
}

.pre_bottom li {
    width: 220px;
    margin: 20px 25px 0 0;
    float: left;
    border: 1px solid #eeeeee;
}

.pre_bottom li:hover {
    box-shadow: 0px 0px 15px #888888;
}

.pre_bottom_af {
    width: 220px;
    height: 160px;
    display: block;
}

.pre_bottom_af img {
    width: 220px;
    height: 160px;
}

.pre_bottom_bf p {
    font-size: 12px;
    height: 27px;
    overflow: hidden;
    color: #666;
    padding: 8px 8px;
}

.pre_bottom_bf p:hover {
    color: red;
}

.pre_bottom_cf {
    width: 220px;
    height: 20px;
    line-height: 17px;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.pre_bottom_cf span {
    font-size: 13px;
    color: #e4393c;
    font-weight: 600;
    margin: 0 0 0 5px;
}

.pre_bottom_cf a {
    height: 20px;
    display: block;
    float: right;
    color: #666;
    margin: 0 10px 0 0;
}

.pre_bottom_cf a:hover i {
    /*background: no-repeat url(/images/__sprite.png) -44px -40px;*/
}

.pre_bottom_cf a i {
    width: 20px;
    height: 13px;
    display: block;
    float: left;
    background-image: url(/product/list/images/clicknum.png);
    background-repeat: no-repeat;
    background-size: 16px;
    margin: 2px 5px 0 0;
    display: none;
}

.pre_bottom_df {
    width: 220px;
}

#sidebar {
    width: 7px;
    height: 100%;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
    background: #7a6e6e;
}

#sidebar_af {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 3;
    /*border: 1px solid red;*/
    width: 32px;
}

.sidebar_son {
    width: 34px;
    height: 34px;
    background: #7a6e6e;
    position: relative;
    overflow: hidden;
    transition: width 0.5s;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0 0 1px 0;
    float: right;
}

#sidebar_af li i, #sidebar_bf li i {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    background-color: #7a6e6e;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#sidebar_af li em {
    line-height: 34px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 12px;
}

#sidebar_bf li em {
    line-height: 34px;
    padding: 0 13px;
    color: #ffffff;
    font-size: 12px;
}

.sidebar_son:hover {
    width: 90px;
    background: #c81623;
}

#sidebar_af li:hover i, #sidebar_bf li:hover i {
    background-color: #c81623;
}

.sidebar_af_1 {
    background: url(/images/toolbars.png) -88px -174px;
}

.sidebar_af_2 {
    background: url(/images/toolbars.png) -51px 0px;
}

.sidebar_af_3 {
    background: url(/images/toolbars.png) -190px -100px;
}

.sidebar_af_4 {
    background: url(/images/toolbars.png) -190px -151px;
}

.sidebar_af_5 {
    background: no-repeat url(/images/communication-icon.png) center;
}

#sidebar_bf {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 34px;
}

.sidebar_bf_1 {
    background: no-repeat url(/images/599d3334Nf16495a3.gif) center;
}

.sidebar_bf_2 {
    background: no-repeat url(/images/toolbars.png) -49px -300px;
}

.sidebar_bf_3 {
    background: no-repeat url(/images/toolbars.png) -49px -249px;
}

#two_dimension_code {
    width: 32px;
    height: 32px;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0 0 3px 0;
    float: right;
}

#two_dimension_code:hover .code_son {
    display: block;
}

.code_son {
    position: absolute;
    right: 40px;
    bottom: 0;
    display: none;
}

.product_right_ff {
    width: 988px;
    margin: 40px 0 0 0;
}

.prf_top {
    width: 988px;
    clear: both;
    border-bottom: 1px solid #eeeeee;
}

.prf_top_left {
    width: 110px;
    font-size: 12px;
    color: #666;
    float: left;
    text-align: right;
}

.prf_top_right {
    width: 800px;
    float: left;
    padding-bottom: 10px;
}

.prf_top_right li {
    margin: 0 0 10px;
    clear: both;
}

.ptr_1 {
    line-height: 26px;
    width: 160px;
    display: block;
    float: left;
    text-align: right;
    font-size: 12px;
    color: #666;
}

.ptr_2 {
    line-height: 26px;
    font-size: 12px;
    display: inline-block;
    float: left;
    color: #666;
    margin: 0 0 0 50px;
}

.prf_bottom {
    width: 988px;
    clear: both;
    padding: 15px 0;
    /*border: 1px solid red;*/
}

.prf_bottom_left {
    line-height: 26px;
    width: 110px;
    font-size: 12px;
    color: #666;
    float: left;
    text-align: right;
}

.prf_bottom_right {
    width: 800px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    float: left;
    margin: 0 0 0 40px;
}

.big_diagram {
    width: 100%;
    height: 1000px;
    position: absolute;
    /*border: 1px solid red;*/
    top: 0;
    z-index: 100;
    padding: 120px 0 0 0;
    background-color: rgba(0,0,0,0.1);
    display: none;
}

.big_diagram_son {
    width: 960px;
    height: 660px;
    background-color: #ffffff;
}

.big_border {
    width: 960px;
    border: 4px solid rgba(127,127,127,0.3);
    margin: 0 auto;
    border-radius: 5px;
}

.son_top {
    width: 940px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 10px;
    background: #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.son_top_close {
    width: 13px;
    height: 13px;
    display: block;
    float: right;
    background: no-repeat url(/images/dialog.png) center;
    margin: 9px 0 0 0;
    cursor: pointer;
}

.bds_top {
    width: 940px;
    margin: 10px auto 0;
    border-bottom: 1px solid #eeeeee;
}

.bds_top a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    background: #e4393c;
    cursor: pointer;
}

.bds_bottom {
    width: 940px;
    height: 570px;
    /*border: 1px solid red;*/
    margin: 0 auto;
}

.bds_left {
    width: 747px;
    height: 570px;
    /*border: 1px solid red;*/
    float: left;
    position: relative;
    overflow: hidden;
    margin: 1px 0 0 0;
}

.bdsl_img {
    width: 546px;
    height: 546px;
    margin: 0 auto;
    overflow: hidden;
    /*border: 1px solid red;*/
}

.bdsl_img img {
    width: 546px;
    height: 546px;
}

.bdsl_big_img {
    width: 800px;
    height: 800px;
    border: 1px solid red;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: none;
}

.bdsl_big_img img {
    width: 800px;
    height: 800px;
    padding: 0;
    margin: 0;
}

.bds_right {
    width: 175px;
    height: 570px;
    /*border: 1px solid red;*/
    float: right;
}

.bds_right_af {
    font-size: 14px;
    color: #666;
    line-height: 150%;
    font-weight: 300;
    padding: 20px 1px 5px;
}

.bds_right_bf {
    text-align: center;
    font-size: 12px;
    color: #666;
}

.bds_right_bf span {
    font-size: 16px;
    color: #e4393c;
    font-weight: 600;
}

.bds_right_cf {
    border: 1px solid #e4e4e4;
    padding: 14px;
    margin-top: 15px;
}

.bds_right_cf li {
    width: 56px;
    height: 56px;
    float: left;
    margin: 6px;
    padding: 1px;
    border: 1px solid #e4e4e4;
}

.bds_right_cf li img {
    width: 56px;
    height: 56px;
}

.rc {
    width: 110px;
    text-align: center;
    margin: 30px auto 15px;
}

.rc_left {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    padding-top: 1px;
    border: 1px solid #e4e4e4;
    margin: 0 10px;
}

.rc_left i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px dashed transparent;
    border-right: 6px solid #666;
    border-left: 0 dashed transparent;
    border-bottom: 6px dashed transparent
}

.rc_right {
    width: 16px;
    height: 16px;
    display: block;
    float: right;
    padding-top: 1px;
    border: 1px solid #e4e4e4;
    margin: 0 10px;
}

.rc_right i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px dashed transparent;
    border-left: 6px solid #666;
    border-right: 0 dashed transparent;
    border-bottom: 6px dashed transparent;
}

.rc span {
    font-size: 12px;
    color: #333;
}

.cce_top_1 {
    width: 590px;
    height: 30px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 10px;
    position: relative;
}

.ccet_af {
    float: left;
    line-height: 30px;
    color: #666;
    margin: 0 0 0 10px;
}

.ccet_bf {
    float: left;
    width: 215px;
    height: 30px;
    overflow: hidden;
    padding: 0 5px;
}

.ccet_bf:hover {
    position: absolute;
    height: 60px;
    background: #ffffff;
    border: 1px solid #ccc;
    z-index: 100;
    left: 150px;
}

.ccet_bf:hover .arr-close {
    transform: rotate(180deg);
}

.ccet_bf li {
    float: left;
    padding: 0 5px;
    margin: 10px 0 0;
    color: #eaeaea;
}

.ccet_bf li a {
    color: #646FB0;
}

.ccet_bf li a:hover {
    color: #e4393c;
}

.ccet_bf .arr-close {
    width: 13px;
    height: 15px;
    padding: 0;
    background: no-repeat url(/images/arr-close.png) center;
}

.product_right_cf {
    padding: 25px;
}

.product_right_cf p {
    font-size: 14px;
    line-height: 200%;
}

.product_right_cf img {
    max-width: 938px;
    margin: 0 auto;
    display: block;
}

.params_wrap {
    clear: both;
    line-height: 200%;
    color: #666;
    padding: 10px;
    font-size: 14px;
}

.params_wrap a {
    color: #666;
}

.params_wrap a:hover {
    color: #ff0000;
}
/*咨询在线客服*/
.sidebar-list {
    width: 78px;
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 100;
}

.sidebar-list li {
    width: 78px;
    height: 75px;
    border: 1px solid #ebebeb;
    position: relative;
    background: #ffffff;
}

.sidebar-list li:hover {
    background: #df3033;
    border: 1px solid #df3033;
}

.sidebar-list li:hover .sl_right em {
    color: #ffffff;
}

.sl_left {
    width: 0;
    height: 36px;
    background: no-repeat url(/product/list/images/chat_icon.png) 0 -526px;
    overflow: hidden;
    position: absolute;
    top: 35%;
    right: 100px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    transition: right 0.5s;
}

.sidebar-list li:hover .sl_left {
    right: 80px;
    width: 146px;
    padding-right: 10px;
}

.sl_right {
    width: 78px;
    height: 75px;
}

.sl_right span {
    width: 34px;
    height: 50px;
    display: block;
    /*background: no-repeat url(/product/list/images/slr_1.png) center;*/
    margin: 0 auto;
}

.sl_right em {
    width: 78px;
    display: block;
    text-align: center;
    color: #999;
}

.sl_right_2 span {
    background: no-repeat url(/product/list/images/slr_2.png) center;
}

.sl_right_3 span {
    background: no-repeat url(/product/list/images/slr_3.png) center;
}

.sl_right_4 span {
    background: no-repeat url(/product/list/images/slr_4.png) center;
}

.sidebar-list li:hover .sl_right_1 span {
    background: no-repeat url(/product/list/images/slr_1_1.png) center;
}

.sidebar-list li:hover .sl_right_2 span {
    background: no-repeat url(/product/list/images/slr_2_1.png) center;
}

.sidebar-list li:hover .sl_right_3 span {
    background: no-repeat url(/product/list/images/slr_3_1.png) center;
}

.sidebar-list li:hover .sl_right_4 span {
    background: no-repeat url(/product/list/images/slr_4_1.png) center;
}

.sll {
    width: 100px;
    height: 100px;
    background: none;
    top: -24px;
    overflow: hidden;
}

.sll img {
    width: 100px;
    display: none;
}

.sidebar-list li:hover .sll {
    width: 100px;
    height: 100px;
    padding-right: 0;
}

.sidebar-list li:hover .sll img {
    display: block;
}
/*门店导购*/
.choice_left_df {
    width: 310px;
    border-radius: 10px;
    padding: 20px;
    background: #df3033;
    margin-top: 20px;
}

.lcl_title {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 20px;
}

.lcl_bottom {
    width: 100%;
    overflow: hidden;
}

.lcl_left {
    width: 100%;
}

.lcl_left .box {
    overflow: hidden;
}

.lcl_left .l_c {
    float: left;
    color: #fff;
    text-indent: 12px;
}

.lcl_left .r_c {
    float: right;
    padding-right: 44px;
}

.lcl_left p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.lcl_left p select {
    border: 0;
    font-size: 14px;
    color: #666;
    padding: 0 5px;
    border-radius: 3px;
    width: 190px;
}

.lcl_left p input {
    border: 0;
    border-radius: 3px;
    width: 182px;
    height: 21px;
    padding: 0 5px;
}

.lcl_roght {
    width: 100%;
    text-align: center;
}

.lcl_roght button {
    font-size: 16px;
    border: 0;
    width: 180px;
    height: 35px;
    color: #ffffff;
    background: #ffa726;
    border-radius: 10px;
    margin: 0px 0 0 20px;
}

.cce_bottom_ef_bottom span {
    margin: 0 10px;
}

.cce_bottom_bf_left {
    width: auto;
}

.sidebar-list {
    width: 78px;
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 100;
}

.sidebar-list li {
    width: 78px;
    height: 75px;
    border: 1px solid #ebebeb;
    position: relative;
    background: #ffffff;
}

.sidebar-list li:hover {
    background: #df3033;
    border: 1px solid #df3033;
}

.sidebar-list li:hover .sl_right em {
    color: #ffffff;
}

.sl_left {
    width: 0;
    height: 36px;
    background: no-repeat url(/product/list/images/chat_icon.png) 0 -526px;
    overflow: hidden;
    position: absolute;
    top: 35%;
    right: 100px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    font-size: 14px;
    transition: right 0.5s;
}

.sidebar-list li:hover .sl_left {
    right: 80px;
    width: 146px;
    padding-right: 10px;
}

.sl_right {
    width: 78px;
    height: 75px;
}

.sl_right span {
    width: 34px;
    height: 50px;
    display: block;
    background: no-repeat url(/product/list/images/slr_1.png) center;
    margin: 0 auto;
}

.sl_right em {
    width: 78px;
    display: block;
    text-align: center;
    color: #999;
}

.sl_right_2 span {
    background: no-repeat url(/product/list/images/slr_2.png) center;
}

.sl_right_3 span {
    background: no-repeat url(/product/list/images/slr_3.png) center;
}

.sl_right_4 span {
    background: no-repeat url(/product/list/images/slr_4.png) center;
}

.sidebar-list li:hover .sl_right_1 span {
    background: no-repeat url(/product/list/images/slr_1_1.png) center;
}

.sidebar-list li:hover .sl_right_2 span {
    background: no-repeat url(/product/list/images/slr_2_1.png) center;
}

.sidebar-list li:hover .sl_right_3 span {
    background: no-repeat url(/product/list/images/slr_3_1.png) center;
}

.sidebar-list li:hover .sl_right_4 span {
    background: no-repeat url(/product/list/images/slr_4_1.png) center;
}

.sll {
    height: 100px;
    background: none;
    top: -24px;
    overflow: hidden;
}

.sll img {
    width: 100px;
    display: none;
}

.sidebar-list li:hover .sll {
    width: 100px;
    height: 100px;
    padding-right: 0;
}

.sidebar-list li:hover .sll img {
    display: block;
}
/*地图*/
.mask {
    zoom: 1;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 32503px;
    top: 0px;
    opacity: 0.5;
    z-index: 290;
    position: absolute;
    left: 0px;
    opacity: .8 !important;
    display: none;
}

.layui_tit {
    font-size: 18px;
    color: #333;
    padding-left: 25px;
    background-image: url(/product/list/images/phone.png);
    background-repeat: no-repeat;
    background-size: 25px;
}

.map_wrap {
    width: 100%;
    position: fixed;
    left: 0;
    top: 200px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 200));
}
/**/
.choice_left_df {
    width: 350px;
    height: 190px;
    background: no-repeat url(/product/images/cld_bg_1.png) center;
    overflow: hidden;
    border-radius: 10px;
}

.choice_left_df img {
    width: 350px;
}

.lcl_title {
    width: 350px;
}

.lcl_bottom {
    width: 350px;
}

.lcl_bottom p {
    width: 320px;
    padding: 0 15px;
    margin: 15px 0 10px;
}

.lcl_bottom p input {
    width: 300px;
    height: 37px;
    border-radius: 10px;
    font-size: 16px;
    color: #999999;
    border: 0;
    background: #ffffff;
    line-height: 37px;
    padding: 0 10px;
    outline: none;
}

.lcl_roght {
    width: 208px;
    height: 67px;
    background: no-repeat url(/product/images/seb_1.png) center;
    margin: 0 auto;
}

.lcl_roght button {
    width: 208px;
    height: 40px;
    border: 0;
    opacity: 0;
}
/**/
.choice_left_df {
    width: 300px;
    height: 150px;
    background: no-repeat url(/product/list/images/cld_bg.png) center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.lcl_title {
    width: 300px;
}

.lcl_title img {
    width: 100%;
}

.lcl_bottom {
    width: 300px;
}

.lcl_bottom p {
    width: 270px;
    padding: 0 15px;
    margin: 10px 0 8px;
}

.lcl_bottom p input {
    width: 250px;
    height: 30px;
    border-radius: 10px;
    font-size: 14px;
    color: #999999;
    border: 0;
    background: #ffffff;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
}

.lcl_roght {
    width: 158px;
    height: 50px;
    background: url(/product/list/images/seb.png) no-repeat center;
    background-size: 100%;
    margin: 0 auto;
}

.lcl_roght button {
    width: 158px;
    height: 33px;
    border: 0;
    opacity: 0;
    cursor: pointer;
}
/*弹窗*/
.bw_box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.bullet_window {
    width: 680px;
    height: 570px;
    background: no-repeat url(/b2b/images/bw-bg.png) center;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 10px;
}

.bw_shut {
    width: 42px;
    height: 42px;
    float: right;
    background: no-repeat url(/b2b/images/bw_close.png) center;
    margin-top: 10px;
}

.bw {
    width: 582px;
    padding: 40px 30px 30px;
    margin: 190px auto 0;
    background: #ffffff;
    border-radius: 15px;
}

.bw_top {
    width: 582px;
    overflow: hidden;
}

.bw_top_img {
    width: 160px;
    height: 90px;
    float: left;
}

.bw_top_title {
    width: 400px;
    padding: 10px 0;
    float: right;
}

.bw_top_title p {
    font-size: 16px;
    color: #625556;
    line-height: 25px;
}

.bw_top_title p em {
    font-size: 22px;
    color: #625556;
    font-weight: bold;
}

.bw_top_title p span {
    color: #f53559;
}

.bw_bottom {
    width: 582px;
    margin-top: 26px;
    border-top: 1px solid #e5e5e5;
}

.bw_bottom p:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
    color: #333;
}

.bw_bottom p:nth-child(2) input {
    border: 1px solid #ccc;
    background: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    outline: none;
}

.bwb_1 {
    width: 140px;
    height: 48px;
    padding: 0 10px;
}

.bwb_2 {
    width: 200px;
    height: 48px;
    padding: 0 10px;
    margin: 0 3px;
}

.bw_bottom p:nth-child(2) .bwb_3 {
    width: 180px;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    background-color: #dd2b54;
    border: 1px solid #dd2b54;
    box-shadow: 0 5px 10px 1px rgba(219,33,76,.4);
}

.bw_bottom p:nth-child(3) {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: rgba(0,0,0,.6);
}

.bw_bottom p:nth-child(3) span {
    color: #f53559;
    font-size: 24px;
    margin: 0 10px;
}
/*标签*/
.clearfix {
    *zoom: 1;
}

.newstab_wrap {
    margin-top: 30px;
}

.newstab_wrap .newstab_main {
    width: 770px;
    margin-top: 15px;
    margin: 0 auto;
}

.newstab_wrap .newstab_main i {
    font-style: normal;
    color: #898989;
}

.newstab_wrap .newstab_main i {
    font-style: normal;
    color: #898989;
}

.newstab_wrap .newstab_main a {
    padding: 2px 15px;
    border: 1px #eee solid;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
    color: #898989;
}

.newstab_wrap .newstab_main a:hover {
    border-color: #ff0000;
    color: #ff0000
}

.hide {
    display: none;
}

.ccebe {
    width: 500px;
}

.ccebe_1 {
    width: 500px;
    height: 48px;
    background: #FEEFEF;
    position: relative;
    margin-bottom: 2px;
}

.ccebe_1_left, .ccebe_2_left {
    height: 48px;
    padding-left: 50px;
    color: #FF6263;
    font-size: 16px;
    line-height: 48px;
}

.ccebe_1_right, .ccebe_2_right {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #FF6263;
    color: #fff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.ccebe_1_left {
    background: no-repeat url(/product/list/images/ccebe_1_left.png);
    background-position: 5px 5px;
}

.ccebe_2_left {
    background: no-repeat url(/product/list/images/ccebe_2_left.png);
    background-position: 9px 8px;
    background-size: 32px 32px;
}

.ccebe_frame, .ccebe_frame_1 {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

.ccebef {
    width: 383px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -191px 0 0 -178px;
    background: #ffffff;
    z-index: 100;
    overflow: hidden;
    padding-bottom: 20px;
}

.ccebef_af {
    height: 75px;
    width: 342px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 75px;
    position: relative;
    font-weight: bold;
}

.ccebef_af_2 {
    color: #869099;
    font-size: 14px;
    margin-left: 10px;
    font-weight: normal;
}

.ccebef_af_2 em {
    color: #bd1a21;
}

.ccebef_af_3 {
    position: absolute;
    right: -10px;
    height: 5px;
    line-height: 30px;
    cursor: pointer;
    color: #7c7c7c;
    font-weight: normal;
}

.ccebef_bf {
    width: 342px;
    margin: 0 auto;
}

.ccebef_bf_1 {
    font-size: 14px;
    color: #333;
}

.ccebef_bf_2 input {
    width: 338px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
    color: #313131;
    text-indent: 10px;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 2px;
}

.ccebef_bf_3 button {
    width: 340px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    background: #bd1a21;
    font-size: 16px;
    color: #ffffff;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.iconlist img {
    width: 25px;
    height: 25px;
    margin: 2px 5px;
    vertical-align: middle;
    top: -2px;
}

.params_wrap {
    clear: both;
    position: relative;
}

.params_wrap .params_r {
    position: absolute;
    top: 0px;
    right: 0px;
}

.params_wrap .qrCode {
    text-align: center;
    width: 150px;
    margin-top: 10px;
}

.params_wrap .qrCode p {
    color: #f00;
    margin-top: 8px;
}

.enquiry,
.pre_bottom_cf .enquiry {
    background-color: #f04848;
    padding: 2px 5px 3px 5px;
    color: #fff;
}

.pldb_af {
    margin-top: 5px;
}
/* 2022 品牌产品主页 start */



/* 品牌产品展示 start */
#Hm_brand .brand_goods {
    width: 1200px;
    margin: 0 auto;
}

#Hm_brand .goods_tit {
    width: 100%;
    border: 1px solid #ddd;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

#Hm_brand .goods_tit dt {
    float: left;
    width: 175px;
    height: 40px;
    background: #bf1923;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

#Hm_brand .goods_tit dd {
    float: right;
    font-size: 14px;
    line-height: 40px;
}

#Hm_brand .goods_tit dd em {
    color: #bf1923;
}


#Hm_brand .goods_list {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
}

#Hm_brand .gl_item {
    width: 291px;
    border: 1px solid #ddd;
    padding: 2px 3px;
    box-sizing: border-box;
    float: left;
    margin-right: 12px;
    margin-bottom: 30px;
}

#Hm_brand .gl_item:nth-child(4n) {
    margin-right: 0;
}

#Hm_brand .gl_item .item_pic {
    width: 283px;
    height: 188px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Hm_brand .gl_item .item_pic a {
    display: none;
}

#Hm_brand .gl_item .item_pic a:first-child {
    display: inline;
}

#Hm_brand .gl_item .item_pic a img {
    width: 100%;
    transition: all .5s;
}

#Hm_brand .gl_item .item_pic a:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

#Hm_brand .gl_item .item_spic {
    width: 100%;
    overflow: hidden;
    margin: 3px 0;
    display: flex;
    align-items: center;
}

#Hm_brand .gl_item .item_spic li {
    float: left;
    width: 70px;
    height: 47px;
    border: 1px solid #ddd;
    margin-right: 1px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#Hm_brand .gl_item .item_spic li:nth-child(4n) {
    margin-right: 0;
}

#Hm_brand .gl_item .item_spic li.cur {
    border: 1px solid #bf1923;
}

#Hm_brand .gl_item .item_spic li img {
    width: 100%;
}

#Hm_brand .gl_item .item_tit {
    padding: 8px;
}

#Hm_brand .gl_item .item_tit p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#Hm_brand .gl_item .item_btn {
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    padding: 10px 15px;
    overflow: hidden;
}

#Hm_brand .gl_item .item_btn a {
    padding: 0 36px;
    background: #db214c;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    line-height: 39px;
    float: left;
}

#Hm_brand .gl_item .item_btn a:last-child {
    background-color: #3c96ec;
    margin-left: 13px;
}
/* 品牌产品展示 end */

/* 2022 品牌产品主页 end */