﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1190px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
	color:#1a1919;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#1a1919;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#5d7ebe;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#706f6f;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#706f6f;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#706f6f;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#706f6f;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1190px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
.header .logo{
	float: left;
	display: block;
	height: 80px;
}
.header .logo img{
	height: 80px;
	display: block;
}
.header .logo .im1{
	display: block;
}
.header .logo .im2{
	display: none;
}
.headerfixed .logo .im1{
	display: none;
}
.headerfixed .logo .im2{
	display: block;
}
.headerfixed{
	background:#fff;
	box-shadow:0 0 5px #ddd;
}
.nav{
	font-size:16px;
	float: right;
	line-height: 80px;
}
.nav a{
	float: left;
	margin-right:45px;
	color:#fff;
}
.headerfixed .nav a{
	color:#1a1919;
}
.nav a:hover{
	color:#5d7ebe;
}
.header .tel{
	float: right;
	width: 138px;
	height: 28px;
	line-height: 28px;
	border-radius:3px;
	font-size:20px;
	font-family:arial;
	background:#f3de61 url("../images/nav_tel.png") no-repeat 7px center;
	padding-left:34px;
	margin-top:26px;
}

.banner{
	height: 600px;
	background:url("../images/banner.jpg") no-repeat top center;
	position: relative;
}
.ba_bt{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 124px;
	text-align: center;
}
.ba_bt a{
	position: relative;
	display: inline-block;
	width: 238px;
	height: 50px;
	border:3px solid #fff;
	border-radius:3px;
	line-height: 50px;
	color:#fff;
	font-size:20px;
	font-weight: bold;
	margin:0 18px;
}
.ba_bt .ani{
	display: block;
	width: 32px;
	height: 32px;
	background:url("../images/ani.png") no-repeat center center;
	position: absolute;
	right: 35px;
	bottom: 3px;
	-webkit-animation-name: mouseAni;
  	animation-name: mouseAni;
  	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	animation-timing-function:linear;
	-webkit-animation-timing-function:linear; /*循环播放*/
}
@-webkit-keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(0, 3px);
   	 -webkit-transform: translate(0, 3px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

@keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  50%{
  	 transform: translate(0, 3px);
   	 -webkit-transform: translate(0, 3px);          
  }  

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

/*公用CSS 结束*/

.area1{
	height: 223px;
	background:url("../images/a1bg.jpg") no-repeat top center;
	position: relative;
}
.area1 .down{
	display: block;
	width: 84px;
	height: 84px;
	position: absolute;
	top: -42px;
	left: 50%;
	margin-left:-42px;
	background:#fff url("../images/a1_down.png") no-repeat top center;
	border-radius:100%;
	box-shadow:0 3px 5px #ddd;
}
.area1 dl{
	text-align: center;
	padding-top:52px;
}
.area1 strong{
	color:#5675aa;
}
.area1 dt{
	height: 55px;
	line-height: 55px;
	font-size:24px;
	font-weight: bold;
}
.area1 dd{
	line-height: 24px;
	font-size:16px;
}
.floor_pos{
	position: absolute;
	top: -80px;
}
.area2{
	position: relative;
	padding-bottom:50px;
	background:url("../images/a2bg.jpg") no-repeat top center;
}
.area2 .head{
	height: 170px;
	padding-top:55px;
	position: relative;
	text-align: center;
}
.area2 dl{
	width: 720px;
	margin:0 auto;
	color:#383a3c;
}
.area2 dt{
	height: 72px;
	line-height: 72px;
	font-size:45px;
	font-weight: bold;
	border-bottom:1px solid #797979;	
	position: relative;
}
.area2 dt i{
	width: 214px;
	height: 6px;
	background:#5d7ebe;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left:-107px;
}
.area2 dd{
	height: 62px;
	line-height: 62px;
	font-size:24px;
}
.area2 .handle{
	height: 68px;
	text-align: center;
}
.area2 .btn{
	display: inline-block;
	font-size:20px;
	height: 40px;
	line-height: 40px;
	border:3px solid #f2f2f2;
	padding:0 30px;
	border-radius:3px;
}
.area2 .hover{
	color:#6280c0;
	border-color:#6280c0;
}
.area2 .con{
	display: none;
}
.area2 .show{
	display: block;
}
.a2_tab{
	margin:0 auto;
	width: 1190px;
	border:1px solid #f2f2f2;
	text-align: center;
	background:#fff;
}
.a2_tab td,.a2_tab th{
	border:1px solid #b2b2b2;
}
.a2_tab th{
	height: 40px;
	background:#5d7ebe;
	border-top:1px solid #5d7ebe;
	border-bottom:1px solid #5d7ebe;
	font-size:18px;
	font-weight: normal;
	color:#fff;
}
.a2_tab td{
	height: 84px;
	line-height: 20px;	
}
.a2_tab .tl{
	text-align:left;
	padding-left:50px;
}
.a2_tab .t1{
	width: 158px;
}
.a2_tab .t2{
	width: 262px;
}
.a2_tab .t3{
	width: 326px;
}
.a2_tab .t4{
	width: 216px;
}
.a2_tab .aska{
	display: block;
	width: 136px;
	height: 45px;
	line-height: 45px;
	border-radius:3px;
	background:#5d7ebe;
	margin:0 auto;
	color:#fff;
	font-size:18px;
}
.a2_tab tr:nth-child(odd) td{
	background:#f3cd91;
}

.area3{
	height: 523px;
	background:url("../images/a3bg.jpg") no-repeat top center;
	text-align: center;
	position: relative;
}
.area3 .title{
	text-align: center;
	padding-top:20px;
	line-height: 112px;
	background:url("../images/a3_title.png") no-repeat bottom center;
	font-size:34px;
	color:#5d7ebe;
}
.area3 .wp{
	width: 1200px;
	height: 230px;
	margin:0 auto;
	background:url("../images/a3_ck.png") no-repeat center center;
	position: relative;
	text-align: center;
}
.area3 dl{
	width: 240px;
	float: left;
	height: 105px;	
}
.area3 dt{
	height: 51px;
}
.area3 .num{
	display: block;
	width: 51px;
	height: 51px;
	margin:0 auto;
	background:#5d7ebe;
	border-radius:100%;
	line-height: 51px;
	color:#fff;
	font-size:26px;
}
.area3 dd{
	height: 54px;
	line-height: 54px;
	font-size:18px;
}
.area3 .go{
	display: block;
	width: 244px;
	height: 55px;
	line-height: 55px;
	border-radius:3px;
	background:#f4a930;
	font-size:20px;
	margin:40px auto 0 auto;
}
.area4{
	width: 1190px;
	margin:0 auto 67px auto;
	position: relative;
}
.area4 .title{
	height: 54px;
	line-height: 54px;
	border-bottom:2px solid #000;
	margin:54px 0;
	text-align: center;
	font-size:28px;
	color:#5d7ebe;
	position: relative;
}
.area4 .title i{
	display: block;
	width: 22px;
	height: 14px;
	position: absolute;
	bottom: -28px;
	left: 50%;
	margin-left:-11px;
	background:url("../images/a4_title.png") no-repeat top center;
}
.area4 .wp{
	height: 306px;
	padding-top:16px;
	position: relative;
	background:url("../images/a4bg.jpg") no-repeat top center;
}
.area4 .in{
	height: 40px;
	line-height: 40px;
	margin-top:20px;
}
.area4 .tit{
	float: left;
	width: 184px;
	text-align:right;
	font-size:20px;
	color:#383a3c;
	padding-right:10px;
}
.area4 .btn{
	float: left;
	display: block;
	width: 105px;
	height: 40px;
	border-radius:3px;
	background:#fff;
	font-size:18px;
	margin-right:15px;
	text-align: center;
}
.area4 .btn2{
	width: 166px;
	position: relative;
}
.area4 .btn2 em{
	color:#f00;
	line-height: 40px;
	position: absolute;
	left: 15px;
	top: 0;
	z-index: 10;
}
.area4 .btn2 .text{
	width: 100%;
	height: 40px;
	border:0;
	background:none;
	text-indent:35px;
	position: absolute;
	left: 0;
	top: 0;
	font-size:18px;
}
.area4 .hover{
	color:#fff;
	background:#ff6b4b;
}
.area4 .go{
	display: block;
	width: 256px;
	height: 50px;
	line-height: 50px;
	border-radius:3px;
	background:#5d7ebe;
	text-align: center;
	font-size:20px;
	color:#fff;
	position: absolute;
	right: 54px;
	bottom: 57px;
}

.area5{
	height: 835px;
	background:url("../images/a5bg.jpg") no-repeat top center;
}
.area5 .head{
	height: 170px;
	padding-top:55px;
	position: relative;
	text-align: center;
}
.area5 .head dl{
	width: 720px;
	margin:0 auto;
	color:#fff;
}
.area5 .head dt{
	height: 72px;
	line-height: 72px;
	font-size:45px;
	font-weight: bold;
	border-bottom:1px solid #fff;	
	position: relative;
}
.area5 .head dt i{
	width: 214px;
	height: 6px;
	background:#f4a930;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left:-107px;
}
.area5 .head dd{
	height: 62px;
	line-height: 62px;
	font-size:24px;
}
.fg27{
	height: 27px;
	clear: both;
}
.area5 .item{
	width: 262px;
	height: 174px;
	padding-top:12px;
	border:2px solid #fff;
	color:#fff;
	float: left;
	margin-left:24px;
}
.area5 .date{
	height: 34px;
	line-height: 34px;
	background:#fff url("../images/date.png") no-repeat 30px center;
	color:#5d7ebe;
	font-size:20px;
	padding-left:52px;
}
.area5 .item dl{
	padding:7px 29px 7px 29px;
}
.area5 .item dt{
	height: 36px;
	line-height: 36px;
	font-size:18px;
	white-space:nowrap;
}
.area5 .item em{
	font-size:12px;	
}
.area5 .item dd{
	font-size:13px;
	line-height: 20px;
}
.area5 .tit{
	float: left;
	width: 53px;
	height: 140px;
	background:#f4a930;
	text-align: center;
	font-size:24px;
	line-height: 40px;
	padding-top:50px;
}
.area5 .cleft .item{
	margin-left:0;
}
.area5 .tip{
	text-align:right;
	color:#fff;
	line-height: 3;
	font-size:12px;
}
.area5 .go{
	display: block;
	width: 244px;
	height: 55px;
	line-height: 55px;
	border-radius:3px;
	background:#f4a930;
	font-size:20px;
	margin:40px auto 0 auto;
	text-align: center;
}

.area6{
	position: relative;
	overflow: hidden;
}
.area6 .head{
	height: 170px;
	padding-top:55px;
	position: relative;
	text-align: center;
}
.area6 .head dl{
	width: 100%;
	margin:0 auto;
	color:#383a3c;
}
.area6 .head dt{
	width: 720px;
	margin:0 auto;
	height: 72px;
	line-height: 72px;
	font-size:45px;
	font-weight: bold;
	border-bottom:1px solid #7f7f7f;	
	position: relative;
}
.area6 .head dt i{
	width: 214px;
	height: 6px;
	background:#5d7ebe;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left:-107px;
}
.area6 .head dd{
	height: 62px;
	line-height: 62px;
	font-size:24px;
	white-space:nowrap;
}
.area6 .head strong{
	color:#5d7ebe;
	font-family:Impact;
}
.a6_slider{
	position: relative;
	height: 460px;
}
.a6_slider .cbtn{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top:-22px;	
	cursor: pointer;
}
.a6_slider .pre{
	left: 50%;
	margin-left:-660px;
	background:url("../images/a6_pre.png") no-repeat center center;
}
.a6_slider .next{
	right: 50%;
	margin-right:-660px;
	background:url("../images/a6_next.png") no-repeat center center;
}
.a6_slider .s_wrap{
	width: 1240px;
	height: 470px;
	margin:0 auto;
	overflow: hidden;
	position: relative;
}
.a6_slider li{
	width: 270px;
	height: 445px;
	border-bottom:9px solid #5d7ebe;
	box-shadow:0 5px 10px #ddd;
	float: left;
	margin:0 20px 10px 20px;
}
.a6_slider li:hover{
	background:#5d7ebe;
	color:#fff;
}
.a6_slider .photo{
	display: block;
	width: 270px;
	height: 224px;
}
.a6_slider .photo img{
	display: block;
	width: 270px;
	height: 224px;
}
.a6_slider dl{
	padding:14px 30px 9px 30px;
}
.a6_slider dt{
	height: 26px;
	line-height: 26px;
	font-size:22px;
}
.a6_slider dd{
	height: 22px;
	line-height: 22px;
	font-size:15px;
}
.a6_slider .in{
	padding:0 30px;
	line-height: 24px;
}
.a6_slider span{
	background:#f3de61;
	height: 10px;
	display: inline-block;
	border-radius:7px;
	padding:0 15px 0 10px;
	position: relative;
	margin-top:10px;
	left: -10px;
}
.a6_slider em{
	position: relative;
	top: -10px;
}
.a6_slider .go{
	width: 130px;
	height: 40px;
	line-height: 40px;
	border:3px solid #5d7ebe;
	border-radius:5px;
	margin:5px 30px;
	line-height: 40px;
	text-align: center;
	display: block;
	font-size:20px;
	font-weight: bold;
	color:#5d7ebe;
}
.a6_slider li:hover .go{
	background:#fff;
	border-color:#fff;
}
.a6_honor{
	width: 1240px;
	margin:50px auto 0 auto;
}
.a6_honor dl{
	width: 270px;
	float: left;
	text-align: center;
	margin:0 20px;
}
.a6_honor dt{
	height: 180px;
}
.a6_honor img{
	display: block;
	width: 270px;
	height: 180px;
}
.a6_honor dd{
	height: 76px;
	line-height: 76px;
	font-size:18px;
}
.area6 .go2{
	display: block;
	width: 244px;
	height: 55px;
	line-height: 55px;
	border-radius:3px;
	background:#f4a930;
	font-size:20px;
	margin:20px auto 60px auto;	
	text-align: center;
}
.area7{
	height: 966px;
	background:url("../images/a7bg.jpg") no-repeat top center;
	position: relative;s
}
.area7 .head{
	height: 170px;
	padding-top:55px;
	position: relative;
	text-align: center;
}
.area7 .head dl{
	width: 720px;
	margin:0 auto;
	color:#383a3c;
}
.area7 .head dt{
	height: 72px;
	line-height: 72px;
	font-size:45px;
	font-weight: bold;
	border-bottom:1px solid #383a3c;	
	position: relative;
}
.area7 .head dt i{
	width: 214px;
	height: 6px;
	background:#5d7ebe;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left:-107px;
}
.area7 .head dd{
	height: 62px;
	line-height: 62px;
	font-size:24px;
}
.a7_slider{
	width: 366px;
	height: 630px;
	position: absolute;
	bottom: 0;
	left: 50%;	
	margin-left:-530px;
	overflow: hidden;
}
.a7_slider li{
	width: 366px;
	height: 630px;
	float: left;
}
.a7_slider li img{
	display: block;
	width: 366px;
	height: 630px;
}
.a7_rt{
	width: 720px;
	position: absolute;
	right: 50%;
	height: 700px;
	bottom: 0;	
	margin-right:-600px;
}
.a7_rt li{
	text-align: center;
	height: 66px;
}
.a7_rt li span{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius:17.5px;
	background:#f4a930;
	padding:0 25px;
	margin:0 15px;
	font-size:17px;
	font-weight: bold;
	color:#fff;
}
.a7_rt li em{
	font-size:14px;
	font-weight: normal;
	color:#1a1919;
}
.a7_rt .go{
	display: block;
	width: 244px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius:3px;
	background:#5d7ebe;
	font-size:20px;
	color:#fff;
	margin:40px auto;
}

.area8{
	height: 903px;
	background:url("../images/a8bg.jpg") no-repeat top center;
	position: relative;
}
.area8 .head{
	text-align: center;
	width: 720px;
	height: 80px;
	line-height: 80px;
	border-bottom:1px solid #775317;
	margin:50px auto;
	font-size:46px;
	font-weight: bold;
	color:#383a3c;
	position: relative;
}
.area8 .head i{
	display: block;
	width: 214px;
	height: 6px;
	background:#5d7ebe;
	position: absolute;
	left: 50%;
	bottom: -3px;
	margin-left:-107px;
}
.area8 .wp{
	width: 1190px;
	height: 630px;
	margin:0 auto;
	position: relative;
}
.area8 .photo{
	position: absolute;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area8 .photo img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area8 .photo:hover img{
	transform: scale(1.1);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.area8 .photo1{
	width: 585px;
	height: 211px;
	left: 0;
	top: 0;
}
.area8 .photo2{
	width: 585px;
	height: 211px;
	right: 0;
	top: 0;
}
.area8 .photo3{
	width: 415px;
	height: 200px;
	left: 0;
	top: 232px;
}
.area8 .photo4{
	width: 415px;
	height: 200px;
	right: 0;
	top: 232px;
}
.area8 .photo5{
	width: 283px;
	height: 178px;
	left: 0;
	bottom: 0;
}
.area8 .photo6{
	width: 283px;
	height: 178px;
	left: 304px;
	bottom: 0;
}
.area8 .photo7{
	width: 283px;
	height: 178px;
	right: 302px;
	bottom: 0;
}
.area8 .photo8{
	width: 283px;
	height: 178px;
	right: 0;
	bottom: 0;
}
.area8 dl{
	width: 260px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left:-130px;
	margin-top:-65px;
	color:#383a3c;
	text-align: center;
}
.area8 dt{
	height: 50px;
	line-height: 50px;
	font-size:25px;
}
.area8 dd{
	height: 36px;
	line-height: 36px;
}
.area8 dd span{
	display: inline-block;
	padding-left:30px;
	font-size:16px;
	background:url("../images/a8_dd.png") no-repeat left center;
	margin:0 15px;
}

.footer_top{
	height: 140px;
	background:#5d7ebe;
	color:#fff;
}
.footer_top .tit{
	float: left;
	font-size:32px;
	line-height: 36px;
	width: 75px;
	border-right:1px solid #fff;
	margin-top:34px;
}
.footer_top .tip1{
	float: left;
	padding:34px 20px 0 20px;
	font-size:30px;
	line-height: 36px;
}
.footer_top ul{
	float: left;
	font-size:16px;
	line-height: 24px;
	padding:34px 28px 0 28px;
}

.footer{
	background:#1d1d1d;
	padding:47px 0 37px 0;
	text-align: center;
}
.footer .wp{
	width: 1080px;
	margin:0 auto;
}
.footer ul{
	float: left;
	width: 310px;
	line-height: 22px;
	color:#fff;
	text-align:left;
	padding-left:50px;
	background:url("../images/ft_tel.png") no-repeat left center;
}
.ft_copy{
	text-align: center;
	padding-top:16px;
	height: 46px;
	line-height: 46px;
	font-size:14px;
	color:#fff;
}
.footer p{
	font-size:12px;
	line-height: 22px;
	opacity: 0.3;
	color:#fff;
}
.ft_bar{
	width: 100%;
	height: 119px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	background:url("../images/footerbg.jpg") no-repeat top center;
}
.ft_zw{
	height: 119px;
	clear: both;
}
.ft_bar .wp{
	width: 1030px;
	margin:0 auto;
}
.ft_bar .tit{
	float: left;
	line-height: 119px;
	color:#fff;
	font-size:26px;
	font-weight: bold;
	padding-right:35px;
}
.ft_bar .in{
	width: 214px;
	height: 48px;
	float: left;
	margin:35px 35px 0 0;
	border:1px solid #d2d2d2;
	border-radius:3px;
	background:#fff;
	overflow: hidden;
	position: relative;
}
.ft_bar .ico{
	position: absolute;
	left: 0;
	top: 0;
}
.ft_bar em{
	line-height: 48px;
	color:#d1141e;
	position: absolute;
	left: 48px;
}
.ft_bar .text{
	height: 48px;
	border:0;
	font-size:16px;
	padding-left:60px;
}
.ft_bar .go{
	display: block;
	float: right;
	width: 230px;
	height: 50px;
	border-radius:3px;
	background:#f4a930;
	margin:35px 0 0 0;
	text-align: center;
	line-height: 50px;
	font-size:16px;
}
.ft_bar .close{
	width: 30px;
	height: 30px;
	position: absolute; 
	left:50%; margin-left:550px;
	top: 0;
	background:url("../images/mv_close.png") no-repeat left top;
	cursor: pointer;
}
.ft_left{
	position: fixed;
	left: 30px;
	bottom: 30px;
	z-index: 100;
	display: none;
	cursor: pointer;
}
.ft_left img{
	display: block;
	width: 150px;
	height: 150px;
}  .barrager{height:500px;overflow:hidden;position:relative;}
        .barrager li{position:absolute;}
        .addBarrager{border:1px solid #d5d5d5;height:75px;width:800px;margin:0 auto 30px;-webkit-border-radius: 20px;-moz-border-radius:20px;border-radius: 20px;}
 