
/*  首页：关于明眸  */
.content_home_1{
    padding: 0.33rem 0;
}

.content_home_1 .middle{
    margin: 0.3rem  0  0.2rem;
    /*height:4.20rem;*/
}

.content_home_1 .middle .text{
    margin: 0 auto;
    margin-top: 0.22rem;
    width: 5.9rem;
    font-size: 0.20rem;
    color: #797979;
    line-height: 0.32rem;
    text-indent: 2em;
}

.content_home_1 .middle .sub_column{
    text-align: center;
    margin-top: 0.30rem;
}

.content_home_1 .middle .sub_column li{
    display: inline-block;
    margin-right: 0.08rem;
    margin-left: 0.08rem;
    text-align: center;
}

.content_home_1 .middle .sub_column li .icon{
    display: inline-block;
    width:0.81rem;
    height:0.81rem;
    border-radius: 0.635rem;
}

.content_home_1 .middle .sub_column li .icon.bg1{
    background:#de5c23 url(../../images/img_3.png) no-repeat;
    background-size: 0.81rem 0.81rem;
}

.content_home_1 .middle .sub_column li .icon.bg2{
    background:#de5c23 url(../../images/img_4.png) no-repeat;
    background-size: 0.81rem 0.81rem;
}

.content_home_1 .middle .sub_column li .icon.bg3{
    background:#de5c23 url(../../images/img_5.png) no-repeat;
    background-size: 0.81rem 0.81rem;
}

.content_home_1 .middle .sub_column li .icon.bg4{
    background:#de5c23 url(../../images/img_6.png) no-repeat;
    background-size: 0.81rem 0.81rem;
}

