/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

* {
    margin: 0;
    padding: 0;
    /*font: 14px " ";*/
    line-height: 28px;
}
img{ max-width:100%;}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.container:after {
	visibility: hidden;
	display: block;
	content: "";
	height: 0;
	clear: both;
	font-size: 0;
	zoom: 1;
}

.fix {
	zoom: 1;
}

.fix:after {
	visibility: hidden;
	display: block;
	content: "";
	height: 0;
	clear: both;
	font-size: 0;
}

.logo {
	float: left;
}

.header_top {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: white;
}

.logo {
	height: 100px;
}

.logo span {
	display: inline-block;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
}

.menu {
	float: right;
	height: 100px;
}

.menu ul {
	float: left;
}

.menu ul>li {
	height: 100px;
}

.menu li {
	text-align: center;
	float: left;
	width: 90px;
}

.menu li a {
	display: block;
	height: 100px;
	font: 16px " ";
	font-weight: bold;
	color: #666666;
	line-height: 100px;
}

.menu li a:hover {
	color: #519046;
}

.phone {
	width: 145px;
	
	text-align: right;
	background: url(../images/n_phone.png) no-repeat left center;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	float: left;
	margin-left: 20px; padding-top:20px;
}


/* index banner */

.index_banner {
	margin-top: 100px;
}

.index_banner .slideBox {
	width: 100%;
	max-height: 750px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.index_banner .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.index_banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
}

.index_banner .slideBox .hd ul li {
	display: inline-block;
	margin-right: 4px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.index_banner .slideBox .hd ul li.on {
	background: #333333;
	color: #fff;
}

.index_banner .slideBox .bd {
	position: relative;
	/*	height: 100%;*/
	z-index: 0;
}

.index_banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.index_banner .slideBox .bd img {
	width: 100%;
	max-height: 750px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.index_banner .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.index_banner .slideBox .prevStop {
	display: none;
}

.index_banner .slideBox .nextStop {
	display: none;
}

.pc_n {
	width: 58px !important;
	height: 115px !important;
	margin-top: -55px !important;
	background: url(../img/next.png) !important;
}

.pc_p {
	width: 58px !important;
	height: 115px !important;
	margin-top: -55px !important;
	background: url(../img/prev.png) !important;
}


/*===================slide*/

.picScroll-left {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 15px;
	min-height: 600px;
}

.picScroll-left .bd {
	padding: 10px;
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}

.left {
	float: left;
	width: 50%;
	height: auto;
	padding-bottom: 100px;
	padding-right: 20px;
	box-sizing: border-box;
}

.left h3 {
	font-size: 40px;
	color: #000000;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_xian.jpg) no-repeat left top;
	margin-bottom: 10px;
}

.left h4 {
	font-size: 14px;
	color: #519046;
	line-height: 20px;
	font-weight: normal;
}

.left .article {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-align: left !important;
}

.s_section1_list {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.s_section1_list dl dd {
	float: left;
	width: 20%;
	margin-right: 5%;
	height: auto;
	margin-bottom: 20px;
}

.left .article p {
	text-align: left !important;
	font: 16px " ";
	line-height: 28px;
}

.left .more a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	background: url(../images/more_jt.png) no-repeat 120px 15px #519046;
	border-radius: 5px;
}

.right {
	float: left;
	width: 50%;
	height: auto;
	box-sizing: border-box;
}

.right img {
	display: inherit;
	width: 540px;
	height: 540px;
}

.pic_li_list {
	width: 1080px;
}

.prev,
.next {
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.prev {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/s_section1_prev.png) no-repeat;
	float: left;
	margin-top: 240px;
}

.next {
	margin-right: -25px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/s_section1_next.png) no-repeat;
	margin-top: 240px;
}

.s_product {
	max-width: 1920px;
	width: 100%;
	height: 720px;
	overflow: hidden;
	background: url(../images/s_product_bj.jpg) no-repeat center top;
	padding-top: 80px;
	padding-bottom: 120px;
	box-sizing: border-box;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.s_product_content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.s_product_content h3 {
	font-size: 40px;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_bai.png) no-repeat center top;
	margin-bottom: 10px;
	text-align: center;
}

.s_product_content h4 {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}

.s_product_list {
	width: 100%;
	margin-top: 50px;
}

.s_product_list ul li {
	float: left;
	width: 33.3333333%;
	padding-right: 30px;
	box-sizing: border-box;
}

.s_product_list ul li .s_product_list_img {
	display: block;
	margin-bottom: 20px;
}

.s_product_list ul li img {
	display: block;
	width: 60px;
	height: 60px;
}

.s_product_list ul li .title {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 15px;
	background: url(../images/title_xian.jpg) no-repeat left bottom;
	margin-bottom: 30px;
}

.s_product_list ul li .article {
	font-size: 13px;
	color: #fff;
	line-height: 26px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 40px;
}

.article p {
	text-align: left !important;
	font: 14px " ";
	line-height: 26px;
}

.s_product_list ul li .more a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 13px;
	color: #fff;
}

