/* body
-----------------------------------------------------------------------------*/
body{
	width:1200px;
	background: url("../images/body.png") repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-radius: 10px;
	margin:10px auto;
	outline: 0px solid #cc0000;
}

/* function
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
}

.right {
	text-align: right;	
}

.red {
	color: #c8504b;
}

.lm {
	width: 220px; 
	height: 220px; 
	margin: 0 15px 15px 0
}

.lol a {color: #000}

input {
	outline: none;
	cursor: pointer;
}
button {
	outline: none;
	cursor: pointer;
}

label {
	cursor: pointer;
}
.MessageBlock {border: 1px solid #A83B2D; background: #D44B38; padding: 10px; color: #fff}
.Ablock1, .Ablock2 {width :450px; height: 300px; margin-bottom: 20px; border: 1px solid #A9A9A9}
.Ablock1 {float: left}
.Ablock2 {float: right}



/* wrapper
-----------------------------------------------------------------------------*/
#container {
	width: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
header {
	background: linear-gradient(180deg, #A3EC16 0%, #15B043 60%, #15B043 61%, #1AA434 100%);
	border-bottom: 1px solid #6f7a80;
	border-radius: 10px;
	height: 150px;
	padding: 10px 10px 10px 10px;
}

header h1 {
	color: #fff;
	float: left;
	font-size: 250%;
	margin: 50px;
}

/* menu
-----------------------------------------------------------------------------*/
#topmenu {
	background: linear-gradient(180deg, #A3EC16 0%, #006625 60%, #007122 61%, #1AA434 100%);
	padding: 0;
	width: 1200px;
	float: right;
	list-style: none;
	margin: 5px 0;
	border-radius: 10px;
}

#topmenu li {
	float: left;
}

#topmenu a {
	background: url("../images/nav-bg.png") no-repeat right top;
	color: #fdfeff;
	display: block;
	padding: 5px 40px 5px;
	text-decoration: none;
}

#topmenu a:hover, #topmenu a.active {
	background-color: #1AA434;
	border: 1px solid #06445e;
	border-radius: 10px;
	padding: 4px 39px 4px;
}

/* Content
-----------------------------------------------------------------------------*/
#content {
	margin: 5px 0;
}


/* Left
-----------------------------------------------------------------------------*/


/* Main
-----------------------------------------------------------------------------*/
.main {
	background: linear-gradient(180deg, #fff, #e6e6e6);
	border: 2px solid #459F1F;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px;
	overflow: hidden;
}

.main h1, .main h2 {
	color: #444953;
	font-weight: normal;
}

.main h1, .main .h1 {
	font-size: 120%;
}

.main .article_img {
	float: right;
	margin-bottom: 10px;
	margin-right: 15px;
	width: 230px;
}

.main .article_img img {
	border: 2px solid #fff;
	box-shadow: 4px 5px 3px #545454;
	width: 100%;
}

.main p {
	color: #444953;
	margin: 10px 0;
	text-indent: 15px;
}

.main a {
	color: #006699;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

/* slider 
-----------------------------------------------------------------------------*/


.dws-wrapper{
 max-width: 650px;
 margin: 0 auto;
}
ul.accordion{
 display: flex;
 justify-content: center;
 margin-top: 20px;
 padding: 0;
}
ul.accordion li{
 width: 50px;
 overflow: hidden;
 padding: 1px 1px 0;
 cursor: pointer;
 display: block;
 -webkit-box-shadow: 1px 3px 15px #7e807e;
 -moz-box-shadow: 1px 3px 15px  #7e807e;
 box-shadow: 1px 3px 15px  #7e807e;
 -webkit-transition: all 1.5s;
 -moz-transition: all 1.5s;
 -ms-transition: all 1.5s;
 -o-transition: all 1.5s;
 transition: all 1.5s;
}
ul.accordion img{
 width: 300px;
}
ul.accordion li:hover{
 width: 300px;
 -webkit-box-shadow: 1px 3px 15px #36c5fa;
 -moz-box-shadow: 1px 3px 15px #36c5fa;
 box-shadow: 1px 3px 15px #36c5fa;
 -webkit-transition: all 1s;
 -moz-transition: all 1s;
 -ms-transition: all 1s;
 -o-transition: all 1s;
 transition: all 1s;
}
ul.accordion li:nth-child(4){
 width: 300px;
}
ul.accordion:hover li:nth-child(4){
 width: 50px;
}
ul.accordion li:nth-child(4):hover{
 width: 300px;
}

/* Footer
-----------------------------------------------------------------------------*/
footer {
	background: linear-gradient(180deg, #1AA434, #007122);
	border-radius: 10px;
	border-bottom: 1px solid #05435e;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}

footer .sep {
	border-top: 1px dashed #033246;
	height: 8px;
	margin: 0 auto;
	width: 99%;
}

footer p {
	font-size: 95%;
	margin: 0;
}


