body,
div,
p,
span,
ul,
li,
dl,
dd,
dt,
h3,
h4,
a,
input,
img {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Microsoft Yahei";
	color: #000;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	background-color: #fff;
}

/*IE滚动条颜色设置*/
body {
    scrollbar-arrow-color: #f2f2f3;  /*上下箭头*/
    scrollbar-track-color: #1589ce;  /*底层背景色*/
    scrollbar-face-color: #27aeff;   /*滚动条前景色*/
    scrollbar-Shadow-color: #1589ce; /*滚动条边线色*/
}

/*chrome滚动条颜色设置*/
body::-webkit-scrollbar {
	width:0px; 
	height:4px; 
	background-color:transparent;
} 

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body::-webkit-scrollbar-track {
	background-color:#ccc; 
	border-radius:10px; 
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
} /*定义滚动条轨道 内阴影+圆角*/

body::-webkit-scrollbar-thumb {
	background-color:#555; 
	border-radius:10px; 
	/*定义滑块 内阴影+圆角*/
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
} 

h3,
h4,
i,
em,
dt,
dd {
	font-weight: normal;
	line-height: 24px;
	font-style: normal;
}

ul,
ol,
li {
	margin-bottom: 0;
	list-style: none;
}

input,
img,
textarea {
	border: none;
	outline: none;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	outline-offset: 0;
	color: #6ea637;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.slick-slide {
	outline: none !important;
}

.container,
.container-fluid {
	padding: 0 !important;
}

#wrap_index {
	overflow: hidden;
	position: relative;
}

/*head*/
#shadow {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	z-index: 90;
}

/* 栏目 */
#head {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	/* left: 0; */
	z-index: 99;
}

.head-active {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .2);
}


#head .logo {
	width: 30%;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 100px;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#head .pc_Menu {
	width: 70%;
	height: 100px;
}

.pc_Menu ul {
	width: 98%;
	margin: 20px 0;
}

.pc_Menu ul li {
	position: relative;
	float: left;
	width: 16%;
	text-align: center;
	transition: 300ms;
}

.pc_Menu ul li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background-color: #6ea637;
	bottom: 0px;
	left: 50%;
	transform: translateX(-33%);
	transition: 300ms;
}

.pc_Menu ul li>a {
	display: block;
	width: 120%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	padding: 0 4px;
	border-radius: 20px;
	overflow: hidden;
	transition: 300ms;
}

.pc_Menu ul li.cur>a,
.pc_Menu ul li:hover>a {
	color: #6ea637;
}

.pc_Menu ul li.cur:after,
.pc_Menu ul li:hover:after {
	width: 56%;
}

/*.listmenuBox*/
.listmenuBox {
	display: none;
	position: absolute;
	width: 120%;
	top: 60px;
	left: 0;
	z-index: 10;
}

.listmenu {
	width: 100%;
	margin-top: 20px;
	background-color: #6ea637;
}

.listmenu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	transition: 300ms;
}

.listmenu a:hover {
	background-color: rgba(255, 255, 255, .16);
}

.pc_Menu .btnsear {
	width: 2%;
	height: 44px;
	position: relative;
	top: 56%;
	transform: translateY(-50%);
}

.btnsear a {
	display: block;
	width: 100%;
	padding: 10px 0;
}

.btnsear img {
	max-width: 100%;
}

/*form*/
#head .container {
	position: relative;
}

#head .search {
	display: none;
	position: absolute;
	width: 298px;
	height: 42px;
	bottom: -42px;
	right: 0;
	overflow: hidden;
}

.search form {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 5px;
}

.key_btn {
	width: 20%;
	height: 42px;
	background: url("../images/sear.png") no-repeat center;
	background-size: 36%;
}

.key_txt {
	width: 80%;
	height: 42px;
	background: none;
	padding: 0 12px;
	color: #000;
}

.key_txt::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #666;
	font-family: "Microsoft Yahei";
}

.key_txt:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
	font-family: "Microsoft Yahei";
}

.key_txt::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
	font-family: "Microsoft Yahei";
}

.key_txt:-ms-input-placeholder {
	color: #666;
	font-family: "Microsoft Yahei";
}

/*手机端*/
.searchph {
	display: none;
	position: absolute;
	width: 100%;
	height: 42px;
	top: 80px;
	right: 0;
	overflow: hidden;
}

.searchph form {
	border-radius: 10px;
}

.searchph .key_btn {
	width: 12%;
}

.searchph .key_txt {
	width: 88%;
}

#head .phone_Btn {
	height: 100%;
	position: relative;
	top: 15px;
}

.phone_Btn a {
	display: inline-block;
	width: 40px;
	padding: 10px;
	margin-top: 20px;
}

.phone_Btn a:first-child {
	margin-right: 10px;
}

.phone_Btn img {
	max-width: 100%;
	max-height: 100%;
}

.phone_Btn .btnClose {
	display: none;
}

/*menuliBox*/
.menuliBox {
	position: fixed;
	width: 50%;
	height: 100%;
	background-color: #fff;
	top: 0;
	right: -100%;
	overflow: auto;
	z-index: 99;
}

.menuliBox .phone_Btn {
	width: 100%;
	height: 80px;
	background-color: #6ea637;
	padding: 0 40px;
}

.menuliBox .phone_Btn h4 {
	color: #fff;
	font-size: 20px;
	/* font-weight: bold; */
	line-height: 80px;
}
}

.menuliBox .phone_Btn a {
	width: 48px;
	margin-top: 26px;
}

.menuliBox ul li {
	position: relative;
	width: 100%;
	line-height: 60px;
	transition: 300ms;
}

.menuliBox ul li .btnicon {
	position: absolute;
	top: 14px;
	right: 40px;
}

.menuliBox ul li .btnicon img {
	display: none;
	padding: 10px;
	transition: 300ms;
}

.menuliBox ul li .btnicon .on {
	display: block;
}

.menuliBox ul li:hover>a>.btnicon img:first-child {
	display: none;
}

.menuliBox ul li:hover>a>.btnicon img:last-child {
	display: block;
}

.menuliBox ul li a {
	display: block;
	font-size: 16px;
	height: 60px;
	color: #666;
	padding: 0 20px 0 40px;
	overflow: hidden;
}

.menuliBox .firstul>li:hover>a>.btnicon {
	top: 20px;
}

.menuliBox .firstul>li {
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
}

.menuliBox .firstul .firsta {
	/* font-weight: bold; */
	color: #333;
	transition: 300ms;
}

.menuliBox .firstul>li:hover .firsta {
	color: #6ea637;
	/* font-weight: bold; */
}

.menuliBox .firstul ul {
	display: none;
}

.menuliBox .secondul li {
	background-color: #f9f9f9;
	transition: 300ms;
}

.menuliBox .secondul a {
	color: #666;
	transition: 300ms;
}

.menuliBox .secondul>li:hover {
	background-color: #6ea637;
}

.menuliBox .secondul>li:hover .secda {
	color: #fff;
}

.menuliBox .thirdul li {
	position: relative;
	padding-left: 40px;
	background-color: #f9f9f9;
}

.menuliBox .thirdul>li:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 24px;
	left: 56px;
	border: 7px solid #666;
	border-color: transparent transparent transparent #666;
}

.menuliBox .thirdul>li:hover:before {
	border: 7px solid #6ea637;
	border-color: transparent transparent transparent #6ea637;
}

.menuliBox .thirdul li:hover>a {
	color: #6ea637;
}

/*banner*/
.slick a {
	display: block;
}

.slick img,
.slider img {
	width: 100%;
}

.slick .slick-prev:before,
.slick .slick-next:before {
	content: "";
}

#banner {
	width: 100%;
}

#banner .slick-slide a {
	overflow: hidden;
}

#banner .slick-list {
	width: 100%;
}

#banner .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#banner .slick-prev,
#banner .slick-next {
	width: 12px;
	height: 18px;
	bottom: -18px;
	top: auto;
	z-index: 9;
}

#banner .slick-prev {
	left: 50%;
	margin-left: -80px;
}

#banner .slick-next {
	right: 50%;
	margin-right: -78px;
}

#banner .slick-prev:before,
#banner .slick-next:before {
	content: "";
}

#banner .slick-prev {
	background: url("../images/iconprev.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

#banner .slick-next {
	background: url("../images/iconnext.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

#banner .slick-prev:hover {
	background: url("../images/iconprev2.png") no-repeat center;
	background-size: contain;
}

#banner .slick-next:hover {
	background: url("../images/iconnext2.png") no-repeat center;
	background-size: contain;
}

#banner .slick-dotted.slick-slider {
	margin-bottom: 0;
}

#banner .custom_paging {
	position: absolute;
	width: 226px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	bottom: -45px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0 0 14px #999;
}

#banner .custom_paging li {
	display: none;
	font-weight: bold;
	font-size: 24px;
	color: #6ea637;
}

#banner .custom_paging li.slick-active {
	display: block;
}

