﻿@charset "utf-8";

/* CSS Document */



@font-face {
	font-family: 'iconfont';
	src: url('//at.alicdn.com/t/font_1432720974_1547027.eot');
	src: url('//at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'), url('//at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'), url('//at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')
}

@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	src: local('Pacifico Regular'), local('Pacifico-Regular'), url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')
}

.fa {
	display: inline-block;
	font-family: "iconfont";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}

.fa-icon-qq:before {
	content: "\e604"
}

.fa-icon-weibo:before {
	content: "\e600"
}

.fa-icon-weixin:before {
	content: "\e605"
}

.fa-icon-zaixianzixun:before {
	content: "\e608"
}

body {
	font-family: "微软雅黑"
}

.glyphicon {
	top: 0 !important
}

.no-padding {
	padding: 0 !important
}

.no-margin {
	margin: 0 !important
}

.no-background {
	background: none !important
}

.no-border {
	border: none !important
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.w100 {
	width: 100% !important
}

.h100 {
	height: 100% !important
}

a {
	text-decoration: none !important;
	cursor: pointer !important
}

.container-fluid {
	max-width: 1030px !important
}

.tr {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s
}

.tr2 {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}



.main-pad-1 {
	padding: 30px 0;
}

.main-Background-1 {
	background: url(../images/p3_bg_03.jpg) repeat;
}

.main-Color {
	background: #f0f0f0;
}



header .top_bar .logo,
header .top_bar .biaoyu {
	line-height: 114px;
}

header .top_bar .biaoyu {
	margin: 0 0 0 13px;
}

header .top_bar .tel {
	margin: 25px 0 0;
	padding: 0 0 0 79px;
	height: 65px;
	font-size: 16px;
	color: #333;
	line-height: 31px;
	background: url(../images/tel-icon.png) no-repeat left;
}

header .top_bar .tel strong {
	display: block;
	font-family: arial;
	font-size: 24px;
	color: #1b9005;
	line-height: 34px;
}

header nav {
	background: #1b9005;
}

header nav .container-fluid {
	max-width: 1230px !important;
}

header nav ul li {
	position: relative;
	width: 12.333%;
	background: url(../images/nav_jgx_03.png) no-repeat right;
}

header nav ul li:last-child {
	background: none;
}

header nav ul li:after,
header nav ul li:before {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

header nav ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 62px;
	background: #ffa800;
}

header nav ul li:before {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 100%;
	z-index: 1;
	width: 5px;
	height: 8px;
	background: url(../images/nav_hover_jiantou.png) no-repeat;
}

header nav ul li a {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 54px;
}

header nav ul li:hover:after,
header nav ul li:hover:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

header nav ul li:hover a {
	color: #fff;
}

header nav ul li.active:after,
header nav ul li.active:before {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

header nav ul li.active a {
	color: #fff;
}





/*分页*/

.page_list a {
	color: #000;
	margin: 0px 5px;
}

.page_list a:hover {
	text-decoration: underline;
}

.page_list a.on {
	color: #f00;
}









.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	display: block;
	margin: 0 auto;
}

.banner .glyphicon {
	top: 50% !important;
}

/* .banner .carousel-control.left,.banner .carousel-control.right{ width:60px;transition:all 0.3s;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0; opacity: 0;}

.banner .carousel-control.left{ left:-60px;background:url(../images/prev_arrow_60.png) no-repeat left;}

.banner:hover .carousel-control.left{ left:0;}

.banner .carousel-control.right{ right:-60px;background:url(../images/next_arrow_60.png) no-repeat right;}

.banner:hover .carousel-control.right{ right:0;} */

.banner .carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.banner .carousel-fade .carousel-inner .active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.banner .carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.banner .carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.banner #myCarousel {
	position: relative
}

.banner #myCarousel .carousel-indicators {
	margin-bottom: 0;
	bottom: 10px;
	z-index: 4
}

.banner #myCarousel .carousel-indicators li {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s
}

.banner #myCarousel .carousel-indicators li:hover {
	background-color: #fff
}



.title-1 {
	position: relative;
	padding: 0 15px;
	margin: 0 0 60px;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	background: #1b9005;
}

.title-1:after,
.title-1:before {
	content: "";
	position: absolute;
	top: 100%;
	z-index: 1;
	width: 72px;
	height: 27px;
}

.title-1:after {
	left: 0;
	background: url(../images/piaodai_sanjiao_l_03.png) no-repeat;
	background-size: 100% auto;
}

