/* 全局基本样式及公共页头页脚样式 
www.yzhost.com
 */


/* 目录 */
@CHARSET "UTF-8";	
/* 全局样式**************************************/
body {
	color:#333;
	line-height:1.5em;
	font-family:'Microsoft YaHei',SimSun,tahoma,sans-serif;
	font-size:14px;
	background: #fff; 
	margin:0 auto;
	text-align:center;
	}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,label,em,strong,sub,sup,tt
pre,code,form,fieldset,legend,input,button,caption,tbody,tfoot,thead,tr,
textarea,p,blockquote,table,th,td,img,a { 
	margin:0; 
	padding:0; 
	border:none;
	}
ul{
	float:none;
	}
ul,li,dl { 
	list-style:none;
	}	
	
input,select,textarea{ 
	vertical-align:middle;
	}

a{
	text-decoration:none; 
	color:#333;
	}

a:hover {
	color:#ff5e00;
	}

#container {
	clear:both;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	}
	
table { 
	margin:0 auto;
	}	


.inputbox {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#ccc;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	border-left-color:#ccc;
	height:16px;
	color:#666;
}
.inputbox_textarea {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#999;
	border-right-color:#f1f1f1;
	border-bottom-color:#f1f1f1;
	border-left-color:#CCC;
	color:#666;
}
.inputbox:hover {
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-top-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-top-color:#ccc;
	border-right-color:#ccc;
	border-bottom-color:#ccc;
	border-left-color:#ccc;
	height:16px;
	color:#666;
}	
.button{
	width:75px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#5F666F;
	background:url(../images/smbt1.gif) no-repeat;border:0;
}	
/*媒介查询*/
@media screen and (min-width:1000px){
	#EdwardYang{ width:1000px;}
	.list{ width:1000px;}
	.subMenu{ width:1000px;}
	.panel{ width:1000px;}
	}

@media screen and (min-width:1200px){
	#EdwardYang{ width:1200px;}
	.list{ width:1200px;}
	.subMenu{ width:1200px;}
	.panel{ width:1200px;}
	}
/*媒介查询结束*/
/* 初始化样式结束*************************************/
	
/* 头部 */	
#header {
	width: 100%; 
	height:100px;
	}
/*顶部导航*/
.pc_100{
	width:100%;	
}
#top_nav{
	height:30px; 
	border-top:1px solid #38B6E8; 
	border-bottom:1px solid #EDEEF0;
	margin-top:0px;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
#EdwardYang {
	margin:auto;
}
.top_nav_center .top_left a{
	display:block;
	height:30px;
	width:105px;
	line-height:30px;
	text-align:center;
	color:#333;
	
}
.top_nav_center .top_left a:hover{
	background:#EDEEF0;
	color:#197ab1;
	text-decoration:none;	
}
/*登陆框*/
#EdwardYang .top_right{
	height:30px;
	float:right;
	display:inline;
	float:right;	
}
#EdwardYang .top_right .xtz{
	float:right;
	display:block;
	height:30px;
	padding:0px 10px;
	line-height:30px;
	text-align:center;
	color:#333;
}
#EdwardYang .top_right .xtz a{
	float:right;
	display:block;
	padding:0px 10px;
	line-height:30px;
	text-align:center;
	color:#333;
}


.top_right .xtz a:hover,.top_right .xtx a:hover{
	background:#EDEEF0;
	color:#197ab1;
	text-decoration:none;	
}
	
//* 导航样式 */		
.nav{
	width:100%;
	height:68px;
	background:#fff;
	
}

.nav a {
	padding:0;
	font-weight:normal;
	line-height:2;
}	

.nav a:hover{
	color:#fff !important;
	text-decoration:none;
	font-weight:normal;
}
.list {
	position:relative;
	height:68px;
	margin:0 auto;
	}
	
#logo{
	text-align:left;
	text-indent:13px;
	width:23.3333%;
	float:left;
	display:block;
	margin-top:12px;
}	

#navfouce {
	width:76.6666%;
	height:68px;
	float:right;
	display:block;
	}

#navfouce li {
	width:11.1111%;
	height:68px;
	text-align:center;
	float:left; 
	display:inline;
	}

#navfouce a {
	color:#333;
	line-height:68px;
	display: block;
	}

#navfouce a:hover {
	height:68px;
	color:#fff;
	display:block;
	background-color: #1689C8;
}

