﻿.index-page #main{
	padding-bottom: 0;
	padding-top: 0;
	min-height: 100%;
	height: auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index-page #main .web,.index-page #main .mobile{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.index-page #main .web .logo{
	position: absolute;
	right: 3.5%;
	top: 4%;
	z-index: 1;
	width: 94px;
	height:107px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
}
.index-page #main .web .logo.active{
	background-image: url(../images/logo.png);
}
.index-page #main .left-part,.index-page #main .right-part{
	width: 50%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.index-page #main .left-part.active,.index-page #main .right-part.active{
	
}
.index-page #main .left-part{
	background: url(../images/1.jpg) no-repeat center / cover;
	position: relative;
}
.index-page #main .right-part{
	background: url(../images/2.jpg) no-repeat center / cover;
	position: relative;
}
.index-page #main .right-part:after,.index-page #main .left-part:after{content:"";position: absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(110,27,43,0.7);z-index:1;opacity:0;}
.index-page #main .right-part.active:after,.index-page #main .left-part.active:after{opacity:1;}

.index-page #main .content-box{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	position: relative;
	z-index:4;
}
.index-page #main .content-box h3{
	color: #fff;
	font-size: 48px;
	margin-bottom: 30px;
}
.index-page #main .content-box p{
	color: #fff;
	font-size: 48px;
	line-height: 1.25;
	margin-bottom:110px;
	text-transform: uppercase;
}
.index-page #main .content-box a{
	width: 326px;
	height: 82px;
	line-height: 82px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 4px;
	background-color: #6e1b2b;
	position: relative;
	margin:0px auto;
}
.index-page #main .content-box a:hover{
	color: #333;
	background-color: #fff;
}
.index-page #main .content-box a span{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	display: block;
	width: 14px;
	height: 20px;
	background-repeat: no-repeat;
}
.index-page #main .left-part .content-box a span{
	background: url(../images/index_left_icon1.png) no-repeat center / cover;;
	left: 60px;
}
.index-page #main .right-part .content-box a span{
	background: url(../images/index_right_icon1.png) no-repeat center / cover;
	right: 60px;
}
.index-page #main .left-part .content-box a:hover span{
	background: url(../images/index_left_icon2.png) no-repeat center / cover;
}
.index-page #main .right-part .content-box a:hover span{
	background: url(../images/index_right_icon2.png) no-repeat center / cover;
}
.index-page #main .web .tip{
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5%;
	color: #fff;
	width: 100%;
}

.beian{
	font-size: 14px;
	font-family: Arial;
	text-align: center;
	position: absolute;
        top:340px;
	left: 0;
	bottom: 5%;
	color: #fff;
	width: 100%;
        z-index:999;
}



.index-page #footer2{
	height: 50px;
	line-height: 50px;
	font-size: 1rem;
	color: #4c4f54;
	background-color: #fff;
	padding: 0;
	margin-top: -50px;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width:1024px){
	.index-page #main .web .content-box p{
		font-family: "微软雅黑","Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;
	}
	.index-page #header2{
		height: 55px;
		line-height: 55px;
	}
	.index-page #header2 .logo{
		height:45px;
		width:auto;
	}
	.index-page #main .content-box h3{
		font-size: 38px;
	}
	.index-page #main .content-box p{
		font-size: 38px;
	}
	.index-page #main .content-box a{
		width: 280px;
		height: 70px;
		line-height: 70px;
	}
	.index-page #footer2,.index-page #header2,.index-page .mobile{
		display: none;
	}
	.index-page .web{
		display: block;
	}
}


}


@media only screen and (max-width:768px){
	.index-page .web{
		display: none;
	}
	.index-page .mobile{
		padding-top: 45px;
		padding-bottom: 50px;
	}
	.index-page #footer2,.index-page #header2,.index-page .mobile{
		display: block;
	}
	.index-page #main .left-part, .index-page #main .right-part{
		width: 100%;
		height: 50%;
	}
	.index-page #main .content-box h3{
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.index-page #main .content-box p{
		font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 15px;
	}
	.index-page #main .content-box a{
		width: 163px;
		height: 40px;
		line-height: 40px;
		font-size: 1.2rem;
		margin: 0 auto;
	}
	.index-page #main .content-box a span{
		width: 7px;
		height: 10px;
		margin-top: -5px;
		background-size: 100% auto;
	}
	.index-page #main .left-part .content-box a span{
		left: 27px;
	}
	.index-page #main .right-part .content-box a span{
		right: 27px;
	}
}
@media only screen and (max-width:736px){
}