/*
www.devsaran.com
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
@font-face {
  font-family: 'kalpurush';
  src: url('fonts/kalpurush/kalpurush.eot'); /* IE9 Compat Modes */
  src: url('fonts/kalpurush/kalpurush.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('fonts/kalpurush/kalpurush.woff') format('woff'), /* Modern Browsers */
	   url('fonts/kalpurush/kalpurush.ttf')  format('truetype'), /* Safari, Android, iOS */
	   url('fonts/kalpurush/kalpurush.svg#svgFontName') format('svg'); /* Legacy iOS */
}/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
 
}

ol, ul {
  list-style: none;
}
#slider .slide_text{
	position:absolute;
	left:30%;
	top:70%;
	z-index:1200;
	font-size:26px;
	width:400px;
	color:#fff;
	text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	text-align:center;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
}
blockquote, q {
  quotes: "" "";
}
a img {
  border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
  display: block;
}

/* Body, Common Classes & Wrap */


body {
  /*padding-top: 2em;*/
   background: url(../images/bg_main.gif) repeat-y scroll center top rgba(0, 0, 0, 0);
}
#wrapper {
  margin: 0px auto 0px auto;
  max-width: 960px;
 
}
#header hgroup {
  margin: 0 3%;
  padding: 2.5em 0;
}
#navigation div {
  margin: 0 3%;
}

#primary {
  float: left;
  margin: 0 -30% 0 0;
  width: 100%;
}
#content {
  margin: 0 33% 0 3%;
  width: 64%;
}
#sidebar {
  float: right;
  margin-right: 3%;
  width: 27%;
}
.content li{
	list-style: inside url("../images/bullet_tick.png") disc !important;
}
/* Right Content */
.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -30%;
  width: 100%;
}
.left-sidebar #content {
  margin: 0 3% 0 33%;
  width: 64%;
}
.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 27%;
}

.wide-sidebar #primary {
  float: left;
  margin: 0 -35.5% 0 0;
  width: 100%;
}
.wide-sidebar #content {
  margin: 0 38.6% 0 3%;
  width: 58.4%;
}
.wide-sidebar #sidebar {
  float: right;
  margin-right: 3%;
  width: 32.5%;
}

/* Right Content */
.wide-sidebar.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -33%;
  width: 100%;
}
.wide-sidebar.left-sidebar #content {
  margin: 0 3% 0 38.6%;
  width: 58.4%;
}
.wide-sidebar.left-sidebar #sidebar {
  float: left;
  margin-left: 3%;
  margin-right: 0;
  width: 30%;
}

.no-sidebars #primary{
  margin: 0;
}
.no-sidebars #content{
  margin: 0 3%;
  position: relative;
  width: auto;
}

body, input, textarea {
  color: #373737;
  font-family: 'kalpurush';
  font-weight: 300;
  line-height: 1.525;
  
}
body {
  /*background: #ccc;*/
}

#wrapper {
  background: #fff;
}
a {
  color: #1982d1;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
    font-weight: bold;
  margin: 0 0 0.8125em;
}
h4 {
    font-size: 20px;
    margin: 0 0 4px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 2em;
}

/* Text elements */
p {
  margin-bottom: 5px;
}
ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 2em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 2em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 2em;
  overflow: auto;
  padding: 0.75em 2em;
}
code, kbd {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 2em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

table {
  margin: 0 0 1em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

tr{
  padding:5px 5px;
}

td{
  padding:5px 5px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* clearfix hack */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* close commented backslash hack */
.displayblock {
  display: block;
}
.displaynone {
  display: none;
}

#header {
  background-color: #fff;
  position: relative;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
#site-name {
  margin-right: 270px;
  padding: 0;
  font-size: 36px;
  line-height: 46px;
}
#site-name a {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus,
#site-name a:active {
  color: #1982d1;
}
#site-slogan {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 0 0;
}
#header img {
  height: auto;
  max-width: 100%;
}
#header #site-logo { 
  margin: 0 3%;
  padding: 2.5em 0;
}

/* =Menu
-------------------------------------------------------------- */

#header #navigation {
    background: #FAFAFA;
  border-bottom: 1px dotted #CCCCCC;
  /*background: -moz-linear-gradient(#585858, #3d3d3d);
  background: -o-linear-gradient(#585858, #3d3d3d);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#585858), to(#3d3d3d)); 
  background: -webkit-linear-gradient(#585858, #3d3d3d);*/
  clear: both;
  display: block;
  float: left;
  margin: 0 auto 2px;
  width: 100%;
   
}
.main-menu > ul.header_menu{
  font-size: 14px;
  list-style: none;
  margin: 0 0 0 -0.8125em;
  padding-left: 0;
}
.main-menu > ul.header_menu li {
  border-right: 1px dotted #444;
  float: left;
  position: relative;
  list-style: none outside none;
}
.main-menu > ul.header_menu li a{
  font-size:16px;
  line-height: 3em;
    padding: 0 10px;
  text-decoration: none;
}

.main-menu > ul.header_menu a {
  display: block;
}


.main-menu > ul.header_menu ul {
  /*-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);*/
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 3em;
  left: 0;
  list-style: none;
  width: 188px;
  z-index: 99;
  background:white;
  padding-top: 20px;
  border-top:8px solid #FF6600;
  border-left: 1px solid #ddd;
  padding-bottom: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


.main-menu > ul.header_menu ul ul {
  left: 100%;
  top: 0;
}
.main-menu > ul.header_menu ul a {
  
  border-bottom: 1px dotted #ccc;
  color: #444;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
    padding: 3px 10px;
  width: 160px;
}

.main-menu > ul.header_menu li:last-child, 
.main-menu > ul.header_menu ul li {
  border:none;
} 

.main-menu > ul.header_menu ul :hover > a,
.main-menu > ul.header_menu a:focus {
 /* background: #efefef;*/
}
ul.sub_menu li:last-child a{
	border-bottom:none;
}
.main-menu > ul.header_menu a:focus{
  background: #f9f9f9; /* Show a solid color for older browsers */
  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #373737;
}

.main-menu > ul.header_menu li:hover > ul {
  display: block;
  
}
.main-menu > ul.header_menu a.active {
  font-weight: bold;
}

.main-menu ul li.leaf, .main-menu ul li.expanded { list-style: none; }
.first-class,.second-class,.third-class,.fourth-class{
	text-shadow: 0px 1px 1px white;
  -webkit-transition: color .15s ease-in, background-image .2s linear .15s;
  -moz-transition: color .15s ease-in, background-image .2s linear .15s;
  -o-transition: color .15s ease-in, background-image .2s linear .15s;
  -ms-transition: color .15s ease-in, background-image .2s linear .15s;
  transition: color .15s ease-in, background-image .2s linear .15s;
}
.first-class{
	color:#000;
}
.second-class{
	color:#FF6600;
}
.second-class:hover{
	background:#FF6600;
	color:white;
}
.third-class{
	color:#C40A2A;
}
.third-class:hover{
	background:#C40A2A;
	color:white;
}
.fourth-class{
	color:#84154d;
}
.fourth-class:hover{
	background:#84154d;
	color:white;
}
.fifth-class{
	color:#098346;
}
.fifth-class:hover{
	background:#098346;
	 color:white;
}
.sixth-class{
	color:#1399b8;
}
.sixth-class:hover{
	background:#1399b8;
	color:white;
}
.seventh-class{
	color:#8768de;
}
.seventh-class:hover{
	background:#8768de;
	color:white;
}
.eighth-class{
	color:#000000;
}
.eighth-class:hover{
	background:#000000;
	color:white;
}
.nineth-class{
	color:#000000;
}
.nineth-class:hover{
	background:#000000;
	color:white;
}
.tinynav { 
  display: none;
  font-size: 16px;
}

/* Featured Slider */
#slider {
    background-color: #333;
    /*border-bottom: 2px solid #ccc;
    border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
  */
    margin: 0px;
    position: relative;
	
}


#slider-wrap img {
    border: medium none;
  display: block;
    height: auto;
    /*padding: 0.7em 2% 0.3em;*/
  padding: 0;
    max-width: 100%;
}
#slider-wrap a:hover img {
  background: none;
  border: none;
}
#slider-wrap a {
  display: block;
  /*padding: 11px 11px 10px;*/
  padding:0px;
}

#slider-wrap .featured-text {
    color: #fff;
    padding: 0 11px 10px;
}
#slider-wrap .featured-text a {
  display: inline;
  padding: 0;
}
#content #nav-slider {
  padding: 0;
}
#nav-slider img {
   max-width:33px;
   height:auto;
   width:100%;
 }
