﻿/*
Credit: http://www.FuYiAcoustics.com
*/

body {
	margin: 0;
	padding: 0;
	color: #6a717c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px; /*被FIREFOX执行.*/
        *+html font-size: 13px; /* ie 7*/        
        * html font-size: 13px; /* ie 6*/
       
	line-height: 1.4em;
	background-color: #bfc5ce;
	height: auto;
}


#home {background: #bfc5ce url(../images/FuYi_body.jpg);background-repeat: repeat-x; background-position: top; }

#sub {background: #bfc5ce url(../images/FuYi_body_sub.jpg); background-repeat: repeat-x; background-position: top; }

a, a:link, a:visited {color: #3A0D21; 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_button.jpg) no-repeat top center; color: #bfc5ce; }

a.more:hover {color: #fff; background: url(../images/FuYi_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;font-family: "黑体";}
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: url(../images/FuYi_image_frame.png) no-repeat; }

.FuYi_list { margin: 0 0 10px 10px; padding: 0; list-style: none; }

.FuYi_list li { color:#08122a; margin: 0; padding: 0 0 5px 20px; background: url(../images/FuYi_list.jpg) no-repeat scroll 0 5px;  }

.FuYi_list li a { color: #08122a; font-weight: normal; text-decoration: none; }

.FuYi_list li a:hover { text-decoration: underline; }

#FuYi_wrapper {	width: 960px;padding: 0 10px;margin: 0 auto;}
#FuYi_wrapper_Index {	width: 1000px;margin: 0 auto;}

#FuYi_header {width: 930px;	height: 60px;padding: 15px;	background: url(../images/FuYi_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_logo.jpg) no-repeat top center; }

/* menu */

#FuYi_menu {
	float: right;
	width: 680px;
	height: 40px;
	padding: 10px 0;
}

#FuYi_menu ul {padding: 0;margin: 0;list-style: none;}

#FuYi_menu ul li {padding: 0;margin: 0;display: inline;}

#FuYi_menu ul .last {background: none; }

#FuYi_menu ul li a {
	float: left;
	display: block;
	width: 90px;
	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_menu ul li a:hover, #FuYi_menu ul .current {
	color: #fff;
	background: url(../images/FuYi_menu_hover.jpg) center center no-repeat;
}

/* end of menu */

#FuYi_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_middle.jpg) center top;
}

#FuYi_middle_sub {
	clear: both;
	width: 930px;
	height: 110px;
	padding: 20px 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;
	font-family: "黑体";
}

#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_slider_frame.png) no-repeat; 
	z-index: 10000; 
}

.ps {
	height: 100%;
	width: 100%;
	background-image: url(../Images/lightbox-blank.gif);
}

/* 	w w w . Q D F Y S X . c o m 	*/

#slider1 { 
	position: absolute; 
	width: 450px; 
	height: 250px; 
	overflow: hidden; 
}

#paginate-slider1 {
	position: absolute;
	bottom: 50px;
	right: 20px;
}

#FuYi_middle p, #FuYi_middle_sub p {
	/* [disabled]margin-bottom: 20px; */
	color: #757e8a;
	font-size: 16px;
	font-family: "黑体";
}

#learn_more a { 
	display: block; 
	background: url(../images/FuYi_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_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: #aa336d;
	font-size: small;
	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; 
}

.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_footer_wrapper {
	clear: both;
	background: #8e97a4;
	border-top: 5px solid #d5d9e0;
	width: 100%;
}

#FuYi_footer {
	width: 960px;
	color: #40464f;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#FuYi_footer a {
	text-decoration: none;
	font-weight: normal;
}

#FuYi_footer .footer_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#FuYi_footer .footer_list li {
	border-bottom: 1px dashed #404040;
}

#FuYi_footer .footer_list li a { 
	font-weight: normal;
	text-decoration: none;
}

#FuYi_footer h4 {
	color: #08122a;
	padding-bottom: 10px;
	background: url(../images/FuYi_h4_divider.jpg) repeat-x bottom;
	font-family: "黑体";
}

#FuYi_copyright_wrapper {
	clear: both;
	background: url(../images/FuYi_footer.jpg) repeat-x top;
	width: 100%;
}

#FuYi_copyright {
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 15px;
	color: #b04e4e;
	text-align: center;
}

#FuYi_copyright  a {
	color: #fe8686;
	text-decoration: none;
}
.col_w300.float_r #FacPic {
	position: absolute;
	height: 249px;
	width: 332px;
	left: 718px;
	top: 261px;
}
#ProjectMenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#ProjectMenu ul li {
	padding: 0px;
	display: inline;
	margin: 0px;
}
#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.gif);
	text-align: center;
}

