/*焦点图*/
.banner{
	width:100%;
	height:432px;
	background:#d1d1d1;
}

.banner_inner{
	width:1300px; 
	height:432px;
	margin:0 auto;
	
}


.focus{ 
	position:relative; 
	width:1300px; 
	height:432px; 
	
	float: left;
}  
.focus img{
	 width: 1300px; 
	 height: 432px;
} 

.focus .btn{
	 position:absolute; 
	 bottom:34px; 
	 left:510px; 
	 overflow:hidden; 
	 zoom:1;
} 
.focus .btn a{
	position:relative; 
	display:inline; 
	width:13px; 
	height:13px; 
	border-radius:7px; 
	margin:0 5px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53"; 
	text-decoration:none; 
	text-align:center; 
	outline:0; 
	float:left; 
	background:#D9D9D9; 
}  
.focus .btn a:hover,.focus .btn a.current{  
	cursor:pointer;
	background:#fc114a;
}  
.focus .fPic{ 
	position:absolute; 
	left:0px; 
	top:0px; 
}  
.focus .D1fBt{
	overflow:hidden; 
	zoom:1;  
	height:16px; 
	z-index:9;  
}  
.focus .shadow{
	 width:443px; 
	 position:absolute; 
	 bottom:25px; 
	 right:65px; 
	 z-index:9; 
	 height:96px; 
	 line-height: 70px; 
	 background:rgba(0,0,0,0.6);    
	 filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  
     display:block;  
	 text-align:center; 
}  
.focus .shadow {
	 text-decoration:none; 
	 color:#fff; 
	 font-size:30px; 
	 overflow:hidden; 
	
	 font-weight:bold;
	 
}  
.focus .fcon{
	 position:relative; 
	 width:100%; 
	 float:left;  
	 display:none; 
	 background:#000;
}  
.focus .fcon img{
	 display:block; 
}  
.focus .fbg{
	bottom:8px; 
	right:90px;
	position:absolute; 
	height:21px; 
	text-align:center; 
	z-index: 9; 
	width:109px;
}  
.focus .fbg div{
	margin:-28px auto 0;
	overflow:hidden;
	zoom:1;
	height:14px;
}    
.focus .D1fBt a{
	position:relative; 
	display:inline; 
	width:11px; 
	height:11px; 
	background:url(../images/yuan_03.png) no-repeat ;
	margin:0 5px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53"; 
	text-decoration:none; 
	text-align:center; 
	outline:0; 
	float:left; 
	
}    
.focus .D1fBt .current,.focus .D1fBt a:hover{
	background:url(../images/yuan_05.png) no-repeat;
}    
.focus .D1fBt img{

	display:none
}    
.focus .D1fBt i{
	display:none; 
	font-style:normal; 
}    

.content{
	width:1168px;
	margin:20px auto 0;
	
}
.news{
	width:740px;
	height:335px;
	float:left;
	overflow:hidden;
}
.news_top{
	height:43px;
	border-bottom:2px solid #004ba8;
	line-height:45px;
}
.news_top h1{
	font-size:18px;
	color:#252222;
	font-weight:500;
	float:left;
	line-height:45px;
}
.news_top h1 .eng{
	color:#acacac;
	font-size:16px;
	font-style:italic;
	margin-left:7px;
}
.news_top ul li{
    font-size:18px;
    color:#004ba8;
    line-height:45px;
    cursor:pointer;
    height:43px;
    
}
.news_top ul li+li{
    margin-left:46px;
}
.news_top li.on{
          color:#4c4c4c;
    
}

.news_top .more{
	float:right;
	line-height:45px;
	font-size:18px;
	
	
}

.news_top .more a{
	color:#004ba8;
	background:url(../images/more_07.png) no-repeat right center;
	margin-right:10px;
	padding-right:20px;
}

