.header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 9999;
    font-size: 16px;
}

.bg1{
    /*background: #4c2c5b;*/
    width: 100%;
    background-image: linear-gradient(#4c2c5b,#6E5484);
    height: 260px;
    margin-top: -130px;
    position: absolute;
    top: 50%;
}
.menu .bottom_show_li {
    height: 68px;
<php>if(cmf_current_lang()=="en-us" || cmf_current_lang()=="en-US"){ </php>
    font-size: 13px;
    margin: 0;
    <php>}</php>
}
.btn_core .tt{
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    font-style: oblique;
    text-shadow: 5px 2px 6px #000;
    font-weight: bold;
    margin-top: -155px;
}
.btn_core_bg .weixinpic{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-top: -110px;
    margin-left: -110px;
}
.title_top {
    width: 100%;
    height: 100%;
    /*border-bottom: 2px solid #48255b;*/
}

.title_max_div {
    max-width: 1300px;
    background: #ffffff;
    height: 50px;
    margin: 0 auto;
}

.lang_div {
    width: 150px;
    height: 100%;
    position: relative;
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

.lang_val {
    width: 100%;
    color: #262626;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    height: 30px;
}

.lang_btn_div {
    width: 100%;
    color: #262626;
    position: absolute;
    top: 40px;
    margin-top: 10px;
    line-height: 30px;
    background: #ffffff;
    z-index: 9;
    padding: 10px 0;
    display: none;
}

.lang_btn {
    display: block;
    width: 100%;
    text-decoration: none;
}

.title_bottm {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}


/*.btn_core_code{position: fixed;left: 50%;top: 50%;width:400px; margin-left: -120px;margin-top: -200px; z-index: 10000000;display: none;color: #ffffff;}*/
.btn_core_bg{width: 100%;height:100%;background-color: rgba(0,0,0,0.5);position: fixed;left: 0%;top: 0%;z-index: 10000000;display: none;}
.title_max_div {
    max-width: 1200px;
    background: #ffffff;
    height: 50px;
    margin: 0 auto;

    position: relative;
}

.menu {
    float: right;
    position: relative;
}
.top_m{
    padding-top: 10px;
}
.menu li {

    float: left;
    height: 80px;
    line-height: 30px;
    margin-left: 30px;
    cursor: pointer;
}

.menu li .title_btn {
    text-decoration: none;
    float: left;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.menu li .title_btn:hover {
    /*border-bottom: 3px solid #48255b;*/
}

.menu_cheack {
    /*border-bottom: 3px solid #48255b;*/
}

.model_list {
    width: 100%;
    text-align: center;
}

.model_list_title {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto 60px;
}
.model_list_title .detail{
    width: 50%;
    float:left;
}
.goods_type_ul {
    width: 100%;
    margin-top: 50px;
}

.goods_type_ul li {
    float: left;
    margin-left: 30px;
    width: calc((100% - 150px) / 4);
    cursor: pointer;
}

.new_article {
    width: calc((100% - 80px) / 3);
    float: left;
    margin-left: 20px;
    background: #f8f8f8;
    padding-bottom: 50px;
}

.new_article img {
    width: 100%;
}

.article_info {
    text-align: center;
    margin-top: 20px;
}

.article_info b {
    color: #000000;
    font-size: 16px;
}

.article_info a {
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
}

.bottm {
    line-height: 50px;
}

.menu_bottm {;
    text-align: center;
    margin: 0 auto;
}

.menu_bottm li {
    display: inline-block;
    padding: 10px;
}

.menu_bottm li a {
    text-decoration: none;
    height: 50px;
}

.menu_bottm li img {
    width: 50px;
}

body {
    /*padding-top: 223px;*/
}

.li_show {
    position: absolute;
    display: none;
    z-index: 1000000;
    left: 0px;
    width: 100%;
    top: 100px;
    cursor: auto;
    background: #ffffff;
    padding: 10px 0 0 0;
    box-shadow: 2px 4px 4px #999999;
}

.menu .bottom_show_li{
    height: 68px;
}
.top_li_show {
    position: absolute;
    display: none;
    z-index: 1000000;
    left: 0px;
    width: 100%;
    top: calc(90px + 48px);
    cursor: auto;
    background: #ffffff;
    padding: 10px 0 100px 0;
    box-shadow: 2px 4px 4px #999999;
}

.bottom_li_show{
    top: 80px;
}

.select_list {
    float: left;
    width: calc(20% - 20px);
    height: 200px;
    background: #ffffff;
    margin-left: 20px;
    color: #000000;
    line-height: 30px;
}

.select_list  h4 {
    padding-bottom: 20px;
}
/*文字颜色*/
.select_list  h4 span{
    color: #C0C0C0;
    padding-bottom: 6px;
    border-bottom: 2px solid #C0C0C0;
}

.select_list_img {
    float: left;
    width: calc(30% - 20px);
    height: 200px;
    background: #ffffff;
    margin-left: 20px;
    color: #000000;
}

.select_btn {
    cursor: pointer;
    text-decoration: none;
}

.select_img {
    width: 10px;
}
.top_select_img{
    width: 50px;
    margin: 0;
    display: none;
    cursor: pointer;
}

.logo_img {
    height: 80px;
}


.mobile_select {
    width: 100%;
    height: calc(100% - 60px);
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 65px;
    background: #ffffff;
    overflow-y: auto;
    display: none;
}
.mobile_select_ul li {
    cursor: pointer;
}

.mobile_select_ul li p {
    padding: 5px 20px;
}

.mobile_li_show {
    position:fixed;
    z-index: 1000000;
    overflow-y: auto;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 80px;
    background: #ffffff;
    padding: 0;
    box-shadow: 2px 4px 4px #999999;
    display: none;
}

.mobile_li_show_top {
    width: 100%;
    /*border-bottom: 1px solid #48255b;*/
    text-align: center;
    color: #48255b;
    position: fixed;
    top: 74px;
    background: #ffffff;
    height: 50px;
    line-height: 50px;
}
.mobile_li_show_main{width: 100%;padding: 60px 10px 80px 10px ;}
.mobile_li_show_main p {
    padding-left: 20px;
}
#select_form_m .show_li{
    margin: 0 0 30px 30px;
}



@media  (min-width: 500px) and   (max-width: 800px) {
    .menu_bottm li img{width: 30px;}
    /*.header{ border-bottom: 1px solid #48255b;}*/
    .title_max_div .menu, .title_top {
        /*display: none;*/
    }
    .top_select_img{
        display: block;
        padding: 10px;
    }

    .menu_bottm li, .footer_icp {
        font-size: 12px;
    }

    .logo_img {
        height: auto;
        width: 100px;
    }
    .btn_core_code{left: 50%;top: 50%;width: 200px;margin-left: -100px;margin-top: -100px;}
    .btn_core .tt{
        font-size: 20px;
        top:50%;
    }
    .model_list_title .detail{
        width: 100%;
        float:none;
    }

}
/*@media (min-width: :800px){}*/

/*.btn_core .weixinpic{position: absolute; text-align: center; z-index: 33; top: 50%; left:50%; margin-left: -140px; margin-top: -100px; width: 280px; height: 140px;}*/


















