/* CSS Document */

h3 a{
	float: right;
	padding-right: 15px;
	font-size: 1.4rem; font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}
a.more{
	color: #0d6bad;
}
a.more:hover{
	color: #1377eb;
}
i{
	margin-right: 10px;
}

.col-news-list h3{
	font-size: 1.8em; font-size: 18px;
	color: #d03233;
	font-weight: bold;
	line-height: 26px;
}
.col-news-list li{
	background: url(ico_redcircle_jggzb.gif) no-repeat 0 8px;
	padding-left: 15px;
	line-height: 22px;
}
.col-news-list li span,
.wrap-mainleft li span{
	color: #a6a6a6;
	font-size: 1.4rem; font-size: 14px;
	padding-left: 10px;
}
.col-news-list .wrap-topnews{
	border-bottom: 1px dashed #adadad;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.wrap-mainleft h3{
	border-bottom: 1px solid #d3e2e4;
	line-height: 40px;
}
.wrap-mainleft h3 div{
	display: inline-block;
}
.wrap-mainleft h3 span{
	color: #fff;
	font-size: 1.8rem; font-size: 18px;
	font-weight: normal;
	background: url(bg_mltit_jggzb.png) repeat left top;
	padding-left: 15px;
	width: 204px;
	display: inline-block;
}
.wrap-mainleft h3 span i{
	background: url(ico_rbarrow_jggzb.gif) no-repeat left 3px;
	font-style: normal;
	padding-left: 37px;
}
.wrap-mainleft .col-firstnews{
	border-bottom: 1px dashed #77bee0;
	padding-bottom: 15px;
}
.wrap-mainleft img{
	margin-right: 10px;
}
.wrap-mainleft h4{
	font-size: 1.6rem; font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	padding-right: 10px;
	margin-bottom: 5px;
}
.wrap-mainleft time{
	font-size: 1.2rem; font-size: 12px;
	color: #a6a6a6;
	line-height: 28px;
}
.wrap-mainleft li{
	background: url(ico_plus_jggzb.gif) no-repeat left 4px;
	padding-left: 20px;
	line-height: 22px;
	margin-bottom: 3px;
}
.wrap-mainright .wrap-collink{
	border-top: 3px solid #cf3031;
	border-bottom: 3px solid #cf3031;
	padding: 12px 0;
}
.wrap-collink section{
	background: #f7f7f7;
	font-size: 2.2rem; font-size: 22px;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 10px 0 10px 35px;
	line-height: 56px;
}
.wrap-collink section a{
	color: #d23d3e;
}
.wrap-collink section img{
	float: left;
	margin-right: 15px;
	width: auto;
	height: auto;
}
.wrap-piclink img{
	padding: 0 11px;
}

/* quntuan
========================================================================*/
.col h3{
	border-bottom: 2px solid #b7120e;
}
.col h3 span{
	line-height: 30px;
	color: #fff;
	padding:0 90px 0 30px;
	display: inline-block;
	background: url(bg_coltit_jggzb.png) no-repeat left top; 
}
.col ul{
	padding-left: 25px;
}
.col li{
	background: url(ico_plus_jggzb.gif) no-repeat left 10px;
	padding: 20px;
	line-height: 22px;
	padding: 4px 0 4px 20px;
}

@media (min-width:768px){
	.wrap-mainleft section{
		padding-right: 20px;
	}
	.wrap-mainleft h4{
		height: 46px;
		overflow: hidden;
	}
	.wrap-mainleft li{
		height: 44px;
		overflow: hidden;
	}
	.wrap-mainright img{
		padding: 0 3px;
	}
	.col .pic img{
		min-width: 100%;
		height: 109px;
	}
}
@media (min-width:992px){
	.col-news-list li{
		height: auto;
		margin-bottom: 5px;
	}
	.col-news-carousel{
		padding-right: 15px;
	}
	.wrap-mainright img,
	.wrap-collink img{
		width: auto;
		height: auto;
	}
}
@media (max-width:480px){
	.col-news-list,
	.wrap-main{
		margin: 0 10px;
	}
	.col{
		margin: 0 10px;
	}
	.col ul{
		padding-left: 0;
	}
}

