@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
p,
a,
img,
ul,
li,
form,
table,
tbody,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    width: 100%;
    height: 100%;
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    color: #000;
    position: relative;
    overflow-x: hidden;
}

li {
    list-style-type: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.fontaril {
    font-family: Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*start*/
#index_top {
    width: 100%;
    height: 672px;
    position: relative;
    overflow: hidden;
}

#img_wall {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#img_wall li {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/*
#img_wall{width:100%;height:100%;position:absolute;top:0;left:0;}
#img_wall li{width:100%;height:100%;position:absolute;top:0;left:0;}
#img_wall li img{width:100%;height:100%;}
*/
#logo_link {
    display: block;
    width: 182px;
    height: 50px;
    position: absolute;
    top: 43px;
    left: 56px;
}

#top_banner {
    width: 980px;
    height: 118px;
    position: fixed;
    z-index: 99;
    left: 50%;
    margin-left: -490px;
}

#top_banner .logo {
    width: 182px;
    height: 72px;
    position: absolute;
    top: 28px;
    left: 56px;
    background: url(../images/logo.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/logo.png*/
        no-repeat;
    z-index: 11;
    cursor: pointer;
    background-size: contain;
}

#top_banner .o_background_white {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .85;
}

#top_banner .banner_dec {
    width: 980px;
    height: 8px;
    background: url(../images/top_dec.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/top_dec.png*/
        no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

#top_banner .search_bar_lan {
    font-size: 1.2em;
    position: relative;
    text-align: right;
    padding-right: 94px;
    top: 24px;
}

.search_bar_lan .top_fdj {
    position: absolute;
    top: 0;
    right: 64px;
    cursor: pointer;
}

#top_banner .banner_list {
    position: absolute;
    right: 52px;
    bottom: 20px;
}

#top_banner .banner_list .come_to_mark {
    width: 0;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #f870ad;
}

#top_banner .banner_list li {
    width: 90px;
    height: 14px;
    background: url(../images/banner_words.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/banner_words.png*/
        no-repeat;
    float: left;
    cursor: pointer;
}

#top_banner .mark_logo {
    position: absolute;
    top: 0;
    right: -220px;
}

#dot_container {
    position: absolute;
    left: 50%;
    height: 10px;
    bottom: 56px;
}

#dot_container li {
    background: url(../images/dots.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/dots.png*/
        no-repeat -18px 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-left: 8px;
}

#dot_container li:first-child {
    margin-left: 0;
}

#dot_container .li_active {
    background-position: 0;
}

#index_middle_box {
    width: 980px;
    margin: -34px auto 0 auto;
    padding-bottom: 72px;
}

#index_middle_box li {
    width: 239px;
    position: relative;
    float: left;
    height: 325px;
    overflow: hidden;
    margin-left: 8px;
    cursor: pointer;
}

#index_middle_box li:first-child {
    margin-left: 0;
}

#index_middle_box li .up_box {
    position: relative;
    width: 239px;
    height: 215px;
}

#index_middle_box li .its_bg {
    width: 235px;
    height: 210px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c9c9c9;
}

#index_middle_box li .extend_box {
    width: 235px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

#index_middle_box li .down_box {
    position: relative;
    width: 100%;
    height: 98px;
    padding: 12px 0 0 0;
}

.down_box .read_more:hover {
    text-decoration: underline;
    cursor: pointer;
}

.down_box .format_control {
    margin-top: 11px;
    padding-right: 36px;
}

#index_middle_box li .down_box p {
    color: #535353;
    font-size: 1.2em;
}

#index_middle_box li .down_box strong {
    font-size: 14px;
}

#index_middle_box li .green_box {
    width: 235px;
    height: 121px;
    background: #6cbb5a;
    position: absolute;
    /*top:0;*/
    top: -161px;
    left: 0;
    z-index: 89;
    font-size: 1.2em;
    color: #fff;
    padding-top: 25px;
    display: none;
}

#index_middle_box li .green_box p {
    padding: 0 21px;
}

#index_middle_box li .green_box img {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -15px;
}

