﻿
@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #83c428;
	text-decoration: none;
}
a:hover {
	color: #579007;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.blank70 {
	width: 100%;
	height: 70px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}

/*********导航***********/
.head{position: relative;width:100%;background: #83c428;border-bottom:1px solid #ddd;height:60px;z-index: 9999}
.head .navbox{width: 1200px;margin: 0 auto;}
.head .nav{display: block; float: left;width:calc(100% - 180px)}
.head .nav .nav_pc{ width: 100%;height:48px;}
.head .nav ul li{float:left;position: relative;border-right: 1px solid #cccccc;box-sizing: border-box;z-index: 999;}
.head .nav ul li:first-child{border-left: 1px solid #cccccc;}
.head .nav ul li .f_a{line-height:48px;display:block;text-align:center;font-size:16px;color:#fff;}
.head .nav ul li:hover .f_a{background-color:#149b02;color: #fff; transition:all .3s}
.head .nav ul li .current {background-color:#149b02;line-height:48px;display:block;text-align:center;font-size:16px;color:#fff;}
.head .nav ul li .s_navbox{display:none;position: absolute;left: 0;width: 100%; background:#fff;background-color: #83c428;z-index: 9999;box-sizing: border-box}
.head .nav ul li .s_navbox .s_a a{color:#fff;font-size:14px;text-transform:uppercase;display:block;text-align: center;padding: 10px 0;border-top: 1px solid #fff;}
.head .nav ul li .s_navbox .s_a a:hover{background-color:#149b02;color: #fff;}
.m_nav{display:none}
.headlf .m_logo{display: none}
.headrg .m_menuimg{display: none}
.active{background-color: #149b02}
.activ2{background-color: #149b02}
/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
   .nav ul li .f_a{font-size:14px}
   .nav ul li .s_navbox .s_a a{font-size:12px}
   .foot_top ul{margin-left:60px}
   .nav ul li .s_navbox .s_a{width:100%}
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
   .msgNum{display: none;}
   .slider{margin-top: 44px;}
   .head{display:none}
  #logo{display: none;}
  #topgg{width:100%;margin-top: 44px;}
   .m_img{display:block;height:44px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;overflow: hidden;}
   .m_img .headlf{padding-top:2px;padding-left:5px;float: left;}
   .m_img .headlf .m_logo{height:40px;display: block}
   .m_img .headrg{padding-right:5%;padding-top:14px;float: right;}
   .m_img .headrg a .m_menuimg{height:16px;vertical-align:top;display: block}
   .m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
   .m_nav .closecover{position:absolute;width:100%;height:100%;background:#83c428;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
   .m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
   .m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#83c428;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
   .m_nav .m_navList ul{padding-left:5%;padding-right:5%}
   .m_nav .m_navList ul li{border-bottom:1px solid #149b02}
   .m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
   .m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
   .m_nav .m_navList ul li .m_f_a a{flex: 1;}
   .m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
   .icon{ background:url(/images/plus.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .icon_on{background:url(/images/reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
   .m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
}


/*手机底部导航*/
#toolbar {
	display: none;
}
/*all*/
.main {
	width: 100%;
	float: left;
	padding: 30px 0;
}
.main_top {
	width: 100%;
	height: 80px;
	float: left;
	text-align: center;
}
.container {
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
/*end*/

/**顶部**/
#top {
	width: 100%;
	background: #83c428;
}
.welcome {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding-left: 14px;
	margin: 4px 0;
}
.top_right {
	float: right;
	background: #83c428;
	padding: 0 10px;
}
.top_right a {
	display: inline-block;
}
.top_right a img {
	width: 100%;
	height: auto;
}
.top_right2 {
	float: right;
	color: #96c277;
	line-height: 30px;
	padding-right: 7px;
	margin: 4px 0;
}
.top_right2 a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 0 6px;
}
#header {
	width: 100%;
	float: left;
	position: relative;
	z-index: 9999;
}
#logo {
	float: left;
}
#topgg {
	width: 70%;
	float: right;
    padding: 0;
	text-align: center;
}
#logo img {
}
#header_right {
	float: right;
}
.wechat_top {
	display: inline;
	position: relative;
}
.wechat_top_img {
	display: none;
	position: absolute;
	top: 170%;
	right: 0;
	z-index: 2;
}
.wechat_top:hover .wechat_top_img {
	display: block;
}
/*end*/

/*menu*/
#navigate {
	float: right;
	clear: both;
	margin: 50px 5px 35px 0;
}
#navigate ul li {
	float: left;
	position: relative;
}
#navigate ul li.first_menu {
	background: none;
}
#navigate ul li.first_menu a {
	margin-left: 0;
}
#navigate ul li a {
	display: inline-table;
	line-height: 30px;
	height: 30px;
	color: #0e0e0e;
	font-size: 16px;
	margin-left: 42px;
}
#navigate ul li a:hover {
	color: #66b72e;
}
#navigate ul li .current {
	color: #66b72e;
}
/* #navigate ul li ul {display:none;position:absolute;left:0;top:47px;padding:5px 0;background:#45b1ff;z-index:9999;}
#navigate ul li ul li {border:none;float:none; background:none; height:30px; line-height:30px; overflow:hidden;}
#navigate ul li ul li a{height:30px;line-height:30px; font-size:14px; color:#fff;font-weight: normal; background:none;}
#navigate ul li ul li a:hover {background:none;color:#ff0;} */
/*end*/

/*mobile menu*/
.mobile_menu {
	display: none;
}
.menu_btn {
	display: block;
	height: 28px;
	width: 40px;
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: 999;
}
.menu_btn i {
	height: 2px;
	width: 30px;
	background: #67C514;
	display: block;
	position: absolute;
	top: 15px;
	display: inline-block;
	transition: all 0.3s ease-out;
}
.menu_btn i:before {
	content: "";
	display: block;
	background: #67C514;
	width: 30px;
	height: 2px;
	position: absolute;
	top: -6px;
	transition: all 0.3s ease-out;
}
.menu_btn i:after {
	content: "";
	display: block;
	background: #67C514;
	width: 30px;
	height: 2px;
	position: absolute;
	top: 6px;
	transition: all 0.3s ease-out;
}
.menu_btn i.ccc {
	background: #666;
	z-index: 999;
}
.menu_btn i.ccc:before {
	background: #666;
}
.menu_btn i.ccc:after {
	background: #666;
}
.menu_btn:hover i:before {
	top: -10px;
}
.menu_btn:hover i:after {
	top: 10px;
}
.menu_btn:hover i.open:before {
	top: -6px;
}
.menu_btn:hover i.open:after {
	top: 6px;
}
i.open {
	background: transparent;
}
i.open:before {
	background: #666;
	transform: translateY(6px) rotateZ(45deg);
	width: 20px;
	-ms-transform: translateY(6px) rotateZ(45deg); 	/* IE 9 */
	-moz-transform: translateY(6px) rotateZ(45deg); 	/* Firefox */
	-webkit-transform: translateY(6px) rotateZ(45deg); /* Safari 和 Chrome */
	-o-transform: translateY(-6px) rotateZ(45deg); 	/* Opera */
}
i.open:after {
	background: #666;
	transform: translateY(-6px) rotateZ(-45deg);
	width: 20px;
	-ms-transform: translateY(-6px) rotateZ(-45deg); 	/* IE 9 */
	-moz-transform: translateY(-6px) rotateZ(-45deg); 	/* Firefox */
	-webkit-transform: translateY(-6px) rotateZ(-45deg); /* Safari 和 Chrome */
	-o-transform: translateY(-6px) rotateZ(-45deg); 	/* Opera */
}
#menu {
	position: absolute;
	width: 170px;
	background: rgba(255, 255, 255,0.8);
	z-index: 2;
	right: 0;
	top: 0;
	transition: all 0.3s ease-out;
}
#menu.open_menu {
	right: 0!important;
	display: block !important;
}
#menu ul {
	padding: 20px 0px 10px 30px;
}
#menu ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
/*flash*/
#banner {
	width: 100%;
	float: left;
}
#banner img {
	width: 100%;
	height: auto;
}
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #fff;/*filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul .on {
	background: #66b72e;
}
.slideBox .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: block;
	width: 49px;
	height: 75px;
	background: url(../images/left.png) no-repeat left top;
	cursor: pointer;
}
.slideBox .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: block;
	width: 49px;
	height: 75px;
	background: url(../images/right.png) no-repeat left top;
	cursor: pointer;
}
.slideBox .prev, .slideBox .next {
	display: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#flash:hover .slideBox .prev {
	display: block !important;
}
#flash:hover .slideBox .next {
	display: block !important;
}
/*end*/


