﻿@charset "utf-8";
/* CSS Document */
/*重置*/
html, body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
}

body {
    background-color: #e6e6e6;
}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

button {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    font-size: 12px;
}

html, div, span, applet, object, , h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0px;
}

ol, ul {
    list-style: none;
}

a {
    cursor: hand;
}

ins, a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
    font-family: "微软雅黑";
}

input {
    border: none;
    border-radius: 0;
}

/******通用******/

/*IE CSS3 兼容*/
.IE-CSS3 {
    position: relative \9;
    behavior: url(PIE.htc) \9;
}

.no-border {
    border: none;
}

/*投影*/
.box-shdow-A {
    box-shadow: 0 3px 7px #b3b3b3;
    position: relative \9;
    behavior: url(PIE.htc) \9;
}

/*圆角*/
.border-radius-A {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative \9;
    behavior: url(../PIE.htc) \9;
}

/*单行文字溢出省略号*/
.textOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/*文本两端对齐*/
.alignText {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-align: right \9;

}

/*输入框*/
.input-text {
    border: 1px solid #e0e0e0;
}

/******通用END******/

body{
    background: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
}

body a:hover{
    color: #e75102;
}

.wrap_width{
    width: 1200px;
    margin: 0 auto;
}

.clr{
    clear: both;;
}

.head{
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
    font-size: 12px;
}

.top{
    background: url("../img/top_bg.png") repeat-y 640px top;
    height: 100px;
    position: relative;
}

.logo{
    position: absolute;
    top: 24px;
    left: 0;
}

.top_right{
    left: 732px;
    position: absolute;
    top: 30px;
}

.nav{
    background: #0b5e92;
    height: 45px;
    line-height: 45px;
}

.nav li{
    width: 140px;
    text-align: center;
    float: left;
    height: 45px;
    line-height: 45px;
}

.nav li a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
}

.selecthover{
    background: #f48f19;
}

.selecthover a{
    font-weight:bold;
}

.lihover{
    background: #f48f19;
}
.lihover a{
    font-weight:bold;
}

.fl1{
    position: relative;
    width: 100%;
    height: 295px;
}

/* flexslider */
.flexslider{
    position: absolute;
    left: 0;
    top: 0;
    height:300px;
    overflow:hidden;
    width: 100%;
    background:url(../img/loading.gif) 50% no-repeat;
}

.slides{
    position:relative;
    z-index:1;
}

.slides li{
    height:300px;
}

.flex-control-nav{
    position:absolute;
    bottom:50px;
    z-index:4;
    width:100%;
    text-align:center;
}

.flex-control-nav li{
    display:inline-block;
    width:14px;
    height:14px;
    margin:0 5px;
    *display:inline;
    zoom:1;
}

.flex-control-nav a{
    display:inline-block;
    width:14px;
    height:14px;
    line-height:40px;
    overflow:hidden;
    background:url(../img/dot.png) right 0 no-repeat;
    cursor:pointer;
}

.flex-control-nav .flex-active{
    background-position:0 0;
}

.flex-direction-nav{
    position:absolute;
    z-index:3;
    width:100%;
    top:45%;
    display:none;
}

.flex-direction-nav li a{
    display:block;
    width:50px;
    height:50px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
}

.flex-direction-nav li a.flex-prev{
    left:40px;
    background:url(../img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next{
    right:40px;
    background:url(../img/next.png) center center no-repeat;
}

.bmfw{
    background:#fff;
    height: 115px;
    width: 100%;
}

.bmfw ul{
    margin: 30px 0 0;
}

.bmfw li{
    width: 140px;
    height: 85px;
    float: left;
    margin: 0 5px;
}

.bmfw li a{
    width: 140px;
    height: 85px;
    display: block;
}

.bmfw1{
    background: url("../img/bmfw_11.png") no-repeat;
}

.bmfw1:hover{
    background: url("../img/bmfw_1.png") no-repeat;
}

.bmfw2{
    background: url("../img/bmfw_22.png") no-repeat;
}

.bmfw2:hover{
    background: url("../img/bmfw_2.png") no-repeat;
}

.bmfw3{
    background: url("../img/bmfw_33.png") no-repeat;
}

.bmfw3:hover{
    background: url("../img/bmfw_3.png") no-repeat;
}

.bmfw4{
    background: url("../img/bmfw_44.png") no-repeat;
}

.bmfw4:hover{
    background: url("../img/bmfw_4.png") no-repeat;
}

.bmfw5{
    background: url("../img/bmfw_55.png") no-repeat;
}

.bmfw5:hover{
    background: url("../img/bmfw_5.png") no-repeat;
}

.bmfw6{
    background: url("../img/bmfw_66.png") no-repeat;
}

.bmfw6:hover{
    background: url("../img/bmfw_6.png") no-repeat;
}

.bmfw7{
    background: url("../img/bmfw_77.png") no-repeat;
}

.bmfw7:hover{
    background: url("../img/bmfw_7.png") no-repeat;
}

.bmfw8{
    background: url("../img/bmfw_88.png") no-repeat;
}

.bmfw8:hover{
    background: url("../img/bmfw_8.png") no-repeat;
}

.fl2{
    height: 355px;
    padding: 30px 0;
}

/*slider*/
#slider{
    float: left;
    width:580px;
    background-color:#000;
    padding-top:0px;
    height:345px;

}
.slider_box{
    width:580px;
    margin:0 auto;
    height: 345px;
    overflow: hidden;
    position: relative;
}
.silder_tip{
    width: 92px;
    height: 92px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-indent:-999;
    background:url(../img/tip-tt.gif) no-repeat;
}
#movie_tip{
    background-position: -93px 0;
}
.silder_con{
    height:360px;
    overflow: hidden;
    position: absolute;
}
.silder_panel{
    width:580px;
    height:345px;
    overflow: hidden;
    float: left;
    position: relative;
    background: #111;
}
.silder_panel img{
    width: 580px;
   
    display: block;
    overflow: hidden;
    z-indent:-999;
}
.silder_intro{
    width: 210px;
    height: 300px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    padding: 0 40px 0 0;
}
.silder_intro ul{
    height: 60px;
    overflow: hidden;
}
.silder_intro li{
    height: 20px;
    overflow: hidden;
    color:#787878;
}