#index_middle_box li .third_part_imgs {
    position: absolute;
    /*top:146px;*/
    top: -210px;
    left: 0;
    z-index: 101;
}

.down_box .read_more {
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 4px;
    background: url(../images/insRM.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/insRM.png*/
        no-repeat;
}

#info_middle_imgs {
    width: 100%;
    height: 417px;
    background: url(../images/index_imgs.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/index_imgs.jpg*/
        no-repeat center center;
}

#Footer {
    width: 100%;
    height: 139px;
    background: #626262;
    border-top: 3px solid #009944;
}

#Footer .footer_container {
    width: 910px;
    margin: 0 auto;
    color: #fff;
    padding-top: 7px;
}

.bottom_contact li {
    float: left;
    font-size: 1.4em;
    margin-left: 19px;
}

.bottom_contact li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.bottom_contact li:first-child {
    margin-left: 0;
}

#Footer .b_f_b {
    height: 96px;
    border-right: 1px solid #7d7d7d;
    padding-top: 21px;
    padding-right: 314px;
}

#Footer .b_s_b {
    height: 96px;
    border-left: 1px solid #535353;
    padding-top: 21px;
    padding-left: 39px;
}

/*1*/
#sub_page_top {
    width: 100%;
    height: 260px;
    position: relative;
}

#sub_banner_container {
    width: 980px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    bottom: 0;
    z-index: 14;
}

#sub_banner_container li {
    width: 244px;
    height: 50px;
    float: left;
    border-left: 1px solid #d2d2d2;
    background: url(../images/sub_banner_bg_normal.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/sub_banner_bg_normal.png*/
        repeat;
    font-size: 1.8em;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

#sub_banner_container .active_li {
    background: url(../images/sub_banner_bg_hover.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/sub_banner_bg_hover.png*/
        repeat;
}

#sub_banner_container ul li:first-child {
    border-left: 0;
}

#about_by_content_container {
    width: 100%;
}

#abcc_p_1 {
    width: 980px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
}

#abcc_p_1 table {
    width: 490px;
    height: 483px;
}

#abcc_p_1 table p {
    padding-right: 131px;
    font-size: 1.2em;
    color: #535353;
    line-height: 1.6em;
}

#abcc_p_1 table .title {
    font-size: 1.6em;
    color: #32b16c;
}

#abcc_p_1 .abcc_p_1_img_box_2 {
    position: absolute;
    right: -466px;
    top: 10px;
}

#abcc_timeline_part {
    width: 100%;
    background: #f6fbf7;
    height: 451px;
    position: relative;
    font-size: 0;
}

#abcc_timeline_part .abcc_timeline_container {
    width: 980px;
    margin: 0 auto;
}

#abcc_timeline_part .line_x {
    width: 100%;
    height: 1px;
    background: #a0a0a0;
    position: absolute;
    top: 211px;
    left: 0;
}

#contactBg {
    background: url(../images/contact_bg.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/contact_bg.jpg*/
        no-repeat center top;
}

#contactBg #sub_page_top {
    height: 203px;
}

#contactBg .contact_body {
    width: 915px;
    margin: 0 auto;
    padding: 65px 0 161px 65px;
    background: #fff;
}

.contact_body .c_sp_title {
    font-size: 2em;
    color: #80c269;
    margin: 5px 0 10px 0;
}

.contact_body .c_sp_title:first-child {
    margin-top: 0;
}

.contact_body p {
    font-size: 1.2em;
    color: #626262;
    line-height: 1.7em;
}

/*i*/
#inspirationBg {
    background: url(../images/inspirationBG.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/inspirationBG.jpg*/
        no-repeat center top;
}

#inspirationBg #sub_page_top {
    height: 230px;
}

#isn_grid_container {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 74px;
    position: relative;
}

#isn_grid_container .bts_ins_more {
    position: absolute;
    left: 50%;
    margin-left: -59px;
    bottom: 23px;
}

#isn_grid_container .grid_box {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.grid_box .mask_bgs {
    width: 100%;
    height: 71px;
    position: absolute;
    left: 0;
    background-repeat: repeat;
    display: none;
    bottom: -71px;
}