/*底部*/
#footer {
	width: 100%;
	float: left;
	text-align: left;
	padding: 18px 0;
	background: #585858;
	color: #c5c5c5;
	line-height: 30px;
}
#footer a {
	color: #c5c5c5;
}
#footer a:hover {
	color: #83c428;
}
.footer_left {
	float: left;
	width: 70%;
	padding: 0 5px;
}
.footer_right {
	float: right;
	width: 30%;
	padding: 0 5px;
}
#footnav {
	float: left;
	width: 100%;
}
#footnav li {
	display: inline-block;
}
#footnav li a {
	padding: 0 6px;
}
#footnav li a:nth-child(1) {
	padding-left: 0;
}
.f_contact {
	float: left;
	width: 100%;
}
.f_contact span {
	margin-right: 8px;
}
#copy_txt {
	float: left;
	width: 100%;
}
.wechat {
	float: right;
}
/*end*/
/*--永靖名片 开始--*/
.bann-grid {
    padding: 6em 0em;
}
.bann-works h6 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 0.5em;
    color: #e68523;
   font-family: 'Amaranth', sans-serif;
}
.ban-setting{
	display:block;
	position:relative;
	overflow:hidden;
}
.ban-setting img{
	width:100%;
}
.ban-setting .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    color: #ffffff;
    position: absolute;
    bottom: -75%;
    right: 0;
    background-color:#83c428;
   filter:alpha(opacity=90); 
 -moz-opacity:0.9; 
 -khtml-opacity: 0.9; 
 opacity: 0.9; 
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ban-setting:hover .captn {
  bottom: 0%;
}
.captn a{
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 3px;
}
.captn a:hover {
    transform: rotateY(360deg);
}
.captn h4 {
    font-size: 1.2em;
    color: #fff;
    padding: 9px 0 4px;
}
.captncon{font-size:1.0em;
    color: #fff;
    padding: 9px 0 4px;
  display:none;
}
.captn p {
    font-size: 1em;
    color: #fff;
}
.ban-setting:hover .captn h4 {
    margin-top:15px;
}
.ban-setting:hover .captncon {
    display:block;
}
/*--永靖名片结束--*/

