

/* 兼容 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;
*/

/*  字体
    font-family: "思源黑体 Normal",sans-serif;
*/

.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;
}

/*  编辑器里视频播放器ckplaer图标隐藏 */
.news_player_class img{
    display: none !important;
}

.border_none{
    border:none !important;
}

.text_align_left{
    text-align: left !important;
}

.text_align_right{
    text-align: right !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_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_40{
    margin-top:40px !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_right_0{
    margin-right: 0px !important;
}

.mg_bottom_0{
    margin-bottom: 0px !important;
}

.mg_bottom_28{
    margin-bottom: 28px !important;
}

.mg_bottom_90{
    margin-bottom: 90px !important;
}

.mg_left_0{
    margin-left: 0px !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;
}

.bg_f8f8f8{
    background-color: #f8f8f8 !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w880{
    width: 880px !important;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w1240{
    width: 1240px;
    margin: 0 auto;
}

.w1280{
    width: 1280px;
    margin: 0 auto;
}

.w1401{
    width: 1401px;
    margin: 0 auto;
}



/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 39px;
}


/*  顶部top区  */
.page_logo{
    width: 100%;
    /*height: 75px;*/
    background-color: #ffffff;
}

.page_logo .top_site{
    height:59px;
    padding-bottom: 9px;
}

.page_logo .left_site{
    float:left;
    margin-left: 0px;
}

.page_logo .left_site .logo{
    margin-top: 9px;
    width:532px;
    height:48px;
    background:url(../images/logo.png) no-repeat left center;
}


.page_logo .right_nav{
    /*float:right;*/
    height:75px;
}

.page_logo .right_site{
    float:right;
    margin-left: 24px;
    color:#595757;
    width: 220px;
    position: relative;
}

.page_logo .right_site .r_link{
    float:right;
    margin-top: 28px;
}

.page_logo .right_site .r_link .alink{
    float:left;
    /*padding-left: 27px;*/
    margin-top: -4px;
}

.page_logo .right_site .r_link .line{
    float:left;
    margin: 0 12px;
    width:2px;
    height:17px;
    background: url(../images/img_4.png) no-repeat left center;
    margin-top: 2px;
}

.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{
    float: left;
    margin-top: 19.5px;
    height:34px;
    border: 1px solid #979797;
    border-radius: 17px;
    width:141px;
    background-color: #ffffff;
}

.page_logo .right_site .search .left_box{
    float: left;
    width: 90px;
    height: 34px;
    margin-left: 16px;
}

.page_logo .right_site .search .left_box .ser_input{
    border: none;
    width: 100%;
    height: 34px;
    color:#999999;
    outline:none;
    font-size: 16px;
}

.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_2.png) no-repeat center center;
    cursor: pointer;
}


/*  页面顶部nav导航区  */
.page_nav{
    /*float:left;*/
    margin-left: 40px;
    /*margin-right: 40px;*/
    height:75px;
	position: relative;
    z-index: 100;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    float:left;
    /*display: inline-block;*/
    height:75px;
    line-height:75px;
    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_arrow{
    display: none;
    width:9px;
    height:5px;
    background:url(../images/img_1.png) no-repeat;
    position: relative;
    left: 50%;
    bottom: 14px;
    margin-left: -4.5px;
}

.page_nav .column .bottom_arrow.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:20px;
    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 18px;*/
    width: 194px;
    color:#666666;
    font-weight: 600;
}

.page_nav .column a span.select{
    /*color:#0e64c5;*/
    color:#ffffff;
    background-color: #0e64c5;
}

.page_nav .column a span:hover {
    color:#ffffff;
    background-color: #0e64c5;
}


.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:75px;
    z-index: 1000;
}

.page_nav .column .subcolumn a{
    display:block;
    height:47px;
    line-height:47px;
    color:#ffffff;
    text-decoration:none;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 0px;
    background:url(../images/img_97.png);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "思源黑体 Normal",sans-serif;    
}

.page_nav .column .subcolumn a:hover{
    background:#0e64c5;
    filter:alpha(opacity=100);
    opacity: 1.0;
    color:#ffffff;
}


/* 首页通用标题 */
.general_title_homepage{
    width: 100%;
    text-align: center;
    transition: all 0.2s ease-in;
}

.general_title_homepage:hover {
    transform: translateY(-8px);
}

.general_title_homepage .title_chs{
    display: inline-block;
    font-size: 30px;
    text-decoration: none;
    /*height:33px;*/
    color:#000000;
    font-weight: 600;
    transition: all 0.25s ease-in;
}

.general_title_homepage .title_chs.t2{
    color: #ffffff;
}

.general_title_homepage .title_chs.t3{
    font-size: 30px;
}

