
/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/


/*  清除浮动的方法 第4种方法  */
XXXX::after{
    /* 设置添加的子元素的内容为空 */
    content: "";
    /* 设置添加的子元素为块级元素 */
    display: block;
    /* 设置添加的子元素的高度为0 */
    height: 0;
    /* 设置添加的子元素看不见 */
    visibility: hidden;
    /* 给添加的子元素设置clear: both; */
    clear: both;
}
XXXX{
    /*兼容IE6*/
    *zoom:1;
}

/*---------------------------------------------------------*/

/*  清除浮动的方法 第5种方法  */
XXXX{
........
........
    /* 超出隐藏 */
overflow: hidden;
    /* 兼容IE6 */
    *zoom:1;
}

/*---------------------------------------------------------*/

.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;
}

.font_bold{
    font-weight: bold;
}

.float_left{
    float:left;
}

.float_right{
    float:right;
}

.text_align_center{
    text-align: center;
}

.text_align_right{
    text-align: right;
}

.no_margin_top{
    margin-top: 0 !important;
}

.no_margin_right{
    margin-right: 0 !important;
}

.no_border{
    border: none !important;
}

.no_border_right{
    border-right: none !important;
}

.no_padding_top{
    padding-top: 0 !important;
}

.color_004ea2{
    color:#004ea2 !important;
}

.color_de5c23{
    color:#de5c23 !important;
}

.bg_f1f1f1{
    background-color: #f1f1f1;
}

.bg_f0f0f0{
    background-color: #f0f0f0;
}

.bg_cccccc{
    background-color: #cccccc !important;
}

.bg_2d2e32{
    background-color: #2d2e32 !important;
}

.mg_top_10{
    margin-top: 10px !important;
}

.mg_top_35{
    margin-top: 35px !important;
}

.mg_bottom_30{
    margin-bottom: 30px !important;
}

.mg_bottom_53{
    margin-bottom: 53px !important;
}

.pd_top_30{
    padding-top: 30px !important;
}

.border_bottom_2{
    border-bottom:2px solid #ffffff;
}

.width_100{
    width: 100% !important;
    max-width:100% !important;
}

.width_190{
    width: 190px !important;
}

.height_190{
    height: 190px !important;
}

.position_relative{
    position: relative;
}

.overflow_visible{
    overflow:visible !important;
}

.overflow_hidden{
    overflow:hidden !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}


/*  设置 页面中的视频 居中显示！  */
.news_player_class{
	margin:0 auto;
}


/*  顶部top区  */
.page_top{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color:#818181;
    font-size: 14px;
    background-color: #f0f0f0;
}

.page_top .left_site{
    float:left;
    margin-left:42px;
}

.page_top .left_site div{
    display: inline-block;
}

.page_top .left_site .telephone{
    margin-left:8px;
}

.page_top .right_site{
    float:right;
    margin-right:42px;
}

.page_top .right_site .alink{
    float:left;
    border-left: 1px solid #cccccc;
    padding:0 40px;
}

.page_top .right_site .alink a{
    color:#818181;
}

.page_top .right_site .alink a:hover{
    color:#de5c23;
}

.page_top .right_site .other_link{
    float:left;
    height:45px;
    border-left: 1px solid #cccccc;
    padding-left:34px;
}

.page_top .right_site .other_link a{
    float:left;
    margin-top: 12px;
    margin-right:18px;
    width:20px;
    height:20px;
}

.page_top .right_site .other_link a.bg1{
    background: url(../../images/img_1.png) no-repeat;
}

.page_top .right_site .other_link a.bg2{
    background: url(../../images/img_2.png) no-repeat;
}

.page_top .right_site .other_link a.bg3{
    background: url(../../images/img_3.png) no-repeat;
}



/***** 顶部top区域 ***********/
.out_div .page_nav_out{
    width: 100%;
    height:108px;
    font-size:14px;
    background-color: #ffffff;
}

.out_div .page_nav_out .left{
    float:left;
    width:114px;
    height: 108px;
    background: url(../../images/logo.png) no-repeat;
}

/*  页面顶部导航区  */
.out_div .page_nav_out .page_nav{
    float: right;
    height:108px;
    line-height:108px;
}

.out_div .page_nav_out .page_nav ul{
    width:100%;
}

.out_div .page_nav_out .page_nav .column{
    height:108px;
    float:left;
    position:relative;
}

.out_div .page_nav_out .page_nav .column .alink{
    color:#000000;
    font-size:14px;
    width:100%;
    height:100%;
    display:inline-block;
    text-decoration:none;
}

.out_div .page_nav_out .page_nav .column a span{
    display:inline-block;
    margin-left:32px;
    margin-right:32px;
}

.out_div .page_nav_out .page_nav .column .subcolumn{
    width:100%;
    display:none;
    position:absolute;
    left:0;
    top:108px;
    z-index: 10;
}

