/* CSS Document */

.bannerbox {
	width: 100%;
	height: 400px;
}
.banner {
	width: 100%;
	height: 400px;
	margin: auto;
	position: relative;
}

.ban-img{
	height: 400px;
    width: 100%;
    overflow: hidden;
}
.l-bnt{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 200px;
	left: 400px;
	font-size: 46px;
	color: rgba(255,255,255,0.6);
	cursor: pointer;
	display: block;
}
.r-bnt{
	width: 100px;
	height: 100px;
	color: rgba(255,255,255,0.6);
	position: absolute;
	top: 180px;
	right: 400px;
	font-size: 46px;
	cursor: pointer;
	display: block;
}
.l-bnt:hover{color: rgba(255,255,255,0.8);}
.r-bnt:hover{color: rgba(255,255,255,0.8);}
.ban-yqbox {
	position: absolute;
	top: 90%;
	left: 45%;
	width: 150px;
	height: 30px;
	margin: auto;

}
.ban-yqbox>li{
	float: left;
	width: 15px;
	height: 15px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	margin-left: 20px;
}
.on{
	width: 15px;
	height: 15px;
	border: 2px solid #930000;
	background-color: #DCDCDC;
	border-radius: 50%;
	margin-left: 20px;
}


.conbox {
	width: 1200px;
	height: auto;
	margin: auto;
}

.con-nav {
	width: 1200px;
	height: 60px;
}
.con-nav>a{
	display: block;
	width: 240px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size:20px;
	float: left;
	background-color: rgba(241,183,183,0.0);
	transition: all 1s;
	
}
.connava{
	background-color: rgba(241,183,183,0.5)!important;
}

.connent {
	width: 1200px;
	height: 700px;
	overflow: hidden;
}

.con-title {
	display: block;
	clear: both;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height:50px;
	font-family: "华文行楷";
	font-size: 22px;
	color: #686868;
}

.con1 {
	float: left;
	width: 350px;
	height: 300px;
	border: 1px solid #767676;
	margin-left: 36px;
	margin-bottom: 40px;
	position: relative;
}
.con1>ul{
	width: 300px;
	height: 250px;
	margin-left: 25px;
	margin-top: 25px;
}
.con1>ul>li{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/con-listimg.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 2em;
}
.con1>ul>li>a{
	position: relative;
	display: block;
	font-family: "华文彩云";
	font-size: 18px;
	color: #000000;
}
.con1>ul>li>a>span{
	position: absolute;
	right: 30px;
	font-family: "华文彩云";
	font-size: 18px;
}

.con1>ul>li>a:hover{
	text-decoration: underline;
}



.con-img {
	position: absolute;
	top: 20px;
	right: 30px;
}

.con-ht {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 35px;
	background-color:rgba(0,0,0,0.4);
	display: block;
	text-align: center;
	line-height: 35px;
	color: white;
}

.newbox {
	clear: both;
	width: 100%;
	height: auto;
}

.new {
	width: 1200px;
	height: auto;
	margin: auto;
	margin-top: 10px;
}

.new-title {
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-image: url(../images/con-hover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

.new-xw {
	width: 598px;
	height: 230px;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.new-rq {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #555555;
}
.new-rq1{
	position: absolute;
	left: 15px;
	top: 20px;
}
.new-rq2{
	position: absolute;
	top: 20px;
	right: 15px;
}
.new-rq>p{
	font-size:22px;
	color: white;
	line-height: 35px;
	text-align: center;
}
.new-rq>span{width: 75px;height:2px;background-color: white;display: block;}
.new-wz {
	width: 450px;
	height: 150px;
	text-align: left;
}
.new-wz>a:hover{
	text-decoration: underline;
}
.new-wz1{
	position: absolute;
	top: 35px;
	right: 40px;}
.new-wz2{
	position: absolute;
	top: 35px;
	left:40px;
	text-align: right;
}
.new-wz>a>h4{
	color: #272727;
	font-size: 14px;
	line-height: 30px;
}
.new-wz>p{
	font-size: 14px;
	color: #4f4f4f;
	font-family: "黑体";
	line-height: 20px;
}


