.ad{
	height: 129px;
}
body{
	
	padding-top:64px;
}
.banner{
	height: 500px;
}
.banner .img-indexbox{
	height: 26px;
	position: absolute;
	bottom: 20px;
	width: 383px;
	left:45%;
	margin-left:-85px;
	
}
.banner .img-indexbox .bg{
	width: 100%;
	height: 26px;
	position: absolute;
	top: 0;
	/* background-color: #000000; */
	/* opacity: 0.5; */
	
}
.banner .img-indexbox .content{
	position: absolute;
	bottom: 0;
	width: 100%;
	
}


.banner .img-indexbox .content .img-index{
	width:14px;
	height:14px;
	background-color:#7d7d7d;
	cursor: pointer;
	float:left;
	border-radius:50%;
	margin: 6px 10px;
}
.banner .img-indexbox .content .img-index.current{
	opacity: 1;
	background-color:red;
}
.banner .arrow{
	display: none;
	position: absolute;
	top: 200px;
	cursor: pointer;
	left: 50%;
}
.banner .arrowleft{
	margin-left: -595px;
}
.banner .arrowright{
	margin-left: 550px;
}

.bg_main_color{
	background-color: #cd181d;
}
.main_color{
	color: #cd181d;
}
.bghui{
	background-color: #f7f7f7;
}
.bgbai{
	background-color: #ffffff;
}

.navbg{
	position:fixed;
	top:0;
	width: 100%;
	height: 64px;
	z-index: 100;
}
.navbg .logo{
	float: left;
	margin-top: 14px;
}
.navbg .logo img{
	width: 40px;
}
.navbg .youhui{
	float: right;
	margin-top: 0;
}
.navbg .youhui img{
	width: 100px;
}
.navbg ul{
	float: left;
	margin-left: 8px;
}
.navbg li{
	position: relative;
	float: left;
	padding: 0 9px;
	height: 64px;
	
}
.navbg li a{
	color: #FFFFFF;
	line-height: 64px;
	font-size: 15px;
}
.navbg li a.current{
	color: #ffff00;
	font-weight: bold;
}
.navbg li a:hover{
	color: #ffff00;
	font-weight: bold;
} 
.navbg li .icon_down{
	width:12px;
	display:inline;
	vertical-align:middle;
}
.navbg li .icon_downon{
	display:none;
	width:12px;
	
	vertical-align:middle;
}
.navbg li ul{
	display: none;
	width: 100px;
	left: 50%;
	border-top: 5px solid #8a2427;
	margin-left: -50px;
	z-index: 5;
	float: none;
	position: absolute;
	top: 59px;
}
.navbg li ul li{
	float: none;
	padding: 10px 0;
	width: 80px;
	margin: auto;
	border-bottom:1px solid #8a2427 ;
	text-align: center;
	height: auto;
}
.navbg li ul li:last-child{
	border-bottom:none;
}
.navbg li ul li a{
	line-height: 20px;
	
	
}
.nav.center{
	width: 1000px;
	margin: auto;
}
.center{
	width: 1200px;
	margin: auto;
}
.f{
	padding: 60px 0;
}
.title{
	line-height: 100px;
	font-size: 32px;
	color: #cd181d;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/titlebg.png);
	background-position: center 2px; 
}

.footerbg{
	padding: 40px 0;
	color: #FFFFFF;
}
.foot li:first-child{
	margin-left: 40px;
}
.foot li{
	float: left;
	margin-left: 70px;
	padding-bottom: 60px;
}
.foot .tit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 33px;
}
.foot .text{
	
	font-size: 15px;
	line-height: 25px;
}
.foot .qrcodebox{
	width: 656px;
	margin: auto;
	border-top: 1px #FFFFFF solid;
	
}
.foot .qrcodebox img{
	margin:30px auto 10px auto;
	
}
.foot .qrcodebox .text{
	text-align: center;
}
.footiframe{
	width: 100%;
	border: none;
	height: 444px;
}
.btn_sub{
	width: 115px;
	height: 35px;
	margin:30px  auto 0 auto;
	line-height: 35px;
	text-align: center;
	background-color: #cd181d;
	color: #FFFFFF;
	border-radius: 18px;
	cursor: pointer;
}
.tioakuan{
	text-align: center;
	margin-top:30px ;
}
.banner a{
	display: none;
}
.banner a.current{
	display: block;
}
.ad a.current1{
	display: block;
}