#navfouce a:hover,  #navfouce .now{
	background:#1689C8;
	color:#fff;
}
/* 二级导航样式 */

.box {
	width:100%;
	position:absolute;
	left:0;
	top:100px;
	z-index:99;
	background:#fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1689C8;

}
.subMenu {
	border:0;
	overflow:hidden;
	font-size:12px;
	margin:0 auto;
	zoom:1;
	}

.subMenuLeft,.subMenuMiddle,.subMenuRight {
	float:left;
	padding:0 15px;
	margin:10px 0;
	text-align:left;
	}
		
.subMenuLeft {
	width:195px;
	border-left:1px dashed #999;
}	
.subMenuMiddle{
	width:203px;
}		
.subMenuLeft,.subMenuMiddle {
	border-right:1px dashed #999;
	
	}	

.subMenu h6 {
	color:#ff5e00;
	font-size:16px;
	line-height:1.5;
	}

.subMenuLeft dl, .subMenuMiddle dl {
	overflow:hidden;
	zoom:1;
	width:226px;
	padding-bottom:5px;
	}
	
.subMenuBox dt {
	color:#1689C8;
	font-size:16px !important;
	line-height:2;
	}	
	
.subMenuBox dd a{
	color:#333;
}	

.subMenuBox dd a:hover{
	color:#1689C8 !important;
}
	
.subMenuLeft dd {
	width:113px;
	float:left;
	line-height:2;
	}
	
.SubMenuRight ul{
	line-height:.5;
}
.SubMenuRight ul li {
	display:block;
	width:190px;
	height:80px;
	float:none;
	margin:0 10px 5px 0;
}
.SubMenuRight ul li img {
	display:inline-block;
}

.advimg { 
	margin-top:5px;
}




/* 域名二级导航样式 */

.SubMenu_Domain .subMenuBox {
	padding-left:20%;
}

/* 虚拟主机二级导航样式 */	
.SubMenu_Host .subMenuBox {
	padding-left:25%;
	}
.SubMenu_Host .suMenuLeft{
	height:auto;
}	
.SubMenu_Host .subMenuMiddle {
	height:auto;
}	


/* 云主机二级导航样式 */	
.SubMenu_Cloud .subMenuBox {
	padding-left:35%;
	_padding-left:30%;
}
.SubMenu_Cloud .subMenuLeft, .SubMenu_Cloud .subMenuMiddle{
	height:auto;
}
			
/* 企业邮箱二级导航样式 */	
.SubMenu_Email .subMenuBox {
	padding-left:30%;
	_padding-left:25%;
	}
.SubMenu_Email .subMenuMiddle {
	height:170px;
	}	

/* 网站建设二级导航样式 */	
.SubMenu_site .subMenuBox {
	padding-left:52%;
	}
.SubMenu_site .subMenuMiddle{
	height:auto;
}
	
/* 智能建站二级导航样式 */	
.SubMenu_Auto .subMenuBox {
	padding-left:50%;
	}
.SubMenu_Auto .subMenuLeft {
	height:auto;
}
.SubMenu_Auto .subMenuMiddle{
	height:auto;
}
	
/* 400电话二级导航样式 */	

.SubMenu_400 .subMenuBox {
	padding-left:65%;
	}
	
.SubMenu_400 .subMenuLeft{
	width:150px;
	height:156px;
}

/* 代理加盟二级导航样式 */	

.SubMenu_Agent .subMenuBox {
	float:right;
	padding-right:10%;
	}		
	
.SubMenu_Agent .subMenuLeft{
	width:215px;
}
	
/* 租用托管二级导航样式 */	

.SubMenu_IDC .subMenuBox {
	float:right;
	padding-right:5%;
	}			
.SubMenu_IDC .subMenuLeft {
	width:175px;
}
.SubMenu_IDC .subMenuMiddle{
	width:203px;
}
.SubMenu_IDC .subMenuMiddle dd {
	width:113px;
	float:left;
}
/* 增殖服务二级导航样式 */	

.SubMenu_Sms .subMenuBox {
	float:right;
}

.SubMenu_Sms .subMenuLeft{
	width:135px;
}
.SubMenu_Sms .subMenuLeft dd{
	width:135px;
}

.SubMenu_Sms .subMenuRight{
	width:274px;	
}

