/* CSS Document */

@font-face {
    font-family: 'open_sansbold_italic';
    src: url('opensans-bolditalic_0.eot');
    src: url('opensans-bolditalic_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-bolditalic_0.woff2') format('woff2'),
         url('opensans-bolditalic_0.woff') format('woff'),
         url('opensans-bolditalic_0.ttf') format('truetype'),
         url('opensans-bolditalic_0.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold_0.eot');
    src: url('opensans-bold_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold_0.woff2') format('woff2'),
         url('opensans-bold_0.woff') format('woff'),
         url('opensans-bold_0.ttf') format('truetype'),
         url('opensans-bold_0.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight_italic';
    src: url('opensans-lightitalic_0.eot');
    src: url('opensans-lightitalic_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-lightitalic_0.woff2') format('woff2'),
         url('opensans-lightitalic_0.woff') format('woff'),
         url('opensans-lightitalic_0.ttf') format('truetype'),
         url('opensans-lightitalic_0.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('opensans-extrabolditalic_0.eot');
    src: url('opensans-extrabolditalic_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-extrabolditalic_0.woff2') format('woff2'),
         url('opensans-extrabolditalic_0.woff') format('woff'),
         url('opensans-extrabolditalic_0.ttf') format('truetype'),
         url('opensans-extrabolditalic_0.svg#open_sansextrabold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansitalic';
    src: url('opensans-italic_0.eot');
    src: url('opensans-italic_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-italic_0.woff2') format('woff2'),
         url('opensans-italic_0.woff') format('woff'),
         url('opensans-italic_0.ttf') format('truetype'),
         url('opensans-italic_0.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold';
    src: url('opensans-semibold_0.eot');
    src: url('opensans-semibold_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibold_0.woff2') format('woff2'),
         url('opensans-semibold_0.woff') format('woff'),
         url('opensans-semibold_0.ttf') format('truetype'),
         url('opensans-semibold_0.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular_0.eot');
    src: url('opensans-regular_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular_0.woff2') format('woff2'),
         url('opensans-regular_0.woff') format('woff'),
         url('opensans-regular_0.ttf') format('truetype'),
         url('opensans-regular_0.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('opensans-light_0.eot');
    src: url('opensans-light_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-light_0.woff2') format('woff2'),
         url('opensans-light_0.woff') format('woff'),
         url('opensans-light_0.ttf') format('truetype'),
         url('opensans-light_0.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sansextrabold';
    src: url('opensans-extrabold_0.eot');
    src: url('opensans-extrabold_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-extrabold_0.woff2') format('woff2'),
         url('opensans-extrabold_0.woff') format('woff'),
         url('opensans-extrabold_0.ttf') format('truetype'),
         url('opensans-extrabold_0.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('opensans-semibolditalic_0.eot');
    src: url('opensans-semibolditalic_0.eot?#iefix') format('embedded-opentype'),
         url('opensans-semibolditalic_0.woff2') format('woff2'),
         url('opensans-semibolditalic_0.woff') format('woff'),
         url('opensans-semibolditalic_0.ttf') format('truetype'),
         url('opensans-semibolditalic_0.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{ padding:opx; margin:0px;}
.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
.cls{ clear:both;}
ul{padding:0px; margin:0px;}
body{ background:#fff; font-family:"open Sans"; font:14px;}
#main{ max-width:1200px; margin:auto;}
.hearder{ padding:10px 0;background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #7890C5),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(bottom, #7890C5 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(bottom, #7890C5 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(bottom, #7890C5 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(bottom, #7890C5 0%, #FFFFFF 100%);
background-image: linear-gradient(to bottom, #7890C5 0%, #FFFFFF 100%); margin:auto;}
.hearder .hearder-left{ float:left; padding:0 0;}
.hearder .hearder-left .logo{ padding:0 0}



.hearder .hearder-right{ float:right;}
.hearder .hearder-right .socil{ font-weight:bold; font-size:18px; color:#FFFFFF; float:right;}
.hearder .hearder-right .socil .titel{color: #ffffff;float:left;font-size: 18px; padding-right:15px;}
.hearder .hearder-right .socil ul li{ float:right;text-decoration:none; list-style:none;}
.hearder .hearder-right .socil ul li a{ padding:0 0; }
.hearder .hearder-right .callus{ padding:0px 0 0 0;}

.slider{ margin:auto; text-align:center;}
.contant{ margin:auto; padding:22px 0;}
.contant-left{ margin:auto; padding:0 0 0 0; float:left;}
.contant-left .menu{ float:left; margin:0 0 0 0 ; padding:0 0;}
.contant-left .menu ul {
    margin: 0; 
    padding: 0;
    width:283px;
    list-style-type: none;
}

.contant-left .menu ul li a {
    text-decoration: none;
    color: white; 
    padding:15px 52px;
    background-color: #005555;
    display:block;
}
 
.contant-left .menu ul li a:hover{
    color: white;
    background:#5FD367;
}
.contant-right { margin:auto; padding:0 0 0 0; float:right; width:900px;}


.contant-right .welcome{float:righ; padding:30px 0 0 30px; width:500px; float:left;}
h1{ font-family:oswald; font-weight:bold; color:#456cbb;}
.contant-right .welcome p{ color:#616161; text-align:justify; font-size:14px; font-weight:normal; line-height:2;}


.contant-right .vedio{ padding:30px 0 0 0px; float:right; }


.footer{ background:#ccff99; margin:auto; text-align:center; padding:20px 0px; width:100%;}
.footer p{  font-size:12px; text-align:center;;}
.footer p a{ text-decoration:none;color:#456cbb;}
.footer p a:hover{ color:#FF0000;}
.footer-end{background:#ffffff; margin:auto; text-align:center; padding:20px 0px; width:100%;}
.footer-end p{ color:#595959; font-size:12px; text-align:center; padding:5px 0}
.footer-end p a{ color:#595959;text-decoration:none;}
.footer-end p a:hover{ color:#FF0000; text-decoration:none;}


.wrap{
	margin:0 auto;
	width:80%;
}
.main_bg{
	background:#EFF0F2;
	border-bottom: 6px solid #E6E8EB;
	z-index: 999;
	position: relative;
}
.wrapper{
	padding: 2%;
}
.images_1_of_2 {
	width: 360px;
	padding:60px 0px;
}
.grid_1_of_2{
	display: block;
	float:right;
}
.images_1_of_5 {
	width:485px;
	padding:0px 0px;
}
.grid_1_of_5{
	display: block;
	float:left;
}

h2.style {
    color: #707070;
    font-family: "Cagliostro",sans-serif;
    font-size: 1.8em;
    line-height: 1.5em;
    text-shadow: 0 1px 0 white;
    text-transform: capitalize;
}
.top{
	margin-top: 2%;
}
.para{
	font-size: 0.8725em;
	color: #5a5a5a;
	line-height: 1.8em;
}
.button1{
	margin-top:3%;
}
.btn_s{
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F39C12;
	border-bottom: 6px solid #DA880C;
}
.btn{
	position: relative;
	 background: linear-gradient(to bottom, rgba(241, 231, 103, 1) 0%, rgba(254, 182, 69, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    border-radius: 50px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    padding: 0 25.6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px white;
    vertical-align: middle;
}

.btn:hover{
	background: rgba(254,182,69,1);
background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,182,69,1)), color-stop(100%, rgba(241,231,103,1)));
background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -o-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: linear-gradient(to bottom, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767', GradientType=0 );
}

.about{ background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 56px 36px -60px #121d12;
    padding: 5px;}
img{ max-width:100%}	

.about-back{ background:#eff0f2; border-bottom:5px solid #e6e8eb; border-top:5px solid #e6e8eb;}



.content {
	
	background:#fff;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact_info h3, .contact-form h3, .company_address h3{
	font-family: 'Open Sans', sans-serif;
	color: #456cbb;
	font-weight: normal;
	text-transform: uppercase;

}
.contact-form span{
	font-size: 0.824em;
	padding-bottom: 5px;
	color: #333;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	padding: 8px;
	display: block;
	width: 98%;
	background: rgba(0, 0, 0, 0.21);
	border: 1px solid rgba(0, 0, 0, 0.14);
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 1px solid #ffffff;
	height: 32px;
	line-height: 32px;
	padding: 0px 25.6px;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	text-shadow: 0 1px 1px white;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.contact-form input[type="submit"]:hover{
	background: rgba(254,182,69,1);
background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,182,69,1)), color-stop(100%, rgba(241,231,103,1)));
background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -o-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
background: linear-gradient(to bottom, rgba(254,182,69,1) 0%, rgba(241,231,103,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#f1e767', GradientType=0 );
}
.company_address p{
	font-size: 0.8924em;
	line-height: 1.8em;
	color: #333;
}
.company_address p span{
	text-decoration:underline;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
	color: #F2980F;
	-webkit-transition:0.9s;
}
.map{
	margin-top: 6%;
	border: 1px solid rgba(199, 199, 199, 0.19);
	margin-bottom:15px;
	
}





.wrap {
	width: 100%;
	margin: 0 auto;
}

.searchfield:focus, .searchfield:not(:focus) {
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-out;
}

.gallery-left{
padding:10px 0;
	
	
	margin-left: 0%;
}
.lb-album {
	font-family: 'AmbleRegular';
	margin: 0 auto;
}
.lb-album li {

	float: left;
	position: relative;
	list-style:none;
	padding:0 25px 20px 0;
}
.lb-album li:nth-child(4), .lb-album li:nth-child(8), .lb-album li:nth-child(12) {
	margin-right: 0;
}
.lb-album li > a, .lb-album li > a img {
	display: block;
}
.lb-album li > a {
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	border:5px solid #CCCCCC;
}
.lb-album li > a span {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height: 150px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size:80px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgba(64, 72, 109, 0.61);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	font-family:"open Sans";
	font-weight:100;
}
.lb-album li > a:hover span {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay {
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background:rgba(64, 72, 109, 0.94);
}
.lb-overlay > div {
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;
	margin: 10px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
}
.lb-overlay div h3, .lb-overlay div p {
	padding: 0px 20px;
	width: 200px;
	height: 60px;
	color: #fff;
}
.lb-overlay div h3 {
	color: #fff;
	font-size: 36px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
}
.lb-overlay div h3 span, .lb-overlay div p {
	font-size: 16px;
	font-style: italic;
}
.lb-overlay div h3 span {
	display: block;
	line-height: 6px;
}
.lb-overlay div p {
	text-align: left;
	float: left;
	width: 260px;
}
.lb-overlay a.lb-close {
	font-family: 'AmbleRegular';
	font-size: 0.924em;
	padding: 4px;
	background: rgba(64, 72, 109, 0.61);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 50px;
	height: 23px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
}
.lb-overlay img {
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}
.lb-overlay:target a.lb-close, .lb-overlay:target > div {
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
@-webkit-keyframes fadeInScale {
0% { -webkit-transform: scale(0.6); opacity: 0; }
100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
0% { -moz-transform: scale(0.6); opacity: 0; }
100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
0% { -o-transform: scale(0.6); opacity: 0; }
100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
0% { -ms-transform: scale(0.6); opacity: 0; }
100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
0% { transform: scale(0.6); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}

/*
 100% Height for Opera as the max-height seems to be ignored, not optimal for large screens
 http://bricss.net/post/11230266445/css-hack-to-target-opera
 */

.vedio{ padding-top:20px;}

.feed{ padding:0 0; margin:auto; width:100px; float:left;}
.feed li{ list-style:none; text-decoration:none; border-top:1px solid #dddddd; padding:12px 0; border-left:1px solid #dddddd;border-right:1px solid #dddddd;}
.feed ul{ padding:0 0; display:block; text-decoration:none; padding:10px 0px 0 0}
.feed ul li a{ font-size:12px; color:#666666; text-decoration:none; padding:0 0 0 20px ;}
.feed ul li a:hover{ color:#999999;} 
.feed li:last-child{ border-bottom:1px solid #dddddd; }
.feed li:first-child{ padding:12px 0px;}



.feed2{ padding:0 0; margin:auto; width:400px; float:left;}
.feed2 li{ text-decoration:none; border-top:1px solid #dddddd; padding:12px 0; border-left:1px solid #dddddd;border-right:1px solid #dddddd; background:url(../../images/pdf.png) left center no-repeat;}
.feed2 ul{ padding:0 0; display:block; text-decoration:none; padding:10px 0px 0 0; list-style:none;}
.feed2 ul li a{ font-size:12px; color:#666666; text-decoration:none; padding:0 0 0 20px ;}
.feed2 ul li a:hover{ color:#999999;} 
.feed2 li:last-child{border-bottom:1px solid #dddddd; }
.feed2 li span{ padding:0 0}
.feed2 li:first-child{ background:none;}
.feed2 li img{ padding:0 0; text-align:left;}


/* Slider */
			.list_carousel {
				background-color: #ccc;
				margin: 0 0 30px 60px;
				width: 360px;
			}
			.list_carousel ul {
				margin-left: 200px;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #eee;
				border: 5px solid #999;
				width: 250px;
				height: 177px;
				padding: 5px;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
.news-1{ padding:0 0; text-align:center; margin:auto;}
.news-1 p{ font-size:14px; color:#00a54f; float:left; padding:7px 0;}
.news-1 p:hover{color:#FF0000; cursor:pointer;}
.class_0{margin-left:200px;;}
.class_1{margin-left:50px;;}
.class_2{margin-left:50px;;}
.class_3{  }
.class_4{margin-left:20px;}
.class_5{margin-left:20px;}
.class_6{margin-left:200px;}
.class_7{margin-left:60px;}
