@charset "utf-8";
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }



/* Global Structure ============================================================= */
.container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	font-size:.8125em;
}

	/* Header */
	header{
		height:72px;
		overflow:hidden;
		background:url(images/header-bg.gif) 0 0 repeat-x;
	}
	
	/*Gallery*/
	#gallery {
		height:496px;
		overflow:hidden;
		background:url(../images/gallerry-bg.gif) 0 0 repeat-x;
	}
	
	/* Content */
	#content {
		float: left;
		width: 572px;
	}
	
	/* Sidebar */
	aside{
		float: left;
		width: 302px;
		margin-right:52px;
	}
			
	/* Footer */
	footer{
		padding:20px 0 22px 0;
		border-top:5px solid #eee;
	}




/* Left & Right alignment */

.col-1, .col-2, .col-3 { float:left;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper { 
	width:100%;
	overflow:hidden;
}

/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 32px 37px 50px 37px; }



/*----- other -----*/
figure { margin-bottom:18px;}

.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}
	.img-box figure { 
		float:left; 
		margin:0 20px 0 0;
		padding:0;
	}

.extra-wrap { 
	overflow:hidden;
}



/*==================boxes====================*/
.main-box {
	border-top:5px solid #eaeaea;
	background:#fff;
	width:100%;
}


.contacts {
	padding-bottom:20px;
}
	.contacts li {
		width:100%;
		overflow:hidden;
	}
		.contacts li strong {
			float:left;
			width:95px;
		}


.list1 {
	margin-left:12px;
	padding-bottom:18px;
}
.list1 li {
	background:url(../images/arrow1.gif) no-repeat 0 6px;
	padding:0 0 0 12px;
}



/*===== gallery =====*/
.roundabout-holder  { 
	width:850px;
	height:496px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 646px;
   height: 416px;
   cursor: pointer;
	 border:3px solid #ccc;
	 border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}
	.roundabout-moveable-item img{
		width:100%;
	}
.roundabout-in-focus {
	border:3px solid rgba(0, 0, 0, 0.2);
}


/*===== content =====*/
#content {
	
}
	#content img, aside img {
		border:3px solid #ebebeb;
		border-radius:4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
	}
	#content img:hover {
		border-color:#bbb;
	}
	



.team-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:43px;
}
.team-list li:last-child {
	padding-bottom:0;
}
	.team-list li figure {
		float:left;
		margin:0 20px 0 0;
		padding:0;
	}


/*--- loopedSlider styles ---*/
/*
 * Required 
*/
#loopedSlider .wrap { width:295px; height:295px; overflow:hidden; position:relative;}
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div { position:absolute; top:0; width:295px; display:none; }
/*
 * Optional
*/
#loopedSlider { width:295px; position:relative; clear:both; }
#loopedSlider .nav-controls {
	width:100%;
	overflow:hidden;
	padding-top:10px;
}
#loopedSlider li {
	display:inline;
}
#loopedSlider li a.previous {
	float:left;
}
#loopedSlider li a.next {
	float:right;
}




/*===== footer =====*/
footer {
	color:#fff;
}
	footer .fleft {
		padding-left:40px;
	}
	footer .fright {
		padding-right:40px;
	}


/*----- forms -----*/
#contacts-form { 
	clear:right;
	width:100%;
	overflow:hidden;
}
	#contacts-form fieldset { 
		border:none;
		float:left;
	}
		#contacts-form .field { 
			clear:both;
		}
			#contacts-form label { 
				float:left;
				width:110px;
				line-height:18px;
				padding-bottom:6px;
				font-weight:bold;
			}
			#contacts-form input {
				width:205px;
				padding:1px 0 1px 3px;
				background:none;
				border:1px solid #e5e5e5;
				color:#616161;
				float:left
			}
			#contacts-form input:invalid {
				border-color:red;
			}
			#contacts-form textarea { 
				width:450px;
				height:215px;
				padding:1px 0 1px 3px;
				background:none;
				border:1px solid #e5e5e5;
				color:#616161;
				margin-bottom:12px;
				overflow:auto;
				float:left;
			}
			#contacts-form div:last-child {
				padding-left:110px;
			}

/*==========================================*/





