a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var{margin:0;padding:0; font-family:"微软雅黑","黑体"}
li{ list-style:none;}
a{ text-decoration:none;}
img{ border:none;}
/*头部开始*/
.top{ width:100%; height:80px; background:rgba(255,255,255,0.8);/*阴影*/box-shadow:0px 3px 5px rgba(0,0,0,0.1);position:fixed; top:0px; left:0; z-index:100;}
.top_c{ width:1000px; margin:auto; height:100px; position:relative;}
/*logo*/
.logo{ margin-top:10px; float:left;}
/*导航*/
.daohang{ width:750px; height:40px;  position:absolute; bottom:40px; right:0;}
.daohang li{  float:left; height:40px; line-height:40px; text-align:center; margin-right:35px; border-right:# }
.daohang .line{ width:100px; height:4px; background:#fab502; position:absolute; top:40px;left:0;}
.daohang li a{ display:block; color:#5b3717; font-size:16px;   height:40px; line-height:40px; padding:0 5px;}
.daohang li:hover a.on{ color:#fab502;}
/*头部结束*/



/*海报区域开始*/
.slides{width:100%;height:500px;position:relative;overflow:hidden; margin-top:80px;}
.slideInner{height:500px;position:relative;left:0;margin-left:0;}
.slideInner a{display:block;height:500px;background-size:cover;background-position:center center;position:relative;text-align:center;z-index:1;}



.nav{width:1200px;position:relative;left:50%;margin-left:-600px;display:none;}
.nav a{display:block;width:41px;height:119px;opacity:.2;z-index:9;}
.nav a.prev{position:absolute;left:0;top:-350px;margin-top:-58px;background:url(../images/ban_pre.png) no-repeat;}
.nav a.next{position:absolute;right:0;top:-350px;margin-top:-58px;background:url(../images/ban_next.png) no-repeat;}
.navListBox{position:absolute;left:50%;top:675px;z-index:99;}
.navListBox li{width:12px;height:12px;float:left;margin-left:5px;border-radius:50%;overflow:hidden;}
.navListBox li:first-child{margin-left:0;}
.navListBox li a{display:block;width:100%;height:100%;border-radius:50%;background-color:#fff;box-shadow:0 0 5px #666 inset;}
.navListBox li a.active{background-color:#55ddff;}
/*海报区域结束*/





/*团队内容开始*/
@keyframes donghua{
	0%{left:-500px;}

	100%{left:200px;}
	}
.shfu{ width:1000px;  margin:auto;  text-align:center; position:relative;}

.sh{ width:1000px; height:200px; margin-top:40px; position:relative; left:0px; animation:donghua2 0.8s; }
@keyframes donghua2{
	0%{left:-1000px;}

	100%{left:0px;}
	}

/*标题*/	
.sh h2 a{ color:#5b3717;}
.sh .left{ position:absolute; top:15px; left:330px;}
.sh .right{ position:absolute; top:15px; right:330px;}
.out{ width:1000px;  margin-top:-100px; position:relative;}

/*左侧部分*/
.l{ width:472px; height:442px; border-right:1px solid #5b3717;  text-align:center; position:relative; overflow:hidden; top:30px;}
.l h2{ font-size:14px; color:#5b3717; margin-bottom:20px;}
.l h2:hover{ color:#fab502; cursor:pointer;}
.l p{ font-size:12px; color:#5b3717; opacity:0.8; text-align:left; line-height:24px; margin-top:30px; width:400px; margin-left:30px; position:absolute; bottom:-150px; transition:0.5s;}
.l img{ position:relative; left:500px; transition:1s;}
.l.add3 img{  left:0px;}
.l.add3 p{ bottom:0px; }

/*右侧部分*/
.r img{ position:relative; left:500px; transition:1s;}
.r.add4 img{  left:0px;}
.r.add4 p{ bottom:0}
.r{ width:526px; height:442px; border-left:1px solid #5b3717;  text-align:center; float:right; margin-top:-442px; position:relative; overflow:hidden; top:30px;}
.r h2{ font-size:14px; color:#5b3717; margin-bottom:20px;}
.r h2:hover{ color:#fab502; cursor:pointer;}
.r p{ font-size:12px; color:#5b3717; opacity:0.8; text-align:left; line-height:24px; margin-top:30px; width:400px; margin-left:60px; position:absolute; bottom:-180px; transition:0.5s;}

/*团队内容结束*/




/*底部区域开始*/

/*底部logo*/
.foot img{ width:100px; position:relative; bottom:-120px; left:50%; margin-left:-50px;}


.foot1{ height:240px; background:url(../images/ft_bg.jpg) no-repeat center; margin-top:20px;}
.foot1 .center{ width:1000px; height:240px; margin:auto; overflow:hidden;}
/*底部的上部分*/
.foot1 .center .s{ width:680px; position:relative; margin:70px auto 0;}
.foot1 .center .s ul{ width:680px; height:110px; border-bottom:1px solid #4F4F4F;}
.foot1 .center .s ul li{ line-height:14px; }
.foot1 .center .s ul a{ display:block;color:#797a7a; font-size:12px; margin-bottom:10px;  }
.foot1 .center .s .con1{ left:10px; width:80px;  position:absolute; top:60px;}
.foot1 .center .s .con2{ position:absolute; top:60px; left:100px; width:80px; }
.foot1 .center .s .con3{ position:absolute; top:60px; left:200px; width:90px; }
.foot1 .center .s .con4{ position:absolute; top:60px; left:300px; width:80px; }
.foot1 .center .s .con5{ position:absolute; top:60px; left:400px; width:80px; }
.foot1 .center .s .con6{ position:absolute; top:60px; left:500px; width:80px; }
.foot1 .center .s .con7{ position:absolute; top:60px; left:600px; width:80px; }
.foot1 .center .s ul li:hover a{ color:#fff;}
/*底部的下部分*/
.foot1 .center .x{ width:680px; height:50px;margin:20px auto; text-align:center; font-size:12px; color:#797a7a; line-height:12px;}
.foot1 .center .x a{color:#797a7a;}
.foot1 .center .x a:hover{ color:#fff;}
/*底部区域结束*/

