@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	
}
#wrapper {
	width: 1180px;
	margin: 0 auto;
	position: relative;
	background-color: #ffc;
}
img {
		outline:0; 
		border:0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-image: url(/jjyjs/images/headerback.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	line-height: 20px;
}
#topbar {
	height: 121px;
}
#nav {
	height: 40px;
	position: relative;
}
/* Drop Down Menu */
ul.topnav {
	list-style: none;
	padding: 1px 10px 0 20px;
	margin: 0;
	float: left;
	width: 100%;
	font-size: 16px;

}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 13px 5px;
	color: #000;
	font-weight:bold;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(/jjyjs/images/topnav_over.png) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 16px;
	height: 19px;
	float: left;
	margin-top:13px;
	background: url(/jjyjs/images/orangearrow.png) no-repeat center top;
}
ul.topnav li span.subhover {
	background: url(/jjyjs/images/orangearrow2.png) no-repeat center top;
	background-position: center top; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #ccc;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	z-index:100;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #fff;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #fff; /*--Create bevel effect--*/
	border-bottom: 1px solid #fff; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #ccc url(images/whitearrow.png) no-repeat 5px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #ffc url(images/whitearrow.png) no-repeat 5px center; 
}
#header {
	clear: both;
	width: 96%;
	margin: 24px auto;
	background-repeat: repeat;
}
.lm{
	width: 100%;
	height:150px;
	background-image:url(/jjyjs/images/lm.jpg);
	background-repeat:no-repeat;
	background-position: center center;
}
	
#content {
	width: 100%;
	padding-left:24px;
	margin: 26px auto 0 auto;
	overflow: hidden;
	padding-bottom: 12px;
}

#leftsection {
	float: left;
	width: 60%;
	padding: 0 24px;
}
.lmbt{
	margin:12px;
	color: #be1111;
	font-size: 32px;
	font-weight:bold;
	width: 100%;
	text-align:center;
}
.lmbt a{
	color: #333;
	text-decoration: none;
}
.lmbt a:hover{
	text-decoration:underline;
}
#leftsection ul {
	list-style:none;
}
#leftsection ul li {
	text-indent:20px;
	background-position:left;
	background-image: url(/jjyjs/images/righ1.png);
	background-repeat: no-repeat;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
#leftsection li a {
	color: #333;
	text-decoration: none;

}
#leftsection li a:hover {
	text-decoration: none;
}
#right {
	float: right;
	padding: 0 12px;
	width: 32%;
	border-left-style:solid;
	border-left-width: 2px;
	border-left-color:#be1111;
}
/*----special-grid------*/
.lm2 {
	float: left;
	width: 350px;
	margin-left: 1%;
	text-align: left;
	margin-top: 16px;
}

.lm2 h4 a {
	line-height: 48px;
	font-size: 24px;
	font-weight:bold;
	color: #be1111;
	padding: 5px;
	margin: 0;
	text-decoration:none;
}
.lm2 h4 a:hover {
	text-decoration:underline;
}
.lm2 ul {
	list-style:none;
}
.lm2 ul li {
	text-indent:20px;
	background-position:left;
	background-image: url(/jjyjs/images/righ1.png);
	background-repeat: no-repeat;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
.lm2 li a {
	color: #000;
	text-decoration: none;

}
.lm2 li a:hover {
	color: #0066cc;	
	text-decoration: none;
}
/* === Footer One Section === */
#footer {
	width: 100%;
	clear: both;
	background-color: #be1111;
	font-weight:bold;
}
#bottomcontent {
	text-align:center;
	margin: 0 auto;
	color: #fff;
	width: 1180px;
	height: 120px;
	padding-top: 20px;
}

/*----special-grid------*/
.special-grid {
	float: left;
	width: 370px;
	margin-left:18px;
	text-align: left;
	height: 400px;
}

.special-grid h4 a {
	line-height: 32px;
	font-size: 24px;
	font-weight:bold;
	color: #be1111;
	padding: 5px;
	margin: 0;
	text-decoration:none;
}
.special-grid h4 a:hover {
	text-decoration:underline;
}
.special-grid ul {
	list-style:none;
}
.special-grid ul li {
	text-indent:20px;
	background-position:left;
	background-image: url(/jjyjs/images/righ1.png);
	background-repeat: no-repeat;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
.special-grid li a {
	color: #333;
	text-decoration: none;

}
.special-grid li a:hover {
	text-decoration:underline;
}
.tab {
	border-style:solid;
	border-width: 1px;
	border-color:#be1111;
	width:380px;
	height: 400px;

}
.tab ul {
	list-style:none;
}
.tab ul li {
	text-indent:20px;
	background-position:left;
	background-image: url(/jjyjs/images/righ1.png);
	background-repeat: no-repeat;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
.tab li a {
	color: #333;
	text-decoration:none;

}
.tab li a:hover {
	text-decoration:underline;
}

#font1 a,#font2 a,#font3 a{
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#font1 a:hover,#font2 a:hover,#font3 a:hover{
    color:#be1111;
	text-decoration:none;
}
.tab{
	color: #000;
	float: left;
}
.tab a{color: #000;}
.tab a:hover{ color: #000; text-decoration:underline;}
#TabTab03Con1{width:380px; line-height:32px;}
#TabTab03Con2{width:380px; line-height:32px;}
#TabTab03Con3{width:380px; line-height:32px;}

.xixi1{width:380px;height:36px;line-height:36px;background-image:url(/jjyjs/images/01.jpg);cursor:pointer;}
.xixi2{width:380px;height:36px;line-height:36px;background-image:url(/jjyjs/images/02.jpg);cursor:pointer;}
.xixi3{width:380px;height:36px;line-height:36px;background-image:url(/jjyjs/images/03.jpg);cursor:pointer;}

.tab1{width:125px;height:36px;line-height:36px;float:left;text-align:center;cursor:pointer;}
.tab2{width:125px;height:36px;line-height:36px;float:left;text-align:center;cursor:pointer;}
.tab3{width:125px;height:36px;line-height:36px;float:left;text-align:center;cursor:pointer;}



/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles  .flexslider {width: 100%; margin: 0; padding: 0;}
*********************************/ 

.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
.slides {display: block;} 
.slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 470px; padding: 2%; position: absolute; left: 20px; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/jjyjs/../images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -20px;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(/jjyjs/../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