#ProjectMenu ul li a:hover {
	background-image: url(../Images/PjMenu_li_select.gif);
	background-repeat: no-repeat;
	background-position: center center;

}
.PMenuCurrent
{
	background-image: url(../Images/PjMenu_li_over.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	}
#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_main #gallery2 {
	display: none;
}
#gallery .APItem em, #gallery2 .APItem em {
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}
#FuYi_main .showPic {
	height: 150px;
	width: 200px;
	float: left;
	margin: 12px;
}
#FuYi_main .showPic a .image_wrapper {
	width: 200px;
	height: 150px;
}
#FuYi_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: 150px;
}
#Language_EN {
	position: fixed;
	height: 80px;
	width: 100px;
	top: 30%;
	right: 0px;
}
#Language_EN a{
	clear: both;
	overflow: hidden;
	background-image: url(../Images/Language_EN.png);
	display: block;
	height: 80px;
	width: 100px;
	z-index: 1000;
}

#slider {
	position: 固定;
	width: 100%;
	overflow: scroll;
	visibility: visible;
	height: auto;
	float: none;
	z-index: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#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: both;
	visibility: visible;
	float: left;
}
#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: 60px;
	margin-left: 10px;
}
.CEItem span {
	position: relative;
	top: 0px;
	left: 0;
	width: 110px;
	height: 139px;
	background: url(../images/FuYi_image_frame2.png);
	overflow: auto;
	visibility: inherit;
}
.CEItem a img {
	margin: 10px;
	width: 90px;
	height: 120px;
}
.CEItem em {
	text-transform: none;
	text-decoration: none;
	font-style: normal;
}
#home #FuYi_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_wrapper #notice a {
	text-transform: none;
	text-decoration: none;
	color: #aa336d;
}
#FuYi_wrapper_Index #FuYi_Log {
	background-image: url(../Images/log.png);
	background-repeat: no-repeat;
	height: 625px;
	width: 1000px;
	margin-top: 80px;
}
#FuYi_wrapper_Index #FuYi_Log .EnterButton {
	float:left;
	
}
#FuYi_wrapper_Index #FuYi_Log #log_cn {
	margin-top: 30px;
	height: 70px;
	width: 190px;
	margin-left: 20px;
}
#FuYi_wrapper_Index #FuYi_Log #log_en {
	margin-top: 30px;
	height: 70px;
	width: 190px;
	margin-left: 20px;
}
#FuYi_wrapper_Index #FuYi_Log #Enter {
	height: 130px;
	text-align: center;
}
#FuYi_wrapper_Index #log {
	height: 495px;
}
#FuYi_wrapper_Index #FuYi_Log #Enter ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
}

#home #FuYi_footer_wrapper #FuYi_footer .col_w960_2 .footer_Menu {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 960px;
}
#home #FuYi_footer_wrapper #FuYi_footer .col_w960_2 .footer_Menu li {
	display: inline;
	width: 100px;
}
#home #FuYi_footer_wrapper #FuYi_footer .col_w960_2 {
	width: 960px;
	background-color: #666;
}
#FuYi_footer_wrapper #FuYi_footer .col_allw300 .footer_Menu {
	height: 140px;
	overflow: scroll;
	overflow-x:hidden;
}
#FuYi_NewsContainer 
{
    margin:0px 50px 0px 50px;
}
tainer 
{
    margin:0px 50px 0px 50px;
}
.FuYi_NewsRow
{
    border-style: none none dashed none;
    border-color: #000000;
    padding: 0px;
    margin: 0px;
    border-width: 1px;
    width: 300px;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    line-height: 16px;
    text-transform: none;
    text-decoration: none;
    font-family: 宋体, Arial, Helvetica, sans-serif;
}
.FuYi_NewsRow a, .FuYi_NewsRow a:link, .FuYi_NewsRow a:visited, .FuYi_NewsRow a:hover
{
    color: #3A0D21;
    text-decoration: none;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    font-family: 宋体, Arial, Helvetica, sans-serif;
}.Text_2 {
	font-family: "黑体", "宋体", "幼圆";
	font-size: 30px;
	line-height: 40px;
}
#home #FuYi_wrapper #FuYi_main #FuYi_content #MapLink, #MapLink a,#MapLink a:hover{
	color: #CCC;
	font-size: 14px;
}
h4 a,h4 a:hover,h4 a:visited,h4 a:link {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 0;
	text-transform: none;
	text-decoration: none;
}
#apDiv1 {
	position: absolute;
	width: 480px;
	height: 101px;
	z-index: 10000;
	left: 40%;
	top: 30%;
	background-color: #CCC;
	border: thick solid #333;
}
#D1Ti {
	background-color: #161616;
	height: 22px;
	width: 100%;

}
.CloseB {
	background-color: #FFF;
	height: 22px;
	width: 22px;
	line-height: 22px;
	display: block;
	float: right;
}
#D1Co {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: medium;
	line-height: normal;
}