#nav-slider .nav-previous, 
#nav-slider .nav-next {
    cursor: pointer;
    display: block;
    max-width: 33px;
    opacity: 0.7;
    position: absolute;
    top: 96px;
    width: 6%;
    z-index: 99;
}
#nav-slider .nav-previous:hover, 
#nav-slider .nav-next:hover {
  opacity: 10;
}
#nav-slider .nav-previous {
    left: 0px;
}
#nav-slider .nav-next {
    right: 0px;
}

#breadcrumbs {
  font-size: 11px;
}


/* =Content
----------------------------------------------- */
#preface-area {
  padding-bottom: 5px;
}

#main {
  /*background-color: #eee;*/
  clear: both;
  padding: 2em 0 0;
  margin-bottom:40px;
}

#content-wrap {
  background-color: white;
  border-bottom: 2px solid #CCC;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 2em;
  padding: 0.5em 5% 2em;
  position: relative;
  width: auto;
}

.node h2.title, h1.page-title, .node h2.title a, h1.page-title a {
  color: #222222;
  text-decoration: none;
}
.node h2.title, h1.page-title {
  clear: both;
  color: #222222;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.3em;
  padding-top: 15px;
}

#main #content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
}

.node-teaser p {
  margin-bottom: 1em;
}

#preface-area .block,
.region-content-top .block,
#footer-area .block {
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin-bottom: 2em;
  padding: 0.5em 1em 1em;
  font-size: 12px;
}

#preface-area .block > h2,
.region-content-top .block > h2,
#footer-area .block > h2 {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 -0.75em 1em;
  padding: 0 1em 0.5em;
}

#sidebar .block {
  background-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  margin-bottom: 2em;
  padding: 0px;
  font-size: 12px;
}

#sidebar .block > h2 {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 -0.75em 1em;
  padding: 0 1em 0.5em;
}

#preface-area .block p,
.region-content-top .block p,
#footer-area .block p,
#sidebar .block p {
  margin-bottom: 1em;
}

#preface-area .block img,
.region-content-top .block img,
#footer-area .block img,
#sidebar .block img {
  height: auto;
  max-width: 97.4%;
}

#preface-area {
    /*background-color: #eee;*/
    overflow: hidden;
    padding: 2em 3% 0;
}

#preface-block-wrap.in1 .preface-block {
  margin-bottom: 2.5em;
}

#preface-block-wrap.in2 .preface-block {
  float: left;
  width: 48.5%;
}
#preface-block-wrap.in2 .preface-block + .preface-block {
  float: right;
}

#preface-block-wrap.in3 .preface-block {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#preface-block-wrap.in3 .preface-block + .preface-block + .preface-block {
  margin-right: 0;
}


/* =Footer
----------------------------------------------- */

#footer-bottom {
  border-top: 1px solid #ccc;
  clear: both;
}
#footer-area {
    background-color: #eee;
    overflow: hidden;
    padding: 2em 3% 0;
}

#footer-block-wrap.in1 .footer-block {
  margin-bottom: 2.5em;
}

#footer-block-wrap.in2 .footer-block {
  float: left;
  width: 48.5%;
}
#footer-block-wrap.in2 .footer-block + .footer-block {
  float: right;
}

#footer-block-wrap.in3 .footer-block {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
#footer-block-wrap.in3 .footer-block + .footer-block + .footer-block {
  margin-right: 0;
}

#bottom {
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #aaa;
  clear: both;
  -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
  padding: 2.2em 0.5em;
  text-align: center;
}
#bottom a {
  color: #555;
  font-weight: bold;
}
#bottom .copyright, 
#bottom .credit {
    display: inline;
    width: 47%;
}
#bottom .copyright { 
  clear: both;
  margin-left: 3%;
  float: left;
    text-align: left;
}
#bottom .credit { 
  margin-right: 3%;
  float: right;
  text-align: right;
}
/* Social Profile */
.social-profile {
  position: absolute;
  right: 3%;
  top: 2.8em;
}
.social-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-profile ul li {
  margin: 0 0 10px 10px;
  float: left;
}
.social-profile ul li a {
  display: block;
  background: url("../images/social-profiles.png") no-repeat right top;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-indent: -99999px;
}
.social-profile ul li a:active {
  -moz-box-shadow: inset 0 0 6px #000;
  -webkit-box-shadow: inset 0 0 6px #000;
  box-shadow: inset 0 0 6px #000;
}
.social-profile ul li.facebook a {
  background-position: 0 0;
}
.social-profile ul li.facebook a:hover {
  background-position: 0 -44px;
}
.social-profile ul li.twitter a {
  background-position: -44px 0;
}
.social-profile ul li.twitter a:hover {
  background-position: -44px -44px;
}
.social-profile ul li.rss a {
  background-position: -88px 0;
}
.social-profile ul li.rss a:hover {
  background-position: -88px -44px;
}
.social-profile ul li.you-tube a {
  background-position: -132px 0;
}
.social-profile ul li.you-tube a:hover {
  background-position: -132px -44px;
}
.social-profile ul li.linkedin a {
  background-position: -176px 0;
}
.social-profile ul li.linkedin a:hover {
  background-position: -176px -44px;
}
.social-profile ul li.tumblr a {
  background-position: -220px 0;
}
.social-profile ul li.tumblr a:hover {
  background-position: -220px -44px;
}
.social-profile ul li.viemo a {
  background-position: -264px 0;
}
.social-profile ul li.viemo a:hover {
  background-position: -264px -44px;
}
.social-profile ul li.dribbble a {
  background-position: -308px 0;
}
.social-profile ul li.dribbble a:hover {
  background-position: -308px -44px;
}
.social-profile ul li.my-space a {
  background-position: -352px 0;
}
.social-profile ul li.my-space a:hover {
  background-position: -352px -44px;
}
.social-profile ul li.aim a {
  background-position: -396px 0;
}
.social-profile ul li.aim a:hover {
  background-position: -396px -44px;
}
.social-profile ul li.flickr a {
  background-position: -440px 0;
}
.social-profile ul li.flickr a:hover {
  background-position: -440px -44px;
}
.social-profile ul li.pinterest a {
  background-position: -484px 0;
}
.social-profile ul li.pinterest a:hover {
  background-position: -484px -44px;
}
.social-profile ul li.google-plus a {
  background-position: -528px 0;
}
.social-profile ul li.google-plus a:hover {
  background-position: -528px -44px;
}
.social-profile ul li.wordpress a {
  background-position: -572px 0;
}
.social-profile ul li.wordpress a:hover {
  background-position: -572px -44px;
}
.social-profile ul li.deviantart a {
  background-position: -616px 0;
}
.social-profile ul li.deviantart a:hover {
  background-position: -616px -44px;
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 3px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10  
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
 Mozilla Firefox  
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
 Opera  
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
 Webkit (Safari/Chrome 10)  
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
 Webkit (Chrome 11+)  
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
 Proposed W3C Markup  
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);*/

border: 1px solid #dbdbdb;
-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);

-moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url('../images/search-button.png') no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }


ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.submitted{
  background: #eee;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  -moz-transition: opacity 0.2s ease-in-out 0s;
  background: none repeat scroll 0 0 #999;
  color: #FFFFFF !important;
  line-height: 1em !important;
  margin-bottom: 3px;
  margin-right: 3px;
  opacity: 0.9;
  padding: 4px 6px;
}

.field-name-field-tags a:hover{
  opacity: 1;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
  color: #000;
}

#main .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url('../images/comment-arrow.gif') no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url('../images/no-new-posts.png') no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}



/* =Responsive Structure
----------------------------------------------- */
/* Smaller than standard 1060 (devices and browsers) */
@media screen and (max-width: 1060px) {
  #wrapper {
    max-width: 900px;
  }
  #nav-slider .nav-previous, 
  #nav-slider .nav-next {
    top: 94px;
  }
}

@media screen and (max-width: 960px) {
  /*  ipad */
  #wrapper {
    max-width: 708px;
  }
  /* Simplify the basic layout */
  #main #content {
    margin: 0 3%;
    width: auto;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 137px;
  }
  #main #sidebar {
    float: none;
    margin: 0 3%;
    width: auto;
  }
  #header #main-menu > ul.menu a {
      padding: 0 0.83em;
  }
  #preface-block-wrap.in1 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #preface-block-wrap.in2 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #preface-block-wrap.in3 .preface-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in1 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in2 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #footer-block-wrap.in3 .footer-block {
    float: none;
    margin-right: 0;
    width: auto;
  }
}
  
