@charset "utf-8";
/* 全局公共样式的设定 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,img{margin:0;padding:0;border:0;}
body{background:url(../images/bg.jpg) repeat-x;color:#333; font-family:Arial, Helvetica, sans-serif; font-size:12px; min-width:980px;}
h1,h2,h3,h4,h5{font-family:Arial, Helvetica, sans-serif; font-weight:normal; }
ul{list-style-type:none; margin:0px; padding:0px;}
*{ margin:0; padding:0}
/* 默认全局样式超链接样式 */
a{color:#000000; text-decoration:none;}
a:hover{color:#f53b60; text-decoration:underline}
/*************************************************************
*************************开局公用CSS样式************************
**************************************************************/

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.clear{
	margin:0 auto; 
	height:0px; 
	font-size:1px; 
	clear:both; 
	line-height:0; 
	overflow:hidden;
}

img{
	border:none;
	padding:0px;
	margin:0px;
}
/* 解决图片和LI的高度空隙问题 */
img,li,input{vertical-align:top;}
input,button,select,textarea{
	outline:none;
}
textarea{
	resize:none;
}
.clearfix:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
form{
	 margin:0px;
	 padding:0px;
}
body{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑","宋体";
}

a{
	text-decoration:none;
}

 
 
/********图片动态加载start**********/
.scrollLoading{
	background:url(../images/loading.gif) center no-repeat;
}
/********图片动态加载end************/


/*******回到顶部start********/
#to_top{
	width:50px;
	height:80px;
	background:url(../images/to_top.png) 0px 0px no-repeat;
	position:fixed;
	bottom:10px;
	right:0px;
	z-index:99999999;
	cursor:pointer;
	display:none;
}
/*******回到顶部end*********/

 

	
	

/*******中部内容start*******/
#middle{
	width:980px;
	_padding-top:0px;
	margin:0px auto;
	_margin-top:0px;	
}

.middle2{
	width:100px;
	height:500px;
	border:1px solid red;
}

.middle3{
	height:900px;
	width:300px;
}


/*******中部内容end*******/


/********幻灯片start*********/
#scroll_picture{
	width:980px;
	height:410px;
	margin-top:30px;
	position: relative;
}
.coin-slider { 
   overflow: hidden; 
   zoom: 1;
   position: relative;
   width:980px;
   float:left;

}
.coin-slider a{
   text-decoration: none;
   outline: none;
   border: none;
}
.cs-buttons {
   font-size: 0px; 
   padding: 10px; 
   float: left; 
}
.cs-buttons a {
	margin-right: 10px;
	height: 12px;
	width: 12px;
	float: left;
	text-indent: -1000px;
	background:url(../images/prev_next.jpg) 0px -40px no-repeat;
}
.cs-active {
	background:url(../images/prev_next.jpg) -26px -40px no-repeat !important;
	color: #FFFFFF; 
}
.cs-title {
	width: 820px; 
	padding: 10px;
	background-color: #000000; 
	color: #FFFFFF; 
	font-size:14px;
}
#cs-prev-coin_slider{
	background:url(../images/prev_next.png) 0 0 no-repeat;
 
	 
	width:40px;
	height:40px;
	 
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	   z-index:3;
	   position:absolute;
	   left:0;
	   top:30%;
}
#cs-next-coin_slider {
	background:url(../images/prev_next.png) -40px 0px no-repeat;
	 
	 
	width:40px;
	height:40px;
	 
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	 z-index:2;
 position:absolute;
 right:0;
 top:30%;
}
/***********幻灯片end***********/
	
	
	
/**********服务支持start***********/
.service{
	margin-top:40px;
}

.service_title{
	width:980px;
	height:40px;
	background:url(../images/title_bg.gif) 0px -160px no-repeat;

}

.service_content{
	width:930px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#999999;
	line-height:24px;
	letter-spacing:2px;
	font-weight:bold;
	padding:20px 25px;
}

.service_content span{
    color:#656565;
	font-weight:normal;
}

.service_img{
	width:980px;
	overflow:hidden;
	height:317px;
}
/**********服务支持end*************/
	



/**********建站方案start***********/
.web{
	margin-top:60px;
}

.web_title{
	width:980px;
	height:40px;
	background:url(../images/title_bg.gif) 0px 0px no-repeat;

}

.web_content{
	width:930px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#373131;
	line-height:24px;
	letter-spacing:2px;
	font-weight:bold;
	padding:20px 25px;
}