.content_home_1 .middle .sub_column li .txt{
    width:1.17rem;
    margin-top: 0.17rem;
    text-align: center;
    font-size: 0.2rem;
    color: #797979;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*  首页：产品中心  */
.content_home_2{
    padding: 0.33rem 0;
}

.content_home_2 .middle{
    margin: 0.3rem  0  0.2rem;
    /*height:4.20rem;*/
}

.content_home_2 .middle .attr_line{
    width:5.86rem;
    margin:0 auto;
    background-color: #fafafa;
    overflow: auto;
    border-radius: 0.08rem;
    height:0.60rem;
}

.content_home_2 .middle .attr_line ul{
    width:12.0rem;
    height:0.26rem;
    line-height: 0.26rem;
    margin-top: 0.17rem;
}

.content_home_2 .middle .attr_line li{
    text-align: center;
    float:left;
    font-size: 0.22rem;
    cursor: pointer;
    color:#818181;
    border-right: 0.01rem solid #cccccc;
    padding: 0 0.36rem;
    letter-spacing: -0.01rem;
}

.content_home_2 .middle .attr_line li.no_border_right{
    border-right: none;
}

.content_home_2 .middle .attr_line li.select{
    background-size:0.95rem 0.27rem;
    color:#de5c23;
}

.content_home_2 .middle .attr_line li.no_border_right{
    border-right:none;
}

.content_home_2 .middle .list_box{
    width:5.20rem;
    margin: 0 auto;
    margin-top: 0.25rem;
    overflow: hidden;
}

.content_home_2 .middle .list_box .box{
    display: none;
    width:5.89rem;
}

.content_home_2 .middle .list_box .box.select{
    display: block;
    margin:0 auto;
}

.content_home_2 .middle .list_box li{
    float:left;
    padding-bottom: 0.24rem;
    margin-right:0.70rem;
}

.content_home_2 .middle .list_box li.no_margin_right{
    margin-right: 0;
}

.content_home_2 .middle .list_box li a:hover{
    text-decoration: none;
}

.content_home_2 .middle .list_box .item{
    width: 2.24rem;
}

/*
.content_home_2 .middle .list_box .item .out_img{
    width: 2.24rem;
    height:2.42rem;
    display: table;
    border:0.01rem solid #cdcdcd;
}

.content_home_2 .middle .list_box .item .img{
    display: table-cell;
    text-align: center;
    vertical-align: baseline;
    background-color: #ffffff;
}

.content_home_2 .middle .list_box .item .img img{
    display: inline-block;
}
*/

/* flex容器 */
.content_home_2 .middle .list_box .item .out_img{
    display: flex;
    flex-flow: row wrap;
    justify-content:center;
    align-items:center;
    width: 2.24rem;
    height:2.42rem;
    border:0.01rem solid #cdcdcd;
    background-color: #ffffff;
}

/* flex项目 */
.content_home_2 .middle .list_box .item .out_img img{
    flex: 0 1 auto;
    align-self: auto;
}

.content_home_2 .middle .list_box li .title{
    font-size: 0.22rem;
    width: 2.24rem;
	height:0.33rem;
    margin: 0 auto;
    margin-top: 0.18rem;
    overflow:hidden;
    color: #666666;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.01rem;
}


/*  首页：其它栏目  */
.content_home_3{
    width:6.4rem;
    height:3.84rem;
    background: url(../../images/img_12.png) no-repeat;
    background-size: 6.4rem 3.84rem;
    overflow: hidden;
}

.content_home_3 .middle{
    padding-top: 0.40rem;
    width:3.84rem;
    margin: 0 auto;
}

.content_home_3 .middle li{
    width:1.24rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.content_home_3 .middle li .img{
    width:0.84rem;
    height:0.82rem;
    display: inline-block;
}

.content_home_3 .middle li .img.bg1{
    background: url(../../images/img_7.png) no-repeat center top;
    background-size: 0.76rem 0.80rem;
}

.content_home_3 .middle li .img.bg2{
    background: url(../../images/img_8.png) no-repeat center top;
    background-size: 0.76rem 0.80rem;
}

.content_home_3 .middle li .img.bg3{
    background: url(../../images/img_9.png) no-repeat center top;
    background-size: 0.77rem 0.80rem;
}

.content_home_3 .middle li .img.bg4{
    background: url(../../images/img_11.png) no-repeat center top;
    background-size: 0.77rem 0.80rem;
}

.content_home_3 .middle li .title{
    margin-top: 0.07rem;
    text-align: center;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/*  首页：新闻资讯  */
.content_home_4{
    padding: 0.33rem 0 0.42rem;
}

.content_home_4 .middle{
    margin: 0.3rem  0  0.2rem;
    width:5.60rem;
    /*height:4.20rem;*/
    margin:0 auto;
}


.content_home_4 .middle li .box{
    padding: 0.26rem 0 0.36rem;
    margin:0 auto;
    width:100%;
    border-bottom: 0.01rem solid #dddddd;
}

.content_home_4 .middle li a:hover{
    text-decoration: none;
}

.content_home_4 .middle .title{
    font-size: 0.24rem;
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_4 .middle .msg{
    margin-top: 0.14rem;
    /*height: 50px;*/
    line-height: 0.25rem;
    max-height: 0.5rem;
    color: #6e6e6e;
    font-size: 0.2rem;
    overflow: hidden;
}

.content_home_4 .middle .time{
    font-size: 0.2rem;
    height: 0.20rem;
    color: #999999;
    margin-top: 0.10rem;
    padding-left: 0.03rem;
}

.content_home_4 .middle .more{
    width:1.35rem;
    height:0.34rem;
    line-height: 0.34rem;
    margin-top: 0.20rem;
    border: 0.02rem solid #de5c23;
    text-align: center;
    font-size: 0.2rem;
    color: #6e6e6e;
}


/*  公司介绍 */
.content_about_us_1{
    padding: 0.1rem 0;
}

.content_about_us_1 .middle{
    margin: 0.3rem  0  0.2rem;
}

.content_about_us_1 .middle .text{
    margin: 0 auto;
    margin-top: 0.22rem;
    width: 5.9rem;
    font-size: 0.22rem;
    color: #797979;
    line-height: 0.32rem;
    text-indent: 2em;
}

.content_about_us_1 .middle .img{
    margin: 0 auto;
    margin-top: 0.3rem;
    width:5.9rem;
    text-align: center;
}

.content_about_us_1 .middle .img img{
    display: inline-block;
    max-width:5.9rem;
    height: auto;
}


/*  企业愿景  */
.content_about_us_2{
    padding: 0.3rem 0;
}

.content_about_us_2 .middle{
    margin: 0.3rem  0  0.2rem;
}

.content_about_us_2 .middle .text{
    margin: 0 auto;
    margin-top: 0.22rem;
    width: 5.9rem;
    font-size: 0.22rem;
    color: #797979;
    line-height: 0.32rem;
    text-indent: 2em;
}


/*  资质证书 */
.content_about_us_3{
    padding: 0.3rem 0;
}

.content_about_us_3 .middle{
    margin: 0.3rem  auto  0.2rem;
    width:5.88rem;
}

.content_about_us_3 .middle .imgbox{
    margin: 0 auto;
    width: 6.13rem;
}

.content_about_us_3 .middle .imgbox li{
    float: left;
    width:2.82rem;
    margin-right:0.24rem;
    margin-bottom: 0.39rem;
}

.content_about_us_3 .middle .imgbox li .img{
    width: 2.82rem;
    height: 3.98rem;
    border:0.01rem solid #efefef;
}

.content_about_us_3 .middle .imgbox li .img img{
    width: 100%;
    height: 100%;
}

.content_about_us_3 .middle .imgbox li .title{
    padding: 0.19rem 0.05rem 0;
    text-align: center;
    line-height: 0.24rem;
    height:0.48rem;
    font-size: 0.18rem;
    color:#707070;
    overflow: hidden;
}


/*  厂房车间 */
.content_about_us_4{
    padding: 0.3rem 0 0.2rem;
}

.content_about_us_4 .middle{
    margin: 0.3rem  auto  0.2rem;
    width:5.88rem;
}

/*   显示单页栏目的所有图片   */
.list_images{
    width:100%;
    /* padding-top:0.2rem; */
    padding-bottom:0.2rem;
}

.list_images .middle{
    padding-top:0.3rem;
    padding-bottom:0.3rem;
    width:5.5rem;
    margin:0 auto;
    position: relative;
    min-height: 2.0rem;
}

.list_images .middle li{
    float:left;
    width:2.6rem;
    margin-right:0.29rem;
    margin-bottom:0.2rem;
}

.list_images .middle li.no_margin_right{
    margin-right:0;
}

.list_images .middle li .img{
    margin:0 auto;
    height:1.75rem;
    position:relative;
    overflow:hidden;
    display:block;
    border:0.01rem solid #d9d9d9;
    text-align: center;
}

.list_images .middle li .img img{
    display: inline-block;
}

.list_images .middle li .title{
    width:100%;
    text-align:center;
    height:0.36rem;
    line-height: 0.36rem;
    font-size: 0.22rem;
    letter-spacing:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#474747;
}

/*  新闻列表  */
.list_news{
    padding-top:0;
    /*padding-bottom: 1.00rem; */
}

.list_news li{
    margin: 0 auto;
    width:5.6rem;
}

.list_news li .box{
    padding: 0.26rem 0 0.36rem;
    margin:0 auto;
    width:100%;
    border-bottom: 0.01rem solid #dddddd;
}

.list_news li a:hover{
    text-decoration: none;
}

.list_news .title{
    font-size: 0.24rem;
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_news .msg{
    margin-top: 0.14rem;
    /*height: 50px;*/
    line-height: 0.25rem;
    max-height: 0.5rem;
    color: #6e6e6e;
    font-size: 0.2rem;
    overflow: hidden;
}

.list_news .time{
    font-size: 0.2rem;
    height: 0.20rem;
    color: #999999;
    margin-top: 0.10rem;
    padding-left: 0.03rem;
}

.list_news .more{
    width:1.35rem;
    height:0.34rem;
    line-height: 0.34rem;
    margin-top: 0.20rem;
    border: 0.02rem solid #de5c23;
    text-align: center;
    font-size: 0.2rem;
    color: #6e6e6e;
}


/*  联系方式  */
.content_lxfs{
    width:100%;
    margin: 0 auto;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}

.content_lxfs .map{
    margin: 0 auto;
    width: 5.9rem;
    height: 4.00rem;
    border: 0.05rem solid #ffffff;
    box-shadow: 0 0 0.06rem 0.04rem #dfdfdf;
    background-color: #cdcdcd;
}

.content_lxfs .right{
    width:5.9rem;
    margin: 0 auto;
    margin-bottom: 0.20rem;
}

.content_lxfs .right2{
    margin: 0.60rem auto 0.20rem;
    width: 5.9rem;
}

.content_lxfs .company_msg{
    line-height: 0.37rem;
    font-size: 0.2rem;
    color:#2d2b2b;
    word-break:break-all;
}

.content_lxfs .company_msg .office_name{
    font-size: 0.20rem;
    font-weight: bold;
    color: #696969;
    margin-top: 0.18rem;
}

.content_lxfs .company_msg .office_msg{
    margin-left: 0.25rem;
}

.content_lxfs .company_msg .contacts{
    float:left;
    margin-right: 0.45rem;
}



/*  产品列表  */
.product_list .attr_line{
    width:5.86rem;
    margin:0 auto;
    margin-top: 0.3rem;
    background-color: #fafafa;
    overflow: auto;
    border-radius: 0.08rem;
    height:0.60rem;
}

.product_list .attr_line ul{
    width:12.0rem;
    height:0.26rem;
    line-height: 0.26rem;
    margin-top: 0.17rem;
}

.product_list .attr_line li{
    text-align: center;
    float:left;
    font-size: 0.22rem;
    cursor: pointer;
    color:#818181;
    border-right: 0.01rem solid #cccccc;
    padding: 0 0.36rem;
    letter-spacing: -0.01rem;
}

.product_list .attr_line li.no_border_right{
    border-right: none;
}

.product_list .attr_line li.select{
    background-size:0.95rem 0.27rem;
    color:#de5c23;
}

.product_list .attr_line li.no_border_right{
    border-right:none;
}


/*  产品详情  */
.product_detail{
    margin:0 auto;
    padding-bottom: 0.6rem;
}

.product_detail .left_site{
    /* width:590px; */
}

/*
.product_detail .left_site .top .left_arrow{
    float: left;
    width:27px;
    height:63px;
    background: url(../../images/img_44.jpg);
    border:1px solid #eeeeee;
    margin-top: 117px;
    margin-right:36px;
    cursor: pointer;
}

.product_detail .left_site .top .left_arrow:hover{
    border: 1px solid #e58419;
}

.product_detail .left_site .top .right_arrow{
    float: left;
    width:27px;
    height:63px;
    background: url(../../images/img_43.jpg);
    border:1px solid #eeeeee;
    margin-top: 117px;
    margin-left:36px;
    cursor: pointer;
}

.product_detail .left_site .top .right_arrow:hover{
    border: 1px solid #e58419;
}
*/

.product_detail .left_site .top .big_box{
    margin:0 auto;
    width:5.62rem;
    height:3.51rem;
    border:0.01rem solid #cfcfcf;
}

.product_detail .left_site .top .big_box .out_img{
    width:100%;
    height:100%;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.product_detail .left_site .top .big_box .out_img:hover{
    border: 0.01rem solid #e58419;
}

.product_detail .left_site .top .big_box .in_img{
    width:100%;
    height:100%;
    display: table;
}

.product_detail .left_site .top .big_box .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.product_detail .left_site .top .big_box .img a{
    display: block;
}

.product_detail .left_site .top .big_box .img img{
    display: block;
    margin:0 auto;
    position: relative;
}


.product_detail .left_site .top .big_box .out_img .player_icon{
    display: none;
    width:0.36rem;
    height:0.36rem;
    background: url(../../images/player.png);
    background-size: 0.36rem 0.36rem;
    position:absolute;
    left:0.10rem;
    bottom:0.12rem;
}

.product_detail .left_site .bottom{
    text-align: center;
    margin-top: 0.40rem;
}

.product_detail .left_site .bottom .small_box{
    display: inline-block;
    margin-right: 0.15rem;
    width: 0.86rem;
    height: 0.57rem;
    border:0.02rem solid #f0f0f0;
    cursor: pointer;
}

.product_detail .left_site .bottom .small_box.sel{
    border:0.02rem solid #de5c23;
}

.product_detail .left_site .bottom .small_box:hover{
    border:0.02rem solid #de5c23;
}

.product_detail .left_site .bottom .small_box img{
    width: 100%;
    height: 100%;
}

.product_detail .right_site{
    margin: 0 auto;
    margin-top: 0.26rem;
    width:5.62rem;
}

.product_detail .right_site .title_name{
    font-size: 0.28rem;
    color:#de5c23;
}

.product_detail .right_site .msg{
    margin-top: 0.22rem;
    padding-bottom: 0.14rem;
    color:#bbbbc1;
    border-bottom: 0.01rem solid #cfcfcf;
    font-size: 0.2rem;
    word-break:break-all;
}

.product_detail .right_site .attr{
    margin-top: 0.20rem;
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #767676;
    line-height: ;
}



/*  新闻详情页 或 单页栏目 的样式  */
.article_content {
    margin: 0 auto;
    padding-top:0.2rem;
    padding-bottom:0.6rem;
    width: 100%;
    min-height: 3.6rem;
    margin-top:0rem;

}

.article_content .content {
    width: 6.0rem;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word;
}

.article_content .content .argument{
    padding-bottom:0.12rem;
}

.article_content .content .argument .attr{
    margin-bottom:0.1rem;
}

.article_content .content .argument .attr .box{
    width:2.94rem;
    height:0.44rem;
    line-height:0.44rem;
    text-align:center;
    border: 0.01rem solid #eee;
    color:#484848;
    font-size:0.2rem;
    overflow:hidden;
}

.article_content .content .argument .attr .left_site{
    float:left;
}

.article_content .content .argument .attr .right_site{
    float:right;
}

.article_content .content .title {
    width: 100%;
    line-height:0.4rem;
    text-align: center;
    font-size: 0.32rem;
    margin: 0 auto;
    color: #222222;
}

.article_content .content .args{
    margin-top: 0;
    margin-bottom: 0.15rem;
    text-align: center;
    height: 0.63rem;
    line-height:0.63rem;
}

.article_content .content .args .time{
    margin-right: 0.2rem;
    font-size: 0.24rem;
    color:#818181;
    font-size: 0.18rem;
    display: inline-block;
}

.article_content .content .across_line{
    width:100%;
    height:0.01rem;
    border-bottom:0.02rem dashed #ddd;
    margin:0.07rem  0  0.22rem  0;
}

.article_content .content .across_line_2{
    width:100%;
    height:0.01rem;
    border-bottom:0.01rem dashed #ddd;
    margin:0.07rem 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:0.01rem;
    border-bottom:0.01rem solid #ddd;
    margin-top:0.6rem;
}

.article_content .content .across_line_4{
    width:100%;
    height:0.01rem;
    border-bottom:0.02rem dashed #ddd;
    margin:0.4rem 0 0 0;
}



.article_content .content img {
    max-width: 5.7rem;
    text-align: center;
}

.article_content .bottom_return {
    width:1.05rem;
    margin:0 auto;
    margin-top: 0.25rem;
    background: url(../../images/return.png) no-repeat 0.05rem center;
    background-size:0.2rem 0.2rem;
    padding: 0.05rem 0.1rem;
    padding-left: 0.3rem;
    border: 0.02rem solid #bfbfbf;
}

.article_content .bottom_return a{
    color: #454545;
    font-size:0.20rem;
    display:block;
}



/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:4rem;
    /* padding-top: 0.2rem; */
    padding-top: 0rem;
}

.no_content_msg {
    font-size: 0.15rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0.3rem 0;
    color: #595757;
    margin-left: 0.25rem;
    letter-spacing: 0.005rem;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:0.01rem;
    border-bottom:0.01rem dashed #ddd;
    margin:0.07rem 0 0 0;
}

.no_content .no_content_msg .across_line_5{
    float:left;
    width:98%;
    height:0.01rem;
    border-bottom:0.01rem dashed #ddd;
    margin:0.07rem 0 0 0;
}

.no_content .no_content_msg .across_line_6{
    float:left;
    width:98%;
    height:0.01rem;
    border-bottom:0.01rem dashed #bbb;
}


.no_content_msg  .tips_img{
    float:left;
    margin-top:0.19rem;
    margin-right:0.05rem;
    line-height:0.2rem;
}

.no_content_msg .tips_img img{
    width:0.25rem;
    height:0.25rem;
}

.no_content_msg .txt{
    float:left;
    font-size:0.26rem;
    color:#787878;
}



























