.silder_play{
    display: block;
    width:136px;
    height:30px;
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    bottom: 13px;
    right: 45px;
    background: url(../img/silder-play.png) 0 -30px no-repeat;
}
.silder_play:hover{
    background-position: 0 0;
}
.silder_nav{
    width:580px;
    height:55px;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}
.silder_nav li{
    float: left;
    padding:0px;
    border:1px solid #fff;
    margin:2px;
}
.silder_nav li.current{
    border:3px solid #7acf39;
    margin:0 4px;
}
.silder_nav li,.silder_nav img{
    display: block;
    width:89px;
    height:50px;
    overflow: hidden;
}
.slider_box a.prev,.slider_box a.next{
    display: block;
    width:45px;
    height:100px;
    overflow:hidden;
    text-indent: -999px;
    position: absolute;
    cursor: pointer;
    margin: 85px 0 0 0;
    background: url(../img/silder_btn.gif) no-repeat;
}
.slider_box a.prev{
    left:0;
    background-position: left 0;
}
.slider_box a.next{
    right:0;
    background-position: right 0;
}
.silderBox{
    height:8px;
    line-height:8px;
}

.zxgk_title a{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
}

.zxgk_top{
    height: 316px;
}

.zxgk_top_name{
    color: #0b5e92;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 30px;
    height: 30px;
    width: 590px;
    overflow: hidden;
    padding: 20px 0 10px;
}

.zxgk_xx{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    padding: 0 10px;
    height: 286px;
    overflow: hidden;
	text-align:justify;
	text-justify:inter-ideograph;
	text-indent:2em;
	margin:0 auto;
}

.zxgk_xx a{
    color: #0b5e92;
}

.zxgk .tabBox ul{
    padding: 10px;
}

.zxgk .tabBox ul li{
    position: relative;
    width: 570px;
    height: 36px;
    line-height: 36px;
    background: url("../img/dot.jpg") no-repeat 0 17px;
	border-bottom:#ddd 1px dashed;
	padding:0;
	margin:0;
}

.zxgk .tabBox ul li a{
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    color: #555;
}