/* 首页旅游景区 */
#pro {
	float: left;
	width: 100%;
	background: url(../images/pro_bg.jpg);
	padding: 20px 0 30px 0;
}
#pro_ico {
	text-align:center;color:#83c428;padding-top:45px;font-size: 24px;font-family: "黑体";
	width: 100%;
	height: 96px;
	background: url(../images/home_top1.png) no-repeat center center;
	background-size: contain;
}
#home_top {
	float: left;
	width: 100%;
	text-align: center;
}
#home_top h3 {
	font-size: 18px;
	line-height: 30px;
	color: #8d8d8d;
}
#home_top h4 {
	font-size: 14px;
	line-height: 30px;
	color: #7a7a7a;
}
#pro_con {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.pro_con_left {
	float: left;
	width: 58.47%;
}
.pro_con_right {
	float: right;
	width: 39%;
}
.pro_item_left {
	float: left;
	width: 67%;
}
.pro_item_right {
	float: right;
	width: 31%;
}
.pro_item_left2 {
	float: left;
	width: 100%;
}
.pro_item_right2 {
	width: 88%;
	margin: 0 auto;
}
.pro1 {
	padding: 15px 15px 15px 30px;
}
.pro2 {
	padding: 15px 5px 15px 30px;
}
.pro_item_list {
	float: left;
	width: 100%;
	border: 1px solid #d6d6d6;
	background: #fff;
	cursor: pointer;
	margin-bottom: 20px;
}
.pro_item_title {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #66b72e;
	overflow: hidden;
}
.pro_item_desc {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	max-height: 120px;
	color: #333333;
	overflow: hidden;
}
.pro_item_img {
	float: right;
	width: 100%;
}
.pro_item_img img {
	width: 100%;
}
.pro_item_list:hover {
	border: 1px solid #66b72e;
}
/* 首页旅游景区  end */
.xiecheng {background-image:url(/skin/images/jdbj.jpg) ;background-repeat:no-repeat ;background-position:center;}
/* 关于我们 */
#about {
	float: left;
	width: 100%;
	padding: 70px 15px 50px 15px;
	overflow: hidden;
}
#about_con {
	width: 1247px;
	margin: 0 auto;
	position: relative;
}
.ibox {
	float: left;
	width: 100%;
	border-top: 18px solid #dae9c8;
	border-right: 14px solid #dae9c8;
	border-bottom: 18px solid #dae9c8;
	border-left: 18px solid #dae9c8;
	position: relative;
}
.ibox_img {
	float: left;
	width: 27.2%;
}
.ibox_img img {
	width: 100%;
	height: auto;
}
.ibox_desc {
	float: right;
	width: 68%;
	padding: 27px 20px 0 0;
	font-size: 14px;
	line-height: 30px;
}
.ibox_desc p {
	margin: 15px 0;
}
.ibox_top {
	float: left;
	width: 100%;
	height: 28px;
	border-top: 5px solid #dbe9c6;
}
.ibox_top_left {
	width: 47px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ibox_top_left.jpg) no-repeat;
}
.ibox_top_right {
	width: 35px;
	height: 28px;
	position: absolute;
	right: -30px;
	top: 0;
	background: url(../images/ibox_top_right.jpg) no-repeat;
}
.ibox_middle {
	width: 30px;
	height: 100%;
	position: absolute;
	right: -44px;
	top: -18px;
	background: url(../images/ibox_middle.png) repeat-y;
}
.ibox_bottom {
	width: 30px;
	height: 125px;
	position: absolute;
	right: -44px;
	bottom: -18px;
	background: url(../images/ibox_bottom.png) no-repeat;
}
.ibox_left {
	width: 275px;
	height: 541px;
	position: absolute;
	left: -250px;
	top: -105px;
	background: url(../images/ibox_left.png) no-repeat;
	z-index: 2;
}
.ibox_right {
	width: 215px;
	height: 567px;
	position: absolute;
	right: -193px;
	bottom: -49px;
	background: url(../images/ibox_right.png) no-repeat;
	z-index: -1;
}
/* 关于我们 end */

