
/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/

/*  超出使用CSS省略号
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
*/


.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;
}

.bg_e9edf1{
    background-color: #e9edf1;
}

.bg_0394d0{
    background-color: #0394d0;
}

.overflow_hidden {
    overflow: hidden !important;
}

.float_left {
    float: left;
}

.pd_top_0{
    padding-top: 0 !important;
}

.pd_top_10{
    padding-top: 10px !important;
}

.pd_bottom_0{
    padding-bottom: 0 !important;
}

.pd_bottom_7{
    padding-bottom: 7px !important;
}

.mg_top_0{
    margin-top: 0 !important;
}

.mg_top_7{
    margin-top: 7px !important;
}

.mg_bottom_28{
    margin-bottom: 28px !important;
}

.width_per_100{
    width:100% !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}

.w1200{
    width: 1200px;
    margin: 0 auto;
}

.w880{
    width: 880px !important;
}


table{
    margin:auto;
}

/*  设置 页面中的视频 居中显示！  */
.news_player_class{
    margin:0 auto;
}

/*  分页  */
.page_line{
    margin-top: 32px;
    margin-bottom: 15px;
}


/*  顶部top区  */
.page_top{
    width: 100%;
    height: 120px;
    background-color: #ffffff;
}

.page_top .left_site{
    float:left;    
}

.page_top .left_site .logo{
    width:313px;
    height:120px;
    background:url(../images/logo.png) no-repeat;
}

.page_top .right_site{
    float:right;
    margin-right: 20px;
    color:#595757;
}

.page_top .right_site .top_line{
    margin-top: 20px;
    text-align: right;
}

.page_top .right_site .link{
    margin-left: 20px;
    padding-left: 22px;
    color:#595757;
}

.page_top .right_site .link.bg1{
    background:url(../images/img_1.png) no-repeat left 1px;
}

.page_top .right_site .link.bg2{
    background:url(../images/img_2.png) no-repeat left 1px;
}

/* 搜索 */
.page_top .right_site .search{
    float: right;
    margin-top: 14px;
}

.page_top .right_site .search .left_box{
    width: 380px;
    height: 39px;
    border: 2px solid #ffa77b;
    position: relative;
    float: left;
}

.page_top .right_site .search .left_box .ser_input{
    padding-left:10px;
    border: none;
    width: 370px;
    height: 39px;
}

.page_top .right_site .search .left_buttom{
    float: left;
}

.page_top .right_site .search .left_buttom .submit{
    border: none;
    width: 79px;
    height: 43px;
    background:#ffa77b url(../images/img_3.png) no-repeat center center;
    cursor: pointer;
}


/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
    height:60px;
    background-color:#0394d0;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
    height:60px;
    line-height:60px;
    float:left;
    position:relative;
    text-align: center;
}

.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;
    padding:0 25px;
}

.page_nav .column .alink:hover{
    background-color: #ff7f40;
}

.page_nav .column .alink.sel{
    background-color: #ff7f40;
}

.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;
    color:#ffffff;
    text-decoration:none;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding-left: 0;
    background-color:#0394d0;
    filter:alpha(opacity=80);
    opacity: 0.80;
}

.page_nav .column .subcolumn a:hover{
    background:#ff7f40; url(../../images/img_6.png) no-repeat right 20px center;
    color:#ffffff;
}

/* 通用盒子 */
.general_box{
    width:100%;
    margin-top: 26px;
    border-top: 6px solid #0089cf;
    background-color: #ffffff;
    padding-bottom:25px;
}

.general_box .head_line{
    height:46px;
    border-bottom:1px solid #eef0ef;
}

.general_box .head_line .left_site{
    float:left;
    font-size: 20px;
    border-bottom:2px solid #0394d0;
    color:#0b8ed7;
    height:43px;
    line-height: 43px;
    margin-top: 2px;
    margin-left: 18px;
    padding:0 5px;
}

.general_box .head_line .right_site{
    float: right;
    color:#0b8ed7;
    margin-right: 18px;
    height:46px;
    line-height: 46px;
}

.general_box .middle{
    margin: 0 auto;
    margin-top: 25px;
    width:1164px;    
}

.general_box .middle .right_box{
    float:right;
    width:680px;
}

.general_box .middle .list_news{
    width: 100%;
}

.general_box .middle .list_news li{
    height:42px;
    line-height: 42px;
    background: url(../images/img_5.jpg) no-repeat left center;
    padding-left: 20px;
    border-bottom: 2px dashed #e8e8e8;
}

