
/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/

/*  超出宽度换行
    word-wrap: break-word;
    word-break: break-all;
*/
        
.page_other{
    width:100%;
    height:500px;
    background-color:#ffffff;
    background-color:#dfdfdf;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

/*  相对定位  */
.position_relative{
    position:relative;
}

/*  文字超出范围显示省略号  */
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow_hidden {
    overflow: hidden !important;
}

.border_none{
    border:none !important;
}

.text_align_left{
    text-align: left !important;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/*  其它样式  */
.bg_eb3c00{
    background-color: #eb3c00;
}

.bg_f8f8f8{
    background-color: #f8f8f8;
}

.bg_5298de{
    background-color: #5298de;
}

.bg_234e8e{
    background-color: #234e8e;
}

.bg_efefef{
    background-color: #efefef;
}

.bg_1f1f1f{
    background-color: #1f1f1f;
}

.bg_f4f4f4{
    background-color: #f4f4f4;
}

.pd_top_0{
    padding-top: 0 !important;
}

.pd_top_2{
    padding-top: 2px !important;
}

.pd_top_10{
    padding-top: 10px !important;
}

.pd_top_15{
    padding-top: 15px !important;
}

.pd_top_18{
    padding-top: 18px !important;
}

.pd_top_21{
    padding-top: 21px !important;
}

.pd_top_23{
    padding-top: 23px !important;
}

.pd_top_25{
    padding-top: 25px !important;
}

.pd_top_31{
    padding-top: 31px !important;
}

.pd_top_55{
    padding-top: 55px !important;
}

.pd_bottom_0{
    padding-bottom: 0 !important;
}

.pd_bottom_7{
    padding-bottom: 7px !important;
}

.pd_bottom_40{
    padding-bottom: 40px !important;
}

.pd_bottom_46{
    padding-bottom: 46px !important;
}

.pd_bottom_60{
    padding-bottom: 60px !important;
}

.mg_0{
    margin: 0 !important;
}

.mg_top_0{
    margin-top: 0 !important;
}

.mg_top_4{
    margin-top: 4px !important;
}

.mg_top_7{
    margin-top: 7px !important;
}

.mg_top_10{
    margin-top:10px !important;
}

.mg_top_11{
    margin-top:11px !important;
}

.mg_top_32{
    margin-top: 32px !important;
}

.mg_top_42{
    margin-top: 42px !important;
}

.mg_top_45{
    margin-top: 45px !important;
}

.mg_top_57{
    margin-top: 57px !important;
}

.mg_top_64{
    margin-top: 64px !important;
}

.mg_bottom_28{
    margin-bottom: 28px !important;
}

.mg_left_20{
    margin-left: 20px !important;
}

.width_per_95{
    width:95% !important;
}

.width_per_100{
    width:100% !important;
}

.f_w_blod{
    font-weight: bold;
}

.f_s_16{
    font-size: 16px !important;
}

.f_s_42{
    font-size: 42px !important;
}

.height_65{
    height:65px !important;
}

.height_806{
    height:806px;
}

.height_622{
    height:622px;
}

.color_6e6e6e{
    color:#6e6e6e;
}

.color_c81119{
    color:#c81119;
}

.color_ffffff{
    color:#ffffff !important;
}

.border_ffffff{
    border-bottom-color: #ffffff !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w1280{
    width: 1280px;
    margin: 0 auto;
}

.w1248{
    width: 1248px;
    margin: 0 auto;
}

.w880{
    width: 880px !important;
}

/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 39px;
}

/*  首页fullpage滚动每屏div  */
.section {
    /* text-align: center; */
}

/*  顶部top区  */
/*.page_logo{
    width: 100%;
    height: 129px;
    background-color: #ffffff;
}

.page_logo .left_site{
    float:left;
}

.page_logo .left_site .logo{
    float: left;
    width:435px;
    height:129px;
    background:url(../images/logo.png) no-repeat left center;
}

.page_logo .right_site{
    float:right;
    margin-right: 0;
    color:#595757;
    width: 606px;
}

.page_logo .right_site .r_link{
    float:right;
    margin-top: 8px;
}

.page_logo .right_site .r_link .alink{
    float:left;
    padding-left: 27px;
}

.page_logo .right_site .r_link .alink.eng{
    background: url(../images/img_39.png) no-repeat left center;
}

.page_logo .right_site .r_link .alink.chs{
    background: url(../images/img_40.png) no-repeat left center;
}

.page_logo .right_site .r_link .alink a{
    color:#808080;
}

.page_logo .right_site .r_link .alink a:hover{
    color:#009a8a;
}

.page_logo .right_site .search{
    float: left;
    margin-left:0;
    margin-top: 44px;
    height:49px;
}

.page_logo .right_site .search .left_box{
    float: left;
    padding-left:17px;
    width: 327px;
    height: 49px;
}

.page_logo .right_site .search .left_box .ser_input{
    padding-left:10px;
    border: none;
    width: 327px;
    height: 49px;
    color:#999999;
    background-color: #f5f5f5;
    outline:none;
}

.page_logo .right_site .search .left_buttom{
    float: left;
    height:49px;
}

.page_logo .right_site .search .left_buttom .submit{
    border: none;
    width: 75px;
    height: 49px;
    background:#c81119 url(../images/img_1.png) no-repeat center center;
    cursor: pointer;
}
*/

.page_logo{
    position:fixed;
    top:0;
    left:0;    
    width: 100%;
    height: 103px;
    background-color: #ffffff;
    z-index: 10000;
}

.page_logo .left_site{
    float:left;
    margin-left: 50px;
}

.page_logo .left_site .logo{
    float: left;
    width:413px;
    height:103px;
    background:url(../images/logo.png) no-repeat left center;
}


.page_logo .right_site{
    float:right;
    margin-right: 50px;
    color:#595757;
    width: 236px;
    position: relative;
}

.page_logo .right_site .r_link{
    float:right;
    margin-top: 41px;
}

.page_logo .right_site .r_link .alink{
    float:left;
    padding-left: 27px;
}

.page_logo .right_site .r_link .alink.eng{
    background: url(../images/img_39.png) no-repeat left center;
}

.page_logo .right_site .r_link .alink.chs{
    background: url(../images/img_40.png) no-repeat left center;
}

.page_logo .right_site .r_link .alink a{
    color:#808080;
    font-size: 16px;
}

.page_logo .right_site .r_link .alink a:hover{
    color:#009a8a;
}

.page_logo .right_site .search{
    position: absolute;
    right:193px;
    top: 34px;
    margin-right:20px;
    height:34px;
    border: 1px solid #979797;
    border-radius: 17px;
    z-index: 1000;
    width:34px;
    background-color: #ffffff;
}

.page_logo .right_site .search .left_box{
    float: left;
    width: 0px;
    height: 34px;
    margin-left: 0px;
}

.page_logo .right_site .search .left_box .ser_input{
    border: none;
    width: 100%;
    height: 34px;
    color:#999999;
    outline:none;
}

.page_logo .right_site .search .left_buttom{
    float: right;
}

.page_logo .right_site .search .left_buttom .submit{
    border: none;
    width: 34px;
    height: 34px;
    background: url(../images/img_64.png) no-repeat center center;
    cursor: pointer;
}

/*  页面顶部nav导航区  */
/*
.page_nav{
    width:100%;
    height:50px;
    background:#c81119;
	position: relative;
    z-index: 1000;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    height:50px;
    line-height:50px;
    float:left;
    position:relative;
    text-align: center;
}

.page_nav .column:hover > .top_line{
    display: block;
}

.page_nav .column.select > .top_line{
    display: block;
}

.page_nav .column .top_line{
    display: none;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #23bb7a;
    width:100%;
    height:3px;
}

.page_nav .line{
    float: left;
    width: 1px;
    height: 50px;
    background: url(../images/img_38.png) no-repeat;
}

.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    height:46px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#000000;
    font-size:18px;
    height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page_nav .column a span {
    display: inline-block;
    padding:0 39px;
    color:#ffffff;
}

.page_nav .column a span:hover {
    color:#c81119;
    background:#fecd42;
}

.page_nav .column a span.change_color {
    color:#c81119;
    background:#fecd42;
}

.page_nav .column a span{
}

.page_nav .column .subcolumn{
    width:100%;
    margin-left: 0;
    display:none;
    position:absolute;
    left:0;
    top:50px;
    z-index: 1000;
}

.page_nav .column .subcolumn a{
    display:block;
    height:47px;
    line-height:47px;
    color:#ffffff;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    background-color:#c81119;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_nav .column .subcolumn a:hover{
    background:#ffcd42;
    filter:alpha(opacity=100);
    opacity: 1.0;
    color:#c81119;
}
*/

/*  页面顶部nav导航区  */
.page_nav{
    float:left;
    margin-left: 40px;
    height:103px;
	position: relative;
    z-index: 100;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    height:103px;
    line-height:103px;
    float:left;
    position:relative;
    text-align: center;
}

.page_nav .column:hover > .top_line{
    display: block;
}

.page_nav .column.select > .top_line{
    display: block;
}

.page_nav .column .top_line{
    display: none;
    position: absolute;
    top: -2px;
    left: 0;
    background-color: #23bb7a;
    width:100%;
    height:3px;
}

.page_nav .column .bottom_line{
    display: none;
    width:100%;
    height:4px;
    background-color: #c81119;
    position: relative;
    bottom: 4px;
}

.page_nav .column .bottom_line.show{
    display: block;
}

.page_nav .line{
    float: left;
    width: 1px;
    height: 50px;
    background: url(../images/img_38.png) no-repeat;
}

.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    height:46px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#000000;
    font-size:18px;
    height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.page_nav .column .alink:hover > .bottom_line{
    display: block;
}

.page_nav .column a span {
    display: inline-block;
    padding:0 13px;
    color:#666666;
}

/*
.page_nav .column a span:hover {
    color:#c81119;
    background:#fecd42;
}
*/

.page_nav .column a span.change_color {
    /*color:#c81119;
    background:#fecd42;*/
}

.page_nav .column a span{
}

.page_nav .column .subcolumn{
    width:100%;
    margin-left: 0;
    display:none;
    position:absolute;
    left:0;
    top:103px;
    z-index: 1000;
}

.page_nav .column .subcolumn a{
    display:block;
    height:47px;
    line-height:47px;
    color:#ffffff;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    background-color:#c81119;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_nav .column .subcolumn a:hover{
    background:#ffcd42;
    filter:alpha(opacity=100);
    opacity: 1.0;
    color:#c81119;
}




/*  首页：关于盈华   */
.bg_home1_left{
    width:100%;
    background:url(../images/img_15.png) no-repeat left top;
}

.bg_home1_right{
    width:100%;
    background:url(../images/img_21.png) no-repeat right bottom;
}

.content_home_1 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.content_home_1 .middle{
    position: relative;
    margin-top: 95px;
    padding-bottom: 0;
}

.content_home_1 .middle .left_site{
    width:641px;
    float:left;
    animation-duration: 1s;
    position: relative;
    left: -330px;
}

.content_home_1 .middle .left_site .txt{
    color:#003c85;
    line-height: 33px;
    font-size: 24px;
}

.content_home_1 .middle .left_site .title{
    font-size: 32px;
    color:#313131;
    margin-top: 8px;
}

.content_home_1 .middle .left_site .title2{
    font-size: 24px;
    color:#313131;
    margin-top: 12px;
}

.content_home_1 .middle .left_site .text{
    margin-top: 42px;
    font-size: 18px;
    color:#323232;
    height:168px;
    line-height: 31px;
    overflow: hidden;
}

.content_home_1 .middle .left_site .see_more{
    margin-top:25px;
    transition: all 0.3s ease-in;
}

.content_home_1 .middle .left_site .see_more a{
    display: inline-block;
    width: 108px;
    height:18px;
    background: url(../images/img_41.png) no-repeat;
    background-size: 100% 100%;
}

.content_home_1 .middle .content_1_img{
    position:absolute;
    top:0;
    right: -300px;
    width: 592px;
    height: 352px;
    z-index: 100;
    overflow: hidden;
    animation-duration: 1s;
    /* border: 1px solid #d5d5d5; */
}

.content_home_1 .middle .content_1_img img{
    position: relative;
    width: 592px;
    height: 352px;
}

.content_1_bg{
    position:absolute;
    top:-17px;
    right:-25px;
    width:587px;
    height:382px;
    background: url(../images/img_19.png) no-repeat;
}


/* 首页通用标题 */

.general_title_homepage{
    width: 100%;
    text-align: center;
}

.general_title_homepage .title_chs{
    display: inline-block;
    font-size: 32px;
    text-decoration: none;
    height:53px;
    background: url(../images/img_3.png) no-repeat center bottom;
}

.general_title_homepage .title_chs a:hover{
    color: #ff5a03 !important;
}


/*  首页：产品中心--滚动栏目  */
/*.bg_home_2{
    position:absolute;
    top: 0;
    left: 0;
    display: table-cell;
    vertical-align: middle;
}*/

.content_home_2{
    width: 100%;
    padding-top: 0px;
    height:480px;
}

.content_home_2 .middle{
    width:100%;
    margin-top:88px;
	margin-bottom:5px;
	position: relative;
}

.content_home_2 .middle .box{
	/* width:1280px; */
	height:321px;
	margin: 0 auto;
	overflow: hidden;
    position: relative;
    top: 300px;
}

.content_home_2 .middle .box ul {
    position: relative;
    overflow: hidden;
}

.content_home_2 .middle li{
	float:left;
	margin-right:50px;
}

.content_home_2 .middle li.no_margin_right{
	margin-right:0;
}

.content_home_2 .middle li .out_img{
	width:390px;
	height:241px;
    overflow: hidden;
}

.content_home_2 .middle li a{
    display: block;
    width:100%;
    height:100%;
}

.content_home_2 .middle li img{
    display: block;
    width:100%;
    height:100%;
}

.content_home_2 .middle li .title{
    margin-top: 18px;
	width:390px;
	height:62px;
	line-height:55px;
    background: url(../images/img_42_grey.png) no-repeat;
    text-align:center;
	overflow:hidden;
}

.content_home_2 .middle li .title.red{
    background: url(../images/img_42_red.png) no-repeat;
}

.content_home_2 .middle li .title.red a{
	color:#c81119;
}

.content_home_2 .middle li .title a{
    display: block;
	font-size:20px;
	color:#000000;
    width:350px;
    padding:0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_home_2 .middle li .title a:hover{
    text-decoration: none;
    color:#ff0000;
}


/*  首页：新闻中心  */
.content_home_3{
    width: 100%;
    padding-top: 0;
}

.content_home_3 .middle{
    width:100%;
    margin-top:34px;
	padding-bottom:0px;
	position: relative;
}

.content_home_3 .middle .box{
    width:1325px;
}

.content_home_3 .middle .box li{
    float:left;
    width:619px;
    margin-right:42px;
}

.content_home_3 .middle .box li.other_news{
    position: relative;
    left: -330px;
}

.content_home_3 .middle .box .left{
    float: left;
    width: 267px;
    height: 178px;
    overflow: hidden;
    position: relative;
}

.content_home_3 .middle .box .left img{
    width: 100%;
    height: 100%;
    position: relative;
}

.content_home_3 .middle .box .right{
    width: 328px;
    float: right;
}

.content_home_3 .middle .box .right .title{
    margin-top: 0;
    font-size: 20px;
    width: 100%;
    line-height: 34px;
    max-height:68px;
    overflow: hidden;
    color:#606060;
}

.content_home_3 .middle .box .right .title:hover{
    color:#209da2;
}

.content_home_3 .middle .box .right .msg{
    margin-top: 9px;
    line-height: 22px;
    max-height: 66px;
    color: #808080;
    font-size: 14px;
    overflow: hidden;
}

.content_home_3 .middle .box .right .time{
    font-size: 16px;
    height: 20px;
    color: #b5b5b5;
    margin-top: 5px;
}



.content_home_3 .middle .box li.first_news{
    width:1280px;
    height: 371px;
    margin-right:0;
    margin-bottom:36px;
    background-color: #ffffff;
    position: relative;
    right: -330px;
}

.content_home_3 .middle .box li.first_news .left{
    float: left;
    width: 638px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.content_home_3 .middle .box li.first_news .right{
    width: 580px;
    float: right;
    margin-right: 29px;
}

.content_home_3 .middle .box li.first_news .right .title{
    margin-top: 30px;
    font-size: 28px;
    line-height: 48px;
    max-height: 96px;
}

.content_home_3 .middle .box li.first_news .right .time{
     margin-top: 8px;
}

.content_home_3 .middle .box li.first_news .right .msg{
    margin-top: 30px;
    font-size: 16px;
    line-height:26px;
    max-height: 104px;
}


/*  页面底部  */
#section-footer{
	background:#1f1f1f;
}

#section-footer #footer-text{
	height: 415px!important;/*设置尾屏高度*/
}

.page_bottom{
    position: relative;
    height:255px;
    background-color: #c81119;
    clear:both;
}

.page_bottom .first_line{
    height:59px;
    line-height: 59px;
    border-bottom:1px solid #d9595e;
}

.page_bottom .first_line .cate_line{
    padding-left:21px;
    float: left;
}

.page_bottom .first_line .cate_line li{
    padding:0 23px;
    text-align: center;
    float:left;
    font-size: 16px;
    cursor: pointer;
    margin-right:5px;
    color:#ffffff;
}

.page_bottom .first_line .cate_line .short_line{
    float:left;
    width:1px;
    height:13px;
    margin-top: 24px;
    background: url(../images/img_23.png) no-repeat;
}

.page_bottom .first_line .cate_line li:hover{
    color:#fecd42;
}


.page_bottom .first_line .icons{
    padding-left:17px;
    float: right;
    margin-right: 60px;
}

.page_bottom .first_line .icons .qq{
    float:left;
    width: 13px;
    height: 14px;
    background: url(../images/img_12.png) no-repeat;
    margin-top: 24px;
    margin-right:20px;
}

.page_bottom .first_line .icons .wechat{
    float:left;
    width: 18px;
    height: 15px;
    background: url(../images/img_13.png) no-repeat;
    margin-top: 24px;
    position: relative;
    margin-right:20px;
}

.page_bottom .first_line .icons .weibo{
    float:left;
    width: 17px;
    height: 14px;
    background: url(../images/img_14.png) no-repeat;
    margin-top: 24px;
    position: relative;
}

.page_bottom .first_line .icons .wechat:hover > .phone_qrimg{
    display: block !important;
}

.page_bottom .first_line .icons .wechat .phone_qrimg{
    z-index: 1000;
    position: absolute;
    bottom: 50px;
    right: -68px;
    display: none;
}

.page_bottom .first_line .icons .wechat .phone_qrimg .big_img2{
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 7px 7px;
    border: 1px solid #cccccc;
}

.page_bottom .first_line .icons .wechat .phone_qrimg .big_img2 .msg{
    font-size: 13px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
    margin-bottom:7px;
}

.page_bottom .first_line .icons .wechat .phone_qrimg .big_img2 .er_img{
    width: 148px;
    height: 148px;

}

.page_bottom .first_line .icons .wechat .phone_qrimg .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}

