/*
Credit: http://www.FuYi_EN.com
*/

body {
	margin: 0;
	padding: 0;
	color: #6a717c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em; 
	background-color: #bfc5ce;
}

#home { 
	background: #bfc5ce url(../images/FuYi_EN_body.jpg); 
	background-repeat: repeat-x; 
	background-position: top; 
}

#sub { 
	background: #bfc5ce url(../images/FuYi_EN_body_sub.jpg); 
	background-repeat: repeat-x; 
	background-position: top; 
}

a, a:link, a:visited { 
	color: #08122a; 
	font-weight: 700; 
	text-decoration: underline; 
	font-size: 11px; 
}

a:hover { 
	text-decoration: none; 
}

a.more { 
	display: block; 
	width: 122px;  
	height: 32px; 
	line-height: 32px; 
	font-size: 13px; 
	text-align: center; 
	text-decoration: none; 
	font-weight: bold; 
	background: url(../images/FuYi_EN_button.jpg) no-repeat top center; 
	color: #bfc5ce; 
}

a.more:hover { 
	color: #fff; 
	background: url(../images/FuYi_EN_button_hover.jpg); 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}

img { 
	border: none; 
}

blockquote { 
	font-style: italic; 
	margin: 0 0 0 10px;
}

cite { 
	font-weight: bold; 
	color:#08122a; 
}

cite span { 
	color: #08122a; 
}

em { 
	color: #08122a; 
	font-size: 11px; 
	font-weight: 700; 
}

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; }
h1 { font-size: 34px; margin: 0 0 20px; padding: 5px 0 }
h2 {
	font-size: 28px;
	margin: 0 0 15px;
	padding: 5px 0 10px;
	line-height: 30px;
}
h3 { font-size: 24px; margin: 0 0 15px; padding: 0 0 10px; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.float_l { float: left }
.float_r { float: right }

.image_wrapper { 
	display: inline-block; 
	padding: 4px; 
	border: 1px solid #d3d7dc; 
	background: #a3abb8; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.image_frame { 
	position: relative; 
	width: 300px; 
	height: 131px; 
}

.image_frame img { 
	margin: 10px; 
	width: 280px; 
	height: 110px; 
}

.image_frame span {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 131px;
	background-image: url(../Images/FuYi_image_frame.png);
	background-repeat: no-repeat;
}

.FuYi_EN_list { 
	margin: 0 0 10px 10px; 
	padding: 0; 
	list-style: none; 
}

.FuYi_EN_list li { 
	color:#08122a; 
	margin: 0; 
	padding: 0 0 5px 20px; 
	background: url(../images/FuYi_EN_list.jpg) no-repeat scroll 0 5px;  
}

.FuYi_EN_list li a { 
	color: #08122a; 
	font-weight: normal; 
	text-decoration: none; 
}

.FuYi_EN_list li a:hover { 
	text-decoration: underline; 
}

#FuYi_EN_wrapper {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

#FuYi_EN_header {
	width: 930px;
	height: 60px;
	padding: 15px;
	background: url(../images/FuYi_EN_header.jpg) no-repeat; 
}

#site_title { 
	float: left; 
	width: 235px; 
	height: 60px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 215px; 
	height: 60px; 
	margin: 0 10px; 
	color: #fff; 
	outline: none; 
	text-indent: -10000px; 
	background: url(../images/FuYi_EN_logo.jpg) no-repeat top center; 
}

/* menu */

#FuYi_EN_menu {
	float: right;
	width: 660px;
	height: 40px;
	padding: 10px 0;
}

#FuYi_EN_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#FuYi_EN_menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#FuYi_EN_menu ul .last { 
	background: none; 
}

#FuYi_EN_menu ul li a {
	float: left;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	font-size: 13px;
	color: #a2a8b8;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	border: none;
	background: url(../images/FuYi_menu_border.png) center center no-repeat;
}

#FuYi_EN_menu ul li a:hover, #FuYi_EN_menu ul .current {
	color: #fff;
	background-image: url(../images/FuYi_menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* end of menu */

#FuYi_EN_middle { 
	clear: both;
	width: 930px;
	height: 290px;
	padding: 40px 15px 0; 
	overflow: hidden;
	font-size: 14px;
	color: #f4e9d9;
	line-height: 30px;
	background: url(../images/FuYi_EN_middle.jpg) center top;
}

#FuYi_EN_middle_sub {
	clear: both;
	width: 930px;
	height: 190px;
	padding: 40px 15px 0; 
	overflow: hidden;
	font-size: 14px;
	color: #f4e9d9;
	line-height: 30px;
}

#mid_title { 
	font-size: 34px; 
	line-height: 38px; 
	font-weight: 400; 
	color: #fff; 
	margin-bottom: 20px; /* text-shadow: 2px 2px 4px #000 */; 
}

#mid_left { 
	float:left; 
	width: 400px; 
}

#mid_slider { 
	position:relative; 
	float: right; 
	width: 450px; 
	height: 280px; 
	padding: 0 0 40px;  
}