/*main*/
.intitle {
	margin-bottom: 50px;
}

.intitle .left {
	float: left;
	width: 90%;
}

.intitle .right {
	float: right;
	width: 10%;
}

.intitle h3 {
	padding-bottom: 6px;
	font-size: 48px;
	color: #6ea637;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1em;
}

.intitle dd {
	font-size: 24px;
	color: #333;
}

#main .more {
	position: relative;
	display: block;
	width: 130px;
	height: 36px;
	line-height: 36px;
	background-color: #6ea637;
	color: #fff;
}

/*brandCenter*/
.brandCenter {
	/* position: relative; */
	padding: 120px 0 30px;
}

.brandCenter .more {
	margin-top: 42px;
}

.brandCenter:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 290px;
	background-color: #f9f9f9;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.brandCon {
	margin-bottom: 0px;
	overflow: hidden;
}

.brandCon .imgBox {
	width: 48%;
	margin-right: -48%;
}

.brandCon .imgBox img {
	max-width: 100%;
	height: 320px;
}

.brandCon .infoBox {
	width: 100%;
}

.brandCon .info {
	margin-left: 48%;
	padding-left: 38px;
}

.brandCon .info p {
	color: #666;
	line-height: 30px;
	min-height: 120px;
	max-height: 300px;
	overflow: hidden;
	text-indent: 2em;
	text-align: justify;
}

/* 时间轴 */
.brandCon .info .course {
	position: relative;
	width: 100%;
	height: 170px;
}

.brandCon .info .course ul {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
}

.brandCon .info .course .time_point_list {
	float: left;
	position: relative;
	height: 100%;
}

.brandCon .info .course .time_point_list:before,
.brandCon .info .course .time_point_list:after {
	position: absolute;
	width: 42.5%;
	height: 100%;
	margin-top: 20px;
	content: "";
	background: url(../images/page2_solid.png) top 60% center repeat-x;
}

.brandCon .info .course .time_point_list:before {
	left: 0;
}

.brandCon .info .course .time_point_list:after {
	right: 0;
}

.brandCon .info .course .time_point {
	position: absolute;
	left: 42.5%;
	top: 60%;
	width: 15%;
	height: 20%;
}

.brandCon .info .course .img em {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.brandCon .info .course .time_point em {
	background-size: contain;
}

.brandCon .info .course .time_point em.disabled {
	cursor: not-allowed;
}

.brandCon .info .course .time_point_list .chart {
	background-image: url(../images/page2_point2.png);
}

.course .time_point_list .light {
	display: none;
	-webkit-transition: all ease .8s;
	transition: all ease .8s;
	background-image: url(../images/page2_point3.png);
}

.brandCon .info .course .time_area {
	position: absolute;
	top: calc(85% + 0px);
	left: calc(83% - 80px);
	width: 80px;
	font-size: 16px;
	color: #6ea637;
	text-align: center;
}

.brandCon .info .course .txt_area {
	display: none;
	position: absolute;
	/* top: 20px; */
	width: 180px;
	bottom: 75px;
	color: #ffff;
}


.brandCon .info .course .txt_area:after {
	content: "";
	border-top: 10px solid #6ea637;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 26%;
}

.brandCon .info .course .txt_area1 {
	display: none;
	position: absolute;
	/* top: 20px; */
	width: 180px;
	bottom: 75px;
	color: #ffff;
}


.brandCon .info .course .txt_area1:after {
	content: "";
	border-top: 10px solid #6ea637;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 63%;
}

.brandCon .info .course .time_point_list.active .txt_area,
.brandCon .info .course .time_point_list.active .txt_area1,
.brandCon .info .course .time_point_list.active .light {
	display: block;
}

.course .content_area {
	padding: 5px;
	background: #6ea637;
}

.course .content_area h3 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}

.course.line_block {
	white-space: nowrap;
	margin-top: 10px;
}

.course .line_block span {
	font-size: 12px;
	line-height: 20px;
}

.course .line_block strong {
	font-size: 24px;
	font-weight: normal;
}


.brandCon .more {
	bottom: -40px;
}

.brandCenter .numItem {
	color: #666;
}

.brandCenter .numItem i {
	font-size: 60px;
	font-style: italic;
	color: #6ea637;
}

/*advantageCenter*/
.advantageCenter {
	position: relative;
	width: 100%;
	height: 150px;
	background: #f8f8f8;
	text-align: center;
}

.advantageCenter .numItem {
	color: #666;
}

.advantageCenter .numItem i {
	font-size: 60px;
	font-style: italic;
	color: #6ea637;
}

/*productCenter*/
.productCenter {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/minqiao.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
}

.productCenter:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
}

.pdCenNav {
	width: 28%;
	margin-right: -28%;
}

.pdCenNav .slick-list {
	overflow: unset;
}

.pdCenNav .navItem {
	position: relative;
	padding: 30px 20px 30px 40px;
	background-color: rgba(255, 255, 255, .1);
	border-bottom: 1px solid #515151;
	transition: 300ms;
}

.pdCenNav .navItem dd {
	color: #fff;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.pdCenNav .navItem .addm {
	opacity: 0;
	position: absolute;
	width: 40px;
	height: 100%;
	text-align: center;
	background-color: #6ea637;
	line-height: 102px;
	font-size: 30px;
	color: #fff;
	right: -20px;
	top: 0;
}

.pdCenNav .navItem.cur,
.pdCenNav .navItem:hover {
	background-color: rgba(110, 166, 55, .8);
}

.pdCenNav .navItem.cur .addm,
.pdCenNav .navItem:hover .addm {
	opacity: 1;
}

.pdCenNav .moreItem {
	margin-top: 20px;
}

.pdCenNav .moreItem .morea {
	margin-left: 30%;
	position: relative;
	display: block;
	width: 130px;
	height: 36px;
	line-height: 36px;
	background-color: #6ea637;
	color: #fff;
	margin-bottom: 50px;
}

.pdCenImg {
	width: 100%;
}

.pdCenImgBox {
	margin-left: 28%;
	padding-top: 128px;
	padding-left: 60px;
}

.pdCenImg .row {
	/* margin: 0 -30px; */
	display: none;
}

.pdCenImg .row.cur {
	display: block;
}

.pdCenImg img {
	width: 100%;
	height: 100%;
}

.pdCenImg .imgItem {
	margin-bottom: 70px;
	/* padding: 0 30px; */
}

.imgItem a {
	display: block;
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.imgItem .layer {
	position: absolute;
	width: 84%;
	height: 84%;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(110, 166, 55, .8);
	transition: 400ms;
}

.imgItem .layerBox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.imgItem .layer dd {
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.imgItem .layer:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 58px;
	background-color: #fff;
	top: 20px;
	right: 20px;
}

.imgItem .layer:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 58px;
	background-color: #fff;
	bottom: 20px;
	left: 20px;
}

.imgItem a:hover .layer {
	top: 50%;
}

/*newsCenter*/
.newsCenter {
	margin: 80px 0 50px;
}

.newsCenter .more {
	margin-top: 42px;
}

.newsCon .newsBoxl {}

.itempic {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f9f9f9;
	transition: all .5s;
}

.itempic:hover {
	box-shadow: 0 0 15px rgba(110, 166, 55, .8);
}

.itempic a {
	display: block;
	width: 100%;
}

.itempic .itemimg {
	width: 178px;
	height: 120px;
	margin-right: -178px;
}

.itempic .itemimg img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}

.itempic .itemimg:hover img {
	transform: scale(1.1, 1.1);
}

.itempic .iteminfo {
	width: 100%;
}

.itempic .iteminfo .iteminfoBox {
	margin-left: 198px;
}

