
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}
a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
}


/*****************************
			页内css
*****************************/
#header {
	position: relative;
}

#header .hInner {
	border-bottom: 1px solid #CCC;
}

#header .hInner .sub {
	padding: 15px 0;
	margin: 0 auto;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #666;
	font-size: 15px;
}

#header .hInner ul {
	float: right;
}

#header .hInner li {
	display: inline;
	font-size: 15px;
	color: #666;
}

#header .hInner li a {
	margin: 0 10px;
	color: #666;
}

#header .fix {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,.8);
	box-shadow: 1px 1px 5px rgba(204,204,204,.7);
}

#header .hBox {
	margin: 0 auto 20px;
	padding: 0;
	width: 1200px;
	z-index: 100;
	box-sizing: border-box;
}

#header h1 {
	padding: 20px 0 0;
	float: left;
}

#header .tel {
	margin-top: 30px;
	padding: 0 0 0 70px;
	float: right;
	color: #000;
	font-size: 16px;
	background: url(../image/tel_bg.png) no-repeat left top;
}

#header .tel span {
	display: block;
	color: #ff0000;
	font-family: impact;
	font-size: 32px;
	font-weight: bold;
}

#gNavi {
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
	box-sizing: border-box;
}

#gNavi li {
	width: 16.666666666%;
	float: left;
}

#gNavi li a {
	padding: 15px 0;
	display: block;
	color: #000;
	font-size: 16px;
	position: relative;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a span {
	display: block;
	z-index: 2;
	position: relative;
}

#gNavi li a:before {
	margin-top: -10px;
	content: '';
	background: #ccc;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
}

#gNavi li a:after {
	display: block;
	content: '';
	color: #fff;
	background: #ff0000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover {
	color: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#gNavi li a:hover:after {
	height: 100%;
	z-index: 1;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.mainImg {
	margin-bottom: 50px;
}

.mainImg li {
	width: 100%;
	height: 800px;
	float: left;
	background-size: cover !important;
}

.mainImg .pic01 {
	background: url(../image/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../image/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../image/mainimg03.jpg) no-repeat center center;
}

.mainImg .pic04 {
	background: url(../image/mainimg04.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #D30200;
}

.topSlider {
	margin: -100px auto 50px;
	width: 1200px;
	position: relative;
}

.topSlider .photoBox {
	width: 630px;
	float: left;
}

.topSlider .photoBox li {
	width: 630px;
	float: left;
}

.topSlider .photoBox li img {
	width: 100%;
}

.topSlider .slick-dots li {
	margin: 0 10px;
	width: 14px;
	height: 14px;
	float: none;
}
	
.topSlider .slick-dots .slick-active {
	background: #FCA321;
}

.topSlider .textBox {
	padding: 30px 50px;
	width: 570px;
	height: 430px;
	float: right;
	background: #CE302F;
	box-sizing: border-box;
}

.topSlider .textBox .ttl {
	color: #fff;
	font-size: 35px;
}

.topSlider .textBox .txt {
	margin: 10px 0;
	padding: 10px 0;
	color: #333;
	font-size: 40px;
	font-weight: bold;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}

.topSlider .textBox li {
	margin-bottom: 5px;
	width: 33.333333333%;
	float: left;
	font-size: 15px;
}

.topSlider .textBox li a {
	color: #fff;
}

.topSlider .textBox li a:hover {
	text-decoration: underline;
}

#main {
	margin-bottom: 50px;
}

#main .headLine01 {
	margin-bottom: 50px;
	color: #cd302e;
	font-size: 40px;
	text-align: center;
	background: url(../image/h2_bg.png) no-repeat center center;
}

#main .product .txt {
	margin: 15px 0 50px;
	color: #929292;
	font-size: 16px;
	text-align: center;
}

#main .topList {
	width: 280px;
	float: left;
	background: #F5F5F5;
}

#main .topList h3 {
	margin-bottom: 3px;
	padding: 20px 20px;
	color: #fff;
	font-size: 30px;
	position: relative;
	background: #3B3B3B;
}