/* carousel
========================================================================*/
.carousel {  
    position: relative;  
}  
.carousel-inner {  
    position: relative;  
    width: 100%;  
    overflow: hidden;  
}  
.carousel-inner > .item {  
    position: relative;  
    display: none;  
    -webkit-transition: .6s ease-in-out left;  
    -o-transition: .6s ease-in-out left;  
    transition: .6s ease-in-out left;  
}  
.carousel-inner > .item > img,  
.carousel-inner > .item > a > img {  
    line-height: 1;  
}  
@media all and (transform-3d), (-webkit-transform-3d) {  
    .carousel-inner > .item {  
        -webkit-transition: -webkit-transform .6s ease-in-out;  
        -o-transition:      -o-transform .6s ease-in-out;  
        transition:         transform .6s ease-in-out;  
  
        -webkit-backface-visibility: hidden;  
        backface-visibility: hidden;  
        -webkit-perspective: 1000px;  
        perspective: 1000px;  
    }  
    .carousel-inner > .item.next,  
    .carousel-inner > .item.active.right {  
        left: 0;  
        -webkit-transform: translate3d(100%, 0, 0);  
        transform: translate3d(100%, 0, 0);  
    }  
    .carousel-inner > .item.prev,  
    .carousel-inner > .item.active.left {  
        left: 0;  
        -webkit-transform: translate3d(-100%, 0, 0);  
        transform: translate3d(-100%, 0, 0);  
    }  
    .carousel-inner > .item.next.left,  
    .carousel-inner > .item.prev.right,  
    .carousel-inner > .item.active {  
        left: 0;  
        -webkit-transform: translate3d(0, 0, 0);  
        transform: translate3d(0, 0, 0);  
    }  
}  
.carousel-inner > .active,  
.carousel-inner > .next,  
.carousel-inner > .prev {  
    display: block;  
}  
.carousel-inner > .active {  
    left: 0;  
}  
.carousel-inner > .next,  
.carousel-inner > .prev {  
    position: absolute;  
    top: 0;  
    width: 100%;  
}  
.carousel-inner > .next {  
    left: 100%;  
}  
.carousel-inner > .prev {  
    left: -100%;  
}  
.carousel-inner > .next.left,  
.carousel-inner > .prev.right {  
    left: 0;  
}  
.carousel-inner > .active.left {  
    left: -100%;  
}  
.carousel-inner > .active.right {  
    left: 100%;  
}
/* 轮播（Carousel）指标 */
.carousel-indicators {
	position: absolute; /*整个计数区域绝对定位*/
	bottom: 2%; /*距容器carousel底部10px*/
	z-index: 15; /*设置其在Z轴的层级*/
	/*让整个计数区水平居中*/
	right: 2%;
	margin-left: -20px;
	padding-left: 0;
	text-align: right;
	width: 30%;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff \9;
	background-color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	border-radius: 10px;
	margin: 0 3px;
}
/*设置当前状态样式*/
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 0 none;
}
/* 轮播（Carousel）标题 */
.carousel-caption {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	line-height: 24px;
	padding: 10px 17% 10px 2%;
	text-align: left;
	color: #fff;
	background-color: #1c4177 \9;
	background-color: rgba(28, 65, 119, 0.6);
}
@media only screen and (min-width: 991px) {
	.carousel-caption {
		font-size: 1.6rem; font-size: 16px;
		padding: 10px 10% 10px 2%;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		min-width: 100%;
		height: 390px;
	}
}

/* scroll_news
========================================================================*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
	margin: 10px 0;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}
.str_wrap li{
	margin-bottom: 5px;
	height: auto;
}
.str_wrap li span{
}
.str_wrap li a{
}
.dowebok {
	height: 200px;
}

/* scroll_zt
========================================================================*/
.scroll_zt{
	position:relative;
	width:100%;
	padding: 20px 25px;
}
.scroll_zt .list img{
	min-width: 100%;
	height: 73px;
}
.scroll_zt .box{
	overflow:hidden;
	position:relative;
	width:99%;
	margin:0 auto;
}
.scroll_zt .list{overflow:hidden;width:9999px;}
.scroll_zt .list li{
	float:left;
	padding-right:18px;
}
.scroll_zt .plus,
.scroll_zt .minus{
	position:absolute;
	top:22%;
	width:13px;
	line-height: 60px;
	text-align: center;
	color: #a8a8a8;
	cursor:pointer;
	font-size: 3.8rem; font-size: 38px;
}
.scroll_zt .plus{
	left:0;
}
.scroll_zt .minus{
	right:0;
}
.scroll_zt .plus:hover,
.scroll_zt .minus:hover{
	background:#f8f8f8;
}
@media (min-width: 768px){
	.scroll_zt{
	}
	.scroll_zt .list img{
		height: 59px;
	}
}
@media (min-width: 992px){
	.scroll_zt .list img{
		height: 71px;
	}
}

/*fengcaizhaishi*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:22px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    margin: 0 5px 10px 5px;
	padding: 0 5px;
    height:159px;
}