.iteminfo .theme {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	max-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iteminfo .theme .badge-danger {
	color: #fff;
	background-color: #6ea637;
}

.iteminfo .theme .badge-warning {
	color: #fff;
	background-color: #ffc107;
}

.iteminfo .theme .badge-info {
	color: #fff;
	background-color: #ff5722;
}

.iteminfo .theme .badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.iteminfo p {
	text-indent: 2em;
	text-align: justify;
}

.iteminfo .wds {
	color: #666;
	line-height: 30px;
}

.iteminfo .date {
	color: #6ea637;
	line-height: 30px;
	bottom: 0px;
}

.iteminfo .date ul li {
	font-size: 12px;
	letter-spacing: -.2px;
	float: left;
	padding: 0;
	margin: 10px 10px 0 0;
	/* color: #748594; */
	position: relative;
	line-height: 1.5;
}

.iteminfo .wds {
	max-height: 60px;
	overflow: hidden;
}

.itempic.cur {
	background-color: #6ea637;
}

.itempic.cur .theme,
.itempic.cur .wds,
.itempic.cur .date {
	color: #fff;
}

.itempic:hover {
	background-color: #6ea637;
}

.itempic:hover .theme,
.itempic:hover .wds,
.itempic:hover .date {
	color: #fff;
}

.itemnews {
	height: 63px;
	line-height: 63px;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.itemnews .date {
	color: #999;
	padding-left: 10px;
	transition: 300ms;
}

.itemnews a {
	display: inherit;
	color: #666;
	transition: 300ms;
}

.itemnews:hover .date,
.itemnews:hover a {
	color: #6ea637;
}

/* cooperationCenter */
.cooperation {
	margin-bottom: 50px;
	text-align: center;
}

.cooperation .left {
	float: left;
	width: 90%;
}

.cooperation .right {
	float: right;
	width: 10%;
}

.cooperation h3 {
	padding-bottom: 6px;
	font-size: 48px;
	color: #6ea637;
	font-style: italic;
	text-transform: uppercase;
	line-height: 1em;
}

.cooperation .tlt {
	text-align: center;
	padding-top: 70px;
	background: url(../images/tltbg.png) no-repeat top center;
}

.cooperation dd {
	font-size: 24px;
	color: #333;
}

.cooperation .more1 {
	margin-left: 45%;
	margin-top: 20px;
	margin-bottom: -50px;
	position: relative;
	display: block;
	width: 130px;
	height: 36px;
	line-height: 36px;
	background-color: #6ea637;
	color: #fff;
	text-align: center;
}

.mr_frbox {
	height: 250px;
	text-align: center;
	/* 	border: 1px solid #DEDEDE;
	padding: 24px 22px 0px; */
}

.mr_frBtnL {
	float: left;
	cursor: pointer;
	display: inline;
	margin-left: -47px;
	margin-top: 102px;
	width: 35px;
	height: 35px;
	background: url(../images/left.png) no-repeat center;
}

.mr_frUl {
	float: left;
	text-align: center;
	height: 130px;
	width: 101.3%;
}

.mr_frBtnR {
	float: right;
	margin-top: 102px;
	cursor: pointer;
	margin-right: -35px;
	width: 35px;
	height: 35px;
	background: url(../images/right.png) no-repeat center;
}

.mr_frUl ul li {
	display: inline;
	float: left;
	height: 130px;
	width: 18.91%;
	margin-right: 13px;
	overflow: hidden;
}

.mr_frUl ul li img {
	display: block;
	margin-bottom: 7px;
	border: 1px solid #D8D8D8;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 85%;
	vertical-align: middle;
	object-fit: contain;
}

/*decorate*/
#decorate {
	width: 100%;
	padding: 252px 0 0px;
	background: url(../images/decorate-bj.jpg) center #6ea637;
}

/*advantage*/
#advantage {
	width: 100%;
	height: 60px;
	background: #588135;
}

/*foot*/
#foot {
	width: 100%;
	padding: 50px 0 50px;
	background-color: #6ea637;
}

#foot .container {
	position: relative;
}

.fridlinks {
	position: absolute;
	width: 100%;
	padding: 30px 20px;
	color: #666;
	background-color: #f9f9f9;
	top: -180px;
	left: 0;
}

.fridlinks .links {
	width: 90%;
	max-height: 68px;
	overflow: hidden;
}

.fridlinks .links a {
	display: inline-block;
	position: relative;
	color: #999;
	padding: 0 10px 10px;
	transition: 300ms;
}

.fridlinks .links a:not(:last-child):after {
	position: absolute;
	content: "";
	width: 2px;
	height: 15px;
	top: 5px;
	right: -2px;
	background-color: #999;
}

.fridlinks .links a:hover {
	color: #6ea637;
}

.footCen {
	/* margin-bottom: 60px; */
}

.footmenu .menulist {
	position: relative;
	color: #ebebeb;
	transition: 300ms;
	text-align: center;
	border-right: 1px solid #c5bebe;
}

.footmenu .menulist:after {
	position: absolute;
	width: 1px;
	height: 164px;
	top: 0;
	right: 50px;
}

.footmenu .menulist dd {
	margin-bottom: 4px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.footmenu .menulist a {
	display: block;
	color: #d4d3d3;
	height: 24px;
	overflow: hidden;
	transition: 300ms;
}

.footmenu .code {
	margin-left: -15px;
	/* border-right: 1px solid #c5bebe; */
}

.footmenu .code .codeBox {
	font-size: 14px;
	margin-bottom: 15px;
	color: #f2f5f7;
}

.footmenu .code img {
	width: 100%;
	margin-top: 10px;
}

.footmenu .code dd {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 14px;
}

.footmenu .hotline {
	/* padding-left: 0; */
	/* border-right: 1px solid #c5bebe; */
}

.footmenu .hotline dd {
	color: #ffffff;
	padding: 2px 0;
}

.footmenu .hotline dd i {
	margin-right: 10px;
}

.footmenu .hotline .hot {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 14px;
}

.footmenu .hotline .num {
	margin: 10px 0 20px;
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
}

.footmenu .menulist:hover,
.footmenu .menulist a:hover {
	color: #ffffff;
}

.hotlineCode {
	/* 	margin-left: -30px;
	margin-right: -30px; */
}

.hotlineCode .menulist {
	position: relative;
	color: #ffffff;
	transition: 300ms;
	text-align: center;
	/* border-left: 1px solid #c5bebe; */
}

.hotlineCode .menulist:after {
	position: absolute;
	width: 1px;
	height: 164px;
	top: 0;
	right: 50px;
}

.hotlineCode .menulist dd {
	margin-bottom: 4px;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	margin-bottom: 20px;
}

.hotlineCode .menulist a {
	display: block;
	color: #ffffff;
	height: 24px;
	overflow: hidden;
	transition: 300ms;
}

.hotlineCode .menulist:hover,
.hotlineCode .menulist a:hover {
	color: #ffffff;
}

.hotlineCode .hotline {
	padding-left: 0;
}

.hotlineCode .hotline dd {
	color: #ffffff;
	padding: 2px 0;
}

.hotlineCode .hotline .hot {
	color: #ebebeb;
}

.hotlineCode .hotline .num {
	margin: 10px 0 20px;
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
}

.hotlineCode .code {
	/* border-left: 1px solid #c5bebe; */
}

.hotlineCode .code .codeBox {
	font-size: 14px;
	margin-bottom: 15px;
	color: #f2f5f7;
}

.hotlineCode .code img {
	/* width: 100%; */
	margin-top: -20px;
	margin-left: 25px;
	margin-bottom: 20px;
}

.hotlineCode .code dd {
	color: #ffffff;
	text-indent: 2em;
	text-align: justify;
}

.bottomer {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #588135;
	color: #ffffff;
	bottom: 0px;
}

.copyl,
.copyl a {
	color: #ffffff;
	line-height: 50px;
}

.copyl a {
	transition: 300ms;
}

.copyl a:hover {
	color: #6ea637;
}

/* .chatBoxr a {
	display: inline-block;
}

.chatBoxr img {
	width: 34px;
	height: 34px;
	margin-left: 30px;
	background-color: #333;
	border: 1px solid #444;
	border-radius: 50%;
} */


/*page*/
.editBox {
	min-height: 210px;
	color: #666;
	line-height: 30px;
	margin: 10px 0;
	border-top: 1px dashed #6ea637;
	padding-top: 20px;
}

.editBox img {
	max-width: 100%;
}

.aboutBox {
	min-height: 210px;
	color: #666;
	line-height: 30px;
	/* margin: 10px 0; */
	border-top: 1px dashed #6ea637;
	padding-top: 20px;
}

.aboutBox img {
	max-width: 100%;
}

.newsBox {
	min-height: 210px;
	color: #666;
	line-height: 30px;
	/* margin: 10px 0; */
}

.newsBox img {
	max-width: 100%;
}

.productBox {
	min-height: 210px;
	color: #666;
	line-height: 30px;
	/* margin: 10px 0; */
}

.productBox img {
	max-width: 100%;
}

/******************************
 ** 资质荣誉
 ** V2018-02
 ******************************/
.case-lister {
	overflow: hidden;
	text-align: center;
	border-top: 1px dashed #6ea637;
	padding-top: 20px;
}

.case-lister .list-1 {
	margin: -20px 0 0 -20px;
}

.case-lister .list-1 li {
	float: left;
	width: 25%;
}

.case-lister .list-1 li a {
	display: block;
	margin: 20px 0 0 20px;
}

.case-lister .list-1 li .img-cover {
	border: 1px solid #ddd;
	padding-top: 76%;
}

.case-lister .list-1 li .text {
	line-height: 40px;
	background-color: #e6e6e6;
	text-align: center;
	margin: 2px 0 0;
	position: relative;
}

.case-lister .list-1 li .text:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	height: 100%;
	background-color: #6ea637;
	transition: all 0.5s;
}

.case-lister .list-1 li .text p {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.case-lister .list-1 li a:hover .img-cover span {
	transform: scale(1.1);
}

.case-lister .list-1 li a:hover .text:before {
	width: 100%;
	left: 0;
}

.case-lister .list-1 li a:hover .text p {
	color: #fff;
}

.case-lister .list-1-1 li {
	width: 33.333333%;
}

.case-lister .img-center {
	text-align: center;
	font-size: 0;
}

.case-lister .img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all 0.5s;
}

