
/* 兼容 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;
}


.no_margin_top{
    margin-top: 0 !important;
}

.no_margin_right{
    margin-right: 0 !important;
}

.no_border_right{
    border-right: 0 !important;
}

.color_004ea2{
    color:#004ea2 !important;
}

.color_13283a{
    color:#13283a !important;
}

.color_ff7437{
    color:#ff7437 !important;
}

.color_ffffff{
    color:#ffffff !important;
}

.color_000000{
    color:#000000 !important;
}

.color_777777{
    color:#777777 !important;
}

.font_bold{
    font-weight: bold;
}

.bg_f1f1f1{
    background-color: #f1f1f1;
}


.bg_004ea2{
    background-color: #004ea2;
}

.bg_0068b7{
    background-color: #0068b7;
}

.bg_f7f7f7{
    background-color: #f7f7f7;
}

.bg_ffffff{
    background-color: #ffffff;
}

.bg_f2f2f2{
    background-color: #f2f2f2;
}

.bg_2e2e2e{
    background-color: #2e2e2e;
}

.bg_da251c{
    background-color: #da251c;
}


.float_left{
    float:left;
}

.float_right{
    float:right;
}

.text_align_center{
    text-align: center;
}

.text_align_right{
    text-align: right;
}

.mg_top_20{
    margin-top: 20px !important;
}

.mg_top_35{
    margin-top: 35px !important;
}

.mg_right_33{
    margin-right: 33px !important;
}

.mg_right_35{
    margin-right: 35px !important;
}

.mg_bottom_4{
    margin-bottom: 4px !important;
}

.mg_bottom_30{
    margin-bottom: 30px !important;
}

.mg_left_164{
    margin-left: 164px !important;
}

.pd_top_30{
    padding-top: 30px !important;
}

.pd_bottom_0{
    padding-bottom: 0 !important;
}

.pd_bottom_60{
    padding-bottom: 60px !important;
}

.no_border{
    border: none !important;
}

.no_padding_top{
    padding-top: 0 !important;
}

.width_190{
    width: 190px !important;
}

.width_270{
    width: 270px !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:#545454;
    font-size: 14px;
    border-top: 8px solid #e60013;
    border-bottom: 1px solid #e1e1e1;
}

.page_top .top_time{
    float:left;
	margin-right:10px;
}

.page_top .top_slogan{
    float:left;
}

.page_top .right_link{
    float: right;
	margin-right:0;
	position:relative;
}

.page_top .right_link a{
    color:#767676;
    font-size: 14px;
}

.page_top .right_link a:hover{
    color: #ff7437;
    text-decoration: none;
}

.page_top .right_link span{
    color:#545454;
}


/*  顶部logo区  */
.page_logo{
    width: 100%;
}

.page_logo .left_logo{
    float: left;
    width: 585px;
    height: 93px;
    background: url(../../images/logo.png) no-repeat;
}

.page_logo .right_site{
    float: right;
    margin-right: 7px;
	z-index:10000;
}

.page_logo .right_site .box{
    width: 60px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.page_logo .right_site .box .b_img{
    width: 100%;
    height: 35px;
}

.page_logo .right_site .box .b_img.bg1{
    background: url(../../images/img_1.png) no-repeat center center;
}

.page_logo .right_site .box .b_img.bg2{
    background: url(../../images/img_2.png) no-repeat center center;
}

.page_logo .right_site .box .txt{
    width: 100%;
    text-align: center;
    margin-top: 2px;
    color: #d0343a;
}

.page_logo .right_site .box:hover > .phone_qrimg{
    display: block !important;
}

.page_logo .right_site .box .phone_qrimg{
    z-index:1000;
    position: absolute;
    top: 69px;
    left: 50%;
    margin-left: -80px;
    display: none;
}

.page_logo .right_site .box .phone_qrimg .big_img2{
    box-shadow: 0 0 15px 3px #8a8a8a;
    background-color: #ffffff;
    padding: 12px 5px 5px;
    border: 1px solid #cccccc;
}

.page_logo .right_site .box .phone_qrimg .big_img2 .msg{
    font-size: 13px;
    color: #3e3e3f;
    text-align: center;
    line-height: 18px;
	margin-bottom:8px;
}

.page_logo .right_site .box .phone_qrimg .big_img2 .er_img{
    width: 148px;
    height: 148px;

}

.page_logo .right_site .box .phone_qrimg .big_img2 .er_img img{
    width: 100%;
    height: 100%;
}



/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
	height:60px;
	background-color:#e60013;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
	height:60px;
	line-height:60px;
	float:left;
    position:relative;
    text-align: center;
    width: 170px;
}