.page_bottom .first_line .icons .short_line{
    float: left;
    width: 1px;
    height: 7px;
    margin-top: 29px;
    background-color: #5e5e5e;
    margin-left: 19px;
    margin-right: 19px;
}

.page_bottom .bottom{
    height:195px;
}

.page_bottom .bottom .left{
    float:left;
    width:495px;
    height:100%;
    background: url(../images/img_8.png) no-repeat center center;
    border-right:1px solid #d34147;
}

.page_bottom .bottom .center{
    float:left;
    width:347px;
    height: 100%;
    border-right:1px solid #d34147;
}

.page_bottom .bottom .center .box{
    padding-top: 73px;
    width:322px;
    margin: 0 auto;
}

.page_bottom .bottom .center .box .email{
    display: inline-block;
    padding-left:23px;
    background:url(../../images/img_27.png) no-repeat left center;
    color:#ffffff;
}

.page_bottom .bottom .center .box .addr{
    display: inline-block;
    padding-left:23px;
    background:url(../../images/img_28.png) no-repeat left center;
    color:#ffffff;
    margin-top: 19px;
}

.page_bottom .bottom .right{
    float: right;
    width:416px;
    height:100%;
}

.page_bottom .bottom .right .box{
    width:370px;
    margin: 0 auto;
    padding-top:32px;
}

