	*{
		padding:0;
		margin:0;
	}
	
	.nav{
			width:1024px;
			margin:0 auto;
			height: 83px;
			background:#3e3a39;
		}
		.more{
    float: right;
    position: relative;
    top: 3px;
    margin-right:3%;
}
		.nava{
		display: none;
	}
	.1200hui{
	background-color: #f5f5f5
}

	.active{
			border:5px solid red;
		}
		.active::before{
			content:"";
			position: absolute;
			z-index: 1;
			width:0px;
			height: 0px;
			margin-top: -40px;
		    margin-left: 79px;
		    border: 20px solid;
			border-color:transparent transparent red transparent ;
		}
	.time {
    padding-left: 121px;

}
#menu_content img{
	    transition: all 0.15s;
}
.time li{
	    
}
.qq{
			height: 57px;
			line-height: 57px;
			padding-left: 22px;
		}
		.qq span{
			font-size: 12px;
		}
		.zhanting{
			font-size: 20px;
			font-weight: bold;
		}

	.daoh{
			display: none;
		}
		.logo img{
			width: 27%;
			float: left;
		}
		.xx{
			width: 100%;
		}
		.chain{
			margin-top:15px;
			margin-right:30px;
			float: right;

		}
		.chain li{
			float: left;
			padding-right: 30px;
			list-style: none;
			color: #fff;
		}
		.chain li span{
			font-size: 10px;
		}
		.center{
			width: 1024px;
	        height: 1362px;
			margin:0 auto;
			background: #f5f5f5;
		}
		.ban{
			width: 1024px;
			margin:0 auto;
			height: 274px;
			background:#fff;
			    position: relative;
		}
		.banner-left{
			float:left;
			width: 64%;
			height: 196px;
		}
		.banner-left img{
			width:100%;
			height: 274px;
		}
		.banner-right{
			float: right;
			width: 36%;
    		height: 230px;
		}
		.sp{
			height: 143px;
            width: 355px;
		}
		.img1{
			float: left;
			width: 191px;
		}
		.img2{
		  margin-left: 203px;
          width: 150px;
		}

		.sp1{
			width: 217px;
			height: 100px;
			margin-top:10px;
		}
		.img3{
		    width: 121px;
		    margin-top: -6px;
		    padding-left: 11px;
		}
		.img4{
			width: 106px;
		    margin-top: -6px;
           padding-left: 261px;
		}
		.img5{
			  width: 107px;
		    margin-top: -6px;
		      padding-left: 142px;
		}
		.qq img{
			width: 1024px;
		}
		.zhann{
			width: 1200px;
			height: 691px;
		}
		.zhan ul li img{
			    width: 100%;
		}
		.zhan{
			margin-top: 12px;
			background:#363739;
		}
		.zhan ul{
			width: 95%;
			margin: 0px auto;
			padding-top: 21px;

		}
		.zhan ul li{
			list-style: none;
			float: left;
			padding:0;
			width: 18.4%;
    		margin-right: 2%;
		}
		.zhan ul li:last-child{
			margin-right: 0px;
		}
		.jj{
		}
		.more img{
			top: 1px
		}
		.hh{
				padding-bottom: 12px;
		}
		#left,#right{
			display: none;
		}
		.kk{
			height: 164px;
		}
		.name,.time{
    float: left;
    padding-top: 14px;
    
    letter-spacing: 2px;
    font-size: 17px;
    margin-left: 41px;
    padding-bottom: 5px;
  }
  

  
  
		.time {
    padding-left: 0;
    margin-left: 0px;
}
		.name ul li,.time ul li{
			list-style: none;
			float:  left;
			margin-right: 23px;
			
		}
		.picture{
			width: 1024px;
			float: left;
			margin-top:30px;
		}
		.picture ul li{
			float: left;
			list-style: none;
			width: 31%;
			padding-left: 20px;
		}
		.picture img{
			width: 99%;
			cursor:pointer;
			transition:all 0.6s;
		}
		.picture img:hover{
			transform:scale(1.1);
			box-shadow: 0 0 8px #353838;

		}
		.picture span{
			background-color:#FFf;
			margin: auto;
			width: 100%;
			overflow: hidden;
             display: inline-block;
		}
		.picture p{
			margin:10px;
			text-align:center;
		}
		
		.ying{
			font-size:12px;
		}
		.zhong{
			font-size:20px;
		}
		.phone{
			width: 653px;
		    height: 50px;
		    float: left;
		    margin-top: 64px;
		    font-size: 14px;
		}
		.phone span{
			padding-left: 90px;
		}
	
		.tt{
			padding-top:20px;
		}
			.contect{
			
			margin-top:-5px;
			position: relative;
		}
		ul.pic li{
			list-style: none;
			position: absolute;
			left: 0;
			top: 0;
		}
		ul.number {
			position: absolute;
			top:260px;
			left: 300px;
		}
		ul.number li{
			list-style: none;
			float: left;
			background: #fff;
			color: white;
			width: 10px;
			height: 5px;
			border-radius: 10px;	
			margin-left: 10px;		
			text-align: center;
		}
		.current{
			color: #fff!important;
			background: #ccc!important;
			font-weight: bold;
		}
		
	@keyframes bounceInRight {
        from, 30%, 55%, 60%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
        0% {opacity: 0;transform: translate3d(300px, 0, 0);}
        60% {opacity: 1;transform: translate3d(-25px, 0, 0);}
        75% {transform: translate3d(10px, 0, 0);}
        90% {transform: translate3d(-5px, 0, 0);}
        100% {opacity: 1;transform: none;}
    }
    .img3,.img4,.img5{
        position: absolute;
        left: 63.1%;
        opacity: 0;
    }
    .img1,.img2{
    	position: absolute;
        opacity: 0;
    }
    .img1{
        bottom: REM(100);
        animation: bounceInRight 0.9s 0.65s linear forwards;
    }
    .img2{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
   	 .img3{
        bottom: REM(100);
        animation: bounceInRight 0.9s 0.65s linear forwards;
    }
    .img4{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
    .img5{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }

@media screen and (min-width:1920px){
	.nava{
		display: none;
	}
		.daoh{
			display: none;
		}
		.sp{
			height: 143px;
            width: 355px;
		}
		.img1{
			float: left;
			width: 191px;
		}
		.img2{
		  margin-left: 203px;
          width: 150px;
		}

		.sp1{
			margin-top:10px;
		}
		.img3{
		    width: 121px;
		    margin-top: -6px;
		    padding-left: 11px;
		}
		.img4{
			width: 106px;
		    margin-top: -6px;
           padding-left: 261px;
		}
		.img5{
			  width: 107px;
		    margin-top: -6px;
		      padding-left: 142px;
		}
		
	@keyframes bounceInRight {
        from, 30%, 55%, 60%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
        0% {opacity: 0;transform: translate3d(300px, 0, 0);}
        60% {opacity: 1;transform: translate3d(-25px, 0, 0);}
        75% {transform: translate3d(10px, 0, 0);}
        90% {transform: translate3d(-5px, 0, 0);}
        100% {opacity: 1;transform: none;}
    }
    .img3,.img4,.img5{
        position: absolute;
        left: 57%;
        opacity: 0;
    }
    .img1,.img2{
    	position: absolute;
        opacity: 0;
    }
    .img1{
        bottom: REM(100);
        animation: bounceInRight 0.9s 0.65s linear forwards;
    }
    .img2{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
   	 .img3{
        bottom: REM(100);
        animation: bounceInRight 0.9s 0.65s linear forwards;
    }
    .img4{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
    .img5{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
}
	@media screen and (min-width:1000px) and (max-width:1920px){
		.nava{
		display: none;
	}
		.xx{
			width:100%;
		}
		.sp{
			height: 143px;
            width: 355px;
		}
		.img1{
			float: left;
			width: 191px;
		}
		.img2{
		  margin-left: 203px;
          width: 150px;
		}

		.sp1{
			margin-top:10px;
		}
		.img3{
		    width: 121px;
		    margin-top: -6px;
		    padding-left: 11px;
		}
		.img4{
			width: 106px;
		    margin-top: -6px;
           padding-left: 261px;
		}
		.img5{
			  width: 107px;
		    margin-top: -6px;
		      padding-left: 142px;
		}
		
		
	@keyframes bounceInRight {
        from, 30%, 55%, 60%, to {animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);}
        0% {opacity: 0;transform: translate3d(300px, 0, 0);}
        60% {opacity: 1;transform: translate3d(-25px, 0, 0);}
        75% {transform: translate3d(10px, 0, 0);}
        90% {transform: translate3d(-5px, 0, 0);}
        100% {opacity: 1;transform: none;}
    }
    .img3,.img4,.img5{
        position: absolute;
        left: 63%;
        opacity: 0;
    }
    .img1,.img2{
    	position: absolute;
        opacity: 0;
    }
    .img1{
        bottom: REM(100);
        animation: bounceInRight 0.9s 0.65s linear forwards;
    }
    .img2{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
   	 .img3{
        bottom: REM(100);
        animation: bounceInRight 0.9s 0.65s linear forwards;
    }
    .img4{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
    .img5{
        bottom: REM(20);
        animation: bounceInRight 1.1s 0.85s linear forwards;
    }
}
	