.permanent{ padding-top:50px; padding-bottom:50px;}
.permanent .left{ width:750px;overflow:hidden;}
.permanent .right{ width:430px; overflow:hidden;}
.permanent a{ display:block; width:33%; height:300px; float:left; overflow:hidden; margin-bottom:20px; background:#ccc; text-decoration:none;}
.permanent a:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.permanent a:hover .title{top:-180px; height:150px; 
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.permanent a:hover .bg{ height:150px; }
.permanent a:hover .txt{  top:-150px;  }

.permanent .pic{width:100%; height:100%;}
.permanent .pic img{width:100%; height:100%;}
.permanent .title{ position:relative; top:-100px; height:70px; overflow:hidden; border-left:5px solid #054D89; margin-left:30px; margin-right:30px;}
.permanent .title .bg{ background:#000; height:70px; 
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);}
.permanent .title .txt{ position:relative; top:-70px; color:#fff;padding-left:30px; line-height:25px;}
.permanent .title .txt b{ display:block;line-height:70px; font-size:18px; font-weight:normal;}




.temporary{padding:50px 0px;}
.showBox{padding-top:40px;}
.show{position: relative;text-align: center;width:1200px;margin:0 auto; }

.show .dots{position:absolute;left:0;right:0;bottom:0px;z-index:3; background:#F6F6F6; height:50px; margin:0px; padding:0px;}
.show .dots li{display:inline-block;width:44px;height:29px;margin:0 4px;text-indent:-999em;cursor:pointer;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s; background:url(/en/images/zhanlan/dot.jpg); margin:20px 10px 0px 10px;}
.show .dots li.active{opacity:1;background:url(/en/images/zhanlan/dotChk.jpg)}

.show_arrow{ position:relative; height:0px; margin:0 auto; width:1320px; left:-60px;}
.show_arrow .arrow{position:absolute;width:60px;height:60px; text-align:center; line-height:40px;top: -230px; margin-top: 0px; overflow: hidden; z-index: 99; 
font-size:70px;
color:#000;
display:none;
}	
.show_arrow .arrow:hover{
-moz-opacity: 0.9;
opacity: .90;
filter: alpha(opacity=90);
}
.show_arrow .arrow_left{left:0px}
.show_arrow .arrow_right{right:0px}

.show ul{z-index: 1;width: 100%;}
.show ul .slider-item {width:1200px; float: left;height:460px; position: relative; overflow: hidden;}
.show ul .slider-item img{ height:410px;}
.show ul .slider-item .slider-title {width: 1200px;max-height: 56px;position: absolute;left: 0;bottom: 0px;padding: 15px;text-align:left;line-height: 28px;color: #fff;font-size: 14px; background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9)); display:none;}
.show .progress{position:absolute;left:0;bottom:0;min-height:3px;overflow:hidden;z-index:2;background:#014B88; display:none;}
.show em{font-style:normal; font-weight:normal;}

.show .progress{ width:50%;}




.pic_list{  padding:50px 0px;}
.pic_list .title{ text-align:center; font-size:20px; color:#000; margin-bottom:50px;}
.pic_list .title span{ border-bottom:5px solid #014B88; padding-bottom:3px; color:#000;}

.pic_list .lst { padding-top:40px;}
.pic_list li{ height:350px; overflow:hidden; width:240px; float:left; cursor:pointer;}
.pic_list li .box{ padding-right:20px;}
.pic_list .pic{ height:290px; overflow:hidden;}
.pic_list .lst img{ width:100%; height:340px;}
.pic_list .lst img:hover {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.pic_list li:hover .tit{ background:#E2AE40; color:#fff;}
.pic_list .tit{ text-align:center; height:40px; line-height:40px; background:#CFA448; color:#fff; font-size:14px;}

.pic_list .btn{ margin-top:20px;}
.pic_list .btn a{ width:200px; height:40px; line-height:40px; background:#014B88; text-align:center; display:block; margin:0 auto; color:#fff; text-decoration:none; font-size:16px;}
.pic_list .btn a:hover{ background:#1976C3;}