.page_bottom .bottom .right .box .qrcode_box{
    float: left;
}

.page_bottom .bottom .right .box .qrcode_box .qrcode{
    width:96px;
    height:97px;
}

.page_bottom .bottom .right .box .qrcode_box .txt{
    text-align: center;
    color:#ffffff;
    margin-left: -13px;
    margin-top: 5px;
}

.page_bottom .bottom .right .box .qrcode img{
    width: 100%;
    height: 100%;
}

.page_bottom .bottom .right .box .icon_phone{
    float:left;
    margin-left: 24px;
    width:37px;
    height:62px;
    background:url(../images/img_43.png) no-repeat;
    margin-top: 10px;
}

.page_bottom .bottom .right .box .phone_box{
    float: left;
    margin-left: 13px;
    margin-top: 10px;
}

.page_bottom .bottom .right .box .phone_box .text{
    color:#ffffff;
}

.page_bottom .bottom .right .box .phone_box .num{
    font-size: 26px;
    font-weight: bold;
    color:#e2e2e2;
    letter-spacing: -1px;
}


.page_bottom2{
    position: relative;
    height:367px;
    background-color: #c81119;
    clear:both;
    top:0px;
}

.page_bottom2 .left_site{
    float:left;
}

.page_bottom2 .left_site .logo{
    margin-top: 51px;
    width: 413px;
    height: 78px;
    background: url(../images/img_8.png) no-repeat;
}

.page_bottom2 .left_site .bottom_s{
    margin-top: 40px;
}

.page_bottom2 .left_site .bottom_s .qrcode_box{
    float: left;
    width: 128px;
}

.page_bottom2 .left_site .bottom_s .qrcode_box .qrcode{
    margin: 0 auto;
    width:104px;
    height:104px;
}

.page_bottom2 .left_site .bottom_s .qrcode_box .txt{
    text-align: center;
    color:#ffffff;
    margin-left: 0;
    margin-top: 5px;
}

.page_bottom2 .left_site .bottom_s .qrcode img{
    width: 100%;
    height: 100%;
}

.page_bottom2 .left_site .bottom_s .right_text{
    float:left;
    margin-left:80px;
    margin-top: 3px;
}

.page_bottom2 .left_site .bottom_s .right_text .txt{
    padding-left: 28px;
    height:22px;
    line-height: 22px;
    color:#ffffff;
    margin-bottom: 9px;
}

.page_bottom2 .left_site .bottom_s .right_text .txt.phone{
    background: url(../images/img_72.png) no-repeat left center;
}

.page_bottom2 .left_site .bottom_s .right_text .txt.email{
    background: url(../images/img_73.png) no-repeat left center;
}

.page_bottom2 .left_site .bottom_s .right_text .txt.addr{
    background: url(../images/img_74.png) no-repeat left center;
}