#main .topList h3:before {
	margin-top: -15px;
	width: 3px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	content:"";
	background: #fff;
}

#main .topList h3 span {
	margin-left: 10px;
	font-size: 16px;
}

#main .topList li {
	margin: 0 0 1px;
}

#main .topList li a {
	padding: 0 20px;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	background: #CD302E;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .topList li a:hover {
	color:#fff;
	background:#3B3B3B;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main .product {
	margin-bottom: 70px;
}

#scroll {
}

#main .slider01 {
	float: right;
	width: 890px;
	height: 1458px;
	overflow: hidden;
}

#main .slider01 li {
	margin: 0 0 20px 1%;
	width: 32.333333333%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#main .slider01 li a {
	display: block;
	overflow: hidden;
}

#main .slider01 li .photo {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#main .slider01 li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .slider01 li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .slider01 li p {
	padding: 20px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

#main .slider01 li a:hover p {
	color: #fff;
	background: #CD302E;
}

#main .slider01 li .tel {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

#main .slider01 li .tel span {
	color: #e50000;
	font-family: Impact;
	font-size: 22px;
}

#main .banner {
	margin-bottom: 50px;
	height: 137px;
	background: #02A454 url(http://www.wfgxfrp.com/template/default/images/banner.jpg) no-repeat center center;
}

#main .about {
	margin-bottom: 50px;
	padding: 70px 0 100px;
	background: url(../image/about_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .about .headLine01 {
	margin-bottom: 80px;
	color: #fff;
}

#main .about h3 {
	margin-bottom: 30px;
	padding: 0 0 5px 20px;
	font-size: 33px;
	color: #fff;
	font-weight: normal;
	border-left: 4px solid #fff;
}

#main .about h3 span {
	display: block;
	color: #fff;
	font-size: 18px;
}

#main .about .textBox {
	width: 600px;
	float: left;
}

#main .about .textBox p {
	font-size: 16px;
	line-height: 1.9;
	color: #fff;
	text-indent: 2em;
}

#main .about .textBox .link  {
	margin-top: 40px;
}

#main .about .textBox .link a {
	padding: 15px 0;
	width: 250px;
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 10px;
	background: #CD302E;
}

#main .about .textBox .link a:hover {
	opacity: 0.7;
}

#main .about .photoBox {
	width: 520px;
	float: right;
}

#main .about .photoBox img {
	max-width: 100%;
}

#main .about .photoBox .pic {
	margin-bottom: 20px;
}

#main .about .photoBox p {
	font-size: 16px;
	line-height: 1.9;
	color: #fff;
}

#main .about .photoBox h3 {
	margin-bottom: 10px;
}

#main .case {
	padding: 80px 0;
}

#main .case .headLine01 {
	margin-bottom: 15px;
}

#main .caseTtl {
	margin-bottom: 30px;
	font-size: 18px;
	color: #6f6f6f;
	text-align: center;
}

#main .case ul {
	height: 600px;
	overflow: hidden;
}

#main .case li {
	margin: 0 10px 20px;
	width: 280px;
	float: left;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .case li a {
	display: block;
	overflow: hidden;
	position: relative;
}

#main .case li:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .case li .photo {
	width: 300px;
	height: 260px;
}

#main .case li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	max-width: 100%;
}

#main .case li p {
	padding: 12px 0;
	width: 100%;
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0,0,0,.5);
}

#main .case .more {
	margin-top: 30px;
	text-align: center;
}

#main .case .more a {
	padding: 10px 0;
	width: 200px;
	font-size: 20px;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #ccc;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .case .more a:hover {
	color: #fff;
	background: #CD302E;
}

#marqueesrcoll {
	height: 320px;
}

#main .newsBox {
	position: relative;
}

#main .newsBox a {
	display: block;
}

#main .newsBox .newsLink {
	width: 580px;
	float: left;
	position: relative;
}

#main .newsBox .newsLink img {
	width: 100%;
}