.grid_box .summary_table {
    height: 71px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    color: #fff;
}

.grid_box .summary_table .summary_title {
    font-size: 1.4em;
    margin-bottom: 3px;
}

.grid_box .summary_table p {
    font-size: 1.2em;
    padding-left: 15px;
}

#img_pool {
    overflow: hidden;
    width: 0;
    height: 0;
}

/*p*/
#productsBG {
    background: url(../images/productsBG.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/productsBG.jpg*/
        no-repeat center top;
}

#productsBG #sub_page_top {
    height: 195px;
}

#products_box {
    width: 980px;
    margin: 0 auto;
}

#products_box .pHead {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.pHead .headName {
    float: left;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    background: #17a152;
    border-left: 1px solid #d2d2d2;
}

.pHead .headName:first-child {
    border-left: 0;
}

.pHead .activeName {
    background: #f5a2c1;
}

#product_banner_container {
    width: 100%;
    height: 410px;
    position: relative;
}

#product_banner_container li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#product_banner_container li .des_summary {
    width: 230px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -230px;
    background: #32b16c;
}

.des_summary p {
    padding: 0 27px 0 50px;
    color: #fff;
    font-size: 1.2em;
    position: absolute;
    bottom: 40px;
    text-indent: 2em;
    line-height: 1.6em;
}

#thall_container {
    width: 100%;
    background: #ebf5ec;
    height: 370px;
    margin-top: 54px;
}

#thall_container .scroll_container {
    width: 982px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.scroll_container .itstitle {
    margin-top: 61px;
}

.scroll_container .itbts {
    position: absolute;
    background: url(../images/scroll_dir_bts.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/scroll_dir_bts.png*/
        no-repeat;
    width: 13px;
    top: 92px;
    height: 213px;
    cursor: pointer;
    z-index: 99;
    display: none;
}

.scroll_container .bts_left {
    left: -21px;
    background-position: 2px 92px;
}

.scroll_container .bts_right {
    right: -21px;
    background-position: -62px 92px;
}

#come_on_scroll {
    width: 982px;
    height: 214px;
    position: relative;
    overflow: hidden;
    margin-top: 77px;
}

#come_on_scroll li {
    width: 232px;
    height: 100%;
    background: url(../images/pboxbg_ex.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/pboxbg_ex.png*/
        no-repeat 0 bottom;
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
}

#come_on_scroll li:first-child {
    margin-left: 0;
}

#come_on_scroll li img {
    margin: -2px 0 0 1px;
}

#come_on_scroll li .cnmb_p_img {}

#come_on_scroll li .word_div {
    width: 100%;
    height: 19px;
    overflow: hidden;
    color: #626262;
    font-size: 1.6em;
    margin-top: 16px;
    text-indent: 17px;
}

#xgInner li .word_div {
    width: 100%;
    height: 19px;
    overflow: hidden;
    color: #626262;
    font-size: 1.6em;
    margin-top: 16px;
    text-indent: 17px;
}

#tmInner li .word_div {
    width: 100%;
    height: 19px;
    overflow: hidden;
    color: #626262;
    font-size: 1.6em;
    margin-top: 14px;
    text-indent: 17px;
}

.word_div a:hover {
    color: #80c269;
    cursor: pointer;
}

#come_on_scroll li:hover .maskContainer {
    display: block;
}

#come_on_scroll li .maskContainer {
    background: url(../images/mask_hover.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/mask_hover.png*/
        repeat;
    width: 232px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 1px;
    display: none;
}

#come_on_scroll li .maskContainer img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
}

/*n*/
#newsBg {
    background: url(../images/newsBG.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/newsBG.jpg*/
        no-repeat center top;
}

#newsBg #sub_page_top {
    height: 446px;
}

#news_list_container {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 31px;
}

#news_list_container .news_boxes {
    width: 480px;
}

.news_sp_1 {
    width: 480px;
    height: 454px;
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
}

