﻿/*   宽度分辨率设置为1500。电脑通常为1920*1080，同时缩放125%，缩放后1536。取宽度80%为1230px。    */

@font-face{font-family:"manrope";src: url("/fonts/manrope-regular-6.otf") format("opentype");font-weight: normal; font-style: normal;}


*{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	font-family: manrope, "Lucida Grande", Verdana, Lucida, Arial, Helvetica, 宋体,sans-serif;
}
img {
border-radius: 20px;
}

a:link {
	font-size: 14px;
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	
}
#container
{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	width:1230px;
	position:relative;
}
#header {
	height: 106px;
	width: 100%;
	background-color: rgb(255,255,255);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}

#menu_area {
	width: 100%;
	height: 100%;
	position:relative;
	float: right;
	/*overflow:hidden;*/
}

#menu {
	display:inline-block;
	float:left;
}
#menu ul {
	position:relative;
	float:right;
}
#menu li
{
	float: left;
	list-style-type: none;
	text-align:center;
	padding-left:4rem;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0px;
}
#menu li.on
{

}


#menu li.off
{
	background-image: url();
}

#menu li a:link
{
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:1px;
	border-bottom: 2px solid transparent;
}
#menu li a:visited
{
	text-decoration: none;
	color: #000000;
}
#menu li a:hover
{
	text-decoration: none;
	padding-bottom:1px;
	border-bottom: 2px solid black;
	transition:border-color 1s;
	color: #000000;
}

#menu a:link
{
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-left: 64px;
	padding-right: 0px;
	padding-bottom:1px;
	border-bottom: 2px solid transparent;
}
#menu a:visited
{
	text-decoration: none;
	color: #000000;
}
#menu a:hover
{
	text-decoration: none;
	padding-bottom:1px;
	border-bottom: 2px solid black;
	transition:border-color 1s;
	color: #000000;
}

/* menucurrent定义当前页面的对应菜单显示状态，加下画线。 */
#menucurrent {
	display:inline-block;
	float:left;
}
#menucurrent a:link
{
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-left: 64px;
	padding-right: 0px;
	padding-bottom:1px;
	border-bottom: 2px solid #888888;
}
#menucurrent a:visited
{
	text-decoration: none;
	color: #000000;
	border-bottom: 2px solid #888888;
}
#menucurrent a:hover
{
	text-decoration: none;
	padding-bottom:1px;
	border-bottom: 2px solid black;
	transition:border-color 1s;
	color: #000000;
}

#menu_language {
	float: right;
	margin-top: 5px;
	margin-right: 200px;
	margin-bottom: 5px;
	clear: right;
}
#slider {
	height: 150px;
	width: 100%;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #5679c0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5679c0;
	overflow:hidden;
	position:relative;
	margin: 0px;
	clear: both;
}
#slider_border {
	height: 30px;
	width: 950px;
	background-image: url(../images/bg_border.jpg);
	background-repeat: no-repeat;
	overflow:hidden
}
#main_page {
	width: ;
	margin-left:0px;
	
}



#menu_bottom {

	float:left;
	margin-left:32%;
	/*text-align: left;*/
	/*background-image: url(../images/bg_menu_bottom.jpg);*/
	/*background-repeat: no-repeat;*/
	display:inline-block;
}
#menu_bottom ul {

}

#menu_bottom li
{
	float: left;
	list-style-type: none;
	line-height: 28px;
	text-align:left;
	margin-top: 0px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0px;
}
#menu_bottom li a:link
{
	text-decoration: none;
	color: #000000;
	display: block;
	font-size: 16px;
}
#menu_bottom li a:visited
{
	text-decoration: none;
	color: #000000;
}
#menu_bottom li a:hover
{
	text-decoration: underline;
	color: #000000;
}
#footer {
	height: ;
	width: 100%;
	clear: both;
	margin-top: 15px;
	font-size:14px;
	color: RGB(100,100,100);
}
#footer a:link
{
	color: RGB(100,100,100);
}
#footer a:visited
{
	color: RGB(100,100,100);
}
#footer a:hover
{
	color: RGB(100,100,100);
}

.text {
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 20px;
	list-style-position: inside;
}

.list {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	list-style-position: inside;
	padding-left: 20px;
	margin-left: 10px;
}

.button {
	float: left;
	width:120px; 
	height:25px; 
	text-align:center; 
	color: #FFF4E3; 
	background-color:#F57C13; 
	border-radius: 3px;
	margin:10px;
	line-height:25px;

}