/*  适用范围 */
#service {
	float: left;
	width: 100%;
	background: #83c428;
}
#service_ico {
    text-align:center;color:#83c428;padding-top:70px;font-size: 24px;font-family: "黑体";
	width: 100%;
	height: 120px;
	background: url(../images/home_top2.jpg) no-repeat center center;
	background-size: contain;
}
.service_top h3 {
	color: #fff !important;
}
.service_con {
	float: left;
	margin-top: 35px;
}
.service_item {
	float: left;
	width: 100%;
	padding: 5px;
	background: #fff;
	margin-bottom: 20px;
	border-top: 3px solid #57ac1d;
	border-right: 1px solid #57ac1d;
	border-bottom: 1px solid #57ac1d;
	border-left: 1px solid #57ac1d;
	box-shadow: 0px 2px 3px #57ac1d;
}
.service_item_img {
	float: left;
	width: 34.6%;
}
.service_item_img img {
	width: 100%;
}
.service_right {
	float: right;
	width: 65.4%;
	padding: 0 14px 0 16px;
}
.service_item_title {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.service_item_title a {
	font-size: 16px;
	color: #83c428;
}
.service_item_desc {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 96px;
	overflow: hidden;
	position: relative;
}
.service_more {
	color: #66b72e;
	position: absolute;
	right: 0;
	bottom: 0;
}
.service_bottom {
	width: 100%;
	height: 130px;
	background: url(../images/home_bottom2.jpg) no-repeat center center;
}
/*  适用范围 end */


/*  永靖人物 */
#pep {
	float: left;
	width: 100%;
	padding: 40px 0 20px 0;
}
.pep_ico {
    text-align:center;color:#83c428;padding-top:30px;font-size: 24px;font-family: "黑体";
	width: 100%;
	height: 80px;
	background: url(../images/home_top3.jpg) no-repeat center center;
	background-size: contain;
}
.pep_top h3 {
	color: #333 !important;
}
.pep_con {
	float: left;
	width: 100%;
	margin-top: 48px;
}
.pepdiv{
	float: left;
}
.width24{width:24%;}
.width100{width:100%;}
.pep_item {
	float: left;
	padding-right: 5px;
	padding-bottom: 35px;
}
.pep_item:hover .pep_item_time, .pep_item:hover .pep_item_desc { color: #83c428;}
.pep_item:hover .pep_item_day, .pep_item:hover .pep_item_month { background: #fff; }
.pep_item_time {
	float: left;
	width: 72px;
	color: #fff;
	text-align: center;
}
.pep_item_day {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	background: #83c428;
}
.pep_item_month {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #83c428;
	margin-top: 1px;
}
.pep_item_right {
	float: right;
	width: 72%;
}
.pep_item_title {
	flaot: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.pep_item_title a {
	font-size: 16px;
	color: #83c428;
}
.pep_item_desc {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.pep_more {
	color: #36863d;
	position: absolute;
	right: 0;
	bottom: 0;
}


/*  新闻中心 */
#news {
	float: left;
	width: 100%;
	padding: 40px 0 20px 0;
}
.news_ico {
    text-align:center;color:#83c428;padding-top:30px;font-size: 24px;font-family: "黑体";
	width: 100%;
	height: 80px;
	background: url(../images/home_top3.jpg) no-repeat center center;
	background-size: contain;
}
.news_top h3 {
	color: #333 !important;
}
.news_con {
	float: left;
	width: 100%;
	margin-top: 48px;
}
.news1 {
	float: left;
	width: 52.3%;
}
.news2 {
	float: right;
	width: 46.2%;
}
.news3 {
	float: left;
	width: 52.3%;
}
.news4 {
	float: right;
	width: 46.2%;
}
.news_item {
	float: left;
	width: 100%;
	padding-right: 5px;
	padding-bottom: 35px;
}
.news_item_time {
	float: left;
	width: 72px;
	color: #fff;
	text-align: center;
}
.news_item_day {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	background: #66b72e;
}
.news_item_month {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #66b72e;
	margin-top: 1px;
}
.news_item_right {
	float: right;
	width: 84.39%;
}
.news_item_title {
	flaot: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.news_item_title a {
	font-size: 16px;
	color: #83c428;
}
.news_item_desc {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.news_more {
	color: #36863d;
	position: absolute;
	right: 0;
	bottom: 0;
}
/* artflash */
#artflash {
	float: left;
	width: 100%;
}
.slideBox2 {
	position: relative;
	overflow: hidden;
}
.slideBox2 .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox2 .bd li {
	position: relative;
	text-align: left;
}
.artflash_img {
	width: 100%;
}
.artflash_img img {
	width: 100%;
}
.artflash_bottom {
	width: 100%;
	padding: 15px 17px 10px 17px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.artflash_title {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.artflash_desc {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}
.slideBox2 .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 15px;
	right: 18px;
}
.slideBox2 .hd ul {
	text-align: right;
}
.slideBox2 .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 3px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
	border: 1px solid #fff;
}
.slideBox2 .hd ul .on {
	background: #36863d;
}
.slideBox2 .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: block;
	width: 49px;
	height: 75px;
	background: url(../images/left.png) no-repeat left top;
	cursor: pointer;
}
.slideBox2 .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: block;
	width: 49px;
	height: 75px;
	background: url(../images/right.png) no-repeat left top;
	cursor: pointer;
}
.slideBox2 .prev, .slideBox2 .next {
	display: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#artflash:hover .slideBox2 .prev {
	display: block !important;
}
#artflash:hover .slideBox2 .next {
	display: block !important;
}
/* 新闻中心 end */


#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/left.png) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/right.png) no-repeat 0px 0px;
	position: absolute;
	left: 736px;
	top: 55px;
}
#MarqueeDiv {
	width: 692px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 34px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 10px;
	height: 150px;
	width: 150px;
}
/*end*/