.SubMenu_Sms .subMenuRight dd{
	width:135px;
	_width:129px;
	float:left;
}
/* 头部结束 */

/*滚动图*/

.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
    height:300px; 
	font-size: 18px;
	line-height: 24px;

	text-align: center;

	color: rgba(255,255,255,.6);

	background: #f6f6f6;
}
	.banner ul {
		list-style: none;
		width: 300%;
	}
	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		min-height: 300px;
		height:300px;
		 background-repeat:no-repeat; background-position:center 0; cursor:pointer;
		border:0;	
	}

	.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 100%;
	}
		.banner .dots li {
			display: inline-block;
			*display: inline;
			zoom: 1;
			font-size: 0;
			width: 12px;
			height: 12px;
			line-height: 12px;
			margin: 0 4px;
			color:#fff;
			text-indent: -999em;
			*text-indent: 0;
			background:url(../images/slider_nav_button.png) no-repeat;

			cursor: pointer;

			-webkit-transition: background .5s;
			-moz-transition: background .5s;
			transition: background .5s;
		}
			.banner .dots li.active {
				background:url(../images/slider_nav_button.png) 0 -12px no-repeat;
	
			}

	.banner .arrows {
		position: absolute;
		bottom: 20px;
		right: 20px;
		color: #fff;
	}
		.banner .arrow {
			display: inline;
			padding-left: 10px;
			cursor: pointer;
		}

/*滚动图 end*/

/***底部导航***/
.DownBlueLine {
	height:2px;
	margin:auto;
	background:#09F;
	margin-top:5px;
}
.DowndustLine {
	height:2px;
	margin:auto;
	background:#E2E2E2;
}
.DownContBox {
	overflow:hidden;
	margin:auto;
	margin-top:1px;
	padding:6px 0px 6px 0px;
}
.DownContBox .BottomLink {
	margin:auto;
	height:23px;
}
.DownContBox .BottomLink ul li {
	float:left;
	background:url(../images/top_arrow.gif) no-repeat 0px 3px;
	margin-left:10px;
	padding-left:17px;
}
.DownContBox ul li a {
	font-weight:bold;
}
.DownContBox #BottomCont {
	margin:auto;
	margin-left:17px;
	width:505px;
}
.DownContBox #BottomContRight {
	float:right;
	width:410px;
	margin-top:10px;
}
.redColor {
	font-weight:bold;
	color:#F30;
}
.DownContBox #BottomContRight #idclogos {
	margin-top:5px;
}

.friendLink {
	TEXT-ALIGN:center;
	PADDING-BOTTOM:0px;
	PADDING-LEFT:0px;
	PADDING-RIGHT:0px;
	PADDING-TOP:2px
}
/***底部导航结束***/
/*客服*/
.cleft_b{
position:fixed;top:30%;left:-128px;z-index:99999;}
.cleft_b1{
position:fixed;top:30%;}
}
.cleft_box{
margin: 0px;
padding: 0px;
overflow: hidden;
width:166px;
}

.cleft_box_content {
margin:0px;
padding:0px;
width: 128px;
overflow: hidden;
float:left;
background:none;
}

.cleft_box_content .serverlistkf ul li {
padding-top:5px;
text-align:center;
line-height:180%;
margin:0px auto;
}


 .cfooter a {display:block;width:128px;height:22px;}
 .cfooter {width:128px;height:22px;background:url(../images/leftbt.png) left top no-repeat;}

  .cleft_box_content .serverlistkf {
text-align:center;
width:128px;
background: url(../images/leftcontentbg.png) repeat-y;
}
.cleft_box_content .serverlistkf ul {
width:118px;
list-style: none;
margin:0px 5px;
padding:5px 0px 10px 0px;
}
.cleft_box_content .cheader {
margin:0 auto;
padding-left:20px;
height:30px;
background: url(../images/leftbg.png) left top no-repeat;
overflow:hidden;
width: 128px;
}


.cheader .ctitle{
margin:0 auto;
width:128px;
height:31px;
line-height:31px;
}
/*客服结束*/


/* 公共页头样式 */


#toppanel {
	width:100%;
	height: 30px;
	background:#333;
	font-size:12px;
	border-bottom:2px solid #ff9640;
	}

