﻿.wrap{
	width:100%;
	min-width:1200px;
}
.header{
	width: 100%;
	min-width:1200px;
	background: rgba(255,255,255,1);
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);  
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.fixed{
	position: fixed;
	top: 0px;
	z-index:9999;
}
.top01-bg{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #e0e0e0;
}
.top01{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	color:#999;
}
.top{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	font-size:36px;
	height:133px;
	line-height:133px;
}

.nav-bg{
	width:100%;
	background:#0a5085;
	height:50px;
}
nav{
	width: 1200px;
	margin: 0 auto;
}
nav ul li{
	float: left; 
	position: relative; 
}
nav ul li:hover {
}
nav ul li:hover a {
	color: #fff;
	display: block;
	text-decoration: none;
}
nav ul li.active a{
	color: #fff;
	background: #3f9789;
}
nav ul li a{
	text-align: center; 
	line-height: 50px;
	width: 120px;
	display:block; 
	text-decoration:none; 
	color:#fff; 
	font-size: 14px;
}
nav ul li a:hover{
	background:#3f9789;
}
nav ul li ul{
	display: none;
}
nav ul li:hover ul{
	display: block; 
	position: absolute; 
	z-index: 999999;
	background: #454648;
	transition: all 0.5s;
}
nav ul li:hover ul li a{
	color:#999; 
	line-height: 40px;
	border-right-width: 0px;
	border-bottom: 1px solid #333;
	font-size: 14px;
	background: none;
}
nav ul li:hover ul li:last-child a{
	border-bottom-width: 0px;
}
nav ul li:hover ul li:hover a{
	color: #fff;
	background: #3f9789;
}
/*--End 导航样式------*/
.hotkey{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	height:56px;
}
.hotkey-word{
	width:790px;
	float:left;
	line-height:56px;
	color:#666;
}
.hotkey-search{
	width:200px;
	float:right;
	border-radius:13px;
	border:1px solid #333;
	background:#fff;
	height:24px;
	line-height:24px;
	margin-top:15px;
	padding:0 20px;
}
.top-search form input.txt{
	float:left;
	border:1px solid #ff0000;
}
.top-search form input.btn{
	float:left;
	background:url(../images/search-btn.jpg) no-repeat;
	width:22px;
	height:22px;
	border:0px;
	cursor:hand;
}
/*--start banner--*/
#full-screen-slider {
	width: 100%;
	height: 500px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 500px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li img{
	z-index:-9800;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: 30px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 50px;
	height: 6px;
	float: left;
	margin: 0 5px;
	background-color: #999;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: #3f9789;
}
/*--end banner--*/