/*left*/
#left {
	width: 240px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 20px;
}
.left_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	background: #66B72E;
}
.left_top h3 {
	float: left;
	line-height: 50px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #FFF;
	padding-left: 22px;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.type_list li a {
	color: #333;
	margin: 0 22px;
	background: url(../images/left_0.png) no-repeat right center;
	font-size: 14px;
	display: block;
}
.type_list li a:hover {
	color: #66B72E;
	background: url(../images/left_1.png) no-repeat right center;
}
.type_list li a.current {
	color: #66B72E;
	background: url(../images/left_1.png) no-repeat right center;
}
.type_list li.second_cat {
}
.type_list li.second_cat a {
	background: url(../images/left_2.png) no-repeat left center;
	padding: 0 10px;
}
.type_list li.second_cat a:hover {
	background: url(../images/left_4.png) no-repeat left center;
}
.type_list li.second_cat a.current {
	background: url(../images/left_4.png) no-repeat left center;
}
.left_contact_con {
	padding: 14px;
	line-height: 24px;
}
.left_contact_con p {
	margin: 0;
}
.left_btn {
	border: solid 1px #ddd;
	background: transparent;
	border-radius: 4px;
	font-size: 14px;
	padding: 6px 15px;
	margin: 0;
	display: inline-block;
	line-height: 20px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	cursor: pointer;
}
.left_btn {
	display: none;
}
/*end*/

/*right*/
#right {
	width: 880px;
	float: right;
}
#right_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
#right_top h3 {
	float: left;
	font-size: 16px;
	color: #66b72e;
	line-height: 40px;
	font-family: "微软雅黑";
}
#right_top h3 a {
	color: #66b72e;
}
.ur_here {
	float: right;
	height: 40px;
	line-height: 40px;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 18px;
}
.ur_here li {
	display: inline-block;
	margin: 0 3px;
	font-size: 12px;
	color: #797979;
}
.ur_here li a {
	color: #797979;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;/*overflow-x:hidden;*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
/*end*/

/*demo*/
#demo {
	overflow: hidden;
	width: 900px;
	height: 145px;
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
}
#cdemo {
	overflow: hidden;
	width: 900px;
}
#demo img {
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*end*/

