
.page_other{
    width:100%;
    height:700px;
    background: #cdcdcd;
}

/*  公用样式  */
.outdiv{
    width: 100%;
    /*  开发时使用，用于显示区域  */
    background-color: #eeeeee;
}

.w750{
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    /*  开发时使用，用于显示区域*/
    background-color: #ffffff;
    overflow: hidden;
}

/* 视频居中 */
.news_player_class{
    margin:0 auto;
}

/* 分隔线 */
.separator_line{
    height:0.12rem;
    background-color: #ececec;
}

/* 分页 */
.page_line {
    clear: both;
    width: 6.0rem;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0.22rem;
}

/* 左浮动 */
.float_left{
    float:left;
}
/* 右浮动 */
.float_right{
    float:right;
}

/*  文字超出范围显示省略号  */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 其它 */
.no_border_bottom{
    border-bottom:none !important;
}

.color_606060{
    color:#606060;
}

.color_c81119{
    color:#c81119;
}

.mg_0{
    margin:0 !important;
}


/*   页面顶部logo区域   */
.page_logo{
    width:100%;
    height:1.16rem;
    z-index: -100;
	/*border-bottom:0.02rem solid #ffffff;*/
}

.page_logo .img{
    width: 4.54rem;
    height:1.17rem;
    float:left;
}

.page_logo .img img{
    width: 4.49rem;
    height:1.16rem;
}

.page_logo .search_button{
    float: right;
    width: 0.45rem;
    height: 0.46rem;
    margin-top: 0.38rem;
    margin-right: 0.3rem;
    background: url(../images/img_45.png) no-repeat;
    background-size: 100% 100%;
}

.page_logo .search_button2{
    float: right;
    width:0.43rem;
    height:0.42rem;
    margin-top: 0.235rem;
    margin-right: 0.25rem;
    background: url(../images/img_2_green.png) no-repeat;
    background-size: 100% 100%;
}


/*  点击搜索按钮后 弹出的search页面  */
.pos_rel,
.pos_rel_2{
    position:relative;
    z-index: 1000000000;

    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    /* overflow: hidden;     */
}

.outdiv .page_top_search{
    width:100%;
	height:0;
	background: rgba(0, 0, 0, 0.5);
    position:absolute;
	top:0;
	left:0;
	z-index:100000;
	display:none;
}

.outdiv .page_top_search .top{
 	background: #c81119;
	height:0.6rem;
    display:block;
    padding:0.28rem  0;
}

.page_top_search .top  .area_top{
    padding-left: 0.35rem;
    float:left;
}

.page_top_search .top  .area_top li{
    float:left;
	padding:0.04rem  0.11rem;
    font-size: 0.28rem;
    color: #fff;
    cursor: pointer;
    border-radius: 0.03rem;
}

.page_top_search .top  .area_top li.select{
    background: #ffffff;
    color: #fe0000;
}

.page_top_search .top .area_bottom{
    margin-left:0.14rem;
    float:left;
}

.page_top_search .top .area_bottom form{
    float:left;
}

.page_top_search .top .area_bottom .text{
	float: left;
	padding-left: 0.1rem;
	width: 6.54rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.26rem;
    border-radius:0.03rem;
    border: 0;
    outline: none;
}

.page_top_search .top .area_bottom .close{
    width:0.46rem;
	height:0.46rem;
	background:#ffffff url(../images/red_close.png) no-repeat center center;
    background-size: 0.52rem 0.52rem;
	float:left;
	margin-top:0.08rem;
	margin-left:0.08rem;
	border-radius:0.23rem;
	cursor:pointer;
}

/*  导航按钮  */
.nav_button{
    position: absolute;
    left:0.17rem;
    top:0.16rem;
    width:0.55rem;
    height:0.44rem;
    background: url(../images/img_1.png) no-repeat;
    background-size: 100% 100%;
}

.nav_button2{
    float: right;
    width:0.64rem;
    height:0.47rem;
    margin-top: 0.37rem;
    margin-right: 0.20rem;
    background: url(../images/img_1.png) no-repeat;
    background-size: 100% 100%;
}



/*  点击顶部导航按钮后 弹出的侧边导航栏页面  */
.page_sidebar_firstcolumn{
    position:absolute;
    left: 0;
    width: 100%;
    height: 0rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 1;
    display: none;
}

.page_sidebar_firstcolumn .sidebar{
    width: 3.0rem;
    height: 100%;
    background:#f9f9f9;
    position: absolute;
    overflow: auto;
}

.page_sidebar_firstcolumn .sidebar .box{
    /*float: left;*/
    margin-top: 0.67rem;
}