#mid_slider span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 450px; 
	height: 250px; 
	background: url(../images/FuYi_EN_slider_frame.png) no-repeat; 
	z-index: 10000; 
}

/* 	w w w . t e m p l a t e m o . c o m 	*/

#slider1 { 
	position: absolute; 
	width: 450px; 
	height: 250px; 
	overflow: hidden; 
}

#paginate-slider1 { 
	position: absolute; 
	bottom: 50px; 
	right: 20px; 
}

#FuYi_EN_middle p, #FuYi_EN_middle_sub p { 
	margin-bottom: 20px; 
	color: #757e8a; 
	font-size: 16px; 
}

#learn_more a { 
	display: block; 
	background: url(../images/FuYi_EN_learn.jpg); 
	width: 176px; 
	height: 40px; 
	font-size: 16px; 
	text-decoration: none; 
	color: #a2a8b8; 
	font-weight: 700; 
	text-align: center; 
	line-height: 40px; 
}

#learn_more a:hover { 
	color: #fff;  
}

#FuYi_EN_main {
	clear: both;
	width: 960px;
	padding: 40px 0 30px;
}

.col_w960 { 
	width: 960px; 
	margin-bottom: 60px; 
}

.col_w600 { width: 600px }
.col_w450 { width: 450px }
.col_w300 { width: 300px }
.col_w200 { width: 200px }

.col_allw300 { 
	float: left; 
	width: 300px; 
	margin-right: 30px; 
}
.col_last { 
	margin: 0; 
}

.sb_news_box { 
	clear: both; 
	margin-bottom: 17px; 
}

.sb_news_box  img { 
	float: left; 
	margin-right: 20px; 
	padding: 4px; 
	border: 1px solid #d3d7dc; 
	background: #a3abb8; 
}

.news_date { 
	color: #234073; 
	font-size: 10px; 
	font-weight: 700; 
}

.fp_lw_box { 
	margin-bottom: 25px; 
}

.post_box { 
	clear: both; 
	margin-bottom: 30px; 
	padding-bottom: 30px; 
	background: url(../images/FuYi_content_divider.jpg) repeat-x bottom; 
}

.post_box .image_frame { 
	float: right; 
	margin-left: 40px; 
}

.post_header { 
	border-top: 3px solid #999; 
	border-bottom: 1px solid #ccc; 
	padding: 5px; 
	margin-bottom: 20px; 
}

.post_box h2 {
	font-size: 34px;
	margin-bottom: 30px;
	line-height: 34px;
}

.post_box p.post_meta { 
	margin-bottom: 0; 
}

.post_box img { 
	float: left; 
	margin-right: 20px; 
}

#contact_form { 
	padding: 0; 
	width: 400px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 270px; 
	padding: 5px; 
	color: #111; 
	border: 1px solid #a4acb7;  
	background: #d4d4d4; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 14px; 
}

#contact_form form textarea { 
	width: 388px; 
	height: 160px; 
	padding: 5px; 
	color: #111; 
	border: 1px solid #a4acb7;  
	background: #d4d4d4; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn {
	margin: 10px 0px;
	padding: 5px 14px;
	border: 1px solid #a4acb7;  
	background: #d4d4d4;
	font-size: 14px; 
}

#gallery { 
	margin: 0; 
	padding: 0; 
}

#gallery ul { 
	margin: 0; 
	padding: 0; 
}

#gallery ul li { 
	position: relative; 
	display: block; 
	float: left; 
	width: 300px; 
	height: 140px; 
	margin: 0 30px 50px 0; 
}

#gallery ul .rm_col { 
	margin: 0 0 30px; 
}
#gallery ul li span { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 300px; 
	height: 131px; 
	background: url(../images/FuYi_image_frame.png); 
}

#gallery ul li a img { 
	margin: 10px; 
	width: 280px; 
	height: 110px;
}

#FuYi_EN_footer_wrapper {
	clear: both;
	background: #8e97a4;
	border-top: 5px solid #d5d9e0;
	width: 100%;
}

#FuYi_EN_footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #40464f;
}

#FuYi_EN_footer a { 
	text-decoration: none; 
}

#FuYi_EN_footer .footer_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#FuYi_EN_footer .footer_list li {
	border-bottom: 1px dashed #404040;
}

#FuYi_EN_footer .footer_list li a { 
	font-weight: normal;
	text-decoration: none;
}

#FuYi_EN_footer h4 {
	color: #08122a;
	padding-bottom: 10px;
	background: url(../images/FuYi_h4_divider.jpg) repeat-x bottom;
}

#FuYi_EN_copyright_wrapper {
	clear: both;
	background: url(../images/FuYi_EN_footer.jpg) repeat-x top;
	width: 100%;
}

#FuYi_EN_copyright {
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 15px;
	color: #3a4f83;
	text-align: center;
}