.title-1:before {
	right: 0;
	background: url(../images/piaodai_sanjiao_r_03.png) no-repeat;
	background-size: 100% auto;
}

.title-2 {
	margin: 0 0 70px;
	background: url(../images/title2_bg.png) repeat-x center;
}

.title-2 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	background: #fff;
	font-size: 35px;
	color: #1b9005;
	font-weight: bold;
	line-height: 36px;
}

.title-3 {
	margin: 0 0 46px;
}

.title-3 h5 {
	margin: 0;
	font-size: 30px;
	color: #1b9005;
	font-weight: bold;
	line-height: 44px;
}

.title-3 h5 span {
	color: #333;
}

.title-3 small {
	display: block;
	font-family: arial;
	font-size: 20px;
	color: #b5b5b5;
	line-height: 34px;
}

.title-4 {
	margin: 0 0 60px;
}

.title-4 h2 {
	margin: 0 0 20px;
	font-size: 35px;
	color: #333;
	font-weight: bold;
	line-height: 35px;
}

.title-4 h4 {
	margin: 0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 20px;
}

.title-4 h4 span {
	color: #1b9005;
}

.title-5 {
	margin: 0 0 30px;
}

.title-5 h5 {
	font-size: 30px;
	color: #1b9005;
	line-height: 30px;
	font-weight: bold;
}

.title-5 h5 span {
	color: #333;
}

.title-5 small {
	margin: 0 0 0 10px;
	font-family: arial;
	font-size: 20px;
	color: #b5b5b5;
	line-height: 30px;
}

.title-6 {
	margin: 0 0 20px;
	padding: 10px 0 0;
	border-bottom: solid 1px #d3d3d3;
	color: #333;
	line-height: 43px;
}

.title-6 a {
	color: #000
}

.title-7 {
	margin: 0 auto 20px;
	max-width: 640px;
}

.title-7 h5 {
	margin: 0;
	padding: 0 0 5px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	border-bottom: dashed 1px #dcdcdc;
}

.title-7 p {
	margin: 5px 0 0;
	color: #999;
	line-height: 24px;
}



.text-1 {
	margin: 0 0 60px;
	border: solid 1px #ebebeb;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.text-1 .box {
	padding: 15px 20px 0;
}

.text-1 .box .title {
	margin: 0 0 30px;
	overflow: hidden;
}

.text-1 .box .title h5 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	color: #1b9005;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.text-1 .box .title h5:after,
.text-1 .box .title h5:before {
	margin: -1px 0 0;
	content: "";
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 1000px;
	height: 3px;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
}

.text-1 .box .title h5:after {
	left: -1028px;
}

.text-1 .box .title h5:before {
	right: -1028px;
}

.text-1 .box .title h5 span {
	color: #000;
}

.text-1 .box ul li {
	position: relative;
	margin: 10px 0 0;
	padding: 0 0 0 90px;
	width: 25%;
	height: 50px;
	line-height: 50px;
}

.text-1 .box ul li.li0,
.text-1 .box ul li.li1,
.text-1 .box ul li.li2,
.text-1 .box ul li.li3 {
	margin: 0;
}

.text-1 .box ul li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 90px;
	font-size: 20px;
	color: #fff;
	background: #1b9005;
}

.text-1 .box ul li h5 {
	font-family: arial;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	background: #000;
}