.news_sp_1 .news_titles {
    background: url(../images/news_sp_1_bg.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/news_sp_1_bg.png*/
        repeat;
}

.news_sp_2 {
    width: 230px;
    height: 231px;
    position: relative;
    overflow: hidden;
}

.news_sp_2 .news_titles {
    background: url(../images/news_sp_2_bg.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/news_sp_2_bg.png*/
        repeat;
}

.news_sp_3 {
    width: 230px;
    height: 231px;
    position: relative;
    overflow: hidden;
}

.news_sp_3 .news_titles {
    background: url(../images/news_sp_3_bg.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/news_sp_3_bg.png*/
        repeat;
}

.news_sp_4 {
    width: 480px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.news_sp_4 .news_titles {
    background: url(../images/news_sp_4_bg.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/news_sp_4_bg.png*/
        repeat;
}

#news_list_container .news_titles {
    width: 100%;
    height: 71px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 22px;
    font-size: 1.4em;
    color: #fff;
}

.news_titles img {
    position: absolute;
    right: 29px;
    top: 50%;
    margin-top: -18px;
}

.news_more_box {
    width: 480px;
    height: 435px;
    background: #434343;
    margin-top: 22px;
    position: relative;
}

.news_more_box .news_more_title {
    font-size: 2.4em;
    color: #fff;
    padding: 78px 0 0 39px;
    margin-bottom: 40px;
}

.news_more_box .more_news_ulist {
    width: 344px;
    height: 219px;
    margin: 0 0 0 39px;
    position: relative;
}

#line_bg {
    width: 4px;
    height: 228px;
    position: absolute;
    background: #626262;
    right: 0;
    top: 149px;
}

.more_news_ulist li {
    color: #fff;
    border-bottom: 1px dashed #bdbdbd;
    line-height: 1.4em;
    padding-bottom: 14px;
}

.more_news_ulist li:hover {
    cursor: pointer;
}

.more_news_ulist li:hover .news_title {
    text-decoration: underline;
}

.more_news_ulist li:first-child {
    margin-top: 0;
}

.more_news_ulist .news_title {
    font-size: 1.4em;
}

.more_news_ulist .news_publish {
    font-size: 1.2em;
}

.hover_news_box table:hover {
    cursor: pointer;
}

/*nd*/
#ndetailsBg {
    background: url(../images/ndetailsBG.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/ndetailsBG.jpg*/
        no-repeat center top;
}

#ndetailsBg #sub_page_top {
    height: 162px;
}

#ndetails_container {
    width: 980px;
    margin: 0 auto;
    background: #fff;
    padding: 79px 0 61px 0;
}

#ndetails_container .nd_contents_container {
    width: 640px;
    margin: 0 auto;
}

.nd_contents_container .news_title {
    color: #626262;
    font-size: 1.6em;
    text-align: center;
    position: relative;
    margin-bottom: 53px;
}

.news_title .title_dec {
    width: 8px;
    height: 20px;
    position: absolute;
    top: 0;
    background: url(../images/title_des.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/title_des.png*/
        no-repeat;
}

.news_title .des_left {
    left: 0;
    background-position: 0 0;
}

.news_title .dec_right {
    right: 0;
    background-position: -45px 0;
}

.nd_contents_container .detail_contents {
    text-align: center;
    padding-bottom: 41px;
    position: relative;
}

.detail_contents p {
    text-align: justify;
    font-size: 1.3em;
    color: #626262;
    line-height: 1.7em;
}

.detail_contents .nd_back_bt {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.2em;
    color: #626262;
}

/*xg*/
#xgContainer {
    width: 100%;
    height: 430px;
    background: #ebf5ec;
    margin-top: 54px;
    overflow: hidden;
}

#xgInner {
    width: 962px;
    height: 298px;
    margin: 71px auto 0 auto;
}

#xgInner li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 472px;
    height: 100%;
    background: url(../images/pboxbg_ex.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/pboxbg_ex.png*/
        no-repeat;
    margin-left: 14px;
    position: relative;
}

#xgInner li:first-child {
    margin-left: 0;
}

#xgInner li .xg_img {
    margin: -2px 0 0 1px;
}

