

body {
	background: #FFFFFF;
	font-family: 'Arial', 'trebuchet MS', 'Lucida sans', 'Oxygen', 'Verdana', 'Tahoma',   'Microsoft YaHei','黑体 ', 'sans-serif';
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
	background-attachment: fixed; 
	background-image:url('images/BG_GACC.png');
	background-image:url('../images/BG_GACC.png');
	background-repeat: repeat-x;
	
}


A:link, A:active
{
	color:#003D79;
	text-decoration: none;
}
A:visited
{  
	color: #6C3365;
	text-decoration: none;
}
A:hover
{
	color: #FF0000;
	text-decoration: underline;
}




/*顶部固定菜单*/

#top-head {
z-index: 10;
  
top: 0px; 
left: 0px;  
width: 100%; 
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#6C6C6C');  /*兼容ie*/
-webkit-box-shadow: #333 0px 0px 10px;
-moz-box-shadow: #333 0px 0px 10px;
box-shadow: #333 0px 0px 10px;
   
}



#top {
    z-index: 20;
	position: fixed;
	width: 100%;
	height: 86px;
	padding: 0px;
	margin: auto;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color:#243D4F;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#6C6C6C');  /*兼容ie*/
-webkit-box-shadow: #333 0px 0px 10px;
-moz-box-shadow: #333 0px 0px 10px;
box-shadow: #333 0px 0px 10px;
}

#top2 {
	z-index: 1;
	position: relative;
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: auto;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color: #304979;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#6C6C6C');  /*兼容ie*/
	-webkit-box-shadow: #333 0px 2px 10px;
	-moz-box-shadow: #333 0px 3px 10px;
	box-shadow: #333 0px 2px 10px;
}
#top3 {
	z-index: 15;
	width: 70%;
	height: 160px;
	padding: 0px;
	text-align: center;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	position: absolute;
}



/*顶部固定菜end单*/

/*#search */
#search{
	border: 10px solid #CCCCCC;
	height: 35px;
	width: 500px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.2);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	background-color: #FFF;
	
}
#search select{display:none;}
#search .select_box{
	font-size: 12px;
	color: #999999;
	width: 120px;
	line-height: 35px;
	float: left;
	position: relative;
	background-color: #FFC;
	border: 0px solid #CCC;
	border-radius: 5px 0px 0px 5px;
	text-align: left;
	
}
#search .select_showbox{
	height: 35px;
	text-indent: 0.5em;
	background-image: url(../images/search_ico.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
#search .select_showbox.active{
	background-image: url(../images/search_ico_hover.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
#search .select_option{
	display: none;
	left: -2px;
	top: 35px;
	position: absolute;
	z-index: 9;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:0;
}
#search .select_option li{
	list-style-type:none;
	text-indent: 0.5em;
	width: 120px;
	cursor: pointer;

}
#search .select_option li.selected{background-color:#F3F3F3;color:#999;}
#search .select_option li.hover{background:#BEBEBE;color:#fff;}

#search input.inp_srh,

#search input.btn_srh{
	border:none;
	background:none;
	height:35px;
	line-height:35px;
	float:left
	
}

#search input.inp_srh{
	outline: none;
	width: 250px;
	text-indent: 0.5em;
	border: 0px solid #999;
	padding: 0;
}



#search input.btn_srh{
	color: #FFF;
	font-family: "Verdana";
	font-size: 12px;
	width: 100px;
	background-image: url(../images/bg-botton.png);
	float: right;
	border-radius: 0px 3px 3px 0px;
	border: 0px solid #CCC;
	background-color: #FFF;
}
#search input.btn_srh:hover{
	background-image: url(../images/bg-botton2.png);
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
}   


 /*搜索框*/
    
    .cf:before, .cf:after{
	content: "";
	display: table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }


