@charset "UTF-8";
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, button, input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    margin-top: 5px;
    font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei",Tahoma,Arial,"Courier New","\5B8B\4F53";
    line-height: 32px;
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #c00;
    text-decoration: none;
}

.lt {
    float: right;
}

.rt {
    float: left;
}
.clearfix{
	margin: 20px 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.main {
    width: 1200px;
    margin: 0 auto;
}

.mgtp20 {
    margin-top: 20px;
}

/*顶部*/
/*顶部*/
.header{
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #0D67BB;
    color: white;
}
.top-bar{
    width: 1200px;
    margin: 0 auto;
}
.links{
    width: 200px;
    float: right;
    text-align: center;
}
.links a{
    color: #fff;
}
.top-bar .links li {
    display: inline;
    line-height: 35px;
    padding-right: 3px;
}
.top-bar .links li+li:before {
    content: "|";
    color: #999;
    margin-right: 6px;
}
.top-bar .links li a:hover{
    color: #CC0000;
}
/*logo*/
#logobox{
	height: 130px;
}
.logo-bar{
	width: 1200px;
	margin: 0 auto;
}
.logo-bar .logo{
	float: left;
	margin-top: 25px;
	width: 720px;
}
.phonebox{
	float: right;
	width: 480px;
	margin-top:40px ;
}
.phonebox .phone{
	margin-left: 30px;
	margin-top: 10px;
	font-size: 18px;
	font-family: "宋体";
	font-weight: bold;
	float: right;
	background-image: url(/static/themes/zhaosheng/pc/images/phone.png);
	background-repeat: no-repeat;
	background-position-y: 5px;
	padding-left: 20px;
    letter-spacing: 1px;
}
/*导航*/
#nav {
    height: 50px;
    background-color: #0D67BB;
    width: 100%;
    line-height: 50px;
    text-align: center;
}
#nav .navbox{
	width: 1200px;
	margin: 0 auto;
}

#nav .navbox .oneli {
    width: 9.09%;
    float: left;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    position: relative;
}

#nav .navbox .oneli a {
    display: block;
    color: white;
}

#nav .navbox .oneli a:hover {
    background-color: white;
    color: #000000;
}

#nav .navbox > .active > a {
    background-color: white;
    color: #000000;
}

#nav .navbox .oneli:hover .twonav {
    display: block;
}

#nav .twonav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 110px;
    z-index: 9999;
    background: #0874d8;
}

#nav .twonav li {
    line-height: 40px;
    font-weight: 500;
    font-size: 14px;
}

/*banner*/
.fullSlide{ width:100%;  position:relative;  height:350px; overflow: hidden;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0;}
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:350px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:350px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px;text-align:center;
	 _background:#000; _filter:alpha(opacity=60); 
}
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(/static/themes/zhaosheng/pc/images/tg_flash_p.png) -18px 0; overflow:hidden; 
	line-height:9999px; 
}
.fullSlide .hd ul .on{ background-position:0 0; }

/*主体内容*/
#main .w40 {
    width: 385px;
}
#main .w60{
	width: 680px;
}
#main .w50 {
    width: 500px;
}
.imglinkbox{
    margin-right: -10px;
}
.imglinkbox li{
    margin-right:10px;
}
.imglinkbox li a{
    display: block;
}
.linksbox01{
	width: 220px;
	background-color: #e6e6e6;
	height: 125px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}
.linksbox01 img{
	margin-top: 17px;
}
.linksbox02{
	width: 335px;
	background-color: #e6e6e6;
	height: 70px;
	float: left;
	text-align: center;
}
.linksbox02 img{
	margin-top: 14px;
}
.video{
	height: 250px;
}
.bd .video .slider-item li {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    background: none;
    padding: 0;
    height: 250px;
    position: relative;
}
.video .btn-play {
    display:none;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-indent: -99em;
    background: rgba(0,0,0,0.4) url(../images/play.png) no-repeat center;
}
.video .slider-item li:hover .btn-play {
    display: block;
}

