@charset "utf-8";
/* CSS Document */

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
	font-weight: normal;
}  
fieldset, img {
	border: none;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}
select, input {
	vertical-align: middle; 
}
select, input, textarea {
	font-size: 12px;
	margin: 0;
}
textarea {
	resize: none;
}
table {
	border-collapse: collapse;
}
body {
	font: 12px;
	font-family: "微软雅黑";
	color:#000;
	margin:0 auto;
}
a {
	text-decoration: none;
	color:#fff;
}
img{
	vertical-align: top;
}



.xiandiao{
	max-width: 1680px;
	margin:0 auto;
	overflow: hidden;
}
.xiandiao .te{
	text-align: center;
}
.xiandiao .fl{
	float: left;
}
.xiandiao .pr{
	position:relative;
}
.xiandiao .ab{
	position:absolute;
}
.xiandiao .wrap{
	width:1200px;
	margin:0 auto;
}
.xiandiao .ov{
	overflow: hidden;
}

.xiandiao-kv{
	min-width: 1200px;
	height: 800px;
	background:url(../image/kv.jpg) top center;
}
.xiandiao-kv .wrap{
	height:800px;
}
.xiandiao-kv .wrap a{
	position:absolute;
	width:230px;
	height:230px;
	border-radius: 50%;
	left: 50%;
	margin-left: -115px;
	bottom:0;
}

.xiandiao .ttop{
	padding-top: 25px;
	padding-bottom: 40px;
}
.xiandiao-p1-txt{
	right: 232px;
    bottom: 35px;
	width:513px;
	text-align: left;
}
.xiandiao-p1-txt h2{
	font-size:26px ;
}
.xiandiao-p1-txt p{
	font-size:18px ;
	line-height: 28px;
	margin-top: 5px;
}

.xiandiao-part2{
	width:100%;
	background:url(../image/p2-bg.png) repeat;
	padding-bottom: 60px;
}
.xiandiao-p2-1{
	width:1175px;
	margin:0 auto;
}
.xiandiao-p2-1 ul li{
	float: left;
	position:relative;
}
.xiandiao-p2-1 ul li.mrr{
	margin-right: 28px;
}
.xiandiao-p2-1 ul li p{
	position:absolute;
	top: 35px;
	left: 55px;
	font-size: 26px;
	line-height: 35px;
	color:#505050;
	text-align: center;
}
.xiandiao-p3-1{
	width:1208px;
	height:726px;
	background:url(../image/p3-bg.jpg) no-repeat;
	margin:-15px auto 0;
	padding:25px 0 0 48px;
}
.xiandiao-p3-p{
	font-size: 24px;
	line-height: 35px;
	text-indent: 2em;
	width:1078px;
	color:#505050;
}