#xgInner li .xg_mask {
    width: 470px;
    height: 239px;
    position: absolute;
    left: 1px;
    top: -2px;
    background: url(../images/mask_hover.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/mask_hover.png*/
        repeat;
    display: none;
}

#xgInner li .xg_mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
}

#xgInner li:hover .xg_mask {
    display: block;
}

#xgInner li p {
    color: #626262;
    font-size: 1.6em;
    line-height: 57px;
    text-indent: 19px;
}

/*tm*/
#tmInner {
    width: 962px;
    height: 210px;
    margin: 71px auto 0 auto;
}

#tmInner li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 310px;
    height: 100%;
    background: url(../images/pboxbg_ex.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/pboxbg_ex.png*/
        no-repeat;
    margin-left: 14px;
    position: relative;
    background-position: 0 bottom;
}

#tmInner li:first-child {
    margin-left: 0;
}

#tmInner li .xg_img {
    margin: -2px 0 0 1px;
}

#tmInner li .xg_mask {
    width: 308px;
    height: 160px;
    position: absolute;
    left: 1px;
    top: -2px;
    background: url(../images/mask_hover.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/mask_hover.png*/
        repeat;
    display: none;
}

#tmInner li .xg_mask img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -31px 0 0 -31px;
}

#tmInner li:hover .xg_mask {
    display: block;
}

#tmInner li p {
    color: #626262;
    font-size: 1.6em;
    line-height: 57px;
    text-indent: 19px;
}

/*sb*/
#sub_banner_container_sb {
    width: 100%;
    background: url(../images/banner_bgs.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/banner_bgs.png*/
        repeat-y;
    position: absolute;
    bottom: -222px;
    height: 222px;
    overflow: hidden;
    display: none;
}

#sub_banner_1st {
    height: 100%;
    font-size: 1.3em;
    margin-left: 661px;
}

#sub_banner_1st .its_container {
    color: #626262;
    padding: 6px 17px;
    cursor: pointer;
}

#sub_banner_1st .its_container_2,
#sub_banner_1st .its_container_3 {
    color: #707070;
    padding: 6px 17px;
    cursor: pointer;
}

#sub_banner_1st .its_container_3:hover {
    color: #80c269 !important;
}

#subBanners {
    background: #fff;
    height: 100%;
    padding-top: 16px;
    width: 233px;
}

#sub_banner_1st .comeintohere {
    margin-top: 16px;
}

.first_banner_active {
    background: #fff;
    color: #80c269 !important;
}

#search_input {
    outline: none;
    width: 93px;
    height: 13px;
    border: 1px solid #cfcfcf;
    font-size: .8em;
    color: #a0a0a0;
    text-indent: 3px;
    position: absolute;
    right: 87px;
    display: none;
}

/*ab*/
.about_img_word_container {
    width: 100%;
    height: 220px;
}

.about_img_1 {
    background: url(../images/about_1.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/about_1.jpg*/
        no-repeat center top;
}

.about_img_2 {
    background: url(../images/about_2.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/about_2.jpg*/
        no-repeat center top;
}

.about_img_3 {
    background: url(../images/about_3.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/about_3.jpg*/
        no-repeat center top;
}

.about_img_bottom {
    width: 100%;
    height: 280px;
    background: url(../images/about_4.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/about_4.jpg*/
        no-repeat center top;
}

.about_img_word_container .its_inner_container {
    width: 980px;
    margin: 0 auto;
}

.its_inner_container .article_title {
    font-size: 2.6em;
    color: #80c269;
}

.its_inner_container p {
    font-size: 1.4em;
    line-height: 1.6em;
}

.about_img_1 p {
    color: #434343;
}

.about_img_3 p {
    color: #626262;
}

.about_img_3 .its_inner_container div {
    width: 500px;
}

/*xn*/
#performanceBG {
    background: url(../images/performanceBG.jpg)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/performanceBG.jpg*/
        no-repeat center top;
}

#performanceBG #sub_page_top {
    height: 554px;
}

#performance_img_container {
    width: 100%;
    display: none;
}

#performance_img_container li {}

/*pb*/
#product_box {
    width: 100%;
    background: #eff2ef;
    overflow: hidden;
}