.case-lister .img-cover {
	overflow: hidden;
	position: relative;
}

.case-lister .img-cover span {
	display: block;
	width: 100%;
	background: no-repeat top / cover;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}



.case-lister .list {
	float: left;
	width: 100%;
	padding: 0 0 20px;
}

.case-lister .item {
	float: left;
	width: 31.5%;
	margin: 0 15px 15px 0;
	/* background: #eee; */
	text-align: center;
}

.case-lister .item img {
	display: block;
	width: 100%;
	height: 200px;
}

.case-lister .item a:hover {
	color: #6ea637;
}

.case-lister .item a:hover img {
	transform: scale(1.1, 1.1);
}

.case-lister .item h3 {
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}

.case-lister .item:hover img {
	opacity: .8;
	filter: Alpha(opacity=80);
}

.case-detail {}

.case-detail h1 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	padding: 0 0 25px;
}

.case-detail .subsidiary {
	text-align: center;
	padding: 0 0 10px;
	border-bottom: 1px dashed #ddd;
	margin: 0 0 20px;
}

.case-detail .subsidiary li {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	height: 40px;
	line-height: 40px;
	color: #999;
	margin: 0 10px;
}

.case-detail .subsidiary li.hit {
	padding: 0 0 0 26px;
	background: url(../images/0dd3227335dc4620b5e2127bfece23b1.gif) left center no-repeat;
}

.case-detail .photo {
	text-align: center;
	margin: 0 auto 20px;
}

.case-detail .photo img {
	width: 500px;
}


/*分页样式*/
.pager {
	text-align: center;
	font-size: 14px;
	padding: 30px 0;
}

.pager a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 5px;
	border-radius: 3px;
}

.pager a.page-num-current {
	color: #fff;
	background: #6ea637;
	border: 1px solid #6ea637;
}

.relink {
	border-top: 1px solid #ddd;
	padding: 20px 0;
	overflow: hidden;
}

.relink p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #6ea637;
}

.relink p:first-child {}

.share {
	height: 40px;
	position: relative;
	margin: 0 0 5px;
}

.share .bdsharebuttonbox {
	height: 40px;
}

.share.right .bdsharebuttonbox {
	float: right;
}

.share span {
	float: left;
	height: 27px;
	line-height: 27px;
	margin: 6px 6px 6px 0;
}

.share a {
	float: left;
	padding-left: 27px !important;
	height: 27px !important;
	margin: 6px 6px 6px 0;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAACiCAMAAACHz0baAAACB1BMVEV9rJD///+Nvuufz+bxjYyl0ImGotX+/v7u9fL7/f79/v75+v2LpteQu6X3+/2YxeyDsZfx9vu93+/T5dyHo9bs9fuYwKzb7facyO377Oyr1ur75eWkud+Pqdj0s7Tk8fmq0O+6yuf51tf2ysr0t7j0r6/zp6jymJjxkI/++frt8vn5/Pjc7vbJ4fXT6fT98vPB3fP76Omn0+msv+Ha7M/2x8jzq6yRvKXyoKHynZ3//f3z+fzn8vv8/fr99vfr7/fg5/T2+vO01vHB4e+w2evG0+uRwevu9+m2x+auweP53N2Urdr52dnh8Nj41NTU6Ma83Kay2Jr2+fzU5/b99PXG3/Ta4vK52PLH5PHX4PG22+2Uw+zk7+vC0Omi0ef53+Dl8t2bstyYsNv30dLC2s71vr/K5LnA36yZwazxlZWr04/09/vn8/n0+ffe7vfY6vfn7PbP5PbN4/bL5fKx1PHP2u6z2ezr9eWzxOTp9OP64uOht97Z6872zc7X6sq41cfQ58LD4LHyk5T5/P3++/vo9Pnh7vnr7/jR6PO92vPb5PKu0vDy+e/T3e/87u6iy+7M2O3l7+uz2eu9zeinvOCmu+De7tT1wcH0u7u+3anypaa42qKt1JPxkpLk6/Xw9vTF4/DE4u+mze7Y6OHW5t/I3tPF3NHC29Cw0MHL5LyZwKx+rZJ+rJGuXYP3AAAE1UlEQVRYw9XSZ1MTQRwG8DzxdL0EA4mgJBEIIQlBRIoCUkV6kyZFQLoUsffee++99/oh3d3L9dyMbxz0mUn2sr8t/92LbZF1/twOWpsPPku7hmuW5oLLyjwAPBaWQS0jvvnA4tPZaJGv/siQp24NtzV1nqEH9b6iUW4HCcwhB6U1h3rA4l7JkgGWniF5v6JdYHGt9CwavQyay0WaWtZyJJ5RPm2tvk6PCKBu0R4AoketU5n5nn7xWUZLwVqfr/7dygqkGK0IaooMVqexOoOt4XdyRGoM5gR21dO2fhdwUW9H4JYr97jxQGdbt/JG/qGaOX/RBOssuG0InmgvsbAslCMnmG2wHWUX6HfZhuxIK/zZWssuLqw+wXrCWSVCMbI0Fr4DmrAgRJ+154ei3juqhcoZkfTw1Fhx9JlXaO9VLP0SeHJAk14yFh3Ll+0F6+v1nvDn0zEkLOzI9rbG7LUf8IfKWKmRrBxkbRCESFnMQgTFF4T0jvbpKF2+Gr1h9ezt6BCEDtBM0V9TQGFUMT9KhBcoLDzdm0OXewrkX1AsiIgw7RfKCsurqbUCQXXNSHlQiHjDWWC3MV0OOkI2tszp1yWt3tZQdEcxQX4JF+XsXm9xKJSefjoH1R1lhvcXCfqDUx1jhfn+6ex/57+kNbt1Fs4SCzJcxJVRkGi2AichxEE/zgKjbSE0KVdSWLNFb32060AiW/kAferTWqpISG1sdC0hYqrG8gjZT5tDeQONdvt+QvI0RrdJ5Z2kstGeSjfWmEgq6FaU+NIVRNSYg7jpptwG7HY3cSjGRzbaA/x0ifZhNpKbfLpDqS7XypQ9d+326+yEqgVIynClIyCdx0VIQHv2vXcLYoUHKgjZo7+zYZd7eG/e9b5KdnWJessjtX1EyhVOqjW63I0ZXCoPGd9RLSmghw/c/CDP0dbikDvN5qq0W1kqOWBpN8mApQ2QQDxboiQhE4C4Su3QWjM1p8bM86yNPIpvD0GzLtnamhPi2gizkbR4ltbAbLDN2q5OxLXbzERajNkmV4OlIc1syevA82bCbGmHIeWY2VbtBHFeFYH+SdnUSggc/S07ATHTYMnNTsDRknDDAWxcpbd1boD0Jyx53EPbmkmtPdoIYPVJOv+eCDgGJ1VrYeTkBbbVgGL/qpilZa5mNJIs1cvGYV9mG7Xkk/ecjBoS5K35/TgHj9kmMveBZucIJ2kHjhBtNbzd2MwXlGfy4bDx+TWPVeB71jglE90NbVrg1R7uoSY6B08ahd/TatF2o4UXYcaJw7b/Ktuhz3aNnV2qz9k/XTRpBc3c3BxrfqxI0tkyaLPMYLnL5eSa7L7yfN9k25TnbQYr1VmpYZ5DOZxoMus6fyaVfl2WxFK6vTTpl02fL1geu9qP5pvZjWVSM2cz5Rs+s1vHJ0M/K+8tRPp9EbvZD43BGNuCZLF1Fsq6T92qIpuedMWxTgIp4/NGWw8lTfN6ew7kdj0BNnVtBk7pbZx2d58BbnXTBRzzOquCnNxT586ce641hcY7q/iIGdU2xej4ZsSyXrEzkNIJNI3TIceB87LNSxOPNlGeBb7P0GflfC9z+UJQ4+DGc95oVaqtbzo/0zlzVLXNqkl3PKtO6+amzTl5t9k472+2SV6RmyGvul6+6pbsX/qf/QbFjOcYFRQtKwAAAABJRU5ErkJggg==) !important;
}
}

.share a.jing_qzone {
	background-position: 0 0 !important;
}

.share a.jing_tsina {
	background-position: 0 -27px !important;
}

.share a.jing_tqq {
	background-position: 0 -54px !important;
}

.share a.jing_renren {
	background-position: 0 -81px !important;
}

.share a.jing_weixin {
	background-position: 0 -135px !important;
}

.case2-lister {}

.case2-lister .list {
	margin: -20px 0 0;
	padding: 0 0 20px;
}

.case2-lister .item {
	position: relative;
	height: 180px;
	padding: 20px 0 20px 260px;
	border-bottom: 1px solid #e5e5e5;
}

.case2-lister .img {
	position: absolute;
	left: 0;
	top: 20px;
	width: 240px;
	overflow: hidden;
	background: #f5f5f5;
}