.nbanner{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/ny-banner.jpg) no-repeat top center;
	height:300px;
}
.location-bg{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background:#f8f8f8;
	border-bottom:1px solid #eaeaea;
}
.location{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.location h2{
	line-height:50px;
}
.location h2 span{
	float:right;
	font-size:14px;
	color:#999;
}
.container{
	width:1200px;
	margin:20px auto;
	clear:both;
	overflow:hidden;
}
.nleft{
	width:250px;
	float:left;
}
.nright{
	width:940px;
	float:right;
}
.nright-location{
	border-bottom:1px solid #eaeaea;
	clear:both;
	overflow:hidden;
}
.ny-single{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.footer-bg{
	width:100%;
	background:#4c4c4c;
	border-top:4px solid #0a5085;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:10px 0px;
	color:#FFF;
}
.footer-bg a{
	color:#fff;
}
.footer-bg a:hover{
	color:#fff;
	text-decoration:underline;
}
.footer-nav{
	width:840px;
	margin:0 auto;
	padding:0 200px;
	clear:both;
	overflow:hidden;
	height:80px;
	line-height:80px;
	border-bottom:1px solid #707070;
}
.footer-nav ul li{
	float:left;
	color:#707070;
	padding:0 10px;
}
.footer-nav ul li a{
	font-size:14px;
	color:#FFF;
}
.footer-nav ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}
.footer-contact{
	width:320px;
	float:left;
	font-size:14px;
	line-height:36px;
}
.footer-list{
	width:650px;
	float:right;
}
.footer-list ul li{
	width:300px;
	line-height:32px;
	float:left;
}
.footer-list ul li.title{
	width:500px;
	font-size:24px;
	color:#FFF;
	border-left:3px solid #FFF;
	padding-left:10px;
	clear:both;
	overflow:hidden;
}
.footer-qrcode{
	float:left;
}
.footer-copyright{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#000000;
	color:#999;
	font-size:14px;
}
.footer-copyright a{
	color:#999;
}
.footer-copyright a:hover{
	color:#ccc;
	text-decoration:underline;
}





/*start分类列表及二级形式的样式*/
.nlist h2{
	color:#FFF;
	text-align:center;
	height:100px;
	line-height:100px;
	clear:both;
	overflow:hidden;
	background:#d20001;
}
.nlist ul{
	border:1px solid #eaeaea;
	background:#FFF;
	clear:both;
	overflow:hidden;
	padding:0 20px;
}
.nlist li{
	line-height:50px;
	height:50px;
	border-bottom:1px solid #eaeaea;
	font-size:16px;
	padding-left:30px;
	background:url(../images/pot-arrowr.png) no-repeat right;
	background-size:15px 15px;
}
.nlist li:last-child{
	border-bottom-width:0;
}
.nlist li span{float:right;}
.nlist li dl{margin:0;*margin:-14px 0 0 0;padding:0;}
.nlist li dl dt{line-height:30px;height:30px;border-bottom:1px dashed #ccc;}
.nlist b{font-family:"宋体";font-weight:normal;}

.nlists ul{margin:0;padding:0;list-style:none}
.nlists ul li{line-height:30px;height:30px;border-bottom:1px dashed #ccc;font-family:arial;}
.nlists ul li span{float:right;}
/*end分类列表及二级形式的样式*/

/*start 图片列表的样式*/
.piclist{
	clear:both;
	overflow:hidden;
}
.piclist ul li{
	float:left;
	padding:10px 10px;
}
/*end 图片列表的样式*/

/*start 新闻列表的样式--*/
.List{margin:0;padding:0;list-style:none;}
.List li{line-height:30px;height:30px;border-bottom:1px dashed #ccc;}
.List li span{float:right;color:#999;}
.List li b{font-family:"宋体";font-weight:normal;}
.newslist dl{
	border-bottom:1px solid #eaeaea;
	padding:10px 0px;
}
.newslist dl dt{
	font-size:16px;
}
.newslist dl dt a{
	color:#000;
}
.newslist dl dt a:hover{
	color:#d20001;
}
.newslist dl dd.riqi{
	color:#999;
	line-height:30px;
	background:url(../images/pot-time.png) no-repeat 0px 7px;
	background-size:15px 15px;
	padding-left:20px;
}
.newslist dl dd.txt{
	font-size:14px;
	color:#666;
}
/*end 新闻列表的样式--*/

/*--start 新闻详情的样式--*/
.news_title{margin:5px 0;padding:0;text-align:center;font-size:24px;}
.news_info{text-align:center;color:#999;border:1px solid #e1e1e1;border-left:0;border-right:0;margin:10px 0;padding:5px 0;}
#art_content{word-break:break-all;font-size:13px;padding:0 0 10px 0;}
#art_content img{max-width:750px;}
.news_pre{margin:10px 0 5px 0;clear:both;} /*新闻上一页下一页的样式*/
/*--end 新闻详情的样式--*/

/*留言部分*/
.book_title{background:#EAF5FC;border:1px solid #BEDAF0;line-height:30px;padding:0 15px;}
.book_title span{float:right;color:#333;}
.book_Content{border:1px solid #BEDAF0;border-top:0;line-height:22px;padding:5px 15px 10px 15px;margin:0 0 10px 0;background:#fff;}
.book_Content div{border-top:1px dashed #ccc;padding:5px 0;margin:5px 0 0 0;}
.book_Content b{color:#f30;}

.book_add{margin:0;padding:0;list-style:none;}
.book_add input{vertical-align:middle;border:1px solid #ccc;padding:4px 10px;font-size:12px;background:#fff;}
.book_add textarea{vertical-align:top;border:1px solid #ccc;padding:4px 10px;overflow:hidden;}
.book_add li{padding:2px;clear:both;font-size:12px;}
.book_add li span{display:block;float:left;width:73px;line-height:25px;}
.book_add #showmsg{position:absolute;color:#f30;margin:-18px 0 0 130px;*margin:8px 0 0 20px;}


/*人才招聘*/

.hr_subject{background:#F8F8F8;border:1px solid #E8E8E8;border-left:0;border-right:0;color:#333;text-align:center;line-height:30px;height:30px;}
.hr_td{line-height:30px;height:30px;border-bottom:1px dashed #ccc;}

.hr_resume{padding:15px 0;}
.hr_resume a{border:1px solid #1B96FF;background:#1B96FF;width:80px;height:25px;line-height:25px;text-align:center;display:block;margin:15px 0;float:left;color:#fff;margin:0 10px 0 0;}
.hr_resume a:hover{background:#FF7200;color:#fff;border:1px solid #FF7200;}
.hr_ip{border:1px solid #ccc;padding:4px 10px;}
.hr_ips{border:1px solid #ccc;width:450px;height:100px;}
.hr_red{color:#f30;font-family:"宋体";margin:0 0 0 10px;}

/*--start 无页面调用--*/
.gallery{margin:0 5px 0 5px;padding:0;display:block;height:50px;width:200px;overflow:hidden;float:left;position:relative;}
.gallery ul{margin:6px 0 0 0;padding:0;list-style:none;overflow:hidden;height:48px;position:absolute;width:2000px;}
.gallery ul li{float:left;width:50px;height:46px;margin:0;padding:0;text-align:center;}
.gallery ul li img{border:1px solid #ccc;width:46px;height:42px;}
/*--end 无页面调用--*/



/*------------------start 内页一栏样式-----------------------*/
.contaienr-titleimg{
	text-align:center;
}
.contaienr-title{
	position: relative;
}
.contaienr-title p{
	text-align:center;
	line-height:50px;
	background:#F00;
}
.container-title p.title{
	font-size:32px;
	text-align:center;	
}
.container-title p.title::after {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
    margin-left: -35px;
    border-bottom: 1px solid #eaeaea;
}
.container-title p.subtitle{
	color: #999;
    font-size: 13px;
    margin: 60px auto 0;
    width: 720px;
    line-height: 24px;
	text-align:center;	
}
.container_category{
	width:100%;
	text-align:center;
	position: relative;
    z-index: 3;
    margin: 40px 0;
}
.container_category a{
	position: relative;
    display: inline-block;
    margin-left: 1px;
    padding: 8px 25px;
    height: 1pc;
    color: #999;
    line-height: 1pc;
    transition: all .3s ease-out 0s;
    font-size: 14px;
	border-radius:20px;
	border:1px solid #eaeaea;
}
.container_category a.active, .container_category a:hover {
    color: #fff;
	border-radius:20px;
	background:#d20001;
	border:1px solid #d20001;
}

/*------------------end 内页一栏样式-----------------------*/


.index-par-bg{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:#f2f2f2;
}
.index-par{
	width:1200px;
	margin:20px auto;
	clear:both;
	overflow:hidden;
}
.index-par h2{
	text-align:center;
}
.index-par ul li{
	float:left;
	margin:0 10px;
}
.index-par ul li img{
	border:1px solid #cdcdcd;
}
.index-par ul li p{
	text-align:center;
}

.left-prolist{
	width:240px;
	float:left;
	background:#f0f0f0;
}
.left-prolist-title{
	background:#0a5085;
	color:#FFF;
	padding:10px 0px;
	text-align:center;
	font-size:24px;
}
.left-prolist-title span{
	display:block;
	font-size:18px;
}
.left-prolist-nr{
	border-bottom:6px solid #d20001;
	padding:15px 10px;
}
.left-prolist-nr ul li{
	background:url(../images/pot01.jpg) no-repeat 10px 10px;
	padding-left:30px;
	background-color:#fff;
	border:1px solid #cdcdcd;
	line-height:36px;
	font-size:14px;
	margin:6px 0px;
	clear:both;
	overflow:hidden;
}
.left-prolist-nr ul li a{
	color:#000;
}
.left-prolist-nr ul li a:hover{
	color:#000;
	text-decoration:underline;
}

.ny-right{
	width:940px;
	float:right;
}
.ny-title{
	background:url(../images/ny-title.jpg) no-repeat;
	width:920px;
	height:70px;
	line-height:70px;
	padding-left:20px;
	font-size:30px;
	color:#0a5085;
}
.ny-single{
	padding:20px 0px;
	font-size:14px;
	line-height:32px;
}
.index-pro{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.index-pro h2{
	text-align:center;
}
.index-pro ul li{
	float:left;
	border:1px solid #cdcdcd;
	padding:1px;
	margin:12px 15px;
}
.index-pro ul li span{
	background:url(../images/pro-title-bg.jpg) no-repeat;
	width:195px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
}
.index-about{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-bottom:50px;
}
.index-about h2{
	text-align:center;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}
.idnex-about dl{
	clear:both;
	overflow:hidden;
}
.index-about dl dd.pic{
	width:510px;
	float:left;
}
.index-about dl dd.txt{
	width:650px;
	float:right;
	font-size:14px;
	line-height:32px;
}
.index-about dl dd.txt a.more{
	width:120px;
	background:#0a5085;
	padding:5px 10px;
	text-align:center;
	color:#FFF;
	border-radius:15px;
	clear:both;
	overflow:hidden;
}
.index-fourly-bg{
	background:#f5f5f5;
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-bottom:20px;
}
.index-fourly-title{
	background:url(../images/index-fourly-title.jpg) no-repeat top center;
	height:400px;
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	text-align:center;
}
.index-fourly{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.index-fourly dl.one{
	clear:both;
	overflow:hidden;
}
.index-fourly dl.one dt{
	width:640px;
	float:right;
}
.index-fourly dl.one dd.pic{
	float:left;
}
.index-fourly dl.one dd.txt{
	width:440px;
	padding:0 100px;
	float:right;
}
.index-fourly dl.one dd.txt ul li{
	background:url(../images/pot02.jpg) no-repeat 10px 25px;
	padding:20px 0px 20px 40px;
	font-size:16px;
	border-bottom:1px solid #cdcdcd;
	
}
.index-fourly dl.two{
	clear:both;
	overflow:hidden;
}
.index-fourly dl.two dt{
	width:640px;
	float:left;
}
.index-fourly dl.two dd.pic{
	float:right;
}
.index-fourly dl.two dd.txt{
	width:440px;
	padding:0 100px;
	float:left;
}
.index-fourly dl.two dd.txt ul li{
	background:url(../images/pot02.jpg) no-repeat 10px 25px;
	padding:20px 0px 20px 40px;
	font-size:16px;
	border-bottom:1px solid #cdcdcd;
	
}