#FuYi_EN_copyright  a {
	color: #607fcb;
	text-decoration: none;
}
#FuYi_EN_main .ContactPeople {
	width: 300px;
	margin-left: 55px;
	border: 1px dashed #999;
	height: 97px;
}
.ContactPeople .PeoPic {
	border: 3px solid #999;
	float: left;
	width: 91px;
	height: 91px;
}
.ContactPeople .PeTitle {
	margin: 15px;
	float: left;
	width: 170px;
}
#gallery .APItem, #gallery2 .APItem {
	position: relative;
	display: block;
	float: left;
	width: 300px;
	height: 140px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 10px;
}
#gallery .APItem span, #gallery2 .APItem span {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 300px; 
	height: 131px; 
	background: url(../images/FuYi_image_frame.png);
}
#gallery .APItem a img, #gallery2 .APItem a img {
	margin: 10px; 
	width: 280px; 
	height: 110px;
}
#FuYi_EN_main #gallery2 {
	display: none;
}
#ProjectMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#ProjectMenu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#ProjectMenu ul li a {
	height: 70px;
	width: 200px;
	float: left;
	display: block;
	line-height: 70px;
	font-size: 18px;
	color: #a2a8b8;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	outline: none;
	border: none;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 0px;
	margin-left: 55px;
}
#ProjectMenu {
	height: 70px;
	margin:0 auto;
	background-image: url(../Images/PjMenu_bg_EN.gif);
	text-align: center;
}

#ProjectMenu ul li a:hover {
	background-image: url(../Images/PjMenu_li_select_EN.gif);
	background-repeat: no-repeat;
	background-position: center center;

}
.PMenuCurrent
{
	background-image: url(../Images/PjMenu_li_over_EN.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	}
}
#FuYi_EN_main .showPic a .image_wrapper {
	width: 200px;
	height: 150px;
}
#FuYi_EN_main .showPic {
	height: 150px;
	width: 200px;
	float: left;
	margin: 12px;
}
#Language_CN {
	position: fixed;
	height: 80px;
	width: 80px;
	top: 30%;
	left: 0px;
}
#Language_CN a{
	clear: both;
	overflow: hidden;
	background-image: url(../Images/Language_CN.png);
	display: block;
	height: 80px;
	width: 80px;
	z-index: 1000;
}

#slider {
	position: relative;
	width: 100%;
}
#Certificates_wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/templatemo_body.jpg) no-repeat top center;
}
#Certificates_main{
	clear: both;
	width: 960px;
	padding: 0px;
	height: 300px;
}
#Certificates_sidebar{
	float: left;
	width: 120px;
}
.scroll {
	width: 840px;
	height: auto;
	overflow: scroll;
	/* overflow-x: hidden; */
    position: relative;
	clear: left;
	visibility: visible;
}
#menu {
	clear: both;
	float: right;
}
.Certificates_cleaner{ clear: both; width: 100%; height: 0px; font-size: 0px;  }
#Certificates_content{
	float: right;
	width: 840px;
}
.scrollContainer div.panel {
	width: 760px;
	height: auto;
	overflow: scroll;
	padding: 40px;
}
ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    margin: 0;
	padding: 0;
}

ul.navigation a {
	display: block;
	float: right;
	padding: 8px 15px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
    text-decoration: none;
	color: #fff;
	text-align: right;
}
ul.navigation a:hover, ul.navigation a.selected {
	background: #0f020b
}
ul.navigation a:focus {
    outline: none;
}
.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}
.scrollButtons.left {
    left: 0
}
.scrollButtons.right {
    right: 0
}
.hide {
    display: none;
}
.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; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.tmo_list { margin: 20px 0 20px 20px; padding: 0; list-style: none; }
.tmo_list li { background: transparent url(images/templatemo_list.png) no-repeat; margin:0 0 20px; padding: 0 0 0 25px; line-height: 1em; }
.tmo_list li a { color: #ff58ff; }
.tmo_list li a:hover { color: #fff; }

.CEItem {
	position: relative;
	display: block;
	float: left;
	width: 110px;
	height: 139px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 130px;
	margin-left: 10px;
}
.CEItem span {
	position: absolute;
	top: 0px;
	left: 0;
	width: 110px;
	height: 139px;
	background: url(../images/FuYi_image_frame2.png);
}
.CEItem a img {
	margin: 10px;
	width: 90px;
	height: 120px;
}
.CEItem em {
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}
#home #FuYi_EN_wrapper #notice {
	background-color: #8e97a4;
	color: #aa336d;
	display: inline;
	overflow: hidden;
	height: 24px;
	white-space: nowrap;
	position: absolute;
	width: 960px;
	line-height: 24px;
}
#home #FuYi_EN_wrapper #notice a {
	text-transform: none;
	text-decoration: none;
	color: #234073;
}
#FuYi_EN_wrapper #FuYi_EN_header #FuYi_menu .Text_2 {
	font-size: 30px;
	line-height: 50px;
}
#MapLink,#MapLink a,#MapLink a:link,#MapLink a:visited {
	font-size: 14px;
	text-transform: none;
	color: #6a717c;
	text-decoration: none;
	font-weight: normal;
}
#MapLink a:hover {
	font-size: 14px;
	text-transform: none;
	color: #06F;
	text-decoration: underline;
	font-weight: normal;
}
h4 a,h4 a:link,h4 a:visited,h4 a:hover {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
}