.general_title_homepage .title_chs.transform_x:hover{
    transform: translateX(8px);
}

.general_title_homepage .title_chs.transform_y:hover{
    transform: translateY(-8px);
}

.general_title_homepage .title_chs a:hover{
    color: #ff5a03 !important;
}

.general_title_homepage .desc{
    width: 300px;
    margin: -3px auto 0;
    font-size: 20px;
    color:#c6c6c6;

    /* 现代浏览器 */
    opacity: 1;
    /* IE8及以下 */
    filter: alpha(opacity=100); /* 值为0-100 */
}

.general_title_homepage .desc.d2{
    color: #ffffff;
    
    /* 现代浏览器 */
    opacity: 0.3;
    /* IE8及以下 */
    filter: alpha(opacity=30); /* 值为0-100 */
}

.general_title_homepage .desc.d3{
    color: #b1b1b1;
}

.small_top_title{
    padding-top: 51px;
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color:#000000;
	font-weight:600;
    transition: all 0.25s ease-in;
    background: url(../images/img_82.jpg) no-repeat center bottom;
}

.small_top_title_2{
    width: 100%;
    height: 39px;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color:#000000;
    padding-top: 23px;
    font-weight:600;
}

/*  首页：关于奔创   */
.content_home_1 {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
}

.content_home_1 .bg_left_top{
    position: absolute;
    top: -133px;
    left: -175px;
    width: 633px;
    height: 394px;
    background: url(../images/img_12.png) no-repeat left top;
    z-index: -100;
}

.content_home_1 .bg_right_bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 547px;
    height: 533px;
    background: url(../images/img_13.png) no-repeat left top;
    z-index: -100;
}

.content_home_1 .bg_center_bottom{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 500px;
    background: url(../images/img_14.png) no-repeat left bottom;
    z-index: -100;
}

.content_home_1 .container {
    display: flex;
    justify-content: space-between;
    padding-top: 27px;
}

.content_home_1 .content {
    width: 690px;
}

.content_home_1 .content h2 {
    font-size: 24px;
    margin-bottom: 23px;
    transition: all 0.2s ease-in;
}

.content_home_1 .content h2:hover {
    transform: translateY(-7px);
}

.content_home_1 .content p {
    font-size: 16px;
    line-height: 28px;
    /*color:#555555;*/
    color: #757575;
    font-weight: 600;
    transition: all 0.2s ease-in;
}

.content_home_1 .content p:hover {
    transform: translateY(-7px);
}

.content_home_1 .content p .more{
    color:#0e64c5;
}

.content_home_1 .info-boxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: 51px;
}

.content_home_1 .info-box {
    text-align: center;
    width: 340px;    
    display: flex;
    flex-direction: row;
    margin-bottom: 31px;
}

.content_home_1 .info-box:hover{
    transition: all 0.2s ease-in;
}

.content_home_1 .info-box:hover{
    transform: translateX(8px);
}

.content_home_1 .info-box.mg_l{
    margin-left: 0px;
}

.content_home_1 .info-box .img{
    /*float:left;*/
    margin-right: 27px;
    width:61px;
}

.content_home_1 .info-box .img img {
    max-width: 61px;
    height: auto;
    margin-bottom: 0px;
    padding-top: 12px;
}

.content_home_1 .info-box .info-text{
    /*float: right;*/
    text-align: left;
}

.content_home_1 .info-box h3 {
    font-size: 16px;
    margin: 0;
    color:#020202;
}

.content_home_1 .info-box h3 .num{
    font-size: 28px;
    color:#0e64c5;
} 

.content_home_1 .info-box .p2 {
    font-size: 16px;
    margin-top: -4px;
}

.content_home_1 .info-box .p2.text{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.content_home_1 .image-section {
    width: 35%;
    position: relative;
}

.content_home_1 .image-section img {
    width: 100%;
    height: auto;
}

.content_home_1 .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 10px;
}

.content_home_1 .play-button img {
    width: 50px;
    height: 50px;
}


.content_home_1 .container .content_1_img{
    width: 609px;
    height: 377px;
    animation-duration: 1s;
    /* border: 1px solid #d5d5d5; */
    overflow: hidden;
}

.content_home_1 .container .content_1_img img{
    position: relative;
    width: 563px;
    height: 377px;
}


/*  首页：产品中心   */
.content_home_2 {
    width: 100%;
    height: 463px;
    padding-top: 9px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    background: url(../images/img_21.jpg) no-repeat;
}

.content_home_2 .container {
    width: 1428px;
    overflow: hidden; /* 清除浮动 */
    padding: 0px;
    box-sizing: border-box;
    margin-top: 18px;
}

.content_home_2 .module {
    width: 211px;
    height:341px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-right: 27px;
    overflow: hidden;
}