.out_div .page_nav_out .page_nav .column .subcolumn a{
    display:block;
    padding:0 10px;
    height:47px;
    line-height:47px;
    text-align:center;
    color:#000000;
    background-color:#f3f3f3;
    text-decoration:none;
    overflow: hidden;
    filter:alpha(opacity=85);
    opacity: 0.85;
    font-size: 12px;
    letter-spacing: -0.5px;
}

.out_div .page_nav_out .page_nav .column .subcolumn a:hover{
    filter:alpha(opacity=100);
    opacity: 1.00;
    background-color: #ffffff;
    color:#dd5d23;
}

.page_nav .column .line{
    width: 100%;
    height: 3px;
    background-color: #dd5d23;
    margin-top: 10px;
    position: absolute;
    bottom:0;
    left: 0;
    display:none;
}

.page_nav .column .line.show{
    display:block;
}

/* 首页通用标题 */
.general_homepage_title{
    position: absolute;
    left:-18px;
}

.general_homepage_title .title_chs{
    padding-left: 18px;
    font-size: 32px;
    background: url(../../images/img_5.png) no-repeat left 21px;
}

.general_homepage_title .title_eng{
    padding-left: 41px;
    background: url(../../images/img_6.png) no-repeat left 18px center;
    /*color:#2d2e32;*/
    font-size: 32px;
}

.general_homepage_title .title_eng.grey{
    background: url(../../images/img_6_grey.png) no-repeat left 18px center;
}

.general_homepage_line{
    position:absolute;
    top:82px;
    left:-100px;
}

.general_homepage_line .small_line{
    margin-top: 1px;
    background-color:#f0f0f0;
    width:100px;
    height:1px;
    float:left;
}

.general_homepage_line .small_box{
    width:18px;
    height:3px;
    background-color:#f0f0f0;
    float:left;
}

/* 首页more */
.general_homepage_more{
    float: right;
    margin-top: 28px;
    width:61px;
    height:27px;
    line-height: 27px;
    padding-right: 91px;
    font-size: 20px;
    font-weight: bold;
    color:#de5c23;
    background: url(../../images/img_19.png) no-repeat right center;
    transition: all  0.15s  ease-in;
}

.general_homepage_more:hover{
    transform: translateY(-5px);
}

/* 底部区域 */
.page_bottom{
    position: relative;
    height:261px;
}

.page_bottom .site1{
    /*width:295px;    */
    width:360px;
}

.page_bottom .site2{
    /*width:440px;*/
    width:500px;
    margin-top: 29px;
}

.page_bottom .site3{
    width:400px;
}

.page_bottom .site4{
    width:140px;
}

.page_bottom .left_site{
    padding-top: 49px;
    padding-bottom:43px;
    float: left;
}

.page_bottom .left_site .title_name{
    font-size: 22px;
    color:#696969;
    letter-spacing: -1px;
}

.page_bottom .left_site .office .office_name{
    font-size: 18px;
    color:#696969;
    margin-top: 18px;
 }

.page_bottom .left_site .office .office_msg{
    /*margin-left:19px;*/
    margin-left:0;
    /*margin-top:24px;*/
    margin-top:14px;
    font-size: 13px;
    color:#696969;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    line-height: 20px;
}

.page_bottom .vertical_line{
    width:1px;
    height:100%;
    float:left;
    margin-left: 10px;
    margin-right:10px;
}

.page_bottom .vertical_line.grey{
    background-color:#cfcfcf;
}

.page_bottom .site3 .search_box{
    margin-top: 10px;
}

.page_bottom .site3 .search_box .text{
    color:#696969;
}

.page_bottom .site3 .search_box .search_line{
    padding-left: 3px;
    margin-top: 6px;
}

.page_bottom .site3 .search_box .search_line .ser_input{
    float: left;
    width: 310px;
    height: 49px;
    line-height: 49px;
    border:1px solid #f0f0f0;
    border-right:none;
    padding-left: 10px;
}

.page_bottom .site3 .search_box .search_line .ser_input:focus{
    border:1px solid #de5c23;
    border-right:none;
}

.page_bottom .site3 .search_box .search_line .icon{
    float: left;
    width: 75px;
    height: 51px;
    background: url(../../images/img_33.png) #de5c23 no-repeat center center;
    border:none;
    cursor:pointer;
    box-sizing:content-box;
}


.page_bottom .site3 .search_box .other_link{
    float:left;
    margin-top: 12px;
    margin-left:6px;
}

.page_bottom .site3 .search_box .other_link a{
    float:left;
    margin-top: 12px;
    margin-right:18px;
    width:34px;
    height:35px;
}

.page_bottom .site3 .search_box .other_link a.bg1{
    background: url(../../images/img_30.png) no-repeat;
}

