@charset "utf-8";
/* CSS Document */
.banner{
	height:600px;
	overflow:hidden;
	}
.banner .d1{
	margin-top:175px;
	width:100%;
	height:600px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	}
.banner .d2{
	width:100%;
	height:30px;
	clear:both;
	position:absolute;
	z-index:100;
	left:50px;
	top:750px;
	}
.banner .d2 ul{
	float:left;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -96px;
	display:inline;
	}
.banner .d2 li{
	width:17px;
	height:15px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/img1.png) no-repeat center;
	float:left;
	margin:0 3px;
	display:inline;
	}
.banner .d2 li.nuw{
	background:url(../images/img1_1.png) no-repeat center;
	}
.ksbg{
	width:100%;
	height:55px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.keysea{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	}
.keyword{
	float:left;
	width:750px;
	height:55px;
	}
.keyword p{
	font-size:15px;
	color:#666;
	line-height:55px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.keyword p a{
	padding:0px 10px;
	color:#666;
	}
.keyword p a:hover{
	color:#0069bd;
	text-decoration:underline;
	}
.search{
	float:right;
	width:300px;
	height:35px;
	background:#eee;
	border-radius:17.5px;
	margin-top:10px;
	}
.search p input[type="text"]{
	width:265px;
	height:35px;
	color:#999;
	border:none;
	text-indent:1em;
	outline:none;
	background:none;
	}
.search p input[type="submit"]{
	float:right;
	outline:none;
	border:none;
	cursor:pointer;
	width:18px;
	height:16px;
	margin-top: 10px;
    margin-right: 12px;
	background:url(../images/search.png) no-repeat;
	}
.probg{
	width:100%;
	padding:40px 0px;
	overflow:hidden;
	margin-bottom:30px;
	background:#f7f7f7;
	}
.bt{
	overflow:hidden;
	}
.bt h2{
	font-size:30px;
	color:#0069bd;
	text-align:center;
	background:url(../images/bg.jpg) bottom no-repeat;
	padding-bottom:15px;
	}
.Box {
	position: relative;
	margin-top:20px;
}
.Box .content {
	width: 1200px;
	margin: 0 auto;
}
.Box .Box_con {
	position: relative;
}
.Box .Box_con .btnl {
	position: absolute;
}
.Box .Box_con .btn {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 99px;
	cursor: pointer;
}
.Box .Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	left: 0px;
}
.Box .Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: 0px;
}
.Box .Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 260px;
	margin-left: 20px;
	overflow: hidden;
	text-align: center;
}
.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.Box .Box_con .conbox ul li .cptp {
	width: 258px;
	height: 206px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.Box .Box_con .conbox ul li .cptp img {
	display: block;
	max-width: 258px;
	min-width:258px;
	max-height: 206px;
	transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover .cptp img {
	transform: scale(1.1);
}
.Box .Box_con .conbox ul li:hover .cptp{
	border: 1px solid #0069bd;
	}
.Box .Box_con .conbox ul li a {
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.Box .Box_con .conbox ul li:hover a {
	color:#0069bd;
}
.about{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.about .abwz{
	width:650px;
	float:left;
	font-size:14px;
	color:#333;
	line-height:30px;
	}
.about .abwz p:nth-of-type(1){
	font-size:24px;
	color:#111;
	margin-bottom:15px;
	}
.about .abwz a{
	margin-top:20px;
	display:inline-block;
	font-size:14px;
	color:#666;
	border:1px solid #666;
	padding:5px 20px;
	transition:all 1s;
	}
.about .abwz a:hover{
	color:#fff;
	background:#0069bd;
	border:1px solid #0069bd;
	}
.about .abtp{
	width:512px;
	height:315px;
	float:right;
	}
.about .abtp img{
	max-width:512px;
	max-height:375px;
	}
/* marqueeleft */
.marqueeleft{
	/*height:90px;*/
	width:1200px;
	overflow:hidden;
	margin:30px auto;
	}
.marqueeleft ul{
	float:left;
	}
.marqueeleft li{
	float:left;
	margin:0 8px;
	display:inline;
	width:282px;
	height:212px;
	overflow:hidden;
	}
.marqueeleft li .pic{
	display:block;
	border:#fff 1px solid;
	width:280px;
	height:210px;
	overflow:hidden;
	}
.marqueeleft li .pic img {
	max-width:280px;
	max-height:210px;
	}
.marqueeleft li .txt{
	text-align:center;
	height:23px;
	line-height:23px;
	}
.nebg{
	width:100%;
	padding:40px 0px;
	overflow:hidden;
	background:#f7f7f7;
	}
.neqa{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.new{
	width:820px;
	float:left;
	}
.new #tou{
	width:820px;
	height:40px;
	}
.new #tou ul{
	}
.new #tou ul li{
	cursor:pointer;
	float:left;
	width:410px;
	background:#0069bd;
	font-size:16px;
	color:#fff;
	line-height:37px;
	text-align:center;
	border-top:3px solid #0069bd;
	}
.new #tou ul li.seven{
	color:#333;
	background:#fff;
	border-top:3px solid #0069bd;
	}
.new #di{
	overflow:hidden;
	background:#fff;
	padding:15px;
	margin-top:30px;
	}
.new #di .night{
	}
.new #di .night ul{
	}
.new #di .night ul li{
	line-height:40px;
	border-bottom:1px dashed #ddd;
	}
.new #di .night ul li a{
	font-size:14px;
	color:#333;
	}
.new #di .night ul li a:hover{
	color:#0069bd;
	text-decoration:underline;
	}
.new #di .night ul li span{
	float:right;
	font-size:12px;
	color:#999;
	}
.qa{
	width:330px;
	float:right;
	}
.qa .qabt{
	width:330px;
	line-height:40px;
	font-size:16px;
	color:#fff;
	background:#0069bd;
	text-align:center;
	}
.qa .qanr{
	overflow:hidden;
	background:#fff;
	padding:15px;
	margin-top:30px;
	}
#maq{
	overflow-y:hidden;
	cursor: pointer;
	margin:0 auto;
	margin-top:20px;
	}
#maq p.qq{
	font-size:14px;
	font-weight:bold;
	color:#333;
	line-height:25px;
	margin-top:10px;
	}
#maq p.qq span{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:#666;
	padding:4px;
	margin-right:10px;
	}
#maq p.aa{
	font-size:14px;
	color:#333;
	line-height:25px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
	}
#maq p.aa span{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:#0069bd;
	padding:4px;
	margin-right:10px;
	}
.link{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.lil{
	float:left;
	width:83px;
	height:32px;
	background:url(../images/link.jpg) no-repeat;
	}
.lir{
	float:right;
	width:1100px;
	overflow:hidden;
	}
.lir a{
	font-size:14px;
	color:#666;
	line-height:30px;
	margin:0px 10px;
	}
.lir a:hover{
	color:#0069bd;
	text-decoration:underline;
	}