.content_home_2 .module img {
    width: 100%;
    height: auto;
    position: relative;
}

.content_home_2 .module h3 {
    color: #000000;
    position: relative;
    top: -93px;
    height: 68px;
    font-size: 20px;
    font-family: "思源黑体 Normal",sans-serif;
    font-weight: 500;
    background: url(../images/img_74.jpg) no-repeat center bottom;
    line-height: 25px;
    padding: 0 19px;
}


/*  首页：生产技术   */
.content_home_3 {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 28px;
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
}

.content_home_3 .container {
    display: block; /* 确保容器本身也是 inline-block */
    box-sizing: border-box;
    text-align: center;
    margin-top: 21px;
}

.content_home_3 .icon-item {
    display: inline-block;
    vertical-align: top; /* 确保垂直对齐 */
    margin: 0 73px;
    transition: all 0.3s ease-in;
}

.content_home_3 .icon-item:hover {
    transform: translateY(-10px);
}

.content_home_3 .icon {
    width: 271px;
    height: 271px;
    border-radius: 50%;
    position: relative;
    perspective: 1000px; /* 透视效果，创建3D空间 */
    /*overflow: hidden;*/
}

.content_home_3 .icon img {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
}

.content_home_3 .text {
    margin-top: 26px;
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.content_home_3 .bg_left_top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 504px;
    height: 456px;
    background: url(../images/img_25.png) no-repeat left top;
    z-index: 0;
}

.content_home_3 .bg_right_bottom{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 451px;
    height: 455px;
    background: url(../images/img_26.png) no-repeat left top;
    z-index: 0;
}


/*  首页：新闻中心   */
.content_home_4 {
    width: 100%;
    height: 590px;
    padding-top: 17px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    background: url(../images/img_30.jpg) no-repeat;
}

.content_home_4 .container {
    width: 1456px;
    box-sizing: border-box;
    text-align: left; 
    margin-top: 18px;
}

.content_home_4 .module {
    float: left;
    width: 430px;
    margin-right:55px;    
    transition: all 0.2s ease-in;
}

.content_home_4 .module:hover {
    transform: translateY(-9px);
}

.content_home_4 .module img {
    width: 100%;
    height: auto;
    display: block;
}

.content_home_4 .module .content {
    position: relative;
    height: 130px;
    padding: 0 20px;
    background-color: #ffffff;
}

.content_home_4 .module .content p.time {
    padding-top: 10px;
    font-size: 16px;
}

.content_home_4 .module .content p.title {
    margin-top: 5px;
    font-size: 20px;
    height: 60px;
    overflow: hidden;
    font-family: "思源黑体 Regular", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.content_home_4 .module .content .see_more {
    display: inline-block;
    font-size: 16px;
    color: #929292;
    position: absolute;
    right: 26px;
    bottom: 8px;
    background: url(../images/img_28.png)  no-repeat left center;
    padding-left: 25px;
}

.content_home_4 .more {
    margin-top: 23px;
    text-align: center;
}

.content_home_4 .more a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    width: 122px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ffffff;
    font-size: 16px;
}



/*  首页：加入奔创   */
.content_home_5 {
    width: 100%;
    height: 311px;
    padding-top: 17px;    
    position: relative;
    overflow: hidden;
    background: url(../images/img_34.jpg);
}

.content_home_5 .container {
    display: block; /* 确保容器本身也是 inline-block */
    box-sizing: border-box;
    text-align: center;
    margin-top: 13px;
}

.content_home_5 .icon-item {
    display: inline-block;
    vertical-align: top; /* 确保垂直对齐 */
    margin: 0 85px;
    transition: all 0.2s ease-in;
}

.content_home_5 .icon-item:hover {
    transform: translateY(-11px);
}

.content_home_5 .icon {
    width: 280px;
    height: 130px;
    border-radius: 50%;
    position: relative;
}

.content_home_5 .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content_home_5 .text {
    margin-top: 36px;
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}



/* 友情链接 */
.bottom_flink{
    margin:0 auto;
    line-height: 30px;
	color: #ffffff;
	padding:20px 0;
    background-color: #585858;
    font-size: 16px;
}

.bottom_flink .left_text{
    float: left;
    height:30px;    
}

.bottom_flink .right_link{
    float: right;
    width: 1345px;
    text-align: left;
}

.bottom_flink span.link{    
}

.bottom_flink a{
	text-decoration: none;
	color: #ffffff;
    font-size: 16px;
    font-family: "思源黑体 Normal",sans-serif;
    display: inline-block;
    transition: all 0.2s ease-in;
}

.bottom_flink a:hover {
    transform: translateY(-6px);
}

.bottom_flink .line{
    display: inline-block;
    margin:0 20px;
}