@media screen and (max-width: 767px) {
  /*  small tablet */
  #wrapper {
    max-width: 480px;
  }
  /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  body {
      padding: 0;
  }
  body, input, textarea {
    font-size: 13px;
  }
  #header,
  #footer-bottom {
    border-radius: 0;
  }
  #main,
  #footer-block-wrap {
    padding-top: 1em;
  }
  #header hgroup {
    padding: 5.30625em 0 2em 0;
    text-align: center;
  }
  #site-name {
    font-size: 28px;
    line-height: 38px;
  }
  #header #site-logo {
    padding: 5.30625em 0 2em 0;
    text-align: center;
  }
  #header .social-profile {
    top: 2em !important;
  }
  #main-menu > ul {
    font-size: 12px;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 82px;
  }
  #slider, 
  .block,
  #footer-block-wrap .footer-block {
    margin-bottom: 1em;
  }
  blockquote {
    margin: 0;
  }
  blockquote.pull {
    font-size: 17px;
  }
  /* Reposition the site title and description slightly */
  #site-name {
    padding: 0;
  }
  #site-name,
  #site-slogan {
    margin-right: 0;
  }
  /* Floated content doesn't work well at this size */
  .alignleft,
  .alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  /* Menu */
  #navigation #main-menu {
    padding: 14px 0;
  } 
  #main-menu > ul.menu {
    display: none;
  }
  #main-menu > ul.menu li {
    border: none;
      float: none;
      text-align: center;
  }
  .tinynav {
    background-image: none;
    background-color: transparent;
    background-position: right center;
    background-repeat: no-repeat;
    
    border: none;
    color: #fff;
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
  } 
  .tinynav option {
    color: #000;
  }
  .social-profile {
    float: none;
    text-align: center;
  }
  .social-profile ul li {
    display: inline-block;
    float: none;
    margin: 0 0 10px 10px;
  }
  #bottom .copyright, #bottom .credit {
    display: block;
    margin-left: 3%;
    float: none;
    text-align: center;
    width: 97%;
  }
}
@media (max-device-width: 650px) {  
  .tinynav {
    background-image: url("../images/select-arrow.png");
  }
}
@media screen and (max-width: 479px) {
  /*  iphone */
  #wrapper {
    max-width: 320px;
  }
  #site-name {
    font-size: 26px;
    line-height: 36px;
  }
  #site-slogan {
    font-size: 12px;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 57px;
  }
  .comment .attribution, .comment .comment-text { 
    display: inline-block;
  }
  #bottom .copyright, #bottom .credit {
    font-size: 9px;
  }
}
@media screen and (max-width: 319px) {
  /* small phone */
  #wrapper {
    max-width: 100%;
  }
  #wrapper {
    margin-top: 0;
  }
  #header {
    border-top: none;
  }
  input[type="text"] {
    width: 98%;
  }
  #nav-slider .nav-previous,
  #nav-slider .nav-next {
    top: 45px;
  } 
}


/* =Print
----------------------------------------------- */

@media print {
  body {
    background: none !important;
    font-size: 10pt;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #header {
    border-top: none !important;
    padding: 0;
  }
  #header hgroup {
    margin: 0;
  }
  #site-name a {
    font-size: 21pt;
  }
  #site-slogan {
    font-size: 10pt;
  }
  #header img {
    display: none;
  }
  #navigation {
    display: none;
  }
  #main {
    border-top: none;
    box-shadow: none;
  }
  #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #content {
    margin: 0;
    width: auto;
  }
  .widget-area {
    display: none;
  }
  #footer-bottom {
    display: none;
  }

}

body.cke_editable {
  background: #fff;
}

/* custom css*/
/*

.content_notice{
	background: url("../images/bg_notice_board.png") no-repeat left top transparent;
	padding:15px 0px 10px 120px;
}
.notice_ul {
	padding-top:10px;
}
.notice_ul li{
	list-style:url("../images/bullet_tick.png");
}
.logo_div{
	position:absolute;
	z-index:1200;
	left:60px;
	top:40px;
}
.content li a:hover{
	color:#000;
	text-decoration:underline;
}
.notice_ul li a{
	font-size:13px;
	border-bottom:1px dotted #000;
	color:#666;
}
.notice_ul li a:hover{
	color:#000;
	border-bottom:1px solid #000;
	
}
.btn {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
  padding: 0 5px;
  color: #fff!important;
}
.right{
	float:right;
}
.notice_btn{
	margin-right:15px;
	font-size:12px;
}
.news_btn{
	
	font-size:12px;
}
#news_container{
	width:98%;  
	background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
 margin-top:20px;
 overflow:hidden;
}
.content_news_1{
	width:3%;
	font-size:12px;
	padding:10px;
	 float:left;
}
.content_news_2{
	width:80%;
	 float:left;
	 padding-top:6px;
}

.content_news_3{
	width:10%;
	 float:right;
	 padding:10px 15px 10px 10px;
}
.news_ul{
	margin:0px;
}
.news_ul li{
	list-style:none;
}
.news_ul li a{
	font-size:12px;
	color:#000;
}
.news_ul li a:hover{
	text-decoration:underline;
}
#topic_container{
	width:98%;
	margin-top:20px;
}
.div_left{
	float:left;
	
	width:44%;
	  background-color: #F5F5F5;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 179px;
  padding: 10px;
  overflow: hidden;
  color: #000;
  
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
}
.div_right{
	float:right;
}*/
.clear{
	width:98%;
	height:15px;
}
.div_left img{
	float:left;
}
.box_ul{
	margin:0px;
}
.box_ul li{
	list-style:url("../images/bullet_arrow.png");
	
	margin-left: 110px;
  margin-top: -3px;
}
.box_ul li a{
	
	font-size:15px;
	color:#666;
}
.box_ul li a:hover{
	
	text-decoration:underline;
	color:#000;
}
#video_container{
	width: 98%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#video_container h5{
	  background-color: #609513 !important;
  color: #fff;
  padding:5px 10px;
  font-size:16px;
}
video{
	width:100%;
	height:400px;
}

.footer_mid{
	margin:0 auto;
	 width: 1020px;
	background-color: #EBEBEB;
	overflow:hidden;
}
.footer_mid_left{
	width:80%;
	float:left;
	padding-top:20px;
}
.footer_mid_right{
	width:20%;
	float:left;
}
.footer_ul{
	
}
.footer_ul li{
	float:left;
	display:block;
	
	
}
.footer_ul li a{
	font-size:13px;
	color:#000;
	text-align:center;
	padding:10px 12px;
	border-right:1px dotted #ddd;
}
.footer_ul li a:hover{
	color:white;
	background:#555;
}
.sub_menu li a:hover{
	background:#eee;
}