.zxgk .tabBox ul li span{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.fl3{
    background: url("../img/fl3_bg.jpg") repeat-x;
    height: 343px;
}

.fl3 .wrap_width{
    width: 1230px;
}

.zcfg{
    float: left;
    margin: 0 15px;
    width: 585px;
}

.zcfg_title{
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 575px;
    padding: 10px 0 10px 10px;
}

.zcfg_title span{
    font-size: 12px;
    color: #999999;
    padding: 0 0 0 10px;
    font-weight: bold;
}

.zcfg_title a{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #ff6900;
}

.zcfg ul{
    padding: 10px 15px;
    background: #fff;
	height:258px;
}

.zcfg ul li{
    position: relative;
    width: 555px;
    height: 34px;
    line-height: 34px;
    background: url("../img/dot.jpg") no-repeat 0 17px;
}

.zcfg ul li a{
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    color: #555;
}

.zcfg ul li span{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.fl4{
    height: 260px;
    padding: 30px 0;
}

.hdzs_title{
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 1190px;
    background: #f7f7f7;
    padding: 0 0 0 10px;
}

.hdzs_title span{
    font-size: 12px;
    color: #999999;
    padding: 0 0 0 10px;
    font-weight: bold;
}

.hdzs_title a{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 12px;
    color: #ff6900;
}

.hdzs{
    border: #f7f7f7 1px solid;
    height: 225px;
    width: 1198px;
}


/*============
	 --  滚动图片  --
	=============*/
#scrollImg{
    width:1175px;
    height:205px;
    position:relative;
    overflow:hidden;
    margin:0 0 0 9px;
}

.jcarousel-skin-tango{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-top:20px;
    margin-left:15px;
}

.jcarousel-skin-tango li{
    float:left;
    text-align:center;
    padding:0 0 0 25px;
    width:210px;
    height:185px;
    font-size:12px;
    overflow:hidden;
}

.jcarousel-skin-tango li a{
    float:left;
    color:#333;
    cursor:pointer;
    display:block;
    line-height:45px;
    background: #f7f7f7;
}

.jcarousel-skin-tango li a:hover{
    text-decoration:underline;
}

.jcarousel-skin-tango li a img{
    display:block;
    height:140px;
    width:210px;
}

.current{
    height: 40px;
    line-height: 40px;
}

.foot{
    text-align: center;
    line-height: 24px;
    color: #444;
    padding: 30px 0;
	background:#f1f1f1;
	border-top:#ddd 1px solid;
}

.news_main{
    background: #e6e6e6;
    padding: 0 0 20px;
}

.left{
    width: 238px;
    float: left;
    margin: 10px 0 0;
    background: #fff;
    border: #ddd 1px solid;
}

.type_title{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #0b5e92;
}

.type_list{
    width: 234px;
    padding: 2px 2px 0;
    border-bottom: #ddd 1px solid;
}

.type_list li{
    height: 35px;
    line-height: 35px;
    border-bottom: #fff 2px solid;
    background: #f1f1f1;
    text-align: center;
    cursor: pointer;
}

.type_list li a{
    background: url("../img/sign.png") no-repeat 40px 15px;
    display: block;
}

.type_list .selecthover{
    background: #dadada;
}

.type_list .selecthover a{
    font-weight:bold;
}

.type_list .lihover{
    background: #dadada;
}

.type_list .lihover a{
    font-weight:bold;
}

.type_list .lihover a:hover{
    color: #0b5e92;
}

.left_hdzs_title{
    padding: 15px 0 5px 15px;
    border-bottom: #0b5e92 2px solid;
    font-weight: bold;
    position: relative;
}

.left_hdzs_title a{
    position: absolute;
    right: 10px;
    font-size: 12px;
}




/*============
	 --  滚动图片2  --
	=============*/
#scrollImg2{
    width:230px;
    position:relative;
    overflow:hidden;
    margin: 10px 14px;
}

.jcarousel-skin-tango2{
    list-style:none;
    margin:0px;
    padding:0px;
}

.jcarousel-skin-tango2 li{
    float:left;
    text-align:center;
    width:210px;
    height:175px;
    font-size:12px;
    overflow:hidden;
    margin: 0 0 10px;
}

.jcarousel-skin-tango2 li a{
    float:left;
    color:#333;
    cursor:pointer;
    display:block;
    line-height:35px;
    background: #f7f7f7;
}

.jcarousel-skin-tango2 li a:hover{
    text-decoration:underline;
}

.jcarousel-skin-tango2 li a img{
    display:block;
    height:140px;
    width:210px;
}

.right{
    width: 928px;
    float: left;
    margin: 10px 0 0 30px;
    border: #ddd 1px solid;
    background: #fff;
    min-height: 678px;
}

.right_title{
    background: #f7f7f7;
    border-top: 3px #0b5e92 solid;
    border-bottom: 1px #eee solid;
    padding: 0 0 0 15px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
}

.news_list{
    width: 900px;
    margin: 10px auto;
}

.news_list li{
    border-bottom: #ddd 1px dashed;
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 900px;
    background: url("../img/dian.gif") no-repeat 0 14px;
}

.news_list li a{
    position: absolute;
    left: 15px;
    top: 0;
}

.news_list li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #999;
}

.news_title{
    font-size: 18px;
    padding: 25px 0 10px;
    text-align: center;
}

.date{
    text-align: center;
    font-size: 12px;
    color: #777;
    border-bottom: #ddd 1px dashed;
    margin: 0 15px;
    padding: 10px 0;
}

.date strong{
    font-weight: bold;
    margin: 0 0 0 10px;
}

.news_detail{
    line-height: 30px;
    color: #555;
    padding: 20px 40px;
}

/*2016年9月24日网站首页布局修改*/
.zxgk{
    float: left;
    margin: 0 0 0 30px;
    width: 590px;
}
/*== index news tab ==*/
.tabTitle{ position:relative; font-family:"微软雅黑"; color:#333; height:40px; line-height:34px; background:url(../img/fl2_right_title_bg.png) repeat-x bottom;  width:590px;}
.tabTitle li{ float:left; width:150px; height:34px; margin:0 20px 0 0; line-height:34px; text-align:center; color:#333; cursor:pointer; font-size:14px; font-weight:bold; background:#efedee;}
.tabTitle li.titleOn{ color:#fff; font-size:18px; height:40px; font-weight:bold; background:url(../img/fl2_right_title_on.png) no-repeat;}
.tabTitle li a{ display:none;}
.tabTitle li.titleOn a{ display:block;}
.tabTitle li a.more{ position:absolute; right:10px; top:0; cursor:pointer; font-size:12px; font-family:"宋体"; font-weight:normal; line-height:34px; color:#018ada;}
/*== tab ctrl ==*/
.tabBox{ display:none; width:590px;}
.show{ display:block;}