/**
 * fullPage 2.4.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */


.more a, .mainbtbg1 .dqwz span, .tywzlist li a, .tywzlist2 li a, .list_hover ul li a, .list_hover ul li ul li a, .list_hover .xz a, .list_hover .xz2 a, .twlist dl dt h2 a, .twlist2 dl dt a, .down_list dl dt h2, .phone p, .a_more a, .a_more a:hover, .silder_intro .p_more, .silder_intro .p_more:hover, .n_right .news a, .n_right .news a:hover, .f_phone .fw, .f_phone .wx a, .page2 .page_content .a_more a,.product li a,.product li a:hover,.lanrenzhijia .title-list a,.page7 .page7_content .contact_box .lxfs h2,.page7 .page7_content .contact_box .lxfs ul .c_dz,.page7 .page7_content .contact_box .lxfs ul .c_qq,.page7 .page7_content .contact_box .lxfs ul .c_dh,.page7 .page7_content .contact_box .lxfs ul .c_cz,.page7 .page7_content .contact_box .lxfs ul .c_yx,.page7 .page7_content .contact_box .lxfs ul .c_wz,.accordion .link {
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
}
* {
	margin: 0;
	padding: 0;
}
ul, li, p {
	list-style: none
}
a {
	text-decoration: none
}
.mot {
	margin: 0 auto
}
.flol {
	float: left;
}
.flor {
	float: right;
}
html, body {
	margin: 0;
	padding: 0;
	/*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#superContainer {
	height: 100%;
	position: relative;
	/* Touch detection for Windows 8 */
	-ms-touch-action: none;
	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box; /* <=28 */
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide, .fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}
.fp-controlArrow.fp-prev {
	top: 89%;
	left: 8%;
}
.fp-controlArrow.fp-next {
	right: 8%;
	top: 89%;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}
.fp-slidesNav.bottom {
	bottom: 17px;
}
.fp-slidesNav.top {
	top: 17px;
}
#fp-nav ul, .fp-slidesNav ul {
	margin: 0;
	padding: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 14px;
	margin: 18px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background: #46a416;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

.icon .qq, .icon .wx {
	background: url(../images/ico.png);
	background-repeat: no-repeat
}

/*总站导航*/
.t_nav {
	width: 100%;
	height: 109px;
	background-image: url(../images/nav_bj.png);
	position: fixed;
	z-index: 1;
}
.t_nav .logo {
	float: left;
	margin: 9px 0 0 45px;
}
.nav_list{
	height: 100px;
	line-height: 114px;
	margin-right: 50px;
	float: right;
}
.nav_list a{
	font-size: 17px;
	color: #fff;
	margin-left: 35px;
}
.nav_list a:hover{
	color: #ffd33c;
}
.nav_list a.active{
	color: #ffd33c;
}




/*内页固定导航*/
.t_nav1 {
	width: 100%;
	height: 117px;
	background-color: #fff;
	border-bottom: 5px solid #21a517;
}
.t_nav1 .logo {
	float: left;
	margin: 16px 0 0 120px;
}

.content {
	width: 100%;
	float: right;
}

.page1-1 .z {
	background: url(../images/page1z.png);
	width: 840px;
	height: 390px;
	position: relative;
	top: 30%;
    margin-left: 30%;
}
.page2 {
	background: #CCC
}
.page3 {
	background: #CCC
}
.page4 {
	background: #CCC
}
/**第二屏幕**/

.page2 .a_content{
	width: 850px;
	height: 480px;
	position: relative;
	margin-top: 14.5%;
	margin-left: 38%;
}

.page2 .a_content .a_bt {
    width: 555px;
}
.page2 .a_content p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	width: 795px;
	position: absolute;
	top: 40%;
	text-align: left;
}
.page2 .a_content .a_more{
	width: 145px;
	height: 35px;
	display: block;
	background-color: #59b003;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	font-family: "Verdana";
	line-height: 35px;
	text-align: center;
	position: absolute;
	transition: all 0.3s;
	top: 90%;
}






/**三幕**/
.page3 .biaoti {
	width: 585px;
	height: 117px;
	background: url(../images/p_bt.png);
	left: 34%;
    margin-top: 10%;
}
.page3 .page3_content {
	position: absolute;
	margin-top: 20%;
	font-size: 14px;
	color: #b99567;
	width: 80%;
	line-height: 25px;
	text-align: left;
	left: 10.5%
}
.page3 .page3_content .gy {
	width: 1217px;
	height: 368px;
	margin: auto;
	margin-top: 2%;
}
.page3 .page3_content .gy li{
	width: 318px;
	height: 428px;
	float: left;
	margin: 0px 11%;
}