.case2-lister .img img {
	display: block;
	width: 100%;
	height: 180px;
}

.case2-lister .item:hover img {
	opacity: .8;
	filter: Alpha(opacity=80);
}

.case2-lister .item h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	overflow: hidden;
}

.case2-lister .item p {
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	text-align: justify;
	color: #999;
	margin: 0 0 10px;
}

.case-detail {
	/* margin-bottom: 80px; */
}

.case-detail h1 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	padding: 0 0 25px;
}

/* .case-detail .subsidiary {
	text-align: center;
	padding: 0 0 10px;
	border-bottom: 1px dashed #6ea637;
	margin: 0 0 20px;
}
 */
.case-detail .subsidiary li {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	height: 40px;
	line-height: 40px;
	color: #999;
	margin: 0 10px;
}

.case-detail .subsidiary li.hit {
	padding: 0 0 0 26px;
	background: url(../images/0dd3227335dc4620b5e2127bfece23b1.gif) left center no-repeat;
}

.case-detail .photo {
	text-align: center;
	margin: 0 auto 20px;
}

.case-detail .photo img {
	width: 500px;
}

.pagetitle {
	width: 100%;
	padding: 60px 0 60px;
	background-color: #f9f9f9;
	margin-bottom: 60px;
}

.pagetitle .intitle {
	margin-bottom: 0;
}

.pagetitle .cate {
	position: relative;
	padding: 10px 26px 10px 0;
	top: 20px;
	cursor: pointer;
}

.pagetitle .cate dd {
	display: none;
	font-size: 14px;
	color: #999;
}

.pagetitle .cate .on {
	display: block;
}

.pagetitle .cate:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 16px;
	background: url(../images/cate.png)no-repeat center;
	background-size: cover;
	top: 14px;
	right: 0;
}

.pagetitle .sidel_nav.catemenu {
	display: none;
	margin-top: 20px;
}

.catemenu .firstul {
	padding-top: 10px;
	background-color: #fff;
}

/*current_location*/
.pageLocation {
	position: relative;
	height: 100%;
	padding-left: 20px;
	margin-top: 54px;
}

.pageLocation:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 6px;
	left: 0;
	background: url(../images/locicon.png)no-repeat center;
}

.pageLocation span {
	display: block;
	color: #999;
}

.pageLocation ul {
	margin-bottom: 0;
}

.pageLocation ul li {
	position: relative;
	float: left;
	margin-right: 10px;
}

.pageLocation ul li a {
	display: block;
	color: #999;
	transition: 300ms;
}

.pageLocation ul li.cur a,
.pageLocation ul li:hover a {
	color: #6ea637;
}

.pageLocation ul li:not(:last-child):after {
	position: absolute;
	content: "-";
	color: #999;
	right: -9px;
	top: 50%;
	margin-top: -13px;
	font-size: 20px;
}

/*paginationBox*/
.paginationBox {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.paginationBox a {
	display: inline-block;
	width: auto;
	height: 28px;
	line-height: 28px;
	padding: 0px 10px;
	margin: 0 5px;
	color: #999;
	transition: all .3s;
}

.paginationBox .page-num-current,
.paginationBox a:hover {
	color: #fff;
	background-color: #6ea637;
}

.paginationBox a.arrow {
	width: 70px;
}

.paginationBox a.arrow img {
	display: none;
	max-width: 14%;
}

.paginationBox a.arrow2 img {
	max-width: 9%;
}

.paginationBox a.arrowchg img {
	transform: rotate(180deg);
}

.paginationBox a.arrow img.on {
	display: inline-block;
}

.paginationBox a:hover img:nth-child(1) {
	display: none !important;
}

.paginationBox a:hover img:nth-child(2) {
	display: inline-block !important;
	margin-top: -2px;
}

/*share*/
.share {
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-top: 50px;
	/* border-bottom: 1px solid #ebebeb; */
}

#bdshare span {
	height: 34px;
}

#bdshare a {
	display: inline-block;
	padding: 20px 12px;
}

#bdshare a.shareCount {
	width: 42px;
	padding: 0;
}

/*prevnext*/
.prevNext {
	margin: 20px 0;
}

.prevNext a {
	display: block;
	height: 28px;
	line-height: 28px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 300ms;
}

.prevNext a:hover {
	color: #6ea637;
}

/*侧边导航*/
.pageCon {
	margin-bottom: 80px;
}

.pageCon .sidel_nav {
	width: 308px;
	margin-right: -308px;
}

.pageCon .pageconBox {
	width: 100%;
	min-height: 120px;
}

.pageCon .pageInfo {
	margin-left: 308px;
	padding-left: 40px;
}

.sidel_nav .firstul ul {
	display: none;
}

.sidel_nav .firstul li {
	position: relative;
	width: 100%;
	background-color: #f9f9f9;
	transition: 300ms;
}

.sidel_nav .firstul .btnicon {
	position: absolute;
	top: 10px;
	right: 8px;
}

.sidel_nav .firstul .btnicon img {
	display: none;
	padding: 10px;
	transition: 300ms;
}

.sidel_nav .firstul .btnicon .on {
	display: block;
}

.sidel_nav .firstul li:hover .firsta .btnicon img:first-child {
	display: none;
}

.sidel_nav .firstul li:hover .firsta .btnicon img:last-child {
	display: block;
}

.sidel_nav .firstul li a {
	display: block;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
}

.sidel_nav .firstul li:hover .firsta .btnicon {
	top: 16px;
}

.sidel_nav .firstul>li {
	border-bottom: 1px solid #ebebeb;
}

.sidel_nav .firstul .firsta {
	height: 52px;
	line-height: 52px;
	color: #333;
	transition: 300ms;
}

.sidel_nav .firstul>li:hover,
.sidel_nav .firstul>li.cur {
	background-color: #6ea637;
}

.sidel_nav .firstul>li:hover .firsta,
.sidel_nav .firstul>li.cur .firsta {
	color: #fff;
}

.sidel_nav .secondul li {
	padding-left: 28px;
}

.sidel_nav .secondul .secda {
	height: 46px;
	line-height: 46px;
}

.sidel_nav .thirdul a {
	height: 36px;
	line-height: 36px;
}

.sidel_nav .secondul li:hover>a {
	color: #6ea637;
}

.side {
	position: relative;
	width: 100%;
	background-color: #f9f9f9;
	transition: 300ms;
}

.side-url {
	padding: 0 0 10px;
	margin-top: 10px;
}

.side-url dd {
	margin: 0 0 15px;
	position: relative;
}

.side-url a,
.side-url span {
	display: block;
}

.side-url img {
	display: block;
	width: 100%;
	height: 94px;
}

.side-url .exp {
	position: absolute;
	left: 20px;
	top: 20px;
}

.side-url h3,
.side-url h4 {
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #6ea637;
}

.side-url h4 {
	color: #6ea637;
	font-size: 15px;
}

.side-news {
	margin-bottom: 15px;
	overflow: hidden;
}

.side-news ul {
	overflow: hidden;
	padding: 10px 0 8px 0;
}

.side-news ul li {
	width: 100%;
}

.side-news ul li a {
	padding: 13px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 16px;
}

.side-news ul li a:hover {
	color: #6ea637;
}

.side-news ul li a span {
	width: 5px;
	height: 5px;
	background: #6ea637;
	border-radius: 50%;
	position: relative;
	top: 6px;
	margin-right: 5px;
	display: block;
	float: left;
}

.side-contact {
	position: relative;
	width: 100%;
	background-color: #f9f9f9;
	transition: 300ms;
}

.side-contact .side-url .contactus {
	padding: 0 15px;
	font-size: 12px;
}

.side-contact .side-url .contactus dd i {
	margin-right: 5px;
	color: #6ea637;
}

.side-contact .contactus h2 {
	font-size: 18px;
	font-weight: normal;
}


/*product*/
.product .row {
	margin: 0 -30px;
}

.product .imgItem {
	margin-bottom: 60px;
	/* padding: 0 30px; */
}

.product .imgItem img {
	width: 100%;
	height: 100%;
}

/*productdetails*/
.productdetails .title {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	max-height: 48px;
	overflow: hidden;
}

.productdetails .prodetailBox {
	width: 74%;
	margin: 0 auto 30px;
}

.prodetailBox .slider-nav .pdimg {
	margin: 0 3px;
}

.prodetailBox img {
	width: 100%;
}

.slider-for .slick-prev,
.slider-for .slick-next {
	width: 47px;
	height: 47px;
}

.slider-for .slick-prev {
	left: -96px;
	z-index: 9;
}

.slider-for .slick-next {
	right: -96px;
}

.slider-for .slick-prev:before,
.slider-for .slick-next:before {
	content: "";
}