#main .newsBox .newsLink .date {
	padding-top: 25px;
	width: 130px;
	height: 130px;
	line-height: 2;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #BE050D;
	box-sizing: border-box;
}

#main .newsBox .newsLink .textBox {
	padding: 20px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	background: rgba(0,0,0,.5);
}

#main .newsBox .newsLink .textBox p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}

#main .newsBox .news {
	margin: 0;
	width: 580px;
	float: right;
}

#main .newsBox .news li {
	margin: 0 15px 30px;
	border-bottom: 1px #cccccc solid;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsBox .news li:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .newsBox .news li a {
	padding: 10px 0;
	display: block;
	overflow: hidden;
}

#main .newsBox .news li .date {
	width: 130px;
	float: left;
	color: #444;
	font-size: 20px;
	text-align: center;
	border-right: 1px solid #ccc;
}

#main .newsBox .news li .date span {
	display: block;
	font-size: 25px;
}

#main .newsBox .news li .textBox {
	padding-left: 150px;
}

#main .newsBox .news li a:hover {
	opacity: 0.7;
}

#main .newsBox .news li .photo {
	padding: 10px;
	height: 200px;
}

#main .newsBox .news li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	max-width: 100%;
}

#main .newsBox .news li .textBox .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

#main .newsBox .news li .textBox .txt {
	margin-bottom: 15px;
	color: #818181;
	font-size: 13px;
	line-height: 1.7;
}

#main .newsBox .news li .textBox .link {
	padding: 3px 0 3px 23px;
	color: #333;
	background: url(http://www.wfgxfrp.com/template/default/images/more.jpg) no-repeat left center;
}










#footer {
	padding: 0 0 0;
	background: #313131;
}

#footer .linkBox {
	background: #fff;
	border-top: solid 1px #ccc;
}

#footer .linkBox .sub {
	margin: 0 auto;
	width: 1200px;
}

#footer .linkBox p {
	margin-right: 50px;
	padding: 10px 0;
	float: left;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	border-top: 3px solid #FE3502;
}

#footer .linkBox p span {
	display: block;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666;
}

#footer .linkBox ul {
	padding: 30px 0 0 0;
	float: left;
}

#footer .linkBox li {
	margin-right: 20px;
	width: 100px;
	float: left;
}

#footer .linkBox li a {
	color: #666;
	font-size: 16px;
}

#footer .linkBox li a:hover {
	text-decoration: underline;
}

#footer .fBox {
	padding: 50px 0;
	margin: 0 auto;
	width: 1200px;
}

#footer .boxlink {
	width: 1000px;
	float: left;
}

#footer .boxlink .logo {
	width: 300px;
	float: left;
}

#footer .boxlink .sub {
	padding: 0 0 20px 25px;
	height: 391px;
	width: 33.333333333%;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #575757;
}

#footer .boxlink .ttl {
	margin-bottom: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#footer .boxlink li {
	margin: 0 2% 10px 0;
	width: 48%;
	float: left;
	font-size: 15px;
}

#footer .boxlink li a {
	padding: 8px 0;
	color: #fff;
}

#footer .boxlink li a:hover {
	text-decoration: underline;
}

#footer .boxlink .text {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

#footer .boxinfo {
	width: 290px;
	float: left;
	border-right: 1px dotted #fff;
}

#footer .boxinfo .ttl {
	margin-bottom: 5px;
	color: #02A454;
	font-size: 18px;
}

#footer .boxinfo .tel {
	padding-left: 55px;
	color: #9f9f9f;
	font-size: 15px;
	background: url(http://www.wfgxfrp.com/template/default/images/f_tel.jpg) no-repeat left center;
}

#footer .boxinfo .tel span {
	display: block;
	font-size: 25px;
}

#footer .boxinfo P {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

#footer .code {
	width: 140px;
	display: block;
	float: right;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

#footer .code span {
	margin-bottom: 25px;
	display: block;
}
	
#footer .code img {
	margin-bottom: 10px;
	width: 140px;
	display:block;
}


