@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, ul, ol, li, p, img, input, span, button {
	margin: 0;
	padding: 0;
}
body{}
li {
	list-style: none;
}
.banner{height: auto;padding-bottom: 33.2%;}
.banner_wrap {
	height: auto;
	padding-bottom: 0;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background: #fff;
	color: #fff;
}


/*<1100*/
@media screen and (max-width:1100px) 
{
	

}


/*<1000*/
@media screen and (max-width:999px) 
{
	.banner_wrap {display:none;}

}



.banner_wrap:hover .right {
	width: 30px;
}
.banner_wrap:hover .left {
	width: 30px;
}
.banner_wrap>ul li {
	position: absolute;
	display: none;
	overflow: hidden;
	height: auto;
	top: 0;
	width:  100%;
	text-align:  center;
}
.banner_wrap>ul li div img{width: 100%;height: auto;}
.banner_wrap>ul li div{
    overflow:  hidden;
    width:  100%;
    height:  auto;
}
.left,  .right {
	position: absolute;
	z-index: 999;
	background: #000;
	opacity: .4;
	cursor: pointer;
	font-weight: bold;
	width: 0px;
	height: 60px;
	color: #FFFFFF;
	font-size: 30px;
	font-family: "黑体";
	line-height: 40px;
	text-align: center;
	padding: 10px 0;
	top: 45%;
	overflow: hidden;
	-webkit-transition-duration: 0.2s;/* Safari 和 Chrome */
}
.right {
	right: 0;
}
.on {
	z-index: 9;
}
.banner_select {
	text-align: center;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	height: 40px;
	position: absolute;
	bottom: 0;
}
.banner_select>ul {
	width: 100%;
	height: 40px;
	text-align: center;
}
.banner_select>ul>li {
	float: left;
	font-size: 1em;
	display: inline-block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	color: #666;
	cursor: pointer;
	border-bottom: transparent 3px solid;
	position: relative;
}
.banner_select>ul>li a {
	border-right: 1px solid #c0c0c0;
	display: block;
	height: 15px;
	margin-top: 11px;
}
.last {
	border: 0px !important;
}
.J_trigger_line {
	background-color: #e9b029;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9999;
	height: 3px;
	width: 300px;
	-webkit-transition-duration: 0.5s; /* Safari 和 Chrome */
}



.page1text{ text-align: left; width:40%; margin-top: 280px; margin-left: 70px;}
.page1text h1{margin-bottom: 20px;}
.page1text .button{width:100px; height: 36px; border-radius: 15px; background: #fff; color: #666; text-align: center; line-height: 36px; margin-top: 20px;}