.page_bottom2 .left_site .bottom_s .right_text .icons{
    padding-left:0;
    float: left;
    margin-left: 2px;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .qq{
    float:left;
    width: 21px;
    height: 21px;
    background: url(../images/img_75.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
    margin-right:20px;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .wechat{
    float:left;
    width: 26px;
    height: 23px;
    background: url(../images/img_76.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
    position: relative;
    margin-right:20px;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .weibo{
    float:left;
    width: 24px;
    height: 21px;
    background: url(../images/img_77.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 24px;
    position: relative;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .wechat:hover > .phone_qrimg{
    display: block !important;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .wechat .phone_qrimg{
    z-index: 1000;
    position: absolute;
    bottom: 47px;
    right: -68px;
    display: none;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .wechat .phone_qrimg .big_img2{
    box-shadow: 0 0 15px 3px #6a6a6a;
    background-color: #ffffff;
    padding: 14px 7px 7px;
    border: 1px solid #cccccc;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .wechat .phone_qrimg .big_img2 .msg{
    font-size: 13px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
    margin-bottom:7px;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .wechat .phone_qrimg .big_img2 .er_img{
    width: 148px;
    height: 148px;

}

.page_bottom2 .left_site .bottom_s .right_text .icons .wechat .phone_qrimg .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}

.page_bottom2 .left_site .bottom_s .right_text .icons .short_line{
    float: left;
    width: 1px;
    height: 7px;
    margin-top: 29px;
    background-color: #5e5e5e;
    margin-left: 19px;
    margin-right: 19px;
}

.page_bottom2 .right_site{
    float:right;
    width:665px;
    margin-top: 68px;
}

.page_bottom2 .right_site .right_box{
    width: 825px;
}

.page_bottom2 .right_site .right_box .bottom_s{
    margin-top: 12px;
    margin-left:202px;
}


.page_bottom2 .right_site .right_box .box{
    float: left;
    width:202px;
}

.page_bottom2 .right_site .right_box .box .column{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
}

.page_bottom2 .right_site .right_box .box .sub_column{
    font-size: 14px;
    color: #c9c9c9;
    margin-bottom: 14px;
}









/*  页面footer区   */
.page_footer{
    width: 100%;
    height: 48px;
    line-height: 48px;
    color:#ffffff;
    font-size: 14px;
}

.page_footer a{
    color:#ffffff;
    font-size: 14px;
}

.page_footer .left{
    float: left;
    /*padding-left: 54px;
    background: url(../images/img_23.png) no-repeat left center; */
}

.page_footer .right{
    float: right;
    margin-right: 0;
}


/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 300px;
}

.out_div .banner_column .banner_column_box{
    margin: 0 auto;
    width:1280px;
    height: 100%;
    position: relative;
}

.out_div .banner_column .column_name{
    position: absolute;
    top: 50%;
    left: 19.33%;
    margin-top: -36.5px;
}

.out_div .banner_column .column_name2{
    /*position: absolute;
    top: 34.42%;
    left: 23.25%;
    margin-top: 0;*/
    padding-top:111px;
    text-align: center;
}

.banner_column .column_name .txt_chs,
.banner_column .column_name2 .txt_chs {
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 16px;
}

.banner_column .column_name .txt_eng,
.banner_column .column_name2 .txt_eng {
    font-size: 20px;
    color: #ffffff;
    /*width: 182px;*/
    text-align: center;
    /* margin-right: -46px; */
}


/*  内页：公共页面  */
.basic_page{
    /*margin: 0 auto;
    width: 1200px;*/
    position: relative;
    padding-bottom: 0px;
}

.basic_page_inside{
    width: 100%;
    padding-bottom: 0px;
    /*margin-top: 50px;*/
}


/*  子栏目path路径区  */
.general_subcolumn_path{
    border-bottom:1px solid #dcdcdc;
}

.column_path{
    float:left;
    height: 56px;
    line-height: 56px;
    text-align: left;
    padding:0;
}

.column_path .img {
    display: inline-block;
    margin-right: 5px;
    width: 18px;
    height: 26px;
    background: url(../images/img_21.png) no-repeat center center;
    position: relative;
    top: 6px;
}

.column_path .current_column{
    color: #000000;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#000000;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 16px;
    color:#999999;
}


/*  顶部通用的栏目   */
.basic_top_site{
    width: 100%;
    margin-top: 45px;
    margin-bottom:0;
    position: relative;
    z-index: 100;
}

.basic_top_site .sub_column{
    /*width: 100%;*/
    text-align: center;
}

.basic_top_site .sub_column li{
    display: inline-block;
    padding: 0;
    margin: 0 18px;
	margin-bottom:15px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #606060;
    height: 40px;
}

.basic_top_site .sub_column li.curr{
    border-bottom: 2px solid #c81119;
}

.basic_top_site .sub_column li.curr > .txt{
    color:#c81119;
}

.basic_top_site .sub_column li:hover{
    border-bottom: 2px solid #c81119;
}

.basic_top_site .sub_column li:hover > .txt{
    color:#c81119;
}

.basic_top_site .sub_column li.mg_large{
    margin:0 26px;
}

.basic_top_site .sub_column li .txt{
    color: #6e6e6e;
}

.basic_top_site .sub_column li .line{
    position:absolute;
    bottom:0;
    left:0;
    background-color:#e4141c;
    width:100%;
    height:2px;
    display: none;
}


/* 新闻列表：第1种 */
.content_news_list{
    margin:0 auto;
    margin-top: 25px;
    width:1280px;
    padding-bottom: 15px;
}

.content_news_list .list_news{
    margin-top: 19px;
}

.content_news_list .list_news li{
    padding: 31px 0;
    border-bottom: 1px solid #dddddd;
}

.content_news_list .list_news li:hover{
    border-bottom: 1px solid #eb3c00;
}

.content_news_list .list_news .left{
    float: left;
    width: 300px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.content_news_list .list_news .left img{
    width: 100%;
    height: 100%;
    position: relative;
}

.content_news_list .list_news .right{
    width: 924px;
    float: right;
    margin-right: 5px;
}

.content_news_list .list_news .right .title{
    margin-top: 6px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#333333;
}

.content_news_list .list_news .right .msg{
    margin-top: 21px;
    line-height: 28px;
    max-height: 72px;
    color: #999999;
    font-size: 16px;
    overflow: hidden;
}

.content_news_list .list_news .right .time{
    font-size: 16px;
    height: 20px;
    color: #010101;
    margin-top: 10px;
}

.content_news_list .list_news .right .detail{
    font-size: 16px;
    height: 20px;
    color: #eb3c00;
    margin-top: 18px;
}


/* 关于盈华：公司概况 */
.content_about_us_1{
    position: relative;
    margin-top: 70px;
    padding-bottom: 50px;
    /*height:368px;*/
}

.content_about_us_1 .left_site{
    /*float:left;*/
    /*width:641px;*/
    animation-duration: 1s;
}

.content_about_us_1 .left_site .txt{
    color:#003c85;
    line-height: 33px;
    font-size: 24px;
}

.content_about_us_1 .left_site .text{
    margin-top: -20px;
    font-size: 18px;
    color:#323232;
    /*height:168px;*/
    line-height: 28px;
    /*overflow: hidden;*/
}

.content_about_us_1 .content_1_img{
    float:right;
    margin-left: 36px;
    margin-bottom: 20px;
    width: 592px;
    height: 352px;
    z-index: 100;
    overflow: hidden;
    animation-duration: 1s;
    position:relative;
}

.content_about_us_1 .content_1_img img{
    position: relative;
    width: 592px;
    height: 352px;
}

.content_about_us_1 .content_about_us_bg{
    position:absolute;
    top:-17px;
    right:-25px;
    width:587px;
    height:382px;
    background: url(../images/img_19.png) no-repeat;
}


/* 关于盈华：工作环境 */
.content_about_us_2 {
    width: 100%;
    padding-top: 42px;
    height: 770px;
}

.content_about_us_2 .middle{
    width:100%;
    margin-top:48px;
}

.content_about_us_2 .middle ul{
    width:1386px;
}

.content_about_us_2 .middle li{
    float:left;
    width:356px;
    margin-right:106px;
    margin-bottom:30px;
}

.content_about_us_2 .middle li .img{
    width:100%;
    height:237px;
}

.content_about_us_2 .middle li .img img{
    width:100%;
    height:100%;
}

.content_about_us_2 .middle li .title{
    font-size: 20px;
    padding:0 10px;
    height:59px;
    line-height:59px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*  工作环境  */
.content_work_envi {
    width: 100%;
    padding-top: 42px;
    padding-bottom:55px;
}

.content_work_envi .middle{
    width:100%;
    margin-top:48px;
}

.content_work_envi .middle .box{
    width:100%;
}

.content_work_envi .middle .box .img_box{
    width:632px;
    height:420px;
    margin-bottom:20px;
}

.content_work_envi .middle .box .red_box{
    position:relative;
    width:630px;
    height:420px;
    background-color:#e62129;
}

.content_work_envi .middle .box .red_box .left_arrow{
    position:absolute;
    left:-10px;
    top:50%;
    margin-top:-10.5px;
    width:10px;
    height:21px;
    background: url('../images/img_46.png') no-repeat;
}

.content_work_envi .middle .box .red_box .right_arrow{
    position:absolute;
    right:-10px;
    top:50%;
    margin-top:-10.5px;
    width:10px;
    height:21px;
    background: url('../images/img_47.png') no-repeat;
}

.content_work_envi .middle .box .red_box .title{
    font-size: 48px;
    font-weight: bold;
    color:#ffffff;
    margin-top: 110px;
    margin-left:63px;
}

.content_work_envi .middle .box .red_box .txt{
    width:515px;
    font-size: 32px;
    color:#ffffff;
    margin-top: 31px;
    margin-left:63px;
    line-height:48px;
}


/*  联系我们  */
.content_lxfs_out{
    margin:0 auto;
    margin-top: 57px;
    padding-bottom: 80px;
    width:1280px;
}

.content_lxfs .img{
    width:100%;
    height:329px;
    background: url(../images/img_29.jpg) no-repeat;
}

.content_lxfs .title{
    margin-top: 45px;
    height:45px;
    font-size: 24px;
    text-align: center;
    color:#313131;
    background: url(../images/img_44.png) no-repeat center bottom;
}

.content_lxfs .infornation{
    margin-top: 56px;
    text-align: center;
}

.content_lxfs .infornation .box{
    display: inline-block;
    width:218px;
    transition: all 0.2s ease-in;
    cursor: pointer;
}

.content_lxfs .infornation .box:hover {
    transform: translateY(-9px);
}

.content_lxfs .infornation .box.addr{
    width:300px;
}

.content_lxfs .infornation .box .img{
    height:100px;
}

.content_lxfs .infornation .box .img.bg1{
    background: url(../images/img_30.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg2{
    background: url(../images/img_31.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg3{
    background: url(../images/img_32.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg4{
    background: url(../images/img_33.png) no-repeat center top;
}

.content_lxfs .infornation .box .img.bg5{
    background: url(../images/img_26.png) no-repeat center top;
}

.content_lxfs .infornation .box .txt{
    font-size: 20px;
    color:#606060;
    text-align: center;
}

.content_lxfs .infornation .box .msg{
    font-size: 16px;
    color:#606060;
    text-align: center;
}

.content_lxfs .map_site{
    margin-top: 68px;
}

.content_lxfs .map_site .map{
    margin: 0 auto;
    width: 1280px;
    height:500px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 6px 4px #dfdfdf;
}



/*   列表页：一排4个图片   */
.content_list_four{
    width: 1330px;
    margin-top: 50px;
    padding-bottom: 20px;
}

.content_list_four li{
    float:left;
    margin-right: 48px;
    margin-bottom: 15px;
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:282px;
    height:212px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

.content_list_four li .title{
    width:264px;
    height:75px;
    line-height:75px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*   列表页：一排4个图片(第2种)   */
.content_list_four2{
    width: 1310px;
    margin-top: 50px;
    padding-bottom: 20px;
}

.content_list_four2 li{
    float:left;
    margin-right: 28px;
    margin-bottom: 37px;
    background-color:#c81119;
    border-radius:13px;
    transition: all 0.2s ease-in;
}

.content_list_four2 li.no_margin_right{
    margin-right:0;
}

.content_list_four2 li:hover{
    transform: translateY(-6px);
    box-shadow: 0 0 10px 3px #808080;
}

.content_list_four2 li .image{
    width:299px;
    height:225px;
    position:relative;
    overflow:hidden;
    border-radius:13px;
}

.content_list_four2 li .image a{
    display: block;
}

.content_list_four2 li .image img{
    width:100%;
    height:225px;
    position:relative;
}

.content_list_four2 li .title{
    width:279px;
    height:58px;
    line-height:58px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*   列表页：一排3个图片   */
.content_list_three{
    width: 1342px;
    margin-top: 50px;
    padding-bottom: 20px;
}

.content_list_three li{
    float:left;
    margin-right: 62px;
    margin-bottom: 28px;
}

.content_list_three li.no_margin_right{
    margin-right:0;
}

.content_list_three li:hover > a .title{
    color:#e62129;
}

.content_list_three li .img_box{
    width:385px;
    height:288px;
    position: relative;
    overflow: hidden;
}

.content_list_three li .img{
    width:385px;
    height:288px;
    background-color: #ffffff;
    overflow: hidden;
    /*border: 1px solid #e1e1e1;*/
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.content_list_three li .img a{
    display: block;
}

.content_list_three li .img img{
    display: block;
    width: 100%;
    height: 100%;
}

.content_list_three li .title{
    width:365px;
    height:78px;
    line-height:78px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:24px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_list_three li .mask {
    position: absolute;
    left: 0px;
    top: 288px;
    width: 385px;
    height: 288px;
    background-color: #000000;
    filter: alpha(opacity=65);
    opacity: 0.65;
    z-index: 0;
}

.content_list_three li .see {
    position: absolute;
    left: 50%;
    /*top: 123px;*/
    top: 288px;
    width: 190px;
    height: 40px;
    line-height: 40px;
    margin-left:-95px;
    border:2px solid #ffcd42;
    border-radius: 13px;
    font-size: 20px;
    color:#ffcd42;
    text-align: center;
}

/*  左边通用的栏目:第1种   */
.basic_left_site{
    float: left;
    margin-top: 50px;
    width: 330px;
    position: relative;
    background-color: #f4f4f4;
    padding-bottom:15px;
}

.basic_left_site .first_column{
    width:330px;
    height:115px;
    line-height: 115px;
    background-color:#c81119;
    text-align: center;
    font-size: 32px;
    color:#ffffff;
}

.basic_left_site .column_name{
    width: 100%;
    height:50px;
    line-height: 50px;
    margin-top: 10px;
}

.basic_left_site .column_name .txt_chs{
    margin-left:14px;
    font-size: 20px;
    background: url(../images/img_35.png) no-repeat left center;
    padding-left: 33px;
}

.basic_left_site .sub_column{
    width: 100%;
    margin-top: 10px;
}

.basic_left_site .sub_column li{
    margin-bottom: 15px;
    padding-left: 65px;
    font-size: 16px;
    overflow: hidden;
    background:  url(../images/img_36_grey.png) no-repeat left 47px center;
    color:#333333;
}

.basic_left_site .sub_column li:hover{
    color: #be0000;
}

.basic_left_site .sub_column li.curr{
    color: #be0000;
}

.basic_left_site .sub_column li .txt{
    font-size: 16px;
}


/* 产品列表 */
.list_product{
    float:right;
    width:898px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.list_product .top_name{
    width:100%;
    height:65px;
    border-bottom:1px solid #dcdcdc;
}

.list_product .top_name .name{
    float:left;
    font-size: 32px;
    font-weight: bold;
    color:#c81119;
    border-bottom:2px solid #c81119;
    height:64px;
}

.list_product .list_box{
    margin-top:50px;
}

.list_product .list_box .box{
    margin-bottom:50px;
}

.list_product .list_box .box .left_img{
    float:left;
    width: 356px;
    height: 231px;
    overflow: hidden;
    position: relative;
}

.list_product .list_box .box .left_img img{
    width: 100%;
    height: 100%;
    position: relative;
}

.list_product .list_box .box .right_txt{
    float:right;
    width:497px;
    height:231px;
    position: relative;
}

.list_product .list_box .box .right_txt .title{
    font-size: 24px;
    width: 497px;
    height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_product .list_box .box .right_txt .param{
    margin-top: 5px;
}

.list_product .list_box .box .right_txt .param .param_box{
    margin-bottom:5px;
    line-height: 28px;
}

.list_product .list_box .box .right_txt .param .param_box .label{
    float:left;
    width:50px;
    font-size: 16px;
    color:#666666;
}

.list_product .list_box .box .right_txt .param .param_box .msg{
    float:left;
    width:447px;
    font-size: 16px;
    color:#666666;
}

.list_product .list_box .box .right_txt .param .param_box .msg.special{
    max-height:84px;
    overflow: hidden;
}

.list_product .list_box .box .right_txt .param .param_box .msg.apply{
    max-height:56px;
    overflow: hidden;
}

.list_product .list_box .box .right_txt .link{
    position:absolute;
    left:0;
    bottom:0;    
    display: block;
    width:140px;
    height:35px;
    line-height:35px;
    border:2px solid #c81119;
    text-align: center;
    font-size: 16px;
    color:#c81119;
}


/* 产品详情 */
.content_article_detail{
    margin-top: 50px;
    padding-bottom:66px;
}

.content_article_detail .top_site{
    width:100%;
    height:355px;
    background-color: #f7f7f7;
}

.content_article_detail .top_site .left_img{
    float:left;
    width:533px;
    height:355px;
}

.content_article_detail .top_site .left_img img{
    width:100%;
    height:100%;
}

.content_article_detail .top_site .right_txt{
    float:right;
    width:650px;
    height:355px;
    position: relative;
}

.content_article_detail .top_site .right_txt .title{
    float:left;
    margin-top: 34px;
    padding-left:34px;
    padding-right:34px;
    height:49px;
    line-height:49px;
    background-color:#e6212a;
    position:relative;
}

.content_article_detail .top_site .right_txt .title .txt{
    display: inline-block;
    color:#ffffff;
    font-size: 32px;
}

.content_article_detail .top_site .right_txt .title .arrow{
    position:absolute;
    top: 0;
    right:-66px;
    background: url("../images/img_49.png") no-repeat;
    width:66px;
    height:49px;
}

.content_article_detail .top_site .right_txt .param{
    clear:both;
    float:left;
    margin-top: 16px;
}

.content_article_detail .top_site .right_txt .param .param_box{
    clear:both;
    margin-bottom:5px;
    line-height: 16px;
}

.content_article_detail .top_site .right_txt .param .param_box .label{
    float:left;
    width:63px;
    font-size: 20px;
    color:#000000;
}

/*
.content_article_detail .top_site .right_txt .param .param_box .msg{
    float:left;
    width:550px;
    font-size: 20px;
    color:#333333;
}

.content_article_detail .top_site .right_txt .param .param_box .msg.special{
    max-height:108px;
    overflow: hidden;
}

.content_article_detail .top_site .right_txt .param .param_box .msg.apply{
    max-height:72px;
    overflow: hidden;
}
*/
.content_article_detail .top_site .right_txt .param .a_txt{
    float:left;
    margin-top: 13px;
    background-color:#e6212a;
    font-size: 20px;
    color:#ffffff;
    padding:2px 7px;
    border-radius: 8px;
}

.content_article_detail .top_site .right_txt .param .param_box .msg{
    float:left;
    /*width:550px;*/
    font-size: 20px;
    color:#333333;
}

.content_article_detail .top_site .right_txt .param .param_box .msg.special{
    max-height:108px;
    overflow: hidden;
}

.content_article_detail .top_site .right_txt .param .param_box .msg.apply{
    margin-top: 13px;
    max-height:60px;
    line-height:30px;
    overflow: hidden;
}

.content_article_detail .top_site .right_txt .param .param_box2{
    margin-bottom:5px;
    line-height: 36px;
}

.content_article_detail .top_site .right_txt .param .param_box2 li{
    background: url(../images/img_50.png) no-repeat left center;
    padding-left:23px;
    font-size: 20px;
}

.content_article_detail .bottom_detail{
    margin-top: 50px;
}

/*  产品详情页面2  */
.content_article_detail_2{
    margin-top: 50px;
    padding-bottom:66px;
}

.content_article_detail_2 .title{
    font-size: 48px;
    color:#e62129;
    padding-left: 27px;
    background: url(../images/img_71.png) no-repeat left top 11px;
}

.content_article_detail_2 .content{
    margin-top: 30px;
    margin-bottom: 13px;
}

.content_article_detail_2 .content img{
    max-width: 100%;
}

.content_article_detail_2 .img_site{
    margin-top: 27px;
}

.content_article_detail_2 .img_site .img{
    float:left;
    width:600px;
    margin-right: 30px;
}

.content_article_detail_2 .img_site .img img{
    width: 100%;
}

.content_article_detail_2 .msg{
    margin-bottom: 26px;
    font-size: 20px;
    color:#828282;
    text-align: center;
}







    /*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
    color:#595757;
    margin-left:3px;
    letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:12.5px;
    margin-right:5px;
    line-height:20px;
}

.no_content_msg .tips_img img{
    width:28px;
    /*height:25px;*/
    height:auto;
    /* margin-top: 3px; */
}

.no_content_msg .txt{
    float:left;
    font-size:18px;
}




/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
    margin-top:37px;
    margin-bottom:50px;
    width: 100%;
    min-height: 360px;
}

.single_content .title {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #2f2f2f;
    text-align: center;
    margin-bottom: 22px;
}

.single_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
}

.single_content .content img {
    display: inline-block;
    margin: 10px 0;
    max-width: 100%;
    text-align: center;
}


/*  新闻详情页 的样式  */
.across_line_blank_1{
    width: 100%;
    height: 11px;
}

.across_line_blank_2{
    width: 100%;
    height: 45px;
}

.article_content {
    margin: 0 auto;
    margin-top:26px;
    margin-bottom:0px;
    width: 100%;
    min-height: 400px;
    padding-bottom: 30px;
}

.article_content .content {
    width: 95%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:50px;
}

.article_content .content .title {
    width: 100%;
    line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    color: #222222;
}
/*
.article_content .content .args{
    width: 100%;
    text-align: center;
    height:32px;
    line-height:32px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #ebebeb;
}
*/

.article_content .content .args {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.article_content .content .args span{
    margin-right: 30px;
    display: inline-block;
}

.article_content .content .time{
    text-align: center;
    /* line-height:45px; */
    color:#787878;
}

.article_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px auto 32px;
}

.article_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.article_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.article_content .content .in_content{
    width:96%;
    margin: 0 auto;
}

.article_content .content img {
    display: block;
    /*margin: 0 auto;*/
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 85%;
    text-align: center;
}

.article_content .content_bottom{
    padding-top: 25px;
    width: 90%;
    margin: 0 auto;
}

.article_content .content_bottom .news_line{
    height: 35px;
    line-height: 32px;
    margin-bottom: 10px;
}

.article_content .content_bottom .news_line a{
    display: inline-block;
}


.article_content .content_bottom .news_line a:hover > .link{
    color:#ff0000;
    border:1px solid #ff0000;
}


.article_content .content_bottom .news_line .link{
    width: 92px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e7e7e7;
    border-radius: 2px;
    /*margin-left: 6px;*/
    display: inline-block;
    font-size: 12px;
    color: #999999;
    float: left;
    text-align: center;
}

.article_content .content_bottom .news_line .link.bg1{
    background: #ffffff url(../../images/img_37.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .link.bg2{
    background: #ffffff url(../../images/img_38.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .title{
    display: inline-block;
    margin-left: 10px;
    color:#999999;
}

.article_content .content_bottom .news_line .title a{
    /*max-width: 480px;*/
    max-width: 680px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#999999;
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}


/* 搜索页面新闻列表 */
.right_news .general_news{
    background-color: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #dcdcdc;
    border-top: 6px solid #c81119;
}

.right_news .general_news .top_site{
    height:65px;
    line-height: 65px;
    border-bottom: 1px solid #dcdcdc;
}

.right_news .general_news .top_site .left_title{
    float: left;
    margin-left: 18px;
    font-size: 32px;
    font-weight: bold;
    color: #c81119;
    border-bottom: 2px solid #c81119;
    height: 64px;
}

.right_news .general_news .top_site .right_more{
    float: right;
    margin-right: 25px;
    color: #acacac;
}

.right_news .general_news .bottom_news{
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 28px;
}

.right_news .general_news .bottom_news li{
    background: url(../images/img_45.png) no-repeat left 14px center;
    font-size: 15px;
    color:#000000;
    margin: 0 22px;
    padding-left: 29px;
    padding-right: 10px;
    height:45px;
    line-height:45px;
    border-bottom: 1px dashed #dcdcdc;
}

.right_news .general_news .bottom_news li .title{
    float:left;
    width: 1000px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
}

.right_news .general_news .bottom_news li .title:hover{
    color:#ff0000;
}

.right_news .general_news .bottom_news li .time{
    float:right;
    margin-left: 3px;
    color: #a6a6a6;
    font-size: 16px;
    /*position: relative;
    top: -12px;*/
    vertical-align: middle;
}


/* 招聘专题页面 */
.content_recruit{
    width:100%;
}

.content_recruit .top_site{
    width:100%;
    height:659px;
    background: url(../images/img_52.jpg) no-repeat center top;
}

.content_recruit .small_img{
    margin:0 auto;
    margin-top: 50px;
    margin-bottom:30px;
    width:1440px;
    height:194px;
}

.content_recruit .small_img img{
    width: 100%;
    height: 100%;
}

.general_title_recruit{
    margin:0 auto;
    width:1440px;
    text-align: center;
    position: relative;
}

.general_title_recruit .title_eng{
    font-weight: bold;
    font-size: 72px;
    color:#efefef;
}

.general_title_recruit .title_chs{
    position: relative;
    top: -54px;
    height:53px;
    font-size: 32px;
    background: url(../images/img_63.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;
    top: -10px;
    width:100%;
    height: 378px;
    background-color: #f1f1f1;
}

.content_recruit .content_1 .middle{
    margin:0 auto;
    width:1440px;
}

.content_recruit .content_1 .middle .left_txt{
    float:left;
    width:779px;
    position:relative;
}

.content_recruit .content_1 .middle .left_txt .front_quot{
    position:absolute;
    left:3px;
    top:44px;
    width: 30px;
    height: 23px;
    background: url(../images/img_57.png) no-repeat;
}

.content_recruit .content_1 .middle .left_txt .red_title{
    margin-top: 88px;
    font-size: 35px;
    color:#e62129;
}

.content_recruit .content_1 .middle .left_txt .txt{
    margin-top: 12px;
    font-size: 18px;
    color:#6e6e6e;
    line-height:32px;
}

.content_recruit .content_1 .middle .left_txt .back_quot{
    position:absolute;
    left:323px;
    top:295px;
    width: 30px;
    height: 23px;
    background: url(../images/img_58.png) no-repeat;
}

.content_recruit .content_1 .middle .right_img{
    float:right;
    margin-top: 66px;
    margin-right: 9px;
    width:501px;
    height:264px;
    background: url(../images/img_59.png) no-repeat;
}

.content_recruit .content_2{
    padding-top: 9px;
    padding-bottom:70px;
    width:100%;
}

.content_recruit .content_2 .middle{
    margin:0 auto;
    width:1440px;
}

.content_recruit .content_2 .middle ul{
    /*width:1487px;*/
    width:100%;
    text-align: center;
}

.content_recruit .content_2 .middle ul li{
    /*float:left;*/
    display: inline-block;
    margin-right:35px;
    /*margin-right:100px;*/
    width:450px;
    height:272px;
}

.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_60.jpg) no-repeat;
}

.content_recruit .content_2 .middle ul li.bg2{
    background: url(../images/img_61.jpg) no-repeat;
}

.content_recruit .content_2 .middle ul li.bg3{
    background: url(../images/img_62.jpg) no-repeat;
}

.content_recruit .content_2 .middle ul li .title_chs{
    text-align: center;
    font-size: 24px;
    color:#ffffff;
    margin-top: 107px;
}

.content_recruit .content_2 .middle ul li .title_eng{
    text-align: center;
    font-size: 18px;
    color:#ffffff;
    margin-top: 1px;
}

.content_recruit .content_3{
    width:100%;
    height:369px;
    padding-top: 72px;
    background-color: #f1f1f1;
}

.content_recruit .content_3 .middle{
    width:100%;
    height:340px;
    overflow: hidden;
}

.content_recruit .content_3 .middle ul {
    position: relative;
    overflow: hidden;
}

.content_recruit .content_3 .middle li{
	float:left;
	margin-right:22px;
    height:340px;
}

.content_recruit .content_3 .middle li img{
    width:auto;
    height:297px;
}

.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;
}

/*  首页左侧导航菜单  */
#menu{
    position:fixed;
    top:200px;
    left:0;
    width:200px;
    /* height: 140px; */
    z-index: 70;
    padding: 0;
    margin:0;
    display: none;
}

#menu li{
    height:30px;    
}

#menu li.active .left_site .line{
    width:41px;
}

#menu li .left_site{    
    display: inline-block;
    margin-left: 5px;
    width: 41px;
    height:100%;
}

#menu li .left_site .line{
    float:right;
    width:21px;
    height:1px;
    background-color: #757575;
    margin-top:23px;
}

#menu li .txt{
    display: inline-block;
    font-size: 16px;
    margin-left:5px;
    color:#767676;
}


/*  新闻列表  */
.content_news_list2{
    margin:0 auto;
    margin-top: 25px;
    width:1280px;
    padding-bottom: 15px;
}

.content_news_list2 .middle{
    margin-top: 50px;
}

.content_news_list2 .middle .out_news{
    width: 1330px;
    padding-bottom: 58px;
}

.content_news_list2 .middle li.first_news{
    width:1280px;
    height: 371px;
    margin-right:0;
    margin-bottom:45px;
    background-color: #f5fafe;
    position: relative;
    right: 0px;
}

.content_news_list2 .middle li.first_news .left{
    float: left;
    width: 638px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.content_news_list2 .middle li.first_news .left img {
    width: 100%;
    height: 100%;
    position: relative;
}

.content_news_list2 .middle li.first_news .right{
    width: 580px;
    float: right;
    margin-right: 29px;
}

.content_news_list2 .middle li.first_news .right .title{
    margin-top: 30px;
    font-size: 28px;
    line-height: 48px;
    max-height: 96px;
    height: auto;
}

.content_news_list2 .middle li.first_news .right .time{
    margin-top: 8px;
    font-size: 16px;
    color:#9f9f9f;
}

.content_news_list2 .middle li.first_news .right .msg{
    margin-top: 30px;
    font-size: 16px;
    line-height:26px;
    max-height: 104px;    
    color:#9f9f9f;
}

.content_news_list2 .middle li{
    float:left;
    width: 397px;
    height: 355px;    
    background-color: #f5fafe;
    margin-right: 44px;
    margin-bottom: 45px;
    box-shadow: 0 0 10px 3px #d5d5d5;
    transition: all 0.2s ease-in;
}

.content_news_list2 .middle li:hover {
    transform: translateY(-6px);
}

.content_news_list2 .middle li .img {
    width:397px;
    height:230px;
    overflow: hidden;
    position: relative;
}

.content_news_list2 .middle li .img img{
    width: 100%;
    height: 100%;
    position: relative;
}

.content_news_list2 .middle li .time{
    font-size: 16px;
    color:#e52129;
    padding:0 20px;
    margin-top: 21px;    
}

.content_news_list2 .middle li .title{
    font-size: 16px;
    padding:0 20px;
    margin-top: 14px;   
    line-height: 22px; 
    height: 44px;
    overflow: hidden;
}

/* 愿景与理念 */
.content_vision_concept {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

/*
.content_vision_concept .box{
    width: 100%;
    height: 414px;
    border-top: 1px solid #ffffff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.content_vision_concept .box:hover {
    border-top: 1px solid #898989;
    box-shadow: 0 0 10px 3px #898989;
    transform: translateY(-9px);
}

.content_vision_concept .box.b1{
    background: url(../images/img_78.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.content_vision_concept .box.b2{
    background: url(../images/img_79.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.content_vision_concept .box.b3{
    background: url(../images/img_80.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.content_vision_concept .box.b4{
    background: url(../images/img_81.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.content_vision_concept .box .mask{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 414px; 
    background-color: #000000;
    filter:alpha(opacity=30);
    opacity: 0.3;    
    z-index: 100;
}

.content_vision_concept .box .title{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color:#ffffff;
    margin-top: 52px;
    position: relative;
    z-index: 1000;
}

.content_vision_concept .box .text{
    margin: 0 auto;
    margin-top: 33px;
    width: 1119px;
    color:#ffffff;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    z-index: 1000;
}
*/

.content_vision_concept .top_site{
    margin: 0 auto;
    margin-top:-56px;
    width: 1275px;
    height: 364px;
    background: url(../images/img_83.png) no-repeat center center;
}

.content_vision_concept .top_site .title{
    padding-top: 149px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.content_vision_concept .top_site .msg{
    padding-top: 41px;
    font-size: 36px;
    color:#636363;
    text-align: center;
}

.content_vision_concept .middle_site{  
    margin: 0 auto;
    width: 1275px;
    height: 326px;
    background: url(../images/img_84.png) no-repeat center center;
}

.content_vision_concept .middle_site .title{
    padding-top: 60px;
    font-size: 42px;
    font-weight: bold;
    color:#ffffff;
    text-align: center;
}

.content_vision_concept .middle_site .box_out{
    width: 100%;
    text-align: center;
    margin-top: 48px;
}

.content_vision_concept .middle_site .box_out .box{
    display: inline-block;
    text-align: center;
    color:#ffffff;
    width: 395px;
    transition: all 0.2s ease-in;
}

.content_vision_concept .middle_site .box_out .box:hover {
    transform: translateY(-11px);
}

.content_vision_concept .middle_site .box_out .box .name{
    font-size: 24px;
    font-weight: bold;
    background: url(../images/img_88.png) no-repeat center bottom;
    height: 70px;
}

.content_vision_concept .middle_site .box_out .box .desc{
    font-size: 18px;
    margin-top: 19px;
}

.vision_concept_bottom_bg{
    margin-top: -66px;
    width:100%;
    height: 815px;
    background: url(../images/img_85.jpg) no-repeat center center;
}


/* 人才理念 */
.content_talent_concept {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.content_talent_concept .top_site{
    margin: 0 auto;
    margin-top:-31px;
    width: 1275px;
    height: 364px;
    background: url(../images/img_83.png) no-repeat center center;
}

.content_talent_concept .top_site .title{
    padding-top: 124px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.content_talent_concept .top_site .msg{
    padding-top: 41px;
    font-size: 24px;
    color:#636363;
    text-align: center;
    line-height: 32px;
}

.content_talent_concept .middle_site{  
    width: 100%;
    height: 774px;
    background-color: #f7f9fb;
}

.content_talent_concept .middle_site .left_s{
    float:left;
    width: 50%;
    height: 100%;
}

.content_talent_concept .middle_site .left_s .left_box{
    float:right;
    width:640px;
    overflow: hidden;
}

.content_talent_concept .middle_site .left_s .box_out{
    width: 2560px;
    height: 100%;
    transition-duration: 1000ms;
}

.content_talent_concept .middle_site .left_s .box{
    float:left;
    margin-top: 214px;
    width: 640px;
    display: block;
}

.content_talent_concept .middle_site .left_s .box .title{    
    margin-top: 0px;
    width: 576px;
    font-size: 42px;
    font-weight: bold;
}

.content_talent_concept .middle_site .left_s .box .msg{
    width: 576px;
    text-indent: 2em;
    margin-top: 55px;
    font-size: 18px;
    color:#878888;
    line-height: 32px;
}

.content_talent_concept .middle_site .right_s{
    float:right;
    width:50%;
    height: 774px;
    background: url(../images/img_87.jpg) no-repeat left top;
}

.content_talent_concept .middle_site .right_s .item_box{
    float:left;
    margin-top: 128px;
}

.content_talent_concept .middle_site .right_s .item_box .item{
    width: 186px;
    height: 124px;
    background: url(../images/img_86.jpg) no-repeat;
    margin-bottom: 3px;
    font-size: 20px;
    color:#ffffff;
    display: table;
    cursor: pointer;
}

.content_talent_concept .middle_site .right_s .item_box .item.select{
    color:#c81119;
    background: url(../images/img_89.jpg) no-repeat;
}

.content_talent_concept .middle_site .right_s .item_box .item:hover{
    color:#c81119;
    background: url(../images/img_89.jpg) no-repeat;
}

.content_talent_concept .middle_site .right_s .item_box .item .text{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.content_talent_concept .bottom_site{
    margin:70px 0 90px;
    color:#878888;
    font-size: 18px;
}


/* 职位招聘 */
.content_jobs_recruit {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.content_jobs_recruit .top_site{
    margin: 0 auto;
    margin-top:-31px;
    width: 1275px;
    height: 364px;
    background: url(../images/img_83.png) no-repeat center center;
}

.content_jobs_recruit .top_site .title{
    padding-top: 124px;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.content_jobs_recruit .top_site .msg{
    padding-top: 41px;
    font-size: 24px;
    color:#636363;
    text-align: center;
    line-height: 32px;
}

.content_jobs_recruit .middle_site {
    margin: 0 auto;
    margin-bottom: 145px;
    width: 1280px;
}

.content_jobs_recruit .middle_site .head{
    height:40px;
    line-height: 40px;
    background-color:#c81119;
    font-size: 18px;
    color:#ffffff;
}

.content_jobs_recruit .middle_site .list{
    color:#4f4f4f;
    cursor:pointer;
}

.content_jobs_recruit .middle_site .head td{
    text-align: center;
    border-right: 1px solid #ffffff;
    padding: 0px 7px;
}

.content_jobs_recruit .middle_site .list td{
    /*line-height: 40px;*/
    border: 1px solid #ffffff;
    border-left:none;
    text-align: center;
    vertical-align: middle;
    display:table-cell;
    padding: 12px 7px;
    font-size: 16px;
}

.content_jobs_recruit .middle_site .list .dark{
    background-color: #f1f1f1;
}

.content_jobs_recruit .middle_site .list .light{
    background-color: #f7f9fb;
}

.content_jobs_recruit .middle_site .list .dark:hover{
    background-color: #EEBF02;
    color:#ffffff;
}

.content_jobs_recruit .middle_site .list .light{
    background-color: #f7f9fb;
}

.content_jobs_recruit .middle_site .list .light:hover{
    background-color: #EEBF02;
    color:#ffffff;
}

.content_jobs_recruit .middle_site .d1{
    width:160px;
}

.content_jobs_recruit .middle_site .d2{
    width:132px;
}

.content_jobs_recruit .middle_site .d3{
    width:310px;
}

.content_jobs_recruit .middle_site .d4{
    width:267px;
}

.content_jobs_recruit .middle_site .d5{
    width:125px;
}

.content_jobs_recruit .middle_site .d6{
    width:90px;
}

.content_jobs_recruit .middle_site .d7{
    width:322px;
}

.content_jobs_recruit .middle_site .d8{
    width:135px;
    border-right:none !important;
}

.content_jobs_recruit .middle_site .list .d8{
    background: url("../images/img_90.png") no-repeat center center;
    cursor: pointer;
}

.content_jobs_recruit .middle_site .list .d8.show{
    background: url("../images/img_92.png") no-repeat center center;
    cursor: pointer;
}

.content_jobs_recruit .middle_site .list .tr_content{    
    border: 2px solid #efefef;
    display: none;
}

.content_jobs_recruit .middle_site .list .tr_content .td_content{    
    padding: 35px 7px;
}

.content_jobs_recruit .middle_site .list .content_table{
    margin:0 auto;
    width: 1155px;
}

.content_jobs_recruit .middle_site .list .content_table td{
    font-size: 16px;
    color: #4f4f4f;
    border: 1px solid #e5e5e5;
}

.content_jobs_recruit .middle_site .list .content_table .td1{
    width:100px;
    background-color: #f6f7f8;
}

.content_jobs_recruit .middle_site .list .content_table .td2{
    text-align: left;
    padding: 18px 10px;
    line-height: 28px;
}

.content_jobs_recruit .middle_site .list .content_table .td_apply{
    border-right:none;
    border-bottom:none;
    border-left:none;
    text-align: left;
    padding-top: 17px;
    padding-left: 0;
}

.content_jobs_recruit .middle_site .list .content_table .td_apply .apply{
    width: 147px;
    height: 37px;
    line-height: 37px;
    background: url(../images/img_91.jpg) no-repeat;
    text-align: center;
    font-size: 16px;
    color:#c81119;
    cursor: pointer;
}

.masker{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000000;
    opacity: 0.75;
    filter: Alpha(opacity=75);
    z-index: 20000;
}

.popup_win{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 630px;
    display: none;
    margin-top:-305px;
    margin-left:-315px;
    background: #ffffff;
    border-radius: 7px;
    z-index: 30000;
}

.popup_win .popup_win_in{
    width: 100%;
    height:100%;
    overflow: auto;
}

.popup_win .popup_win_in .content{
    margin:0 auto;
    padding:45px 67px 20px;
}

.popup_win .popup_win_in .content .item{
    font-size: 18px;
    margin-bottom: 15px;
}

.popup_win .popup_win_in .content .item.mb_27{
    margin-bottom: 27px;
}

.popup_win .popup_win_in .content .item .label{
    display: inline-block;
    width: 107px;
    text-align: right;
}

.popup_win .popup_win_in .content .item .label .red{
    color:#ff0000;
}

.popup_win .popup_win_in .content .item .box{
    display: inline-block;
}

.popup_win .popup_win_in .content .item .box .input{
    width: 331px;
    height: 38px;
    border:1px solid #eeeeee;
    padding-left: 8px;
}

.popup_win .popup_win_in .content .item .box .radio.ml_30{
    margin-left: 30px;
}

.popup_win .popup_win_in .content .item .box .select{
    border: solid 1px #eeeeee;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: #ffffff url("../images/img_93.png") no-repeat scroll right 10px center;
    padding-right: 31px;
    padding-left:6px;
    width:100px;
    height:38px;
    border-radius: 5px;
    color:#666666;
    cursor: pointer;
    margin-top: 11px;
    margin-right:38px;
}

.popup_win .popup_win_in .content .item .box .select option{
    cursor: pointer;
    padding-left:18px;
    text-align: center !important;
}


.popup_win .popup_win_in .content .item .box .select::-ms-expand {
    display: none;
}

.popup_win .popup_win_in .content .item .box .msg{
    display: inline-block;
    font-size: 14px;
    color:#afafaf;
    margin-left: 5px;
}

.popup_win .popup_win_in .content .item .box .vcode{
    width:189px;
}

.popup_win .popup_win_in .content .item .box .code_img {
    margin-left: 5px;
    width: 130px;
    height: 41px;
    margin-top: -5px;
}

.popup_win .popup_win_in .content .item .box .button{
    width:98px;
    font-size: 18px;
}

.popup_win .popup_win_in .content .item .box .button.submit{
    color:#d12323;
}

.popup_win .popup_win_in .content .item .box .button.cancel{
    color:#919191;
    margin-left: 17px;
}


.popup_win .popup_win_in .content .item .box input:focus,
.popup_win .popup_win_in .content .item .box textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #00ccff;*/
    border-color: #c81119;
    box-shadow: 0 0 5px 2px #c81119;
}

/* 返回顶部 */
.return_top{
    position: fixed;
    bottom: -100px;
    right: 50px;
    width: 87px;
    height: 87px;
    background: #e62129 url(../images/img_82.png) no-repeat;
    border-radius: 43.5px;
    border: 1px solid #f5030b;
    cursor: pointer;
}

/* 媒体查询：小于1500px的屏幕 */
@media screen and (max-width: 1500px) {
    .page_logo .left_site{
        margin-left: 20px;
    }
    
    .page_logo .right_site{
        margin-right: 20px;
    }
    
    .page_nav .column a span{
        padding: 0 9px !important;
    }

    .content_home_3 .middle .box li.first_news {
        height: 340px;
        margin-bottom:20px;
    }

    .content_home_3 .middle .box li.first_news .left {
        width: 585px;
    }

    .content_home_3 .middle .box li.first_news .right {
        width: 633px;
        float: right;
        margin-right: 29px;
    }
}

/* 媒体查询：大于1900px的屏幕 */
@media screen and (min-width: 1900px) {
    .page_nav .column a span{
        padding: 0 32px !important;
    }
}


