
/* 兼容 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_c7000a{
    color:#c7000a !important;
}

.color_4b4c4d{
    color:#4b4c4d !important;
}

.color_ffffff{
    color:#ffffff !important;
}

.bg_f1f1f1{
    background-color: #f1f1f1;
}

.bg_f0f0f0{
    background-color: #f0f0f0;
}

.bg_cccccc{
    background-color: #cccccc !important;
}

.bg_f6f6f6{
    background-color: #f6f6f6 !important;
}

.bg_c7000a{
    background-color: #c7000a !important;
}

.mg_top_10{
    margin-top: 10px !important;
}

.mg_top_15{
    margin-top: 15px !important;
}

.mg_top_35{
    margin-top: 35px !important;
}

.mg_right_31{
    margin-right: 31px !important;
}

.mg_right_45{
    margin-right: 45px !important;
}

.mg_bottom_30{
    margin-bottom: 30px !important;
}


.mg_bottom_53{
    margin-bottom: 53px !important;
}

.pd_top_30{
    padding-top: 30px !important;
}

.pd_bottom_53{
    padding-bottom: 53px !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{
    height: 45px;
    line-height: 45px;
    color:#818181;
    font-size: 14px;
    border:1px solid #ebebeb;
}

.page_top .left_site{
    float:left;
    margin-left:42px;
}

.page_top .left_site div{
    display: inline-block;
}

.page_top .left_site .top_slogan{
    padding-left:19px;
    background: url(../../images/img_1.jpg) no-repeat left center;
    color:#818181;
}

.page_top .left_site .telephone{
    margin-left:8px;
}

.page_top .left_site .telephone span{
    color:#c7000a;
}

.page_top .right_site{
    float:right;
    margin-right:42px;
}

.page_top .right_site .alink{
    float:left;
    border-left: 1px solid #f6f6f6;
    padding:0 40px;
}

.page_top .right_site .alink a{
    color:#999999;
}

.page_top .right_site .alink a:hover{
    color:#de5c23;
}

.page_top .right_site .other_link{
    float:left;
    height:45px;
    border-left: 1px solid #f6f6f6;
    padding-left:34px;
}

.page_top .right_site .other_link a{
    float:left;
    margin-top: 12px;
    margin-right:18px;
    width:20px;
    height:20px;
    border-radius: 11px;
}

.page_top .right_site .other_link a.bg1{
    background:#b5b5b5 url(../../images/img_2.png) no-repeat center center;
}

.page_top .right_site .other_link a.bg1:hover{
    background-color: #c7000a;
}

.page_top .right_site .other_link a.bg2{
    background:#b5b5b5 url(../../images/img_4.png) no-repeat center center;
}

.page_top .right_site .other_link a.bg2:hover{
    background-color: #c7000a;
}

.page_top .right_site .other_link a.bg3{
    background:#b5b5b5 url(../../images/img_3.png) no-repeat center center;
    margin-right:0;
}

.page_top .right_site .other_link a.bg3:hover{
    background-color: #c7000a;
}

.page_top .right_site .other_link .wechat{
    position: relative;
}

.page_top .right_site .other_link .wechat:hover > .phone_qrimg{
    display: block !important;
}

.page_top .right_site .other_link .phone_qrimg{
    z-index:1000;
    position: absolute;
    top: 46px;
    right: -80px;
    display: none;
}

.page_top .right_site .other_link .phone_qrimg .big_img2{
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    border: 1px solid #cccccc;
}

.page_top .right_site .other_link .phone_qrimg .big_img2 .msg{
    font-size: 13px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
    margin-bottom:3px;
}

.page_top .right_site .other_link .phone_qrimg .big_img2 .er_img{
    width: 148px;
    height: 148px;

}

.page_top .right_site .other_link .phone_qrimg .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}



/***** 顶部logo,nav区域 ***********/
.out_div .page_nav_out{
    width: 100%;
    height:111px;
    font-size:14px;
    background-color: #ffffff;
}

.out_div .page_nav_out .left{
    float:left;
    width:415px;
    height: 111px;
    background: url(../../images/logo.png) no-repeat;
}

