﻿html,body{
	background-size: 100% 100%;
	height: 100%;
	background: #322f2d;
}
header{
	border-bottom: 4px solid rgba(0,0,0,0.2);
}
ul li{
	list-style: none;
}
.mark_li{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
}
.slider-multi ul li i.line_viewmore {
    color: #ffffff;
    position: absolute;
    top: 70px;
    width: 100%;
    height: 10px;
    background: url(../img/arrow_top.png) center center no-repeat;
    background-size: 18px 10px;
    left: 0;
    animation:spanmove 1s infinite;
	animation-timing-function: ease-in;
	animation-fill-mode:initial; 
}
@keyframes spanmove{
	0% {top:70px;}
	50% {top:60px;}
	100% {top:70px;}
}
.onHoverUp5px {
	position: relative;
}
.logo {
	width: 22%;
	height: auto;
}
/*三角形箭头css3*/
.arrow-right_project {
    right: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #d39071;
}
.arrow-left_project {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #d39071;
}
.paddingNone {
	padding-left: 0px;
	padding-right: 0px;
}
.slider-multi ul li .content .logo {
    display: block;
    margin: 0px auto 100px auto;
}
.slider-multi ul li .content .more-info {
    color: #ffffff;
    font-size: 2rem;
    padding: 6px 8px;
}
/*图片logo消失*/
.slider-multi ul li.slide-current:hover .logo{
	-webkit-animation: spin1 0.4s linear 1;/*鼠标hover时，i图标旋转,infinite表示动画无限循环*/
	animation: spin1 0.4s linear 1;  
	animation-fill-mode:forwards;   
}
@keyframes spin1 {
    from {
      margin: 0px auto 100px auto;
    }
    to {
      margin: -200px auto 100px auto;
    }
}
/*箭头图片改变*/
.slider-multi ul li.slide-current:hover .line_viewmore{
	-webkit-animation: spin2 0.6s linear 1;
	animation: spin2 0.6s linear 1;  
	animation-fill-mode:forwards;   
}
@keyframes spin2 {
    from {
      background: url(../img/arrow_top.png) center center no-repeat;
    }
    to {
      background: url(../img/arrow_bottom.png) center center no-repeat;
    }
}
.moreInfo_ul{
	text-align: center;
	width: 100%;
	font-size: 24px;
	color: #d39071;
	position: absolute;
	bottom: 0;
	opacity: 0;
}
.moreInfo_ul p{
	margin-bottom: 20px;
}
/*隐藏列表内容出现*/
.slider-multi ul li.slide-current:hover .moreInfo_ul{
	-webkit-animation: spin3 0.6s linear 1;
	animation: spin3 0.6s linear 1;  
	animation-fill-mode:forwards;  
}
@keyframes spin3 {
    from {
      opacity:0;
      bottom: 0;
    }
    to {
      opacity:1;
      bottom: 4%;
    }
}
.slider-multi ul li .content{
	display: none;
    position: absolute;
    text-align: center;
    top: 36px;
    /*border: 1px solid red;*/
    width: 100%;
    height: auto;
}
.slider-multi ul li p.content span{
	bottom: 0;
    left: 50%;
    width: 176px;
    margin-left: -88px;
    position: absolute;
}
#main_container{
	position: absolute;
	top: 50%;
	height: 288px;
	margin-top: -144px;
	left: 50%;
	margin-left: -512px;
	width: 1024px;
}
.slider-multi ul li{
	/*border:1px solid #FFFFFF;*/
	height: 246px;
	background-size: cover;
}
.slider-multi{
	margin: 0;
}
/*头尾*/
footer.fixed{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	padding-top: 10px;
	height: 140px;
	background: #3f3937;
}
.headerDiv_l{
	width: 13%;
	height: 100%;
	background: url(../img/logo_top.png) center center no-repeat;
	background-size: 100% 90px;
	cursor: pointer;
}
.headerDiv_r{
	width: 9%;
	height: 100%;
	background: url(../img/login.png) center center no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}