.page3 .page3_content .gy li p{
	font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    height: 50px;
    font-weight: 100;
    width: 260px;
    margin: auto;
}
.page3 .page3_content .gy li:hover p{
	color: #ffe400;
}





/**第四屏幕**/

.page4 .page4_content {
	width: 1200px;
    height: 670px;
    margin: auto;
    margin-top: 10%;
	position: relative;
}
.page4 .page4_content .li{
	background-image: url(../images/li.png);
	width: 78px;
	height: 412px;
	position: absolute;
	top: 5%;
	right: 0;
}
.page4 .page4_content .jiang{
	background-image: url(../images/jiang.png);
	width: 150px;
	height: 405px;
	position: absolute;
	right: 9%;
    margin-top: 1%;
}

.page4 .page4_content .yun{
	background-image: url(../images/yun.png);
	width: 505px;
	height: 270px;
	position: absolute;
	right: 0;
    top: 65%;
}
.page4 .page4_content .ying{
	background-image: url(../images/ying.png);
	width: 190px;
	height: 45px;
	position: absolute;
	margin-right: 14%;
    margin-top: 19%;
}
.page4 .page4_content .xiang{
	background-image: url(../images/xiang.png);
	width: 125px;
	height: 25px;
	position: absolute;
	margin-right: 14%;
    margin-top: 5%;
}

.page4 .page4_content .pic_lr li{
	width: 254px;
	height: 164px;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s;
}

.page4 .page4_content .pic_lr li .tu_text{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
	display: none;
	
	
}

.page4 .page4_content .pic_lr li:hover .tu_text{
	display: block;
}


.page4 .page4_content .pic_lr li .tu_text .bbk{
	width: 204px;
	height: 131px;
	border: 2px solid #fff;
	margin: auto;
	margin-top: 16px;
}


.page4 .page4_content .pic_lr li .tu_text h2{
	font-size: 18px;
	color: #fff;
	line-height: 135px;
	text-align: center;
}


.page4 .page4_content .pic_lr .p_1{
	left: 21.5%;
}
.page4 .page4_content .pic_lr .p_2{
	top: 25%;
}
.page4 .page4_content .pic_lr .p_3{
	top: 25%;
	left: 21.5%
}
.page4 .page4_content .pic_lr .p_4{
	top: 25%;
	left: 43%;
}
.page4 .page4_content .pic_lr .p_5{
	top: 50%;
	left: 21.5%;
}
.page4 .page4_content .pic_lr .p_6{
	top: 50%;
	left: 43%;
}
.page4 .page4_content .pic_lr .p_6{
	top: 50%;
	left: 64.5%;
}
.page4 .page4_content .pic_lr .p_7{
	top: 50%;
	left: 43%;
}
.page4 .page4_content .pic_lr .p_8{
	top: 75%;
	left: 43%;
}



/**第五屏幕**/
.page5 .biaoti {
	width: 585px;
	height: 117px;
	background-image: url(../images/k_bt.png);
	margin-top: 10%;
	position: absolute;
	right: 34%
}
/**容器**/
.page5 .page5_content {
	width: 1200px;
	margin: auto;
	position: relative;
}