body {
	font-size:12px;
	color: #333;
	line-height:24px;
	font-family:SimSun, Arial;
	background: #fafafa;
}
body, h1, h2, h3, h4, h5, h6, dd, dl, dt, ul, li, form, img, input, textarea {
	padding:0;
	margin:0;
	border:0;
	list-style:none;
	font-weight:normal;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration: none;
}
a {
	color:#333;
	text-decoration: none;
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	display:block;
	overflow:hidden;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
.clear {
	clear: both;
}
.fl {
	float:left
}
.fr {
	float:right
}
.bg01 {
	background: url(../images/bg01.jpg) no-repeat center;
	height: 400px;
}
.w1000 {
	width: 1000px;
	margin: 20px auto;
}
#Frame_00 {
	width:510px;
	height: 340px;
	margin:auto;
	padding:10px;
	float: left;
}
/*Focus_01*/
		#Focus_01 {
	width:100%;
	margin:auto;
}
#Focus_01 .focusBox {
	position: relative;
	width: 100%;
	height: 340px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
}
#Focus_01 .focusBox a {
	text-decoration: none;
}
#Focus_01 .focusBox .pic img {
	width: 100%;
	display: block;
	height: 340px;
	border: 0 none;
}
#Focus_01 .focusBox .pic li {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
}
#Focus_01 .focusBox .txt-bg {
	position: absolute;
	bottom: 0px;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	overflow: hidden;
}
#Focus_01 .focusBox .txt {
	position: absolute;
	bottom: 0px;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: white;
}
#Focus_01 .focusBox .txt a {
	font-size: 14px;
	color: white;
}
#Focus_01 .focusBox .txt li {
	width:100%;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	bottom: -36px;
	padding: 0 10px;
}
#Focus_01 .focusBox .numbg {
	margin: 10px 0;
	text-align: center;
	padding-left: 20px;
}
#Focus_01 .focusBox .num {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin: 0 auto;
}
#Focus_01 .focusBox .num li {
	float: left;
	position: relative;
	width: 22px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	cursor: pointer;
}
#Focus_01 .focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	top: 0;
	left: 0;
	text-decoration: none;
	background: url(http://i1.cqnews.net/cqnews/137909.files/images/bg.png) -100px -41px no-repeat;
	width: 9px;
	height: 10px;
}
#Focus_01 .focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}
#Focus_01 .focusBox .num li.on a, .focusBox .num a:hover {
	background: url(http://i1.cqnews.net/cqnews/137909.files/images/bg.png) -90px -41px no-repeat;
	width: 9px;
	height: 10px;
}
#Focus_01 .focusBox .prev {
	background: url(http://i1.cqnews.net/cqnews/137909.files/images/bg.png) -335px -34px no-repeat;
	width: 39px;
	height: 34px;
	position: absolute;
	left: 10px;
	top: 47%;
	cursor: pointer;
}
#Focus_01 .focusBox .next {
	background: url(http://i1.cqnews.net/cqnews/137909.files/images/bg.png) -335px 0px no-repeat;
	width: 39px;
	height: 34px;
	position: absolute;
	right: 10px;
	top: 47%;
	cursor: pointer;
}
/*mokuai_03*/
		.mokuai_03 {
	width:450px;
	float: right;
}
.mokuai_03 h1 a {
	font-size:22px;
	font-family:"微软雅黑", "黑体";
	line-height:60px;
	height:60px;
	color:#1147b8;
}
.mokuai_03 div {
	color:#999;
	line-height:20px;
}
.mokuai_03_line {
	border-bottom:1px dashed #ccc;
	height:1px;
	margin:10px auto;
}
.jz {
	background: url(../images/bg02.jpg) center no-repeat;
	height: 284px;
}
.jz div {
	width: 800px;
	height: 160px;
	margin: auto;
	padding-top: 40px;
	font-size: 17px;
	font-family: "微软雅黑";
	text-indent: 30px;
	line-height: 36px;
	color: #FFF;
}
.wwx {
	background: url(../images/bg03.jpg);
	width: 564px;
	height: 610px;
	float: left;
	position: relative;
}
.wwx a {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 110px;
	height: 80px;
}
.news {
	background: #f2f2f2;
	width: 430px;
	height: 500px;
	float: right;
	padding-top: 30px;
}
.news .title {
	background: #3074ff;
	font-family:"微软雅黑", "黑体";
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 20px;
	width: 90%;
	margin: auto;
}
/*mokuai_02*/
		.mokuai_02 {
	margin: 0 20px;
	padding:10px;
}
.mokuai_02 li {
	background:url(http://i4.cqnews.net/life/140549.files/images/listsmall.gif) no-repeat center left;
	padding-left:10px;
	line-height:30px!important;
	font-size: 14px;
}

.slide{width: 1200px;height: 226px;margin: 0 auto;overflow: hidden;}
			.slide .bd{width: 10000px;height: 226px;}
			.slide .bd li{width: 200px; height: 150px;padding: 38px 10px;float: left;transition: all .3s linear;}
			.slide .bd li a{display: block;width: 100%;height: 100%;}
			.slide .bd li img{display: block;width: 100%;height: 100%;}
			.slide .bd li.on{width:300px;height:226px;padding: 0 10px;}