.text-1 .tel {
	padding: 0 20px;
	font-size: 38px;
	color: #333;
	line-height: 83px;
	font-weight: bold;

	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(206, 206, 206, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(206, 206, 206, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(206, 206, 206, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cecece', GradientType=0);
}

.text-2 {
	padding: 0 5px;
}

.text-2-list {
	padding: 0 10px;
}

.text-2-list h5 {
	margin: 0 0 20px;
	font-size: 20px;
	color: #1b9005;
	font-weight: bold;
	line-height: 20px;
}

.text-2-list .textbox {
	margin: 0 0 30px;
	color: #333;
	line-height: 26px;
	height: 130px;
	overflow: hidden;
}

.text-2-list p {
	margin: 0;
	color: #333;
	line-height: 26px;
}

.text-2-list form .hang {
	margin: 0 0 10px;
}

.text-2-list form .hang:last-child {
	margin: 0;
}

.text-2-list form .hang input {
	padding: 0 10px;
	width: 100%;
	height: 40px;
	color: #333;
	background: #ededed;
	border: none;
}

.text-2-list form .hang textarea {
	padding: 0 10px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 120px;
	line-height: 40px;
	color: #333;
	background: #ededed;
	border: none;
}

.text-2-list form .hang button {
	width: 100%;
	height: 37px;
	line-height: 37px;
	background: #1b9005;
	border: none;
	color: #fff;
}

.text-2-list form .hang button:hover {
	background: #ffa800
}

.text-2-list form .hang input:hover {
	background: #f2f2f2
}

.text-2-list form .hang textarea:hover {
	background: #f2f2f2
}

.text-3 {
	margin: 0 0 20px;
	color: #333;
	line-height: 30px;
}



.pictrue-1-list {
	margin: 0 0 56px;
}

.pictrue-1-list .jiantoubox {
	position: relative;
}

.pictrue-1-list .jiantou {
	position: absolute;
	right: -26px;
	top: 50%;
	z-index: 1;
	margin: -13px 0 0;
	width: 21px;
	height: 25px;
	background: url(../images/p1_yindao_jt_03.png) no-repeat;
}

.pictrue-1-list.p13 .jiantou,
.pictrue-1-list.p17 .jiantou {
	display: none;
}

.pictrue-1-list a {
	display: block;
}

.pictrue-1-list a .imgbox {
	padding: 4px;
	margin: 0 auto;
	max-width: 203px;
	border: solid 1px #1b9005;
	border-radius: 50%;
	overflow: hidden;
}

.pictrue-1-list a .imgbox span {
	display: block;
	border: solid 3px #1b9005;
	border-radius: 50%;
	overflow: hidden;
}

.pictrue-1-list a h5 {
	margin: 0;
	font-size: 20px;
	color: #333;
	line-height: 50px;
	font-weight: bold;
}

.pictrue-1-list a:hover .imgbox {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.pictrue-1-list a:hover h5 {
	color: #1b9005;
}

.pictrue-2 {
	margin: 0 -10px;
	position: relative;
}

.pictrue-2 .item {
	padding: 0 10px;
}

.pictrue-2-list:first-child {
	margin: 0 0 20px;
}

.pictrue-2-list a {
	display: block;
}

.pictrue-2-list a .imgbox {
	overflow: hidden;
}

.pictrue-2-list a .imgbox span {
	display: block;
}

.pictrue-2-list a h5 {
	padding: 0 15px;
	font-size: 16px;
	color: #333;
	line-height: 38px;
	background: #d8d8d8;
}

.pictrue-2-list a:hover .imgbox span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.pictrue-2-list a:hover h5 {
	color: #fff;
	background: #1b9005;
}

.pictrue-2.active .pictrue-2-list {
	margin: 0 0 20px;
}

.pictrue-3 ul li {
	padding: 20px 0 0;
	margin: 20px 0 0;
	border-top: dashed 1px #aaa;
}

.pictrue-3 ul li:first-child {
	padding: 0;
	margin: 0;
	border-top: none;
}

.pictrue-3 ul li a {
	display: block;
}

.pictrue-3 ul li .neirong {
	position: relative;
	padding: 0 320px 0 88px;
	min-height: 126px;
}

.pictrue-3 ul li .neirong .biaoti {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 72px;
	height: 82px;
	line-height: 82px;
	background: url(../images/p3_title_bg.png) no-repeat center;
	background-size: 100% auto;
}

.pictrue-3 ul li .neirong .biaoti i {
	display: block;
	font-family: arial;
	font-size: 33px;
	color: #1b9005;
	font-weight: bold;
	text-align: center;
}

.pictrue-3 ul li .neirong .imgbox {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 275px;
	overflow: hidden;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
}

.pictrue-3 ul li .neirong .imgbox span {
	display: block;
	height: 126px;
}

.pictrue-3 ul li .neirong .textbox {
	padding: 12px 0 0;
}

.pictrue-3 ul li .neirong .textbox h5 {
	margin: 0;
}

.pictrue-3 ul li .neirong .textbox p {
	margin: 10px 0 0;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}

.pictrue-3 ul li.shuang .neirong {
	padding: 0 88px 0 300px;
}

.pictrue-3 ul li.shuang .neirong .biaoti {
	left: inherit;
	right: 0;
}

.pictrue-3 ul li.shuang .neirong .imgbox {
	right: inherit;
	left: 0;
}

.pictrue-3 ul li.shuang .neirong .textbox {
	position: relative;
	padding: 0 180px 0 0;
	min-height: 126px;
}

.pictrue-3 ul li.shuang .neirong .textbox h5 {
	position: absolute;
	right: 0;
	top: 12px;
}

.pictrue-3 ul li.shuang .neirong .textbox p {
	height: 125px;
}

.pictrue-3 ul li:hover .neirong .biaoti {
	background: url(../images/p3_title_bg_hover.png) no-repeat center;
	background-size: 100% auto;
}

.pictrue-3 ul li:hover .neirong .biaoti i {
	color: #fff
}

.pictrue-3 ul li:hover .neirong .imgbox span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.pictrue-5 ul li {
	margin: 0 0 20px;
}

.pictrue-5 ul li:last-child {
	margin: 0;
}

.pictrue-5 ul li a {
	position: relative;
	/* padding: 0 0 0 132px; */
	min-height: 73px;
	display: block;
}

.pictrue-5 ul li a .imgbox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 132px;
	overflow: hidden;
}

.pictrue-5 ul li a .imgbox span {
	display: block;
	height: 73px;
}

.pictrue-5 ul li a .textbox {
	padding: 0 0 0 20px;
}

.pictrue-5 ul li a .textbox h5 {
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 0 5px;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

.pictrue-5 ul li a .textbox h5:after {
	margin: -4px 0 0;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 3px;
	height: 9px;
	background: url(../images/p5_jiantou.png) no-repeat;
}

.pictrue-5 ul li a .textbox p {
	margin: 0;
	font-size: 12px;
	color: #b7b7b7;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.pictrue-5 ul li:hover a .imgbox span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.pictrue-5 ul li:hover a .textbox h5 {
	color: #1b9005
}

.pictrue-6 {
	padding: 1px;
	background: #a9a9a9;
	border: solid 7px #f0f0f0;
	overflow: hidden;
}

.pictrue-6 a {
	position: relative;
	display: block;
	height: 240px;
}

.pictrue-6 a img {
	max-width: 100%;
}

.pictrue-6 a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	line-height: 240px;
	overflow: hidden;
	text-align: center;
}

.pictrue-6 a span img {
	position: relative;
	top: -2px;
	max-height: 100%;
}

.pictrue-7-list {
	margin: 0 0 20px;
}

.pictrue-7-list a {
	display: block;
	position: relative;
	/* padding: 0 0 0 168px; */
	min-height: 136px;
}

.pictrue-7-list a .imgbox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 168px;
	overflow: hidden;
}

.pictrue-7-list a .imgbox span {
	display: block;
	height: 136px;
}

.pictrue-7-list a .textbox {
	padding: 0 0 0 24px;
	border-bottom: 1px solid #000;
}

.pictrue-7-list a .textbox h5 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.pictrue-7-list a .textbox p {
	margin: 0;
	color: #333;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.pictrue-7-list a:hover .imgbox span {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.pictrue-7-list a:hover .textbox h5 {
	color: #1b9005;
}



.subnav h5 {
	margin: 0 0 5px;
	font-size: 25px;
	color: #fff;
	line-height: 54px;
	background: #1b9005;
}

.subnav ul li {
	margin: 0 0 10px;
	padding: 2px 0;
	background: #b1b1b1;
}

.subnav ul li:last-child {
	margin: 0;
}

.subnav ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 33px;
}

.subnav ul li:hover {
	background: #1b9005
}

.subnav ul li.active {
	background: #1b9005
}

.subnav .textbox {
	padding: 8px 0 15px;
	background: #dfdfdf;
}

.subnav .textbox h6 {
	padding: 0 15px;
	margin: 0 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 33px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.subnav .textbox p {
	padding: 0 15px;
	margin: 0;
	font-size: 15px;
	color: #333;
	line-height: 29px;
}



footer {
	background: #1b9005;
}

footer p {
	color: #fff;
	line-height: 55px;
}

footer p a {
	color: #fff;
}

footer p a:hover {
	color: #ffa800;
}



@media (max-width:991px) {

	.main-pad-1 {
		padding: 20px 0;
	}



	header .top_bar .logo {
		line-height: 80px;
	}

	header .top_bar .logo img {
		width: 260px;
	}

	header .sjdnav {
		display: none;
		width: 150px;
		position: absolute;
		right: 0;
		top: 80px;
		z-index: 5;
	}

	header .sjdnav li a {
		display: block;
		color: #fff;
		line-height: 40px;
		background: #1b9005;
	}

	header .sjdnav li.active a {
		background: #000;
	}

	header .ydd_btn {
		margin: 20px 0 0 0;
		padding: 10px 7px;
		width: 45px;
		height: 40px;
		cursor: pointer;
	}

	header .ydd_btn span {
		display: block;
		width: 100%;
		height: 4px;
		background: #1b9005;
	}

	header .ydd_btn span.span02 {
		margin: 4px 0;
	}

	header .ydd_btn.click span.span01 {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		position: relative;
		top: 8px;
		margin-top: 0px;
	}

	header .ydd_btn.click span.span02 {
		margin: 4px 0;
	}

	header .ydd_btn.click span.span03 {
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		position: relative;
		top: -8px;
		margin-top: 0px;
	}

	header .ydd_btn.click span.span02 {
		width: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}



	.title-2 {
		margin: 0 0 30px;
	}

	.title-3 {
		margin: 0 0 20px;
	}

	.title-5 {
		margin: 0 0 20px;
	}



	.text-1 {
		margin: 0 0 30px;
	}

	.text-1 .box ul li {
		width: 33.3333333333333333333333%;
	}

	.text-1 .box ul li.li3 {
		margin: 10px 0 0;
	}

	.text-2-list .textbox {
		margin: 0 0 20px;
		height: inherit;
	}

	.text-2-list p {
		margin: 0 0 20px;
	}



	.pictrue-1-list {
		margin: 0 0 20px;
	}

	.pictrue-1-list.p11 .jiantou,
	.pictrue-1-list.p15 .jiantou {
		display: none;
	}

	.pictrue-5 {
		margin: 0 0 20px;
	}

	.pictrue-6 a {
		height: inherit;
	}

	.pictrue-6 a span {
		line-height: inherit;
	}



	.subnav {
		margin: 0 0 20px;
	}

	.subnav h5 {
		position: relative;
		padding: 0 15px;
		font-size: 18px;
		line-height: 40px;
		border-radius: 0;
		text-align: left;
	}

	.subnav h5:after {
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		margin: -10px 0 0;
		content: "";
		position: absolute;
		right: 15px;
		top: 50%;
		z-index: 1;
		width: 20px;
		height: 20px;
		background: url(../images/subnav_jt.png) no-repeat;
	}

	.subnav h5.active:after {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
	}

	.subnav h5 span {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.subnav ul {
		margin: 0;
	}

	.subnav ul li {
		margin: 0 0 5px;
	}

	.subnav ul li a {
		font-size: 14px;
	}

}



@media (max-width:767px) {



	body {
		padding-bottom: 50px;
	}



	.hot {
		height: 50px;
		background: #1b9005;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99;
		border-top: solid 2px #fff;
	}

	.hot span {
		color: #fff;
		font-size: 16px;
		line-height: 20px;
	}

	.hot h6 {
		font-size: 12px;
		line-height: 20px;
	}

	.hot .row div a {
		display: block;
		color: #fff;
		padding: 7px 0;
	}

	.dbbox {
		position: fixed;
		left: 0;
		bottom: 70px;
		z-index: 99;
		width: 100%;
	}

	.dbbox .dbs {
		position: relative;
		padding: 0 15px;
		display: none;
	}

	.dbbox .dbs .neirong {
		padding: 10px;
		background: #fff;
		border-radius: 5px;
	}

	.dbbox .dbs.ewm-box {
		text-align: center;
	}

	.dbbox .dbs.ewm-box:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -6px;
		z-index: 1;
		width: 25%;
		height: 6px;
		background: url(../images/dbtc_jt.png) no-repeat center;
	}

	.dbbox .dbs.fenxiang-box:after {
		content: "";
		position: absolute;
		left: 75%;
		bottom: -6px;
		z-index: 1;
		width: 25%;
		height: 6px;
		background: url(../images/dbtc_jt.png) no-repeat center;
	}

	.dbbox .dbs.ewm-box img {
		max-width: 140px;
	}

	.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li {
		position: relative;
		padding: 6px 0;
		width: 20%;
		height: 44px;
	}

	.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a {
		position: absolute;
		left: 50%;
		top: 6px;
		margin: 0 0 0 -16px;
		float: inherit !important;
		display: block;
	}



	header .top_bar .logo {
		line-height: 60px;
	}

	header .top_bar .logo img {
		width: 220px;
	}

	header .sjdnav {
		top: 60px;
		width: 120px;
	}

	header .sjdnav li a {
		font-size: 12px;
	}

	header .ydd_btn {
		margin: 10px 0 0;
		padding: 10px;
	}



	.banner #myCarousel .carousel-indicators {
		bottom: 5px;
	}

	.banner #myCarousel .carousel-indicators li {
		margin: 0 3px;
		width: 10px;
		height: 10px;
	}



	.title-1 {
		margin: 0 0 40px;
		font-size: 18px;
		line-height: 40px;
		font-weight: normal;
		height: 40px;
	}

	.title-1:after,
	.title-1:before {
		width: 52px;
	}

	.title-2 span {
		font-size: 18px;
		line-height: 32px;
	}

	.title-3 h5 {
		font-size: 18px;
		line-height: 24px;
	}

	.title-3 small {
		font-size: 14px;
		line-height: 20px;
	}

	.title-4 h2 {
		font-size: 22px;
		line-height: 22px;
	}

	.title-4 h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.title-5 h5 {
		font-size: 18px;
		line-height: 18px;
	}

	.title-5 small {
		display: block;
		font-size: 14px;
		line-height: 18px;
	}

	.title-7 p {
		font-size: 12px;
	}



	.text-1 {
		margin: 0 0 20px;
	}

	.text-1 .box {
		padding: 10px 10px 0;
	}

	.text-1 .box .title {
		margin: 0 0 20px;
	}

	.text-1 .box .title h5 {
		font-size: 22px;
	}

	.text-1 .box ul li {
		padding: 0 0 0 60px;
		width: 50%;
		height: 34px;
		line-height: 34px;
	}

	.text-1 .box ul li.li2 {
		margin: 10px 0 0;
	}

	.text-1 .box ul li span {
		font-size: 14px;
		width: 60px;
	}

	.text-1 .box ul li h5 {
		padding: 0 10px;
		font-size: 12px;
		line-height: 34px;
	}

	.text-1 .tel {
		padding: 0 10px;
		font-size: 20px;
		line-height: 50px;
	}

	.text-2-list .textbox {
		font-size: 12px;
	}

	.text-2-list h5 {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.text-2-list p {
		font-size: 12px;
	}

	.text-2-list form .hang input {
		font-size: 12px;
	}

	.text-2-list form .hang textarea {
		font-size: 12px;
	}

	.text-3 {
		font-size: 12px;
	}



	.pictrue-1-list a .imgbox {
		max-width: 150px;
	}

	.pictrue-1-list a h5 {
		font-size: 14px;
		line-height: 34px;
	}

	.pictrue-2-list a h5 {
		font-size: 14px;
		line-height: 34px;
	}

	.pictrue-3 ul li .neirong {
		padding: 0 120px 0 0;
		min-height: 80px;
	}

	.pictrue-3 ul li .neirong .biaoti {
		display: none;
	}

	.pictrue-3 ul li .neirong .textbox {
		padding: 0 10px 0 0;
	}

	.pictrue-3 ul li .neirong .textbox h5 img {
		max-height: 20px;
	}

	.pictrue-3 ul li .neirong .textbox p {
		font-size: 12px;
		line-height: 24px;
		height: 48px;
	}

	.pictrue-3 ul li .neirong .imgbox {
		width: 120px;
	}

	.pictrue-3 ul li .neirong .imgbox span {
		height: 80px;
	}

	.pictrue-3 ul li.shuang .neirong {
		padding: 0 0 0 120px;
		min-height: 80px;
	}

	.pictrue-3 ul li.shuang .neirong .textbox {
		padding: 0 0 0 10px;
		min-height: inherit;
	}

	.pictrue-3 ul li.shuang .neirong .textbox h5 {
		position: inherit;
		right: inherit;
		top: inherit;
		text-align: right;
	}

	.pictrue-3 ul li.shuang .neirong .textbox p {
		height: 48px;
	}

	.pictrue-5 ul li a {
		padding: 0 0 0 120px;
	}

	.pictrue-5 ul li a .imgbox {
		width: 120px;
	}

	.pictrue-7-list a {
		padding: 0 0 0 120px;
		min-height: 80px;
	}

	.pictrue-7-list a .imgbox {
		width: 120px;
	}

	.pictrue-7-list a .imgbox span {
		height: 80px;
	}

	.pictrue-7-list a .textbox {
		padding: 0 0 0 10px;
	}

	.pictrue-7-list a .textbox h5 {
		margin: 0;
		font-size: 14px;
	}

	.pictrue-7-list a .textbox p {
		font-size: 12px;
		line-height: 24px;
		height: 48px;
	}



	footer {
		padding: 15px 0;
	}

	footer p {
		width: 100%;
		text-align: center;
		font-size: 12px;
		line-height: 24px;
	}



}