@media (min-width:1200px) {
    .container {
        width:1200px
    }
    .nav_menu_icon, .head_nav {
        display:none;
    }
}
.wap {
    display:none !important;
}
a {
    color:#616161;
    text-decoration:none;
    transition:all .6s cubic-bezier(.19, 1, .22, 1);
}
a:hover {
    color:#1E88E5;
    text-decoration:none;
}
.page_bann {
    width:100%;
    overflow:hidden;
}
.content_bg {
    width:100%;
}
.content_bg1 {
    margin-top:25px;
    background:url(/templates/web2022/images/map_bg.png) repeat-x center top;
}
.content_bg2 {
    background:url(/templates/web2022/images/bg02.jpg) center top;
    background-size:cover;
    overflow:hidden;
}
.content_bg3 {
    background:url(/templates/web2022/images/bg03.jpg) center top;
    background-size:cover;
    overflow:hidden;
}
.content_bg4 {
    background:url(/templates/web2022/images/bg04.jpg) center top;
    background-size:cover;
    overflow:hidden;
}
.content_bg5 {
    background:url(/templates/web2022/images/bg05.jpg) center top;
    background-size:cover;
    overflow:hidden;
}
/*首页幻灯片*/
#home_bann {
    /*width: 100%;*/
    /*height: 100%;*/
}
.swiper_slide_vide {
    position:relative;
    height:auto;
}
.swiper_slide_vide .mover_mask {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    display:flex;
    align-items:center;
    transform:translateX(-50%);
}
.swiper_slide_vide .mover_mask:before {
    content:" ";
}
.slide_video {
    min-height:100vh;
    width:100%;
    position:absolute;
    left:0;
    top:0;
    min-width:100%;
    object-fit:cover;
    max-width:100%;
    margin:0;
    line-height:1;
    border:none;
}
.slider_slide_content {
    position:absolute;
    width:100%;
    top:35%;
    left:0;
    z-index:10000;
}
.swiper_slide_vide .title {
    width:100%;
    color:#FFFFFF;
    text-align:center;
    font-size:60px;
    font-weight:700;
}
.swiper_slide_vide .subtitle {
    padding-top:20px;
    width:100%;
    color:#FFFFFF;
    font-size:40px;
    font-weight:700;
    font-family:"Gothic A1", Sans-serif;
    text-transform:uppercase;
    text-align:center;
}
.swiper_slide_vide .entitle {
    padding-top:20px;
    width:100%;
    color:#FFFFFF;
    text-align:center;
    font-family:"Gothic A1", Sans-serif;
    text-transform:uppercase;
    font-size:30px;
    font-weight:700;
}
#home_bann .pagination {
    position:absolute;
    left:0;
    text-align:center;
    bottom:5px;
    width:100%;
    z-index:999;
}
#home_bann .swiper-pagination-bullet {
    display:inline-block;
    width:10px;
    height:6px;
    opacity:1;
    border-radius:10px;
    background:white;
    margin:0 3px;
    cursor:pointer;
    transition:width 0.3s ease-in-out;
}
#home_bann .swiper-pagination-bullet-active {
    background:#fdd000;
    width:15px;
}
.bann_button_next {
    background:url(/templates/web2022/images/banner_arrow.png) no-repeat left bottom;
    position:absolute;
    right:20px;
    top:55%;
    margin-top:-35px;
    width:70px;
    height:70px;
    z-index:999;
}
.bann_button_prev {
    background:url(/templates/web2022/images/banner_arrow.png) no-repeat left top;
    position:absolute;
    left:20px;
    top:55%;
    margin-top:-35px;
    width:70px;
    height:70px;
    z-index:999;
}
.nav_top_button {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    /*border-bottom:1px solid #BDBDBD;*/
    background:rgba(97, 97, 97, 0.3);
    z-index:10000;
}
.nav_top_menu_list {
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.nav_top_menu_list .logo {
    padding:8px 0;
    width:100px;
    text-align:left;
}
.nav_top_menu_list .nav_menu {
    padding-left:20px;
}
.nav_top_menu_list .nav_menu ul {
    list-style:none;
    padding:24px 0 0 0;
    margin:0;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.nav_top_menu_list .nav_menu ul li {
    padding:0 0 0 25px;
    margin:0;
}
.nav_top_menu_list .nav_menu ul li a {
    color:#FFFFFF;
    font-size:18px;
}
.nav_top_menu_list .nav_menu ul li a:hover {
    color:#FFECB3;
    font-size:18px;
}
.nav_top_menu_list .nav_addition {
    padding-left:50px;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.nav_top_menu_list .nav_addition .tel {
    padding-top:29px;
    font-size:18px;
    color:#FFFFFF;
}
.nav_top_menu_list .nav_addition .tel:before {
    content:"\f232";
    padding-right:10px;
    font-size:18px;
    color:#FFFFFF;
}
.nav_top_menu_list .nav_addition .top_click {
    padding-left:10px;
    padding-top:20px;
}
.espcms_title {
    margin-bottom:10px;
    height:auto;
}
.espcms_title .title_name {
    font-size:40px;
    font-weight:500;
    letter-spacing:0;
    text-align:center;
    color:#b09577;
    margin:0;
    padding:0;
    text-transform:uppercase;
}
.espcms_title .title_name_small {
    font-size:20px;
    font-weight:500;
    letter-spacing:0;
    text-align:center;
    color:#b09577;
    margin:0;
    padding:0;
    text-transform:uppercase;
}
.espcms_title .title_name_left {
    font-size:40px;
    font-weight:500;
    letter-spacing:0;
    text-align:center;
    color:#b09577;
    margin:0;
    padding:0;
    text-transform:uppercase;
}
.espcms_title .title_subhead {
    padding-top:20px;
    color:#FFFFFF;
    text-align:center;
    line-height:180%;
    font-size:20px;
}
.page_frame {
    padding:80px 0;
    overflow:hidden;
}
.home_about {
    padding:80px 0;
    overflow:hidden;
}
.home_about .about_content {
    padding-top:40px;
    padding-bottom:55px;
    width:100%;
}
.home_about .about_content .title {
    color:#b09577;
    font-size:18px;
    text-transform:uppercase;
    width:100%;
}
.home_about .about_content .title2 {
    color:#b09577;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
    width:100%;
}
.about_content_main {
    padding-top:10px;
    width:100%;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.about_content_main .about_text {
    padding-right:20px;
}
.about_content_main .about_text .about_font {
    font-size:16px;
    line-height:200%;
}
.about_content .about_page_text {
    font-size:16px;
    text-align:center;
    line-height:200%;
    padding-top:10px;
    padding-bottom:40px;
}
.home_process {
    display:flex;
    display:-webkit-flex;
    -webkit-justify-content:center;
    justify-content:center;
    overflow:hidden;
    padding:10px 0 0 0;
}
.home_process .process_at {
    width:30%;
    padding:25px 20px 0 25px;
    overflow:hidden;
}
.home_process .process_at .num {
    text-align:left;
    padding-top:5px;
    font-size:30px;
    width:100%;
    color:#b09577;
    font-weight:bold;
    overflow:hidden;
}
.home_process .process_at .process_text {
    text-align:left;
    font-size:16px;
    width:100%;
    color:#757575;
    overflow:hidden;
}
.about_history {
    position:relative;
    width:100%;
    overflow:hidden;
    padding:10px 0;
}
.about_history .about_history_list {
    width:100%;
}
.about_history .about_history_list .history_content_div {
    width:100%;
    padding:0;
    margin:0;
}
.about_history .about_history_list .history_content_div .history_body {
    padding:0 20px;
    margin:0;
    text-align:center;
}
.about_history .about_history_list .history_content_div .history_body .year {
    font-size:18px;
    color:#b09577;
}
.about_history .about_history_list .history_content_div .history_body .icon {
    padding-top:5px;
}
.about_history .about_history_list .history_content_div .history_body .icon:before {
    width:100%;
    content:"\f192";
    font-size:20px;
    color:#b09577;
}
.about_history .about_history_list .history_content_div .history_body .history_content {
    line-height:150%;
    padding:15px 0;
}
.about_history .about_history_list .history_content_div .history_body .history_pic {
    line-height:200%;
    border-radius:5px;
}
.about_history .about_history_list .history_content_div .history_body .history_pic img {
    border-radius:5px;
    overflow:hidden;
}
.about_history .history_line {
    position:absolute;
    height:2px;
    width:100%;
    background-color:#E0E0E0;
    top:49px;
    overflow:hidden;
    z-index:-1;
}
.about_history .history_next:before {
    content:"\f0a8";
    font-size:30px;
    color:#b09577;
    position:absolute;
    left:10px;
    top:35px;
    margin-top:0;
    width:30px;
    height:30px;
    z-index:100000;
}
.about_history .history_prev:before {
    content:"\f0a9";
    font-size:30px;
    color:#b09577;
    position:absolute;
    right:5px;
    top:35px;
    margin-top:0;
    width:30px;
    height:30px;
    z-index:100000;
}
.oem_server_layer {
    margin-top:25px;
    width:100%;
}
.oem_server_layer .oem_server_at {
    width:100%;
    overflow:hidden;
    margin-top:60px;
    position:relative;
}
.oem_server_layer .oem_server_at .oem_pic {
    width:50%;
    overflow:hidden;
}
.oem_server_layer .oem_server_at .oem_pic img {
    border-radius:5px;
    overflow:hidden;
}
.oem_server_layer .oem_server_at .oem_digital {
    position:absolute;
    right:0;
    top:0px;
    overflow:hidden;
}
.oem_server_layer .oem_server_at .oem_content {
    position:absolute;
    right:150px;
    top:60px;
    width:500px;
    padding:25px;
    border-radius:5px;
    /*background-color:#75634f;*/
    background:rgba(9, 24, 57, 0.8);
    overflow:hidden;
}
.oem_server_layer .oem_server_at .oem_content .title {
    width:100%;
    font-size:25px;
    color:#FFFFFF;
    overflow:hidden;
}
.oem_server_layer .oem_server_at .oem_content .sub {
    width:100%;
    margin-top:10px;
    font-size:16px;
    line-height:180%;
    color:#FFFFFF;
    overflow:hidden;
}
.oem_server_layer .oem_server_at .oem_content .button {
    width:100%;
    margin-top:20px;
    overflow:hidden;
}
.product_layer {
    padding-top:25px;
    width:100%;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.product_layer .product_type {
    width:48%;
    padding:20px;
    background-color:#FFFFFF;
    border-radius:5px;
    overflow:hidden;
}
.product_layer .product_type_bg1 {
    background:url(/templates/web2022/images/product_type_1.jpg) no-repeat left top;
}
.product_layer .product_type_bg2 {
    background:url(/templates/web2022/images/product_type_2.jpg) no-repeat left top;
}
.product_layer .product_type .product_title {
    width:100%;
    padding:10px 0;
    font-size:28px;
    color:#FFFFFF;
}
.product_layer .product_type .product_type_list {
    width:100%;
    list-style:none;
    padding:10px;
    margin:15px 0 0 0;
    color:#FFFFFF;
    background:rgba(238, 238, 238, 0.6);
    border-radius:10px;
    overflow:hidden;
}
.product_layer .product_type .product_type_list li {
    float:left;
    width:50%;
    padding:5px;
    color:#FFFFFF;
    overflow:hidden;
}
.product_layer .product_type .product_type_list li a {
    display:block;
    width:100%;
    padding:20px;
    background:rgba(238, 238, 238, 0.8);
    border-radius:10px;
    font-size:18px;
    height:180px;
    color:#FFFFFF;
    overflow:hidden;
}
.product_layer .product_type .product_type_list li a.hover02 {
    display:block;
    width:100%;
    padding:20px;
    background:rgba(238, 238, 238, 0.8);
    border-radius:10px;
    font-size:18px;
    height:130px;
    color:#FFFFFF;
    overflow:hidden;
}
.product_layer .product_type .product_type_list li a .title {
    font-size:30px;
    color:#181818;
    overflow:hidden;
}
.product_layer .product_type .product_type_list li a .sub {
    font-size:16px;
    color:#757575;
    padding-top:5px;
    text-transform:uppercase;
    overflow:hidden;
}
.product_layer .product_type .product_type_list li a:hover {
    background:rgba(249, 168, 37, 1)
}
.production_layer {
    margin-top:25px;
    width:100%;
    overflow:hidden;
}
.production_layer .production_list {
    margin-top:10px;
    width:100%;
    overflow:hidden;
    display:-webkit-flex;
    display:flex;
    border-radius:5px;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.production_layer .production_list .pic {
    width:67%;
    overflow:hidden;
}
.production_layer .production_list .title_at {
    width:33%;
    padding:20px;
    /*background-color:#9ca7ad;*/
    background:rgba(38, 50, 56, 0.5);
    overflow:hidden;
}
.production_layer .production_list:nth-child(odd) .pic {
    padding-left:5px;
}
.production_layer .production_list .title_at .numeral {
    font-size:70px;
    color:#FFFFFF;
    margin:0;
    padding:0;
}
.production_layer .production_list .title_at .title {
    margin:0;
    padding:0 0 10px 0;
    font-size:40px;
    line-height:120%;
    border-bottom:1px solid #FFFFFF;
    color:#FFFFFF;
}
.production_layer .production_list .title_at .sub {
    padding-top:10px;
    font-size:22px;
    line-height:160%;
    color:#FFFFFF;
}
.news_layer {
    padding:40px 0 10px 0;
    width:100%;
    overflow:hidden;
}
.news_layer .news_list {
    list-style:none;
    width:100%;
    padding:0;
    margin:0;
    overflow:hidden;
}
.news_layer .news_list li {
    float:left;
    width:33.333%;
    padding:0 10px;
    overflow:hidden;
}
.news_layer .news_list li > .news_pic {
    width:100%;
    margin-bottom:15px;
    border-radius:5px;
    overflow:hidden;
}
.news_layer .news_list li > .news_title {
    width:100%;
    font-size:16px;
    margin-bottom:10px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.news_layer .news_list li > .news_title a {
    font-size:18px;
    color:#424242;
    overflow:hidden;
}
.news_layer .news_list li > .news_title a:hover {
    color:#E65100;
}
.news_layer .news_list li > .news_sub {
    width:100%;
    font-size:14px;
    color:#9E9E9E;
    line-height:180%;
    word-break:break-all;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    text-overflow:ellipsis;
    overflow:hidden;
}
.news_layer .news_list li > .news_pic img {
    width:100%;
    max-height:280px;
    overflow:hidden;
}
.news_layer .news_list li > .news_sub {
    width:100%;
    overflow:hidden;
}
.fotter_layer {
    background-color:#1a1a1a;
    width:100%;
    overflow:hidden;
}
.fotter_layer .fotter_at {
    padding:60px 0 30px 0;
    overflow:hidden;
}
.fotter_at .brand_list {
    width:100%;
    padding-top:40px;
    padding-bottom:40px;
    overflow:hidden;
}
.fotter_at .brand_list ul {
    list-style:none;
    padding:0;
    margin:0;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.fotter_at .brand_list ul li {
    padding:0;
    margin:0;
}
.fotter_at .footer_str {
    overflow:hidden;
    width:100%;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.footer_nav {
    width:40%;
    overflow:hidden;
}
.footer_nav dl {
    float:left;
}
.footer_nav dl dt {
    font-size:20px;
    color:#FFFFFF;
    font-weight:bold;
    margin-bottom:10px;
}
.footer_nav dl dd {
    float:left;
    margin-top:15px;
    margin-right:15px;
    font-size:16px;
    color:#7b7d8a;
}
.footer_contact dl {
    float:left;
}
.footer_contact dl dt {
    font-size:20px;
    color:#FFFFFF;
    font-weight:bold;
    margin-bottom:20px;
}
.footer_contact dl dd {
    margin-top:10px;
    font-size:16px;
    color:#b09577;
}
.footer_pic {
    float:right
}
.footer_pic ul {
    list-style:none;
    padding-top:0px;
}
.footer_pic ul li {
    float:right;
    padding-left:15px;
    text-align:center;
}
.footer_pic ul li img {
    width:90px;
    border:5px solid #fff;
}
.footer_pic ul li p {
    padding-top:10px;
    text-align:center;
    color:#b09577;
}
.fotter_statement {
    width:100%;
    background-color:#0d0c0c;
    padding:15px 0;
    text-align:center;
    color:#FFFFFF;
    overflow:hidden;
}
/*关于我们*/
.about_company_culture {
    width:100%;
    overflow:hidden;
    margin-top:20px;
    padding:90px 15px;
    background:url(/templates/web2022/images/pic/about_bg1.jpg) no-repeat center top;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.about_company_culture .company_culture_at {
    width:33.333%;
    padding:20px;
    /*background-color:#FFFFFF;*/
    background:rgba(250, 250, 250, 0.8);
    margin:0 5px;
    border-radius:10px;
}
.about_company_culture .company_culture_at .pic {
    text-align:center;
    padding:15px 0;
    overflow:hidden;
}
.about_company_culture .company_culture_at .pic {
    border-radius:5px;
    overflow:hidden;
}
.about_company_culture .company_culture_at .name {
    text-align:center;
    color:#b09577;
    font-size:40px;
}
.about_company_culture .company_culture_at .sub {
    padding-top:10px;
    text-align:center;
    font-size:16px;
}
.about_pic_list {
    width:100%;
    overflow:hidden;
}
/*obm自有品牌*/
.pic_list_at {
    padding-top:20px;
    width:100%;
    overflow:hidden;
}
.pic_list_at .pic_list_content {
    padding:30px 0;
    width:100%;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    overflow:hidden;
    border-top:1px solid #E0E0E0;
}
.pic_list_at .pic_list_content:first-child {
    border-top:0;
}
.pic_list_at .pic_list_content .pic {
    margin-right:20px;
}
.pic_list_at .pic_list_content .content {
    overflow:hidden;
}
.pic_list_at .pic_list_content .content .name {
    font-size:25px;
    color:#b09577;
    padding-bottom:5px;
}
.pic_list_at .pic_list_content .content .sub {
    font-size:15px;
    line-height:150%;
}
.pic_list_at .pic_list_content .content .linkbutton {
    padding-top:5px;
}
.obm_content {
    padding:60px 0 0 0;
    overflow:hidden;
    position:relative;
}
.obm_content .line {
    position:absolute;
    width:100%;
    left:0;
    top:210px;
    border-top:1px solid #b09577;
}
.read_title_left {
    font-size:30px;
    color:#000000;
    padding-bottom:10px;
}
.read_title_left2 {
    font-size:30px;
    color:#000000;
    padding-bottom:10px;
    margin:0;
    line-height:100%;
}
.read_title_left3 {
    font-size:25px;
    color:#b09577;
    padding-bottom:10px;
    margin:0;
    line-height:100%;
    text-transform:uppercase;
}
.read_content {
    padding-top:10px;
    font-size:18px;
    line-height:200%;
}
.process_list {
    margin-top:20px;
    width:100%;
    overflow:hidden;
    position:relative;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.process_list .process_at .number {
    font-size:40px;
    text-align:center;
    height:50px;
    line-height:50px;
    color:#b09577;
}
.process_list .process_at .name {
    text-align:center;
    width:100%;
    font-size:23px;
    color:#757575;
    height:50px;
    line-height:50px;
}
.process_list .process_at .icon {
    padding:20px 0;
    width:100%;
    line-height:100%;
    text-align:center;
}
.process_list .process_at .icon:before {
    width:100%;
    text-align:center;
    content:"\f192";
    font-size:30px;
    color:#b09577;
}
.obm_content2 {
    padding:10px;
    margin-top:40px;
    width:100%;
    border-radius:10px;
    background-color:#f1f1f1;
    overflow:hidden;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.obm_content2 .obm_read_at_r {
    padding:5px 8px 5px 0;
    overflow:hidden;
}
.obm_content2 .obm_read_at_r .imgdiv {
    border-radius:10px;
    height:567px;
    overflow:hidden;
}
.obm_content2 .obm_read_at_r img {
    width:auto;
    height:100%;
    overflow:hidden;
}
.obm_content2 .obm_read_at_l {
    width:80%;
    padding-right:10px;
    overflow:hidden;
}
.obm_content2 .obm_read_at_l ul {
    padding:0;
    margin:0;
    overflow:hidden;
    list-style:none;
}
.obm_content2 .obm_read_at_l ul li {
    float:left;
    width:33.3333%;
    padding:5px;
    overflow:hidden;
}
.obm_content2 .obm_read_at_l ul li > .obm_read_fram {
    position:relative;
    width:100%;
    height:280px;
    padding:10px;
    background-color:#FFFFFF;
    border-radius:5px;
    overflow:hidden;
}
.obm_content2 .obm_read_at_l ul li > .obm_read_fram .name {
    width:100%;
    font-size:20px;
    text-align:center;
    padding-bottom:10px;
    overflow:hidden;
}
.obm_content2 .obm_read_at_l ul li > .obm_read_fram .sub {
    width:100%;
    font-size:13px;
    line-height:180%;
    color:#9E9E9E;
    overflow:hidden;
}
.obm_content2 .obm_read_at_l ul li > .obm_read_fram .number {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    font-size:40px;
    text-align:center;
    color:#b09577;
    overflow:hidden;
}
.obm_content3 {
    margin-top:50px;
}
.obm_content3 > .brand_list {
    width:100%;
    margin-top:10px;
    padding:20px;
    background-color:#dcdcdc;
    border-radius:10px;
    text-align:center;
    overflow:hidden;
}
/*联系我们*/
.contact_banner {
    width:100%;
    /*border-top:1px solid #b09577;*/
    padding:30px 0;
    margin-bottom:30px;
    text-align:center;
}
.contact_banner h3 {
    font-size:30px;
    margin:0;
    padding:0;
    font-weight:bold;
}
.contact_banner h4 {
    font-size:20px;
    margin:0;
    padding:20px 0 0 0;
    text-transform:uppercase;
}
.contact_iconlist {
    padding-top:20px;
    width:100%;
    overflow:hidden;
}
.contact_iconlist ul {
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.contact_iconlist ul li {
    width:33.3333%;
    padding:0;
    margin:0;
    overflow:hidden;
    text-align:center;
    color:#b09577;
}
.contact_iconlist ul li .icon {
    text-align:center;
    padding-bottom:20px;
}
.contact_iconlist ul li .name {
    text-align:center;
    font-size:24px;
    padding-bottom:10px;
}
.contact_iconlist ul li .sub {
    text-align:center;
    font-size:24px;
}
.baidumap {
    width:100%;
    padding-top:30px;
    overflow:hidden;
}
.baidumap > #allmap {
    width:100%;
    height:500px;
    overflow:hidden;
    margin:0;
    border-radius:10px;
}
.prodution_read_laty {
    width:100%;
    border-top:1px solid #b09577;
    padding:30px 0;
    margin-top:30px;
    overflow:hidden;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.prodution_read_laty .read_l {
    padding-right:20px;
}
.read_at {
    width:100%;
    overflow:hidden;
    padding-top:25px;
}
.read_at2 {
    width:100%;
    overflow:hidden;
    padding-top:50px;
}
.read_pic_horizontal {
    margin-top:25px;
    overflow:hidden;
    width:100%;
}
.read_pic_horizontal ul {
    padding:0;
    margin:0;
    list-style:none;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.read_pic_horizontal .round_text {
    width:200px;
    height:200px;
    border-radius:50%;
    padding:10px;
    text-align:center;
    border:3px solid #b09577;
}
.read_pic_horizontal .round_text .icon {
    padding-top:10px;
    text-align:center;
}
.read_pic_horizontal .round_text .name {
    padding-top:5px;
    font-size:20px;
    color:#757575;
    text-align:center;
}
.prodution_read_laty1 {
    width:100%;
    padding:30px 0;
    margin-top:30px;
    overflow:hidden;
}
.prodution_read_laty2 {
    width:100%;
    padding:30px 0;
    margin-top:30px;
    overflow:hidden;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.prodution_read_laty2 .read_l {
    width:70%;
    padding-right:20px;
}
.prodution_read_laty2 .read_l2 {
    width:83%;
    padding-right:30px;
}
.prodution_read_laty1 .read_text_content {
    width:100%;
    padding:30px 0;
    overflow:hidden;
}
/*分类*/
.content_goods_typelist {
    width:100%;
    background-color:#f7f7f7;
}
.content_goods_typelist > .goods_typelist {
    padding:0;
}
.content_goods_typelist > .goods_typelist ul {
    list-style:none;
    overflow:hidden;
    padding:0;
    margin:0;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:center;
    justify-content:center;
}
.content_goods_typelist > .goods_typelist ul li {
    margin-right:35px;
    text-align:center;
    padding:15px 0 10px 0;
    font-size:18px;
    cursor:pointer;
}
.content_goods_typelist > .goods_typelist ul li a {
    color:#616161;
}
.content_goods_typelist > .goods_typelist ul li.hover {
    font-weight:600;
    border-bottom:2px solid #147f0c;
    color:#147f0c;
}
.content_goods_typelist > .goods_typelist ul li.hover a {
    color:#147f0c;
}
.content_goods_typelist > .goods_typelist ul li:hover a {
    font-weight:600;
    color:#147f0c;
}
.goods_sub_category {
    width:100%;
    padding:35px 0;
    overflow:hidden;
}
.goods_sub_category ul {
    list-style:none;
    overflow:hidden;
    padding:0;
    margin:0;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-around;
    justify-content:space-around;
}
.goods_sub_category ul li {
    margin:0 10px;
    text-align:center;
    cursor:pointer;
}
.goods_sub_category ul li .pic {
    text-align:center;
    cursor:pointer;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    filter:gray;
}
.goods_sub_category ul li .name {
    padding-top:10px;
    font-size:16px;
    text-align:center;
    color:#757575;
    font-weight:600;
}
.goods_sub_category ul li:hover .pic {
    -webkit-filter:unset;
    -moz-filter:unset;
    -ms-filter:unset;
    -o-filter:unset;
    filter:unset;
    filter:unset;
}
.goods_sub_category ul li:hover .name {
    font-size:16px;
    text-align:center;
    color:#388E3C;
}
.goods_sub_category ul li.hover .pic {
    -webkit-filter:unset;
    -moz-filter:unset;
    -ms-filter:unset;
    -o-filter:unset;
    filter:unset;
    filter:unset;
}
.goods_sub_category ul li.hover .name {
    font-size:16px;
    text-align:center;
    color:#388E3C;
}
.goods_list_pic {
    width:100%;
    padding:10px 0 30px 0;
    overflow:hidden;
}
.goods_list_cross_pic {
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}
.goods_list_cross_pic li {
    width:100%;
    padding:0;
    margin:30px 0;
    background-color:#f3f3f3;
    border-radius:8px;
    overflow:hidden;
}
.goods_list_cross_pic li:nth-of-type(even) .goods_pic {
    float:right;
}
.goods_list_cross_pic li .goods_pic {
    float:left;
    padding:0;
    margin:0;
    width:50%;
    overflow:hidden;
}
.goods_list_cross_pic li .goods_introduce {
    float:left;
    padding:20px;
    margin:0;
    width:50%;
    overflow:hidden;
}
.goods_list_cross_pic li .goods_introduce .title {
    font-size:20px;
    font-weight:600;
    color:#147f0c;
}
.goods_list_cross_pic li .goods_introduce .type_title {
    font-size:25px;
    padding-top:10px;
    font-weight:600;
    color:#828282;
}
.goods_list_cross_pic li .goods_introduce .sub {
    font-size:18px;
    padding-top:15px;
    color:#ababab;
}
.goods_list_cross_pic li .goods_introduce .present {
    font-size:16px;
    padding-top:25px;
    color:#828282;
}
.goods_list_cross_pic li .goods_introduce .specification {
    font-size:16px;
    margin-top:5px;
    padding:10px;
    width:auto;
    display:table;
    background-color:#66BB6A;
    color:#FFFFFF;
    border-radius:5px;
}
.goods_list_range_pic {
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}
.goods_list_range_pic li {
    float:left;
    width:31.333%;
    padding:0;
    margin:0 8px;
    background-color:#f3f3f3;
    position:relative;
    border-radius:5px;
    overflow:hidden;
}
.goods_list_range_pic li .title {
    position:absolute;
    top:15px;
    left:0;
    width:100%;
    padding:0;
    margin:0;
    color:#147f0c;
    font-size:28px;
    text-align:center;
    overflow:hidden;
}
.goods_list_range_pic li .present {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px 0;
    margin:0;
    color:#3d3d3d;
    font-weight:600;
    font-size:18px;
    background:rgba(66, 66, 66, 0.2);
    text-align:center;
    overflow:hidden;
}
.news_pic_list ul {
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}
.news_pic_list ul li {
    width:100%;
    padding:0;
    margin:30px 0;
    background-color:#f3f3f3;
    border-radius:5px;
    overflow:hidden;
}
/*.news_pic_list ul li:nth-of-type(even) .goods_pic {*/
/*    float:right;*/
/*}*/
.news_pic_list ul li .news_pic {
    float:left;
    padding:0;
    margin:0;
    width:50%;
    overflow:hidden;
}
.news_pic_list ul li .news_introduce {
    float:left;
    padding:20px;
    margin:0;
    width:50%;
    overflow:hidden;
}
.news_pic_list ul li .news_introduce .title {
    font-size:2.5rem;
    /*font-weight:600;*/
    color:#212121;
    /*font-family:KaiTi, SimSun, sans-serif;*/
}
.news_pic_list ul li .news_introduce .data {
    font-size:16px;
    padding-top:15px;
    color:#9E9E9E;
    display:table;
}
.news_pic_list ul li .news_introduce .sub {
    font-size:16px;
    line-height:200%;
    padding-top:15px;
    color:#9E9E9E;
}
.info_pagebotton {
    width:100%;
    overflow:hidden;
    padding-bottom:30px;
    text-align:center;
}
.news_title {
    width:100%;
    overflow:hidden;
    text-align:center;
    font-size:20px;
    padding:30px 0 0 0;
}
.news_data {
    width:100%;
    overflow:hidden;
    text-align:center;
    font-size:14px;
    padding:20px 0;
    border-bottom:1px solid #EEEEEE;
}
.news_read {
    margin-top:20px;
    width:100%;
    overflow:hidden;
    text-align:center;
}
/*会员登陆*/
.espcms_page_book {
    padding-top:25px;
    padding-bottom:25px;
}
.espcms_page_book .row {
    padding:0px 5px;
}
.disabledlinke {
    display:inline;
}
.espcms_member_login {
    margin:0 auto;
    width:70%;
}
.espcms_member_login > .panel > .panel-heading > h3 {
    margin:0px;
    padding:5px 0px;
    font-size:16px;
    font-weight:bold;
}
.espcms_member_login > .panel > .panel-body {
    padding:25px;
}
.espcms_member_login .member_login_info {
    line-height:180%;
}
@media screen and (min-width:360px) and (max-width:800px) {
    .espcms_member_login {
        margin:0 auto;
        width:95%;
    }
}
/*代理商*/
.agent_div {
    text-align:center;
    width:100%;
}
.left_div {
    position:relative;
    left:0;
    float:right;
}
.right_div {
    position:relative;
    left:0;
    float:left;
}
.info_content img {
    max-width:100%;
    height:auto;
}
/*产品详细说明*/
.goods_read_main {
    margin-top:50px;
    width:100%;
    overflow:hidden;
}
.goods_read_main .goods_pic {
    float:left;
    width:50%;
}
.goods_read_main .goods_basic_information {
    float:left;
    width:50%;
    height:100%;
    padding-left:20px;
    overflow:hidden;
    position:relative;
    z-index:9999;
}
.goods_read_main .goods_basic_information .goods_title {
    width:100%;
    overflow:hidden;
    text-align:left;
    font-size:28px;
    padding-bottom:5px;
    padding-left:5px;
    color:#424242;
    line-height:180%;
    font-weight:bold;
    /*border-bottom:1px solid #EEEEEE;*/
}
.goods_read_main .goods_basic_information .goods_info {
    padding-top:10px;
    font-size:14px;
    padding-left:5px;
    overflow:hidden;
    line-height:200%;
}
.goods_read_main .goods_basic_information .goods_share {
    left:0;
    bottom:0;
    width:100%;
    padding-top:25px;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.goods_read_main .goods_basic_information .goods_order_button {
    overflow:hidden;
}
.good_read {
    margin-top:30px;
    width:100%;
    overflow:hidden;
    text-align:center;
}
.good_read .img-responsive {
    display:unset;
}
.good_mover {
    width:100%;
    position:relative;
    overflow:hidden;
}
.good_title_mark {
    font-size:25px;
    padding:25px 0 10px 0;
    border-bottom:1px solid #E0E0E0;
}
.good_mover .goods_mover_mask {
    width:100%;
    height:90%;
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
}
.good_mover .goods_video {
    padding-top:20px;
    width:100%;
    /*object-fit:cover;*/
    max-width:100%;
    margin:0;
    line-height:1;
    border:none;
}
.goods_sub_read {
    padding-top:25px;
}
.goods_sub_read .pic_list_content {
    padding:30px 0;
    width:100%;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    overflow:hidden;
    border-bottom:1px solid #E0E0E0;
}
.goods_sub_read .pic_list_content .pic {
    margin-right:20px;
}
.goods_sub_read .pic_list_content .content {
    overflow:hidden;
}
.goods_sub_read .pic_list_content .content .name {
    font-size:25px;
    color:#b09577;
    padding-bottom:5px;
}
.goods_sub_read .pic_list_content .content .sub {
    font-size:16px;
    line-height:180%;
}