.k_content{
	width: 1200px;
	height: 368px;
	margin-top: 35%;
}
.k_l{
	width: 652px;
	height: 366px;
	background-color: #fff;
	position: relative;
}
.k_l .k_p{
	width: 400px;
	height: 350px;
	padding: 8px 0 0 8px;
}
.k_text{
	width: 194px;
	height: 270px;
	padding: 20px 0 0 25px;
}
.k_text h2{
	font-size: 16px;
	font-weight: 100;
	color: #54920a;
	line-height: 32px;
	text-align: left;
}
.k_text span{
	font-size: 14px;
	color: #cccccc;
	font-family: "Verdana";
	line-height: 28px;
	display: block;
	text-align: left;
}
.k_text p{
	font-size: 14px;
	color: #737373;
	line-height: 28px;
	text-align: left;
}
.k_more1{
	position: absolute;
	bottom: 35px;
	color: #d01a1a;
    font-size: 12px;
}
.k_more:hover{
	color: #d10000;
}
.k_r{
	width: 500px;
	height: 366px;
}
.k_r li{
	width: 450px;
    height: 85px;
    transition: all 0.3s;
    display: inherit;
    text-align: left;
    padding: 24px 0px 22px 0px;
	cursor: pointer;
}
.k_r li:hover{
	padding-left: 22px;
    padding-right: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.k_r li:hover h2{
	color: #62c600;
}
.k_r li:hover p{
	color: #828282;
}

.k_r .p_box{
	width: 107px;
	height: 80px;
	overflow: hidden;
}
.k_r .r_text{
	width: 300px;
	height: 80px;
}
.k_r .r_text h2{
	font-size: 16px;
	color: #ffcc00;
	font-weight: 100;
}
.k_r .r_text span{
	font-size: 14px;
	font-family: "Verdana";
	color: #d3d3d3;display: block;
}
.k_r .r_text p{
	font-size: 14px;
	color: #fff;
}
.k_more{
	width: 220px;
	height: 45px;
	display: block;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 22px;
	font-size: 16px;
	color: #f7d412;
	font-family: "Verdana";
	line-height: 45px;
	text-align: center;
	margin: auto;
	top: 50px;
}




/**第六屏幕**/
.page6_content{
	width: 1200px;
	margin: auto;
	position: relative;
}


.page6 .biaoti {
	width: 585px;
	height: 117px;
	left: 13%;
	background-image: url(../images/n_bt.png);
	margin-top: 10.5%;
    position: absolute;
    left: 34%;
}
.n_content{
	height: 385px;
	margin-top: 35%;
}
.n_content .n_p1{
	width: 480px;
	height: 380px;
	position: relative;
}
.n_content .n_p1 h2{
	position: absolute;
	bottom: 0;
	width: 480px;
	height: 40px;
	background-color: rgba(112, 112, 112, 0.7);
	text-align: center;
	line-height: 40px;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
}
/*新闻列表*/
.lanrenzhijia {
	width: 645px;
}
.lanrenzhijia .title {
	height: 35px;
	border-bottom: 3px solid #e7e7e7;
	padding-bottom: 10px;
}
.lanrenzhijia .title h2 {
	font-size: 20px;
	font-family: "microsoft yahei";
}
.lanrenzhijia .title-list {
	position: relative;
	top: 6px;
}
.lanrenzhijia .title-list li {
	width: 146px;
	line-height: 20px;
	text-align: center;
	float: left;
	display: inline;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}
.lanrenzhijia .title-list li.on {
	color: #ffcc00;
}
.lanrenzhijia .title-list p {
	position: absolute;
	top: 39px;
	left: 0px;
	width: 146px;
	height: 7px;
	border-top: 3px solid #ffcc00;
	overflow: hidden;
	text-align: center;
}
.lanrenzhijia .title-list b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid dashed dashed dashed;
	border-width: 9px;
	border-color: #ffcc00 #fff #fff #fff;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
}
.lanrenzhijia .title-list a{
	font-size: 16px;
	font-family: "Verdana";
	color: #c0c0c0;
	padding-right: 30px;
    background-position: 54px -1208px;
}


.product-wrap{
	margin-top: 18px;
}
.product li{
	height: 34px;
	border-bottom: 1px solid #939393;
	line-height: 34px;
	margin-top: 12px;
}
.product li a{
	padding-left: 16px;
    font-size: 16px;
    color: #fff;
    background-position: 0px -1054px;
	float: left;
}
.product li a:hover{
	color: #ffcc00;
	background-position: 0px -1120px;
}
.product li span{
	float: right;
	font-size: 14px;
	font-family: "Verdana";
	color: #dbdbdb;
}


/*第七屏*/
.page7 .biaoti {
	width: 495px;
	height: 395px;
	margin-top: 9.5%;
    position: absolute;
    left: 0;
}
.page7 .page7_content {
	position: absolute;
	margin-top: 11%;
    width: 90%;
    left: 26%;
}
.page7 .biaoti img{
	position: absolute;
    left: 0;
    bottom: 0;
}

.page7 .biaoti h2{
	font-size: 50px;
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    right: 29%;
    top: 8%;
}

.page7 .biaoti h3{
	font-size: 28px;
    color: #fff;
    writing-mode: vertical-rl;
    position: absolute;
    right: 17%;
    top: 25%;
}