#product_box .input_img_summary_container {
    width: 980px;
    height: 379px;
    margin: 40px auto 57px auto;
    background: #e5e5e5;
    position: relative;
}

.input_img_summary_container .dirbts {
    width: 118px;
    height: 15px;
    background: url(../images/up_down_arrows.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/up_down_arrows.png*/
        no-repeat center 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: none;
}

.input_img_summary_container .up_dirbts {
    background-position: center 5px;
    top: -15px;
}

.input_img_summary_container .down_dirbts {
    background-position: center -5px;
    bottom: -15px
}

.input_img_summary_container .p_summary_container {
    width: 212px;
    position: absolute;
    bottom: 54px;
    left: 34px;
    color: #626262;
    font-size: 12px;
}

.p_summary_container strong {
    font-size: 16px;
}

.p_summary_container .p_summary_title {
    margin-bottom: 26px;
}

.p_summary_container .p_summary_contents {
    width: 137px;
}

.p_summary_contents p {
    line-height: 1.6em;
    background: url(../images/p_summary_dots.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/p_summary_dots.png*/
        no-repeat 0 8px;
    padding-left: 8px;
}

.input_img_summary_container .act_img_box {
    width: 735px;
    height: 379px;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

#list_box_container {
    position: absolute;
    right: -130px;
    top: -1px;
}

#list_box_container li {
    width: 118px;
    height: 75px;
    background: url(../images/act_img_box_bg.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/act_img_box_bg.png*/
        repeat;
    margin-top: 1px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#list_box_container li .icon_gjt {
    display: none;
    background: url(../images/gjt.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/gjt.png*/
        no-repeat;
    width: 13px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: -13px;
    position: absolute;
}

#list_box_container li img {
    width: 90px;
    height: 60px;
    margin-top: 8px;
}

#list_box_container li:first-child {
    margin-top: 0;
}

#list_box_container .li_active {
    background: #80c269 none;
}

#list_box_container .li_active .icon_gjt {
    display: block;
}

#parameter_box {
    width: 100%;
    /*padding-bottom:72px;*/
}

#parameter_box li {
    width: 100%;
    position: relative;
    border-top: 1px solid #626262;
    margin-top: 61px;
    text-align: center;
    padding-bottom: 61px;
}

#parameter_box li:first-child {
    margin-top: 0;
}

#parameter_box li .parameter_title_box {
    width: 330px;
    background: #eff2ef;
    color: #626262;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 50%;
    margin-left: -165px;
    top: -16px;
}

#parameter_box li .contents_img {
    margin-top: 80px;
}

.parameter_title_box .square_box {
    width: 5px;
    height: 5px;
    background: #80c269;
    position: absolute;
    top: 13px;
}

.parameter_title_box .left_box {
    left: 0;
}

.parameter_title_box .right_box {
    right: 0;
}

.parameter_title_box .pt_en {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

#chooseColor {
    font-size: 0;
    margin-top: 80px;
}

#chooseColor .color_box {
    width: 69px;
    height: 69px;
    border-radius: 34px;
    color: #626262;
    background: #fff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 12px;
    text-align: center;
    line-height: 182px;
    margin-left: 26px;
}

#chooseColor .color_box:first-child {
    margin-left: 0;
}

/*timeline*/
#time_line_container {
    width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    font-size: 0;
    height: 100%;
    overflow: hidden;
}

#time_line_container li {
    width: 960px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 100%;
    position: relative;
    margin-left: 10px;
}

#time_line_container li:first-child {
    margin-left: 0;
}

#time_line_container .years {
    width: 54px;
    height: 37px;
    color: #959595;
    font-size: 24px;
    position: absolute;
    background: url(../images/time_dots.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/time_dots.png*/
        no-repeat center bottom;
    top: 178px;
    cursor: pointer;
}

#time_line_container li .real_img_sumamry_box {
    width: 480px;
    height: 280px;
    position: absolute;
    left: 0;
    top: 72px;
    background: #a0a0a0;
    z-index: 12;
}

.real_img_sumamry_box .input_imgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.real_img_sumamry_box .input_imgs:first-child {
    display: block;
}