.page_bottom .site3 .search_box .other_link a.bg2{
    background: url(../../images/img_31.png) no-repeat;
}

.page_bottom .site3 .search_box .other_link a.bg3{
    background: url(../../images/img_32.png) no-repeat;
}

.page_bottom .site4 .img{
    margin-top: 0;
    width: 132px;
    height: 131px;
}

.page_bottom .site4 .img img{
    width: 100%;
    height: 100%;
}

.page_bottom .site4 .title{
    margin-top: 20px;
    width:132px;
    text-align: center;
    font-size: 13px;
    color:#696969;
}


/*  页面footer区   */
.page_footer{
    width: 100%;
    height: 62px;
    line-height: 62px;
    color:#ffffff;
    text-align: center;
}

.page_footer a{
    color:#ffffff;
}

.page_footer .left{
    float: left;
    margin-left: 45px;
}

.page_footer .right{
    float: right;
    margin-right: 45px;
}


/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 350px;
    border-bottom: 5px solid #de5c23;
}

.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: 50%;
    left: 32.8%;
    margin-top: -43px;
}

.banner_column .column_name .txt_chs,
.banner_column .column_name2 .txt_chs {
    font-size: 42px;
    color: #352626;
}

.banner_column .column_name .txt_eng,
.banner_column .column_name2 .txt_eng {
    font-size: 24px;
    color: #352626;
    /*width: 182px;*/
    text-align: right;
}


/*  子栏目path路径区  */
.column_path{
    width:100%;
    height: 52px;
    line-height: 52px;
    text-align: right;
    background-color: #f7f7f7;
}

.column_path .img{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/img_34.png) no-repeat center center;
    position: relative;
    top: 4px;
}

.column_path .current_column{
    color: #de5c23;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#de5c23;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 14px;
    color:#919191;
}

/*  关于我们：通用标题  */
.general_secondpage_title{
    height:45px;
    background:url(../../images/img_36.jpg) no-repeat left bottom;
    transition: all  0.15s  ease-in;
}

.general_secondpage_title:hover{
    transform: translateX(5px);
}

.general_secondpage_title .title_chs{
    float: left;
    font-size: 24px;
    color:#2d2e32;
}

.general_secondpage_title .title_eng{
    float: left;
    font-size: 16px;
    color:#9a9a9a;
    margin-top: 13px;
    margin-left: 11px;
}


/*  内页通用标题  */
.general_title{
    width: 100%;
    text-align: center;
    padding-top: 14px;
    padding-bottom:30px;
}

.general_title .title_chs{
    display: inline-block;
    height: 45px;
    background: url(../../images/img_40.png) no-repeat center bottom;
    font-size: 24px;
    color:#2d2e32;
}

.general_title .title_eng{
    display: inline-block;
    margin-top: 7px;
    font-size: 16px;
    color:#9a9a9a;
}

.general_sub_title{
    width:100%;
    text-align: center;
    padding-bottom: 20px;
}

.general_sub_title li{
    display: inline-block;
    padding:0 10px;
    font-size: 16px;
    cursor: pointer;
}

.general_sub_title .line{
    display: inline-block;
    width:1px;
    height:21px;
    background-color:#cccccc;
    position: relative;
    top: 5px;
}

.general_sub_title li.select{
    color:#de5c23;
}

.general_sub_title li:hover{
    color:#de5c23;
}



/*  单页栏目页的公共标题  */
.general_title_column{
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 40px;
}

.general_title_column .title{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    color:#27a9e5;
}

.general_title_column .title .left_line{
    position: absolute;
    top:50%;
    left:-63px;
    width: 33px;
    height:2px;
    background-color: #b7b7b7;
}

.general_title_column .title .right_line{
    position: absolute;
    top:50%;
    right:-63px;
    width: 33px;
    height:2px;
    background-color: #b7b7b7;
}


/*  联系方式  */
.content_lxfs{
    margin-top:10px;
    margin-left: 84px;
    margin-bottom: 80px;
}

.content_lxfs .map{
    width: 955px;
    height: 360px;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 6px 4px #dfdfdf;
    background-color: #cdcdcd;
    margin-left: 25px;
}

.content_lxfs .right{
    width: 100%;
    margin-right: 14px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.content_lxfs .right2{
    width: 100%;
    margin-right: 14px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.content_lxfs .company_msg{
    line-height: 37px;
    font-size: 15px;
    color:#2d2b2b;
    word-break:break-all;
}

.content_lxfs .company_msg .office_name{
    font-size: 18px;
    font-weight: bold;
    color: #696969;
    margin-top: 18px;
}

.content_lxfs .company_msg .office_msg{
    margin-left: 25px;
}

.content_lxfs .company_msg .contacts{
    float:left;
    margin-right: 45px;
}

/* 分隔线 */
.separator_line {
    height: 10px;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}


















































