.page_sidebar_firstcolumn .sidebar .box .txt{
    /*float: left;*/
    /*margin-left: 0.17rem;*/
    font-size: 0.32rem;
    color: #000000;
    width:1.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_sidebar_firstcolumn .sidebar .box .line{
    /*border-bottom: 0.02rem solid #dddddd;
    width: 95%;*/
    margin: 0 auto;
    width:85%;
	height:0.02rem;
	/*background-color:#ffffff;*/
	background-color:#b0b0b0;
}

.page_sidebar_firstcolumn .sidebar .box li{
    /*padding-left: 0.58rem;*/
    height:0.96rem;
    line-height:0.96rem;
	text-align: center;
}

.page_sidebar_firstcolumn .sidebar .box li.cancel{
    background-color: #fecd42; 
    /*background-color:#FF8C00;*/
    width: 2.1rem;
    padding-left: 0.9rem;
}

.icon_circle{
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    /*border: 0.02rem solid #ff0000;
    border-radius: 0.2rem;*/
    margin-top: 0.29rem;
    /*background: url(../images/column.png) no-repeat;*/
    background-size: 0.4rem 0.4rem;
}

.icon_circle .icon_1{
    float: left;
    margin-left: 0;
    margin-top: -0.27rem;
    font-size: 0.4rem;
    color: #ff0000;
}

.icon_circle .icon_2{
    float: left;
    margin-left: 0;
    margin-top: -0.27rem;
    font-size: 0.36rem;
    color: #ff0000;
}

.icon_circle .icon_3{
    float: left;
    margin-left: 0.03rem;
    margin-top: -0.29rem;
    font-size: 0.32rem;
    color: #ff0000;
}

.icon_circle .icon_4{
    float: left;
    margin-left: 0.06rem;
    margin-top: -0.28rem;
    font-size: 0.26rem;
    color: #ff0000;
}

.icon_circle .icon_5{
    float: left;
    margin-left: 0.04rem;
    margin-top: -0.29rem;
    font-size: 0.29rem;
    color: #ff0000;
}

.icon_circle .icon_6{
    float: left;
    margin-left: 0.02rem;
    margin-top: -0.27rem;
    font-size: 0.32rem;
    color: #ff0000;
}

.cancel .icon_7{
    float: left;
    margin-left: 0.02rem;
    font-size: 0.32rem;
    color: #ffffff;
}


/*  首页：新闻中心  */
.content_home_1{
    padding: 0.34rem 0 0.40rem;
    /*border-bottom: 0.15rem solid #f7f7f7;*/
    position:relative;
    top: 2.0rem;
}

.content_home_1 .middle{
    margin: 0rem  0  0;
    /*height:4.20rem;*/
}

.content_home_1 .middle .news_box .n_box{
    width: 6.9rem;
    margin: 0 auto;
    padding:0.30rem 0;
    border-bottom:0.02rem solid #c9c9c9;
}

.content_home_1 .middle .news_box .n_box .left{
    float: left;
    width: 1.83rem;
    height: 1.23rem;
}

.content_home_1 .middle .news_box .n_box .left img{
    width: 1.83rem;
    height: 1.23rem;
}


.content_home_1 .middle .news_box .n_box .right{
    float: right;
    width: 4.8rem;
}

.content_home_1 .middle .news_box .n_box .title{
    font-size: 0.24rem;
    color:#000000;
    width:100%;
    height: 0.30rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_1 .middle .news_box .n_box .time{
    margin-top: 0.07rem;
    font-size: 0.20rem;
    color:#9f9f9f;
}

.content_home_1 .middle .news_box .n_box .msg{
    margin-top: 0.07rem;
    font-size: 0.20rem;
    color:#6f6f6f;
    width:100%;
    height: 0.56rem;
    line-height: 0.28rem;
    overflow:hidden;
}

/*  更多  */
.more_news{
    margin:0 auto;
    margin-top: 0.3rem;
    width: 6.9rem;
    /*height: 0.45rem;*/
}

.more_news .more{
    float: right;
    /*height:0.45rem;
    line-height:0.45rem;*/
    background:url(../images/img_3.png) no-repeat left  center;
    background-size:0.39rem  0.14rem;
    padding-left: 0.53rem;
}

.more_news .more a{
    color: #ef6f48;
    font-size: 0.21rem;
    display: block;
}


/*  公共标题区  */
.general_title{
    width: 100%;
    text-align: center;
    padding-bottom:0.04rem;
}

.general_title .title_name{
    display: inline-block;
    height: 0.62rem;
    text-decoration: none;
    border-bottom: 0.01rem solid #c81119;
}

.general_title .title_name a{
    width: 100%;
    height: 100%;
    font-size: 0.32rem;
}

.general_title .msg{
    margin-top: 0.02rem;
    font-size: 0.14rem;
    color:#808080;
    text-align: center;
    line-height:0.30rem;
}



/*  首页：关于盈华  */
.content_home_2{
    padding: 0.37rem 0 0.37rem;
    /*background: url(../images/img_5.png) no-repeat center top;*/
    background-size: 7.5rem 3.9rem;
    position:relative;
    top: 2.0rem;
}

.content_home_2 .middle{
    margin: 0.31rem  0  0;
    /*height:4.20rem;*/
}

.content_home_2 .middle .text{
    margin:0 auto;
    width:6.65rem;
    font-size: 0.22rem;
    color:#595959;
    line-height: 0.35rem;
    text-indent: 2em;
}

.content_home_2 .middle .sub_column{
    text-align: center;
    margin-top: 0.33rem;
}

.content_home_2 .middle .sub_column li{
    display: inline-block;
    margin-right: 0.08rem;
    margin-left: 0.08rem;
    width:2.10rem;
}

.content_home_2 .middle .sub_column li .img{
    margin: 0 auto;
    width:2.10rem;
    height:1.40rem;
}

.content_home_2 .middle .sub_column li .img img{
    margin: 0 auto;
    width:100%;
    height:100%;
}

.content_home_2 .middle .sub_column li .txt{
    /* width: 0.89rem; */
    margin-top: 0.17rem;
    text-align: center;
    font-size: 0.24rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*  首页：产品中心  */
.content_home_3{
    padding: 0.37rem 0 0.37rem;
    /*background-color:#f5f5f5;*/
    position:relative;
    top: 2.0rem;
}

.content_home_3 .middle{
    margin: 0.31rem  0  0;
    /*height:4.20rem;*/
}

.content_home_3 .column_line{
    width:100%;
    text-align: center;
}

.content_home_3 .column_line li{
    display: inline-block;
    padding: 0.10rem 0.19rem;
    margin: 0 0.7rem;
    font-size: 0.20rem;
    color:#9c9c9c;
}

.content_home_3 .column_line li.selected{
    background-color: #fed04d;
    color:#000000;
}

.content_home_3 .products{
    width:100%;
    margin-top: 0.30rem;
}

.content_home_3 .products .product_box{
    display: none;
    width:6.9rem;
    margin: 0 auto;
}

.content_home_3 .products .product_box .box{
    width:3.25rem;
}

.content_home_3 .products .product_box .box .img{
    width:100%;
    height:2.17rem;
}

.content_home_3 .products .product_box .box .img img{
    width: 100%;
    height: 100%;    
}

.content_home_3 .products .product_box .box .title{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    height: 0.31rem;
    font-size: 0.24rem;
    color:#545454;
    text-align: center;
}



/* 页面底部 */
.page_footer {
    padding-top: 0.24rem;
    padding-bottom: 0.28rem;
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    background-color: #d8d8d8;
    font-size: 0.20rem;
    text-align: center;
    /*margin-bottom: 1.08rem;*/
    position:relative;
    top: 0rem;
}

.page_footer .txt{
    font-size: 0.20rem;
    color: #626262;
    line-height:0.35rem;
}

.page_footer .txt a{
    font-size: 0.20rem;
    color: #626262;
}

/* 页面底部bottom */
.page_bottom{
    width: 7.50rem;
    height: 1.08rem;
    line-height: 1.08rem;
    background-color: #fed04d;
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: -3.75rem;
    z-index: 10000;
}

.page_bottom .left{
    float:left;
    width:3.74rem;
    height:1.08rem;
    background-color: #fed04d;
    color:#be0000;
    font-size: 0.32rem;
    text-align: center;
}

.page_bottom .left .txt{
    float:left;
    height:1.08rem;
    padding-left: 0.7rem;
    background: url(../images/img_8.png) no-repeat left center;
    background-size: 0.51rem 0.51rem;
    color:#c81119;
    margin-left:0.97rem;
}

.page_bottom .right{
    float:right;
    width:3.75rem;
    height: 1.08rem;
    background-color: #c81119;
    color:#ffffff;
    font-size: 0.32rem;
    text-align: center;
}

.page_bottom .right .txt{
    float:left;
    height:1.08rem;
    padding-left: 0.7rem;
    background: url(../images/img_9.png) no-repeat left center;
    background-size: 0.44rem 0.38rem;
    color:#ffffff;
    margin-left:0.50rem;
}


/*  子栏目banner区  */
.outdiv .banner_column{
    width: 100%;
    height: 3.85rem;
    position: relative;
}

.outdiv .banner_column .column_name{
    position: absolute;
    top: 33.00%;
    left: 15.78%;
    color: #cfcfcf;
    font-family: YouYuan;
    width:  80%;
    font-size: 0.56rem;
    font-weight: normal;
    text-align: center;
}

.outdiv .banner_column .column_name2{
    /*position: absolute;
    top: 37.70%;
    left: 8.67%;*/    
    padding-top: 1.5rem;
    color: #ffffff;
    width: 100%;
    font-size: 0.39rem;
    font-weight: bold;
    text-align: center;
}

.banner_column .column_name .txt_chs{
    position: absolute;
    top:0;
    left: 0;
}

.banner_column .column_name .txt_eng{
    position: absolute;
    top: 0.7rem;
    left: 0.90rem;
    font-size: 0.20rem;
}

.banner_column .column_name2 .txt_eng{
    /*position: absolute;
    top: 0.73rem;
    left: 0.95rem;*/
    font-size: 0.20rem;
    overflow:hidden;
    color:#ffffff;
}


/*  子栏目的栏目区  */
.basic_top_site .sub_column{
    padding-top: 0.37rem;
    padding-bottom: 0.0rem;
    /*padding-left: 0.29rem;*/
}

.basic_top_site .sub_column ul{
    /* width:5.95rem; */
    text-align: center;
}

.basic_top_site .sub_column ul li{
    display: inline-block;
    padding:0;
    margin: 0 0.30rem;
    text-align: center;
    font-size: 0.32rem;
    cursor: pointer;
    /* margin-right:5px; */
    height:0.53rem;
    margin-bottom: 0.15rem;
}

.basic_top_site .sub_column ul li.select{
    border-bottom: 0.02rem solid #c81119;
}

.basic_top_site .sub_column ul li.select > a{
    color:#c81119;
}

.basic_top_site .sub_column ul li a{
    color:#6e6e6e;
}


/*  新闻列表  */
.list_news{
    margin: 0 auto;
    padding-top:0.1rem;
    padding-bottom:0.4rem;
}

.list_news .news_box .n_box{
    width: 6.9rem;
    margin: 0 auto;
    padding:0.30rem 0;
    border-bottom:0.02rem solid #eeeeee;
}

.list_news .news_box .n_box .left{
    float: left;
    width: 1.83rem;
    height: 1.23rem;
}

.list_news .news_box .n_box .left img{
    width: 1.83rem;
    height: 1.23rem;
}


.list_news .news_box .n_box .right{
    float: right;
    width: 4.8rem;
}

.list_news .news_box .n_box .title{
    font-size: 0.24rem;
    color:#000000;
    width:100%;
    height: 0.30rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_news .news_box .n_box .time{
    margin-top: 0.07rem;
    font-size: 0.20rem;
    color:#9f9f9f;
}

.list_news .news_box .n_box .msg{
    margin-top: 0.07rem;
    font-size: 0.20rem;
    color:#9f9f9f;
    width:100%;
    height: 0.56rem;
    line-height: 0.28rem;
    overflow:hidden;
}


/*   显示单页栏目的所有图片   */
.list_images{
    width:100%;
    /*padding-top:0.2rem;*/
    padding-bottom: 0.5rem;
}

.list_images .c_title {
    font-size: 0.42rem;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
}

.list_images .middle{
    padding-top:0.36rem;
    padding-bottom:0;
    width:6.8rem;
    margin:0 auto;
    position: relative;
    min-height: 2.0rem;
    overflow: hidden;
}

.list_images .middle ul{
    width:7.2rem;
}

.list_images .middle li{
    float:left;
    width:3.2rem;
    margin-right:0.39rem;
    margin-bottom:0.2rem;
}

.list_images .middle li.no_margin_right{
    margin-right:0;
}

.list_images .middle li .img{
    margin:0 auto;
    height:2.4rem;
    position:relative;
    overflow:hidden;
    border:0.01rem solid #d9d9d9;
    text-align: center;

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.list_images .middle li .img img{
    flex: 0 1 auto;
    align-self: auto;
}

.list_images .middle li .title{
    width:100%;
    text-align:center;
    height:0.36rem;
    line-height: 0.36rem;
    font-size: 0.2rem;
    letter-spacing:0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#474747;
}


/*  新闻详情页 或 单页栏目 的样式  */
.article_content {
    margin: 0 auto;
    padding-top:0.2rem;
    padding-bottom:0.6rem;
    width: 100%;
    min-height: 3.6rem;
    margin-top:0.2rem;
}

.article_content .title {
    font-size: 0.42rem;
    text-align: center;
    margin-bottom: 0.1rem;
}

.article_content .content {
    width: 6.83rem;
    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.48rem;
    text-align: center;
    font-size: 0.36rem;
    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;
    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 {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0.10rem;
    margin-bottom: 0.10rem;
    max-width: 100%;
    text-align: center;
}

.article_content .content table{
    max-width: 95%;
    margin:0 auto;
}

.article_content .bottom_return {
    width:0.42rem;
    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.02rem 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{
    display: block;
    width:0.33rem;
    height:0.28rem;
}

.no_content_msg .txt{
    float:left;
    font-size:0.26rem;
    color:#787878;
}



/*  联系我们：联系方式   */
.content_page_lxfs{
    width:5.66rem;
    margin:0 auto;
    padding-top: 0.3rem;
}

.content_page_lxfs .title{
    font-size: 0.28rem;
    color: #606060;
    text-align: center;
}

.content_page_lxfs .way{
    margin-top:  0.32rem;
}

.content_page_lxfs .way .icon{
    margin-bottom: 0.30rem;
    padding-left: 0.75rem;
    height:0.55rem;
    line-height:0.55rem;
    font-size: 0.2rem;
    color: #606060;
}

.content_page_lxfs .way .address{
    background: url(../images/img_13.png) no-repeat;
    background-size: 0.53rem 0.51rem;
}

.content_page_lxfs .way .phone{
    background: url(../images/img_14.png) no-repeat;
    background-size: 0.47rem 0.47rem;
}

.content_page_lxfs .way .email{
    background: url(../images/img_15.png) no-repeat 0  0.02rem;
    background-size: 0.49rem 0.43rem;
}

.content_page_lxfs .way .wechat{
    background: url(../images/img_16.png) no-repeat 0  0.02rem;
    background-size: 0.53rem 0.45rem;
}

.content_page_lxfs .way .qq{
    background: url(../images/img_25.png) no-repeat 0  0.02rem;
    background-size: 0.43rem 0.47rem;
}

.company_page_lxfs2{
    width:100%;
    height:6.0rem;
    padding:0.33rem  0  0.7rem  0;
    border-bottom: 0.01rem solid #e0e0e0;
}

.company_page_lxfs2 .company_map{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px 3px #cccccc;
}


/* 产品列表：三级产品栏目 */
.basic_top_site .third_column{
    padding-top: 0rem;
    padding-bottom: 0.0rem;
}

.basic_top_site .third_column ul{
    /* width:5.95rem; */
    text-align: center;
}

.basic_top_site .third_column ul li{
    display: inline-block;
    padding:0.06rem 0.15rem;
    margin: 0 0.10rem;
    text-align: center;
    font-size: 0.24rem;
    cursor: pointer;
    margin-bottom: 0.15rem;
    background-color: #f4f4f4;
    border-radius: 0.05rem;
}

.basic_top_site .third_column ul li.select{
    background-color: #e6212a;
}

.basic_top_site .third_column ul li.select > a{
    color:#ffffff;
}

.basic_top_site .third_column ul li a{
    color:#6e6e6e;
}


/*  产品列表  */
.list_product{
    margin: 0 auto;
    padding-top:0.1rem;
    padding-bottom:0.4rem;
}

.list_product .news_box .n_box{
    width: 6.9rem;
    margin: 0 auto;
    padding:0.30rem 0;
    border-bottom:0.02rem solid #eeeeee;
}

.list_product .news_box .n_box .left{
    float: left;
    width: 2.4rem;
    height: 1.6rem;
    margin-top: 0.05rem;
}

.list_product .news_box .n_box .left img{
    width: 2.4rem;
    height: 1.6rem;
}


.list_product .news_box .n_box .right{
    float: right;
    width: 4.12rem;
}

.list_product .news_box .n_box .title{
    font-size: 0.24rem;
    color:#000000;
    width:100%;
    height: 0.30rem;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_product .news_box .n_box .right .param{
    margin-top: 0.18rem;
}

.list_product .news_box .n_box .right .param .param_box{
    margin-bottom:0.05rem;
    line-height: 0.28rem;
}

.list_product .news_box .n_box .right .param .param_box .label{
    /*float:left;*/
    width:1.00rem;
    font-size: 0.20rem;
    color:#666666;
}

.list_product .news_box .n_box .right .param .param_box .msg{
    /*float:left;*/
    margin-left:0.40rem;
    width:3.5rem;
    font-size: 0.20rem;
    color:#666666;
}

.list_product .news_box .n_box .right .param .param_box .msg.special{
    max-height:0.84rem;
    overflow: hidden;
}

.list_product .news_box .n_box .right .param .param_box .msg.apply{
    max-height:0.56rem;
    overflow: hidden;
}

.list_product .news_box .n_box .right .link{
    margin-top: 0.3rem;
    width:1.58rem;
    height:0.49rem;
    line-height:0.49rem;
    border:0.02rem solid #c81119;
    text-align: center;
    font-size: 0.20rem;
    color:#c81119;
}

/* 产品详情 */
.p_detail{
    margin:0 auto;
    width:7.10rem;
    padding-top: 0.30rem;
    padding-bottom: 0.50rem;
}

.p_detail .img{
    width:100%;
    height: 4.73rem;
}

.p_detail .img img{
    width:100%;
    height:auto;    
}

.p_detail .title{
    margin-top: 0.22rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #c81119;
    width: 100%;
    height: 0.30rem;    
}

.p_detail .param{
    margin-top: 0.30rem;
}

.p_detail .param .param_box{
    margin-bottom:0.05rem;
    line-height: 0.28rem;
}

.p_detail .param .param_box .label{
    float:left;
    width:0.80rem;
    font-size: 0.24rem;
    color:#c81119;
    line-height: 0.43rem;
}

.p_detail .param .param_box .label.area{
    width:1.30rem;
}

.p_detail .param .param_box .msg{
    float:left;
    /*width:3.5rem;*/
    font-size: 0.24rem;
    color:#666666;
    line-height: 0.43rem;
}

.p_detail .param .param_box .msg.special{
    overflow: hidden;
}

.p_detail .param .param_box .msg.apply{
    overflow: hidden;
}

.p_detail .content{
    margin-top: 0.30rem;
}

.p_detail .content img{
    max-width:100%;
}

/* 工作环境 */
.content_work_envi{
    margin:0 auto;
    width:7.1rem;
    margin-top: 0.16rem;
    padding-bottom:0.4rem;
}

.content_work_envi .box{
    width:100%;
    margin-bottom:0.24rem;
}

.content_work_envi .box .img_box{
    width:100%;
    height:4.73rem;
}

.content_work_envi .box .title{
    height:1.01rem;
    line-height:1.01rem;
    background-color:#e62129;
    font-size: 0.48rem;
    font-weight: bold;
    color:#ffffff;
    text-align: center;
}

.content_work_envi .box .txt{
    padding:0.30rem 0.27rem;
    font-size: 0.24rem;
    color:#010101;
    background-color:#f4f4f4;
    border-bottom:0.01rem solid #f4ebeb;
}


/* 愿景与理念 */
.content_vision_concept{
    margin:0 auto;
    width:100%;
    margin-top: 0.25rem;
    padding-bottom:0rem;
}

.content_vision_concept .top_site{
    margin: 0 auto;
    width: 6.90rem;
    text-align: center;
}

.content_vision_concept .top_site .title{
    padding-top: 0;
    font-size: 0.28rem;
    text-align: center;
    color:#000000;
}

.content_vision_concept .top_site .msg{
    padding-top: 0.13rem;
    font-size: 0.24rem;
    color:#666666;
    text-align: center;
}

.content_vision_concept .middle{
    position:relative;
    margin-top: 0.73rem;
    width: 100%;
    height: 8.48rem;
    background: url(../images/img_20.png) no-repeat;
    z-index: 1;
    background-size: 100% 8.48rem;
}

.content_vision_concept .middle .title{
    position: absolute;
    font-size: 0.32rem;
    font-weight: bold;
    color:#ffffff;
    top: 3.23rem;
    left: 3.13rem;
}

.content_vision_concept .middle .box{
    position: absolute;
    color:#ffffff;
    text-align: center;
}

.content_vision_concept .middle .box.b1{
    top: 0.73rem;
    left: 1.95rem;
}

.content_vision_concept .middle .box.b2{
    top: 4.4rem;
    left: 1.2rem;
}

.content_vision_concept .middle .box.b3{
    top: 3.95rem;
    left: 4.85rem;
}

.content_vision_concept .middle .box .t_title{
    font-size: 0.28rem;
    font-weight: bold;
}

.content_vision_concept .middle .box .t_mgs{
    font-size: 0.24rem;
    margin-top: 0.18rem;
}

.content_vision_concept .bottom_site{
    margin-top: -1.86rem;
    width: 100%;
    height: 4.96rem;
    background: url(../images/img_32.png) no-repeat;
    position: relative;
    z-index: 100;
    background-size: 100% 4.96rem;
}

/* 人才理念 */
.content_talent_concept{
    margin:0 auto;
    width:100%;
    margin-top: 0.53rem;
    padding-bottom:0.71rem;
}

.content_talent_concept .top_site{
    margin: 0 auto;
    width: 7.10rem;
    text-align: center;
}

.content_talent_concept .top_site .title{
    padding-top: 0;
    font-size: 0.28rem;
    text-align: center;
    color:#000000;
}

.content_talent_concept .top_site .msg{
    padding-top: 0.33rem;
    font-size: 0.24rem;
    color:#666666;
    text-align: center;
    line-height: 0.40rem;
}

.content_talent_concept .middle{
    position:relative;
    margin-top: 0.53rem;
    width: 100%;
    height: 5.05rem;
    background: url(../images/img_21.png) no-repeat right top;
    background-size: 5.41rem 5.05rem;
}

.content_talent_concept .middle .left_site{
    float:left;
    width:2.09rem;
    overflow: hidden;
}

.content_talent_concept .middle .left_site .item{
    width: 2.09rem;
    height: 1.24rem;
    background: url(../images/img_23.png) no-repeat;
    margin-bottom: 0.03rem;
    font-size: 0.24rem;
    color:#ffffff;
    display: table;
    cursor: pointer;
}

.content_talent_concept .middle .left_site .item.select{
    color:#c81119;
    background: url(../images/img_22.png) no-repeat;
}

.content_talent_concept .middle .left_site .item .text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.content_talent_concept .middle .right_site{
    float: right;
    margin-right: 0.40rem;
    width:4.80rem;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.content_talent_concept .middle .right_site .box{
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0;
    width: 4.80rem;
    height: 5.05rem;
    display: none;
}

.content_talent_concept .middle .right_site .box.select{
    display: block;
}

.content_talent_concept .middle .right_site .box .title{    
    margin-top: 0.40rem;
    width: 100%;
    font-size: 0.28rem;
    font-weight: bold;
}

.content_talent_concept .middle .right_site .box .msg{
    width: 100%;
    text-indent: 0.46rem;
    margin-top: 0.45rem;
    font-size: 0.24rem;
    color:#323232;
    line-height: 0.37rem;
}

.content_talent_concept .bottom_site{
    margin:0 auto;
    width:6.9rem;
    margin-top:0.56rem;
    font-size: 0.24rem;
    color: #666666;
    text-align: left;
    line-height: 0.40rem;
}


/* 招聘专题页面 */
.content_recruit{
    width:100%;
}

.content_recruit .top_site{
    width:100%;
    height:3.85rem;
    background: url(../images/img_24.jpg) no-repeat center top;
    background-size: 100% 3.85rem;
}

/*
.content_recruit .small_img{
    margin:0 auto;
    margin-top: 0.50rem;
    margin-bottom:0.30rem;
    width:100%;
    height:1.94rem;
}

.content_recruit .small_img img{
    width: 100%;
    height: 100%;
}
*/

.general_title_recruit{
    margin:0 auto;
    width:100%;
    text-align: center;
    position: relative;
}

.general_title_recruit .title_eng{
    font-weight: bold;
    font-size: 0.58rem;
    color:#efefef;
}

.general_title_recruit .title_eng.white{
    color:#ffffff;
}

.general_title_recruit .title_chs{
    position: relative;
    top: -0.5rem;
    height:0.53rem;
    font-size: 0.32rem;
    background: url(../images/img_33.jpg) no-repeat center bottom;
}

.general_title_recruit .title_chs .txt_gray{
    color:#6e6e6e;
}

.general_title_recruit .title_chs .txt_red{
    color:#e62129;
}

.content_recruit .content_1{
    position:relative;
    width:100%;
}

.content_recruit .content_1 .middle{
    margin:0 auto;
    width:100%;
}

.content_recruit .content_1 .middle .left_txt{
    margin:0 auto;
    width:6.55rem;
    position:relative;
}

.content_recruit .content_1 .middle .left_txt .front_quot{
    position:absolute;
    left:0.03rem;
    top:-1.0rem;
    width: 0.30rem;
    height: 0.23rem;
    background: url(../images/img_25.png) no-repeat;
    background-size: 0.30rem 0.23rem;
}

.content_recruit .content_1 .middle .left_txt .red_title{
    margin-top: 0;
    font-size: 0.35rem;
    color:#e62129;
}

.content_recruit .content_1 .middle .left_txt .txt{
    margin-top: 0.12rem;
    font-size: 0.20rem;
    color:#6e6e6e;
    line-height:0.35rem;
    position:relative;
}

.content_recruit .content_1 .middle .left_txt .back_quot{
    position:absolute;
    left: 3.9rem;
    bottom: -0.15rem;
    width: 0.30rem;
    height: 0.23rem;
    background: url(../images/img_26.png) no-repeat;
    background-size: 0.30rem 0.23rem;
}

.content_recruit .content_1 .middle .right_img{
    margin:0 auto;
    margin-top: 0.4rem;
    width:5.70rem;
    height:3.13rem;
    background: url(../images/img_27.png) no-repeat;
    background-size: 5.70rem 3.13rem;
}

.content_recruit .content_2{
    padding-top: 0.27rem;
    padding-bottom:0.70rem;
    width:100%;
    background-color: #f1f1f1;
}

.content_recruit .content_2 .middle{
    margin:0 auto;
    width:100%;
    padding-left: 0.15rem;
}

.content_recruit .content_2 .middle ul{
    width:100%;
    text-align: center;
}

.content_recruit .content_2 .middle ul li{
    float:left;
    margin-right:0.23rem;
    width:2.24rem;
    height:1.88rem;
}

.content_recruit .content_2 .middle ul li.no_mg_r{
    margin-right: 0;
}

.content_recruit .content_2 .middle ul li.bg1{
    background: url(../images/img_28.png) no-repeat;
    background-size: 2.24rem 1.88rem;
}

.content_recruit .content_2 .middle ul li.bg2{
    background: url(../images/img_29.png) no-repeat;
    background-size: 2.24rem 1.88rem;
}

.content_recruit .content_2 .middle ul li.bg3{
    background: url(../images/img_30.png) no-repeat;
    background-size: 2.24rem 1.88rem;
}

.content_recruit .content_2 .middle ul li .title_chs{
    text-align: center;
    font-size: 0.21rem;
    color:#ffffff;
    margin-top: 0.70rem;
}

.content_recruit .content_2 .middle ul li .title_eng{
    text-align: center;
    font-size: 0.16rem;
    color:#ffffff;
    margin-top: 1px;
}

.content_recruit .content_3{
    width:100%;
    padding-top: 0.49rem;
    padding-bottom:0.17rem;
}

.content_recruit .content_3 .middle{
    width:100%;
    padding-left: 0.27rem;
    overflow: hidden;
}

.content_recruit .content_3 .middle ul {
    position: relative;
    overflow: hidden;
}

.content_recruit .content_3 .middle li{
	float:left;
	margin-right:0.19rem;
    margin-bottom:0.32rem;
    height:2.54rem;
}

.content_recruit .content_3 .middle li img{
    width:3.39rem;
    height:2.54rem;
}

.content_recruit .content_3 .middle li .title{
    color:#000000;
    font-size: 18px;
    text-align: center;
    height:36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 校园招聘 和 工人招聘 */
.content_jobs_recruit{
    margin:0 auto;
    width:100%;
    margin-top: 0.53rem;
    padding-bottom:0.71rem;
}

.content_jobs_recruit .top_site{
    margin: 0 auto;
    width: 7.30rem;
    text-align: center;
}

.content_jobs_recruit .top_site .title{
    padding-top: 0;
    font-size: 0.28rem;
    text-align: center;
    color:#000000;
}

.content_jobs_recruit .top_site .msg{
    padding-top: 0.33rem;
    font-size: 0.20rem;
    color:#666666;
    text-align: center;
    line-height: 0.40rem;
}

.content_jobs_recruit .middle{
    margin:0 auto;
    margin-top: 0.53rem;
    width: 7.1rem;
}

.content_jobs_recruit .middle .jbox{
    border-bottom:0.02rem solid #eaeaea;
    padding:0.30rem 0 0.40rem;
}

.content_jobs_recruit .middle .jbox.first{
    border-top:0.02rem solid #eaeaea;
}

.content_jobs_recruit .middle .jbox .t_site{
    padding-left: 0.22rem;
}

.content_jobs_recruit .middle .jbox .t_site .name{
    float:left;
    font-size: 0.24rem;
    font-weight: bold;
    height: 0.39rem;
    line-height: 0.39rem;
}

.content_jobs_recruit .middle .jbox .t_site .apply{
    float:right;
    width:1.33rem;
    height: 0.39rem;
    line-height: 0.39rem;
    font-size: 0.20rem;
    color:#ffffff;
    text-align: center;
    background: url(../images/img_31.png) no-repeat;
    background-size: 1.33rem 0.39rem;
}

.content_jobs_recruit .middle .jbox .box{
    margin-top: 0.22rem;
    padding-left: 0.22rem;
}

.content_jobs_recruit .middle .jbox .box .item{
    float: left;
    font-size: 0.20rem;
    color: #6e6e6e;
    line-height: 0.36rem;
}

.content_jobs_recruit .middle .jbox .box .item.left{
    width:3.72rem;
}

.content_jobs_recruit .middle .jbox .box .item.right{
    /*width:3.12rem;*/
}

.content_jobs_recruit .middle .jbox .box .item.addr{
    width:6.80rem;
}

.content_jobs_recruit .middle .jbox .text{
    margin-top: 0.19rem;
    padding:0.13rem 0.24rem;
    background-color: #eaeaea;
    font-size: 0.20rem;
    color:#6e6e6e;
    line-height:0.35rem;
    border-radius: 0.06rem;
}


/* 简历提交页面 */
.content_show_resume .content{
    margin:0 auto;
    padding:0.45rem 0.77rem 0.50rem;
}

.content_show_resume .content .item{
    font-size: 0.20rem;
    margin-bottom: 0.15rem;
}

.content_show_resume .content .item.mb_27{
    margin-bottom: 0.27rem;
}

.content_show_resume .content .item .label{
    display: inline-block;
    width: 1.27rem;
    text-align: right;
}
.content_show_resume .content .item .label .red{
    color:#ff0000;
}

.content_show_resume .content .item .box{
    display: inline-block;
}

.content_show_resume .content .item .box.bold{
    font-weight: bold;
}

.content_show_resume .content .item .box .input{
    width: 4.31rem;
    height: 0.45rem;
    border:0.02rem solid #dedede;
    padding-left: 0.08rem;
}

.content_show_resume .content .item .box .radio.ml_30{
    margin-left: 0.3rem;
}

.content_show_resume .content .item .box .select{
    border: solid 0.02rem #dedede;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: #ffffff url("../images/img_34.png") no-repeat scroll right 0.1rem center;
    padding-right: 0.31rem;
    padding-left:0.06rem;
    width:1.5rem;
    height:0.45rem;
    border-radius: 0.05rem;
    color:#666666;
    cursor: pointer;
    margin-top: 0.11rem;
    margin-right:0.38rem;
}

.content_show_resume .content .item .box .select option{
    cursor: pointer;
    padding-left:0.18rem;
    text-align: center !important;
}


.content_show_resume .content .item .box .select::-ms-expand {
    display: none;
}

.content_show_resume .content .item .box .msg{
    display: inline-block;
    font-size: 0.14rem;
    color:#afafaf;
    margin-left: 0.05rem;
}

.content_show_resume .content .item .box .vcode{
    width:1.89rem;
}

.content_show_resume .content .item .box .code_img {
    margin-left: 0.05rem;
    width: 1.3rem;
    height: 0.45rem;
    margin-top: -0.05rem;
    border: 0.01rem solid #dedede;
}

.content_show_resume .content .item .box .button{
    width:0.98rem;
    height:0.45rem;
    line-height:0.45rem;
    font-size: 0.20rem;
    width:1.18rem;
}

.content_show_resume .content .item .box .button.submit{
    color:#d12323;
    text-align: center;
}

.content_show_resume .content .item .box .button.cancel{
    color:#919191;
    margin-left: 0.17rem;
}


.content_show_resume .content .item .box input:focus,
.content_show_resume .content .item .box textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 0.07rem 0.01rem #00ccff;*/
    border-color: #c81119;
    box-shadow: 0 0 0.05rem 0.02rem #c81119;
}

.layui-btn.file_upload {
    display: inline-block;
    height: 0.45rem;
    line-height: 0.45rem;
    padding: 0 0.18rem;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 0.20rem;
    border: none;
    border-radius: 0.02rem;
    cursor: pointer;
    width: 1.5rem;
}