.slider-for .slick-prev {
	background: url("../images/prev.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

.slider-for .slick-next {
	background: url("../images/next.png") no-repeat center;
	background-size: contain;
	transition: 300ms;
}

.slider-nav .slider-navimg {
	position: relative;
}

.slider-nav .slider-navimg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	transition: 300ms;
}

.prodetailBox .slider-nav .pdimg:hover .slider-navimg:after,
.prodetailBox .slider-nav .slick-current .slider-navimg:after {
	opacity: 0;
}

.prodetailBox .slider-for {
	margin-bottom: 10px;
}

.slider-for.slick-initialized .slick-slide {
	margin-left: 4px;
}

.pdeatilmenu {
	margin-bottom: 20px;
	background-color: #f9f9f9;
	border-bottom: 2px solid #6ea637;
}

.pdeatilmenu .slick .cur {
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 116px !important;
}

.pdeatilmenu .slick-slide {
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 116px !important;
}

.pdeatilmenu a {
	color: #333;
	transition: 300ms;
}

.pdeatilmenu .slick-slide.cur a,
.pdeatilmenu .slick-slide:hover a {
	color: #fff;
	background-color: #6ea637;
	padding: 0 4px;
}

.pdetailIntro .cp {
	width: 100%;
	display: none;
}

.pdetailIntro .cp.cur {
	display: block;
}

/*news*/
.news {
	margin-top: -20px;
}

.newsResult {
	margin-bottom: 80px;
}

.newspic .itempic {
	margin-bottom: 30px;
}

.newsdetail .title {
	padding-bottom: 0px;
	margin-bottom: 460px;
	border-top: 1px dashed #6ea637;
}

.newsdetail .title h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsdetail .title .time {
	color: #666;
}

.newsdetail .editBox img {
	display: block;
	width: 64%;
	margin: 0 auto;
}

/*searchpage*/
.searchpage .title {
	font-size: 14px;
	color: #6ea637;
	margin-bottom: 20px;
	max-height: 48px;
	overflow: hidden;
}

.searchpage .result {
	margin-bottom: 80px;
}


/******************************
 ** 在线留言
 ** v.2.0
 ******************************/
.message-page {
    width: 100%;
	margin: 80px auto;
}

.message-page .row-1,
.message-page .row-2,
.message-page .row-3 {
	width: 100%;
	clear: both;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.message-page .row-1 {
	/* width: 328px; */
	height: auto;
	padding: 0 0 0 50px;
	border: 1px solid #ddd;
}

.message-page .row-2 {
	height: 110px;
	padding: 0 0 0 0;
	border: 1px solid #ddd;
}

.message-page .row-3 {}

.message-page .ico-name {
	background: url(../images/zzz.png) 15px center no-repeat;
}

.message-page .ico-phone {
	background: url(../images/xxx.png) 15px center no-repeat;
}

.message-page .ico-qq {
    background: url(../images/qq-m.png) 15px center no-repeat;
}

.message-page .ico-weixin {
    background: url(../images/weixin.png) 15px center no-repeat;
}

.message-page .ico-email {
	background: url(../images/a0ed87b0fa1d42dc9dd8eef9455368ac.gif) 15px center no-repeat;
}

.message-page .tip {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-style: normal;
	color: #F00;
}

.message-page .txt {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 0;
	color: #999;
}

.message-page .text {
	width: 98%;
	border: 0;
	background: #FFF;
	padding: 5px 5px;
	line-height: 20px;
	height: 100px;
	color: #999;
}

.message-page img.code {
	float: left;
	width: 110px;
	height: 42px;
	margin-right: 20px;
	cursor: pointer;
}

.message-page input.code {
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	background: #FFF;
	margin-right: 20px;
	padding: 0 10px;
	color: #999;
}

.message-page .submit,
.message-page .reset {
	float: left;
	margin: 0 0 0 10px;
	width: 172px;
	height: 42px;
	border: 0;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
}

.message-page .submit {
	background: #6ea637;
	margin-left: 0;
}

.message-page .reset {
	background: #999;
}

.message-page .submit:hover {
	background: #6ea612;
}

.message-page .reset:hover {
	background: #777;
}

.message-page .onfocus,
.message-page .onfocus input.code {
	border-color: #aaa;
}

.dialog-log {
	position: absolute;
	z-index: 99;
	width: auto;
	padding: 10px 20px;
	border: 1px solid #e0272c;
	background: #ffe8e9;
	border-radius: 3px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	color: #e0272c;
}

.dialog-log i {
	position: absolute;
	left: 15px;
	top: -7px;
	width: 14px;
	height: 7px;
	background: url(../images/fdfb81123321454f8d8e84fa53ff31d6.gif) center center no-repeat;
}

/* 产品详情 */
.view {
	max-width: 500px;
}

.view .swiper-slide {
	height: 350px;
	max-width: 500px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.view .swiper-slide img {
	width: 100%;
	height: 100%;
}

.preview {
	position: relative;
	width: 88%;
	left: 20px;
	margin-top: 1rem !important;
}

.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

.preview .active-nav {
	border: 1px solid #6ea637;
}

.preview .swiper-slide {
	width: 31%;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.preview .swiper-slide img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.parameter {
	padding-left: 30px;
	margin-top: 20px;
}

.border-bottom {
	font-size: 2rem;
	padding-bottom: 2rem !important;
	border-bottom: 1px solid #dee2e6 !important;
}

.details {
	/* padding-top: 10px; */
	padding-bottom: 20px;
}

.details .product {
	font-size: 1.8rem;
	padding-bottom: 1rem !important;
	border-bottom: 1px solid #dee2e6 !important;
}

.text-secondary {
	line-height: 2.5;
	border-bottom: 1px dashed #dee2e6 !important;
	color: #6c757d !important;
	margin-bottom: 1rem !important;
	margin-top: 1rem !important;
}

.tel {
	margin-top: 30px;
	padding-top: 15px;
	height: 42px;
	line-height: 21px;
	font-size: 16px;
	text-align: center;
}

.tel a {
	float: left;
	line-height: 42px;
	padding: 0 25px;
	background-color: #6ea637;
	color: #fff;
}

/* 在线询价 */
#inquiry {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}

.inquirybg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1001;
}

#inquiry .m-content {
	margin-top: 8%;
}

#inquiry .m-content .m-inquiry {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-content .tip {
    right: 0;
    top: 0;
    font-style: normal;
    color: #F00;
}

.m-inquiry {
	width: 494px;
	margin: 48px auto 0;
}

.m-inquiry label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

.m-inquiry label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}

.m-inquiry label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}

.m-inquiry label input.inp,
.m-inquiry label textarea,
.m-inquiry label.code input {
	width: 73%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	font: -webkit-control;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-inquiry label input:focus,
.m-inquiry label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(110, 166, 55, .8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(110, 166, 55, .8);
}

.m-inquiry label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}

.m-inquiry label.code {
	line-height: 34px;
}

.m-inquiry label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.m-inquiry label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}

.m-inquiry label.code img {
	display: block;
	width: 100%;
	height: 100%;

}

.btn1 {
	display: block;
	line-height: 32px;
	padding-left: 15px;
	background-color: #333;
	color: #fff;
	margin-top: 10px;
}

.btn1:hover {
	background-color: #629e27;
	color: white;
}

.btn1 span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}


.btn1-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}

.btn1-1 {
	padding-left: 100px;
}

.btn1-1 input.focus {
	background: #6ea637;
	color: #fff;
}

.btn1-1 input.focus:hover {
	background: #629e27;
}

.btn1-1 input:hover {
	background: #ccc;
}

/* 地图 */
.map {
	float: right;
	border: 1px solid #ddd;
	width: 100%;
	height: 415px;
	margin-top: 50px;
}

.map_1 {
	width: 100%;
	height: 100%;
}

.BMap_cpyCtrl {
	display: none;
}

/* #label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
} */

#map label {
	max-width: none;
}

.anchorBL {
	display: none;
}

/* 招贤纳士 */
.jobs_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
}

.jobs_list li {
	padding: 28px 0;
	border-bottom: 1px #e5e5e5 solid;
}

.jobs_list li .data {
	background-color: #e4e4e4;
	font-family: Arial;
	width: 88px;
	height: 95px;
	text-align: center;
	margin-right: 2%;
	margin-top: 1px;
	float: left;
}

.jobs_list li .data span {
	display: block;
}

.jobs_list li .data .day {
	font-size: 35px;
	font-weight: bold;
	color: #6ea637;
	line-height: 36px;
	padding-top: 16px;
}

.jobs_list li .data .month {
	font-size: 14px;
}

.jobs_list li .titlea {
	font-size: 18px;
}

.jobs_list li ._i span {
	display: inline-block;
	margin-right: 2%;
	font-size: 12px;
}

.jobs_list li .p {
	font-size: 12px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	margin-top: 6px;
	text-indent: 2em;
	text-align: justify;
}

.jobs_list li:hover {
	background-color: #e4e4e4;
}