/*  页面顶部nav导航区  */
.out_div .page_nav_out .page_nav{
    float: right;
    height:111px;
    line-height:111px;
}

.out_div .page_nav_out .page_nav ul{
    width:100%;
}

.out_div .page_nav_out .page_nav .column{
    height:111px;
    float:left;
    position:relative;
}

.out_div .page_nav_out .page_nav .column:hover{
    background: #c7000a;
    color:#ffffff;
}

.out_div .page_nav_out .page_nav .column:hover > .alink{
    color:#ffffff;
}

.out_div .page_nav_out .page_nav .column .alink{
    color:#000000;
    font-size:16px;
    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:14px;
    margin-right:14px;
}

.out_div .page_nav_out .page_nav .column .subcolumn{
    width:100%;
    display:none;
    position:absolute;
    left:0;
    top:111px;
    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:#ffffff;
    background-color:#c7000a;
    text-decoration:none;
    overflow: hidden;
    filter:alpha(opacity=80);
    opacity: 0.80;
    border-bottom: 1px solid #eeeeee;
}

.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: #900007;
    margin-top: 10px;
    position: absolute;
    bottom:0;
    left: 0;
    display:none;
}

.page_nav .column .line.show{
    display:block;
}


/* 首页通用标题 */
.general_title_homepage{
    width: 100%;
    text-align: center;
}

.general_title_homepage .title_name{
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
}

.general_title_homepage .title_name a:hover{
    color: #ff5a03 !important;
}

.general_title_homepage .msg{
    text-align: center;
    line-height:13px;
}

.general_title_homepage .msg .txt{
    display: inline-block;
    margin:0 10px;
    margin-top: 2px;
    font-size: 14px;
    color:#bfbfbf;
}

.general_title_homepage .msg .line{
    display: inline-block;
    width:120px;
    height: 1px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
}

.general_title_homepage .text{
    margin-top: 10px;
    font-size: 16px;
    color:#999999;
}


/*  页面底部  */
.page_bottom{
    position: relative;
    height:321px;
    background-color: #252525;
}

.page_bottom .first_line{
    height:59px;
    line-height: 59px;
    border-bottom:1px solid #3d3d3d;
}

.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:7px;
    margin-top: 29px;
    background-color: #5e5e5e;
}

.page_bottom .first_line .cate_line li:hover{
    color:#de5c23;
}


.page_bottom .first_line .icons{
    padding-left:17px;
    float: right;
    margin-right: 45px;
}

.page_bottom .first_line .icons .qq{
    float:left;
    width: 14px;
    height: 14px;
    background: url(../../images/img_29.png) no-repeat;
    margin-top: 24px;
}

.page_bottom .first_line .icons .wechat{
    float:left;
    width: 16px;
    height: 14px;
    background: url(../../images/img_30.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: -30px;
    display: none;
}

.page_bottom .first_line .icons .wechat .phone_qrimg .big_img2{
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 14px 5px 5px;
    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:3px;
}

.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:260px;
}

.page_bottom .bottom .left_site{
    float:left;
    width:50%;
    height:100%;
}

.page_bottom .bottom .left{
    float: left;
    width:57.7%;
    height:100%;
    border-right:1px solid #363636;
}

.page_bottom .bottom .left .box{
    width:370px;
    margin: 0 auto;
    padding-top:73px;
}

.page_bottom .bottom .left .box .qrcode{
    float: left;
    width:96px;
    height:97px;
}

.page_bottom .bottom .left .box .qrcode img{
    width: 100%;
    height: 100%;
}

.page_bottom .bottom .left .box .icon_phone{
    float:left;
    margin-left: 35px;
    width:37px;
    height:62px;
    background:url(../../images/img_26.png) no-repeat;
}

.page_bottom .bottom .left .box .phone_box{
    float: left;
    margin-left: 13px;
}

.page_bottom .bottom .left .box .phone_box .text{
    color:#818181;
}

