@charset "utf-8";

body{ color:#333; font:12px "Microsoft yahei", arial; }
a { color:#333; text-decoration:none; }
a:hover { color:#0080e9; text-decoration:none; }


/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pointer {
	cursor:pointer;
}
.block1200 {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.blockk1200 {
	width:1200px;
	display: table;
	margin:0 auto;
}
.block1100 {
	width:1100px;
	overflow:hidden;
	margin:0 auto;
}
.block1000 {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}
.blockk1000 {
	width:1000px;
	display: table;
	margin:0 auto;
}
.block998 {
	width:998px;
	overflow:hidden;
	margin:0 auto;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.height100 {
	height:100%;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#warp {
	width:100%;
	overflow:hidden;
}

#header, #footer {
	width:100%;
	overflow:hidden;
}

/*头部开始*/
#header {
	
}
.top {
	width:100%;
	height:30px;
	background: #f0f0f0;
	font:normal 12px/30px "SimSun";
}
.top  strong {
    font-style: inherit;
    font-weight: inherit;
}
.huan{color: #858585; }
.top_list {
	height:100%;
}
.top_list span{
	padding: 0 5px;
	color: #858585; 
}
.top_list a:link, .top_list a:visited { color:#858585; }
.top_list a:hover { color:#0080e9; }
.zhuanye{
	width: 100%;
	height: 196px;
	overflow: hidden;
}
.logomain {
	overflow:hidden;
	margin-top: 45px;
}
.logo{
	width: 187px;
	height: 100px;
	text-align: center;
	margin: 0px 24px 0 -40px;
	/* background: #f0f0f0; */
}
/* .logo img{margin-top: 36px;} */
.logomain .logotext{
	letter-spacing: 2px;
}
.logomain .logotext p:first-child{
	font-weight: bold;
	font-size: 27px;
	line-height: 27px;
	color: #0080e9;
	padding: 20px 0 18px 0;
}
.logomain .logotext p:last-child{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #353535;
}
.toptelnum{
	overflow: hidden;
	margin-top: 52px;
}
.toptelnum img{ width:85px;
             height:85px;}
.dian{
	margin-right: 12px;
	text-align: right;
	letter-spacing: 2px;
}
.dian p:first-child{
	font-size: 14px;
	line-height: 14px;
	color: #393939;
	margin: 16px 0 18px;
}
.dian p:last-child{
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #393939;
}
/*导航栏*/
.navigation {
	height:60px;
	background: #0080e9;
	width: 100%;
	display: table;
}
.nav {
	text-align:center;
	overflow: hidden;
	font:normal 15px "Microsoft yahei";
}
.nav li {
	padding: 0 17.7px;
	height:60px;
	float:left;
	letter-spacing: 1px;
	line-height: 60px;
}
.nav li:hover{background: #76c616;}
.navigation li a:link, .navigation li a:visited { color:#fff; }

.nav .cur {background: #76c616;}
/*导航栏*/

/*banner开始*/
.banner{
	position: relative;
	height:500px; 
}
.banner .bd li,.banner .bd li a{
	display: block;
	height:500px;
}
.bantil{
	display: block; 
	width: 300px;
	position: absolute;
	bottom:20px;
	left: 50%;
	margin-left: -85px;
}
.bantil li{
	width:12px;
	height: 12px;
	background:#0080e9;
	border-radius: 50%;
	float: left;
	margin: 0 0 0 11px; 
	cursor:pointer;
}
.bantil li.cur{
	background:#76c616; 
}
.banner .prev,.banner .next{
	width: 38px;
	height: 68px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 246px;right: 0;
	background:url(/Images/next3.png) no-repeat 0 0;
	cursor:pointer;
}
.banner .prev{
	left: 0;
	background:url(/Images/prev3.png) no-repeat 0 0;
	cursor:pointer;
}

/*banner结束*/

/*banner下*/
.banner_hint {
	height:55px;
	font:normal 14px/55px "Microsoft yahei";
	background: #f8f8f8;
}
.banner_keywd strong{color:#5e5e5e;font-weight: bold;}
.banner_keywd a {
	margin:0 10px;
}
.banner_keywd a:link, .banner_keywd a:visited {  color:#909090;}
.banner_keywd a:hover { color:#0080e9; }
.banner_search {
	width:281px;
	height:30px;
	margin-top:13px;
	border: 1px solid #ededed;
	border-radius: 17px;
	background: #ffffff;
}
.banner_search .textInput {
	width:205px;
	height:30px;
	padding-left: 10px;
	line-height: 34px;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
}
.banner_search .submitInput {
	width:39px;
	height:34px;
	cursor:pointer;
	border-top-right-radius: 17px;
	border-bottom-right-radius: 17px;
	background:url(Img/Common/search.png) center no-repeat;
}
/*banner下*/
/*头部结束*/


/*底部开始*/
.foot11{
	width: 100%;
	background:#272727;
	overflow: hidden;
}

.foot_nav {
	height:60px;
	background:#272727;
	width: 100%;
}
.foot_nav a {
	padding: 0 22px;
	height:100%;
	display:inline-block;
	font:normal 14px/60px "Microsoft yahei";
}
.foot_nav a:link, .foot_nav a:visited { color:#ffffff; }
.foot_nav a:hover { text-decoration:underline; }
.footer_bottom{
	width: 100%;
	background: #202020;
	padding: 22px 0;
}
.dilogo{
	float: left;
	padding-top: 40px;
	padding-right: 105px;
	padding-left: 55px;
}
.di_text{
	float: left;
}
.di_text h2{
	color: #ffffff;
	padding: 13px 0 20px;
}
.di_text p{
	color: #d1d1d1;
	padding-bottom:10px;
}
.diul{
	float: right;
	overflow: hidden;
}
.diul li{
	float: left;
	margin-left: 70px;
	text-align: center;
	color: #d1d1d1;
}
.diul li img{
	display: block;
	padding-bottom: 10px;
}
/*底部结束*/