.web_img{
	width:980px;
	overflow:hidden;
}

.show_web{
	padding-left:10px;
	width:460px;
	float:left;
	padding-right:10px;
	padding-top:25px;
}

.show_img{
	width:200px;
	overflow:hidden;
	float:right;
	margin-right:10px;
}

.show_img img{
	border:1px solid #ccc;
}

.show_web b{
	display:block;
	width:150px;
	height:30px;
	overflow:hidden;
	color:#299bd9;
	text-align:center;
	font-size:14px;
	letter-spacing:2px;
	line-height:30px;
}

.show_web b a{
	color:#373131;
}

.show_web b a:hover{
	color:#299bd9;
	text-decoration:underline;
}

.show_text{
	width:245px;
	min-height:150px;
	_height:150px;
	float:left;
}

.show_title{
	height:30px;
	font-size:18px;
	letter-spacing:2px;
	font-weight:bold;
	color:#299bd9;
}

.model_title{
	height:30px;
	font-size:16px;
	letter-spacing:2px;
	font-weight:bold;
	color:#299bd9;
	text-align:center;
	margin-top:20px;
}

.model_more{
     height:30px;
	 line-height:30px;
	 color:#7c7c7c;
	 text-align:right;
	 padding-right:20px;
	 font-size:14px;
}

.model_more a{
     color:#7c7c7c;
}

.model_more a:hover{
     color:#299bd9;
	 text-decoration:underline;
}

.show_content_text{
	font-size:14px;
	letter-spacing:1px;
	line-height:36px;
	color:#333;
}

.show_content_text a{
	color:#7c7c7c;
	
	cursor:pointer;
}

.show_content_text a:hover{
	color:#299bd9;
	text-decoration:underline;
}

.show_img2{
	width:192px;
	overflow:hidden;
	float:right;
}

.show_text2{
	width:245px;
	min-height:150px;
	_height:150px;
	float:left;
}
/**********建站方案end*************/
	
	
	
	
/**********关于我们start***********/
.about{
	margin-top:60px;
}
.about_title{
	width:980px;
	height:40px;
	background:url(../images/title_bg.gif) 0px -40px no-repeat;

}

.about_img{
	width:980px;
	overflow:hidden;
	height:224px;
}

.about_content{
	width:930px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#656565;
	line-height:24px;
	letter-spacing:2px;
	font-weight:normal;
	padding:20px 25px;
}

.about_content b{
    color:#373131;
}

/**********关于我们end*************/	


/**********空间维护start***********/


.space{
	margin-top:60px;
}
.space_title{
	width:980px;
	height:40px;
	background:url(../images/title_bg.gif) 0px -200px no-repeat;

}

.space_content{
	width:980px;
	font-family:"微软雅黑","宋体";
	border-bottom:1px dashed #299bd9;
	padding-bottom:20px;
}

.space_content b{
    color:#373131;
}

.space_img{
	width:500px;
	height:305px;
	overflow:hidden;
	float:left;
}

.space_text{
	width:480px;
	overflow:hidden;
	float:right;
}

.space_text h3{
	padding:0xp;
	margin:0px;
	text-align:center;
	letter-spacing:2px;
	font-size:20px;
	color:#299bd9;
	height:35px;
	line-height:35px;
	overflow:hidden;
}

.space_text_content{
	font-family:"微软雅黑","宋体";
	color:#373131;
	font-size:14px;
	line-height:25px;
	letter-spacing:1px;
	padding:10px;
}

.space_ul{
	width:460px;
	padding:10px;
	overflow:hidden;
}

.space_ul li{
	width:435px;
	height:25px;
	line-height:23px;
	font-size:14px;
	background:url(../images/close_bg.png) 0px -105px no-repeat;
	padding-left:25px;
	overflow:hidden;
	letter-spacing:1px;
}

.space_ul li a{
	color:#656565;
	cursor:pointer;
}

.space_ul li a:hover{
	color:#299bd9;
	text-decoration: underline;
}




.maintain_title{
	width:980px;
	height:40px;
	background:url(../images/title_bg.gif) 0px -200px no-repeat;

}

.maintain_img{
	width:500px;
	overflow:hidden;
	float:right;
}

.maintain_text{
	width:480px;
	height:305px;
	overflow:hidden;
	float:left;
}