.real_img_sumamry_box table {
    width: 250px;
    height: 95px;
    background: #898989;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: -258px;
    border: 0;
    display: none;
    z-index: -1;
}

.real_img_sumamry_box table p {
    padding: 0 61px 0 23px;
}

#spc_effecy ul li {
    width: 160px;
    height: 220px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-repeat: no-repeat;
    background-position: center center;
}

#spc_effecy ul li:hover {
    background-color: #fff;
}

#summary_des_container {
    width: 980px;
    margin: 0 auto;
    height: 0;
    position: relative;
    overflow: hidden;
}

#summary_des_container li {
    width: 650px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    display: none;
    padding-top: 50px;
}

#summary_des_container li:first-child {
    display: block;
    left: 46px;
}

#summary_des_container li p:first-child {
    color: #80c269;
    font-size: 16px;
    margin-bottom: 13px;
}

#summary_des_container li p {
    color: #535353;
    font-size: 14px;
}

#ins_detail_container {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
}

#ins_detail_container .its_mask {
    width: 100%;
    height: 100%;
    background: url(../images/mask_bg.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/mask_bg.png*/
        repeat;
}

#ins_detail_container .its_main_box {
    position: fixed;
    width: 640px;
    left: 50%;
    margin-left: -320px;
    top: 23%;
}

.its_main_box .box_header {
    width: 100%;
    height: 45px;
    background: #fff;
    padding-top: 15px;
    text-indent: 31px;
    position: relative;
}

.its_main_box .box_header .bts {
    background: url(../images/direbts.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/direbts.png*/
        no-repeat;
    position: absolute;
    width: 22px;
    height: 40px;
    top: 220px;
    cursor: pointer;
}

.its_main_box .box_header .prev_bts {
    left: -32px;
    background-position: 5px 5px;
}

.its_main_box .box_header .prev_bts:hover {
    background-position: 5px -49px;
}

.its_main_box .box_header .next_bts {
    background-position: -49px 5px;
    right: -32px;
}

.its_main_box .box_header .next_bts:hover {
    background-position: -49px -49px;
}

#spe_color {}

#input_color {
    width: 695px;
    font-size: 0;
    text-align: left;
    margin: 0 auto 0 auto;
}

#input_color li {
    width: 90px;
    height: 121px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 0;
    padding: 0;
    margin: 50px 0 0 31px;
    cursor: pointer;
}

#input_color li p {
    font-size: 14px;
    color: #626262;
    margin-top: 13px;
}

#input_color li .this_is_cover {
    width: 90px;
    height: 90px;
}

#input_color li .this_is_detail {
    display: none;
}

#input_color li:first-child {
    margin-left: 0;
}

#cnmbBYCCC {
    font-size: 12px;
    color: #626262;
    line-height: 1.7em;
    margin-top: 41px;
}

#to_input_imgs ul {
    width: 640px;
    height: 380px;
    position: relative;
}

#to_input_imgs ul li {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background-color: #e5e5e5;
}

#to_input_imgs ul li:first-child {
    display: block;
}

#pop_pages {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 999;
}

#pop_pages .mask_pop_page_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/mask_bg.png)
        /*tpa=http://www.bybm.com.cn/Home/Tpl/Public/images/mask_bg.png*/
        repeat;
}

#pop_pages img {
    width: 640px;
    height: 360px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -180px 0 0 -320px;
}

#result_body {
    width: 980px;
    background: #fff;
    margin: 0 auto;
}

#result_container {
    width: 645px;
    margin: 0 auto;
    padding-top: 70px;
}

#result_container .title_nub {
    color: #626262;
    font-size: 16px;
    margin-bottom: 60px;
}

#search_ul {
    padding-bottom: 73px;
}

#search_ul li {
    color: #626262;
    font-size: 14px;
    border-bottom: 1px dashed #626262;
    padding-bottom: 17px;
    line-height: 1.7em;
    margin-top: 13px;
}

#search_ul li:first-child {
    margin-top: 0;
}

#search_ul li .title {
    font-weight: bold;
}