/*** *DedeCMS v5.3 Style (grass green) *dedecms.com Author pigz 2008-11-07 11:49 **/


/*---------- import ---------*/

@import url("layout.css");
@import url("page.css");

/*---------- base ---------*/

* {
	padding: 0px;
	margin: 0px;
	    font-family: 'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}

html {
	background: #FFF;
}



/*---------- frame : footer ---------*/

.footer {
	width: 100%;
	margin: auto;
	color: #999;
	text-align: center;
	margin-top: 8px;
	padding-bottom: 10px;
	border-top: 1px solid #E5EFD6;
	padding-top: 10px;
}

.footer .link {
	text-align: center;
	padding: 5px 0px;
}

.footer .link a {
	margin: 0px 5px;
	color: #666666;
}

.footer .powered {
	font-size: 10px;
	line-height: 25px;
}

.footer .powered strong {
	color: #690;
}

.footer .powered strong span {
	color: #F93;
}

.footer .copyright {
	color: #666666;
	line-height: 23px;
}

.floor {
	float: right;
	padding-right: 10px;
}
.sp-title{
	background: url(../imgs/bg.png) no-repeat;
    width: 100%;
    height: 100px;
    text-align: center;
    position: relative;
}

.sp-title h2{
	position: absolute;
    font-size: 23px;
    color: #fff;
    top: 34%;
    left: 1%;
    font-weight: bolder;
}
a{
	color: inherit;
}
.sp-title .more{
	position: absolute;
	right: 1%;top:45%;
	color: #fff;
}
.linkbox h3{
	font-size: 20px;margin-top: 20px;
	text-align: left;
}
.linkbox>strong{
	font-size: 20px;
	display: block;
	margin-bottom: 20px;text-align: left;
}

.linkbox>li{
	font-size: 18px;
    padding-left: 40px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    text-align: left;
    list-style: none;
/*    background: url(../imgs/fy01.png) no-repeat; */
    background-position: 10px center;
  margin-bottom: 30px;
}
.linkbox>a>strong{
	display: block;
	font-size: 20px;
    padding-left: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: left;
    list-style: none;
	background: url(../imgs/fy03.png) no-repeat;
}
.linkbox>ul:before{
	display: block;
    content: '';
    height: 1px;
    width: 1400px;
    position: absolute;
    background-color: rgb(230,230,230);
    bottom: 0;
    left: 0;
}
.linkbox>ul{
	margin-bottom: 35px; position: relative;
	padding-left: 40px;
}
.linkbox>ul:after{
	clear: both;display: block;content: '';
}
.linkbox>ul>li{
	float: left;
    padding-right: 50px;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.sp-title-w{
	width: 1400px;position: relative;margin: 0 auto;
	height: 100%;margin-top: 20px;
}
.fy1{
	background-image: none!important;
	display: inline-block;text-align: left;
}
.linkbox.center{
	text-align: left;
}
.fy2{
	background-image: url(../imgs/fy01.png)!important;
}
.w1400{
	width: 1400px;margin: 0 auto;
}
.header-logo.fl{
	position: relative;top: 22px;
}
@media only screen and (max-width: 1400px) {
	.w1400{
		width: 1000px;
	}
	header2{
		width: 1000px;
	}
}
@media only screen and (max-width: 1000px) {
	*{
		box-sizing: border-box;
	}
	.w1400{
		width:100%;
	}
	.linkbox>ul:before{
		width: 100%;
	}
	.fy1{
		padding-left: 20px!important;
	}
	.fy2{
		padding-left: 30px!important;
	}
	header2{
		width: 100%;
	}
	.sp-title{
		height: 50px;
	}
	.sp-title h2{
		font-size: 19px;top: 24%;
	}
	.sp-title .more{
		top: 34%;
	}
	.linkbox{
		padding: 0 15px;
	}
	.linkbox h3{
		font-size: 15px;margin-top: 10px;
	}
	.linkbox>strong{
		margin-bottom: 10px;font-size: 15px;
	}
	.linkbox>li{
		font-size: 15px;margin-bottom: 10px;
		background-size: auto 15px;
		padding-left: 30px;
	}
	.linkbox>ul{
		padding-left:0;margin-bottom: 10px;
	}
	.linkbox>ul>li{
		padding-left: 29px;margin-bottom: 5px;
		font-size: 13px;padding-right: 0;
	}
	.linkbox>ul>li:first-child{
	}
	.footer{
		padding: 0 10px;width: 100%;
	}
	.sp-title{
		width: auto;margin: 0;padding: 0 15px;
	}
	
}