.page_nav .line{
    float: left;
    width: 1px;
    height: 14px;
    background: url(../../images/img_3.jpg) no-repeat;
    margin-top: 23px;
}

.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:#ffffff;
	font-size:18px;
	width:100%;
	height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
    text-align: center;
}


.page_nav .column .alink:hover{
    background-color: #3f3f3f;
}


.page_nav .column a span{
   /* float:left;
    margin-left: 38px;*/
}

.page_nav .column .subcolumn{
    width:100%;
	display:none;
	position:absolute;
	left:0;
    top:60px;
    z-index: 1000;
    /*padding-bottom: 5px;*/
}

.page_nav .column .subcolumn a{
    display:block;
    /*width:100%;*/
	height:47px;
	line-height:47px;
    text-align:center;
	color:#ffffff;
    text-decoration:none;
    font-size: 16px;
    border-top: 1px solid #fefefe;
    overflow: hidden;
    padding: 0 5px;
    background-color: #3f3f3f;
    filter:alpha(opacity=85);
    opacity: 0.85;
}

.page_nav .column .subcolumn a:hover{
    background-color: #e60013;
}


/*  公共标题区  */
.general_title{
    width: 100%;
    text-align: center;
    /*line-height: 80px;*/
}

.general_title .title_name{
    display: inline-block;
    font-size: 32px;
    color:#141414;
    text-decoration: none;
    font-weight: bold;
}

.general_title .bg{
    width: 100%;
    height: 67px;
    background: url(../../images/img_10.png) center bottom no-repeat;
}

.general_title .msg{
    margin-top: 6px;
    font-size: 18px;
    color:#9f9f9f;
    text-align: center;
    line-height:30px;
}


/*  查看更多  */
.see_more{
    margin: 0 auto;
    width: 134px;
    height: 38px;
    line-height: 38px;
    border:1px solid #dfdfdf;
    text-align: center;
}

.see_more:hover{
    background-color: #e60013;
    border:1px solid #e60013;
}

.see_more:hover > a{
    color:#ffffff;
}

.see_more a{
    color:#767676;
    display: inline-block;
    width: 100%;
    height: 100%;
}


/*   页面bottom区  */
.page_bottom{
    clear: both;
    padding: 38px 0;
}

.page_bottom .left_site{
    width: 735px;
    float:left;
}

.page_bottom .left_site .logo{
    width: 574px;
    height: 67px;
    background: url(../../images/logo_grey.png);
}

.page_bottom .left_site .box{
    margin-top: 15px;
}

.page_bottom .left_site .box .msg{
    line-height: 25px;
    color:#9f9f9f;
}

.page_bottom .right_site{
    float:right;
    width: 244px;
    margin-top: 17px;
}

.page_bottom .right_site .qr_box{
    width: 105px;
    float: left;
}

.page_bottom .right_site .qr_box .img{
    width: 105px;
    height: 105px;
}

.page_bottom .right_site .qr_box .img img{
    width:100%;
    height: 100%;
}

.page_bottom .right_site .qr_box .txt{
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #9f9f9f;
}


/*  页面footer区   */
.page_footer{
    width: 100%;
    height: 74px;
    line-height: 74px;
    color:#ffffff;
}

.page_footer a{
    color:#ffffff;
}

.page_footer .left{
    float: left;
}

.page_footer .right{
    float: right;
}


/*  子栏目path路径区  */
.column_path{
    width:100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
}

.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: #e60013;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#e60013;
}

.column_path span, .column_path a, .column_path_general a {
     font-size: 14px;
     color:#818181;
}


/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 350px;
    position: relative;
}
/*
.out_div .banner_column .column_name{
    position: absolute;
    top: 132px;
    left: 0;
    color: #ffffff;
    width: 100%;
    font-weight: normal;
    text-align: center;
}

.banner_column .column_name .txt_chs{
    font-size: 20px;
    margin-top:  4px;
}

.banner_column .column_name .txt_eng{
    font-size: 32px;
}
*/


/*  公共标题区  */
.top_general_title{
    width: 100%;
    text-align: center;
    /*line-height: 80px;*/
    position: relative;
}

.top_general_title .title_name_eng{
    color:#f7f7f7;
    font-size: 97px;
    font-weight: bold;
    height: 112px;
    letter-spacing: -3px;
	width:100%;
	overflow:hidden;
}

.top_general_title .title_name_chs{
    font-size: 42px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top:53px;
    left:0;
    color:#242424;
}

.top_general_title .msg{
    margin-top: 0px;
    font-size: 18px;
    color: #767676;
    text-align: center;
    line-height:30px;
}

.top_general_title .line{
    margin: 0 auto;
    margin-top: 25px;
    width: 56px;
    height:1px;
    background-color:#e1e1e1;
}




























































































































