﻿@charset "utf-8";
/* 前台全站基础样式，包括clearfloat */
/*--------全站基础样式开始---------*/
body {
	margin:0 auto;
	font-size:14px;
	color:#333333;
	font-family:宋体;
	line-height:1.5;
	background-color:white;

}
ul, dl, dd, h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6{ font-family:"微软雅黑";}

ul {
	list-style:none;
}
img {
	border:0px;
}
a {
	color:#333333;
	text-decoration:none;
}
a::visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after{ clear:both;content:".";height: 0;display:block;font-size: 0;visibility: hidden; }
/*--------全站基础样式结束---------*/

/*-----首页，列表页，内容页，通用头部banner样式开始---*/
div.Header{width:100%;border-bottom:1px solid #E1E1E1;background:white;}


div.Top{height:30px;line-height:30px;width:100%;background:#f5f5f5;}
div.Top div.TopMain{width:970px;margin:0 auto;overflow:hidden;}

div.Top div.Topic{float:left;font-size:13px;}

div.Top div.Link{float:right;margin-right:10px;}
div.Top div.Link a{display:inline-block;padding:0 1px;font-size:13px;}
div.Top div.Weibo{float:right;margin-right:10px;padding-top:3px;}
div.Top div.Search{float:right;margin-top:3px;overflow:hidden;}
div.Top div.Search a{display:block;float:right;background: url(../images/Search.png) no-repeat #F2533B center center;width:21px;height:21px;cursor:pointer;border-radius:2px;}
div.Top div.Search a:hover{background-color:#F49182;}
div.Top div.Search input{display:block;float:left;margin-right:5px;width:165px;height:17px;line-height:17px;}




.bannerout{
height:157px;
width:100%;
background:url(../images/pinkbanner_bg01.jpg) repeat-x;
}/*背景渐变*/
/*------白色条开始------*/
.whitelineback{
	width:100%;
	height:28px;
	background:white;
	border-bottom:2px solid #e0e0e0;
	}
.pinkbannertop{
	width:975px;
	height:28px;
	color:#949494;
	margin:0 auto;
	line-height:28px;
	font-size:12px;
	}/*banner上方白条*/
	
.greylink{
	float:right;
	margin-right:15px;
	}/*浅灰色链接文字样式*/
.greylink a{
	color:#949494;
	}
.greylink a:hover{
	color:#ff6600;
	}
/*------白色条结束------*/
.pinkbanner{
	width:968px;
	height:157px;
	margin:0 auto;
	}/*头部banner样式*/
/*-----首页，列表页，内容页，通用头部banner样式结束---*/

/* 首页，列表页，内容页，通用头部菜单和搜索样式 */

.sitemenuback{
width:100%;
height:33px;
background-repeat:repeat-x;
}/*头部菜单背景灰色*/
/*--------头部菜单menu部分开始--------*/
.menu{	width:966px;
background-image:url(../images/menugreyback.jpg);
	height:33px;
		margin:0 auto;
	}/*菜单左边内部间距*/
.menu ul {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-family:宋体;
	line-height:33px;
	}/*菜单按钮基本样式*/
.menu li {
	float:left;
	width:107px;
	}/*保证ie6效果*/
.menuselect a {
    float: left;
    width: 107.5px;
    height: 33px;
    color: white;
    background-image: url(../images/menuhoverback.jpg);
    background-repeat: repeat-x;
}/*按钮选中样式*/
.menunone a {
    float: left;
    width: 107.5px;
    height: 33px;
    color: #0763ac;
}/*按钮普通样式*/
    .menunone a:hover {
        width: 107.5px;
        height: 33px;
        color: white;
        background-image: url(../images/menuhoverback.jpg);
        background-repeat: repeat-x;
    }/*按钮鼠标经过样式*/
/*--------头部菜单menu部分结束--------*/
/*--------头部菜单搜索部分开始--------*/
.search{
	float:right;
	width:270px;
	height:33px;
	}/*搜索总框*/
.searchleft{
	float:left; 
	padding-top:3px; 
	padding-right:5px;
	}/*输入框外框位置*/
.searchinput{
	width:203px; 
	height:22px; 
	border:1px solid #949494; 
	outline:none;
	}/*输入框样式*/
.searchbotton a{
	float:left;
	width:50px;
	height:33px;
	background-image:url(../images/searchbotton.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	color:white;
	font-family:宋体;
	text-align:center;
	line-height:33px;
	}/*搜索按钮普通样式*/
.searchbotton a:hover{
	width:50px;
	height:33px;
	background-image:url(../images/searchbottonhover.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	color:#ff6600;
	font-family:宋体;
	}/*搜索按钮鼠标经过样式*/
/*--------头部菜单搜索部分结束--------*/

/* 底部部分样式 */
/*-----底部部分开始-----*/
.footer{
	width:100%;
	height:180px;
	background:#d5e6d3;
	background-repeat:repeat-x;
	margin:0 auto;
	}
.beian {
    float: left;height: 20px;line-height: 20px;margin: 0px 0px 0px 5px;
}
.friendlylink{
	width:990px;
	height:30px;
	margin:0 auto;
	line-height:30px;
	}
.friendlylink li{
	float:left;
	padding-left:10px;
	font-size:12px;
	}
.aboutus{
	padding-top:15px;
	width:990px;
	margin:0 auto;
	line-height:33px;
	text-align:center;
	margin-top:20px; 
	font-size:12px;
	}
.orangelink {
	color:#ea5239;
	}
.orangelink a{
	color:#ea5239;
	}
/*-----底部部分结束-----*/
/*首页大广告位开始*/
.greeting{
	width:968px;
	margin:0 auto;
	}
/*首页打广告位结束*/