@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	word-wrap:break-word;
}
h1 {
	font-size: 1.7em;
	color: #0099cc;
	background-image: url(../images/bg_h1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-weight: 400;
	float: left;
	width: 100%;
}
h2 {
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	line-height: 1.5em;
	letter-spacing: 0.05em;
}


h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #036;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
h4 {
	color: #39C;
	font-size: 1.2em;
	background-image: url(../images/bg_h4.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	float: left;
	clear: both;
	width: 100%;
}
p {
	font-size: 16px;
	line-height: 27px;
	word-wrap:break-word;
}
.note{
	color: #F03;
	padding-bottom: 10px;
}
.textnormal {
	font-weight: normal;
}
.logo {
	background-image: url(../images/bg_logo.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 5px;
	position: fixed;
	z-index: 9999;
	top: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}
.logo .logoimg {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 130px;
}

.logo .language {
	font-size: 0.95em;
	letter-spacing: 0.1em;
	margin-top: 45px;
	margin-right:15px;
	color: #000;
	width: 200px;
	float: right;
}
@media (min-width:768px){
.logo {
	background-image: url(../images/bg_logo.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 5px;
	float:left;
	position: relative;
	z-index: 0;
}
.logo .logoimg {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
.logo .language {
	font-size: 0.95em;
	letter-spacing: 0.1em;
	margin-top: 35px;
	margin-right:0px;
	color: #000;
}
}
.logo .language a:link, .logo .language a:visited {
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.logo .language a:hover, .logo .language a:active {
	color: #09C;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.menu {
	background-image: url(../images/bg_nav.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
	clear:both;
}
.navbar.navbar-default #navbar .nav.navbar-nav li ul {
	background-color: #1C1C1C;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}
.navbar.navbar-default #navbar .nav.navbar-nav li ul li{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -40px;
	list-style-type: none;
}
.navbar.navbar-default #navbar .nav.navbar-nav li ul li a:link, .navbar.navbar-default #navbar .nav.navbar-nav li ul li a:visited{
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 100%;
	color: #999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E3E3E;
}
.navbar.navbar-default #navbar .nav.navbar-nav li ul li a:hover, .navbar.navbar-default #navbar .nav.navbar-nav li ul li a:active{
	padding-top: 7px;
	padding-bottom: 7px;
	float: left;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	background-color: #424242;
}
.banner {
	margin: 0px;
	clear: both;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	padding: 0px;
	margin-top:110px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:cover;
}
@media (min-width:768px){
.banner {
	margin: 0px;
	clear: both;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	padding: 0px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:cover;
}
}
.content {
	clear: both;
	width: 100%;
	background-color: #FFF;
	float: left;
}
.content .box{
	padding: 15px;
}
.content .box .title{
	color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	background-image: url(../images/bg_boxtitle.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-right: 20px;
	float: left;
	width: 100%;
}
.content .box .title .more {
	font-size: 0.9em;
	font-weight: normal;
	float: right;
	background-image: url(../images/icon_triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0em;
	padding-left: 12px;
}
.content .box .title .more a:link, .content .box .title .more a:visited {
	color: #FFF;
	text-decoration: none;
}
.content .box .title .more a:hover, .content .box .title .more a:active {
	color: #FF9;
	text-decoration: underline;
}
.content .box .con{
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.content2 {
	clear: both;
	width: 100%;
	background-color: #FFF;
	float: left;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:500px;
	margin-top: 110px;
	margin-right: 0px;
	margin-left: 0px;
}
@media (min-width:768px){
.content2 {
	clear: both;
	width: 100%;
	background-color: #FFF;
	float: left;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:500px;
	margin-top: 0px;
}
}
.content2 .leftmenu {
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 20px;
}
.content2 .leftmenu li{
	list-style-type: none;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
.content2 .leftmenu li a{
	color: #000;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
.content2 .leftmenu li.select a {
	background-image: url(../images/bt_menuselect.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #09C;
}

.content2 .rightcol {
	background-color: #FFF;
	min-height:500px;
	padding-right: 15px;
	padding-top: 10px;
	padding-left: 30px;
}
.content3 {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
@media (min-width:768px){
.content3 {
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 60px;
	padding-left: 60px;
}
}
.mark_red {
	color: #C03;
}
.mark_gray {
	color: #999;
}
.mark_blue {
	color: #06C;
}
.info {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	overflow-x:hidden;
	padding: 10px;
	margin: 0px;
	font-size: 0.75em;
}
.info .iso{
	margin: 0px;
}
.info .cominfo {
	letter-spacing: 0em;
	float: right;
	word-break: normal;
}
.info .cominfo p {	
	font-size: 0.75em;
	padding:0px;
	margin:0px;
	line-height:21px;
}
.footer {
	color: #CCC;
	background-color: #333;
	text-align: center;
	clear: both;
	letter-spacing: 0.1em;
	font-size: 0.75em;
	padding: 8px;
}
@media (min-width:768px){
.info {
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat;
	background-position: left top;
	clear: both;
	overflow-x:hidden;
	padding: 10px;
	margin: 0px;
	font-size: 0.9em;
	
}
.info .cominfo {
	letter-spacing: 0.05em;
	float: right;
	word-break: normal;
}
.info .cominfo p {	
	font-size: 0.85em;
	padding:0px;
	margin:0px;
	line-height:21px;
}
.footer {
	color: #CCC;
	background-color: #333;
	text-align: center;
	clear: both;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	padding: 8px;
}
}
.mytable {
	clear: both;
	float: left;
	width: 100%;
	overflow-x:auto;
}
