html,body {
    height: 100%;
}
.content{height: 100%;}
.content .ping {
    height: 100%;
}
.louti{
    position: fixed;
    top: 40%;
    right: 3%;
    z-index: 10;
}
.louti li{
   width: 16px;
   height: 16px;
   margin: 5px 0;
   background-image: url(../img/liuti2.png);
   background-repeat: no-repeat;
   background-position: center;
   cursor: pointer;
}
.louti li.active{
     background-image: url(../img/liuti1.png);
}
.bannerflash{
	position: relative;
}
.bannerflash,.slideBox{
	width: 100%;
	height: 100%;
}
.slideBox .bd{
	left: 0;
}
#inban>li{
	width: 100%;
}
.slideBox .bd li{
	height: 100%;
}
.slideBox .bd li a{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%; 
}
.slideBox .hd{
	top: 94%;
}
/*第五屏*/
.in5{
	background: #fff;
	position: relative;
}
.inbeian{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	height: 62px;
	line-height: 62px;
	color: #888888;
	font-size: 12px;
	border-top: 1px solid #EFEFEF;
}
.inbox5{
	width: 1201px;
	height: 452px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -226px;
}
.inbox5 .pull-left{
	/*display: none;*/
}
.inhref-box{
	width: 789px;
	height: 216px;
	background: #f4f4f4;
	padding: 40px;
	/*display: none;*/
}
.inhref-box + img{
	/*display: none;*/
}
.inhref-list{
	margin-top: 30px;
}
.inhref-list li{
	float: left;
	margin-right: 10px;
}
.inhref-list li a{
	display: block;
	color: #666666;
	padding: 6px 0;
}
.inhref-list li a:hover{
	color: #eb363a;
	border-bottom: 2px solid #eb363a;
}
/*第四屏*/
.in4{
	background: #eaeaea;
	background-image: url(../img/inbg6.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.inbox4{
	width: 1200px;
	height: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -325px;
}
.intit2,.intit1{
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}
.inzix-z{
	float: left;
	position: relative;
	left: 50%;
}
.picScroll-left{ width:1200px;  overflow:hidden;}
.picScroll-left .hd{ margin-top:40px;}
.picScroll-left .hd ul{ position: relative;left: -50%;}
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px;cursor:pointer; background: #AAAAAA;text-indent:-999px;margin: 0 5px;border-radius: 50%;}
.picScroll-left .hd ul li.on{ background: #D82B2E; }
.picScroll-left .bd {
	margin-left: -30px;
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 25px; float:left;width: 360px;}
.picScroll-left .bd ul li:hover .inzix-time{
	color: #D82B2C;
}
.picScroll-left .bd ul li:hover .inzix-dian{
	background: #D82B2C;
}
.inzix-time{
	text-align: center;
	font-size: 30px;
	color: #8B8B8B;
	font-family: xyfont;
}
.inzix-dian{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #AAAAAA;
	margin: 10px auto 30px;
}
.inzix-box img{
	display: block;
	width: 360px;
	height: 268px;
}
.inzix-txt{
	height: 124px;
	background: #fff;
	padding: 0 24px;
}
.inzix-tit{
	width: 100%;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inzix-tit + p{
	width: 100%;
	height: 50px;
	font-size: 13px;
	color: #AAAAAA;
	margin-bottom: 0;
	line-height: 25px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*第三屏*/
.in3{
	background: #fff;
	position: relative;
}
#backtop{
	position: fixed;
    right: 0px;
    bottom: 50px;
    width: 70px;
    height: 60px;
    z-index: 10000;
    display: none;
}
@keyframes invideo
{
0%   {opacity: 0;right: -500px;}
25%  {opacity: 0.25;right: -375px;}
50%  {opacity: 0.5;right: -250px;}
75%  {opacity: 0.75;right: -125px;}
100% {opacity: 1;right: 0;}
}

@-moz-keyframes invideo /* Firefox */
{
0%   {opacity: 0;right: -500px;}
25%  {opacity: 0.25;right: -375px;}
50%  {opacity: 0.5;right: -250px;}
75%  {opacity: 0.75;right: -125px;}
100% {opacity: 1;right: 0;}
}

@-webkit-keyframes invideo /* Safari 和 Chrome */
{
0%   {opacity: 0;right: -500px;}
25%  {opacity: 0.25;right: -375px;}
50%  {opacity: 0.5;right: -250px;}
75%  {opacity: 0.75;right: -125px;}
100% {opacity: 1;right: 0;}
}
@-o-keyframes invideo /* Opera */
{
0%   {opacity: 0;right: -500px;}
25%  {opacity: 0.25;right: -375px;}
50%  {opacity: 0.5;right: -250px;}
75%  {opacity: 0.75;right: -125px;}
100% {opacity: 1;right: 0;}
}
.inping2{
animation-name: invideo;
animation-duration: 850ms;
animation-timing-function: linear;

/* Firefox: */
-moz-animation-name: invideo;
-moz-animation-duration: 850ms;
-moz-animation-timing-function: linear;
/* Safari 和 Chrome: */
-webkit-animation-name: invideo;
-webkit-animation-duration: 850ms;
-webkit-animation-timing-function: linear;

/* Opera: */
-o-animation-name: invideo;
-o-animation-duration: 850ms;
-o-animation-timing-function: linear;
}
.inbox3{
	width: 1200px;
	height: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -325px;
}
.picScroll-left2{ width:1200px;overflow:hidden;}
.picScroll-left2 .hd{height:32px;width: 128px;margin: 0 auto;}
.picScroll-left2 .hd .prev,.picScroll-left2 .hd .next{
	 display:block;  width:64px; height:32px; float:right; overflow:hidden;color: #777;
	 cursor:pointer; background: #EEEEEE;text-align:center;line-height: 32px;
	 }
.picScroll-left2 .hd a:hover{
	background: #D92B2F;
	color: #fff;
}
.picScroll-left2 .bd{margin-left: -35px;margin-top: 55px;}
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left2 .bd ul > li{ margin:0 35px; float:left;width: 565px;}

.in-newbox{
	width: 100%;
	height: 100px;
	position: relative;
	background: #efefef;
	padding: 25px 30px 0 30px;
}
.ingengd{
	position: absolute;
	top: 25px;
	right: 30px;
}
.in-new-name{
	width: 315px;
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #858585;
}
.in-new-name + p{
    width: 315px;
    color: #858585;
    margin-top: 8px;
    margin-bottom: 0;	
}
.carousel-indicators{
	
}
.carousel-indicators li{
	width: 8px;
	height: 8px;
	border: 0;
	margin: 1px 4px;
	border-radius: 50%;
	background: #545454;
}
.carousel-indicators .active{
	width: 8px;
	height: 8px;
	border: 0;
	margin: 1px 4px;
	background:#D82B2E;
}
.carousel-indicators{
	width: 50%;
	margin-left: 0;
	bottom: 10px;
	padding-right: 20px;
	text-align: right;
}
/*第二屏*/
.in2{
	background: #f1f1f1;
	background-image: url(../img/in2bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.inbox2{
	position: absolute;
	width: 1200px;
	height: 530px;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -265px;
}
.inmebox{
	width: 710px;
	height: 470px;
	background: #fff;
	padding: 56px 60px 0 100px;
	position: relative;
}
.intit4{
	margin-bottom: 24px;
}
.inme-txt p{
    line-height: 30px;
}
.inme-txt{
	margin-bottom: 30px;
}
.inme-right{
	width: 490px;
	position: relative;

}
.me-right-tit-box{
	padding-top: 30px;
	height: 120px;
	color: #777777;
	text-align: center;
}
.me-right-tit{
	font-size: 26px;
}
.me-right-tit + p{
	margin-bottom: 0;
}
.bg-red{
	width: 490px;
	height: 60px;
	position: absolute;
	right: 20px;
	top: 450px;
	background: #d82b2e;
}
/*手机端*/
@media screen and (max-width: 768px){
	.bannerflash, .slideBox{
		height: 100%;
	}
	html, body{
		height: 100%;
	}
	.content .ping{
		height: auto;
	}
	.inbox2,.inbox3,.inbox4,.inbox5{
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		margin: 0;
	}
	.inmebox{
		width: 100%;
		height: auto;
		padding: 10px;
		
		
	}
	.intit4{
		display: block;
		width: 110px;
		margin: 10px auto;
	}
	.inme-txt + a{
		display: block;
		width: 141px;
		margin: 0 auto 10px;
	}
	.inme-txt + a img{
		width: 100%;
	}
	.inme-right{
		width: 100%;
	}
	.me-right-tit-box + a{
		display: block;
		padding: 0 15px;
		background: #fff;
	}
	.me-right-tit-box + a img{
		width: 100%;
	}
	.inbox3{
		padding-top: 30px;
		padding-bottom: 20px;
	}
    .picScroll-left2{
    	width: 100%;
    	
    }
	.picScroll-left2 .bd{
		width: 360px;
		margin:0 auto;
		
		margin-top: 30px;
	}
	.picScroll-left2 .bd ul > li{
		width:340px;
		margin: 0 10px;
	}
	.in-newbox{
		padding: 10px;
		height: 74px;
	}
	.in-new-name{
		font-size: 16px;
		width: 100%;
	}
	.in-new-name + p{
		font-size: 12px;
	}
	.ingengd img{
		/*display: none;*/
	}
	.ingengd{
		top:10px;
		right: 20px;
	}
	.inbox4{
		padding-top: 20px;
	}
	.intit2{
		margin-bottom: 20px;
	}
	.picScroll-left{
		width: 100%;
	}
	.picScroll-left .bd{
		margin: 0 auto;
		width: 360px;
	}
	.picScroll-left .bd ul li{
		width: 175px;
		margin: 0 10px 0 0;
	}

	.inzix-time{
		font-size: 18px;
	}
	.inzix-dian{
		width: 6px;
		height: 6px;
		margin-bottom: 10px;
	}
	.inzix-box img{
		height: auto;
		width: 100%;
	}
	.inzix-txt{
		padding: 0 6px;
		height: 80px;
	}
	.inzix-tit{
		height: 30px;
		line-height: 30px;
	}
	.inzix-tit + p{
		height: 40px;
		line-height: 20px;
	}
	.picScroll-left .hd{
		margin: 20px 0;
	}
	.inbox5>a{
		display: block;
		width: 100%;
	}
	.inbox5>a img{
		display: block;
		width: 100%;
	}
	.inhref-box{
		width: 100%;
		padding: 15px;
		height: auto;
	}
	.inbox5>div.pull-right{
		float: left !important;
		width: 100%;
	}
	.inhref-box>img{
		width: 112px;
		display: block;
		margin: 0 auto;
	}
	.intit2, .intit1{
		width: 193px;
	}
	
	
	
	
}
/*pc*/
@media screen and (min-width: 768px){
	
	.inmebox{
		/*display: none;*/
	}
	.inme-right{
		/*display: none;*/
	}
	.picScroll-left2{
		/*display: none;*/
	}
	.picScroll-left{
		/*display: none;*/
	}

  
  
  
  
  
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}