
*{
    margin: 0;
    padding: 0;}
a {
	color:#333;
    cursor: pointer;
    text-decoration: none;}
ul,li{
    list-style-type: none;}

body {
	width:100%;
	height:100%;
    font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	margin:0;
	padding:0;
	background:#ffffff;}
.clear{
	clear:both;}



/*index.html*/
.top-box{
	width:100%;
	height:300px;
	background:url(../img/index/top.jpg) no-repeat;
	background-size:100% 100%;
	position:relative;}
.top-mid{
	width:600px;
	height:300px;
	margin:0px auto;}
.logo-box{
	width:600px;
	height:300px;
	margin:0 auto;}


.search-box{
	width:600px;
	height:50px;
	margin:60px auto 20px;
	background:#ffffff;
	border-radius:4px;
	box-shadow:0 0 15px #cccccc inset;}
.search-txt{
	width:550px;
	height:50px;
	float:left;}
.search-txt input{
	width:520px;
	height:50px;
	padding:0 15px;
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size:16px;
	border:none;
	background:none;}
::-webkit-input-placeholder {
  color: #929292;}

.search-btn{
	width:50px;
	height:50px;
	float:right;
	border-radius:0 4px 4px 0;}
.search-btn button{
	width:50px;
	height:50px;
	display:block;
	border:none;
	background:none;
	background:url(../img/index/search.jpg) no-repeat;
	background-size:30px 29px;
	background-position:10px 10px;}




.hot-search-box{
	width:600px;
	height:50px;}
.hot-search-box ul li{
	float:left;
	font-size:14px;
	color:#ffffff;
	margin:0 10px 0 0;}
.hot-search-box ul li a{
	display:block;
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;}
.hot-search-box ul li a:hover,.hot-search-box ul li a:active,.hot-search-box ul li a:link,.hot-search-box ul li a:visited{
	color:#ffffff;}







.nav{width:100%;
	height:45px;
	margin:0 auto;
	background:url(../img/index/nav_bg.jpg) no-repeat center;
	z-index:2000;
	position:relative;}

.nav ul{
	width:1100px;
	height:45px;
	margin:0 auto;}

.nav ul li{
	float:left;
	width:137px;
	text-align:center;
	height:45px;
	line-height:45px;}

.nav ul li a:link{color:white;text-decoration:none;}

.nav ul li a{
	width:137px;
	height:45px;
	display:block;
	color:#ffffff;
	font-size:18px;
	text-align:center;
	line-height:45px;
	margin:0 auto;}

.nav ul li a:hover{background:#4c4b4b;z-index:2000;}

.show{background:#313131;}

.fixednav{position:fixed;top:0px;left:0px;width:100%;z-index:2000;
	background:url(../img/index/nav_bg.jpg) no-repeat center;}

.nav ul li>dl dt{
	background:#313131;
	z-index:2000;}







.content{
	width:100%;
	height:auto;
	margin:0 auto;}


.bottom_img {
    width: 1140px;
    margin: 100px auto 80px;
    height: 236px;
	z-index:0;}

.fujian-box{
	width:1000px;
	height:auto;
	margin:0 auto;
	z-index:0;}
.img1 {
    width: 250px;
    float: left;
	z-index:0;}
.year-box {
    color: #ca588f;
	width:131px;
	height:auto;
	margin:0 auto;
	z-index:0;}
.yearimg {
    background: url(../img/index/year.jpg) no-repeat center top;
    font-size: 110px;
    height: 140px;
    width: 131px;
	margin:0 auto;
	text-align:center;}
.work {
    color: #1881be;
	width:131px;
	height:auto;
	margin:0 auto;
	z-index:0;}
.workimg {
    background: url(../img/index/work.jpg) no-repeat center top;
    font-size: 110px;
    height: 140px;
    width: 131px;
	margin:0 auto;
	text-align:center;}
.worklan {
    font-size: 55px;
    text-align: center;}
.time{
	width:131px;
	height:auto;
	margin:0 auto;}
.timeimg {
    background: url(../img/index/time.jpg) no-repeat center top;
    margin: 0 auto;
    height: 140px;
    width: 131px;}
.timelan {
    font-size: 55px;
    text-align: center;
    color: #00a29a;}
.weather {
    color: #d64c6e;
	width:140px;
	height:auto;
	margin:0 auto;}
.weaimg {
    background: url(../img/index/weather.jpg) no-repeat center top;
    height: 140px;
    width: 140px;}
.wealan {
    font-size: 55px;
    text-align: center;}


/*----------- 从底部上升的遮罩效果 开始---------------------------*/

.contentbox{
	width:1140px;
	height: 245px;
	margin:40px 0;}
.con{
	width: 360px;
	height: 245px;
	float: left;
	position: relative;
	cursor: pointer;}

.contentbox li:nth-child(1),.contentbox li:nth-child(2){
	margin-right:30px;}
.con img{
	width:360px;
	height: 245px;}
.txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);}
.txt h3{
	font-weight: normal;}
.txt p{
	font-size: 14px;
	display: block;
	line-height: 20px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;}
/*------------- 从底部上升的遮罩效果 结束 ------------------------------*/







.add1-box{
	width:1140px;
	height:380px;
	margin:80px auto 30px auto;}






/*焦点图*/
.focus{position:relative;width:720px;height:380px;margin:0;float:left;}  
.focus img{width:720px;height:380px;} 

.focus .fPic{position:absolute;left:0px;top:0px;}  
.focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;}  
.focus .shadow{width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:50px;line-height:50px;background:rgba(0,0,0,0.6);  
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;display:block;text-align:left;}  
.focus .shadow a{text-decoration:none;color:#fff;font-size:14px;overflow:hidden;margin-left:10px;}  
.focus .fcon{position:relative;width:100%;float:left;display:none;background:#000  ;}  
.focus .fcon img{display:block;}  
.focus .fbg{bottom:15px;right:10px;position:absolute;height:21px;text-align:center;z-index:200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px;}    
.focus .D1fBt a{position:relative;display:inline;width:12px;height:12px;border-radius:7px;margin:0 5px;color:#B0B0B0;text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#01a29c;}   
.focus .D1fBt i{display:none;}    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background:url(../img/index/focus/focus_btn.jpg) no-repeat;}
.focus .prev{top:50%;margin-top:-37px;left:0;background-position:0 -74px;cursor:pointer;}  
.focus .next{top:50%;margin-top:-37px;right:0;background-position:-40px -74px;cursor:pointer;}  
.focus .prev:hover{background-position:0 0;}  
.focus .next:hover{background-position:-40px 0;}  







.add1-news-box{
	width:360px;
	height:380px;
	margin:0 auto 0;
	float:right;}
.add1-news-title{
	width:350px;
	height:45px;
	border-bottom:1px solid #d8d8d8;
	margin:0 auto 15px;
	color:#1946ae;
	line-height:45px;
	font-size:24px;
	padding:0;}
.add1-news-title a{
	color:#1946ae;
	line-height:45px;
	font-size:24px;}
.add1-news-list li{
	width:330px;
	height:32px;
	padding:0 10px;
	border-bottom:1px dashed #d8d8d8;}
.add1-news-list li a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
	line-height:32px;}
.add1-news-list li a:hover{
	color:#1946ae;}

.add1-news-list li a p{
	width:23em;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;}







.part3{
	width:1120px;
	margin:0 auto;
	height:450px;
	border-top:1px dashed #d8d8d8;
	padding:20px 10px 0 10px;
	margin-bottom:30px;}

.part3-left{
	width:355px;
	height:510px;
	float:left;
	margin:0 25px 0 0;}

.part3-title{
	width:320px;
	height:30px;
	padding:0;
	font-size:24px;
	line-height:30px;
	margin-bottom:0;
	color:#1946ae;}
.part3-title a{
	width:320px;
	height:30px;
	padding:0;
	font-size:24px;
	line-height:30px;
	margin-bottom:0;
	color:#1946ae;}
.aboutUs{
	width:355px;
	height:390px;
	margin-bottom:10px;
	overflow:hidden;}
.aboutUs p{
	color:#838486;
	text-indent:2em;
	font-size:14px;
	line-height:23.5px;
	letter-spacing:1px;}
.readmore{
	width:150px;
	height:40px;}

.readmore a{
	display:block;
	width:100%;
	height:100%;
	color:#ffffff;}
.readmore a .moretxt{
	display:block;
	width:90px;
	height:40px;
	padding:0 10px;
	background:#960004;
	text-align:left;
	line-height:40px;
	font-size:14px;
	float:left;}
.arrow{
	display:block;
	width:40px;
	height:40px;
	background:#2f2f2f;
	float:left;}


.part3-center{
	width:360px;
	height:510px;
	float:left;
	margin:0 25px 0 0;}
.newsList li{
	width:344px;
	height:40px;
	padding:0 8px;
	list-style-type:circle;
	display:block;
	overflow:hidden;
	border-bottom:1px dashed #b3b3b3;
	line-height:45px;}
.newsList li a .newsl-title:hover{
	text-decoration:underline;}
.newsList li a{
	display:block;
	color:#838486;
	font-size:14px;}
.newsList li a:active,.newsList li a:hover,.newsList li a:link,.newsList li a:visited{
	color:#838486;}
.listicon{
	display:block;
	width:6px;
	height:6px;
	margin:20px 9px 0 0;
	background:url(../img/index/list.jpg) no-repeat;
	float:left;}
.newsl-title{
	float:left;
	display:block;
	width:320px;
	height:40px;
	overflow:hidden;}


.part3-right{
	width:355px;
	height:510px;
	float:left;}





.scrolltext{
	width:355px;
	height:360px;
	margin-top:10px;
	margin-bottom:30px;
	overflow: hidden;}
.list6{height:360px;overflow:hidden;width:100%;}
.list6 li{
	width:355px;
	height:80px;
	padding:10px 0;}
.list6 li:hover{
	background:#CCCCCC;}
.qyList-l{
	width:100px;
	height:80px;
	overflow-y:hidden;
	float:left;
	margin:0 10px 0 0;}
.qyList-r{
	width:240px;
	height:80px;
	float:left;}

.qytitle{
	color:#960004;
	font-size:14px;
	width:240px;
	white-space:nowrap;
	overflow:hidden;
	line-height:26px;
	font-weight:bold;}
.qyjianjie{
	width:240px;
	height:50px;
	overflow:hidden;
	color:#838486;
	font-size:12px;
	line-height:22px;}


.part4{
	width:1120px;
	padding:20px 10px 0 10px;
	margin-bottom:30px;
	margin:0 auto;}

.part4-title a{
	width:1120;
	height:30px;
	font-size:24px;
	line-height:30px;
	margin-bottom:0;
	color:#1946ae;}
.part4-title span{font-size:14px;color:#999;margin-left:10px;}
.about{
	width:1120px;
	margin:20px 0;
	overflow:hidden;}
.about p{
	color:#333;
	text-indent:2em;
	font-size:14px;
	line-height:23.5px;
	letter-spacing:1px;}
.about img{float:right;margin:15px;}

.part4_left{
    width:600px;
	margin:20px 0;
	float:left;}
.part4_left p{
	color:#333;
	text-indent:2em;
	font-size:14px;
	line-height:23.5px;
	letter-spacing:1px;}

.part4_right{
    width:478px;
	margin:5px 10px;
    padding:10px 10px;
	float:left;
	border:1px solid #feecc4;
	background:#fffbe1;}
.part4_right p{	color:#333;
	text-indent:2em;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;}
.part4_right a{display:block;width:210px;height:30px;line-height:30px;background:#960004;color:#fff;float:left;padding:0 10px;margin:2px;}
.part4_right a:hover{background:#cc0409;}
.friend-link{
	width:1140px;
	height:auto;
	margin:0 auto;}
.friend-link1{
	width:880px;
	height:auto;
	margin:0 auto;}
.friend-link-title{
	width:1130px;
	height:30px;
	padding:0 0 0 10px;
	font-size:24px;
	line-height:30px;
	margin-bottom:30px;
	color:#01a29c;}
.friend-link-title p{
	width:120px;
	height:30px;
	border-bottom:1px solid #01a29c;
	text-align:center;}
.friend-icon{
	width:1140px;
	height:260px;
	margin:10px 0;}
.friend-icon2{
	width:1140px;
	height:260px;
	margin:10px 0;}
.friend-icon1{
	width:880px;
	height:260px;
	margin:10px 0;}
.friend-icon li{
	width:228px;
	height:260px;
	float:left;
	margin:0;}

.friend-icon li a{
	display:block;
	width:208px;
	height:220px;
	margin:0 auto;}
.friend-icon li a:hover{
	background:#eeeeee;}
.friend-icon2 li{
	width:228px;
	height:120px;
	float:left;
	margin:0;}

.friend-icon2 li a{
	display:block;
	width:208px;
	height:110px;
	margin:0 auto;}
.friend-icon2 li a:hover{
	background:#eeeeee;}
.friend-icon1 li{
	width:220px;
	height:288px;
	float:left;
	margin:0;}

.friend-icon1 li a{
	display:block;
	width:202px;
	height:248px;
	margin:0 auto;}
.friend-icon1 li a:hover{
	background:#eeeeee;}

.friend-link-img{
	width:206px;
	height:130px;
	text-align:center;
	padding:8px 0 0 0;
	border-top:1px solid #eee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;}
.friend-link-img1{
	width:206px;
	height:60px;
	text-align:center;
	padding:8px 0 0 0;
	border-top:1px solid #eee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;}

.friend-link-txt{
	width:206px;
	height:59px;
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	text-align:center;
	padding:10px 0;}
.friend-link-txt1{
	width:206px;
	height:30px;
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	text-align:center;
	padding:10px 0 0 0;}
.friend-link-name{
	font-size:16px;
	line-height:22px;
	margin-bottom:10px;}
.friend-link-btn{
	width:100px;
	height:25px;
	color:#ffffff;
	background:#960004;
	margin:0 auto;
	text-align:center;
	line-height:25px;
	font-size:14px;}
.friend-link1-img{
	width:200px;
	height:158px;
	text-align:center;
	padding:8px 0 0 0;
	border-top:1px solid #eee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;}

.friend-link1-txt{
	width:200px;
	height:59px;
	border-bottom:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	text-align:center;
	padding:10px 0;}
.friend-link1-name{
	font-size:16px;
	line-height:22px;
	margin-bottom:10px;}
.friend-link1-btn{
	width:100px;
	height:25px;
	color:#ffffff;
	background:#960004;
	margin:0 auto;
	text-align:center;
	line-height:25px;
	font-size:14px;}

.contact_box{
	width:100%;
	height:300px;
	padding:30px 0;
	background:#c2d0db;}

.contact{width:1140px;
	margin:0 auto;
	font-size:14px;
	line-height:24px;}
.contact-title{
	width:1120;
	height:30px;
	font-size:24px;
	line-height:30px;
	margin-bottom:15px;
	color:#1946ae;}
.contact-title a{
	color:#1946ae;}
.contact-title span{font-size:14px;color:#fff;margin-left:10px;}

.gray{
	width:100%;
	padding:10px 0;
	background:#f5f6f6;}

.foot-box{
	width:100%;
	height:50px;
	padding:20px 0 0 0;
	background:#eeeeee;
	margin:0 auto;}

.footcontain{
	width:1140px;
	height:50px;
	margin:0 auto;}
.foot-logo-box{
	width:150px;
	height:500px;
	margin-bottom:15px;}
.foot-l{
	width:800px;
	height:50px;
	float:left;}





.fast-link{
	width:800px;
	height:20px;
	font-size:12px;
	color:#aeaeae;}
.fast-link a{
	color:#aeaeae;}
.fast-link a:hover{
	text-decoration:underline;}
.fast-link .shu{
	margin:0 8px;}

.copyright-box{
	width:1140px;
	height:40px;
	font-size:12px;
	color:#aeaeae;
	line-height:20px;}
.copyright-box span{
	float:right;}
.copyright-box a{	
	color:#aeaeae;}
.copyright-box a:hover{
	text-decoration:underline;}




.foot-r{
	width:102px;
	height:130px;
	position:fixed;
	right:10px;
	bottom:30px;
	z-index:100;}
.codebox{
	width:102px;
	height:102px;
	margin:0 0 5px 0;}
.code-txt{
	width:60px;copyright-box
	height:20px;
	margin:0 auto;
	border-radius:10px;
	font-size:12px;
	background:#aeaeae;
	text-align:center;
	line-height:20px;}
.pages{text-align:right;margin-top:15px;}
.pages a{display:inline-block;height:34px;line-height:34px;border:1px solid #ccc;padding:0 10px;color:#a4a4a4;font-family:Arial;font-size:14px;}
.pages a.cur,.pages a:hover{background:#767676;border-color:#767676;color:#fff;}
.con{background-color:#CCCCCC;color:#000;padding:10px 20px;line-height:1.6;margin:0 0 25px 0;font-size:14px; width:100%; height:auto; float:right;}
.con div{line-height:1;float:right;}
.con div a{color:#fff;margin-left:2px;float:right;}