.page_bottom .bottom .left .box .phone_box .num{
    font-size: 26px;
    font-weight: bold;
    color:#e2e2e2;
    letter-spacing: -1px;
}

.page_bottom .bottom .center{
    float:left;
    width:42%;
    height: 100%;
    border-right:1px solid #363636;
}

.page_bottom .bottom .center .box{
    padding-top: 73px;
    width:236px;
    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:#696969;
}

.page_bottom .bottom .center .box .addr{
    display: inline-block;
    padding-left:23px;
    background:url(../../images/img_28.png) no-repeat left center;
    color:#696969;
    margin-top: 19px;
}

.page_bottom .bottom .right_site{
    float:right;
    width:50%;
    height:100%;
}

.page_bottom .bottom .right_site .box{
    padding-top: 73px;
    width: 89%;
    margin: 0 auto;
}

.page_bottom .bottom .right_site .box .search_box{
    margin-top: 0;
}

.page_bottom .bottom .right_site .box .search_box .text{
    color:#696969;
}

.page_bottom .bottom .right_site .box .search_box .search_line{
    padding-left: 3px;
    margin-top: 6px;
}

.page_bottom .bottom .right_site .box .search_box .search_line .ser_input{
    float: left;
    width: 86.2%;
    height: 49px;
    line-height: 49px;
    border:1px solid #404040;
    border-right:none;
    padding-left: 10px;
    background-color:#404040;
    color:#afafaf;
}

.page_bottom .bottom .right_site .box .search_box .search_line .ser_input:focus{
    border:1px solid #de5c23;
    border-right:none;
}

.page_bottom .bottom .right_site .box .search_box .search_line .icon{
    float: left;
    width: 11.7%;
    height: 51px;
    border:none;
    cursor:pointer;
    box-sizing:content-box;
    font-size: 16px;
    background-color: #c7000a;
    color:#ffffff;
    letter-spacing: 4px;
}


/*  页面footer区   */
.page_footer{
    width: 100%;
    height: 62px;
    line-height: 62px;
    color:#ffffff;
}

.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: 400px;
}

.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{
    text-align: center;
    padding-top: 175px;
}

.banner_column .column_name .txt_chs,
.banner_column .column_name2 .txt_chs {
    font-size: 32px;
    color: #ffffff;
}

.banner_column .column_name .txt_eng,
.banner_column .column_name2 .txt_eng {
    font-size: 14px;
    color: #999999;
    /*width: 182px;
    text-align: right;*/
}



/*  子栏目path路径区  */
.general_subcolumn{
    border-bottom:1px solid #ebebeb;
}

.column_path{
    float:left;
    height: 49px;
    line-height: 49px;
    text-align: left;
}

.column_path .img{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/img_36.png) no-repeat center center;
    position: relative;
    top: 5px;
}

.column_path .current_column{
    color: #c7000a;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#c7000a;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 14px;
    color:#9a9a9a;
}


/*  子栏目标题  */
.general_sub_title{
    float:right;
    height: 49px;
    line-height: 49px;
}

.general_sub_title li{
    float:left;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-left:58px;
    color:#999999;
}

.general_sub_title li:hover > .line{
    display: block;
}

.general_sub_title li .line{
    display: none;
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:3px;
    background-color: #c7000a;
}

.general_sub_title li.select{
    color:#454545;
}

.general_sub_title li.select >  .line{
    display: block;
}

.general_sub_title li:hover{
    color:#454545;
}




/*  内页通用标题  */
.general_title{
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom:25px;
}

.general_title .title_chs{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    background: url(../../images/img_40.png) no-repeat center bottom;
    font-size: 24px;
    font-weight: bold;
    color:#2d2e32;
}



/*  单页栏目页的公共标题  */
.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:#2f2f2f;
}

.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;
}


/*  首页更多  */
.general_homepage_more{
    margin:0 auto;
    margin-top: 40px;
    width:164px;
    height: 42px;
    line-height: 42px;
    border:1px solid #afafaf;
    text-align: center;
    color:#afafaf;
}

.general_homepage_more:hover{
    color:#c7000a;
    border:1px solid #c7000a;
}