@media (min-width: 1201px)and (max-width: 5000px) {
	.footer_mid_left{
	width:80%;
	float:left;
	padding-top:20px;
}
.footer_mid_right{
	width:20%;
	float:left;
}
	
	.table1 tr td:first-child{
		width:70px;
	}
	.table1 tr td:nth-child(2){
		width:35px;
	}
	.table1 tr td:nth-child(3){
		width:35px;
	}
	.table1 tr td:nth-child(4){
		width:35px;
	}
	.table1 tr:nth-child(even),.table2 tr:nth-child(even) {
		background-color: #efefef;
	}
	.table1 tr:nth-child(odd),.table2 tr:nth-child(odd) {
	   background-color:#fff;
	}
	.table1 th,.table2 tbody th	{
		background-color: #595959;
		color: white;
	}
	.table1 tr td{
		text-align: center;
		font-size: 16px;
		vertical-align: middle;
		padding:0px;
	}
	.table2 tr th{
		text-align: center;
		
		font-size: 17px;
		vertical-align: middle;
		padding:0px;
	}
	.table2 tr td{
		text-align: left;
		padding-left:10px !important;
		font-size: 17px;
		vertical-align: middle;
		padding:0px;
	}
	.table2 tr td:first-child,.table2 tr td:last-child,.table2 tr th:first-child,.table2 tr th:last-child{
		width: 40%;
		text-align: center;
	}
	.table2 tr td:nth-child(2){
		text-align: center;
	}
	.news_div{
		height: 120px;
		background-color: #efefef;
		border: 1px solid #cccccc;
		margin: 0px;
		padding: 6px;
	}
	.logo_h4_en_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 21px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 25px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	
	}
	.logo_h4_en{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 19px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 20px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h3{
		color:white; 
		margin:0px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_div{
	position:absolute;
	z-index:1200;
	left:60px;
	top:30px;
}
	.logo_h1{
		color:white; 
		font-size:28px; 
		font-weight:700; 
		line-height:20px; 
		text-shadow: -1px -1px 20px #333, 1px -1px 20px #333, -1px 1px 20px #333, 1px 1px 20px #333;
	}
	.logo_class{
		width:80px; 
		margin-bottom: 20px;
		background: white;   
		border-radius: 4px;    
		-moz-box-shadow: 0 0 8px 7px #fff;
		-webkit-box-shadow: 0 0 8px 7px #fff;
		box-shadow: 0 0 8px 7px #fff;
	}
#notice_container{
	width:98%;
	min-height:240px;
	padding-bottom:20px;
	height:auto !important;
  /*background-image: url("../images/bg_notice_board.png");*/
  border: 1px solid #DDDDDD;
  padding: 0px;
  overflow: hidden;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.content_notice{
	background: url("../images/bg_notice_board.png") no-repeat left top transparent;
	padding:15px 0px 10px 100px;
}
.notice_ul {
	padding-top:10px;
}
.notice_ul li{
	list-style:url("../images/bullet_tick.png");
}
.news_title,.news_block_li{
	list-style: inside url("../images/bullet_tick.png") disc !important;
}
.news_title:hover{
	border-bottom:1px solid #111;
}
.content li a:hover{
	color:#000;
	text-decoration:underline;
}
.notice_ul li a{
	font-size:13px;
	border-bottom:1px dotted #000;
	color:#666;
}
.notice_ul li a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
/*.btn {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
  padding: 0 5px;
  color: #fff!important;
}*/
.right{
	float:right;
}
.notice_btn{
	margin-right:15px;
	font-size:12px;
	    margin-bottom: 10px;
}
.news_btn{
	font-size:12px;
}
#news_container{
	width:98%;  
	background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
 margin-top:20px;
 overflow:hidden;
}
.content_news_1{
	width:3%;
	font-size:12px;
	padding:10px;
	 float:left;
}
.content_news_2{
	width:80%;
	 float:left;
	 padding-top:6px;
}
.content_news_3{
	width:10%;
	 float:right;
	 padding:10px 15px 10px 10px;
}
.news_ul{
	margin:0px;
}
.news_ul li{
	list-style:none;
}
.news_ul li a{
	font-size:12px;
	color:#000;
}
.news_ul li a:hover{
	text-decoration:underline;
}
#topic_container{
	width:98%;
	margin-top:20px;
}
	.search-btn {
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 0 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px 0 5px;
    color: #FFFFFF !important;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}
	.top_search_form{
		margin: 0;
		padding: 0px 0px 0px 30px;
		float: left;
	}
	.top_search_keyword{
		width:300px; 
		margin:0px !important; 
		background:white; 
		color:#000; 
		outline:none; 
		border:1px solid #111;
		padding:0px 5px !important;
	}
	.top_search_btn{
		    margin: 0 !important;
    padding: 5px 10px !important;
	}
	.lang-search{
		height: 24px;
		padding: 4px;    
		margin-top: 2px; 
		float:right;
	}
	.responsive_menu_div{
		display:none;
	}
	.all_responsiv_menu{
		display:none;
	}
	.div_left{
	float:left;
	width:45%;
	  background-color: #F5F5F5;
  border: 1px solid #ccc;
  cursor: pointer;
  min-height: 160px;
  max-height: 200px;
  padding: 10px;
  overflow: hidden;
font-size:15px;
  color: #000;
  /* width: 326px!important; */
  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px 1px #ccc;
}
.div_right{
	float:right;
}
.top_header{
		background-color: #333;
		color:white;
		height:30px;
		/*box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
	}
	.top_header_left{
		font-size:11px;
		line-height:30px;
		padding-left:10px;
		width:49%;
		 float:left
	}
	.top_header_left:hover{
		color:#ddd;
		cursor:pointer;
	}
	.top_header_right{
		float:right;
		width:49%;
		padding-right:5px;
	}
	#nav-slider .nav-previous, #nav-slider .nav-next {
		top: 94px !important;
	}
	.meganizr{
		display:block;
	}
	.news_div_h3{
		margin: 0px 5px 0 10px;
    font-weight: bold;
    font-size: 1em;
    line-height: 25px;
	}
	 .custom_thumbnail{
		margin-left:10px !important; 
		display:inline-block !important; 
		padding:5px !important; 
		border:1px solid #eee !important; 
	 } 
		 .photo_div{
		width:100%;
	}
	#piechart_3d{
		    width: 375px;
			float:left;
			height:auto;
			margin: 0 auto
	}
	.footer_head{
	  background: url("../images/footer_top_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  height: 84px;
	  margin: 0 auto;
	  width: 1020px;
	  clear: both;
}
.footer_mid{
	margin:0 auto;
	 width: 1020px;
	background-color: #EBEBEB;
	overflow:hidden;
}
.slide_per_img{
		width:960px; 
		height:220px;
	}
	#slider-wrap{
		position: relative !important; 
		width: 100% !important;	
		height:220px !important;
	}
}
@media (min-width: 993px)and (max-width: 1200px) {
	
	.footer_mid_left{
	width:80%;
	float:left;
	padding-top:20px;
}
.footer_mid_right{
	width:20%;
	float:left;
}
	.footer_head{
	  background: url("../images/footer_top_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  height: 84px;
	  margin: 0 auto;
	  width: 1020px;
	  clear: both;
}
.footer_mid{
	margin:0 auto;
	 width: 1020px;
	background-color: #EBEBEB;
	overflow:hidden;
}
	.table1,.table2{
		width:100%;
	}
	.table1 tr td:first-child{
		width:70px;
	}
	.table1 tr td:nth-child(2){
		width:35px;
	}
	.table1 tr td:nth-child(3){
		width:35px;
	}
	.table1 tr td:nth-child(4){
		width:35px;
	}
	.table1 tr:nth-child(even),.table2 tr:nth-child(even) {
		background-color: #efefef;
	}
	.table1 tr:nth-child(odd),.table2 tr:nth-child(odd) {
	   background-color:#fff;
	}
	.table1 th,.table2 tbody th	{
		background-color: #595959;
		color: white;
	}
	.table1 tr td{
		text-align: center;
		font-size: 16px;
		vertical-align: middle;
		padding:0px;
	}
	.table2 tr td,.table2 tr th{
		text-align: center;
		width: 33%;
		font-size: 17px;
		vertical-align: middle;
		padding:0px;
	}
	
	
	.news_div{
		height: 120px;
		background-color: #efefef;
		border: 1px solid #cccccc;
		margin: 0px;
		padding: 6px;
	}
	.logo_h4_en_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 21px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 25px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	
	}
	.logo_h4_en{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 19px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 20px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h3{
		color:white; 
		margin:0px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_div{
	position:absolute;
	z-index:1200;
	left:60px;
	top:30px;
}
	.logo_h1{
		color:white; 
		font-size:28px; 
		font-weight:700; 
		line-height:20px; 
		text-shadow: -1px -1px 20px #333, 1px -1px 20px #333, -1px 1px 20px #333, 1px 1px 20px #333;
	}
	.logo_class{
		width:70px; 
		margin-bottom: 10px;
		background: white;   
		border-radius: 4px;    
		-moz-box-shadow: 0 0 8px 7px #fff;
		-webkit-box-shadow: 0 0 8px 7px #fff;
		box-shadow: 0 0 8px 7px #fff;
	}
#notice_container{
	width:98%;
	height:230px;
  /*background-image: url("../images/bg_notice_board.png");*/
  border: 1px solid #DDDDDD;
  padding: 0px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.content_notice{
	background: url("../images/bg_notice_board.png") no-repeat left top transparent;
	padding:15px 0px 10px 120px;
}
.notice_ul {
	padding-top:10px;
}
.notice_ul li{
	list-style:url("../images/bullet_tick.png");
}
.news_title,.news_block_li{
	list-style: inside url("../images/bullet_tick.png") disc !important;
}
.news_title:hover{
	border-bottom:1px solid #111;
}
.content li a:hover{
	color:#000;
	text-decoration:underline;
}
.notice_ul li a{
	font-size:13px;
	border-bottom:1px dotted #000;
	color:#666;
}
.notice_ul li a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
.btn {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
  padding: 0 5px;
  color: #fff!important;
}
.right{
	float:right;
}
.notice_btn{
	margin-right:15px;
	font-size:12px;
}
.news_btn{
	font-size:12px;
}
#news_container{
	width:98%;  
	background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
 margin-top:20px;
 overflow:hidden;
}
.content_news_1{
	width:3%;
	font-size:12px;
	padding:10px;
	 float:left;
}
.content_news_2{
	width:80%;
	 float:left;
	 padding-top:6px;
}
.content_news_3{
	width:10%;
	 float:right;
	 padding:10px 15px 10px 10px;
}
.news_ul{
	margin:0px;
}
.news_ul li{
	list-style:none;
}
.news_ul li a{
	font-size:12px;
	color:#000;
}
.news_ul li a:hover{
	text-decoration:underline;
}
#topic_container{
	width:98%;
	margin-top:20px;
}
	.search-btn {
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 0 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px 0 5px;
    color: #FFFFFF !important;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}
	.top_search_form{
		margin: 0;
		padding: 0px 0px 0px 30px;
		float: left;
	}
	.top_search_keyword{
		width:300px; 
		margin:0px !important; 
		background:white; 
		color:#000; 
		outline:none; 
		border:1px solid #111;
		padding:0px 5px !important
	}
	.top_search_btn{
		margin: 0;
		padding: 5px 10px;
	}
	.lang-search{
		height: 24px;
		padding: 4px;    
		margin-top: 2px; 
		float:right;
	}
	.responsive_menu_div{
		display:none;
	}
	.all_responsiv_menu{
		display:none;
	}
	.meganizr{
		display:block;
	}
	 .meganizr li a{
		font-size:15px !important;
		}
		.div_left{
			float:left;
			width:44%;
			  background-color: #F5F5F5;
		  border: 1px solid #ccc;
		  cursor: pointer;
		  height: 179px;
		  padding: 10px;
		  overflow: hidden;
		  color: #000;
		  /* width: 326px!important; */
		  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
		  -moz-box-shadow: 1px 1px 1px 1px #ccc;
		  box-shadow: 1px 1px 1px 1px #ccc;
		}
		.div_right{
			float:right;
		}
		.top_header{
		background-color: #333;
		color:white;
		height:30px;
		/*box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
	}
	.top_header_left{
		font-size:11px;
		line-height:30px;
		padding-left:10px;
		width:40%;
		 float:left
	}
	.top_header_left:hover{
		color:#ddd;
		cursor:pointer;
	}
	.top_header_right{
		float:right;
		width:55%;
		padding-right:5px;
	}
	#nav-slider .nav-previous, #nav-slider .nav-next {
		top: 94px !important;
	}
	.news_div_h3{
		margin: 0px 5px 0 10px;
    font-weight: bold;
    font-size: 1em;
    line-height: 25px;
	}
	 .custom_thumbnail{
		margin-left:10px !important; 
		display:inline-block !important; 
		padding:5px !important; 
		border:1px solid #eee !important; 
	 }  
	 .photo_div{
		width:100%;
	}
	#piechart_3d{
		    width: 334px;
			float:left;
			height:auto;
			margin: 0 auto
	}
	.slide_per_img{
		width:960px; 
		height:220px;
	}
	#slider-wrap{
		position: relative !important; 
		width: 100% !important;
		min-height:auto !important;		
		max-height:220px !important;
	}
}
@media (min-width: 769px)and (max-width: 992px) {
	#nav-slider .nav-previous, #nav-slider .nav-next {
		top: 94px;
	}
	#ps{
		width: 100% !important;
		margin: auto;
	}
	.footer_mid_left{
	width:80%;
	float:left;
	padding-top:20px;
}
.footer_mid_right{
	width:20%;
	float:left;
}
	.footer_head{
	  background: url("../images/footer_top_bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  height: 84px;
	  margin: 0 auto;
	  width: 1020px;
	  clear: both;
}
.footer_mid{
	margin:0 auto;
	 width: 1020px;
	background-color: #EBEBEB;
	overflow:hidden;
}
	#piechart_3d{
		    width: 100%;
			float:left;
			height:300px;
			margin: 0 auto;
			
	}
	.table1{
		width: 100% !important;
		float: left;
		margin-bottom: 10px;
	}
	.table1 tr td:first-child{
		width:70px;
	}
	.table1 tr td:nth-child(2){
		width:35px;
	}
	.table1 tr td:nth-child(3){
		width:35px;
	}
	.table1 tr td:nth-child(4){
		width:35px;
	}
	.table1 tr:nth-child(even),.table2 tr:nth-child(even) {
		background-color: #efefef;
	}
	.table1 tr:nth-child(odd),.table2 tr:nth-child(odd) {
	   background-color:#fff;
	}
	.table1 th,.table2 tbody th	{
		background-color: #595959;
		color: white;
	}
	.table1 tr td{
		text-align: center;
		font-size: 16px;
		vertical-align: middle;
		padding:0px;
	}
	.table2 tr td,.table2 tr th{
		text-align: center;
		width: 33%;
		font-size: 17px;
		vertical-align: middle;
		padding:0px;
	}
	.news_div{
		height: 120px;
		background-color: #efefef;
		border: 1px solid #cccccc;
		margin: 0px;
		padding: 6px;
	}
	.logo_h4_en_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 21px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 25px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	
	}
	.logo_h4_en{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 19px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 20px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h3{
		color:white; 
		margin:0px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_class{
		width:80px; 
		margin-bottom: 20px;
		background: white;   
		border-radius: 4px;    
		-moz-box-shadow: 0 0 8px 7px #fff;
		-webkit-box-shadow: 0 0 8px 7px #fff;
		box-shadow: 0 0 8px 7px #fff;
	}
	.logo_div{
	position:absolute;
	z-index:1200;
	left:60px;
	top:25px;
}
	.logo_h1{
		color:white; 
		font-size:22px; 
		font-weight:700; 
		line-height:20px; 
		text-shadow: -1px -1px 20px #333, 1px -1px 20px #333, -1px 1px 20px #333, 1px 1px 20px #333;
	}
#notice_container{
	width:98%;
	height:230px;
  /*background-image: url("../images/bg_notice_board.png");*/
  border: 1px solid #DDDDDD;
  padding: 0px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.content_notice{
	background: url("../images/bg_notice_board.png") no-repeat left top transparent;
	padding:15px 0px 10px 120px;
}
.notice_ul {
	padding-top:10px;
}
.notice_ul li{
	list-style:url("../images/bullet_tick.png");
}
.news_title,.news_block_li{
	list-style: inside url("../images/bullet_tick.png") disc !important;
}
.news_title:hover{
	border-bottom:1px solid #111;
}
.content li a:hover{
	color:#000;
	text-decoration:underline;
}
.notice_ul li a{
	font-size:13px;
	border-bottom:1px dotted #000;
	color:#666;
}
.notice_ul li a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
.btn {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
  padding: 0 5px;
  color: #fff!important;
}
.right{
	float:right;
}
.notice_btn{
	margin-right:15px;
	font-size:12px;
}
.news_btn{
	font-size:12px;
}
#news_container{
	width:98%;  
	background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
 margin-top:20px;
 overflow:hidden;
}
.content_news_1{
	width:3%;
	font-size:12px;
	padding:10px;
	 float:left;
}
.content_news_2{
	width:80%;
	 float:left;
	 padding-top:6px;
}
.content_news_3{
	width:10%;
	 float:right;
	 padding:10px 15px 10px 10px;
}
.news_ul{
	margin:0px;
}
.news_ul li{
	list-style:none;
}
.news_ul li a{
	font-size:12px;
	color:#000;
}
.news_ul li a:hover{
	text-decoration:underline;
}
#topic_container{
	width:98%;
	margin-top:20px;
}
	.search-btn {
    border: 1px solid #34740e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 0 5px;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px 0 5px;
    color: #FFFFFF !important;
    background-color: #4ba614;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
    background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
    background-image: -moz-linear-gradient(top, #4ba614, #008c00);
    background-image: -ms-linear-gradient(top, #4ba614, #008c00);
    background-image: -o-linear-gradient(top, #4ba614, #008c00);
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
}
	.top_search_form{
		margin: 0;
		padding: 0px 0px 0px 30px;
		float: left;
	}
	.top_search_keyword{
		width:300px; 
		margin:0px !important;
		background:white; 
		color:#000; 
		outline:none; 
		border:1px solid #111;
		padding:0px 5px !important
	}
	.top_search_btn{
		margin: 0 !important;
		padding: 5px 10px !important;
	}
	.lang-search{
		height: 24px;
		padding: 4px;    
		margin-top: 2px; 
		float:right;
	}
	.div_left
	{
		float:left;
		width:44%;
		  background-color: #F5F5F5;
	  border: 1px solid #ccc;
	  cursor: pointer;
	  height: 179px;
	  padding: 10px;
	  overflow: hidden;
	  color: #000;
	  /* width: 326px!important; */
	  -webkit-box-shadow: 1px 1px 1px 1px #ccc;
	  -moz-box-shadow: 1px 1px 1px 1px #ccc;
	  box-shadow: 1px 1px 1px 1px #ccc;
	}
	.div_right{
		float:right;
	}
		.top_header{
		background-color: #333;
		color:white;
		height:30px;
		/*box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
	}
	.top_header_left{
		font-size:11px;
		line-height:30px;
		padding-left:10px;
		width:18%;
		 float:left
	}
	.top_header_left:hover{
		color:#ddd;
		cursor:pointer;
	}
	.top_header_right{
		float:right;
		width:68%;
		padding-right:5px;
	}
	#nav-slider .nav-previous, #nav-slider .nav-next {
		top: 80px;
	}
	#primary{
		    width: 100% !important;
			margin: 0px !important;
			float: left !important;
	}
	#sidebar{
		    width: 100% !important;
			margin: 0px !important;
	}
	.news_div_h3{
		margin: 0px 5px 0 10px;
    font-weight: bold;
    font-size: 1em;
    line-height: 25px;
	}
	 .custom_thumbnail{
		margin-left:10px !important; 
		display:inline-block !important; 
		padding:5px !important; 
		border:1px solid #eee !important; 
	 }  
	 .photo_div{
		width:100%;
	}
	
	.slide_per_img{
		width:960px; 
		height:220px;
	}
	
	#slider-wrap{
		position: relative !important; 
		width: 100% !important;
		min-height:auto !important;		
		max-height:162px !important;
	}
	
	.logo_div_side1{
		float: left;
    width: 120px;
    text-align: center;
	}
	.logo_div_side2{
		float: left;
		width: 400px;
		margin-left: 15px;
	}
	
	.post_div img{
		min-width:auto !important;
		max-width:90% !important;
		height:auto !important;
	}
	.post_div p{
		padding-left:7px !important;
		padding-right:7px !important;
		text-align:justify;
	}
	
}
@media (min-width: 481px)and (max-width: 768px) {
	.logo_div_side1{
		float: left;
    width: 120px;
    text-align: center;
	}
	#ps{
		width: 100% !important;
		margin: auto;
	}
	.logo_div_side2{
		float: left;
		width: 400px;
		margin-left: 15px;
	}
	#piechart_3d{
		    width: 100%;
			float:left;
			height:auto;
			margin: 0 auto;
			
	}
	.footer_mid_left{
	width:100%;
	float:left;
	padding-top:20px;
}
.footer_mid_right{
	width:100%;
	float:left;
	padding-top:20px;
}
	.footer_head{
	  display:none;
}
.footer_mid{
	margin:0 auto;
	 width: 1020px;
	background-color: #EBEBEB;
	overflow:hidden;
}
	.table1,.table2{
		width:100% !important;
	}
	.table1 tr td:first-child{
		width:70px;
	}
	.table1 tr td:nth-child(2){
		width:35px;
	}
	.table1 tr td:nth-child(3){
		width:35px;
	}
	.table1 tr td:nth-child(4){
		width:35px;
	}
	.table1 tr:nth-child(even),.table2 tr:nth-child(even) {
		background-color: #efefef;
	}
	.table1 tr:nth-child(odd),.table2 tr:nth-child(odd) {
	   background-color:#fff;
	}
	.table1 th,.table2 tbody th	{
		background-color: #595959;
		color: white;
	}
	.table1 tr td{
		text-align: center;
		font-size: 16px;
		vertical-align: middle;
		padding:0px;
	}
	.table2 tr td,.table2 tr th{
		text-align: center;
		width: 33%;
		font-size: 17px;
		vertical-align: middle;
		padding:0px;
	}
	.news_div{
		height: 120px;
		background-color: #efefef;
		border: 1px solid #cccccc;
		margin: 0px;
		padding: 6px;
	}
	#primary{
		float: left;
		width: 100% !important;
		margin: 0px;
	}
	.logo_h4_en_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 21px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn_02{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 25px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	
	}
	.logo_h4_en{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 19px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h4_bn{
		color:white; 
		margin:0px; 
		font-size:17px; 
		line-height: 20px; 
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_h3{
		color:white; 
		margin:0px; 
		font-size: 18px;
		font-weight:700; 
		text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
	}
	.logo_div{
	position:absolute;
	z-index:1200;
	left:40px;
	top:30px;
}
	.logo_h1{
		color:white; 
		font-size:20px; 
		font-weight:700; 
		line-height:20px; 
		text-shadow: -1px -1px 20px #333, 1px -1px 20px #333, -1px 1px 20px #333, 1px 1px 20px #333;
	}
	#slider{
		    margin-bottom: 0em;
	}
	.logo_class{
		width:80px; 
		margin: 20px;
		background: white;   
		border-radius: 4px;    
		-moz-box-shadow: 0 0 8px 7px #fff;
		-webkit-box-shadow: 0 0 8px 7px #fff;
		box-shadow: 0 0 8px 7px #fff;
	}
#notice_container{
	width:99%;
	height:240px;
  border: 1px solid #DDDDDD;
  padding: 0px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.content_notice{
	padding: 10px;
}
.notice_ul {
	padding-top:10px;
}
.notice_ul li{
	list-style:url("../images/bullet_tick.png");
}
.news_title,.news_block_li{
	list-style: inside url("../images/bullet_tick.png") disc !important;
}
.news_title:hover{
	border-bottom:1px solid #111;
}
.content li a:hover{
	color:#000;
	text-decoration:underline;
}
.notice_ul li a{
	font-size:13px;
	border-bottom:1px dotted #000;
	color:#666;
}
.notice_ul li a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
.btn {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
  padding: 0 5px;
  color: #fff!important;
}
.right{
	float:right;
}
.notice_btn{
	margin-right:15px;
	font-size:12px;
}
.news_btn{
	font-size:12px;
}
#news_container{
	width:100%;  
	background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
 margin-top:20px;
 overflow:hidden;
}
.content_news_1{
	width:3%;
	font-size:12px;
	padding:10px;
	 float:left;
}
.content_news_2{
	width:80%;
	 float:left;
	 padding-top:6px;
}
.content_news_3{
	width:10%;
	 float:right;
	 padding:10px 15px 10px 10px;
}
.news_ul{
	margin:0px;
}
.news_ul li{
	list-style:none;
}
.news_ul li a{
	font-size:12px;
	color:#000;
}
.news_ul li a:hover{
	text-decoration:underline;
}
#topic_container{
	width:98%;
	margin-top:20px;
}
	.top_search_form{
		    margin-top: 6px;
		padding: 0px 0px 0px 30px;
		float: left;
	}
	.top_search_keyword{
		width:260px; 
		margin:0px !important; 
		background:white; 
		color:#000; 
		outline:none; 
		border:1px solid #111;
		    padding: 0px 5px !important;
	}
	.top_search_btn{
		   margin: 2px !important;
    padding: 3px 6px !important;
	}
	.lang-search{
		 padding: 4px 5px;
    margin-top: 10px;
    float: right;
    font-size: 10px;
	}
	#header{
		height:35px;
	}
	.top_header{
		background-color: #333;
		color:white;
		height:35px;
		/*box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
	}
	.top_header_left{
		display:none;
	}
	.top_header_right{
		width:92%;
		padding-right:5px;
	}
	.news_div_h3{
		margin: 0px 5px 0 10px;
    font-weight: bold;
   font-size: 20px;
    line-height: 25px;
	}
	#news-ticker{
		    margin-left: 10px;
	}
	.div_left{
		    float: left;
			width: 97%;
			background-color: #F5F5F5;
			border: 1px solid #ccc;
			cursor: pointer;
			height: 160px;
			padding: 10px;
			overflow: hidden;
			color: #000;
			margin-bottom: 15px;
			/* width: 326px!important; */
			-webkit-box-shadow: 1px 1px 1px 1px #ccc;
			-moz-box-shadow: 1px 1px 1px 1px #ccc;
			box-shadow: 1px 1px 1px 1px #ccc;
		}
		.div_right{
			float:left;
		}
		.clear {
			width: 98% !important;
			height: 0px !important;
		}
		 .custom_thumbnail{
		margin-left:10px !important; 
		display:inline-block !important; 
		padding:5px !important; 
		border:1px solid #eee !important; 
		margin-bottom:10px !important; 
	 } 
	 .custom_thumbnail img{
		height:140px !important;
	 }	
	.photo_div{
		width:95%;
	}
	#sidebar{
		float:left !important;
		width:100% !important;
		
	}
	
	.slide_per_img{
		width:960px; 
		height:220px;
	}
	#slider-wrap{
		position: relative !important; 
		width: 100% !important; 
		height: 162px !important;
	}
	#nav-slider .nav-previous, #nav-slider .nav-next {
		top: 80px;
	}
	#piechart_3d{
		    width: 334px;
			float:left;
			height:auto;
			margin: 0 auto
	}
	.post_div img{
		width:90% !important;
		height:auto !important;
	}
	.post_div p{
		padding-left:7px !important;
		padding-right:7px !important;
		text-align:justify;
	}
	
}
@media (min-width: 0px)and (max-width: 480px) {
	iframe{
		width:100% !important;
		height:auto;
	}
	#ps{
		width: 100% !important;
		margin: auto;
	}
	.post_div img{
		width:90% !important;
		height:auto !important;
	}
	.post_div p{
		padding-left:7px !important;
		padding-right:7px !important;
		text-align:justify;
	}
	.post_div h1{
		margin-left:7px !important;
	}
	.logo_div_side1{
		float: left;
    width: 50px;
    text-align: center;
	}
	.logo_div_side2{
		float: left;
		width: 220px;
		    margin-left: 5px;
	}
	#nav-slider .nav-previous, #nav-slider .nav-next {
		
		top: 19px !important;
	}
	.footer_mid_left{
	width:100%;
	float:left;
	padding-top:20px;
}
.footer_mid_right{
	width:100%;
	float:left;
	padding-top:20px;
}
	.footer_head{
	
	  height: 84px;
	  margin: 0 auto;
	  width: 100%;
	  clear: both;
}
.footer_mid{
	margin:0 auto;
	 width: 100%;
	background-color: #EBEBEB;
	overflow:hidden;
}
	#sidebar{
		float:left !important;
		width:100% !important;
		
	}
	.div_left{
		    float: left;
			width: 93%;
			background-color: #F5F5F5;
			border: 1px solid #ccc;
			cursor: pointer;
			height: 160px;
			padding: 10px;
			overflow: hidden;
			color: #000;
			margin-bottom: 15px;
			/* width: 326px!important; */
			-webkit-box-shadow: 1px 1px 1px 1px #ccc;
			-moz-box-shadow: 1px 1px 1px 1px #ccc;
			box-shadow: 1px 1px 1px 1px #ccc;
		}
		.div_right{
			float:left;
		}
		.clear {
			width: 98% !important;
			height: 0px !important;
		}
	#slider{
		margin-bottom:0px;
	}
	.photo_div{
		width:95%;
	}
	.custom_thumbnail{
		margin-left:10px !important; 
		display:inline-block !important; 
		padding:5px !important; 
		border:1px solid #eee !important; 
	 } 
	
	.table1,.table2{
		width:100% !important;
	}
	.table1 tr td:first-child{
		width:70px;
	}
	.table1 tr td:nth-child(2){
		width:35px;
	}
	.table1 tr td:nth-child(3){
		width:35px;
	}
	.table1 tr td:nth-child(4){
		width:35px;
	}
	.table1 tr:nth-child(even),.table2 tr:nth-child(even) {
		background-color: #efefef;
	}
	.table1 tr:nth-child(odd),.table2 tr:nth-child(odd) {
	   background-color:#fff;
	}
	.table1 th,.table2 tbody th	{
		background-color: #595959;
		color: white;
	}
	.table1 tr td{
		text-align: center;
		font-size: 16px;
		vertical-align: middle;
		padding:0px;
	}
	.table2 tr td,.table2 tr th{
		text-align: center;
		width: 33%;
		font-size: 17px;
		vertical-align: middle;
		padding:0px;
	}
	.news_div{
		height: 120px;
		background-color: #efefef;
		border: 1px solid #cccccc;
		margin: 0px;
		padding: 6px;
	}
	.news_div_h3{
		margin: 0px 5px 0 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
	}
	.logo_h4_en_02{
		color:white; 
		margin:0px; 
		font-size:12px; 
		line-height: 11px; 
		text-shadow: -1px -1px 5px #333, 1px -1px 5px #333, -1px 1px 5px #333, 1px 1px 5px #333;
	}
	.logo_h4_bn_02{
		color:white; 
		margin:0px; 
		font-size:12px; 
		line-height: 15px;  
		text-shadow: -1px -1px 5px #333, 1px -1px 5px #333, -1px 1px 5px #333, 1px 1px 5px #333;
	
	}
	.logo_h4_en{
		color:white; 
		margin:0px; 
		font-size:11px; 
		line-height: 15px; 
		text-shadow: -1px -1px 5px #333, 1px -1px 5px #333, -1px 1px 5px #333, 1px 1px 5px #333;
	}
	.logo_h4_bn{
		color:white; 
		margin:0px; 
		font-size:11px; 
		line-height: 15px; 
		text-shadow: -1px -1px 5px #333, 1px -1px 5px #333, -1px 1px 5px #333, 1px 1px 5px #333;
	}
	.logo_h3{
		color:white; 
		margin:0px; 
		    font-size: 10px;
		text-shadow: -1px -1px 5px #333, 1px -1px 5px #333, -1px 1px 5px #333, 1px 1px 5px #333;
	}
	.logo_div{
	position: absolute;
    z-index: 1200;
    left: 15px;
    top: 10px;
	width:290px;
	overflow:hidden;
}
	.logo_h1{
		color:white; 
		   
    font-weight: bold;
	font-size: 12px;
   line-height: 15px;
		text-shadow: -1px -1px 20px #333, 1px -1px 20px #333, -1px 1px 20px #333, 1px 1px 20px #333;
	}
	.logo_class{
		width:30px; 
		margin: 10px;
		background: white;   
		border-radius: 4px;    
		-moz-box-shadow: 0 0 8px 7px #fff;
		-webkit-box-shadow: 0 0 8px 7px #fff;
		box-shadow: 0 0 8px 7px #fff;
	}
	#primary{
		float:left;
		width:100% !important;
	}