.el {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jobs_list .titlea .badge-danger {
	color: #fff;
	background-color: #6ea637;
}

.jobs_list .titlea .badge-warning {
	color: #fff;
	background-color: #ffc107;
}

.jobs_list .titlea .badge-info {
	color: #fff;
	background-color: #ff5722;
}


.jobs_list .titlea .badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

/* 在线客户 */
.kf {
	width: 208px;
	position: fixed;
	/* right: 20px; */
	right: -208px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #6ea637;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}

.kt-top span:hover {
	transform: rotate(90deg);
}

.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}

.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.kf .con {
	overflow: hidden;
	background: #fff;
}

.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}

.kf .qq li a {
	height: 36px !important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}

.kf .qq li a img {
	padding-right: 6px;
}

.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}

.kf .contact {
	margin-top: 1px;
	height: auto;
	background-color: #fff;
}

.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}

.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}

.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat;
}

.kf .con .qr {
	margin-top: 10px;
	padding-left: 50px;
}

.kf .con .qr img {
	width: 110px;
	height: 110px;
}

.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/huidaodingbu.png) center center no-repeat #6ea637;
	background-size: 18px auto;
	cursor: pointer;
}

.kf-side {
	padding: 18px 10px 10px;
	background: #6ea637;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}

.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}

.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}

.kf-side span.on {
	background: url(../images/jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}

/* 不同终端自适应 */
@media (min-width: 1920px) {
	.container {
		width: 1200px !important;
	}
}

@media (min-width: 1366px) {
	.container {
		width: 1200px !important;
	}
}

@media (max-width:1365px) {
	.brandCon .more {
		bottom: -30px;
	}
}

@media (max-width: 1199px) {

	/*head*/
	.pc_Menu ul li>a {
		font-size: 14px;
	}

	/*banner*/
	#banner .custom_paging {
		width: 200px;
		height: 70px;
		line-height: 70px;
		bottom: -35px;
	}

	#banner .custom_paging li {
		font-size: 22px;
	}

	/*main*/
	#main .more {
		width: 90px;
		height: 30px;
		line-height: 30px;
	}

	.intitle {
		margin-bottom: 50px;
	}

	.intitle h3 {
		font-size: 44px;
	}

	.intitle dd {
		font-size: 22px;
	}

	/*brandCenter*/
	.brandCenter {
		padding: 100px 0 70px;
	}

	.brandCon {
		margin-bottom: 5px;
	}

	.brandCon .info p {
		max-height: 240px;
	}

	.brandCon .more {
		bottom: -27px;
	}

	.brandCenter .numItem i {
		font-size: 54px;
	}

	/*productCenter*/
	.pdCenNav .navItem {
		padding: 20px 20px 20px 30px;
	}

	.pdCenImgBox {
		padding-top: 111px;
	}

	.pdCenImg .row {
		margin: 0 -20px;
	}

	.pdCenImg .imgItem {
		padding: 0 20px;
		margin-bottom: 50px;
	}

	.imgItem .layer:before {
		height: 34px;
		top: 10px;
		right: 12px;
	}

	.imgItem .layer:after {
		height: 34px;
		bottom: 10px;
		left: 12px;
	}

	.pdCenNav .navItem .addm {
		line-height: 88px;
	}

	/*news*/
	.newsCenter {
		margin: 70px 0 110px;
	}

	.iteminfo .wds {
		max-height: 52px;
		line-height: 24px;
	}

	.itemnews {
		height: 61px;
		line-height: 60px
	}

	/*foot*/
	.footmenu .menulist:after {
		right: 35px;
	}
}

@media (min-width:992px) {
	.menuliBox {
		right: -100% !important;
	}

	#wrap_index {
		right: 0 !important;
	}

	#shadow {
		display: none !important;
	}
}

@media (max-width:991px) {
	.intitle {
		margin-bottom: 50px;
	}

	/*head*/
	#head,
	.logo a,
	#head .pc_Menu {
		height: 80px;
	}

	.pc_Menu .btnsear {
		width: auto;
	}

	.btnsear a {
		display: inline-block;
		width: 18px;
		margin-left: 28px;
	}

	/*banner*/
	#banner .custom_paging {
		width: 170px;
		height: 60px;
		line-height: 60px;
		bottom: -30px;
	}

	#banner .custom_paging li {
		font-size: 18px;
	}

	#banner .slick-prev {
		margin-left: -70px;
	}

	#banner .slick-next {
		margin-right: -68px;
	}

	/*main*/
	.intitle h3 {
		font-size: 40px;
	}

	.intitle dd {
		font-size: 18px;
	}

	/*brandCenter*/
	.brandCenter {
		padding: 60px 0 60px;
	}

	.advantageCenter .numItem i {
		font-size: 30px;
	}

	.brandCon {
		margin-bottom: 5px;
	}

	.brandCon .imgBox {
		width: 46%;
		margin-right: -46%;
	}

	.brandCon .info {
		margin-left: 45%;
		padding-left: 38px;
	}

	.brandCon .info p {
		line-height: 32px;
		max-height: 158px;
	}

	.brandCon .info .course .txt_area:after {
		left: 15%;
	}

	.brandCon .info .course .txt_area1:after {
		left: 74%;
	}

	.brandCenter .numItem i {
		font-size: 40px;
	}

	/*productCenter*/
	.pdCenNav .navItem {
		padding: 20px 20px 30px 40px;
	}

	.pdCenNav .navItem .addm {
		width: 34px;
		line-height: 68px;
		right: -17px;
	}

	.pdCenNav .moreItem .morea {
		margin-left: 20%;
	}

	.pdCenImg .row {
		margin: 0 -10px;
	}

	.pdCenImg .imgItem {
		padding: 0 10px;
		margin-bottom: 30px;
	}

	.pdCenImgBox {
		/* padding-top: 81px; */
		margin-left: 24%;
	}

	/*newsCenter*/
	.newsCenter {
		margin-bottom: 50px;
	}

	.itempic {
		margin-bottom: 5px;
		padding: 5px;
	}

	.itempic .itemimg {
		width: 120px;
		height: 105px;
		margin-right: -120px;
	}

	.itempic .iteminfo .iteminfoBox {
		margin-left: 125px;
	}

	.iteminfo .date ul li {
		letter-spacing: -.5px;
		margin: 10px 2px 0 0;
	}

	.iteminfo .theme {
		margin-bottom: 4px;
	}

	.iteminfo .date {
		line-height: 24px
	}

	.iteminfo .wds {
		max-height: 48px;
		line-height: 24px;
	}

	.itemnews {
		height: 47px;
		line-height: 46px;
	}

	.cooperationCenter {
		margin-bottom: 50px;
	}

	.mr_frUl ul li {
		margin-right: 8px;
	}

	.mr_frUl ul li img {
		object-fit: contain;
	}

	.pager {
		text-align: center;
		font-size: 14px;
		padding: 30px 0;
	}

	.pager a {
		background: #fff;
		border: 1px solid #ccc;
		color: #333;
		font-size: 14px;
		padding: 1px 7px;
		margin: 0 1px;
		border-radius: 3px;
	}

	/*foot*/
	#foot {
		padding: 70px 0 30px;
	}

	.footmenu .menulist:after {
		right: 17px;
	}

	.footmenu .menulist dd {
		padding-right: 4px;
	}

	.footmenu .menulist a {
		padding-right: 10px;
	}

	.hotlineCode .hotline .num {
		margin: 6px 0 14px;
		font-size: 30px;
	}

	.hotlineCode .code .codeBox {
		width: 106px;
	}

	.hotlineCode .code img {
		width: 100%;
		margin-left: 2px;
	}

	.copyl {
		margin-bottom: 20px;
	}

	.copyl,
	.chatBoxr {
		float: none;
		text-align: center;
	}

	.copyl,
	.copyl a {
		line-height: 24px;
	}

	.chatBoxr img {
		margin: 0 15px;
	}

}

