@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg4.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
a{ text-decoration:none; }
a:hover{ text-decoration:underline}

.txt1 {font-family: Arial, Helvetica, sans-serif;font-size: 13px;color: #b23b7f;}
.txt2 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 13px;
	color: #000;
	line-height:22px;
	padding:10px 0px
}
.txt3 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height:18px;
	padding:0px 20px
}
.txt4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height:24px;
	padding:10px 15px
}
.txt5 {
	font-family: STHeiti, simsun, Arial, sans-serif;
	font-size: 32px;
	color: #ffffff;
	line-height:30px;
}
.txt6 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 15px;
	color: #000;
	line-height:22px;
}
.txt7 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 15px;
	color: #000;
	line-height:22px;
}
.txt8 {font-family: STHeiti,simsun,Arial,sans-serif;font-size: 13px;color: #810c0d;padding:5px 5px}
a:hover.txt8 {font-family: STHeiti,simsun,Arial,sans-serif;font-size: 13px;color: #fff;padding:5px 5px; background-color:#810c0d; text-decoration:none }
.txt9 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 25px;
	color: #000;
	line-height:32px;
}
.txt10 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 17px;
	color: #000;
	line-height:25px;
}
a:hover.txt10 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 17px;
	color: #000;
	line-height:25px;
	text-decoration:underline;
}
.txt11 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 17px;
	color: #000;
	line-height:24px;
}
.txt12 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 13px;
	color: #000;
	line-height:22px;
}
a:hover.txt12 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 13px;
	color: #000;
	line-height:22px;
	text-decoration:underline;
}
.txt13 {
	font-family: STHeiti,simsun,Arial,sans-serif;
	font-size: 15px;
	color: #fff;
	line-height:22px;
}
a:hover img {opacity:0.7;}


#menu {
/*width: 12em;*/
margin: 0px;
padding: 0px;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#menu a, #menu h2 {
	/*
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
*/
/*padding: 2px 3px;*/
}

#menu a {
text-decoration: none;
}

#menu a:hover {

}

/*
#menu ul ul ul {
	
position: absolute;
top: 0px;
left: 0px;
}
*/

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0px;
/*
left: 100%;
*/
width: 100%;
left: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{/*display: none;background-image:url(images/ppg.jpg); height:28px;*/}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#menu ul li {float: left; width: 100%;}
/*
#menu ul li a {height: 1%;   }
*/
#menu a, #menu h2 {
	/*
	font: bold 12px arial, helvetica, sans-serif;
	color: #FFF;
*/
}


input.typeText,
textarea.typeTextarea,
select.typeSelect		{
	width: 415px;
	margin: 5px;
	padding: 3px 10px;
	background-color:#fff;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:inset 0 0 5px #d0d0d0;
}
input.typeText, textarea.typeTextarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input.typeText:focus, textarea.typeTextarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
select.typeSelect 						{  padding: initial;}
input[type=checkbox], input[type=radio] { width: auto; height: auto; padding: 0; margin: 3px 5px 3px 0; *margin-top: 0;  /* IE6-7 */  line-height: normal;  border: none;}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: fixd; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  width: 400px;
  font-size: 20px;
  line-height: 30px;
	font-family: STHeiti,simsun,Arial,sans-serif;
	text-align: center;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: bold;
}
.leave {
  color: #000;
 float: left;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus,.leave:hover,.leave:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