.maintain_text h3{
	padding:0xp;
	margin:0px;
	text-align:center;
	letter-spacing:2px;
	font-size:20px;
	color:#299bd9;
	height:35px;
	line-height:35px;
	overflow:hidden;
}

.maintain_text_content{
	font-family:"微软雅黑","宋体";
	color:#373131;
	font-size:14px;
	line-height:25px;
	letter-spacing:1px;
	padding:10px;
}

.maintain_ul{
	width:460px;
	padding:10px;
	overflow:hidden;
}

.maintain_ul li{
	width:435px;
	height:25px;
	line-height:23px;
	font-size:14px;
	background:url(../images/close_bg.png) 0px -105px no-repeat;
	padding-left:25px;
	overflow:hidden;
	letter-spacing:1px;
}

.maintain_ul li a{
	color:#656565;
	cursor:pointer;
}

.maintain_ul li a:hover{
	color:#299bd9;
	text-decoration: underline;
}

.maintain_content{
	width:980px;
	font-family:"微软雅黑","宋体";
	padding-top:20px;
}
/**********空间维护end*************/	




/*************模板效果图start************/
#marquee{
    width:940px;
	height:240px;
	overflow:hidden;
	margin-left:20px;
}

#marquee ul li{
    float:left;
	width:320px;
	height:240px;
    padding-right:20px;
}

#marquee ul li img{
    display:block;
}
/*************模板效果图end************/




/**********案例展示start**********/
.case{
	margin-top:60px;
}

.case_title{
	width:980px;
	height:40px;
	background:url(../images/title_bg.gif) 0px -80px no-repeat;

}

.case_content{
	width:930px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#373131;
	line-height:24px;
	letter-spacing:2px;
	font-weight:bold;
	padding:20px 25px;
}

.case_scroll{
	width:960px;
	height:305px;
	margin-left:20px;
	overflow:hidden;
	position:relative;
}

#case_ul{
    width:9999px;
	height:275px;
	position:absolute;
	top:0px;
	left:0px;
}

#case_ul li{
	width:300px;
	height:275px;
	font-size:14px;
	color:#000;
	text-align:center;
	overflow:hidden;
	float:left;
	display:inline;
	margin-right:20px;
}

#case_ul li b{
	display:block;
	width:300px;
	height:40px;
	line-height:60px;
	overflow:hidden;
}



#case_ul a{
	color:#656565;
	cursor:pointer;
	font-size:15px;
	font-weight:normal;
}

#case_ul a:hover{
	color:#000;
	text-decoration:underline;
}

.imghover{
	width:300px;
	height:225px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../images/imghover.jpg) 0 0 no-repeat;
	cursor:pointer;
}

.case_a_img{
	width:300px;
	height:225px;
	overflow:hidden;
	position:relative;
	display:block;
}

#case_btn{
	height:35px;
	overflow:hidden;
	padding-right:20px;
	text-align:right;
	float:right;
	padding-top:360px;
}

#case_btn b{
	display:block;
	float:left;
	width:12px;
	height:12px;
	background:url(../images/prev_next.jpg) 0px -40px no-repeat;
	margin-right:20px;
	cursor:pointer;
	text-indent:9999px;
	overflow:hidden;
}

.cass_btn_b_hover{
	background:url(../images/prev_next.jpg) -26px -40px no-repeat !important;
}
/**********案例展示end************/
	


/**********联系我们start***********/
.contact{
	margin-top:50px;
	width:980px;
}

.contact_title{
	width:980px;
	height:40px;
	background:url(../images/title_bg.gif) 0px -120px no-repeat;

}

.contact_content{
	width:410px;
	float:left;
	padding-left:20px;
}

#dituContent{
	width:520px;
	height:355px;
	float:left;
	margin-left:20px;
	border:1px solid #ccc;
	margin-top:-30px;
}

.contact_address{
	margin-top:30px;
	line-height:24px;
	height:80px;
	overflow:hidden;
}

.contact_address b{
    font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
}

.contact_address span{
    color:#656565;
	letter-spacing:1px;

}

.contact_list{
	width:370px;
	padding-left:40px;
	height:32px;
	background-image:url(../images/contact_bg.jpg);
	background-repeat:no-repeat;
	line-height:30px;
	margin-bottom:20px;
	overflow:hidden;
	font-size:24px;
	color:#373131;
}

.contact_url{
	background-position:0px 0px;
	margin-top:20px;
}