/*link*/
.friendlink {
	padding-top: 12px;
}
.friendlink li {
	float: left;
	width: 242px;
}
.friendlink li.txt1 {
	padding: 3px 0px 3px 24px;
	background: url(../images/dot.gif) no-repeat 10px center;
}
.friendlink li.pic1 {
	padding: 3px 0 3px 8px;
}
.friendlink li.pic1 img {
	width: 240px;
	height: 65px;
}
.link {
	width: 100%;
	padding: 50px 0;
	float: left;
}
.link_txt {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0 0 0;
}
.link_txt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_txt li {
	margin: 0px;
	padding: 0 10px;
	list-style-type: none;
	display: inline-block;
	line-height: 25px;
}
.link_txt li a {
	font-size: 14px;
	color: #df011a;
}
.link_txt li span {
	font-size: 16px;
}
.link_img {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0 0 0;
}
.link_img ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_img li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.link_img li img {
	height: 150px;
}
/*end*/
	 
/*news*/
.art_list {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.art_img {
	float: left;
	width: 23%;
}
.art_img img {
	width: 100%;
}
.art_right {
	float: right;
	width: 75%;
}
.art_title {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
.art_author {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 12px;
}
.art_author span {
	margin: 0 10px 0 0;
}
.art_des {
	width: 100%;
	color: #666;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
}
.art_more {
	width: 100%;
	display: inline-block;
	text-align: left;
	color: #66B72E;
}
.art_more:hover {
	color: #66B72E;
}
.art_list:hover .art_title a {
	color: #66B72E;
}
.art_list:hover {
	border-bottom: 1px dashed #66B72E;
}
.art_list2 {
	float: left;
	width: 100%;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.art_img2 {
	float: left;
	width: 100%;
}
.art_img2 img {
	width: 100%;
	height: auto;
}
.art_title2 {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: rgba(107,106,106,0.9);
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	overflow: hidden;
}
.art_title2 a {
	font-size: 16px;
	color: #fff;
}
.art_layer {
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(107,106,106,0.9);
	text-align: center;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0 5px;
	color: #fff;
	webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.art_layer_middle {
	display: table;
	width: 100%;
	height: 100%;
}
.art_layer_middle div {
	display: table-cell;
	vertical-align: middle;
}
.art_layer h3 {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	overflow: hidden;
}
.art_layer h4 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
	max-height: 60px;
	overflow: hidden;
}
.art_layer a {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #66B72E;
	border-radius: 3px;
	margin-top: 20px;
	color: #fff;
}
.art_list2:hover .art_title2 {
	display: none;
}
.art_list2:hover .art_layer {
	top: 0;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList3 {
	display: none;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 35px;
}
.time {
	float: right;
}
.articleImg {
	width: 100%;
	margin: 10px 0;
}
.articleImg img {
	display: block;
	margin: 0 auto;
}
.articleTitle2 {
	line-height: 50px;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
	line-height: 200%;
}
.articleInfo img {
	max-width: 100%;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
}
/*end*/

/*Product*/
.productList {
	float: left;
	margin-top: 10px;
}
.pro_list {
	text-align: center;
	margin: 10px auto;
}
.pro_img img {
	width: 100%;
}
.pro_title {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.productTitle {
	line-height: 55px;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	width: 67%;
	float: right;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 67%;
	float: right;
}
.productImg {
	width: 30%;
	float: left;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productImg img {
	max-width: 100%;
	float: left;
	border: 1px solid #dcdcdc;
}
.productBuy {
	width: 67%;
	float: right;
	margin: 10px auto;
}
.productBuy a {
	margin: 10px 10px 10px 0;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #54C11A;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.productBuy a:hover {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: #F9A100;
}
.share {
	width: 67%;
	float: right;
	margin-top: 5px;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.pro_list {
	text-align: center;
	width: 23%;
	margin: 10px 1%;
	float: left;
}
.pro_img {
	border: 1px solid #dcdcdc;
	overflow: hidden;
	float: left;
}
.pro_list:hover .pro_img {
	border: 1px solid #54C11A;
}
.pro_list:hover .pro_img img {
	transform: scale(1.2, 1.2) rotate(10deg);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pro_list:hover .pro_title a {
	color: #54C11A;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages li {
	display: inline-block;
}
.pages a {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pages a:hover {
	background: #eee;
}
.pages li.active a {
	background: #eee;
	color: #f00;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/

/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
	width: 100px;
}
/*end */

@media screen and (max-width: 1200px) {
#right {
	width: 680px;
}
#about_con {
	width: 90%;
}
.news_more, .pep_more{
	display: none;
}
}
@media screen and (max-width: 992px) {
#left {
	width: 100%;
}
#right {
	width: 100%;
}
#right_con {
	min-height: auto;
}
#logo img {
	height: 85px;
}
#navigate {
	margin: 30px 5px 15px 0;
}
#navigate ul li a {
	margin-left: 10px;
}
.ibox_img {display:none;
}
.ibox_desc {
	width: 100%;
	padding: 10px 5px;

}
.pro_list {
	width: 46%;
	margin: 10px 2%;
}
#left {
	display: none;
	margin: 10px 0;
}
.left_btn {
	display: block;
}
.left_contact {
	display: none;
}
.news1, .news2, .news3, .news4 {
	width: 100%
}
.pepdiv {width: 24%}
.news2, .pep2 {
	margin-top: 20px;
}

}
 @media screen and (max-width: 768px) {
#navigate {
	display: none;
}
.language {
	display: none;
}
.slideBox .prev, .slideBox .next {
	display: none;
}
.mobile_menu {
	display: block;
}
#top {
	display: none;
}
#logo img {
	height: 65px;
}
.ibox_desc {
	font-size: 12px;
	line-height: 20px;
}
.ibox_desc p {
	margin: 10px 0;
}
.productImg {
	width: 100%;
}
.productImg img {
	float: none;
}
.productTitle {
	width: 100%;
	text-align: center;
	line-height: 35px;
}
.productBuy {
	width: 100%;
	text-align: left;
}
.share {
	display: none;
}
.productDesc {
	display: none;
}
.art_img {
	width: 30%;
}
.art_right {
	width: 67%;
}
.art_more {
	display: none;
}
.art_author {
	display: none;
}
.art_des {
	margin-top: 5px;
}
.f_list .fl_l {
	width: 20%;
}
.f_list .fl_r {
	width: 80%;
}
.footer_left, .footer_right {
	width: 100%;
}
.wechat {
	float: left;
}
}
@media screen and (max-width: 600px) {
.news_item_time, .pep_item_time {
	width: 14%;
}
}
@media screen and (max-width: 480px) {
.pro_con_left {
	width: 100%;
}
.pro_con_right {
	width: 100%;
}
.pro_item_left {
	width: 100%;
}
.pro_item_right {
	width: 63.5%;
	margin: 0 auto;
	float: none;
}
.pro_item_title {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.pro_item_desc {
	line-height: 24px;
	margin-bottom: 10px;
}
#logo img {
	height: 55px;
}
.navbar-toggle {
	margin: 10px 0 0 0;
}
#pro_ico {
  text-align:center;color:#83c428;padding-top:30px;font-size: 24px;font-family: "黑体";
	height: 60px;
}
#home_top h4 {
	line-height: 20px;
}
#pro_con {
	margin-top: 15px;
}
.ur_here {
	display: none;
}
.f_list .fl_l {
	width: 30%;
}
.f_list .fl_r {
	width: 70%;
}
#footnav, .f_contact {
	display: none;
}
.wechat {
	display: none;
}
#copy_txt {
	text-align: center;
	line-height: 20px;
}
.service_more {
	display: none;
}
.news_item_time, .pep_item_time {
	width: 15%;
}
.news_item_right, .pep_item_right {
	width: 83.39%;
}
.news_item_day, .pep_item_day  {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.news_item_month, .pep_item_month {
	font-size: 12px;
}
.news_item_title, .pep_item_title {
	height: 24px;
	line-height: 24px;
}
.news_item_desc, .pep_item_desc {
	margin-top: 0;
}
.news_item, .pep_item {
	padding: 10px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.news_item:nth-child(3), .pep_item:nth-child(3) {
	border-bottom: none;
}
.left_top h3 {
	font-size: 18px;
}
.articleList2 {
	display: none;
}
.articleList3 {
	display: block;
}
.slideBox .bd li img {
	height: 180px;
}
/*手机底部导航*/
.blank55 {
	width: 100%;
	height: 55px;
	clear: both;
	overflow: hidden;
}
#toolbar {
	color: #fff;
	width: 100%;
	height: 54px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	background: #67C514;
	display: block;
}
#toolbar a {
	width: 100%;
	color: #fff;
	display: block;
	padding: 5px 0 0 0;
	line-height: 23px;
	font-size: 14px;
}
#toolbar a span {
	font-size: 22px;
	display: block;
}
}
}
 @media screen and (max-width: 320px) {
.pro_list {
	width: 96%;
	margin: 10px 2%;
}
}