.news_top .ab{
    right:10px;
    top:12px;
    display:block;
    width:20px;
    height:18px;
    display:none;
    background:url(../images/notice_07.png) center no-repeat;
}
.news_top .on .ab{
    display:block;
}
.news_top a:hover{
     background:url(../images/more_07.png) no-repeat right center;
}
.news_top .more a:hover{
    background:url(../images/more_07.png) no-repeat right center;
}
.news_con{
	padding:24px 17px 0 0;
           height:263px;
}
.news_con_left a{
    display:block;
    width:297px;
    height:263px;
}
.news_con_left div.img{
    width:297px;
    height:198px;
    overflow:hidden;
}
.news_con_left .hd{right:10px;top:180px;z-index:9;}
.news_con_left .hd li{width:8px;height:8px;background-color:#fff;border-radius:4px;margin-left:5px;}
.news_con_left .hd li.on{background-color:#004ba8;}
.news_con_left div.img img{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.news_con_left .bd li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.news_con_left{
	width:297px;
}
.news_con_left h3{
	font-size:14px;
	line-height:25px;
           color:#252222;
	
}

.news_con_left p{
	font-size:12px;
	text-indent:2em;
	line-height:20px;
          color:#797979;
}

.news_con_right{
	width:395px;
           height:263px;
}
.news_con_right li h3{
	color:#292929;
	font-size:15px;
        font-weight:normal;
        font-family:"宋体";
}

.news_con_right li span{
    font-size:13px;
    color:#666666;
    height:19px;
    font-family:"宋体";
}
.news_con_right li+li{
    margin-top:15px;
}

.news_con_right li a{
    display:block;
}
.news_con_right li:hover h3{color:#004ba8;}

.notice{
	width:400px;
	float:right;
	height:335px;
	oveflow:hidden;
}
.notice .news_top .more a,.ztwz .news_top .more a,.zou .news_top .more a{
height:18px;
display:block;
	background:url(../images/notice_07.png) no-repeat right center;
	margin-right:10px;
	padding-right:20px;
	clear:both;
	margin-top:13px;
}
.notice ul.subN{
	padding:20px 7px 0;
	height:281px;
	overflow:hidden;
}
/*.notice ul.subN li{
	height:50px;
}*/
#notice li{height:50px;}
.notice ul.subN li:hover .date{
	
	border:1px solid #f9870a;
	
}
.notice ul.subN li .txt{
	width:306px;
	float:right;
	margin-right:5px;
	margin-top:5px;
        
}
.notice ul.subN li:hover .date_t{
	background:#f9870a;
	
}
.notice ul.subN li:hover .date_b{

	color:#e17d0f;
}
.notice ul.subN li .date{
	width:58px;
	height:48px;
	border:1px solid #004ba8;
	float:left;
}

.notice ul.subN li .date_t{
	background:#004ba8;
	height:29px;
	line-height:30px;
	text-align:center;
	font-size:23px;
	color:#ffffff;
}
.notice ul.subN li+li{margin-top:15px;}
/*.notice ul.subN li+li{margin-top:21px;}*/
#notice li+li{margin-top:21px;}
.notice ul.subN li .date_b{
	height:19px;
	line-height:19px;
	text-align:center;
	font-size:12px;
	color:#004ba8;
}
.picList{
    margin-top:25px;
}
.picList li{
    width:275px;
    height:58px;
    background:#e6eaef;
    margin:15px 0 0 22px;
}
.picList ul{margin-left:-22px;}
.picList li div{
    width:58px;
    height:58px;
}
.picList li a{
display:block;
width:165px;
height:58px;
padding-left:100px;
box-sizing:border-box;
   line-height:58px;
   font-size:16px;
   color:#333333;
   text-align:justify;
}
.picList li a:after{
display: inline-block;
    width: 100%;
    content: '';
}
.picList li div img{
    display:block;
    margin:15px auto 0;
    /*-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;*/
}
.picList li div{
   width:58px;
   height:58px;
   left:0;
   top:0;
   z-index:9;
}
.picList li{
   margin: 15px 0 0 22px;
}




.picList li.p1 div,.picList li.p1:hover{background:#004ba8;}
.picList li.p2 div,.picList li.p2:hover{background:#357dd3;}
.picList li.p3 div,.picList li.p3:hover{background:#5f94d3;}
.picList li.p4 div,.picList li.p4:hover{background:#a673ca;}
.picList li.p5 div,.picList li.p5:hover{background:#cf4338;}
.picList li.p6 div,.picList li.p6:hover{background:#55b589;}
.picList li.p7 div,.picList li.p7:hover{background:#dab44d;}
.picList li.p8 div,.picList li.p8:hover{background:#00a6a8;}
.picList li.p9 div,.picList li.p9:hover{background:#4f6f95;}
.picList li.p10 div,.picList li.p10:hover{background:#406cc6;}
.picList li:hover div{left:33px;}
.picList li:hover a{color:#fff;}
.link{margin-top:40px;}
.boxp {
	float:left;
	width:178px;
	height:58px;
	
	margin:16px 8px 0;
	background:#EEE;
	
	position:relative;
	display:inline;
}
.boxp a {
	display:block;
	width:178px;
	height:58px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.boxBor {
	position:absolute;
	left:0;
	top:0;
	display:none;
	border:1px solid white;
	z-index:4;
	background:#fff;
	background:-moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
	background:-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
	background:-o-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
	background:-ms-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.77));
}






.link{
}

.ztwz{
	width:914px;
	
	
}
.ztwz ul{
	margin:21px 0 15px;
}
.ztwz ul li+li{margin-left:22px;}
.ztwz ul li a{
	display:block;
          width:290px;
         
         overflow:hidden;
	
}
.link_pic{
	width:218px;
          height:275px;
          margin-top:5px;
}
.link_pic li a{
	display:block;
          width:218px;
          height:110px;
          overflow:hidden;
	
}
.link_pic li+li{margin-top:55px;}
.link_pic li img,.ztwz li img{
     -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}
.link_pic li:hover img,.ztwz li:hover img{
   -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.zou{
	width:100%;
	
}
.zou .news_top{
	width:1168px;
	margin:0 auto;
}
.zou .xiao{
	width:100%;
	height:223px;
	padding-top:20px;
	
}


#panda-show .shuffer-title {
	height: 70px;
	padding-top: 12px;
	text-align: center;
	box-sizing: border-box;
}

#panda-show  .full {
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
	height:196px;
}

#panda-show  .content {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}

@media screen and (min-width:1400px) {
	#panda-show	.content {
		width: 1260px;
	}
}

@media screen and (min-width:1660px) {
	#panda-show	.content {
		width: 1260px;
	}
}

#panda-show  .cover-left {
	width: 2000px;
	position: absolute;
	left: -2000px;
	top: 0;
	opacity: 0.7;
	background: #000;
	height: 196px;
	z-index: 9;
	overflow:hidden;
}

#panda-show  .cover-right {
	width: 2000px;
	position: absolute;
	right: -2000px;
	top: 0;
	background: #000;
	opacity: 0.7;
	height: 196px;
	z-index: 9;
	overflow:hidden;
}

#panda-show  .swiper-container {
	overflow: visible;
	height: 196px;
}

#panda-show  .swiper-slide {
	position: relative;
	overflow:hidden;
	box-sizing:border-box;
           padding:0 2px;
}

#panda-show  .swiper-slide img {
	width:100%;
	opacity: 0.7;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
}

#panda-show  .swiper-slide  a:hover img {
	opacity: 1;
}

#panda-show  .arrow-left {
	background: url(../images/prev.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -26px;
	width: 23px;
	height: 53px;
	z-index: 9;
}

#panda-show .arrow-right {
	background: url(../images/next.png) no-repeat right top;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -26px;
	width: 20px;
	height: 53px;
	z-index: 9;
}
/**/
#panda-show .shuffer-line {
	height: 4px;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	background-color: #1dd388;
}

#panda-show a:hover .shuffer-line {
	height: 95px;
	background-color: #1dd388;
	opacity: .8;
}

#panda-show .stars-info {
	height: 110px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
	color: #fff;
}

#panda-show a:hover .stars-info {
	height: 95px;
	border-bottom: 0 none;
}

#panda-show .stars-info .name {
	font-size: 20px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#panda-show a:hover .stars-info .name {
	margin: 8px 0 0;
}

#panda-show .stars-info .intro {
	padding: 0 10px;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	margin: 5px 0 30px;
	color: rgba(255,255,255,.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#panda-show .stars-info .icon-shuffer-live {
	position: absolute;
	left: 50%;
	bottom: 38px;
	width: 29px;
	height: 9px;
	margin-left: -15px;
	background: url(../images/live.png) no-repeat;
	opacity: 1;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
}

#panda-show a:hover .stars-info .icon-shuffer-live {
	opacity: 0;
}

#panda-show .stars-info .number {
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all linear 250ms;
	transition: all linear 250ms;
	height: 20px;
	line-height: 20px;
	width: 100%;
	position: absolute;
	bottom: 8px;
	left: 0;
}

#panda-show .stars-info .number i {
	width: 16px;
	height: 12px;
	display: inline-block;
	background: url(../images/eye.png) no-repeat center;
	margin-right: 8px;
}