.page7 .page7_content .contact_box{
	width: 993px;
	height: 550px;
	background-color: rgba(255,255,255,0.25);
	padding: 55px;
}
.page7 .page7_content .contact_box .lxfs{
	width: 575px;
	height: 165px;
	float: left;
	margin-bottom: 40px;
}
.page7 .page7_content .contact_box .lxfs h2{
	font-family: "Verdana";
	color: #fff;
	font-size: 32px;
	padding-left: 50px;
	text-align: left;
	background-position: -3px -1552px;
	margin-bottom: 25px;
}
.page7 .page7_content .contact_box .lxfs .c_l{
	float: left;
	width: 305px;
	height: 94px;
}

.page7 .page7_content .contact_box .lxfs .c_r{
	float: right;
	width: 240px;
	height: 94px;
}

.page7 .page7_content .contact_box .lxfs ul li{
	font-size: 15px;
	color: #fff;
	text-align: left;
	padding-left: 25px;
	line-height: 32px;
}
.page7 .page7_content .contact_box .lxfs ul .c_dz{
	background-position: -5px -1626px;
}
.page7 .page7_content .contact_box .lxfs ul .c_dh{
	background-position: -4px -1681px;
}
.page7 .page7_content .contact_box .lxfs ul .c_qq{
	background-position: -4px -1746px;
}
.page7 .page7_content .contact_box .lxfs ul .c_cz{
	background-position: -4px -1815px;
}

.page7 .page7_content .contact_box .lxfs ul .c_yx{
	background-position: -4px -1877px;
}
.page7 .page7_content .contact_box .lxfs ul .c_wz{
	background-position: -4px -1944px;
}
.page7 .page7_content .contact_box .ewm{
	width: 282px;
	height: 160px;
	float: right;
}
.page7 .page7_content .contact_box .ewm .erm_bj{
	width: 121px;
	height: 121px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.3);
	float: left;
	margin-right: 20px;
}
.page7 .page7_content .contact_box .ewm .erm_bj .ewm_1{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 10px;
}
.page7 .page7_content .contact_box .ewm .erm_bj p{
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}


/*版权*/

.bq {
	background-color: #21a517;
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
}
.bq p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
.bq p a {
	color: #fff;
}

/*内页开始*/
/*子页banner*/
.banner_1 {
	background: url(../images/banner_1.jpg) center top no-repeat #f4f4f4;
	height: 900px;
}


/*子页主体*/

.l_nav {
	width: 233px;
	float: left;
	position: relative;
	margin-top: 45%;
	margin-bottom: 40px;
}
.comnr_l_t {
	width: 233px;
	height: 75px;
	background-color: #fff;
	text-align: center;
	line-height: 75px;
	font-size: 20px;
	font-weight: bold;
	color: #debe8d;
	position: relative;
	z-index: 4;
	font-weight: 400;
}
.comnr_l_t b {
	width: 100%;
	height: 9px;
	display: inline-block;
	background-image: url(../images/com_01.png);
	position: absolute;
	left: 0px;
	bottom: -7px;
}
/*三级拓展导航*/
.accordion {
	width: 100%;
	height: auto;
	background-color: #fff;
}
.accordion .link {
	cursor: pointer;
	display: block;
	color: #4D4D4D;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	padding-left: 80px;
	font-size: 16px;
	color: #999;
	background-position: 51px -579px;
	padding-top: 10px;
	border-bottom: 1px dashed #ececec;
}
.accordion .link a.active{
	color: #debe8d;
}


.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li {
	cursor: pointer;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #debe8d;
}
.submenu {
	display: none;
	margin-bottom: 15px;
}
.submenu li {
	border-bottom: 1px dashed #e9e9e9;
}
.submenu li:last-child {
	border-bottom: none;
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #848484;
	padding-left: 74px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background-position: 10px -606px;
}
.submenu a:hover {
	color: #ff9000;
	background-position: 10px -636px;
}
/*右侧内容区*/
.comnr_r {
	width: 952px;
	overflow: hidden;
	float: right;
	background-color: #fff;
	padding-bottom: 25px;
	margin-top: 45%;
	margin-bottom: 40px;
}
.comnrr_t {
	width: 803px;
	line-height: 34px;
	height: 52px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px 5px 0px;
	margin-top: 20px;
	background: url(../images/com_05.jpg) left bottom no-repeat;
}
.comnrr_t label {
	float: left;
}
.comnrr_t label span {
	padding-left: 0px;
	font-size: 28px;
	color: #debe8d;
	display: inline-block;
	text-align: center;
	font-weight: 400;
}
.comnrr_t label span.sp1 {
	width: 129px;
	display: inline-block;
	text-align: center;
	float: left;
}
.comnrr_t label i {
	color: #8d8f92;
}
.comnrr_t label i.i1 {
	color: #dd2525;
	font-size: 18px;
	float: left;
}
.deta_1 {
	width: 803px;
    margin: auto;
    margin-top: 30px;
    font-size: 14px;
    line-height: 32px;
    color: #868686;
    text-indent: 2em;
}