#notice_container{
	width:98%;
	height:280px;
 
  border: 1px solid #DDDDDD;
  padding: 0px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
.content_notice{
	
	padding:10px;
}
.notice_ul {
	padding-top:10px;
}
.notice_ul li{
	list-style:url("../images/bullet_tick.png");
}
.news_title,.news_block_li{
	list-style: inside url("../images/bullet_tick.png") disc !important;
}
.news_title:hover{
	border-bottom:1px solid #111;
}
.content li a:hover{
	color:#000;
	text-decoration:underline;
}
.notice_ul li a{
	font-size:13px;
	border-bottom:1px dotted #000;
	color:#666;
}
.notice_ul li a:hover{
	color:#000;
	border-bottom:1px solid #000;
}
.btn {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
  padding: 0 5px;
  color: #fff!important;
}
.right{
	float:right;
}
.notice_btn{
	margin-right:15px;
	font-size:12px;
}
.news_btn{
	font-size:12px;
}
#news_container{
	width:98%;  
	background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
 margin-top:20px;
 overflow:hidden;
}
.content_news_1{
	width:3%;
	font-size:12px;
	padding:10px;
	 float:left;
}
.content_news_2{
	width:80%;
	 float:left;
	 padding-top:6px;
}
.content_news_3{
	width:10%;
	 float:right;
	 padding:10px 15px 10px 10px;
}
.news_ul{
	margin:0px;
}
.news_ul li{
	list-style:none;
}
.news_ul li a{
	font-size:12px;
	color:#000;
}
.news_ul li a:hover{
	text-decoration:underline;
}
#topic_container{
	width:98%;
	margin-top:20px;
}
	.top_search_form{
		    margin-top: 6px;
		padding: 0px 0px 0px 30px;
		float: left;
	}
	.top_search_keyword{
		width:150px; 
		margin:0px !important;
		background:white; 
		color:#000; 
		outline:none; 
		border:1px solid #111;
		    padding: 0px 5px !important;
	}
	.top_search_btn{
		   margin: 2px !important;
    padding: 3px 6px !important;
	}
	.lang-search{
		 padding: 4px 5px;
        margin-top: 9px;
    float: right;
    font-size: 10px;
	}
	#header{
		height:35px;
	}
	.top_header{
		background-color: #333;
		color:white;
		height:35px;
		/*box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;*/
	}
	.top_header_left{
		display:none;
	}
	.top_header_right{
		width:92%;
		padding-right:5px;
	}
	 .custom_thumbnail{
		margin-left:10px !important; 
		display:inline-block !important; 
		padding:5px !important; 
		border:1px solid #eee !important; 
			margin-bottom:10px !important;
	 }
	
	.custom_thumbnail img{
		height:150px !important;
	 }
	.slide_per_img{
		width:960px; 
		height:auto;
	}
	#slider-wrap{
		position: relative !important; 
		width: 100% !important; 
		height: 73px !important;
	}
	#piechart_3d{
		    width: 100%;
			float:left;
			height:auto;
			margin: 0 auto;
			
	}

}