/* 页面底部 */
.page_footer{
    width: 100%;
    height: 174px; 
    background: url(../images/img_42.jpg) no-repeat center top;
    font-size: 16px;
    color: #ffffff;
}

.page_footer a{
    font-size: 16px;
    color: #ffffff;
}

.page_footer .left-side {
    float: left;
    margin-top: 15px;
}

.page_footer .right-side {
    float: right;
}

.page_footer .nav {
    margin-bottom: 11px;
}

.page_footer .nav a {
    color: #fff;
    text-decoration: none;    
    font-family: "思源黑体 Normal",sans-serif;
    margin-right: 20px;
    display: inline-block;
    transition: all 0.2s ease-in;
}

.page_footer .nav a:hover {
    transform: translateY(-6px);
}

.page_footer .content {
    overflow: hidden; /* 清除浮动 */
    max-width: 970px;    
}

.page_footer .content p{
    width:470px;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    word-wrap: break-word;
    word-break: break-all;
    font-family: "思源黑体 Normal",sans-serif;
}

.page_footer .content p.title{
    font-size: 16px;
}

.page_footer .shenzhen, .page_footer .meizhou, .page_footer .copyright {
    float: left;
    margin-right: 20px;
    text-align: left;
    transition: all 0.3s ease-in;
}

.page_footer .shenzhen:hover, .page_footer .meizhou:hover{
    transform: translateX(9px);
    color:#cacaca;
}

.page_footer .shenzhen:hover > p, .page_footer .meizhou:hover > p{
    color:#cfcfcf;
}

.page_footer .copyright{
    margin-top: 13px;    
    font-family: "思源黑体 Normal",sans-serif;
}

.page_footer .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.page_footer .location {
    background: url(../images/img_36.png) no-repeat left 2px center;
}

.page_footer .email {
    background: url(../images/img_37.png) no-repeat  left top 3px;
}

.page_footer .phone {
    background: url(../images/img_38.png) no-repeat;
}

.page_footer .right-side {
    float: right;
    text-align: center;
    margin-top: 10px;
}

.page_footer .right-side p{
    font-size: 16px;
    line-height: 17px;
    font-family: "思源黑体 Normal",sans-serif;
}

.page_footer .record{
    margin-left: 32px;
}

.page_footer .qrcode{
    transition: all 0.2s ease-in;
}

.page_footer .qrcode:hover {
    transform: translateY(-7px);
}

.page_footer .qrcode-douyin, .page_footer .qrcode-wechat {
    margin-left: 60px;
    float:left;
}

.page_footer .qrcode-douyin img, .page_footer .qrcode-wechat img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
}


/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 130px;
}

.out_div .banner_column .banner_column_box{
    margin: 0 auto;
    width:1200px;
    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: 38%;
    left: 677px;
    margin-top: 0;
    letter-spacing: 2px;
}

.banner_column .column_name .txt_chs,
.banner_column .column_name2 .txt_chs {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;

    filter:alpha(opacity=80);
    opacity: 0.8;
}

.banner_column .column_name .txt_eng,
.banner_column .column_name2 .txt_eng {
    font-size: 24px;
    color: #ffffff;
    /*width: 182px;*/
    text-align: right;
    margin-right: -46px;
}



/*  子栏目path路径区  */
.general_subcolumn_path{
    border-bottom:1px solid #ececec;
}

.column_path{
    float:left;
    height: 66px;
    line-height: 66px;
    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: #0f65c5;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#0f65c5;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 16px;
    color:#a0a0a0;
    font-family: "思源黑体 Normal",sans-serif;
}


.general_subcolumn_path .right_nav{
    float:right;
    margin-top: 21px;
}

.general_subcolumn_path .right_nav a {
    color: #6a6a6a;
    font-size: 16px;
    text-decoration: none;
    margin-left: 23px;    
    padding:3px 10px 3px 13px;
    border-radius: 5px;
    font-family: "思源黑体 Normal",sans-serif;
}

.general_subcolumn_path .right_nav.product a{
    margin-left: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.general_subcolumn_path .right_nav a.select{
    color:#ffffff;
    background:#0e64c5;
}


.general_subcolumn_path .right_nav a:hover{
    color:#ffffff;
    background:#0e64c5;
}


/* 内页顶部栏目 */
.basic_top_site{
    margin-top: 43px;
    padding-bottom: 20px;
}



/*  没有内容的区域  */
.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;
    font-family: "思源黑体 Normal",sans-serif;
}


/*  单页栏目的样式  */
.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: "思源黑体 Normal",sans-serif;
}

.article_content .content .in_content p{
    font-family: "思源黑体 Normal",sans-serif;
}