.contact_tel{
	background-position:0px -68px;
}

.contact_qq{
	background-position:0px -34px;
	padding-top:5px;
	height:27px;
	color:#7C7C7C;
	font-weight:normal;
	font-size:12px;
	line-height:-10px;
}

.qq_list_img{
    background:url(../images/contact_bg.jpg) 0px -34px no-repeat;
    width:40px;
	height:32px;
	float:left;
}
	
.qq_list_ul{
    width:300px;
	float:left;
}

.qq_list_ul li{
    width:140px;
	height:27px;
	margin-right:10px;
	display:inline;
	float:left;
	overflow:hidden;
	margin-bottom:5px;
}

.qq_name{
    color:#656565;
    line-height:24px;
    width:55px;
	height:27px;
	overflow:hidden;
	float:left;
}
/**********联系我们end*************/
	








/*********ajax-start**********/
#black_window{
	background:#000;
	z-index:999999;
	position:absolute;
	top:0px;
	left:0px;
}

#window_text{
	z-index:9999999;
	background:#fff;
	width:700px;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
}

#close{
	float:right;
	width:120px;
	height:35px;
	overflow:hidden;
	cursor:pointer;
	background-image:url(../images/close_bg.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#close_title{
	float:left;
	width:580px;
	height:35px;
	background:#299bd9;
	background:url(../images/close_bg.png) 0px -70px no-repeat #299bd9;
}

#ajax_content{
	width:660px;
	height:515px;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#fff;
	border:1px solid #299bd9;
	border-top:none;
	padding:20px;
}
/*********ajax-end***********/



/***********ajax文本里面的内容start**********/
.ajax_class{
	width:644px;
	font-family:"微软雅黑","宋体";
}

.ajax_class_title{
	width:644px;
	font-size:18px;
	color:#333;
	letter-spacing:2px;
	font-weight:bold;
	height:30px;
	border-bottom:1px solid #ccc;
    margin:0px;
    padding:0px;	
}

.ajax_class_content{
	padding-top:10px;
	font-size:14px;
	font-family:"微软雅黑","宋体";
	line-height:24px;
	letter-spacing:2px;
}

.ajax_class_time{
	width:634px;
	color:#a5a5a5;
	font-size:14px;
	text-align:right;
	padding-right:10px;
	height:30px;
	overflow:hidden;
}
	
/***********ajax文本里面的内容end************/


/***************文章列表start***************/
.text_list{
	width:980px;
	margin-top:50px;
}

.text_list_ul{
	width:250px;
	float:left;
	margin:0px 0px 0px 70px;
	display:inline;
	overflow:hidden;
}

.text_list_ul li{
	font-size:14px;
	height:25px;
	width:225px;
	color:#373131;
	padding-left:25px;
	background:url(../images/close_bg.png) 0px -105px no-repeat;
	display:none;
	overflow:hidden;
}

.text_list_ul a{
	color:#373131;
	cursor:pointer;
}

.text_list_ul a:hover{
	color:#299bd9;
	text-decoration:underline;
}

.text_list_title{
	letter-spacing:3px;
	font-weight:bold;
	color:#299bd9 !important;
	font-size:18px !important;
	background:none !important;
	height:35px !important;
}

.text_list_img{
	width:980px;
	overflow:hidden;
	margin-top:30px;
	height:183px;
}

.text_list_more{
	background:none !important;
	color:#299bd9 !important;
	font-size:14px !important;
	cursor:pointer;
	width:85px !important;
	margin-left:20px;
	width:80px !important;
}

.text_list_more a{
	color:#299bd9;
}

.text_list_less{
	background:none !important;
	color:#299bd9 !important;
	font-size:14px !important;
	display:none;
	cursor:pointer;
	margin-left:20px;
	width:50px !important;
}

.text_list_less a{
	color:#299bd9;
}
/***************文章列表end****************/


/****************速成站展示start********************/
.kunimage{
	border:1px solid #d5d5d5;
	width:240px;
	height:240px;
	float:left;
	margin-left:55px;
	text-align:center;
}
.kunimage a{
	color: #333;
	font-family:Century Gothic,"微软雅黑","幼圆",Arial,Verdana;
}
.kunimage a:hover{
	color: #299bd9;
	text-decoration:underline;
}