/* Form wrapper styling */
.form-wrapper {
    width: 520px;
    padding: 10px;
    margin: 10px auto 10px auto;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
/* Form text input */
.form-wrapper input {
    width: 350px;
    height: 35px;
    padding: 15px 5px;
    float: left;    
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;      
}
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
.form-wrapper button:hover{     
    background: #B31820;
}   
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
.form-wrapper button:hover:before{
    border-right-color: #B31820;
}
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

/* Form wrapper styling end*/

 /*搜索框END*/



A {	font-size: 12px; }
A:hover {COLOR: #ff0000;TEXT-DECORATION: underline}
A.top:link {	COLOR: #ffffff;TEXT-DECORATION: underline}
A.top:hover {	COLOR: #ffffff;}
A.top:visited { COLOR: #ffffff;}
P {	COLOR: #000000; font-size: 12px; LINE-HEIGHT: 150%;text-indent:0em; }


.title4 {	COLOR: #0000A0; FONT-SIZE: 14px; }
td {	font-size: 12px;}
.line { border: 1px #999999 double;font-size: 12px;  LINE-HEIGHT: 20px}
.text { font-size: 12px;  LINE-HEIGHT: 20px}
td.content {	font-size: 14.8px;	line-height: 140%;	color: #000000;text-align:justify; 
text-justify:inter-ideograph}
td.list {	line-height: 148%;}
hr {  height: 1px; color: #000000 }
textarea {
	font-size: 12px;FONT-FAMILY: 'Tahoma', 'MS Shell Dlg';
}
.codetextarea {
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	height: 310px;
	width: 515px;
	word-wrap:normal;
	word-break:keep-all;
}
/* NAV */
A.navLink:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLink:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLink:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.navLight {
	background-color: #666688;
}
.navMedium {
	background-color: #F2F3F7;
}
.navDark {
	background-color: #8C8EA3;
}
.logoBackground {
	background-color: #FFFFFF;
}
.pageSeparator {
	background-color: #CCCCD4;
}
.pageselect {
	font-size: 9px;
                font-family: Arial;
}


.border {
	background-color: #ffffff;
}
.pageLighter {
	background-color: #FAFAFA;
}
.pageLight {
	background-color: #F2F3F7;
}
.pageMedium {
	background-color: #8C8EA3;
}
.pageMediumer {
	background-color: #CCCCD4;
}
.pageDark {
	background-color: #666688;
}
.pageSubject {
	background-color: #d9dce8;
}
.pageIcon {
	background-color: #FFFFFF;
	FONT-FAMILY: Microsoft YaHei;
	font-size: 12px;
}
.columnTitle {
	BACKGROUND-COLOR: #cfcdaf
}
.columnContent {
	BACKGROUND-COLOR: #ebeadd
}
.hotTitle {
	BACKGROUND-COLOR: #abd3a5
}
.hotContent {
	BACKGROUND-COLOR: #e0efde
}
.listTitle {
	background-color: #CCCCD4;
}
.listContent {
	background-color: #F2F3F7;
}
.pagesimages {  border: #bbbbbb; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.titleTable {
	background-color: #CCCCD4;
}
.listTable {
	background-color: #F2F3F7;
}
.code {
	font-family: 'Courier New', 'Courier', 'mono';
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 480px;
	border: 1px solid #0099CC;
}
.CodeSamp_bak {
	font-family: 'Courier New', 'Courier', 'mono';
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 480px;
	border: 1px solid #0099CC;
	overflow:hidden;
}

.CodeSamp {
	PADDING-RIGHT: 0.5em; MARGIN-TOP: 1em; PADDING-LEFT: 0.5em; FONT-SIZE: 8p; MARGIN-BOTTOM: 1em; PADDING-BOTTOM: 0.5em; MARGIN-LEFT: 0pt; PADDING-TOP: 0.5em; FONT-FAMILY: Courier New; BACKGROUND-COLOR: #eeeeee;width: 480px;overflow:hidden;border: 1px solid #888888;
}
.docparameter{
background-color: #efefef;
}
.docparameter td{
color: #999999;
}
.listContentMedium {
	BACKGROUND-COLOR: #e4e3e8
}
.location{
color: #333366;
}
SELECT {
	font-size: 12px; FONT-FAMILY: MS Shell Dlg
}
FORM {
	MARGIN-TOP: 0px; font-size: 12px; MARGIN-BOTTOM: 0px; FONT-FAMILY: 'Tahoma', 'MS Shell Dlg'
}
INPUT {
	font-size: 12px; FONT-FAMILY: 'Tahoma', 'MS Shell Dlg'
}
a.page img {
behavior:url(fitSize.htc)
}
.button {
	BORDER-RIGHT: #a2a2a2 1px solid; BORDER-TOP: #ffffff 1px solid; font-size: 12px; BACKGROUND: #cccccc; BORDER-LEFT: #ffffff 1px solid; COLOR: #333333; PADDING-TOP: 3px; BORDER-BOTTOM: #a2a2a2 1px solid; HEIGHT: 21px
}

.container {
	width: 90%;
	margin: auto;
}


/* 侧边栏导航 */
.contactusdiyou {position: fixed; right: -330px; bottom: 0px; _position: absolute; width: 330px; height: 100%; background: ; z-index: 99999999999;  _margin-bottom:0px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); transition:all .5s ease; }
.contactusdiyou .hoverbtn{width:30px; height:129px; padding-top:20px; cursor: pointer; position:absolute; top:50%; margin-top:-66px;left:-30px; font-size:14px; color:#fff; background:#003366; -webkit-border-radius: 3px 0px  0px 3px; -moz-border-radius: 3px 0px  0px 3px; -o-border-radius: 3px 0px  0px 3px;      border-radius: 3px 0px  0px 3px; -moz-box-shadow: -4px 4px 4px -4px #000; -webkit-box-shadow: -4px 4px 4px -4px #000; box-shadow: -4px 4px 4px -4px #000;} .contactusdiyou .hoverbtn span{width:30px; height:19px;line-height: 19px; text-align: center; overflow:hidden; float:left;}
.contactusdiyou .hoverbtn .hoverimg{width:13px; height:9px; margin:10px 0px 0px 10px; float:left; display:inline;background-repeat: no-repeat;}
.hoverimg2{background:url(../images/hoverbtnbg1.png) no-repeat; } 
.contactusdiyou .conter{width:320px; height:560px; margin-left:0px;   position:absolute; top:55%;*margin-top:-180px; margin-top:-300px;}
.contactusdiyou .conter .con1{ border-bottom:1px solid #6a6a6a; padding-bottom:22px;}
.contactusdiyou .conter .con1 dl dt{width:31px; height:31px; float:left;    position: relative;
    top: 32px;}
.contactusdiyou  dl .f1{width:142px; height:36px;line-height: 36px; float:right; font-size:14px;_font-size: 14px;*font-size: 15px; color:#fff;vertical-align: top; font-weight: bold;}
.contactusdiyou  dl .f2{ width:142px; float:right; font-size:12px; color:#fff; height:30px;line-height: 30px; float:right;}
.kefuQQ a{ background:url(../images/button-custom-qq.gif)  no-repeat; width:70px; height:20px; display:inline-block; vertical-align:middle;}
.kefuQQ a:hover{ background:url(../images/button-custom-qq-h.gif)  no-repeat;}
.contactusdiyou .conter .con1 dl dd .ph_num{ font:18px 'Microsoft yahei';*font-size: 16px;_font-size: 16px; color:#fff; height:25px;}

.contactusdiyou .qqcall{padding:22px 0px;border-bottom:1px solid #6a6a6a;}
.contactusdiyou .qqcall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}

.contactusdiyou .weixincall{float:right;padding:22px 0; border-bottom:1px solid #6a6a6a;}
.contactusdiyou .weixincall dl dt{width:31px; height:31px; float:left; position: relative;
    top: 32px;}


.contactusdiyou .weixincall .f3{float: right;width:73px; height:auto; margin-right:69px; display:inline;}
.contactusdiyou .weixincall .f3 img{width: 120px;height: auto;}
.contactusdiyou .dytimer{    float: right; width: 160px; height: 40px; padding: 16px 0px 15px 0px; /* background: #007b77; */ margin: 20px 0px 0px 0px;} .contactusdiyou .dytimer span{display:block; height:20px; line-height:20px; font-size:14px; color:#fff;} .diyou{_position: absolute; _bottom: auto;_margin-bottom:0px; z-index:99999999999; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} .diyoumask { position:fixed; left: 0; top: 0; z-index: 100000; width:100%; height:100%; opacity:0.3;filter:alpha(Opacity=30); background:#000; display:none;} .fn_cle:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } /***联系我们***/