@media (max-width:767px) {
	#wrap_index .container {
		margin: 0 10px;
	}

	/*head*/
	#head,
	.logo a,
	#head .pc_Menu {
		height: 60px;
	}

	.pc_Menu .btnsear {
		height: 30px;
	}

	.btnsear a {
		width: 20px;
		margin-left: 14px;
		padding: 4px 0;
	}

	#head .search {
		width: 100%;
		height: 32px;
		line-height: 32px;
		bottom: -32px;
	}

	.key_btn,
	.key_txt {
		height: 32px;
	}

	.key_btn {
		background-size: inherit;
	}

	.menuliBox .phone_Btn {
		height: 60px;
		padding: 0 10px;
	}

	.menuliBox .phone_Btn h4 {
		font-size: 16px;
		line-height: 60px;
	}

	.menuliBox .phone_Btn a {
		width: 36px;
		margin-top: 8px;
	}

	.menuliBox ul li {
		line-height: 50px;
	}

	.menuliBox ul li a {
		font-size: 14px;
		padding: 0 20px 0 10px;
		height: 50px;
	}

	.menuliBox ul li .btnicon {
		top: 12px;
		right: 10px;
	}

	.menuliBox .thirdul li {
		padding-left: 30px;
	}

	.menuliBox .thirdul>li:before {
		top: 20px;
		left: 26px;
		border: 5px solid #666;
		border-color: transparent transparent transparent #666;
	}

	.menuliBox .thirdul>li:hover:before {
		border: 5px solid #6ea637;
		border-color: transparent transparent transparent #6ea637;
	}

	/* main */
	.intitle {
		margin-bottom: 20px;
	}

	/*banner*/
	#banner .slick img {
		position: relative;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	#banner .custom_paging {
		width: 120px;
		height: 40px;
		line-height: 40px;
		bottom: -20px;
	}

	#banner .custom_paging li {
		font-size: 14px;
	}

	#banner .slick-prev,
	#banner .slick-next {
		width: 8px;
	}

	#banner .slick-prev {
		margin-left: -50px
	}

	#banner .slick-next {
		margin-right: -48px
	}

	/*brandCenter*/
	.brandCenter {
		padding: 60px 0 20px;
	}

	.brandCenter .more {
		margin-top: 20px;
	}

	.brandCon {
		margin-bottom: 30px;
	}

	.brandCon .imgBox,
	.brandCon .info {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0
	}

	.brandCon .imgBox {
		margin-bottom: 14px;
	}

	.brandCon .imgBox img {
		height: 150px;
	}

	.brandCon .more {
		bottom: 0;
	}

	.brandCon .info p {
		line-height: 32px;
		max-height: 158px;
	}

	/* advantageCenter */
	.advantageCenter {
		height: 200px;
	}

	.advantageCenter .numItem {
		margin-bottom: 10px;
		height: 54px;
		overflow: hidden;
	}

	.advantageCenter .numItem i {
		font-size: 26px;
	}

	/*productCenter*/
	#wrap_index .productCenter .container {
		margin: 0 10px 0 0;
	}

	.pdCenNav .moreItem .morea {
		margin-left: 2px;
		width: 100px;
		height: 36px;
		line-height: 36px;
		margin-bottom: 50px;
	}

	.pdCenNav .navItem {
		padding: 18px 4px;
	}

	.pdCenNav .navItem .addm {
		width: 30px;
		line-height: 60px;
		right: -15px;
		font-size: 26px;
	}

	.pdCenNav .navItem dd {
		font-size: 14px;
	}

	.pdCenImg .row {
		margin: 0 -10px;
	}

	.imgItem .layer {
		display: none !important;
	}

	/* newsCenter */
	.newsCenter {
		margin-bottom: 40px;
	}

	.newsCenter .more {
		margin-top: 20px;
	}

	.itempic {
		margin-bottom: 5px;
		padding: 5px;
	}

	.itempic .itemimg {
		width: 100px;
		height: 100px;
		margin-right: -100px;
	}

	.itempic .iteminfo .iteminfoBox {
		margin-left: 105px;
	}

	.iteminfo .theme {
		margin-bottom: 4px;
		font-size: 14px;
	}

	.iteminfo .wds {
		max-height: 48px;
		font-size: 12px;
	}

	.itemnews {
		height: 41px;
		line-break: 40px;
	}

	.iteminfo .date {
		line-height: 20px;
	}

	.iteminfo .date ul li {
		letter-spacing: -.8px;
		margin: 10px 2px 0 0;
	}

	.mr_frUl ul li {
		margin-right: 3.5px;
		display: inline;
		float: left;
		height: 80px;
		width: 49%;
		overflow: hidden;
	}

	.cooperation .more1 {
		margin-left: 32%;
		margin-bottom: -50px;
		margin-top: 150px;
	}

	.pager {
		text-align: center;
		font-size: 12px;
		padding: 30px 0;
	}

	.pager a {
		font-size: 12px;
		padding: 1px 3px;
		margin: 0 1px;
		border-radius: 3px;
	}

	/*foot*/
	#foot {
		padding: 10px 0 5px;
		font-size: 12px;
	}

	.fridlinks {
		padding: 10px;
		top: -114px;
	}

	.fridlinks .links {
		width: 75%;
		max-height: 56px;
	}

	.fridlinks .links a {
		padding: 0 8px 6px;
	}

	.footCen {
		margin: 0 -10px 30px;
	}

	.footmenu {
		margin-bottom: 40px;
		padding: 0 10px;
	}

	.footmenu .menulist {
		padding: 0 10px;
	}

	.footmenu .menulist:after {
		display: none;
	}

	.footmenu .menulist dd {
		padding-right: 0;
	}

	.footmenu .menulist a {
		padding: 3px 0;
	}

	.hotlineCode {
		padding: 0 10px;
	}

	.hotlineCode .hotline {
		padding: 0;
	}

	.hotlineCode .hotline .num {
		margin: 4px 0 8px;
		font-size: 24px;
	}

	.hotlineCode .code .codeBox {
		width: 80px;
	}

	.copyl,
	.copyl a {
		line-height: 24px;
		font-size: 12px;
	}
}


@media (max-width:414px) {
	.pdCenImgBox {
		padding-top: 60px;
		margin-left: 20%;
	}

	.pdCenImg .imgItem {
		width: 100%;
		margin-bottom: 20px;
	}

	.pdCenImg .row .imgItem:nth-child(2n) {
		display: none !important;
	}
}


@media (max-width:991px) {
	.pagetitle {
		margin-bottom: 40px;
		padding: 40px 0 40px;
	}

	.pageCon .sidel_nav {
		width: 240px;
		margin-right: -240px;
	}

	.pageCon .pageInfo {
		margin-left: 240px;
		padding-left: 30px;
	}

	.sidel_nav .firstul .firsta {
		height: 46px;
		line-height: 46px;
	}

	.sidel_nav .secondul .secda {
		height: 40px;
		line-height: 40px;
	}

	.sidel_nav .firstul .btnicon {
		top: 8px;
	}

	.sidel_nav .firstul li:hover .firsta .btnicon {
		top: 14px;
	}

	.paginationBox a {
		margin: 0;
	}

	.paginationBox a.arrow {
		width: 60px;
	}

	/*product*/
	.product .row {
		margin: 0 -10px;
	}

	.product .imgItem {
		margin-bottom: 30px;
		padding: 0 10px;
	}

	/*productdetail*/
	.pdeatilmenu .slick-slide {
		width: 100px !important;
		height: 36px;
		line-height: 36px;
	}

	.slider-for .slick-prev,
	.slider-for .slick-next {
		width: 36px;
		height: 36px;
	}

	.slider-for .slick-prev {
		left: -60px;
	}

	.slider-for .slick-next {
		right: -60px;
	}

	/*news*/
	.news {
		margin-top: -12px;
	}

	.newsResult {
		margin-bottom: 40px;
	}

	/*newspic*/
	.newspic .itempic {
		margin-bottom: 20px;
	}

	/*newsdetail*/
	.newsdetail .title {
		padding-bottom: 14px;
		margin-bottom: 20px;
	}

	/*search*/
	.searchpage .result {
		margin-bottom: 40px;
	}
}

@media (max-width:767px) {
	.jobs_list li .titlea {
	    font-size: 16px;
	}
	
	.editBox {
		min-height: 192px;
		line-height: 24px;
	}

	.pagetitle {
		padding: 40px 0 20px;
		margin-bottom: 20px;
	}

	.intitle h3 {
		font-size: 22px;
	}

	.intitle dd {
		font-size: 16px;
	}

	.pageCon {
		margin-bottom: 5px;
	}

	.pageCon .pageconBox {
		float: none;
	}

	.pageCon .pageInfo {
		padding: 0;
		margin: 0;
	}

	.paginationBox {
		margin: 10px 0;
	}

	.paginationBox a {
		width: auto;
		height: 24px;
		line-height: 24px;
	}

	/*product*/
	.product .row {
		margin: 0 -6px;
	}

	.product .imgItem {
		padding: 0 6px;
		margin-bottom: 20px;
	}

	/* productdetails */
	.productdetails .title {
		margin-bottom: 10px;
	}

	.productdetails .prodetailBox {
		width: 100%;
		margin-bottom: 20px;
	}

	.pdeatilmenu {
		margin-bottom: 10px;
	}

	.pdeatilmenu .slick-slide {
		width: 72px !important;
		height: 30px;
		line-height: 30px;
	}

	.slider-for .slick-prev,
	.slider-for .slick-next {
		width: 30px;
		height: 30px;
	}

	.slider-for .slick-prev {
		left: 10px;
	}

	.slider-for .slick-next {
		right: 10px;
	}

	/* newspic */
	.newsResult {
		margin-bottom: 30px;
	}

	.newspic .itempic {
		margin-bottom: 20px;
	}

	/* newsdetail */
	.newsdetail .title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.newsdetail .title h3 {
		margin-bottom: 4px;
	}

	.newsdetail .editBox img {
		width: 90%;
	}

	/* search */
	.searchpage .title {
		margin-bottom: 10px;
	}

	.searchpage .result {
		margin-bottom: 30px;
	}
}
