/* 
 * 网站前台样式表
 */
*{
	margin: 0;
	padding: 0;
}
body {
	color: #666666;
	font-size: 12px;
	font-family: 宋体,Arial, Verdana, Geneva, sans-serif;
	line-height: 24px;
	background-color: #fff;
}
a {
	color: #000000;
}
ul,li{
	list-style: none;
}
/* 顶部导航条样式表 */
 .container {
	padding-left: 0px;
	padding-right: 0px;
	width: 100% !important;
} 
#nav {
	height: 114px;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background: url(../pic/nav.jpg) repeat;
}
#header {
	width: 1000px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	z-index: 99;
}
.search {
	height: 30px;
	width: 226px;
	position: absolute;
	right: 0px;
	top: 45px;
	background: url("../pic/search.jpg") no-repeat;
}
.search input {
	border: 0px;
	background: none;
	width: 155px;
	color: #54585a;
}
.search .keywords {
	width: 190px;
	height: 30px;
	line-height: 30px;
	margin-left: 35px;
}
.search .keywords .btnn {
	border: 0px;
	background: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	padding: 0px;
	margin-left: -4px;
	color: #FFF;
	text-indent: -99px;
}
#menu {
	height: 34px;
	margin: 0 auto;
	padding-left: 0px;
	width: 1000px;
	position: relative;
}
#menu ul{
	width: 1000px;
	list-style: none;
	margin: 0;
}
#menu li{
	list-style: none;
	float: left;
	text-align: center;
	position: relative;
	z-index: 19;
}
#menu li a {
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	font-family: "微软雅黑";
	text-decoration: none;
}
/* 页面底部样式 */
#footer_bg {
	clear: both;
	width: 100%;
	height: 320px;
	margin: 1px 0px 0px;
	background: #004b92;
	border-top: 0px solid #e4e4e4;
}
.footer {
	width: 1000px;
	height: 255px;
	color: #fff;
	margin: 0 auto;
	padding: 15px 17px 0px 17px;
	text-align: center;
	background: url(../pic/footer_bg.jpg) no-repeat top center;
}
.footer a,.footer1 a {
	display: inline;
	text-decoration: none;
    color: #fff;
}
.footer1 {
	width: 1000px;
	height: auto;
	color: #fff;
	margin: 0 auto;
	padding: 5px 17px 0px 17px;
	text-align: center;
	border-top: 1px solid #fff;
}
/* 首页样式表 */
/*使幻灯片图片居中*/
.item img {
	margin: 0 auto;
}
.index {
	width: 1000px;
	margin: 0 auto;
	padding-top: auto;
	padding: 20px 0px 0px;
	overflow: hidden;
}
.index_u_l {
	width: 700px;
	height: 210px;
	float: left;
}
.loop {
	display: inline;
}
.loop img {
	width: 230px;
	height: 165px;
}
.index_u_r {
	width: 290px;
	height: 210px;
	float: right;
	margin: 0 5px;
}
.index_d_l {
	width: 340px;
	height: 180px;
	float: left;
	margin: 20px 5px;
}
.index_d_r {
	width: 290px;
	height: 180px;
	float: left;
	margin: 20px 5px;
}
.index_li {
	padding: 5px 10px;
	height: 35px;
}
.index_li a {
	width: 100%;
	background: url(../pic/index_title.gif) 0 50% no-repeat;
	float: left;
}
.index_li span {
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*首页友情链接样式*/
.flink {
	width: 1000px;
	margin: 5px auto;
	padding-top: auto;
	padding: 0px;
	overflow: hidden;
	border: 1px solid #DCDCDC;
}
.flink a:hover,a:visited,a:active {
	text-decoration: none;
}
/* 列表页样式表 */
/*图片样式*/
#listpic {
	clear: both;
	/*width: 100%;*/
	height: 230px;
	margin: 0px auto;
	padding-bottom: 0px;
	overflow: hidden;
	text-align: center;
	display: block;
}
#listpic img {
	margin: 0px auto;
}
/*内容区样式*/
#list_news {
	width: 1001px;
	margin: 0 auto;
	padding: 17px 0px 0px;
}
/*左侧导航区样式*/
#list_news .left {
	width: 243px;
	height: auto;
	float: left;
	margin: 0px 0px 20px 0px;
	position: relative;
	z-index: 0;
	background: #FFF;
	border: 1px solid #DCDCDC;
	padding-bottom: 20px;
}
#list_news .left h3{
	font-family: "微软雅黑";
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 34px;
	margin: 0;
	padding-top: 0px;
	line-height: 34px;
	padding-left: 20px;
	overflow: hidden;
	background: url(../pic/list_news_left_title.jpg) no-repeat;
}
#list_news .left h3 .titleCN a {
	line-height: 15px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