/* 本例子css */
		.xiandiao-p3-2 .slideBox{ width:625px; height:478px; overflow:hidden; position:relative; margin-top: 25px;color:#505050;}
		.xiandiao-p3-2 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.xiandiao-p3-2 .slideBox .bd li{ zoom:1; vertical-align:middle; }
		.xiandiao-p3-2 .slideBox .bd li h2{ font-size: 30px; margin:0 0 10px 50px;}
		.xiandiao-p3-2 .slideBox .bd li p{ font-size: 20px; line-height: 35px; margin:0 0 30px 50px;}
		.xiandiao-p3-2 .slideBox .bd img{ display:block; width:549px;height:316px; margin:0 auto; }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.xiandiao-p3-2 .slideBox .prev,
		.xiandiao-p3-2 .slideBox .next{ position:absolute; left:0; top:50%; margin-top:15px; display:block; width:36px; height:82px; background:#aaaaaa; text-align: center; padding-top: 22px; box-sizing: border-box;}
		.xiandiao-p3-2 .slideBox .next{ left:auto; right:0; }
		
.xiandiao-aa{
	display:block;
	width:258px;
	height:56px;
	background:#00479d;
	line-height: 56px;
	font-size: 26px;
	margin-left: 175px;
}
.xiandiao-p3-p2{
	font-size: 36px;
	margin-bottom: 20px;
}

/* 本例子css */
		/*.picScroll-left{ width:100%;  overflow:hidden; position:relative;}
		.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/arrow.png") no-repeat;}
		.picScroll-left .hd .next{ background-position:0 -50px;  }
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:10px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picScroll-left .bd ul li .title{ line-height:24px;   }*/

		/* 本例子css */
		.xiandiao-p3-3 .picMarquee-left{ width:100%; min-width: 1200px;  overflow:hidden; position:relative;  }
		.xiandiao-p3-3 .picMarquee-left .bd{ padding:10px;   }
		.xiandiao-p3-3 .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.xiandiao-p3-3 .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;width:33.33%;  }
		.xiandiao-p3-3 .picMarquee-left .bd ul li img{ width:100%;}
		

.xiandiao-part4{
	width:100%;
	background:#0068b7;
	margin-top: 30px;
	padding-bottom: 35px;
}
.xiandiao-aa2{
	width:255px;
	height:56px;
	background:#9b7654;
	line-height: 56px;
	display:block;
	margin:0 auto;
	font-size: 26px;
	margin:35px auto 0;
}
.xiandiao-p5-1{
	width:945px;
	margin:0 auto;	
}
.xiandiao-p5-1 ul li p{
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}
.xiandiao-p5-1 ul li{
	float: left;
	width:442px;
	position:relative;
	margin-bottom: 30px;
	cursor:pointer;
}
.xiandiao-p5-1 ul li.mrr{
	margin-right: 60px;
}
.xiandiao-p5-gaizi{
	position:absolute;
	width:100%;
	height:442px;
	background:rgba(21, 0, 148, 0.5);
	top: 0;
	left: 0;
	text-align: center;
	line-height: 442px;
	color:#fff;
	font-size: 46px;
	opacity: 0;
}
.xiandiao-p5-1 ul li:hover .xiandiao-p5-gaizi{
	opacity:1;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.xiandiao-part6{
	width:100%;
	background:url(../image/p2-bg.png) repeat;
	padding-bottom: 20px;
}
.xiandiao-p6-1 ul li{
	float: left;
	margin-bottom: 10px;
}
.xiandiao-p6-1 ul li.mrr{
	margin-right: 48px;
}
.xiandiao-p6-1 ul li img{
	position:relative;
	z-index: 10000;
}
.xiandiao-p6-txt{
	display:inline-block;
	width:362px;
	height:241px;
	background:#c3a488;
	margin-left: -21px;
	padding:15px 0 0 35px;
	box-sizing: border-box;
}
.xiandiao-p6-txt h2{
	font-size: 36px;
	color:#fff;
	margin-bottom: 10px;
}
.xiandiao-p6-txt p{
	font-size: 20px;
	line-height: 30px;
	width:300px;
}
.xiandiao-p7-1 ul li{
	float: left;
	position:relative;
	margin-bottom: 20px;
}
.p6-jt{
	position: absolute;
	top: 130px;
    right: -81px;
}
.xiandiao-p7-1 ul li.mrr{
	margin-right: 96px;
}
.xiandiao-p7-1 ul li p{
	position: absolute;
	font-size: 24px;
	left: 0;
	bottom:22px;
	color:#fff;
	width:336px;
	text-align: center;
}
.xiandiao-part8{
	width:100%;
	background:#0068b7;
	margin-top: 40px;
	padding-bottom: 30px;
}
.xiandiao-p8-1{
	height:482px;
}
.xiandiao-p8-1 ul li{
	width:390px;
	height:182px;
	border:2px solid #fff;
	border-radius: 45px;
	float: left;
	color:#fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 50px;
	position: relative;
	margin-top: 45px;
}
.xiandiao-p8-1 ul li.mrr{
	margin-right: 15px;
}
.xiandiao-p8-gaizi{
	position: absolute;
	width:275px;
	font-size: 30px;
	height:45px;
	top: -23px;
	left: 50%;
	margin-left: -137px;
	background:#9b7654;
	border-radius: 45px;
	line-height: 45px;
}
.xiandiao-p8-1 ul li p{
	font-size: 24px;
}
.xiandiao-p8-1 ul li h2{
	font-size: 44px;
	font-weight: bold;
}
.xiandiao-last{
	width:100%;
	height:831px;
	background:url(../image/p1-bg.jpg) no-repeat top center;
	margin-top: 30px;
	padding-top: 195px;
	box-sizing: border-box;
}
.xiandiao-last-1{
	width:778px;
	height:390px;
	background:rgba(145,114, 47, 0.7);
	margin:0 auto;
	padding-top: 35px;
	box-sizing: border-box;
}