/*基地展示*/
.base_list li {
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    height: 205px;
    margin-bottom: 35px;
}
.base_list li:last-child{margin-bottom: 0;}


.base_list .tu {
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
    padding: 5px;
    border: 1px solid #CCC;
    overflow: hidden;
}
.base_list .tu img {
    width: 200px;
    height: 150px;
    overflow: hidden;
}
.base_list .zi {
    width: 565px;
    float: right;
}
.base_list .zi h3 a {
    font-size: 18px;
    font-weight: 500;
    color: #9b826c;
}
.base_list .zi p {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    height: 82px;
    overflow: hidden;
	line-height: 28px;
}
.base_list .zi .sharebox {
    width: 560px;
    height: 30px;
    margin-top: 15px;
    line-height: 30px;
    color: #999;
}
.base_list .zi .sharebox em {
    font-size: 12px;
    display: block;
}
.base_list .zi .sharebox i {
    font-weight: normal;
    padding-left: 15px;
    font-style: normal;
}
.base_list .zi p a {
    color: #ea3d3d;
}


/*内页foot*/
.footerbox {
	width: 100%;
	height: auto;
	background-color: #026513;
	clear: both;
	border-top: 5px solid #fedb2b;
}

.footerbox .footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #30395a;
	background-repeat: repeat;
}
.footerbox .footer .copyright {
	padding-left: 115px;
	color: #8c96bb;
	line-height: 28px;
	text-align: left;
	float: left;
	background-image: url(../images/f_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.footerbox .footer .copyright a {
	color: #8c96bb;
}
.footerbox .footer .ewmbox {
	width: 75px;
	height: 75px;
	float: right;
}
.footerbox .footer .telbox {
	padding-top: 10px;
	color: #8c96bb;
	position: relative;
	float: right;
}
.footerbox .footer .telbox .title {
	color: #8c96bb;
	text-align: right;
	font-size: 14px;
	height: 17px;
	line-height: 17px;
}
.footerbox .footer .telbox .tel {
	text-align: right;
	font-size: 24px;
	height: 28px;
	line-height: 28px;
	background-position: 0px -439px;
}
.footerbox .footer .telbox .tel span {
	font-size: 25px;
	margin-right: 5px;
}
/*上下篇*/
.pageArticle {
	color: #727272;
	width: 708px;
	height: 50px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #e1e1e1;
}
.pageArticle li {
	width: 708px;
	height: 25px;
	line-height: 25px;
	float: left;
}
.pageArticle a {
	font-size: 14px;
	color: #1365be;
	text-decoration: underline;
}
.pageArticle a:hover {
	color: #c20000;
	text-decoration: none;
}


.prd_list{
	width: 803px;
	padding: 30px 0;
	margin: auto;
}


.prd_list li {
	width: 250px;
	height: 300px;
	float: left;
	margin-right: 17px;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 0px 0px 4px 1px rgba(142, 142, 142, 0.4);
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.prd_list li:hover .dgm{
	bottom: 50px;
	transition: all 0.3s;
}



.prd_list li .tu {
	width: 215px;
	height: 240px;
	overflow: hidden;
	margin: auto;
	margin-top:4px;
	margin-bottom:4px;
}

.prd_list li .p_text h2 {
	font-size: 22px;
	color: #383838;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	padding-bottom: 10px;
}
.prd_list li:hover .p_text h2{
	color: #febc22;
}

.prd_listli .p_text span {
	width: 40px;
	height: 2px;
	background-color: #21a517;
	margin: 8px 0;
	display: block;
}
.prd_list li .p_text p {
	font-size: 14px;
	color: #9e9e9e;
	line-height: 26px;
}

.prd_list li .dgm{
	width: 100%;
	height: 250px;
	position: absolute;
	overflow: hidden;
	bottom: -250px;
}