#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #CD302E;
}

#footer .copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

#side {
	width: 300px;
	float: left;
	overflow: hidden;
}

#side h2 {
	margin:0;
	padding: 20px 0 20px 60px;
	color: #fff;
	font-size: 25px;
	text-align: left;
	background: #C60E18 url(http://www.wfgxfrp.com/template/default/images/s_bg.png) no-repeat 20px center;
	border-radius: 15px 15px 0 0;
}

#side h2 span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

#side .topList {
	width: auto;
	float: none;
}

#side .contact {
	margin-top: 15px;
	padding: 20px 20px 40px;
	color: #fff;
	font-size: 17px;
	line-height: 1.7;
	background: #3B3B3B;
}

#side .contact h3 {
	margin: 0 -20px 20px;
	padding-left: 20px;
	color: #fff;
	font-size: 30px;
	border-left: 5px solid #CD302E;
}

#side .contact h3 span {
	font-size: 16px;
	font-weight: normal;
}

#conts {
	width: 870px;
	float: right;
}

.pageTitle {
	margin-bottom: 30px;
	padding: 13px 20px 10px;
	border-bottom: 1px solid #EAEAEA;
}

.pageTitle h2 {
	margin: 0;
	float: left;
	color: #cd302e;
	font-size: 20px;
}

.pagePath {
	padding: 3px 0 0 20px;
	margin: 0;
	float: right;
	color: #333;
	font-size: 15px;
	position: relative;
}

.pagePath:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #cd302e;
	border-radius: 6px;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}

#conts .proList {
	margin: 0 -20px 50px 0;
}

#conts .proList li {
	margin: 0 2% 30px 0;
	width: 31.333333333%;
	float: left;
}

#conts .proList li a {
	padding: 4px;
	display: block;
	border-radius: 5px;
}

#conts .proList li a:hover {
	box-shadow: 0 0 5px #333;
}

#conts .proList li .photo {
	height: 230px;
	overflow: hidden;
	border-radius: 5px;
}

#conts .proList li .photo img {
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#conts .proList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#conts .proList li p {
	padding: 15px 0;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#conts .proList li a:hover p {
	color: #000;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 2px;
	display: inline;
}

.pagelist li a {
	margin-bottom: 15px;
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #D30200;
	border: 1px solid #D30200;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #D30200;
	border: 1px solid #D30200;
}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: 600px !important;
	height: auto !important;
}

#main .newsList  {
	margin-bottom: 50px;
	border: 1px solid #ccc;
}

#main .newsList li {
	width: 50%;
	float: left;
	color: #666;
	font-size: 15px;
	position: relative;
	box-sizing: border-box;
}

#main .newsList li a {
	padding: 20px;
	display: block;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main .newsList li a:hover {
	background: #fff3eb;
}

#main .newsList li:nth-child(2n) a {
	border-right: none;
}

#main .newsList li .photo {
	width: 170px;
	height: 160px;
	float: left;
}

#main .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#main .newsList li .textBox {
	padding-left: 190px;
}

#main .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 23px;
	color: #555;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .textBox .ttl {
	color: #cd302e;
}

#main .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #666;
	line-height: 1.7;
}

#main .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
	text-align: center;
}

#main .newsList li .textBox .link {
	padding: 3px 0;
	width: 100px;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #cd302e;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .newsList li a:hover .textBox .link {
	color: #fff;
	background: #cd302e;
}

#main .newsList li span {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 13px;
}


#dituContent {
	margin-top: 20px;
	height: 400px;
	border: 1px solid #ccc;
}

.conList {
	margin-bottom: 50px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	text-align: center;
}

.conList li span {
	margin-top: 20px;
	display: block;
	font-size: 18px;
	line-height: 1.8;
}

.subpage {
	padding: 20px 0 !important;
}

.subpage ul {
	height: auto !important;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #0070D8;
  border: 1px solid #0070D8;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0070D8;
  border: 1px solid #0070D8;
}