/****************速成站展示start********************/
.kunimage{
	border:1px solid #d5d5d5;
	width:240px;
	height:240px;
	float:left;
	margin-left:55px;
	text-align:center;
}
.kunimage a{
	color: #333;
	font-family:Century Gothic,"微软雅黑","宋体",Arial,Verdana;
}
.kunimage a:hover{
	color: #299bd9;
	text-decoration:underline;
}

/****************速成站展示end********************/

/***************百度统计start*****************/
.baidu_a{
	width:70px;
	height:22px;
	position:absolute;
	top:0px;
	left:550px;
}

.baidu_a a{
   color:#4E2506;
}

.baidu_a a:hover{
   color:#4E2506;
   text-decoration:underline;
}
/***************百度统计end******************/





/*******************微信部分-start*********************/

*{ padding:0px; margin:0px;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
/*解决IE6下不兼容 position:fixed 的问题*/
#code,#code_hover,#gotop{ width:36px; height:48px; background:url(../images/icon.png) no-repeat; position:fixed; right:50px; cursor:pointer;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
#code{ background-position:-276px -258px; bottom:120px; _margin-bottom:120px;z-index:999;}
#code_hover{ background-position:-316px -258px; bottom:120px; _margin-bottom:120px;z-index:999;}
#gotop{ background-position:-276px -310px; bottom:67px; _margin-bottom:67px;z-index:999;} 

#code_img{ width:270px; height:355px; background:url(../images/icon.png) -4px -3px no-repeat; position:fixed; right:90px; bottom:67px; cursor:pointer; display:none;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:67px;z-index:9999;}
/*******************微信部分-start*********************/



/*** Content2 ***/
.part02{width:980px; margin-top:30px;}
.boxtit{ width:980px; height:370px; background:url(../images/title.png) no-repeat; margin-top:10px;}
.boxtit h2{ font:18px "黑体";   color:#efd17e; float:left; margin-left:25px; margin-top:10px;}
.part02 .Tp{ width:558px; float:right; color:#a76b47; margin-top:15px;}

.imgMore{float:right; margin-right: 5px;background:url(../images/more.jpg) no-repeat  0 10px; width:43px; height:35px; line-height:35px;}
.boxlistct{width:960px; margin:10px  auto;background:#FFF;BORDER:0px solid #DDD;height:290px; padding:0px 0 15px 0; _padding:0px 0 5px 0; LIST-STYLE-TYPE: none; clear:both;}
.boxlistct li{ width:304px; height:110px; float:left; margin:5px 5px 10px 5px;_margin:5px 5px 5px 5px;PADDING-TOP: 15px;  _PADDING-TOP: 5px;border-right:1px dotted #dddddd;}
.boxlistct IMG { PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FLOAT: left;   MARGIN-RIGHT: 8px; PADDING-TOP: 1px; WIDTH: 90px;  HEIGHT: 90px}
.boxlistct H3 { font-size:16px;font-weight:bold;PADDING-BOTTOM:10px}
.boxlistct H3 A {COLOR: #000}
.boxlistct P{PADDING-RIGHT: 2px; color:#999; LINE-HEIGHT: 24px; font-size:12px; }
.boxlistct P A{COLOR: #299bd9}
.boxlistct span{ width:304px;height:35px; font-size:12px;line-height:35px; clear:both;}
.boxlistct span A{COLOR: #299bd9;font-size:12px;}

.box_tit{ width:250px; height:38px; background:url(../images/tit_bg01.jpg) no-repeat; margin:0px auto; clear:both;}
.box_titbg2{ width:250px; height:38px; background:url(../images/tit_bg02.jpg) no-repeat; margin:0px auto; clear:both;}
.box_tit H3{ width:170px; height:38px; font-size:18px; font-weight: bold;  padding-left:25px; line-height:38px; color:#299bd9;	text-indent:-99999px; }

.paro01_l .boxlist {width:248px;height:400px; clear:both;margin:0px auto; border:0px solid #CCC; text-align:left; }
.paro01_l .boxlist li{ width:89px; height:66px; margin:7px 15px 7px 15px;  _margin:7px 10px 7px 10px;background:url(../images/listbg.jpg) no-repeat;  text-align:center; float:left;}
.paro01_l .boxlist .libg01{ background-position:0 -4px;}
.paro01_l .boxlist .libg02{ background-position:0 -79px;}
.paro01_l .boxlist .libg03{ background-position:0 -152px;}
.paro01_l .boxlist .libg04{ background-position:0 -225px;}
.paro01_l .boxlist .libg05{ background-position:0 -298px;}
.paro01_l .boxlist .libg06{ background-position:0 -374px;}
.paro01_l .boxlist .libg07{ background-position:0 -447px;}
.paro01_l .boxlist .libg08{ background-position:0 -520px;}
.paro01_l .boxlist .libg09{ background-position:0 -593px;}
.paro01_l .boxlist .libg10{ background-position:0 -666px;}

.paro01_l .boxlist A{ font-size:12px;color: #666666;display: block; width:87px; height:15px; padding-top:48px;  OVERFLOW: hidden;text-decoration: none;}
.paro01_l .boxlist li A:hover{font-size:12px;color: #187f27;display: block; width:87px;height:15px; padding-top:48px;  text-decoration: none;}

/*** Content ***/ 
#mainContent { height:2000px; margin-bottom:5px;}

#banner{ width:980px; height:297px; margin-bottom:10px; margin-top:10px;}
#banner li{height:297px;width:980px; list-style:none}
#banner #slider{width:980px;height:297px; }
#banner #nav1{position:relative; left:468px; top:260px;}
#banner #nav1 li{ background:url(../images/gayd.png); height:17px;width:17px;float:left;margin-left:17px;display:inline;}
#banner #nav1 li.nav2{ background:url(../images/redd.png)}

.paro01_l {width:250px; height:427px; }
.sidebarC{width:226px;}
.columnCenter h3{font:14px '宋体'; color:#000000; margin:10px 0px 0px 10px;}
.sidebarUL li{ width:88px; height:66px; float:left; position:relative; margin:10px 10px 0px 20px;_margin:10px 10px 0px 14px;}
.sidebarUL li p{ font:12px "宋体"; color:#666666; position:absolute; left:18px; bottom:5px;}

#paro01_c { width:460px; height:0px; margin-left:10px;_margin-left:10px; float:left;}/*因为是固定宽度，采用左右浮动方法可有效避免ie 3像素bug*/

#menutb{ width:460px;background:url(../images/titbg.jpg) no-repeat; }
#menutb LI {FLOAT: left; FONT: 14px/36px "Microsoft Yahei"; WIDTH: 186px;  LIST-STYLE-TYPE: none; HEIGHT: 37px; TEXT-ALIGN: center}
#menutb .now{BACKGROUND: url(../images/menu_bg_6.gif) no-repeat 0px 0px; WIDTH: 186px;HEIGHT: 37px; TEXT-ALIGN: center ;text-indent:-99999px; POSITION: relative; font-size:18px; font-weight: bold;   color:#299bd9; text-align:left; padding-left:30px;}
#menutb  .now A{ font-size:12px;color:#000; font-size:14px; font-weight:bold;}
#menutb  .now A:hover { font-size:12px;color:#ffff99; font-size:14px; font-weight:bold;}
#menutb .nowtou{  WIDTH: 164px;HEIGHT: 37px; TEXT-ALIGN: center;POSITION: relative}
.CTbox{ width:458px; border:0px solid #ccc; border-top:0px; height:400px; margin:0px auto; }
#menutb_CtB0{width:458px;}
#menutb_CtB1{width:458px;}

.domainShbox{ width:438px; margin:0 auto;}
 
.boxCT{padding-top:10px;}
.boxCT img{float:left; margin-left:10px;_display:inline;}
.boxCT dt{font:16px "宋体"; color:#cc0000; margin-left:210px;}
.boxCT dt a{font-size:16px; color:#C30;}
.boxCT dd{font:12px "宋体"; line-height:25px;text-indent: 2em; margin:5px 0px 0px 210px;}
.boxCT dd a{font-size:12px; color:#cc0000;}
.boxCTlist{ margin-left:10px;}
.boxCTlist li{width:203px;list-style-type:disc; float:left;_display:inline; margin:10px 10px 0px 10px;}
.boxCTlist li a{font-size:12px; color:#666;}
.domaintit{background:url(../images/domaintit.jpg) no-repeat center; width:435px; height:30px ; line-height:30px; clear:both; }
.domaintit h3{font-size:14px; font-weight:bold; padding-left:90px;}
.domaintit h3 font{color:#ff0000;font-size:14px;}
.domainlist {PADDING-RIGHT: 0px; PADDING-LEFT: 40px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px}
.domainlist DIV {font-size:12px; FLOAT: left; WIDTH: 75px; FONT-FAMILY: Arial; HEIGHT: 23px; TEXT-ALIGN: left}
.domainlist DIV.othe {FLOAT: left; WIDTH: 120px; LINE-HEIGHT: 23px; HEIGHT: 23px}
.paro01_r{ width:250px; height:440px; float:right;}

.adimg02{ width:250px; height:145px; margin-top:5px; margin-bottom:5px;}
.paro01_r ul{width:248px;clear:both;margin:0px auto; height:250px; border:0px solid #CCC; }
.paro01_r li{ width:104px; height:72px; float:left;  margin:10px 8px 0px 8px;  _ margin:10px 5px 0px 5px;}
.paro01_r .lip{height:22px;  background:url(../images/lxnavbt.jpg ) no-repeat;padding-top:50px; text-align:center;}
.paro01_r .lipbg01{ background-position:0px 0px}
.paro01_r .lipbg02{ background-position:0px -77px}
.paro01_r .lipbg03{ background-position:0px -156px}
.paro01_r.lipbg04{ background-position:0px -234px}
.paro01_r li a{ font-size:12px;font:12px "宋体"; color:#a54617;  bottom:5px;}
#teltxt{background:url(../images/phone.jpg) no-repeat; width:230px; height:17px; padding-top:28px}
#teltxt span{ font: bold 16px Arial, Helvetica, sans-serif; color:#cc0000;  margin-left:70px; }
#sidebarRight img{ margin-top:11px;}

.floatL{float:left;_display:inline;}
.floatR{ float:right;_display:inline;}




.in_banner.slide_left{position:absolute; left:-50px; top:260px;}
.in_banner.slide_right{position:absolute; right:-50px; top:260px;}

.in_banner{width:100%; height:612px;overflow:hidden; position:relative; margin-bottom:30px;}
.in_banner .slide_pic{width:1920px; height:612px; margin-left:-960px; position:relative; left:50%; top:0; ; overflow:hidden;}
.in_banner .slide_pic li{width:100%; height:612px; overflow:hidden; position:absolute; top:0; left:0;}
.in_banner .slide_pic li a{width:100%; height:100%; position:absolute; top:0; left:0; z-index:99;}
.in_banner .slide_left{position:absolute; left:-50px; top:260px; z-index:999;}
.in_banner .slide_right{position:absolute; right:-50px; top:260px; z-index:999;}
.poa{position:absolute;}
.opacity{filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
.banner1_img{top:196px; left:710px;}
.banner1_text{top:210px; left:468px;}
.banner1_btn{top:450px; left:470px;}
.banner2_img1{bottom:0; left:460px;}
.banner2_img2{top:118px; left:625px;}
.banner2_title{top:210px; left:938px; line-height:48px; font-weight:bold; font-size:36px; color:#fff;}
.banner2_text{padding:20px 0; font-size:14px; color:#fff; overflow:hidden;}
.banner2_text .p1,.banner2_text .p2{float:left; width:250px; line-height:24px;}
.banner2_text .icon{float:left; margin-right:20px; display:inline; overflow:hidden;}
.banner2_text .icon1{width:43px; height:28px; background:url(../images/banner2_icon1.png) no-repeat;}
.banner2_text .icon2{width:33px; height:32px; background:url(../images/banner2_icon2.png) no-repeat;}
.banner2_text .icon3{width:35px; height:27px; background:url(../images/banner2_icon3.png) no-repeat;}
.banner2_text .icon4{width:33px; height:38px; background:url(../images/banner2_icon4.png) no-repeat;}
.banner2_text .icon5{width:29px; height:29px; background:url(../images/banner2_icon5.png) no-repeat;}
.banner2_text .icon6{width:35px; height:27px; background:url(../images/banner2_icon6.png) no-repeat;}
.banner2_text1{top:340px; left:938px;}
.banner2_text2{top:410px; left:938px;}
.banner2_text3{top:470px; left:938px;}
.banner3_img{bottom:0; left:500px;}
.banner3_text{top:245px; right:468px;}
.banner3_btn{bottom:60px; right:468px;}
 
.banner4_title1{top:235px; left:960px;}
.banner4_title2{top:235px; left:1118px;}
.banner4_title3{top:235px; left:1280px;}
.banner4_text{top:328px; left:960px; line-height:24px; font-size:14px; color:#b0400e;}