.s_about {
	max-width: 1920px;
	width: 100%;
	height: 680px;
	overflow: hidden;
	background: url(../images/s_about_bj.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
	box-sizing: border-box;
}

.s_about_con {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.s_about_con .left {
	float: left;
	width: 50%;
	height: auto;
}

.s_about_con .right {
	float: left;
	width: 50%;
	height: auto;
}

.s_about_con .left h3 {
	font-size: 40px;
	color: #000000;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_xian.jpg) no-repeat left top;
	margin-bottom: 10px;
}

.s_about_con .left h3 strong {
	color: #519046;
	font-size: 40px;
}

.s_about_con .left h4 {
	font-size: 14px;
	color: #519046;
	line-height: 20px;
	font-weight: normal;
}

.s_about_con .article {
	width: 100%;
	margin-top: 50px;
	font-size: 13px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 30px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: justify;
}

.s_about_con .left .more a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	background: url(../images/more_jt.png) no-repeat 120px 15px #519046;
	border-radius: 5px;
}

.s_about_con .right img {
	display: block;
	height: 400px !important;
	margin: 0 auto;
}

.s_section4 {
	max-width: 1920px;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.s_section4 .left {
	padding: 0 !important;
	float: left;
	width: 50%;
	position: relative;
}

.s_section4 a {
	display: block;
}

.s_section4 .left .pic {
	display: inherit;
	width: 100%;
}

.s_section4_bj {
	width: 100%;
	height: 100%;
	background: url(../images/s_section4_bj.png) 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.s_section4 .left .s_section4_bj .article {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto !important;
	margin-left: -20%;
	margin-top: -10%;
}

.s_section4_bj .article p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding-bottom: 20px;
	box-sizing: border-box;
	background: url(../images/bj_xian.jpg) no-repeat center bottom;
	margin-bottom: 30px;
}

.s_section4_bj .article img {
	display: inherit;
	max-width: 80px;
	width: 60%;
	margin: 0 auto;
	height: auto !important;
}

.s_section4 .right {
	float: left;
	width: 50%;
}

.s_section4 .right ul li {
	float: left;
	width: 50%;
	height: auto;
	position: relative;
}

.s_section4 .right ul li .pic {
	display: inherit;
	width: 100%;
	height: auto;
}

.s_section4_bj {
	width: 100%;
	height: 100%;
	background: url(../images/s_section4_bj.png) 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.s_section4 a {
	display: block;
}

.s_section4_bj .article {
	width: 40%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20%;
	margin-top: -20%;
}

.s_section5 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f5f5f5;
	padding-top: 90px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.s_section5_con {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.s_section5_con h3 {
	font-size: 40px;
	color: #000000;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_xian.jpg) no-repeat center top;
	margin-bottom: 10px;
	text-align: center;
}

.pad h3 {
	font-size: 40px;
	color: #000000;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_xian.jpg) no-repeat center top;
	margin-bottom: 10px;
	text-align: center;
}

.s_section5_con h4 {
	font-size: 14px;
	color: #519046;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}

.pad h3 strong {
	color: #519046;
	font-size: 40px;
}

.pad h4 {
	font-size: 14px;
	color: #519046;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
}

.s_section5_list {
	width: 100%;
	margin-top: 40px;
}

.s_section5_list ul {
	margin: 0 -1%;
}

.s_section5_list ul li {
	float: left;
	width: 31.333333%;
	margin: 0 1%;
}

.s_section5_list ul li a {
	display: block;
}

.s_section5_list ul li .pic {
	display: inherit;
	width: 380px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.s_section5_list ul li .title {
	font-size: 13px;
	color: #333333;
	line-height: 26px;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.s_section5_list ul li .article {
	font-size: 13px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.s_section5_list ul li .gd {
	width: 20px;
	height: 24px;
}

.s_section5_con h3 strong {
	color: #519046;
	font-size: 40px;
}

.s_section5_list ul li .time {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../images/s_news_bj_03.png) 100% 100%;
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
}

.s_section5_list ul li img {
	display: inherit;
	width: 100%;
	transition: transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
}

.pic img {
	/*width: 380px !important;
	height: 240px;*/
	transition: all 0.3s ease-out 0s;
}

.con5 .more {
	display: none;
}

.pic img:hover {
	transform: scale(1.2, 1.2);
	transition: all 0.3s ease-out 0s;
}

.s_section5_con p.more a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	background: url(../images/more_jt.png) no-repeat 120px 15px #519046;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 50px;
}

.more>a:hover {
	background: url(../images/more_jt.png) no-repeat 120px 15px #88c13b !important;
}

.s_section6 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	padding-bottom: 120px;
}

.s_section6 h3 {
	font-size: 40px;
	color: #000000;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_xian.jpg) no-repeat center top;
	margin-bottom: 10px;
	text-align: center;
}

.s_section6 .article {
	font-size: 13px;
	color: #333333;
	line-height: 26px;
	text-align: center;
}

.s_section6 .article p {
	text-align: center !important;
	width: 100%;
	font: 13px " ";
	color: #333333;
	line-height: 26px;
}

.s_section6 h3 strong {
	color: #519046;
	font-size: 40px;
}


/*===================slide*/

.picScroll-left {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 15px;
	min-height: 600px;
}

.picScroll-left .bd {
	padding: 10px;
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}

.left {
	float: left;
	width: 50%;
	height: auto;
	padding-bottom: 100px;
	padding-right: 20px;
	box-sizing: border-box;
}

.left h3 {
	font-size: 40px;
	color: #000000;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_xian.jpg) no-repeat left top;
	margin-bottom: 10px;
}

.left h4 {
	font-size: 14px;
	color: #519046;
	line-height: 20px;
	font-weight: normal;
}

.left .article {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-align: left !important;
}

.s_section1_list {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.s_section1_list dl dd {
	float: left;
	width: 20%;
	margin-right: 5%;
	height: auto;
	margin-bottom: 20px;
}

.left .article p {
    text-align: left !important;
    font: 14px " ";
    line-height: 24px;
}

.left .more a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	background: url(../images/more_jt.png) no-repeat 120px 15px #519046;
	border-radius: 5px;
}

.right {
	float: left;
	width: 50%;
	height: auto;
	box-sizing: border-box;
}

.right img {
	display: inherit;
	width: 540px;
	height: 540px;
}

.pic_li_list {
	width: 1080px;
}

.prev_1,
.next_1 {
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.prev_1 {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/s_section1_prev.png) no-repeat;
	float: left;
	margin-top: 60px !important;
}

.next_1 {
	margin-right: -25px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/s_section1_next.png) no-repeat;
	margin-top: 60px !important;
}

.footer_list_box {
	margin-top: 50px;
	margin-bottom: 50px;
}

.footer_list_img {
	text-align: center;
	width: 200px;
	float: left;
	height: 200px;
}

.footer_list_img span {
	display: block;
	width: 200px;
	height: 100px;
	box-sizing: border-box;
}


/*.footer_list_img span {
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
}*/

.footer_list_img span img {
	display: inline-block;
	max-width: 98%;
	max-height: 98%;
	vertical-align: middle;
}

.footer_list_img span span {
	width: 0 !important;
	height: 100px !important;
	display: inline-block;
	vertical-align: middle;
}

.footer_list_box .bd {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #dbdbdb;
	padding: 10px;
}


/**/

.s_section7 {
	width: 100%;
	position: relative;
}

.s_section7_con {
	width: 100%;
	height: 520px;
	overflow: hidden;
	background: url(../images/car_bj.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.s_section7_con .top {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 100px;
}

    .s_section7_con .top p {
        font-size: 30px;
        line-height: 53px;
        text-align: center;
        color: #fff;
    }

.s_section7 .bottom {
	width: 100%;
	height: 500px;
	background-color: #d5cfca;
}

.s_section7_search {
	width: 900px;
	height: 640px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -450px;
}

.s_section7_form {
	width: 600px;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
}

.s_section7_form h2 {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: normal;
}

.s_section7_form .item {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}

.s_section7_form .item label {
	display: inline-block;
	width: 80px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}

.s_section7_form .item .col-con {
	display: inline-block;
}

.s_section7_form .item input {
	display: inline-block;
	width: 500px;
	line-height: 20px;
	border: none;
	border-bottom: 1px solid #999999;
	font-size: 16px;
	color: #333333;
}

input#onlineForm_Verification {
	width: 200px;
}

.item_tj {
	height: 50px !important;
	margin-top: 40px;
}

.item_tj input.tj {
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: #519046;
	margin-right: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #519046;
}

.item_tj input.cz {
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	color: #519046;
	margin-right: 10px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #519046;
}

.item_tj input.tj:hover {
	background-color: #519046;
	color: #fff;
}

.item_tj input.cz:hover {
	background-color: #519046;
	color: #fff;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #e8e8e8;
	padding-top: 70px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

.footer_con {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.footer_con .top {
	width: 100%;
	margin-bottom: 30px;
}

.footer_con .top ul {
	float: left;
}

.footer_con .top ul li {
	float: left;
	width: 350px;
	padding-right: 5%;
	box-sizing: border-box;
}

.footer_con .top ul li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

.footer_con .top ul li a {
	display: block;
	font-size: 13px;
	color: #999999;
	line-height: 30px;
}

.footer_con .bottom {
	width: 100%;
}

.footer_con .bottom .f_logo {
	max-width: 400px;
	width: 40%;
	height: 52px;
	float: left;
	margin-top: 50px;
}

.footer_con .bottom_right {
	max-width: 800px;
	width: 40%;
	float: right;
}

.bottom_right_div {
	max-width: 1000px;
	width: 100%;
	height: 110px;
	text-align: right;
	margin-bottom: 20px;
}

.bottom_right_div p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.footer_con .bottom .copy {
	text-align: right;
	font-size: 12px;
	color: #6c6c6c;
	line-height: 24px;
}

a {
	color: black;
	outline: 0 none;
	text-decoration: none;
	cursor: pointer;
}

.fonter_icon a {
	display: inline-block;
	margin: 0 5px;
}

.s_section7_con .top p strong {
	font-weight: bold;
	font: 30px " ";
}

.left_wrap {
	float: left;
	width: 250px;
	margin-top: 30px;
}

.left_wrap h2 {
	width: auto;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.zlm {
	width: auto;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	border-top: none;
}

.zlm dl {
	overflow: hidden;
}

.zlm dl dt {
	height: 40px;
	background: #f1f1f1;
	line-height: 40px;
	text-indent: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.zlm dl dt:hover,
.zlm dl #on {
	background: #fff;
}

.zlm dl dt:hover a,
.zlm dl #on a {
	color: #333;
}

.zlm dl dt a {
	color: #333;
}

.clear {
	width: 100%;
	clear: both;
}

.left_lxxx {
	padding: 10px;
	font-size: 14px;
	color: #696969;
	line-height: 25px;
	border: 1px solid #d8d8d8;
	border-top: none;
	word-break: break-all;
}

.left_wrap h2 {
	background: #0381CB;
}

.bgc {
	background-color: #EEEEEE !important;
	padding-top: 40px;
}

.right_wrap {
	width: 930px;
	overflow: Hidden;
	float: right;
	margin-top: 30px;
}

.right_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
}

.right_title h2 {
	font-size: 26px;
	font-weight: normal;
}

.content {
	line-height: 25px;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content div {
	font: 14px " ";
	color: #696969;
	line-height: 28px;
}

.w_1200 {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 1200px !important;
}

.zj_right .right_title {
	border-bottom: none !important;
}

.mian {
	margin: 50px auto;
}


/*------------------*/

.subNav {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.subNav ul li {
	display: inline-block;
	margin: 0 40px;
}

.subNav ul li a {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}

.subNav ul li a.active {
	border-bottom: 2px solid #519046;
}

.ab_t {
	margin-top: 40px;
	font-size: 40px;
	color: #333333;
	line-height: 50px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 10px;
	background: url(../images/n_title_xian.png) no-repeat center bottom;
	margin-bottom: 50px;
}

.ab_t strong {
	font-size: 20px;
	color: #519046;
	font-weight: normal;
	margin-left: 5px;
}

.ab_text {
	text-align: center;
}

.ab_text p {
	max-width: 1000px;
	text-align: center;
	font: 16px " ";
	color: #666;
	margin: 15px auto;
	line-height: 30px;
}

.ab_text img {
	display: inline-block;
	margin: 0 auto;
	width: auto;
	max-width: 600px;
	margin: 10px 0;
}

.st {
	font: 20px " " !important;
}

.pic2 {
	display: inherit;
	width: 100%;
	font-size: 0;
}

.pic2 img {
	width: 100%;
}

.news_list {
	width: 100%;
}

.news_list ul li {
	float: left;
	width: 100%;
	height: 190px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.news_list ul li .left {
	width: 310px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 0;
}

.news_list ul li .left img {
	display: inherit;
	max-width: 310px;
	width: 100%;
	/* height: 190px; */
}

.news_list ul li .right {
	float: left;
	width: 100%;
	height: 190px;
	padding-left: 330px;
	box-sizing: border-box;
	overflow: hidden;
}

.news_list ul li .right h3 {
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom: 10px;
	background: url(../images/news_title.png) no-repeat left bottom;
	margin-bottom: 20px;
}

.news_list ul li .right .time {
	font-size: 16px;
	color: #519046;
	line-height: 20px;
	margin-bottom: 10px;
}

.news_list ul li .right .article {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}

.news_list ul li .right .more {
	width: 70px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	background: url(../images/news_more.png) no-repeat center right;
}

.fix {
	zoom: 1;
}

.fix:after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
}

a {
	text-decoration: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.pad {
	padding: 80px 30px 100px 30px;
	box-sizing: border-box;
}

.pic {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.home-hotemian {
	margin: 40px auto 28px auto;
	overflow: hidden;
}

.home-hotemian ul {
	margin: 0 -5px;
}

    .home-hotemian ul li {
        float: left;
        width: 33%;
        padding: 5px;
        box-sizing: border-box;
        height: 230px;
    }

.home-hotemian ul .box {
	position: relative;
	overflow: hidden;
}

.home-hote .home-hotemian ul a {
	display: inline-block;
	width: 100%;
}

.vcenter {
    width: 100%;
    height: 230px;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

.home-hotemian ul .pic img {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
}

.home-hotemian ul .pic img:hover {
	transform: scale(1.1, 1.1);
	transition: all 0.35s ease-in-out;
}

.home-hotemian ul .pic .mask {
	padding-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
	height: 76px;
	z-index: 50;
	width: 80px;
	transition: all 0.45s ease-in-out;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	background: #000 \9;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.home-hotemian ul .pic .mask .text-1 {
	text-align: center;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
	display: none;
	font-size: 14px;
}

.home-hotemian .text-1 span {
	display: block;
}

.home-hotemian ul .pic .mask .text-1 big {
	font-size: 30px;
	margin: 0 2px;
	font-family: "futura_md_btmedium";
}

.home-hotemian ul .txt {
	padding: 5px 10px 5px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #000 \9;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.home-hotemian ul .txt span {
	display: block;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}

.home-hotemian ul .txt p {
	display: block;
	margin: 3px 0 0;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
}

.titlez {
	text-align: center;
	color: #333333;
	font-size: 26px;
	line-height: 34px;
	margin: 0 auto;
}

.titlez-1 {
	text-align: center;
	color: #000000;
	font-size: 36px;
	line-height: 46px;
	margin: 0 auto;
	font-family: "helveticaneueltpro-md-0";
}

.moreBtn {
	text-align: center;
	margin: 0 auto;
	height: 35px;
	display: block;
	position: relative;
	overflow: hidden;
}

.moreBtn a {
	padding: 0 17px 0 17px;
	display: inline-block;
	text-align: center;
	border: 1px solid #bfbfbf;
	line-height: 32px;
	font-size: 14px;
	color: #666666 !important;
	position: relative;
}

.moreBtn.moreBtn-02 a:hover {
	background: #652177;
	border: 1px solid #652177;
	color: #fff !important;
}

.pad p.more a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	background: url(../images/more_jt.png) no-repeat 120px 15px #519046;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 50px;
}

.copy {
	text-align: center;
	margin-top: 30px;
}

.c5_tit {
	padding: 30px 0px;
	text-align: center;
}

.c5_tit h2 {
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 48px;
}

.c5_tit h3 {
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	line-height: 48px;
	color: #fc5f00;
}


/*.con5bg{ background:#f2c82c;}*/

.con5 {
	padding: 45px 0px;
}

    .con5 ul li {
        
        width: 155px;
        position: relative;
        margin: 0px 20px;
        float:left;
    }

.con5 ul li a {
	display: block;
	width: 155px;
	height: 256px;
}

        .con5 ul li .design_pic img {
            width: 151px;
            height: 151px;
            position: absolute;
            top: 2px;
            left: 2px;
            z-index: 6;
            border-radius: 50%;
        }

.con5 ul li .design_pic span {
	display: block;
	padding-top: 180px;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 26px;
}

.con5 ul li .design_pic i {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 155px;
	width: 155px;
	background: url(../images/kuang6_white.png) center no-repeat;
	z-index: 7;
	border-radius: 50%;
}

        .con5 ul li .content_r {
            padding: 20px;
            box-sizing: border-box;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 155px;
            height: 155px;
            background: url(../images/ybg1.png) left top no-repeat;
            z-index: 8;
            display: none;
            border-radius: 50%;
        }

    .con5 ul li .content_r span {
        display: block;
        color: #fff;
        /*line-height: 160px;*/
        text-align: center;
        font-size: 16px;
        margin-bottom: 60px;
    }

.con5 ul li .content_r span.tit1 {
	padding-top: 0px;
}

body {
	min-width: 1200px;
}

.con5 ul {
	text-align: center;
}

.con5 h3 {
	font-size: 40px;
	color: #000000;
	line-height: 50px;
	font-weight: normal;
	padding-top: 20px;
	background: url(../images/h_xian.jpg) no-repeat center top;
	margin-bottom: 10px;
	text-align: center;
}

.con5 h4 {
	font-size: 14px;
	color: #519046;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}

.con5 h3 strong {
	color: #519046;
	font-size: 40px;
}

.con5 p.more a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 12px;
	color: #fff;
	background: url(../images/more_jt.png) no-repeat 120px 15px #519046;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 80px;
}

.picScroll-left1 {
	width: 100%;
	
	position: relative;
	margin: 0 auto;
}

.picScroll-left1 .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}

.prev,
.next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("images/arrow.png") no-repeat;
}

.picScroll-left1 .hd .next {
	background-position: 0 -50px;
}

.picScroll-left1 .hd .prevStop {
	background-position: -60px 0;
}

.picScroll-left1 .hd .nextStop {
	background-position: -60px -50px;
}

.picScroll-left1 .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left1 .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left1 .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left1 .bd {
	overflow: hidden;
}

.picScroll-left1 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left1 .bd ul li {
	margin: 0 12px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left1 .bd ul li .pic {
	text-align: center;
}

.picScroll-left1 .bd ul li .pic img {
	width: 205px;
	height: 170px;
	display: block;
	box-sizing: border-box;
}

.picScroll-left1 .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-left1 .bd ul li .title {
	line-height: 30px;
	font-size: 12px;
	background-color: white;
}

.xwd,
.xw {
	width: 30px !important;
	height: 55px !important;
	position: absolute !important;
}

.xw {
	top: 50% !important;
	margin-top: -22.5px !important;
	right: -50px !important;
	background: url(../images/next.png) no-repeat !important;
}

.xwd{
	top: 50%;
	margin-top: -22.5px;
	left: -50px;
	background: url(../images/next.png) no-repeat !important;
	transform: rotate(180deg);
}

.picScroll-left1{
	margin-top: 40px;
}