.slider-item li img {
    width: 100%;
    min-height: 100%;
    float: right;

}
.slider-item li p {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    text-indent: 1em;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    background-color: #333\9;
}
.bd .video .slider-nav {
	position: relative;
    bottom: 54px;
    left: 335px;
    width: 80px;
}
.bd .video .slider-nav li {
    line-height: 1;
    display: inline-block;
    zoom: 1;
    background: none;
    padding: 0;
}
.bd .video .slider-nav a {
    display: inline-block;
    zoom: 1;
    margin: 0 auto;
    height: 6px;
    width: 6px;
    border: 3px solid #000;
    background-color: #222;
    font: 0/0 a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.bd .video .slider-nav a.active {
    background-color: #0D67BB;
}
.imagesbox{
	overflow: hidden;
	margin-top: 10px;
    min-height: 200px;
}
.images_left{
	float: left;
	width: 280px;
	height: 344px;
}
.images_right{
	float: right;
	width: 1200px;

}
.images_right li a{
    width: 230px;
	height: 165px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}
.images_right li a img{
    display: block;
    width: 100%;
}
/* 选项卡 */
.hasMoreTab {
    width: 100%;
    font-family: "Microsoft YaHei";
}

.hasMoreTab .hd {
    line-height: 40px;
    height: 40px;
    position: relative;
    padding-right: 10px;
    border-bottom: 1px solid #999999;
}
.hasMoreTab .hd .more {
    float: right;
}

.hasMoreTab .hd .more a {
    color: #999999;
    font-size: 16px;
}
.hasMoreTab .hd .more a:hover {
    color: #000000;
}

.hasMoreTab .hd ul {
    z-index: 5;
    position: absolute;
    height: 40px;
    overflow: hidden;
    zoom: 1;
}

.hasMoreTab .hd li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.hasMoreTab .hd li.on {
    height: 40px;
    line-height: 40px;
    background: #0d67bb;
    border-top: 0;
    font-weight: bold;
    color: #ffffff;
}

.hasMoreTab .bd {
    clear: both;
    position: relative;
}

.hasMoreTab .bd ul {
    margin-top: 12px;
}

.hasMoreTab .bd ul li {
    background: url(/static/themes/zhaosheng/pc/images/libg.gif) 5px center no-repeat;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:2;
}
.hasMoreTab .bd ul li span {
    float: right;
    margin-left: 20px;
    color: #666666;
}
.hasMoreTab .bd ul a {
    color: #666666;
}

.hasMoreTab .bd ul a {
    color: #666666;
}
.hasMoreTab .bd ul a:hover {
    color: #000000;
}
.titbox img {
    display: block;
    margin: 5px auto;
}
.xiyu {
    width: 50%;
    background: #E60000;
}
.mantan {
    width: 50%;
    background: #FED859;
}
/*专题滚动*/
.ladyScroll {
    width: 1200px;
    height: 210px;
    margin: 0 auto;
    position: relative;
}
.ladyScroll .prev {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 97px;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(/static/themes/zhaosheng/pc/images/pre.png) no-repeat;
}
.ladyScroll .next {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 97px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    background: url(/static/themes/zhaosheng/pc/images/next.png) no-repeat;
}
.ladyScroll .scrollWrap {
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.ladyScroll .scrollWrap .dlList {
    margin-right: -10px
}

.ladyScroll .scrollWrap .tempWrap {
    width: 1200px !important;
}
.ladyScroll dl {
    float: left;
    width: 294px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}
.ladyScroll dt {
    margin: 0 auto;
    width: 294px;
    overflow: hidden;
}
.ladyScroll img {
    display: block;
    width: 294px;
    height: 210px;
}


/*footer*/
#footer {
    background-color: #0D67BB;
    color: white;
    width: 100%;
    height: 90px;
    text-align: center;
    margin-top: 20px;
}

.footerinfo{
    padding-top: 15px;
}
.footerinfo p{
    line-height: 30px;
}
.footerinfo p a{
    color:#fff;
}
/*子站页面banner*/
.list-img-banner{
	width: 1200px;
	margin: 10px auto;
}

/*文章列表*/
.base_article01{
    width: 938px;
    float: right;
    margin-top: 20px;
}
.base_article{
	width: 100%;
	float: right;
	margin-top: 20px;
}
.hot-text{
    width: 242px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.title-silver h3{
    width: 222px;
    height: 50px;
    line-height: 50px;
    background-color: #0D67BB;
    color: white;
    padding-left: 20px;
    font-size: 20px;
}
.list-side{
    width: 220px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    min-height: 200px;
}
.list-side li{
	background: url(/static/themes/zhaosheng/pc/images/libg.gif) 5px center no-repeat;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 7px 0;
    color: #696969;
}
.list-side li a{
	color: #696969;
}
.list-side li a:hover{
	color: #0D67BB;
}
.base_title {
    height: 48px;
    line-height: 30px;
    border-bottom: 2px solid #cccccc;
    margin-bottom: 10px;
}

.base_title h3 {
    font-size: 20px;
    color: #373737;
    font-weight: bold;
    float: left;
    border-bottom: 2px solid #0D67BB;
}

.base_title h3 a {
    color: #0D67BB;
    display:block;
    padding: 9px 20px;
}

.base_bdcnav {
    height: 60px;
    line-height: 60px;
}

.base_bdcnav > span {
    font-size: 14px;
    margin-right: 15px;
    color: #696969;
}

.base_bdcnav > span > a {
    padding: 0 5px;
    color: #696969;
}

.base_bdcnav > span > a:hover {
    color: #c10200;
}

.base_bdcnav_location {
    background: url(/static/themes/zhaosheng/pc/images/location.jpg) no-repeat center left;
    padding-left: 24px;
}

.base_news_list {
    height: auto;
    padding: 0;
}

.base_news_listul {
    min-height: 500px;
}

.base_news_listli1 {
    border-bottom: 1px dotted #CCCCCC;
    background: url(/static/themes/zhaosheng/pc/images/iconarrow.png) no-repeat center left 12px;
    height: 38px;
    line-height: 38px;
    padding-left: 35px;
}

.base_news_listli1:last-child {
    border-bottom: none;
}

.base_news_listli1 > a {
    font-size: 14px;
}

.base_news_listli1 > a h5 {
    float: left;
    color: #696969;
    font-weight: normal;
    width: 715px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.base_news_listli1 > a > span {
    float: right;
    color: #b7b7b7;
}

.base_news_listli1 > a:hover h5 {
    color: #0d67bb;
}

/*图片列表*/
.base_pic_list {
    height: auto;
    padding: 0;
}

.base_pic_listul {
    min-height: 500px;
}

.base_pic_listli1 {
    width: 30%;
    height: 260px;
    float: left;
    background: #ffffff;
    margin-right: 60px;
    margin-top: 20px;
}

.base_pic_listli1:nth-child(3n) {
    margin-right: 0;
}

.base_pic_listli1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 204px;
    border: 1px solid #e7e7e7;
}

.base_pic_listli1 h5 {
    font-size: 18px;
    color: #5e5e5e;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    margin: 15px 0 2px 0;
    text-align: center;
}

.base_pic_listli1 > a:hover h5 {
    color: #0d67bb;
}

/*分页*/

.pagelist{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    height: 30px;
}
/* .pagination{
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
} */
    
.pagelist ul li {
    float: left;
    border: 1px solid #0d67bb;
    height: 30px;
    line-height: 20px;
    margin: 0px 5px;
}

.pagelist ul li a, .pageinfo {
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    background: #0d67bb;
}
.pagination>.disabled{
	background: #cccccc;
	display: block;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 30px!important;
}
.pagination>.active{
	background: #cccccc;
	display: block;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 30px!important;
}
.pageinfo {
    color: #555;
}

.page-active {
    background: #cccccc;
    display: block;
    padding: 0px 10px;
    font-weight: bold;
}
.page-active a{
    background-color: #ccc!important;
}
/*内容页*/
.base_news_show{height: auto;padding: 15px 0;}
.base_news_title{height: auto;border-bottom: 1px dashed #999999;text-align: center;}
.base_news_title>h3{font-size: 22px;color: #333333;font-weight: normal;padding-top: 15px;}
.base_news_title>div{font-size: 12px;color: #999999;line-height: 30px;padding-bottom: 10px;}
.base_news_title>div>span{padding-right:20px;}
.base_news_title>div>span:last-child{padding-right: 0;}
.base_news_main{font-size: 14px;padding: 10px;min-height: 500px;color: #999999;line-height: 30px;}
.base_news_main img{display: block;margin: 0 auto;max-width:100% !important ;height: auto!important;padding: 10px 0;}
.base_news_foot{width: 100%;height: 60px;margin-top:15px ;}
.base_news_foot a{width: 100%;height: 30px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 14px;color: #666666;}
.base_news_foot a:hover span{color: #FF0000;}




/* 本例子css */
.focusBox { position: relative; width: 604px; height: 550px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
.focusBox .pic img { width: 604px; height: 825px; display: block; }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;  }


/* 漂浮图片 */
					#floatAD {
						position: absolute;
						z-index: 99999;
					}

					#floatAD a {
						float: left;
					}

					#AD {
						position: relative;
					}

					.close {
						width: 20px;
						height: 20px;
						line-height: 20px;
						font-size: 13px;
						text-align: center;
						color: #1f7cb5;
						background-color: none;
						cursor: pointer;
						position: absolute;
						right: 0px;
						top: 6px;
					}