.headerDiv_r:hover{
	background: url(../img/login_h.png) center center no-repeat;
	background-size: 100% auto;
}
.footerDiv_tit{
	color: #988e8b;
	font-size: 12px;
	width: 70px;
	display: inline-block;
}
.footerDiv_con1,.footerDiv_con1 a,.footerDivWei{
	color: #988e8b;
	font-size: 12px;
	text-align: right;
}
.footerDiv_con a{
	color: #988e8b;
	font-size: 12px;
	margin-right: 10px;
}
.footerDiv_con a:hover,.footerDiv_con1 a:hover{
	color: #ffc5aa;
}
.footerDiv ul li{
	margin-bottom: 6px;
}
.footerDiv_l{
	width: 480px;
}
.footerDiv_r{
	width: calc(100% - 500px);
}
.dy_dd1{
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.footerDiv_rIcon{
	height: 76px;
	text-align: right;
	position: relative;
}
.footerDiv_rIcon span{
	display: inline-block;
	width: 38px;
	height: 76px;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}
.weibo_icon:after{
	position: absolute;
    width: 2px;
    height: 18px;
    background: #988e8b;
    content: "";
    top: 30px;
    left: 50px;
}
.weibo_icon{
	background: url(../img/xin.png) center center no-repeat;
	background-size: 38px 38px;
}
.weixin_icon{
	background: url(../img/wei.png) center center no-repeat;
	background-size: 38px 38px;
}
.weibo_icon:hover{
	background: url(../img/xin_h.png) center center no-repeat;
	background-size: 38px 38px;
}
.weixin_icon:hover{
	background: url(../img/wei_h.png) center center no-repeat;
	background-size: 38px 38px;
}
.weixin_icon:hover .erweima_div{
	display: block;
}
.erweima_div{
	width: 76px;
	height: 76px;
	position: absolute;
	right: 48px;
	top: 0px;
	display: none;
}
.erweima_div img{
	width: 100%;
	height: 100%;
}
.slider-multi ul li.slide-current:hover p.content a{
	color: white!important;
}
.slider-multi ul li.slide-current:hover .moreInfo_ul p a{
	color: white;
}
.moreInfo_ul p a:hover{
	color: #ffc5aa!important;
}
/*媒体查询1024*/
@media (min-width: 1024px){
	.slider-multi ul li{
		height: 246px;
	}
	#main_container{
		height: 288px;
		margin-top: -144px;
		margin-left: -512px;
		width: 1024px;
	}
	.headerDiv{
		width: 1024px;
		margin: 0 auto;
		height: 100%;
	}
	.footerDiv{
		width: 1024px;
		margin: 0 auto;
		height: 100%;
	}
	.slider-multi ul li.slide-current{
		width: 360px;
	}
	.slider-multi ul li .content{
		top: 20px;
	}
	.slider-multi ul li .content .logo{
		margin: 0px auto 80px auto;
	}
	.slider-multi ul li p.content span{
		bottom: 20px;
	}
	.slider-multi ul li i.line_viewmore{
		top: 40px;
		animation:spanmove 1s infinite;
		animation-timing-function: ease-in;
		animation-fill-mode:initial; 
	}
	@keyframes spanmove{
		0% {top:40px;}
		50% {top:60px;}
		100% {top:40px;}
	}
	.moreInfo_ul{
		font-size: 16px;
	}
	.moreInfo_ul p{
		margin-bottom: 10px;
	}
	/*图片logo消失*/
	.slider-multi ul li.slide-current:hover .logo{
		-webkit-animation: spin1 0.4s linear 1;/*鼠标hover时，i图标旋转,infinite表示动画无限循环*/
		animation: spin1 0.4s linear 1;  
		animation-fill-mode:forwards;   
	}
	@keyframes spin1 {
	    from {
	      margin: 0px auto 100px auto;
	    }
	    to {
	      margin: -120px auto 100px auto;
	    }
	}
	/*隐藏列表内容出现*/
	.slider-multi ul li.slide-current:hover .moreInfo_ul{
		-webkit-animation: spin3 0.6s linear 1;
		animation: spin3 0.6s linear 1;  
		animation-fill-mode:forwards;  
	}
	@keyframes spin3 {
	    from {
	      opacity:0;
	      bottom: 0;
	    }
	    to {
	      opacity:1;
	      bottom: 6%;
	    }
	}
	.slider-multi .pagination {
	    height: 40px;
	    margin: -40px auto 0 auto;
	    background-size: 16% 60%;
	}
	.slider-multi .pagination .counter .current {
	    left: 35px !important;
	    top: 6px;
	    font-size: 20px;
	}
	.slider-multi .pagination .counter .total {
	    right: 36px;
	    bottom: 6px;
	    font-size: 20px;
	}
	.slider-multi .pagination a {
	    top: 12px;
	    width: 22px;
	}
	.moreInfo_ul{
		height: 128px;
	}
}
/*媒体查询1366*/
@media (min-width: 1366px){
	.slider-multi ul li{
		height: 306px;
	}
	.logo{
		width: 22%;
	}
	#main_container{
		height: 348px;
		margin-top: -174px;
		margin-left: -683px;
		width: 1366px;
	}
	.headerDiv{
		width: 1366px;
		margin: 0 auto;
		height: 100%;
	}
	.footerDiv{
		width: 1366px;
		margin: 0 auto;
		height: 100%;
	}
	.slider-multi ul li.slide-current{
		width: 550px;
	}
	.slider-multi ul li .content{
		top: 50px;
	}
	.slider-multi ul li .content .logo{
		margin: -24px auto 70px auto;
	}
	.slider-multi ul li p.content span{
		bottom: 20px;
	}
	.slider-multi ul li i.line_viewmore{
		top: 50px;
		animation:spanmove 1s infinite;
		animation-timing-function: ease-in;
		animation-fill-mode:initial; 
	}
	@keyframes spanmove{
		0% {top:50px;}
		50% {top:70px;}
		100% {top:50px;}
	}
	.moreInfo_ul{
		font-size: 20px;
	}
	.moreInfo_ul p{
		margin-bottom: 10px;
	}
	/*图片logo消失*/
	.slider-multi ul li.slide-current:hover .logo{
		-webkit-animation: spin1 0.4s linear 1;/*鼠标hover时，i图标旋转,infinite表示动画无限循环*/
		animation: spin1 0.4s linear 1;  
		animation-fill-mode:forwards;   
	}
	@keyframes spin1 {
	    from {
	      margin: 0px auto 100px auto;
	    }
	    to {
	      margin: -210px auto 120px auto;
	    }
	}
	/*隐藏列表内容出现*/
	.slider-multi ul li.slide-current:hover .moreInfo_ul{
		-webkit-animation: spin3 0.6s linear 1;
		animation: spin3 0.6s linear 1;  
		animation-fill-mode:forwards; 
	}
	@keyframes spin3 {
	    from {
	      opacity:0;
	      bottom: 0;
	    }
	    to {
	      opacity:1;
	      bottom: 10%;
	    }
	}
	.slider-multi .pagination {
	    height: 40px;
	    margin: -36px auto 0 auto;
	    background-size: 16% 60%;
	}
	.slider-multi .pagination .counter .current {
	    left: 35px !important;
	    top: 6px;
	    font-size: 20px;
	}
	.slider-multi .pagination .counter .total {
	    right: 36px;
	    bottom: 6px;
	    font-size: 20px;
	}
	.slider-multi .pagination a {
	    top: 12px;
	    width: 22px;
	}
	.moreInfo_ul{
		height: 152px;
	}
}
/*媒体查询1600*/
@media (min-width: 1600px){
	#main_container {
	    height: 500px;
	    margin-top: -250px;
	    margin-left: -800px;
	    width: 1600px;
	}
	.headerDiv{
		width: 1600px;
		margin: 0 auto;
		height: 100%;
	}
	.footerDiv{
		width: 1600px;
		margin: 0 auto;
		height: 100%;
	}
	.slider-multi ul li {
	    height: 480px;
	}
	
	.slider-multi ul li.slide-current {
	    width: 700px;
	}
	
	.slider-multi ul li .content {
	    top: 86px;
	}
	.slider-multi ul li .content .more-info {
	    color: #ffffff;
	    font-size: 3rem;
	    padding: 6px 10px;
	}
	.slider-multi ul li .content .logo {
	    margin: 0px auto 100px auto;
	}
	@keyframes spin1 {
	    from {
	      margin: 0px auto 100px auto;
	    }
	    to {
	      margin: -260px auto 210px auto;
	    }
	}
	/*隐藏列表内容出现*/
	.slider-multi ul li.slide-current:hover .moreInfo_ul{
		-webkit-animation: spin3 0.6s linear 1;
		animation: spin3 0.6s linear 1;  
		animation-fill-mode:forwards;   
	}
	@keyframes spin3 {
	    from {
	      opacity:0;
	      bottom: 0;
	    }
	    to {
	      opacity:1;
	      bottom: 26%;
	    }
	}
	.slider-multi .pagination {
	    height: 40px;
	    margin: -2% auto 0 auto;
	    background-size: 16% 60%;
	}
	.moreInfo_ul{
		height: 152px;
	}
	.logo {
	    width: 22%;
	}
	.headerDiv_r{
		width: 7%;
	}
}





/*等待页面*/
.bodyDiv{
	width: 100%;
	height: 100%;
	background: url(../img/bg.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.logoLoding{
	width: 100%;
	height: 300px;
	background: url(../img/logo_loading.png) center center no-repeat;
	background-size: 600px 300px;
	position: absolute;
	top: 15%;
}
.huangguang{
	width: 534px;
	height: 28px;
	background: url(../img/huangguang.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left:-668px;
	bottom: -50px;
	opacity: 0;
	-webkit-animation: movea 1s linear 1;
	animation: movea 1s linear 1;
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
@keyframes movea{
	from{
		margin-left:-668px;
		opacity: 0;
	}
	20%{
		margin-left:-468px;
		opacity: 0.3;
	}
	40%{
		margin-left:-268px;
		opacity: 0.6;
	}
	60%{
		margin-left:-168px;
		opacity: 1;
	}
	80%{
		margin-left:-68px;
		opacity: 0.3;
	}
	to{
		margin-left:0;
		opacity: 0;
	}
}
