
html,body,div,td,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;font-family:"微软雅黑","Times New Roman", Arial, tahoma, arial, \5b8b\4f53, sans-serif; font-size:12px;}

.clr{ margin:0px; padding:0px; border:0px; height:0px; clear:both;}

A{TEXT-DECORATION: none;}
A:link {color: #000000;}
A:visited {color: #000000}
A:active {color: #000000}
A:hover{COLOR: #FF6600; right: 0px; top: 1px}

TD
{
FONT-FAMILY: 宋体; FONT-SIZE: 9pt;
color: #000000;
line-height: 150%; 

}
Input
{
BACKGROUND-COLOR: #FFFDFB; 
BORDER-BOTTOM: #89a5e6 1px solid;
BORDER-LEFT: #89a5e6 1px solid;
BORDER-RIGHT: #89a5e6 1px solid;
BORDER-TOP: #89a5e6 1px solid;
COLOR: #205064;
border-color: #B2C2D7 #B2C2D7 #B2C2D7 #B2C2D7; font-size: 9pt;
}
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px; 

}
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;

}
#Menu A
{
font-size:13px;
TEXT-DECORATION: none;
color: #ffffff;
}

#Menu A:hover{color:#F8EF03;
}




/*头部CSS开始*/
div{ margin:0; font-size:12px;}
/*头部导航栏CSS开始*/
.sitenav {height:56px; margin:0; background-image:url(img/menu.gif); background-repeat:repeat-x; background-position:center;}
.sitenav .menu-main ul{ list-style-type:none; display:table; margin:auto; padding:0; text-align:center;}
.sitenav .menu-main li,.sitenav .menu-main a,.sitenav .menu-main li a span{float:left;cursor:pointer}
.sitenav .menu-main li{list-style:none; display:table; white-space:nowrap; word-break:keep; background:url(/img/m_li.gif) no-repeat right}
.sitenav .menu-main li.last-item{background:none;}
/* 下一行中的第五个参数padding:0 8px;中的8px为导航栏导航栏目与间隔图片间的距离 */
.sitenav .menu-main li a{display:block;height:56px;line-height:56px;color:#fff;padding:0 37px;white-space:nowrap;text-decoration:none; font-size:16px}
.sitenav .menu-main li a span{}
.sitenav .menu-main li a:hover,
.sitenav .menu-main li a:active,
.sitenav .menu-main li.open a{ background-color:#0097db;}
.sitenav .menu-main li a:hover span,
.sitenav .menu-main li a:active span,
.sitenav .menu-main li.open a span{}
/*头部导航栏CSS结束*/
/*头部CSS结束*/

.leftc {width:150px; height:10px; display:inline-block; background-image:url(img/left.gif); background-repeat:no-repeat; background-position:center; margin-right:20px; vertical-align:middle;}
.rightc{width:150px; height:10px; margin-left:20px; display:inline-block; background-image:url(img/right.gif); background-repeat:no-repeat; background-position:center; vertical-align:middle;}

.initc{ height:40px; line-height:40px; font-size:15px; text-align:left; padding-left:10px; cursor:pointer;}
.initc a{ color:#000000;}

.oinitc{ height:40px; line-height:40px; font-size:15px; text-align:left; padding-left:10px; cursor:pointer; background-color:#009AE6;}
.oinitc a{ color:#FFFFFF;}
.oinitc a:hover{ color:#FFFFFF;}


/*优势*/
.youshi{width:100%;height:800px;background:url(images/youshibg.jpg) no-repeat center;margin-top:50px; text-align:left;}
.youshin{width:1100px;margin:0 auto;height:800px;position:relative;}
.youshil{width:400px;height:300px; background:rgba(0,0,0,.6);margin:50px 75px;float:left;}
.youshil i{width:350px;height:100px;display: block;margin:10px auto;}
.youshil h4{width:400px;height:50px;text-align: center;font-size:18px;color:#fff;}
.youshil p{width:300px;height:120px;margin:0 auto;line-height:20px;font-size:13px;color:#fff;overflow: hidden;}
.youshi1 i{background:url(images/youshi1.png) no-repeat center;}
.youshi2 i{background:url(images/youshi2.png) no-repeat center;}
.youshi3 i{background:url(images/youshi3.png) no-repeat center;}
.youshi4 i{background:url(images/youshi4.png) no-repeat center;}



/*----------友情链接-----------*/
.link{width:1100px; margin:20px auto 0 auto;height:auto; border-radius:10px;padding:10px 0 30px 10px; text-align:left;}
.link h4{height:65px;background:url(Images/index.jpg) no-repeat left;font-size:20px;color:#fff;padding-left:16px;line-height:40px;}
.link p{height:auto;margin-top:10px; display:block;clear:both;}
.link p a{font-size:14px;line-height:30px;margin:20px;}



*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