.general_box .middle .list_news li .title{
    float: left;
    max-width: 73%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#555555;
}

.general_box .middle .list_news li .title:hover{
    color:#ff0000;
}

.general_box .middle .list_news li .time{
    float: right;    
    margin-right: 3px;
}

.general_box .middle .list_news li.first_line .title{
    font-size: 18px;
    font-weight: bold;
}

.general_box .head_site{
    padding-bottom: 11px;
    border-bottom: 11px solid #e9edf1;
}

.general_box .head_line .cate_line{
    margin-left: 18px;
}

.general_box .head_line .cate_line li{
    font-size: 20px;
    color:#cbcbcb;
    float: left;
    margin-right: 27px;
    height: 43px;
    line-height: 43px;
    margin-top: 2px;
    border:none;
    cursor: pointer;
    padding:0 5px;
}

.general_box .head_line .cate_line li.select{
    border-bottom: 2px solid #0394d0;
    color: #0b8ed7;
}


.general_box .middle .list_box{
    margin-top:25px;
}

.general_box .middle .list_box .box{
    display: none;
}

.general_box .middle .list_box .box.select{
    display:block;
}

.general_box .middle .list_box .box li{
    float:left;
    width: 220px;
    height: 165px;
    overflow: hidden;    
    position: relative;
    margin-right: 8px;
    margin-bottom: 18px;
}

.general_box .middle .list_box .box li img {
    width: 100%;
    height: 100%;
    position: relative;
}

.general_box .middle .list_box .box li .mask{
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 100;
}

