﻿
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family:  Geneva, sans-serif;
	font-size: 12px;
	height:100%;
	background-color:#F5F5DC;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a:link, a:visited { color: #000000; 
font-weight: bold; } 
a:active, a:hover { color: #CC9900; text-decoration: none; }

p { margin: 0px; padding: 0px; }



.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.Header
{
	width:100%;
	Height:100px;
}
.Banner_site
{	
	height:150px;
	width:70%;
	margin-left: 13%;
}	
.Banner
{	
	height:150px;
	background-color:#008B8B;
	text-align:justify ;	
	padding-top:17px;
	color:White;
	font-family:@Microsoft YaHei;
    font-size: 17px;
	line-height:20px;
	
}	
.Banner P
{
	margin-left:10px;
	margin-right:10px;
	width:70%;
	margin-left: 15%;
	height: 137px;
}

.Content
{
	width:70%;	
	margin-left: 15%;
	font-family:@Microsoft YaHei;
	text-align:justify;
}
.Circle_line1
{
width: 300px;
Height:300px;
float:left;	
font-family:@Microsoft YaHei;
border:2;
border-color:Gray ;

}	
 a:hover
{
    background-image: url('Images/readmore.png');
    background-repeat: no-repeat;
    height:300px;
    width:300px;
}

.footer_site
{	
	height:60px;
	text-align:center;
	text-transform:uppercase;
	padding-top:30px;
	font-size:10px;
	font-family:@Microsoft YaHei;
	background-color:#4D5350;
}	
.mainMenu
{
	width:100%;	
	padding-left: 12%;
	font-family: @BatangChe, @Gulim ;
	text-align:justify;
	
}
ul#menu {
    padding: 0;
}

ul#menu li {
    display: inline;
}

ul#menu li a 
{
	
    background-color: #2F4F4F;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #156C77;
}
ul#menu li a:current 
{
display: block;
background-color: #156C77;
}
Body .para
{
	
	font-size:15px;
	font-family: Arial, Gadget, sans-serif;
	text-align:justify;
	padding: 10px 20px;
	line-height: 30px;
	}
.pageul
{
	list-style-type: square;
	  font-family: Arial, Gadget, sans-serif; 
	  font-size: 15px; 
	  line-height: 30px;
	  }



* {box-sizing:border-box;
	
}
body {font-family: Verdana,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