/* menu*/
@media (min-width: 120px)and (max-width: 992px) {
	.meganizr{
		display:none;
	}
	.responsive_menu_div{
		margin-top:10px;
		width:100%;
		overflow:hidden;
		float:left;
		border-radius:3px;
	}
	.responsive_menu{
		color: #666;
		background:#fafafa;
		width:100%;
		line-height:41px;
    vertical-align: middle;
	cursor:pointer;
	}
	.img_icon{
		float:left;
	}
	.all_responsiv_menu{
		float:left;
		width:100%;
	}
	.all_parent_menu{
		width:100%;
		margin:10px 0px 0px 0px;
		display:none;
	}
	.all_parent_menu li{
		width:100%;
		border-bottom:1px solid #ededed;
		list-style-type:none;
		background:#fafafa;
		padding:2px 0px;
		display:block;
	}
	.toggle_icon{
		    float: right;
    width: 10px;
    padding: 7px 20px;
	cursor:pointer;
	}
	.all_parent_menu li a{
		font-size:14px;
		margin-left:20px;
	}
	.last_child_a {
		margin-left: 35px !important;
	}
	.menu_child_div{
		display:none;
	}
}
marquee{
		height:32px ;
	}
	.aside-title{
	background: #609513 !important; color: white; padding: 6px; font-size: 15px;
}
.width-120{
width:120px;
}
fieldset{
		background:#eee;
	}
	.search-btn {
	  border: 1px solid #34740e;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  font-size: 12px;
	  font-family: arial, helvetica, sans-serif;
	  padding: 0 5px;
	  text-decoration: none;
	  display: inline-block;
	  margin: 0 15px 0 5px;
	  color: #FFFFFF !important;
	  background-color: #4ba614;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
	  background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
	  background-image: -moz-linear-gradient(top, #4ba614, #008c00);
	  background-image: -ms-linear-gradient(top, #4ba614, #008c00);
	  background-image: -o-linear-gradient(top, #4ba614, #008c00);
	  background-image: linear-gradient(to bottom, #4ba614, #008c00);
	  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
	}
	.search-btn:hover {
	  border: 1px solid #34740e;
	  -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
	  border-radius: 3px;
	  font-size: 12px;
	  font-family: arial, helvetica, sans-serif;
	  padding: 0 5px;
	  text-decoration: none;
	  display: inline-block;
	  margin: 0 15px 0 5px;
	  color: #FFFFFF !important;
	  background-color: #4ba614;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
	  background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
	  background-image: -moz-linear-gradient(top, #4ba614, #008c00);
	  background-image: -ms-linear-gradient(top, #4ba614, #008c00);
	  background-image: -o-linear-gradient(top, #4ba614, #008c00);
	  background-image: linear-gradient(to bottom, #4ba614, #008c00);
	  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#4ba614, endColorstr=#008c00);
	}
	.content_notice{
			background:
		}
	.p_text{
		margin-bottom:0px;
	}
	.loading_div{
		position:fixed;
		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		width:100%;
		height:100%;
		background: #000 none repeat scroll 0% 0%;
		opacity: 0.3;
		display:none;
		text-align:center;
		vertical-align:middle;
		z-index:10000;
		 display:none;
	}
	.loading_div img{
		position:absolute;
		top:50%;
	}
	.important_link{
		list-style:none;
	}
	.important_link li a{
		color:#000;
	}
	.important_link li a:hover{
		text-decoration:underline;
	}
b{
font-weight: bold;
}
.modal_container{
			position:fixed; 
			height:100%;
			width:100%;
			background:#000;
			opacity:0.3;
			display:none;
			top:0px;
			bottom:0px;
			right:0px;
			left:0px;
			overflow-y: auto; 
		overflow-x: hidden; 
		z-index:1;
	}
	.img_modal_container{
			position:fixed; 
			height:100%;
			width:100%;
			background:#d9d9ff;
			opacity:0.8;
			display:none;
			top:0px;
			bottom:0px;
			right:0px;
			left:0px;
			overflow-y: auto; 
		overflow-x: hidden; 
		z-index:2800;
	}
	.modal_body{
		position:absolute;
		background:white;
		box-shadow:0px 0px 5px #000;
		display:none;
		width:900px;
		padding: 0px 20px 20px 20px;
		z-index:2000;
		margin-top:40px;
	}
	.modal_body .close{
		position:absolute;
		right:0px; 
		top:0px;
		margin-right:-15px;
		margin-top:-15px;
		background:#444;
		color:white;
		padding: 4px 12px;
		border-radius:50%;
		cursor:pointer;
	}
	.img_modal_body{
		position:absolute;
		background:white;
		box-shadow:0px 0px 5px #000;
		display:none;
		width:900px;
		padding: 0px 20px 20px 20px;
		z-index:2900;
		margin-top:40px;
	}
	.img_modal_body .span_close{
		position:absolute;
		right:0px; 
		top:0px;
		margin-right:-15px;
		margin-top:-15px;
		background:#9696f2;
		color:white;
		padding: 8px 15px;
		border-radius:50%;
		cursor:pointer;
		z-index:2901;
	}
	#table{
		width:100%;
	}
#table, #table tr th, #table tr td {
    border: 1px solid black;
    border-collapse: collapse;
}
#table tr th, #table tr td {
    padding: 5px;
}
#table tr th {
    text-align: left;
}
#table tr:nth-child(even) {
    background-color: #eee;
}
#table tr:nth-child(odd) {
   background-color:#fff;
}
#table th	{
    background-color: #777;
    color: white;
}
.table{
		width:100%;
	}
.table, .table tr th, .table tr td {
    border: 1px solid black;
    border-collapse: collapse;
}
.table tr th, .table tr td {
    padding: 5px;
}
.table tr th {
    text-align: left;
}
.table tr:nth-child(even) {
    background-color: #eee;
}
.table tr:nth-child(odd) {
   background-color:#fff;
}
.table th	{
    background-color: #ffff99;
    color: #800000;
}
.this_link:hover{
	cursor:pointer;
	color:red;
}
.color-text{
	color:#1399B8;
}
.custom_ul li a{
	color:#666;
}
.custom_ul li a:hover{
	
	text-decoration: underline;
}
.officer-table{
	padding:0px;
}
.officer-table tr{
	padding:0px;
}
.officer-table tbody tr td:nth-child(1){
	width:3%;
}
.officer-table tbody tr td:nth-child(2){
	width:7%;
}
.officer-table tbody tr td:nth-child(3){
	width:45%;
}
.officer-table tbody tr td:nth-child(4){
	width:45%;
}
.align-top{
	vertical-align: top;
}
.grey-bg-table{
	
	margin:0px;
	padding:5px;
	border-right: 1px solid #ddd;
}
.grey-bg{
	background: #eee;
}
.table-padding{
	padding:5px;
	margin:0px;
	border-right: 1px solid #ddd;
}
.grey-bg-table tr td, .last-table tr td{
	font-weight: bold;
	line-height: 1.2em;
	padding:5px;
	font-size: 14px;
	
}
.grey-bg-table tbody tr td:first-child,.last-table tbody tr td:first-child{
	
	border-left: 1px solid #ddd;
}
.grey-bg-table tbody tr:last-child td,.last-table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}
.officer-img{
	width:100px;
	height:120px;
}
		