.article_content .content .in_content a{
    font-family: "思源黑体 Normal",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;
}



/*   列表页：一排4个图片   */
.content_list_four{
    width: 1428px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.content_list_four li{
    float:left;
    margin-right: 21px;
    margin-bottom: 16px;
    transition: all 0.2s ease-in;
}

.content_list_four li:hover {
    transform: translateY(-7px);
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:334px;
    height:223px;
    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;
	width: 100%;
}

.content_list_four li .title{
    width:316px;
    height:65px;
    line-height:65px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:20px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:600;
}



/*   列表页：一排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;
}

.content_list_four2 li.no_margin_right{
    margin-right:0;
}

.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: 1599px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.content_list_three li{
    float:left;
    margin-right: 198px;
    margin-bottom: 41px;
    transition: all 0.2s ease-in;
}

.content_list_three li:hover {
    transform: translateY(-10px);
}

.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:334px;
    height:288px;
    position: relative;
    overflow: hidden;
}

.content_list_three li .img{
    width:100%;
    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:334px;
    height:89px;
    line-height:70px;
    padding: 0;
    text-align:center;
    cursor: pointer;
    font-size:20px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color:#ffffff;
	font-weight:600;
}

.content_list_three li .title .t{
    background: url(../images/img_74.jpg) no-repeat center bottom;
    height: 66px;
}

.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;
}


/* 页面背景图 */
.basic_page_inside{
    position: relative;
}

.basic_page_inside .bg_left_top{
    position: absolute;
    top: 66px;
    left: 0;
    z-index: -100;
    width: 641px;
    height: 319px;
    background: url(../images/img_43.png) no-repeat;
}

.content_page{
    position: relative;
}

.content_page .middle{
    overflow: hidden;    
}

.content_page .bg_right_bottom_1{
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -100;
    width: 974px;
    height: 677px;
    background: url(../images/img_44.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_2{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 906px;
    background: url(../images/img_55.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_3{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 744px;
    background: url(../images/img_57.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_4{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 1237px;
    background: url(../images/img_59.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_5{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 597px;
    background: url(../images/img_64.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_6{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 523px;
    background: url(../images/img_66.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_7{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 419px;
    background: url(../images/img_67.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_8{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 815px;
    background: url(../images/img_68.png) no-repeat right bottom;
}

.content_page .bg_right_bottom_9{
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 1144px;
    background: url(../images/img_73.png) no-repeat right bottom;
}

/* 发展历程 */
.develop_history{
    width: 100%;
    height: 495px;
    padding-top: 90px;
    background: url(../images/img_48.jpg) no-repeat center top;
    filter:alpha(opacity=90);
    opacity: 0.9;
}

.timeline-container {
    width: 100%;
    height: 434px;
    padding-top: 61px;
    position: relative;
    background-color: #f2f3f4;
}

.timeline-container .middle_line{
    position: absolute;
    top: 268px;
    left: 0;
    width:100%;
    height: 1px;
    background-color: #c3c4c4;
    z-index: 0;
}

.timeline-container .timeline-header {
    text-align: center;
}

.timeline-container .timeline-header h2 {
    margin: 0;
    font-size: 38px;
}

.timeline-container .timeline-header p {
    margin: 0 0 20px;
    color: #b6b6b6;
    font-size: 24px;
}

.timeline-container .timeline-body {
    overflow: hidden;
    position: relative;
    height:342px;
    margin-top: 55px;
}

.timeline-container .timeline-content {
    width: 600%; /* 初始宽度，根据实际内容调整 */
    height: 280px;
    position: absolute;
    left: 0;
    top: 37px;
    transition: left 0.5s ease;    
}

.timeline-container .timeline-item {
    width: 245px; /* 每个item的宽度，根据实际需求调整 */
    float: left;
    text-align: left;
    padding-left: 105px;
}

.timeline-container .timeline-date {
    display: block;
    font-size: 24px;
    color: #0e64c5;
}

.timeline-container .circle{
    width: 30px;
    height: 30px;
    background: url(../images/img_45.png) no-repeat;
    margin-top: 10px;
}

.timeline-container .msg{
    color: #909090;
    font-size: 16px;
    margin-top: 8px;
    line-height: 28px;
	font-weight:600;
}

.timeline-container .timeline-nav {
    /*text-align: center;
    margin-top: 20px;*/
}

.timeline-container .timeline-nav .timeline-prev {
    /*padding: 10px 20px;
    margin: 0 10px;*/
    cursor: pointer;
    position: absolute;
    left: -81px;
    top: 244px;
    width: 49px;
    height: 49px;
    background: url(../images/img_46_grey.png) no-repeat;
    border:none;
}

.timeline-container .timeline-nav .timeline-prev:hover{
    background: url(../images/img_46_blue.png) no-repeat;
}

.timeline-container .timeline-nav .timeline-next {
    /*padding: 10px 20px;
    margin: 0 10px;*/
    cursor: pointer;
    position: absolute;
    right: -81px;
    top: 244px;
    width: 49px;
    height: 49px;
    background: url(../images/img_47_grey.png) no-repeat;
    border:none;
}

.timeline-container .timeline-nav .timeline-next:hover{
    background: url(../images/img_47_blue.png) no-repeat;
}



/* 产品分类二级页面 */
.content_list_product_second{
    padding-bottom: 48px;
}

.content_list_product_second .container {
    width: 1319px;
    margin-bottom: 30px;
    padding: 46px 0 75px 82px;
    overflow: hidden; /* 清除浮动 */
    background-color: #f4f4f4;
}

.content_list_product_second .image-container {
    float: left;
    width: 441px;
}

.content_list_product_second .image-container img {
    width: 100%;
    height: auto;
    transition: all 0.2s ease-in;
}

.content_list_product_second .image-container img:hover {
    transform: translateY(-10px);
}

.content_list_product_second .info-container {
    float: right;
    width: 828px; /* 留出一些间距 */
    padding: 0;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
}

.content_list_product_second .info-container:hover {
    transform: translateY(-10px);
}

.content_list_product_second .info-container h3 {
    margin-top: 0;
    font-size: 24px;
    margin-top: 10px;  
    margin-bottom: 15px;
}

.content_list_product_second .info-container .attr {
    margin: 0px 0 8px;
    float: left;
    width: 400px;
    line-height: 33px;
    font-size: 20px;
    vertical-align: top;
    font-family: "思源黑体 Normal",sans-serif;
	margin-right: 12px;
}

.content_list_product_second .info-container .attr .value{
    display: inline-block;
    vertical-align: top;
}

.content_list_product_second .info-container .more {
    clear:both;
    color: #0e64c5;
    border: 1px solid #0e64c5;
    cursor: pointer;
    border-radius: 14.5px;
    width: 115px;
    height: 29px;
    line-height:29px;
    font-size: 14px;
    margin-top: 66px;
    text-align:center;
    font-family: "思源黑体 Normal",sans-serif;
}

.content_list_product_second .info-container .more:hover {
    background-color: #0e64c5;
    color:#ffffff;
}


/* 产品详情页面 */
.product_detail_alink{
    height: 51px;
    line-height: 52px;
    float: right;
}

.product_detail_alink a{
    display: inline-block;
    margin-left: 22px;
    padding-left: 23px;
}

.product_detail_alink .link_prev{
    background: url(../images/img_77.png) no-repeat left center;
}

.product_detail_alink .link_next{
    background: url(../images/img_78.png) no-repeat left center;
}

.product_detail_alink .link_return{
    background: url(../images/img_79.png) no-repeat left center;
}

.out_product_detail{
    padding-bottom: 77px;
}

.content_product_detail{
    padding-bottom: 93px;
    background-color: #f4f4f4;
    clear: both;
}

.content_product_detail .container {
    width: 1319px;
    padding: 86px 0 59px 79px;
    overflow: hidden; /* 清除浮动 */
}

/*
.content_product_detail .image-container {
    float: left;
    width: 441px;
}

.content_product_detail .image-container img {
    width: 100%;
    height: auto;
}
*/


.content_product_detail .image-container{
    float: left;
    position: relative;
    width: 606px;
    height: 404px;
    display: table;
}

.content_product_detail .image-container .image-slider {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 610px;
    height: 404px;
    background-color: white;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	border: 1px solid #cccccc;
	cursor:pointer;
}

.content_product_detail .image-container .slider-image {
    max-width: 100%;
    max-height: 100%;
    /*opacity: 0;*/
	display:none;
    transition: opacity 0.5s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content_product_detail .image-container .slider-image:first-child {
    /*opacity: 1;*/
	display:block;
}

.content_product_detail .image-container .slider-dots {
    position: absolute;
    bottom: 13px;
    right: 22px;
    /*transform: translateX(-50%);*/
}

.content_product_detail .image-container .slider-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.content_product_detail .image-container .slider-dots span.active {
    background-color: #007bff;
}




.content_product_detail .info-container {
    float: right;
    width: 590px; /* 留出一些间距 */
    padding: 0;
    box-sizing: border-box;
    margin-right: 77px;
}

.content_product_detail .info-container h3 {
    display: inline-block;
    margin-top: 0;
    font-size: 20px;
    margin-top: 3px;  
    margin-bottom: 15px;
    font-size: 28px;
    border-bottom: 2px solid #0e64c5;
    height: 38px;
}

.content_product_detail .info-container p {
    margin: 0px 0;
    width: 100%;
    line-height: 33px;
    font-size: 20px;
    font-size: 16px;
    filter:alpha(opacity=70);
    opacity: 0.7;
	font-weight:600;
	color:#565656;
}


.content_product_detail .table-container {
    width: 1245px;
    margin: 0 auto;
    font-size: 16px;
}

.content_product_detail .table-container .row {
    display: block;
    width: 100%;
    /*height: 49px;*/
    line-height: 49px;
    font-family: "思源黑体 Normal",sans-serif;
}

.content_product_detail .table-container .cell {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.content_product_detail .table-container .index {
    padding-left: 28px;
    width: 129px;
    text-align: center;
}

.content_product_detail .table-container .description {
    width: 300px;
}

.content_product_detail .table-container .value {
    width: 783px;
}

.content_product_detail .table-container .row:last-child {
    border-bottom: none;
}

.table-container .row:nth-child(odd) {
    background-color: #ffffff;
}


/* 制程能力资料下载 */
.data_download{
    margin: 0 auto;
    width: 334px;
    height: 73px;
    line-height: 70px;
    color: #ffffff;
    font-size: 32px;
    border-radius: 36.5px;
    background: #0667bd url(../images/img_58.png) no-repeat right 52px top 20px;
    padding-left: 64px;
    font-family: "思源黑体 Normal",sans-serif;
}



/* 新闻列表：第1种 */
.content_news_list{
    margin:0 auto;
    padding-top: 5px;
    padding-bottom: 30px;
}

.content_news_list .list_news{
    margin-top: 19px;
}

.content_news_list .list_news li{
    padding: 0;
}

.content_news_list .list_news li:hover{
    background-color: #0e64c5;
    color:#ffffff;
}

.content_news_list .list_news li:hover > a .in_box .right .title{
    color:#ffffff;
}

.content_news_list .list_news li:hover > a .in_box .right .time{
    color:#ffffff;
}

.content_news_list .list_news li:hover > a .in_box .right .msg{
    color:#ffffff;
}

.content_news_list .list_news li:hover > a .in_box .right .detail{
    color:#ffffff;
}

.content_news_list .list_news li .in_box{
    margin: 0 auto;
    width:1205px;
    border-bottom: 1px solid #dddddd;
    padding: 29px 0;
}

.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: 873px;
    float: right;
    margin-right: 5px;
}

.content_news_list .list_news .right .title{
    margin-top: 0px;
    font-size: 20px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#333333;
	font-weight:600;
}

.content_news_list .list_news .right .msg{
    margin-top: 26px;
    line-height: 28px;
    max-height: 52px;
    color: #a9a9a9;
    font-size: 16px;
    overflow: hidden;
	font-weight:600;
}

.content_news_list .list_news .right .time{
    font-size: 16px;
    height: 20px;
    color: #010101;
    margin-top: 10px;
	font-weight:600;
}

.content_news_list .list_news .right .detail{
    font-size: 16px;
    height: 20px;
    color: #0e64c5;
    margin-top: 23px;
}



/*  新闻详情页 的样式  */
.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: 94%;
    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;
    font-family: "思源黑体 Normal",sans-serif;
}
/*
.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;
    font-family: "思源黑体 Normal",sans-serif;
}

.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;
    font-family: "思源黑体 Normal",sans-serif;
}

.article_content .content .in_content p{
    font-family: "思源黑体 Normal",sans-serif;
}

.article_content .content .in_content a{
    font-family: "思源黑体 Normal",sans-serif;
}

.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;
    padding-bottom:30px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
}

.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{
    height: 30px;
    line-height: 30px;
    border:none;
    border-radius: 2px;
    /*margin-left: 6px;*/
    display: inline-block;
    font-size: 20px;
    color: #8a8a8a;
    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;
    font-size: 20px;
}

.article_content .content_bottom .news_line .title a{
    /*max-width: 480px;*/
    max-width: 880px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#000000;
    font-size: 20px;
    font-family: "思源黑体 Normal",sans-serif;    
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}

.article_content .return_top{
    margin:0 auto;
    margin-top: 50px;
    width: 152px;
    height: 49px;
    line-height: 49px;
    border: 2px solid #0e64c5;
    color:#0e64c5;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}



/* 职位招聘 */
.content_jobs_recruit {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 72px;
    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: 0;
    width: 1280px;
}

.content_jobs_recruit .middle_site .head{
    height:40px;
    line-height: 40px;
    background-color:#0e64c5;
    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: #0e64c5;
    color:#ffffff;
    filter:alpha(opacity=60);
    opacity: 0.6;
}

.content_jobs_recruit .middle_site .list .light{
    background-color: #f7f9fb;
}

.content_jobs_recruit .middle_site .list .light:hover{
    background-color: #0e64c5;
    color:#ffffff;
    filter:alpha(opacity=60);
    opacity: 0.6;
}

.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_81.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 .d8:hover{
    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;
    background-color: #ffffff;
}

.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-color: #0e64c5;
    text-align: center;
    font-size: 16px;
    color:#ffffff;
    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: 108px;
    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: #4b93e6;
    box-shadow: 0 0 5px 2px #4b93e6;
}


/*  联系我们  */
.content_lxfs_out{
    margin:0 auto;
    margin-top: 35px;
    padding-bottom: 0px;
    width:1401px;
    background-color: #ffffff;
}

.content_lxfs .map_site{
    height: 415px;
    margin-bottom: 41px;
    background-color: #f8f8f8;
}

.content_lxfs .map_site .map{
    float: left;
    width: 799px;
    height:415px;
    /*box-shadow: 0px 0px 6px 4px #dfdfdf;*/
}

.content_lxfs .map_site .right_info{
    float: right;
    width: 556px;
}

.content_lxfs .map_site .right_info .title{
    font-size: 24px;
    color: #000000;
    margin-top: 151px;
    margin-bottom: 40px;
	font-weight:600;
}

.content_lxfs .map_site .right_info .msg{
    font-size: 16px;
    color: #000000;
    margin-bottom: 7px;
    filter:alpha(opacity=70);
    opacity: 0.7;
    padding-left: 29px;
	font-weight:600;
    word-wrap: break-word;
    word-break: break-all;
}

.content_lxfs .map_site .right_info .msg.addr{
    background: url("../images/img_69.png") no-repeat left 2px center;
}

.content_lxfs .map_site .right_info .msg.email{
    background: url("../images/img_70.png") no-repeat left center;
}

.content_lxfs .map_site .right_info .msg.phone{
    background: url("../images/img_71.png") no-repeat left center;
}



/*  咨询留言   */
.content_zxly_out{
    margin:0 auto;
    margin-top: 0;
    width:1401px;
    padding: 0px;
    padding-bottom: 33px;
    background-color: #ffffff;
}

.content_zxly{
    width:100%;
    padding-bottom:20px;
}

.content_zxly .title{
    font-size: 36px;
    text-align: center;
    color:#000000;
}

.content_page_zxly{
    margin: 42px auto;
    height:100%;
    width:970px;
}

.content_page_zxly table tr{
    height: 55px;
}

.content_page_zxly table tr.tr_area{
    height:180px;
}

.content_page_zxly table .key{
    width:145px;
    text-align:right;
    color:#000000;
    font-size:14px;
    font-family: "思源黑体 Normal",sans-serif;
    padding-right: 8px;
}

.content_page_zxly table .value{
    width:560px;
    font-family: "思源黑体 Normal",sans-serif;
}


.content_page_zxly table .value .text{
    width:533px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    background-color:#fbfbfb;
    font-family: "思源黑体 Normal",sans-serif;
}

.content_page_zxly table .value .text:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .text_1{
    float: left;
    width:393px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:12px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text_1:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .code_img{
    float: left;
    margin-left: 10px;
    width:130px;
    height:38px;
}

.content_page_zxly table .value .textarea{
    float:left;
    width:533px;
    height:150px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    line-height: 30px;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .textarea:hover{
    background-color: #f3f3f3;
}


.content_page_zxly table .value .red{
    color:#ff0000;
}

.content_page_zxly table .value .red_div{
    float:left;
    color:#ff0000;
    margin-left:4px;
}

.content_page_zxly table .value input:focus,
.content_page_zxly table .value textarea:focus {
    /*border-color: #95c8f1;
    box-shadow: 0 0 7px 1px #00ccff;*/
    border-color: #0e64c5;
    box-shadow: 0 0 5px 2px #0e64c5;
}

.content_page_zxly table .value .sub{
    width: 140px;
    height: 40px;
    /*background-color: #399fff;*/
    background-color: #0e64c5;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border:0;
    letter-spacing:1px;
    text-align:center;
    margin-top: 12px;
    border-radius: 2px;
    font-family: "思源黑体 Normal",sans-serif;
}

.content_page_zxly table .msg{
    padding-left: 10px;
    color:#898989;
    font-family: "思源黑体 Normal",sans-serif;
}


/* 搜索页面新闻列表 */
.right_news .general_news{
    background-color: #ffffff;
    margin-bottom: 60px;
    border: 1px solid #dcdcdc;
    border-top: 6px solid #0e64c5;
}

.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: #0e64c5;
    border-bottom: 2px solid #0e64c5;
    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_98.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;
    font-family: "思源黑体 Normal",sans-serif;    
}

.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;
}






















