#list_news .left h3 .titleEN {
	font-size: 13px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.menu_list {
	padding: 5px 0px 100px;
	width: auto;
	height: 100%;
	z-index: 0;
	min-height: 200px;
}
#list_news .left ul {
	width: 220px;
	margin: 0 auto;
}
#list_news .left ul li a {
    display: block;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    padding-left: 50px;
    text-align: left;
    font-weight: normal;
    margin: 5px 0px 0px;
    background: url(../pic/list_news_left_a.jpg) no-repeat left center;
    width: auto;
    position: relative;
    z-index: 120;
    text-decoration: none;
}
/*右侧列表区样式表*/
#list_news .right {
	float: right;
	width: 706px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	margin: 0px 0px 20px 0px;
	padding: 12px 12px 0px 12px;
	display: inline;
}
#list_news .right_title {
	line-height: 36px;
	height: 36px;
	padding-left: 0px;
	background: url(../pic/list_news_right_title.jpg) no-repeat;
}
#list_news .right_title2 {
	line-height: 36px;
	height: 36px;
	padding-left: 0px;
	background: url(../pic/list_news_right_title2.jpg) no-repeat;
}
#list_news .right_title h2 {
	line-height: 30px;
	color: #ec7824;
	font-size: 16px;
	font-weight: bold;
	width: auto;
	overflow: hidden;
	padding: 0px 0px 0px 5px;
	margin: 0;
	font-family: "微软雅黑";
}
#list_news .right_title2 h2 {
	line-height: 30px;
	color: #ec7824;
	font-size: 16px;
	font-weight: bold;
	width: auto;
	overflow: hidden;
	padding: 0px 0px 0px 5px;
	margin: 0;
	font-family: "微软雅黑";
}
#list_news .right_title .location{
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 0px;
	width: auto;
	text-align: right;
	padding-right: 10px;
	font-family: "宋体";
}
#list_news .right_title2 .location{
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	overflow: hidden;
	padding-left: 15px;
	padding-top: 0px;
	width: auto;
	text-align: right;
	padding-right: 10px;
	font-family: "宋体";
}
#list_news .right_content {
	color: #333333;
	line-height: 28px;
	height: auto !important;
	min-height: 300px;
	padding-top: 20px;
}
/*文章记录列表样式*/
#list_news .news_title {
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
}
#list_news .news_title .title {
	float: left;
	width: 70%;
	padding-right: 15px;
	line-height: 35px;
	text-align: left;
	display: inline;
}
.news_title h3 {
	display: inline;
	float: left;
	color: #000;
	line-height: 35px;
	margin: 0;
	font-size: 12px;
	padding-left: 22px;
	background: url(../pic/arrow1.gif) 0 50% no-repeat;
}
.news_title a:hover {
	color: #F50C0C;
}
.news_title h3 span {
	width: 440px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#list_news .news_title .date {
	float: right;
	text-align: right;
	width: 20%;
	margin-right: 5px;
	line-height: 35px;
	display: inline;
}
/*业务记录列表样式*/
.business_range {
	width: 100%;
	height: 200px;
	padding: 10px 10px; 
	border: 1px dashed rgb(1, 75, 146);
}
.business_pic {
	width: 50%;
	height: 180px;

}
.business_title {
	width: 50%;
	height: 180px;
	float: right;
	overflow: hidden;
}
.business_title .cname {
	height: 30px;
	margin: 0 0 0 15px;
	background-color: rgba(192, 192, 192, 0.23);
}
.business_title .cname p {
	height: 20px;
	margin: 0;
	width: 98%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.business_title .scontent {
	margin: 15px 0 0 15px;
}
.business_title .title {
	float: left;
	width: 100%;
	padding-right: 15px;
	line-height: 30px;
	text-align: left;
	display: inline;
}
.business_title h3 {
	display: inline;
	float: left;
	color: #000;
	line-height: 30px;
	margin: 0;
	font-size: 12px;
	padding-left: 22px;
}
.business_title a:hover {
	color: #F50C0C;
}
.business_news {
	margin: 0 5px 20px 5px;
}
/*产品内容页样式*/
.up {
	height: 550px;
	padding: 0 15px;
}
/*产品相册的显示*/
#cppic {
	width:450px;
	height: 550px;
	float: left;
	position: relative;
	/*父元素必须定位，否则无法约束子元素*/
}
#cppic ul li {
	float: left;
}
/*相册大图*/
#cppic ul li .big img{
	width: 450px;
	height: 450px;
}
#cppic ul li .big{
	position: absolute;
	top: 10px;
	display: none;/*内部样式中隐藏大图所在div*/
}
/*小图设置*/
#cppic ul li .smallhover img{
	width: 70px;
	height: 70px;
    position: absolute;	
    top: 470px;	
    float: left;
    /*float: left;设置浮动，可使图片排成一列*/
}
#cppic ul li .smallhover{
	/*因为小照片放在span标签中，变成内联元素。设置display: block;将其转换为块级元素，才能设置图片外边距*/
	display: block;	
	margin-left: 23px;
	overflow: hidden;
}
/*实现效果，鼠标悬浮在小图片时，相应的大图片显示*/
#cppic ul li:hover .big{
	display: block;
}
/*产品图片右边区域*/
.cpinfo {
	width: 450px;
	height: 550px;
	float: left;
	margin: 0 0 0 45px;
	font-family: "Microsoft YaHei";
	font-size:16px;
}
.pleft {
	padding: 5px 0;	
	float: left;
	width: 20%;
}
.pright {
	padding: 5px 0;	
	float: left;
	width: 80%;
}
.pright a {
	color: blue;
}
.pright img {
	width: 360px;
	height: 200px;
}
.down {
	min-height: 550px;
	padding: 10px 15px;
}
.down ul li {
	width:200px;
	text-align:center;
	font-size:16px;
}
.down ul .one {
	padding-left:78px;
	width:278px;
}
.down .tab-content {
	padding: 10px 20px 0 20px;
}
/*内容页样式*/
#detail {
	width: 100%;
	height: auto !important;
	min-height: 350px;
}
#detail h2 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}
#detail .message {
	margin-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}
#detail span {
	/*margin: 0 5px;*/
}
#detail .content {
	clear: both;
	padding-top: 25px;
	line-height: 27px;
}
#page {
	height: 86px;
	padding: 10px 30px 0 30px;
	margin-bottom: 8px;
	background-color: #f0f0f0;
	font-weight: bolder;
}
#page a {
	color: #014b92;
}
.page-left {
	width:8%;
	float:left;
	height:76px;
	text-align: right;
}
.page-right {
	width:92%;
	float:right;
	height:76px;
}
.page-right p {
	display:inline-block;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	width:266px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*翻页符样式*/
.pagination_admin {
    margin: 0 0 5px 0;
    height: 30px;
    float: right;
}
.pagination_admin span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-right: 10px;
    line-height: 1.42857;
    color: #567AB7;
    text-decoration: none;
    background-color: #eee;
    border: 1px solid #DDD;
}
.pagination_admin a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-right: 10px;
    line-height: 1.42857;
    color: #337AB7;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #DDD;
}