.panel {
	width:100%;
	min-width:1000px;
	max-width:1200px;
	_width:1000px;
	margin:0 auto;
	line-height: 30px;
	}

.panel input { 
	width:76px;
	_height:18px;
	display: inline;
	float:left;
	font-size:12px;
	color:#fff; 
	cursor:pointer; 
	font-family:'Microsoft YaHei';
	text-align:left;
	padding-left:28px; 
	margin:6px 22px 0 0;
	border:0;
	}

#login,#landed { 
	background:url(../images/user.png) 0 -18px no-repeat; 
	}

#landed {
	background-position:0 0px;
	margin-left:12px;
	}

.panel a {
	margin:0 15px;
	float:right;
	display: inline;
	color:#999;
	font-family:'Microsoft YaHei';
	}

.panel a:hover {
	text-decoration:underline;
	}

.Q_pic1,.Q_sign1{background:url(../images/qq.png) no-repeat;}
.sign,.signa,.signb,.signc,.signd,.signe,.signf,.signg,.signh,.signi,.signj,.signq{background:url(../images/qq.png) no-repeat;display:block;}
.signi{background-position:-203px -484px;width: 10px;height: 30px;float:right;margin: 3px 10px 0 3px;}
.signj{background-position:-233px -478px;width: 10px;height: 30px;float:right;margin:0 5px 0 3px;}
.QQ_S{width:90px;height: 172px;position:fixed;right: 10px;top: 40%; z-index:99999;}
.Q_top{width:100%;background:#E6E6E6;height:30px;line-height:30px;text-align: right;cursor:pointer;}
.Q_botm{width: 84px;border: 3px solid #E6E6E6;}
.Q_pic,.Q_anser,.Q_sign{width:100%;height: 45px;border-bottom:2px solid #E6E6E6;background: url(../images/qq.png) no-repeat;position:relative;overflow:hidden;color: white;text-align:center;cursor:pointer;background-color:white;}
.Q_pic{background-position:20px -458px;}
.Q_anser{background-position:-242px -384px;}
.Q_sign{background-position:-241px -434px;}	
.Q_anser_hide,.Q_pic_hide,.Q_sign_hide{width:100%;height:100%;position:absolute;background:#FE9B1D;left: -84px;-webkit-transition:left ease-in-out .3s;-moz-transition:left ease-in-out .3s;transition:left ease-in-out .3s;}	
.hide_pic,.hide_pic1,.hide_pic2{width:100%;height: 26px;background: url(../images/qq.png) no-repeat;display:block;}
.hide_pic{background-position:-242px -348px;}
.hide_pic1{background-position:-100px -467px;}
.hide_pic2{background-position:-243px -479px;}
.Q_pic:hover .Q_pic_hide,.Q_anser:hover .Q_anser_hide,.Q_sign:hover .Q_sign_hide,.Q_pic1:hover .Q_pic1_hide,.Q_sign1:hover .Q_sign1_hide{left:0px;}
.Q_pic a, .Q_anser a,.Q_sign a,.Q_pic a:hover,.Q_anser a:hover,.Q_sign a:hover,.Q_pic1 a,.Q_pic1 a:hover,.Q_sign1 a,.Q_sign1 a:hover{color:white;}
a.blank{width:100%;height:100%;display:block;}
.QQ_S1{width:60px;height: 110px;position:fixed;right:10px;bottom:0;display:none;}
.Q_top1{width:100%;height:30px;background:#E6E6E6;line-height:30px;text-align:right;cursor:pointer;}
.Q_botm1{width:56px;border:2px solid #E6E6E6;height: 70px;}
.Q_pic1{border-bottom:2px solid #E6E6E6;width:100%;height:33px;background-position:-55px -465px;position:relative;overflow:hidden;color: white;text-align:center;line-height:33px;cursor:pointer;background-color:white;}
.Q_sign1{width:100%;height:33px;width:100%;line-height:33px; height: 35px;background-position:-255px -437px;position:relative;overflow:hidden;color: white;text-align:center;cursor:pointer;background-color:white;}
.Q_pic1_hide,.Q_sign1_hide{width:100%;height:100%;position:absolute;background:#FE9B1D;left: -56px;-webkit-transition:left ease-in-out .3s;-moz-transition:left ease-in-out .3s;transition:left ease-in-out .3s;cursor:pointer;}
.Q_sign1_hide a{font-size:12px;}