.general_box .middle .list_box .box li .title{
    width:200px;
	height:30px;
	line-height:30px;
	margin-left:9px;
	color:#ffffff;
	position:absolute;
	bottom:0;
	font-size:14px;
	z-index:200;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.general_box .middle .list_box .box li.big_img{
    float: right;
    width: 475px;
    height: 348px;
    margin-right: 0;
}

.general_box .middle .list_box .box li.big_img .title{
    font-size: 16px;
    width:450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 页面底部 */
.page_footer {
    width: 100%;
    height: 191px;
    color: #ffffff;
}

.page_footer .qrcode{
    float:left;
    margin-left: 108px;
    margin-top: 16px;
    width: 125px;
}

.page_footer .qrcode .qrimg{
    height: 125px;    
}

.page_footer .qrcode .qrimg img{
    width: 100%;
    height: 100%;
}

.page_footer .qrcode .title{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 10px;
}


.page_footer .info_site{
    float: left;
    margin-left: 82px;
    margin-top: 52px;
    width: 880px;
}

.page_footer .info_site a:hover{
    color:#ff7437 !important;
}

.page_footer .info_site .column{
    /* margin-top: 28px; */
}

.page_footer .info_site .column a{
    font-size: 18px;
    color:#ffffff;
}

.page_footer .info_site .column .line{
    font-size: 18px;
    color:#ffffff;
    margin:0 7px;
}

.page_footer .info_site .desc{
    margin-top: 5px;
    font-size: 18px;
    color:#ffffff;
    line-height: 33px;
}

.page_footer .info_site .desc a{
    color:#ffffff;
    font-size: 18px;
}


/*  内页：公共页面  */
.basic_page{
    margin: 0 auto;
    width: 1200px;
    position: relative;
    padding-bottom: 0px;
}

.basic_page_inside{
    width: 100%;
    padding-bottom: 100px;
    /*margin-top: 50px;*/
}


/*   列表页：一排4个图片   */
.content_news_list{
    margin-top:0px;
}

.content_list_four{
    width: 1222px;
    margin-top: 0px;
    padding-bottom: 0;
}

.content_list_four li{
    float:left;
    margin-right: 21px;
    margin-bottom: 15px;
}

.content_list_four li.no_margin_right{
    margin-right:0;
}

.content_list_four li .out_img{
    width:282px;
    height:212px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four li .out_img:hover{
    border: 1px solid #de5c23;
}

.content_list_four li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four li .img a{
    display: block;
}

.content_list_four li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}


.content_list_four li .title{
    width:264px;
    height:75px;
    line-height:75px;
    padding: 0 10px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.content_list_four li .title{
    width:282px;
    height:50px;
    line-height:25px;
    text-align:center;
    overflow:hidden;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    margin-top:10px;
}
*/

.content_list_four li .title:hover{
    text-decoration: none;
    color:#de5c23;
}



/*  子栏目path路径区  */
.general_subcolumn{
    border-bottom:1px solid #ebebeb;
}

.column_path{
    float:left;
    height: 49px;
    line-height: 49px;
    text-align: left;
    padding:10px 0;
}

.column_path .img{
    display: inline-block;
    width: 17px;
    height: 22px;
    background: url(../images/img_1.png) no-repeat center center;
    position: relative;
    top: 5px;
}

.column_path .current_column{
    color: #FF7F40;
}

.column_path .current_column:hover, .column_path a:hover{
    color:#FF7F40;
}

.column_path span, .column_path a, .column_path_general a {
    font-size: 16px;
    color:#9a9a9a;
}




/*  文章详情区  */
.content_article_detail{
    width: 95%;
    margin:0 auto;
    margin-top: 20px;
    padding-top: 32px;
    padding-bottom: 25px;
    /* border-top: 1px solid #eaeaea; */
}

.content_article_detail2{
    width: 100%;
    margin:0 auto;
    padding-top: 0;
    padding-bottom: 25px;
}

.content_article_detail_nodata{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 25px;
    margin: 0 auto;
}


/*  新闻详情页 的样式  */
.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;
}

.article_content .content {
    width: 100%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom:50px;
}

.article_content .content .title {
    width: 100%;
    line-height:40px;
    text-align: center;
    font-size: 26px;
    margin: 0 auto;
    color: #222222;
}
/*
.article_content .content .args{
    width: 100%;
    text-align: center;
    height:32px;
    line-height:32px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: #ebebeb;
}
*/

.article_content .content .args {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.article_content .content .args span{
    margin-right: 30px;
    display: inline-block;
}

.article_content .content .time{
    text-align: center;
    /* line-height:45px; */
    color:#787878;
}

.article_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.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 img {
    max-width: 80%;
    text-align: center;
}

.article_content .content_bottom{
    padding-top: 20px;
}

.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;
}


.article_content .content_bottom .news_line .link{
    width: 92px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e7e7e7;
    border-radius: 2px;
    /*margin-left: 6px;*/
    display: inline-block;
    font-size: 12px;
    color: #999999;
    float: left;
    text-align: center;
}

.article_content .content_bottom .news_line .link.bg1{
    background: #ffffff url(../../images/img_37.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .link.bg2{
    background: #ffffff url(../../images/img_38.png) no-repeat 10px center;
}

.article_content .content_bottom .news_line .title{
    display: inline-block;
    margin-left: 10px;
    color:#999999;
}

.article_content .content_bottom .news_line .title a{
    max-width: 480px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color:#999999;
}

.article_content .content_bottom .news_line .title a:hover{
    color:#ff0000;
}

/*  单页栏目的样式  */
.single_content {
    margin: 0 auto;
    margin-top:0;
    margin-bottom:0;
    width: 100%;
    min-height: 360px;
}

.single_content .content {
    width: 95%;
    margin: 0 auto;
    font-family: Microsoft yahei,Arial,sans-serif;
}

.single_content .content .across_line{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:7px 0 32px 0;
}

.single_content .content .across_line_2{
    width:100%;
    height:1px;
    /*background:url(../../images/across_line.png) #cfcfcf no-repeat ;*/
    border-bottom:1px dashed #ddd;
    margin:17px auto 0;
}

.single_content .content .across_line_3{
    width:100%;
    height:1px;
    border-bottom:1px solid #ddd;
    margin-top:60px;
}

.single_content .content .across_line_4{
    width:100%;
    height:1px;
    border-bottom:1px dashed #ccc;
    margin:0 auto;
}


.single_content .content img {
    max-width: 100%;
    text-align: center;
}


/*  没有内容的区域  */
.no_content{
    width:100%;
    min-height:400px;
}

.no_content_msg {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 6px 0;
    color:#595757;
    margin-left:3px;
    letter-spacing:0.5px;
}

.no_content .no_content_msg .across_line_4{
    width:98%;
    height:1px;
    border-bottom:1px dashed #ddd;
    margin:7px 0 0 0;
}

.no_content_msg  .tips_img{
    float:left;
    margin-top:12.5px;
    margin-right:5px;
    line-height:20px;
}

.no_content_msg .tips_img img{
    width:25px;
    height:25px;
}

.no_content_msg .txt{
    float:left;
    font-size:18px;
}



/*   列表页：一排4个图片   */
.content_list_four_second{
    width: 1141px;
    margin-top: 10px;
    margin-left: 50px;
    padding-bottom: 0px;
}

.content_list_four_second li{
    float:left;
    margin-right: 40px;
    /*margin-bottom: 16px;*/
}

.content_list_four_second li.no_margin_right{
    margin-right:0;
}

.content_list_four_second li .out_img{
    width:243px;
    height:181px;
    background-color: #ffffff;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.content_list_four_second li .out_img:hover{
    border: 1px solid #e58419;
}

.content_list_four_second li .in_img{
    width:100%;
    height:100%;
    display: table;
}

.content_list_four_second li .img{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.content_list_four_second li .img a{
    display: block;
}

.content_list_four_second li .img img{
    display: block;
    margin:0 auto;
    position: relative;
}

.content_list_four_second li .title{
    width:243px;
    height:75px;
    line-height:75px;
    text-align:center;
    cursor: pointer;
    font-size:18px;
    color:#343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_list_four_second li .title:hover{
    text-decoration: none;
    color:#ff0000;
}



/*  单页栏目页的公共标题  */
.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;
}


/*  联系方式  */
.content_lxfs_out{
    padding: 40px 0 100px;
    background-color: #ffffff;
}


.content_lxfs{
    margin:0 auto;
    margin-top: 10px;
    width: 1150px;
    height: 507px;
}

.content_lxfs .left_site{
    float:left;
    width: 348px;
    height: 100%;
    background-color: #0394d0;
    text-align: center;
}

.content_lxfs .left_site .title{
    display: inline-block;
    vertical-align: top;
    margin-top: 44px;
    height: 46px;
    font-size: 24px;
    color:#ffffff;
    border-bottom:1px solid #81cae8;
}

.content_lxfs .left_site .box{
    text-align: left;
    width: 312px;
    height: 70px;
    margin: 0 auto;
    color:#ffffff;
    font-size: 16px;
    padding-top: 27px;
}

.content_lxfs .left_site .box .item{
    height:70px;
    padding-left:62px;
    margin-bottom: 11px;
}

.content_lxfs .left_site .box .item.bg1{
    background:url(../images/img_37.png) no-repeat 8px center;
}

.content_lxfs .left_site .box .item.bg2{
    background:url(../images/img_38.png) no-repeat 8px 3px;
}

.content_lxfs .left_site .box .item.bg3{
    background:url(../images/img_39.png) no-repeat 8px 2px;
}

.content_lxfs .left_site .box .item.bg4{
    background:url(../images/img_40.png) no-repeat 8px 6px;
}

.content_lxfs .left_site .box .item.bg5{
    background:url(../images/img_41.png) no-repeat 8px 8px;
}

.content_lxfs .left_site .box .item .text{
    letter-spacing: 10px;
}

.content_lxfs .right_site{
    float: right;
    width:802px;
    height:100%;
}

.content_lxfs .right_site .map{
    width: 100%;
    height:100%;
}


/*  内页通用标题  */
.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;
    font-size: 24px;
    font-weight: bold;
    color:#2d2e32;
}



/*  咨询留言   */
.content_zxly_out{
    padding: 40px 0 50px;
    background-color: #ffffff;
}

.content_zxly{
    width:100%;
    padding-bottom:20px;
}

.content_page_zxly{
    margin-left:50px;
    margin-top: 25px;
    height:100%;
    width:580px;
    float:left;
}

.content_page_zxly table tr{
    height: 55px;
}

.content_page_zxly table tr.tr_area{
    height:180px;
}

.content_page_zxly table .key{
    width:85px;
    text-align:right;
    color:#000000;
    font-size:14px;
}

.content_page_zxly table .value{
    width:510px;
}


.content_page_zxly table .value .text{
    width:465px;
    height:36px;
    padding-left:14px;
    border:1px solid #f0f0f0;
    /*border:1px solid #E58419;*/
    font-size:14px;
    color:#595757;
    background-color:#f9f9f9;
}

.content_page_zxly table .value .text:hover{
    background-color: #f3f3f3;
}

.content_page_zxly table .value .text_1{
    float: left;
    width:265px;
    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:465px;
    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: #95c8f1;
    box-shadow: 0 0 7px 1px #95c8f1;
}

.content_page_zxly table .value .sub{
    width: 140px;
    height: 40px;
    /*background-color: #399fff;*/
    background-color: #fe0000;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    border:0;
    letter-spacing:10px;
    text-align:center;
}

.zxly_img{
    width: 490px;
    height: 306px;
    background: url(../images/img_34.jpg);
    float: right;
    margin-top: 33px;
    margin-right: 20px;
}
































































































